Page MenuHomePhorge

Build 2269
PassedPublic

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Dec 29 2015, 8:45 PM · Built for 33 m, 15 s
Status
Passed

Build Log 7666 (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-63/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-63/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 42a0807..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
63+ retval=0
64+ popd
65+ exit 0
66

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

1/var/drydock/workingcopy-63/repo/docker/docker.git /var/drydock/workingcopy-63/repo/docker
2HEAD is now at 64d4b41 RUN wget rather
3/var/drydock/workingcopy-63/repo/docker
4/var/drydock/workingcopy-63/repo/docker/stick.git /var/drydock/workingcopy-63/repo/docker
5HEAD is now at 8772f5f No longer suppress localization tests
6/var/drydock/workingcopy-63/repo/docker
7/var/drydock/workingcopy-63/repo/docker/docker.git /var/drydock/workingcopy-63/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
216a75e2a04730
22for image in $(docker images -q --filter dangling=true); do \
23 docker rmi ${image} ; \
24done
25make -C docs clean html || :
26make[1]: Entering directory `/var/drydock/workingcopy-63/repo/docker/docker.git/docs'
27make[1]: Leaving directory `/var/drydock/workingcopy-63/repo/docker/docker.git/docs'
28for image in $(find . -mindepth 2 -maxdepth 2 -type f -name "Dockerfile" -exec dirname {} \; | sort); do \
29 echo "== $image ==" ; \
30 docker build \
31 -t kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
32 $image/. ; \
33 docker tag -f kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
34 docker.io/kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest ; \
35done
36== ./00-base ==
37Sending build context to Docker daemon 28.16 kB
38Sending build context to Docker daemon 28.16 kB
39
40Step 0 : FROM centos:centos7
41 ---> 14dab3d40372
42Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
43 ---> Using cache
44 ---> 76a31d104ccd
45Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
46 ---> Using cache
47 ---> b65d67469a5c
48Step 3 : RUN sed -r -i -e 's/^enabled.*$/enabled = 0/g' /etc/yum/pluginconf.d/fastestmirror.conf
49 ---> Using cache
50 ---> e9be01fb9417
51Step 4 : RUN yum -y install epel-release && yum clean all
52 ---> Using cache
53 ---> 0369a0ee2557
54Step 5 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
55 ---> Using cache
56 ---> f3f1447106c2
57Step 6 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
58
59 ---> Using cache
60 ---> 828d3f502fe9
61Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
62 ---> Using cache
63 ---> b74766ae4466
64Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
65 ---> Using cache
66 ---> 82977dd937ea
67Step 9 : RUN yum -y install yum-plugin-priorities && yum clean all
68 ---> Using cache
69 ---> ec6a0fe7c13c
70Step 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
71 ---> Using cache
72 ---> 432d1ee3f3cc
73Step 11 : ADD /functions.sh /functions.sh
74 ---> Using cache
75 ---> a7b68c2c8e20
76Step 12 : ADD /entrypoint.sh /entrypoint.sh
77 ---> Using cache
78 ---> 5ac21318902e
79Step 13 : RUN chmod a+x /entrypoint.sh
80 ---> Using cache
81 ---> f57c6867ab25
82Step 14 : ENTRYPOINT /entrypoint.sh
83 ---> Using cache
84 ---> 080b3c487c63
85Successfully built 080b3c487c63
86== ./01-base-asav ==
87Sending build context to Docker daemon 5.12 kB
88Sending build context to Docker daemon 5.12 kB
89
90Step 0 : FROM kolab/base:latest
91 ---> 080b3c487c63
92Step 1 : RUN yum -y install amavisd-new clamav && yum clean all
93 ---> Using cache
94 ---> 41944a224818
95Step 2 : VOLUME /data
96 ---> Using cache
97 ---> 42cbc23ed469
98Step 3 : EXPOSE 10024
99 ---> Using cache
100 ---> baccaa1ea2c6
101Step 4 : ADD /entrypoint.sh /entrypoint.sh
102 ---> Using cache
103 ---> 3d7d8e08645d
104Step 5 : RUN chmod a+x /entrypoint.sh
105 ---> Using cache
106 ---> 2a833acb2490
107Step 6 : CMD /usr/sbin/amavisd -u amavis -g amavis -c /etc/amavisd/amavisd.conf foreground
108 ---> Using cache
109 ---> 1dfb60cc0be9
110Successfully built 1dfb60cc0be9
111== ./01-base-imap ==
112Sending build context to Docker daemon 2.048 kB
113Sending build context to Docker daemon 2.048 kB
114
115Step 0 : FROM kolab/base:latest
116 ---> 080b3c487c63
117Step 1 : RUN yum -y install cyrus-imapd kolab-saslauthd && yum clean all
118 ---> Using cache
119 ---> e580202ec4ff
120Step 2 : EXPOSE 110 143 993 995 4190
121 ---> Using cache
122 ---> ebf4753d39fa
123Step 3 : CMD /usr/lib/cyrus-imapd/cyrus-master -L /dev/null
124 ---> Using cache
125 ---> 18bd249c2326
126Successfully built 18bd249c2326
127== ./01-base-ldap ==
128Sending build context to Docker daemon 9.216 kB
129Sending build context to Docker daemon 9.216 kB
130
131Step 0 : FROM kolab/base:latest
132 ---> 080b3c487c63
133Step 1 : RUN yum -y --setopt tsflags= install kolab-schema && yum -y install kolab-ldap net-tools && yum clean all
134 ---> Using cache
135 ---> 27dc892e1884
136Step 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
137 ---> Using cache
138 ---> e25ae6707eb0
139Step 3 : ADD /template.ldif /usr/share/dirsrv/data/template.ldif
140 ---> Using cache
141 ---> 95ea4c9a603c
142Step 4 : RUN mkdir -p /run/lock
143 ---> Using cache
144 ---> b138aa6fe048
145Step 5 : RUN ln -sf /bin/true /sbin/semanage
146 ---> Using cache
147 ---> 36c9169cd05e
148Step 6 : RUN ln -sf /bin/true /bin/systemctl
149 ---> Using cache
150 ---> 3843c466b17b
151Step 7 : VOLUME /data
152 ---> Using cache
153 ---> d990074cf0b3
154Step 8 : EXPOSE 389 636
155 ---> Using cache
156 ---> 58381b00758c
157Successfully built 58381b00758c
158== ./01-base-mx ==
159Sending build context to Docker daemon 2.048 kB
160Sending build context to Docker daemon 2.048 kB
161
162Step 0 : FROM kolab/base:latest
163 ---> 080b3c487c63
164Step 1 : RUN yum -y install postfix postfix-kolab && yum clean all
165 ---> Using cache
166 ---> 393f502ee5d8
167Step 2 : VOLUME /data
168 ---> Using cache
169 ---> da4440c2d3b2
170Successfully built da4440c2d3b2
171== ./01-base-nodejs ==
172Sending build context to Docker daemon 3.072 kB
173Sending build context to Docker daemon 3.072 kB
174
175Step 0 : FROM kolab/base:latest
176 ---> 080b3c487c63
177Step 1 : ENV NODE_VERSION 0.12.8
178 ---> Using cache
179 ---> 2da1c2c43c36
180Step 2 : RUN yum -y install bzip2 gcc-c++ libjpeg-turbo-utils libpng-devel make nodejs npm tar && yum clean all
181 ---> Using cache
182 ---> 5b655cd0dfdf
183Step 3 : RUN npm config set registry http://registry.npmjs.org/
184 ---> Using cache
185 ---> 8a39e0ba298e
186Step 4 : RUN npm update --verbose -g node-gyp npm && npm install --verbose -g bower && rm -rf /root/.npm/
187 ---> Using cache
188 ---> 4a4e33caf669
189Successfully built 4a4e33caf669
190== ./01-base-web ==
191Sending build context to Docker daemon 2.048 kB
192Sending build context to Docker daemon 2.048 kB
193
194Step 0 : FROM kolab/base:latest
195 ---> 080b3c487c63
196Step 1 : RUN yum -y install httpd php mod_ssl && yum clean all
197 ---> Using cache
198 ---> cf94304ec6c5
199Step 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
200 ---> Using cache
201 ---> 01d95382d012
202Step 3 : EXPOSE 80 443
203 ---> Using cache
204 ---> 5d544e2cd162
205Step 4 : CMD /usr/sbin/httpd -DFOREGROUND
206 ---> Using cache
207 ---> 6a734ad4b6c0
208Successfully built 6a734ad4b6c0
209== ./02-base-web-rc ==
210Sending build context to Docker daemon 2.048 kB
211Sending build context to Docker daemon 2.048 kB
212
213Step 0 : FROM kolab/base-web:latest
214 ---> 6a734ad4b6c0
215Step 1 : RUN yum -y install libcalendaring libkolab libkolabxml php-kolab php-kolabformat && yum -y --setopt tsflags= install roundcubemail && yum clean all
216 ---> Using cache
217 ---> f7b852472d0e
218Successfully built f7b852472d0e
219== ./03-asav-in ==
220Sending build context to Docker daemon 2.048 kB
221Sending build context to Docker daemon 2.048 kB
222
223Step 0 : FROM kolab/base-asav:latest
224 ---> 1dfb60cc0be9
225Step 1 : ENV KOLAB_ROLE ASAV_IN
226 ---> Using cache
227 ---> 4d939a51f24d
228Successfully built 4d939a51f24d
229== ./03-asav-out ==
230Sending build context to Docker daemon 2.048 kB
231Sending build context to Docker daemon 2.048 kB
232
233Step 0 : FROM kolab/base-asav:latest
234 ---> 1dfb60cc0be9
235Step 1 : ENV KOLAB_ROLE ASAV_OUT
236 ---> Using cache
237 ---> b69216062f90
238Successfully built b69216062f90
239== ./03-chwala ==
240Sending build context to Docker daemon 3.072 kB
241Sending build context to Docker daemon 3.072 kB
242
243Step 0 : FROM kolab/base-web-rc:latest
244 ---> f7b852472d0e
245Step 1 : RUN yum -y install chwala && yum clean all
246 ---> Using cache
247 ---> b2d9ca32fea7
248Step 2 : ADD /entrypoint.sh /entrypoint.sh
249 ---> Using cache
250 ---> 91d1bd57c6d3
251Step 3 : RUN chmod a+x /entrypoint.sh
252 ---> Using cache
253 ---> 71a24c099de5
254Successfully built 71a24c099de5
255== ./03-ext-mx-in ==
256Sending build context to Docker daemon 5.12 kB
257Sending build context to Docker daemon 5.12 kB
258
259Step 0 : FROM kolab/base-mx:latest
260 ---> da4440c2d3b2
261Step 1 : EXPOSE 25 10025
262 ---> Using cache
263 ---> 84e78933a71d
264Step 2 : ADD /entrypoint.sh /entrypoint.sh
265 ---> Using cache
266 ---> 94262148d65c
267Step 3 : RUN chmod a+x /entrypoint.sh
268 ---> Using cache
269 ---> 1da63d453630
270Step 4 : CMD /usr/libexec/postfix/master -D
271 ---> Using cache
272 ---> 88b2b06a0d42
273Successfully built 88b2b06a0d42
274== ./03-ext-mx-out ==
275Sending build context to Docker daemon 4.608 kB
276Sending build context to Docker daemon 4.608 kB
277
278Step 0 : FROM kolab/base-mx:latest
279 ---> da4440c2d3b2
280Step 1 : EXPOSE 25 10025
281 ---> Using cache
282 ---> 84e78933a71d
283Step 2 : ADD /entrypoint.sh /entrypoint.sh
284 ---> Using cache
285 ---> a2e057fff2e9
286Step 3 : RUN chmod a+x /entrypoint.sh
287 ---> Using cache
288 ---> 50d9fce932d2
289Step 4 : CMD /usr/libexec/postfix/master -D
290 ---> Using cache
291 ---> f3ee07496024
292Successfully built f3ee07496024
293== ./03-freebusy ==
294Sending build context to Docker daemon 3.072 kB
295Sending build context to Docker daemon 3.072 kB
296
297Step 0 : FROM kolab/base-web-rc:latest
298 ---> f7b852472d0e
299Step 1 : RUN yum -y install kolab-freebusy && yum clean all
300 ---> Using cache
301 ---> 7f08f710ff6a
302Step 2 : ADD /entrypoint.sh /entrypoint.sh
303 ---> Using cache
304 ---> 3f0aa640b767
305Step 3 : RUN chmod a+x /entrypoint.sh
306 ---> Using cache
307 ---> 7d80dd4a762a
308Successfully built 7d80dd4a762a
309== ./03-guam ==
310Sending build context to Docker daemon 8.192 kB
311Sending build context to Docker daemon 8.192 kB
312
313Step 0 : FROM kolab/base:latest
314 ---> 080b3c487c63
315Step 1 : ENV GUAM_BRANCH master
316 ---> Using cache
317 ---> 13cce9c97a8b
318Step 2 : RUN yum -y install erlang-eimap erlang-erts erlang-goldrush erlang-lager erlang-rebar make && yum clean all
319 ---> Using cache
320 ---> 2b2df04c7433
321Step 3 : RUN git clone -b ${GUAM_BRANCH} https://git.kolab.org/diffusion/G/guam.git /root/guam.git
322 ---> Using cache
323 ---> fe7d84d55eac
324Step 4 : WORKDIR /root/guam.git/
325 ---> Using cache
326 ---> 5eeb748011af
327Step 5 : RUN timeout 60s rebar get-deps
328 ---> Using cache
329 ---> 681b94bc2143
330Step 6 : RUN timeout 60s rebar compile
331 ---> Using cache
332 ---> 9b039ba83c7f
333Step 7 : RUN timeout 60s rebar eunit
334 ---> Using cache
335 ---> c5444197ea8b
336Step 8 : RUN mkdir -p deps
337 ---> Using cache
338 ---> 7408c5717d0e
339Step 9 : WORKDIR /root/guam.git/rel/
340 ---> Using cache
341 ---> 36e3b4006418
342Step 10 : RUN timeout 60s rebar generate
343 ---> Using cache
344 ---> 6ab6191b9175
345Step 11 : WORKDIR /root/guam.git/
346 ---> Using cache
347 ---> a68a2a9fa8d8
348Step 12 : ADD /entrypoint.sh /entrypoint.sh
349 ---> Using cache
350 ---> aee149f1bd20
351Step 13 : RUN chmod a+x /entrypoint.sh
352 ---> Using cache
353 ---> 6bda0c82ab37
354Step 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/*/)/.
355 ---> Using cache
356 ---> 6a96814ce50b
357Step 15 : EXPOSE 143 993
358 ---> Using cache
359 ---> eeb25fae50e0
360Step 16 : CMD rel/kolab_guam/bin/kolab_guam foreground
361 ---> Using cache
362 ---> d5870c8ed0a0
363Successfully built d5870c8ed0a0
364== ./03-http-prx ==
365Sending build context to Docker daemon 2.048 kB
366Sending build context to Docker daemon 2.048 kB
367
368Step 0 : FROM microwebapps/haproxy-frontend-atomicapp:latest
369 ---> 30e350ecefaa
370Successfully built 30e350ecefaa
371== ./03-imapb ==
372Sending build context to Docker daemon 3.072 kB
373Sending build context to Docker daemon 3.072 kB
374
375Step 0 : FROM kolab/base-imap:latest
376 ---> 18bd249c2326
377Step 1 : VOLUME /data
378 ---> Using cache
379 ---> 52bc913faf7b
380Step 2 : ADD /entrypoint.sh /entrypoint.sh
381 ---> Using cache
382 ---> c7c06b5482ef
383Step 3 : RUN chmod a+x /entrypoint.sh
384 ---> Using cache
385 ---> dd23581ccc3d
386Successfully built dd23581ccc3d
387== ./03-imapf-ext ==
388Sending build context to Docker daemon 8.704 kB
389Sending build context to Docker daemon 8.704 kB
390
391Step 0 : FROM kolab/base-imap:latest
392 ---> 18bd249c2326
393Step 1 : ADD /entrypoint.sh /entrypoint.sh
394 ---> Using cache
395 ---> 41f68e05110e
396Step 2 : RUN chmod a+x /entrypoint.sh
397 ---> Using cache
398 ---> b63232e40714
399Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
400 ---> Using cache
401 ---> bab7f3fff4be
402Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
403 ---> Using cache
404 ---> e2b56e3303aa
405Successfully built e2b56e3303aa
406== ./03-imapf-int ==
407Sending build context to Docker daemon 8.704 kB
408Sending build context to Docker daemon 8.704 kB
409
410Step 0 : FROM kolab/base-imap:latest
411 ---> 18bd249c2326
412Step 1 : ADD /entrypoint.sh /entrypoint.sh
413 ---> Using cache
414 ---> 41f68e05110e
415Step 2 : RUN chmod a+x /entrypoint.sh
416 ---> Using cache
417 ---> b63232e40714
418Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
419 ---> Using cache
420 ---> bab7f3fff4be
421Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
422 ---> Using cache
423 ---> e2b56e3303aa
424Successfully built e2b56e3303aa
425== ./03-imap-mupdate ==
426Sending build context to Docker daemon 8.192 kB
427Sending build context to Docker daemon 8.192 kB
428
429Step 0 : FROM kolab/base-imap:latest
430 ---> 18bd249c2326
431Step 1 : ADD /entrypoint.sh /entrypoint.sh
432 ---> Using cache
433 ---> 5c2b16322c90
434Step 2 : RUN chmod a+x /entrypoint.sh
435 ---> Using cache
436 ---> cc15814028b3
437Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
438 ---> Using cache
439 ---> 609e5c3c11f8
440Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
441 ---> Using cache
442 ---> 9fe25953ad40
443Successfully built 9fe25953ad40
444== ./03-int-mx ==
445Sending build context to Docker daemon 5.12 kB
446Sending build context to Docker daemon 5.12 kB
447
448Step 0 : FROM kolab/base-mx:latest
449 ---> da4440c2d3b2
450Step 1 : EXPOSE 25 587
451 ---> Using cache
452 ---> 8c9fd8df9c07
453Step 2 : ADD /entrypoint.sh /entrypoint.sh
454 ---> Using cache
455 ---> 19305837a4b9
456Step 3 : RUN chmod a+x /entrypoint.sh
457 ---> Using cache
458 ---> 163b575c08a4
459Step 4 : CMD /usr/libexec/postfix/master -D
460 ---> Using cache
461 ---> 805fb8a14442
462Successfully built 805fb8a14442
463== ./03-irony ==
464Sending build context to Docker daemon 3.072 kB
465Sending build context to Docker daemon 3.072 kB
466
467Step 0 : FROM kolab/base-web-rc:latest
468 ---> f7b852472d0e
469Step 1 : RUN yum -y install iRony && yum clean all
470 ---> Using cache
471 ---> 094c54848944
472Step 2 : ADD /entrypoint.sh /entrypoint.sh
473 ---> Using cache
474 ---> ede269e4ef2c
475Step 3 : RUN chmod a+x /entrypoint.sh
476 ---> Using cache
477 ---> 1ee0bfdf0d79
478Successfully built 1ee0bfdf0d79
479== ./03-jmap-proxy ==
480Sending build context to Docker daemon 13.31 kB
481Sending build context to Docker daemon 13.31 kB
482
483Step 0 : FROM docker.io/library/centos:centos7
484 ---> 14dab3d40372
485Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
486 ---> Using cache
487 ---> 4b6a8a1349e4
488Step 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
489 ---> Using cache
490 ---> 26c64c5ba9be
491Step 3 : RUN ( sleep 1; echo "yes"; ) | perl -MCPAN -e shell || :
492 ---> Using cache
493 ---> 749e12d7a7d0
494Step 4 : ADD bashrc /root/.bashrc
495 ---> 046caa9d6c19
496Removing intermediate container e61b6749df45
497Step 5 : WORKDIR /srv/
498 ---> Running in cf55e76ddb30
499 ---> 36c78a2971d4
500Removing intermediate container cf55e76ddb30
501Step 6 : RUN git clone https://github.com/jmapio/jmap-perl.git jmap-perl.git
502 ---> Running in f29635b4612c
503Cloning into 'jmap-perl.git'...
504 ---> 04b621eef848
505Removing intermediate container f29635b4612c
506Step 7 : WORKDIR /srv/jmap-perl.git
507 ---> Running in d5984201b0f1
508 ---> 4c9e34578791
509Removing intermediate container d5984201b0f1
510Step 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 || :
511 ---> Running in a5af6f326504
512
513cpan shell -- CPAN exploration and modules installation (v1.9800)
514Enter 'h' for help.
515
516cpan[1]> Reading '/root/.cpan/Metadata'
517 Database was generated on Sun, 20 Dec 2015 23:29:02 GMT
518Fetching with HTTP::Tiny:
519http://ftp.hosteurope.de/pub/CPAN/authors/01mailrc.txt.gz
520Reading '/root/.cpan/sources/authors/01mailrc.txt.gz'
521............................................................................DONE
522Fetching with HTTP::Tiny:
523http://ftp.hosteurope.de/pub/CPAN/modules/02packages.details.txt.gz
524Reading '/root/.cpan/sources/modules/02packages.details.txt.gz'
525 Database was generated on Tue, 29 Dec 2015 00:17:02 GMT
526..............
527 New CPAN.pm version (v2.10) available.
528 [Currently running version is v1.9800]
529 You might want to try
530 install CPAN
531 reload cpan
532 to both upgrade CPAN.pm and run the new version without leaving
533 the current session.
534
535
536..............................................................DONE
537Fetching with HTTP::Tiny:
538http://ftp.hosteurope.de/pub/CPAN/modules/03modlist.data.gz
539Reading '/root/.cpan/sources/modules/03modlist.data.gz'
540DONE
541Writing /root/.cpan/Metadata
542Warning: Cannot install AnyEvent::Gmail, don't know what it is.
543Try the command
544
545 i /AnyEvent::Gmail/
546
547to find objects with matching identifiers.
548Warning: Cannot install Email::Sender::Transport::GmailSMTP, don't know what it is.
549Try the command
550
551 i /Email::Sender::Transport::GmailSMTP/
552
553to find objects with matching identifiers.
554Warning: Cannot install JMAP::API, don't know what it is.
555Try the command
556
557 i /JMAP::API/
558
559to find objects with matching identifiers.
560Warning: Cannot install JMAP::DB, don't know what it is.
561Try the command
562
563 i /JMAP::DB/
564
565to find objects with matching identifiers.
566Warning: Cannot install JMAP::GmailDB, don't know what it is.
567Try the command
568
569 i /JMAP::GmailDB/
570
571to find objects with matching identifiers.
572Warning: Cannot install JMAP::ImapDB, don't know what it is.
573Try the command
574
575 i /JMAP::ImapDB/
576
577to find objects with matching identifiers.
578Warning: Cannot install JMAP::Sync::Gmail, don't know what it is.
579Try the command
580
581 i /JMAP::Sync::Gmail/
582
583to find objects with matching identifiers.
584Warning: Cannot install JMAP::Sync::Standard, don't know what it is.
585Try the command
586
587 i /JMAP::Sync::Standard/
588
589to find objects with matching identifiers.
590Warning: Cannot install Mail::GmailTalk, don't know what it is.
591Try the command
592
593 i /Mail::GmailTalk/
594
595to find objects with matching identifiers.
596Warning: Cannot install OAuth2::Tiny, don't know what it is.
597Try the command
598
599 i /OAuth2::Tiny/
600
601to find objects with matching identifiers.
602Running install for module 'AnyEvent'
603Running make for M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
604Fetching with HTTP::Tiny:
605http://ftp.hosteurope.de/pub/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
606Fetching with HTTP::Tiny:
607http://ftp.hosteurope.de/pub/CPAN/authors/id/M/ML/MLEHMANN/CHECKSUMS
608Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-7.11.tar.gz ok
609Scanning cache /root/.cpan/build for sizes
610............................................................................DONE
611---- Unsatisfied dependencies detected during ----
612---- MLEHMANN/AnyEvent-7.11.tar.gz ----
613 Canary::Stability [build_requires]
614Skipping test because of notest pragma
615Running make install
616 Make had some problems, won't install
617 Delayed until after prerequisites
618Running install for module 'Canary::Stability'
619Running make for M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
620Fetching with HTTP::Tiny:
621http://ftp.hosteurope.de/pub/CPAN/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
622Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz ok
623
624 CPAN.pm: Building M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
625
626Checking if your kit is complete...
627Looks good
628Writing Makefile for Canary::Stability
629Writing MYMETA.yml and MYMETA.json
630cp Stability.pm blib/lib/Canary/Stability.pm
631Manifying blib/man3/Canary::Stability.3pm
632 MLEHMANN/Canary-Stability-2006.tar.gz
633 /usr/bin/make -- OK
634'YAML' not installed, will not store persistent state
635Skipping test because of notest pragma
636Running make install
637Manifying blib/man3/Canary::Stability.3pm
638Installing /usr/local/share/perl5/Canary/Stability.pm
639Installing /usr/local/share/man/man3/Canary::Stability.3pm
640Appending installation info to /usr/lib64/perl5/perllocal.pod
641 MLEHMANN/Canary-Stability-2006.tar.gz
642 /usr/bin/make install -- OK
643Running make for M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
644
645 CPAN.pm: Building M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
646
647
648***
649*** The stability canary says: chirp! chirp! (it seems to be quite happy)
650***
651*** Your version of perl (5.016003) is quite supported by AnyEvent, nothing
652*** else to be said, hope it comes in handy.
653***
654
655
656***
657*** The EV module is recommended for even better performance, unless you
658*** have to use one of the other adaptors (Event, Glib, Tk, etc.).
659*** The Async::Interrupt module is highly recommended to efficiently avoid
660*** race conditions in/with other event loops.
661***
662*** This module does not have ANY dependencies, even if it might look
663*** otherwise. If you are building a distribution package or have
664*** difficulties installing this package due to dependencies, report this
665*** to the packager as a bug.
666***
667*** This module is guaranteed to stay 100% pure-perl, full-featured
668*** and performant, even without any of the optional modules.
669***
670
671Checking if your kit is complete...
672Looks good
673Writing Makefile for AnyEvent
674Writing MYMETA.yml and MYMETA.json
675cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl
676cp lib/AnyEvent/Strict.pm blib/lib/AnyEvent/Strict.pm
677cp lib/AnyEvent/Log.pm blib/lib/AnyEvent/Log.pm
678cp lib/AnyEvent/IO/IOAIO.pm blib/lib/AnyEvent/IO/IOAIO.pm
679cp lib/AnyEvent/Impl/Glib.pm blib/lib/AnyEvent/Impl/Glib.pm
680cp lib/AnyEvent/IO/Perl.pm blib/lib/AnyEvent/IO/Perl.pm
681cp lib/AnyEvent/Impl/Tk.pm blib/lib/AnyEvent/Impl/Tk.pm
682cp lib/AnyEvent/Impl/Cocoa.pm blib/lib/AnyEvent/Impl/Cocoa.pm
683cp lib/AnyEvent/IO.pm blib/lib/AnyEvent/IO.pm
684cp lib/AnyEvent/Intro.pod blib/lib/AnyEvent/Intro.pod
685cp lib/AnyEvent/Impl/EventLib.pm blib/lib/AnyEvent/Impl/EventLib.pm
686cp lib/AnyEvent/Socket.pm blib/lib/AnyEvent/Socket.pm
687cp lib/AE.pm blib/lib/AE.pm
688cp lib/AnyEvent/Impl/FLTK.pm blib/lib/AnyEvent/Impl/FLTK.pm
689cp lib/AnyEvent/DNS.pm blib/lib/AnyEvent/DNS.pm
690cp lib/AnyEvent/Util/uts46data.pl blib/lib/AnyEvent/Util/uts46data.pl
691cp lib/AnyEvent/Impl/EV.pm blib/lib/AnyEvent/Impl/EV.pm
692cp lib/AnyEvent/Util.pm blib/lib/AnyEvent/Util.pm
693cp lib/AnyEvent/Impl/Event.pm blib/lib/AnyEvent/Impl/Event.pm
694cp lib/AnyEvent/Debug.pm blib/lib/AnyEvent/Debug.pm
695cp lib/AnyEvent/Impl/Perl.pm blib/lib/AnyEvent/Impl/Perl.pm
696cp lib/AnyEvent/Impl/POE.pm blib/lib/AnyEvent/Impl/POE.pm
697cp lib/AnyEvent/Impl/IOAsync.pm blib/lib/AnyEvent/Impl/IOAsync.pm
698cp lib/AnyEvent/Loop.pm blib/lib/AnyEvent/Loop.pm
699cp lib/AnyEvent/TLS.pm blib/lib/AnyEvent/TLS.pm
700cp lib/AnyEvent/Impl/Irssi.pm blib/lib/AnyEvent/Impl/Irssi.pm
701cp lib/AnyEvent/Util/idna.pl blib/lib/AnyEvent/Util/idna.pl
702cp lib/AnyEvent/FAQ.pod blib/lib/AnyEvent/FAQ.pod
703cp lib/AnyEvent.pm blib/lib/AnyEvent.pm
704cp lib/AnyEvent/Impl/Qt.pm blib/lib/AnyEvent/Impl/Qt.pm
705cp lib/AnyEvent/Handle.pm blib/lib/AnyEvent/Handle.pm
706cp lib/AnyEvent/Impl/UV.pm blib/lib/AnyEvent/Impl/UV.pm
707Manifying blib/man3/AnyEvent::Debug.3pm
708Manifying blib/man3/AnyEvent::Impl::Perl.3pm
709Manifying blib/man3/AnyEvent::Impl::POE.3pm
710Manifying blib/man3/AnyEvent::Impl::IOAsync.3pm
711Manifying blib/man3/AnyEvent::Strict.3pm
712Manifying blib/man3/AnyEvent::Log.3pm
713Manifying blib/man3/AnyEvent::IO::IOAIO.3pm
714Manifying blib/man3/AnyEvent::Impl::Glib.3pm
715Manifying blib/man3/AnyEvent::Loop.3pm
716Manifying blib/man3/AnyEvent::TLS.3pm
717Manifying blib/man3/AnyEvent::Impl::Tk.3pm
718Manifying blib/man3/AnyEvent::IO::Perl.3pm
719Manifying blib/man3/AnyEvent::Impl::Cocoa.3pm
720Manifying blib/man3/AnyEvent::IO.3pm
721Manifying blib/man3/AnyEvent::Impl::Irssi.3pm
722Manifying blib/man3/AnyEvent::Impl::EventLib.3pm
723Manifying blib/man3/AnyEvent::Intro.3pm
724Manifying blib/man3/AnyEvent::FAQ.3pm
725Manifying blib/man3/AnyEvent.3pm
726Manifying blib/man3/AE.3pm
727Manifying blib/man3/AnyEvent::Socket.3pm
728Manifying blib/man3/AnyEvent::Impl::FLTK.3pm
729Manifying blib/man3/AnyEvent::Impl::Qt.3pm
730Manifying blib/man3/AnyEvent::Handle.3pm
731Manifying blib/man3/AnyEvent::DNS.3pm
732Manifying blib/man3/AnyEvent::Impl::EV.3pm
733Manifying blib/man3/AnyEvent::Impl::UV.3pm
734Manifying blib/man3/AnyEvent::Util.3pm
735Manifying blib/man3/AnyEvent::Impl::Event.3pm
736/usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
737 MLEHMANN/AnyEvent-7.11.tar.gz
738 /usr/bin/make -- OK
739Skipping test because of notest pragma
740Running make install
741Skip blib/arch/AnyEvent/constants.pl (unchanged)
742Skip blib/lib/AnyEvent/Strict.pm (unchanged)
743Skip blib/lib/AnyEvent/Log.pm (unchanged)
744Skip blib/lib/AnyEvent/IO/IOAIO.pm (unchanged)
745Skip blib/lib/AnyEvent/Impl/Glib.pm (unchanged)
746Skip blib/lib/AnyEvent/IO/Perl.pm (unchanged)
747Skip blib/lib/AnyEvent/Impl/Tk.pm (unchanged)
748Skip blib/lib/AnyEvent/Impl/Cocoa.pm (unchanged)
749Skip blib/lib/AnyEvent/IO.pm (unchanged)
750Skip blib/lib/AnyEvent/Intro.pod (unchanged)
751Skip blib/lib/AnyEvent/Impl/EventLib.pm (unchanged)
752Skip blib/lib/AnyEvent/Socket.pm (unchanged)
753Skip blib/lib/AE.pm (unchanged)
754Skip blib/lib/AnyEvent/Impl/FLTK.pm (unchanged)
755Skip blib/lib/AnyEvent/DNS.pm (unchanged)
756Skip blib/lib/AnyEvent/Util/uts46data.pl (unchanged)
757Skip blib/lib/AnyEvent/Impl/EV.pm (unchanged)
758Skip blib/lib/AnyEvent/Util.pm (unchanged)
759Skip blib/lib/AnyEvent/Impl/Event.pm (unchanged)
760Skip blib/lib/AnyEvent/Debug.pm (unchanged)
761Skip blib/lib/AnyEvent/Impl/Perl.pm (unchanged)
762Skip blib/lib/AnyEvent/Impl/POE.pm (unchanged)
763Skip blib/lib/AnyEvent/Impl/IOAsync.pm (unchanged)
764Skip blib/lib/AnyEvent/Loop.pm (unchanged)
765Skip blib/lib/AnyEvent/TLS.pm (unchanged)
766Skip blib/lib/AnyEvent/Impl/Irssi.pm (unchanged)
767Skip blib/lib/AnyEvent/Util/idna.pl (unchanged)
768Skip blib/lib/AnyEvent/FAQ.pod (unchanged)
769Skip blib/lib/AnyEvent.pm (unchanged)
770Skip blib/lib/AnyEvent/Impl/Qt.pm (unchanged)
771Skip blib/lib/AnyEvent/Handle.pm (unchanged)
772Skip blib/lib/AnyEvent/Impl/UV.pm (unchanged)
773/usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
774Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
775Installing /usr/local/lib64/perl5/AnyEvent/constants.pl
776Installing /usr/local/lib64/perl5/AE.pm
777Installing /usr/local/lib64/perl5/AnyEvent.pm
778Installing /usr/local/lib64/perl5/AnyEvent/FAQ.pod
779Installing /usr/local/lib64/perl5/AnyEvent/DNS.pm
780Installing /usr/local/lib64/perl5/AnyEvent/IO.pm
781Installing /usr/local/lib64/perl5/AnyEvent/Util.pm
782Installing /usr/local/lib64/perl5/AnyEvent/Loop.pm
783Installing /usr/local/lib64/perl5/AnyEvent/Strict.pm
784Installing /usr/local/lib64/perl5/AnyEvent/Handle.pm
785Installing /usr/local/lib64/perl5/AnyEvent/TLS.pm
786Installing /usr/local/lib64/perl5/AnyEvent/Socket.pm
787Installing /usr/local/lib64/perl5/AnyEvent/Log.pm
788Installing /usr/local/lib64/perl5/AnyEvent/Intro.pod
789Installing /usr/local/lib64/perl5/AnyEvent/Debug.pm
790Installing /usr/local/lib64/perl5/AnyEvent/IO/Perl.pm
791Installing /usr/local/lib64/perl5/AnyEvent/IO/IOAIO.pm
792Installing /usr/local/lib64/perl5/AnyEvent/Impl/UV.pm
793Installing /usr/local/lib64/perl5/AnyEvent/Impl/EV.pm
794Installing /usr/local/lib64/perl5/AnyEvent/Impl/Irssi.pm
795Installing /usr/local/lib64/perl5/AnyEvent/Impl/IOAsync.pm
796Installing /usr/local/lib64/perl5/AnyEvent/Impl/EventLib.pm
797Installing /usr/local/lib64/perl5/AnyEvent/Impl/Perl.pm
798Installing /usr/local/lib64/perl5/AnyEvent/Impl/POE.pm
799Installing /usr/local/lib64/perl5/AnyEvent/Impl/Event.pm
800Installing /usr/local/lib64/perl5/AnyEvent/Impl/Cocoa.pm
801Installing /usr/local/lib64/perl5/AnyEvent/Impl/FLTK.pm
802Installing /usr/local/lib64/perl5/AnyEvent/Impl/Qt.pm
803Installing /usr/local/lib64/perl5/AnyEvent/Impl/Glib.pm
804Installing /usr/local/lib64/perl5/AnyEvent/Impl/Tk.pm
805Installing /usr/local/lib64/perl5/AnyEvent/Util/idna.pl
806Installing /usr/local/lib64/perl5/AnyEvent/Util/uts46data.pl
807Installing /usr/local/share/man/man3/AnyEvent::Impl::Glib.3pm
808Installing /usr/local/share/man/man3/AnyEvent::FAQ.3pm
809Installing /usr/local/share/man/man3/AnyEvent::Handle.3pm
810Installing /usr/local/share/man/man3/AnyEvent::Impl::Perl.3pm
811Installing /usr/local/share/man/man3/AnyEvent::Log.3pm
812Installing /usr/local/share/man/man3/AnyEvent::IO.3pm
813Installing /usr/local/share/man/man3/AnyEvent::Impl::EventLib.3pm
814Installing /usr/local/share/man/man3/AnyEvent::Socket.3pm
815Installing /usr/local/share/man/man3/AnyEvent::Debug.3pm
816Installing /usr/local/share/man/man3/AnyEvent::TLS.3pm
817Installing /usr/local/share/man/man3/AnyEvent::Loop.3pm
818Installing /usr/local/share/man/man3/AnyEvent::Intro.3pm
819Installing /usr/local/share/man/man3/AnyEvent::Impl::Irssi.3pm
820Installing /usr/local/share/man/man3/AnyEvent::Impl::Qt.3pm
821Installing /usr/local/share/man/man3/AnyEvent::Impl::Cocoa.3pm
822Installing /usr/local/share/man/man3/AnyEvent.3pm
823Installing /usr/local/share/man/man3/AE.3pm
824Installing /usr/local/share/man/man3/AnyEvent::Impl::IOAsync.3pm
825Installing /usr/local/share/man/man3/AnyEvent::Util.3pm
826Installing /usr/local/share/man/man3/AnyEvent::Impl::UV.3pm
827Installing /usr/local/share/man/man3/AnyEvent::IO::Perl.3pm
828Installing /usr/local/share/man/man3/AnyEvent::Impl::POE.3pm
829Installing /usr/local/share/man/man3/AnyEvent::Impl::EV.3pm
830Installing /usr/local/share/man/man3/AnyEvent::Impl::FLTK.3pm
831Installing /usr/local/share/man/man3/AnyEvent::IO::IOAIO.3pm
832Installing /usr/local/share/man/man3/AnyEvent::Impl::Tk.3pm
833Installing /usr/local/share/man/man3/AnyEvent::Impl::Event.3pm
834Installing /usr/local/share/man/man3/AnyEvent::Strict.3pm
835Installing /usr/local/share/man/man3/AnyEvent::DNS.3pm
836Appending installation info to /usr/lib64/perl5/perllocal.pod
837 MLEHMANN/AnyEvent-7.11.tar.gz
838 /usr/bin/make install -- OK
839AnyEvent::HTTP is up to date (2.22).
840Running install for module 'AnyEvent::HTTPD'
841Running make for E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
842Fetching with HTTP::Tiny:
843http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
844Fetching with HTTP::Tiny:
845http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EL/ELMEX/CHECKSUMS
846Checksum for /root/.cpan/sources/authors/id/E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz ok
847
848 CPAN.pm: Building E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
849
850Warning: prerequisite Object::Event 0 not found.
851Warning: prerequisite Test::More 0 not found.
852Checking if your kit is complete...
853Looks good
854Writing Makefile for AnyEvent::HTTPD
855Writing MYMETA.yml and MYMETA.json
856---- Unsatisfied dependencies detected during ----
857---- ELMEX/AnyEvent-HTTPD-0.93.tar.gz ----
858 Object::Event [requires]
859 Test::More [requires]
860Skipping test because of notest pragma
861Running make install
862 Delayed until after prerequisites
863Running install for module 'Object::Event'
864Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz
865Fetching with HTTP::Tiny:
866http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz
867Checksum for /root/.cpan/sources/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz ok
868
869 CPAN.pm: Building E/EL/ELMEX/Object-Event-1.23.tar.gz
870
871Warning: prerequisite Test::More 0 not found.
872Checking if your kit is complete...
873Looks good
874Writing Makefile for Object::Event
875Writing MYMETA.yml and MYMETA.json
876---- Unsatisfied dependencies detected during ----
877---- ELMEX/Object-Event-1.23.tar.gz ----
878 Test::More [requires]
879Skipping test because of notest pragma
880Running make install
881 Delayed until after prerequisites
882Running install for module 'Test::More'
883Running make for E/EX/EXODIST/Test-Simple-1.001014.tar.gz
884Fetching with HTTP::Tiny:
885http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EX/EXODIST/Test-Simple-1.001014.tar.gz
886Fetching with HTTP::Tiny:
887http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EX/EXODIST/CHECKSUMS
888Checksum for /root/.cpan/sources/authors/id/E/EX/EXODIST/Test-Simple-1.001014.tar.gz ok
889
890 CPAN.pm: Building E/EX/EXODIST/Test-Simple-1.001014.tar.gz
891
892Checking if your kit is complete...
893Looks good
894Writing Makefile for Test::Simple
895Writing MYMETA.yml and MYMETA.json
896cp lib/Test/Tester.pm blib/lib/Test/Tester.pm
897cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm
898cp lib/Test/Tester/Capture.pm blib/lib/Test/Tester/Capture.pm
899cp lib/ok.pm blib/lib/ok.pm
900cp lib/Test/Simple.pm blib/lib/Test/Simple.pm
901cp lib/Test/Builder/IO/Scalar.pm blib/lib/Test/Builder/IO/Scalar.pm
902cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm
903cp lib/Test/Builder/Module.pm blib/lib/Test/Builder/Module.pm
904cp lib/Test/Tutorial.pod blib/lib/Test/Tutorial.pod
905cp lib/Test/Builder.pm blib/lib/Test/Builder.pm
906cp lib/Test/use/ok.pm blib/lib/Test/use/ok.pm
907cp lib/Test/Tester/CaptureRunner.pm blib/lib/Test/Tester/CaptureRunner.pm
908cp lib/Test/More.pm blib/lib/Test/More.pm
909cp lib/Test/Tester/Delegate.pm blib/lib/Test/Tester/Delegate.pm
910Manifying blib/man3/Test::Tester::Capture.3pm
911Manifying blib/man3/Test::Builder::Tester::Color.3pm
912Manifying blib/man3/Test::Tester.3pm
913Manifying blib/man3/Test::Simple.3pm
914Manifying blib/man3/ok.3pm
915Manifying blib/man3/Test::Builder::IO::Scalar.3pm
916Manifying blib/man3/Test::Builder::Module.3pm
917Manifying blib/man3/Test::Builder::Tester.3pm
918Manifying blib/man3/Test::Tutorial.3pm
919Manifying blib/man3/Test::Tester::CaptureRunner.3pm
920Manifying blib/man3/Test::use::ok.3pm
921Manifying blib/man3/Test::Builder.3pm
922Manifying blib/man3/Test::More.3pm
923 EXODIST/Test-Simple-1.001014.tar.gz
924 /usr/bin/make -- OK
925Skipping test because of notest pragma
926Running make install
927Manifying blib/man3/Test::Tester::Capture.3pm
928Manifying blib/man3/Test::Builder::Tester::Color.3pm
929Manifying blib/man3/Test::Tester.3pm
930Manifying blib/man3/Test::Simple.3pm
931Manifying blib/man3/ok.3pm
932Manifying blib/man3/Test::Builder::IO::Scalar.3pm
933Manifying blib/man3/Test::Builder::Module.3pm
934Manifying blib/man3/Test::Builder::Tester.3pm
935Manifying blib/man3/Test::Tutorial.3pm
936Manifying blib/man3/Test::Tester::CaptureRunner.3pm
937Manifying blib/man3/Test::use::ok.3pm
938Installing /usr/local/share/perl5/ok.pm
939Installing /usr/local/share/perl5/Test/Tester.pm
940Installing /usr/local/share/perl5/Test/Simple.pm
941Installing /usr/local/share/perl5/Test/More.pm
942Installing /usr/local/share/perl5/Test/Builder.pm
943Installing /usr/local/share/perl5/Test/Tutorial.pod
944Installing /usr/local/share/perl5/Test/Builder/Tester.pm
945Installing /usr/local/share/perl5/Test/Builder/Module.pm
946Installing /usr/local/share/perl5/Test/Builder/IO/Scalar.pm
947Installing /usr/local/share/perl5/Test/Builder/Tester/Color.pm
948Installing /usr/local/share/perl5/Test/use/ok.pm
949Installing /usr/local/share/perl5/Test/Tester/Delegate.pm
950Installing /usr/local/share/perl5/Test/Tester/Capture.pm
951Installing /usr/local/share/perl5/Test/Tester/CaptureRunner.pm
952Installing /usr/local/share/man/man3/Test::Builder::IO::Scalar.3pm
953Installing /usr/local/share/man/man3/ok.3pm
954Installing /usr/local/share/man/man3/Test::Simple.3pm
955Installing /usr/local/share/man/man3/Test::Builder::Module.3pm
956Installing /usr/local/share/man/man3/Test::Tester.3pm
957Installing /usr/local/share/man/man3/Test::Tester::Capture.3pm
958Installing /usr/local/share/man/man3/Test::Tutorial.3pm
959Installing /usr/local/share/man/man3/Test::use::ok.3pm
960Installing /usr/local/share/man/man3/Test::Builder.3pm
961Installing /usr/local/share/man/man3/Test::Tester::CaptureRunner.3pm
962Installing /usr/local/share/man/man3/Test::Builder::Tester::Color.3pm
963Installing /usr/local/share/man/man3/Test::Builder::Tester.3pm
964Installing /usr/local/share/man/man3/Test::More.3pm
965Appending installation info to /usr/lib64/perl5/perllocal.pod
966 EXODIST/Test-Simple-1.001014.tar.gz
967 /usr/bin/make install -- OK
968Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz
969 Has already been unwrapped into directory /root/.cpan/build/Object-Event-1.23-2JBbYN
970
971 CPAN.pm: Building E/EL/ELMEX/Object-Event-1.23.tar.gz
972
973cp lib/Object/Event.pm blib/lib/Object/Event.pm
974Manifying blib/man3/Object::Event.3pm
975 ELMEX/Object-Event-1.23.tar.gz
976 /usr/bin/make -- OK
977Skipping test because of notest pragma
978Running make install
979Installing /usr/local/share/perl5/Object/Event.pm
980Installing /usr/local/share/man/man3/Object::Event.3pm
981Appending installation info to /usr/lib64/perl5/perllocal.pod
982 ELMEX/Object-Event-1.23.tar.gz
983 /usr/bin/make install -- OK
984Running make for E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
985 Has already been unwrapped into directory /root/.cpan/build/AnyEvent-HTTPD-0.93-hW9PHs
986
987 CPAN.pm: Building E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
988
989cp lib/AnyEvent/HTTPD/HTTPConnection.pm blib/lib/AnyEvent/HTTPD/HTTPConnection.pm
990cp lib/AnyEvent/HTTPD/Util.pm blib/lib/AnyEvent/HTTPD/Util.pm
991cp lib/AnyEvent/HTTPD/HTTPServer.pm blib/lib/AnyEvent/HTTPD/HTTPServer.pm
992cp lib/AnyEvent/HTTPD.pm blib/lib/AnyEvent/HTTPD.pm
993cp lib/AnyEvent/HTTPD/Request.pm blib/lib/AnyEvent/HTTPD/Request.pm
994Manifying blib/man3/AnyEvent::HTTPD::HTTPConnection.3pm
995Manifying blib/man3/AnyEvent::HTTPD::Util.3pm
996Manifying blib/man3/AnyEvent::HTTPD::HTTPServer.3pm
997Manifying blib/man3/AnyEvent::HTTPD.3pm
998Manifying blib/man3/AnyEvent::HTTPD::Request.3pm
999 ELMEX/AnyEvent-HTTPD-0.93.tar.gz
1000 /usr/bin/make -- OK
1001Skipping test because of notest pragma
1002Running make install
1003Installing /usr/local/share/perl5/AnyEvent/HTTPD.pm
1004Installing /usr/local/share/perl5/AnyEvent/HTTPD/HTTPServer.pm
1005Installing /usr/local/share/perl5/AnyEvent/HTTPD/HTTPConnection.pm
1006Installing /usr/local/share/perl5/AnyEvent/HTTPD/Util.pm
1007Installing /usr/local/share/perl5/AnyEvent/HTTPD/Request.pm
1008Installing /usr/local/share/man/man3/AnyEvent::HTTPD::HTTPConnection.3pm
1009Installing /usr/local/share/man/man3/AnyEvent::HTTPD::Util.3pm
1010Installing /usr/local/share/man/man3/AnyEvent::HTTPD.3pm
1011Installing /usr/local/share/man/man3/AnyEvent::HTTPD::Request.3pm
1012Installing /usr/local/share/man/man3/AnyEvent::HTTPD::HTTPServer.3pm
1013Appending installation info to /usr/lib64/perl5/perllocal.pod
1014 ELMEX/AnyEvent-HTTPD-0.93.tar.gz
1015 /usr/bin/make install -- OK
1016AnyEvent::Handle is up to date (undef).
1017Running install for module 'AnyEvent::IMAP'
1018Running make for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
1019Fetching with HTTP::Tiny:
1020http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
1021Fetching with HTTP::Tiny:
1022http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOKUHIROM/CHECKSUMS
1023Checksum for /root/.cpan/sources/authors/id/T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ok
1024---- Unsatisfied dependencies detected during ----
1025---- TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ----
1026 Module::Build [build_requires]
1027Skipping test because of notest pragma
1028Running make install
1029 Make had some problems, won't install
1030 Delayed until after prerequisites
1031Running install for module 'Module::Build'
1032Running make for L/LE/LEONT/Module-Build-0.4214.tar.gz
1033Fetching with HTTP::Tiny:
1034http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz
1035Fetching with HTTP::Tiny:
1036http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/CHECKSUMS
1037Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz ok
1038---- Unsatisfied dependencies detected during ----
1039---- LEONT/Module-Build-0.4214.tar.gz ----
1040 CPAN::Meta [build_requires]
1041Skipping test because of notest pragma
1042Running make install
1043 Make had some problems, won't install
1044 Delayed until after prerequisites
1045Running install for module 'CPAN::Meta'
1046Running make for D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
1047Fetching with HTTP::Tiny:
1048http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
1049Fetching with HTTP::Tiny:
1050http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/CHECKSUMS
1051Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz ok
1052
1053 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
1054
1055Warning: prerequisite Parse::CPAN::Meta 1.4414 not found. We have 1.4404.
1056Checking if your kit is complete...
1057Looks good
1058Writing Makefile for CPAN::Meta
1059Writing MYMETA.yml and MYMETA.json
1060---- Unsatisfied dependencies detected during ----
1061---- DAGOLDEN/CPAN-Meta-2.150005.tar.gz ----
1062 Parse::CPAN::Meta [requires]
1063Skipping test because of notest pragma
1064Running make install
1065 Delayed until after prerequisites
1066Running install for module 'Parse::CPAN::Meta'
1067Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
1068Fetching with HTTP::Tiny:
1069http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
1070Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz ok
1071
1072 CPAN.pm: Building D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
1073
1074Warning: prerequisite CPAN::Meta::YAML 0.011 not found. We have 0.008.
1075Checking if your kit is complete...
1076Looks good
1077Writing Makefile for Parse::CPAN::Meta
1078Writing MYMETA.yml and MYMETA.json
1079---- Unsatisfied dependencies detected during ----
1080---- DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz ----
1081 CPAN::Meta::YAML [requires]
1082Skipping test because of notest pragma
1083Running make install
1084 Delayed until after prerequisites
1085Running install for module 'CPAN::Meta::YAML'
1086Running make for D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
1087Fetching with HTTP::Tiny:
1088http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
1089Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz ok
1090
1091 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
1092
1093Checking if your kit is complete...
1094Looks good
1095Writing Makefile for CPAN::Meta::YAML
1096Writing MYMETA.yml and MYMETA.json
1097cp lib/CPAN/Meta/YAML.pm blib/lib/CPAN/Meta/YAML.pm
1098Manifying blib/man3/CPAN::Meta::YAML.3pm
1099 DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
1100 /usr/bin/make -- OK
1101Skipping test because of notest pragma
1102Running make install
1103Installing /usr/local/share/perl5/CPAN/Meta/YAML.pm
1104Installing /usr/local/share/man/man3/CPAN::Meta::YAML.3pm
1105Appending installation info to /usr/lib64/perl5/perllocal.pod
1106 DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
1107 /usr/bin/make install -- OK
1108Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
1109 Has already been unwrapped into directory /root/.cpan/build/Parse-CPAN-Meta-1.4417-I3tOar
1110
1111 CPAN.pm: Building D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
1112
1113cp lib/Parse/CPAN/Meta.pm blib/lib/Parse/CPAN/Meta.pm
1114Manifying blib/man3/Parse::CPAN::Meta.3pm
1115 DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
1116 /usr/bin/make -- OK
1117Skipping test because of notest pragma
1118Running make install
1119Installing /usr/local/share/perl5/Parse/CPAN/Meta.pm
1120Installing /usr/local/share/man/man3/Parse::CPAN::Meta.3pm
1121Appending installation info to /usr/lib64/perl5/perllocal.pod
1122 DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
1123 /usr/bin/make install -- OK
1124Running make for D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
1125 Has already been unwrapped into directory /root/.cpan/build/CPAN-Meta-2.150005-rfs7KG
1126
1127 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
1128
1129cp lib/CPAN/Meta/Prereqs.pm blib/lib/CPAN/Meta/Prereqs.pm
1130cp lib/CPAN/Meta/History/Meta_1_4.pod blib/lib/CPAN/Meta/History/Meta_1_4.pod
1131cp lib/CPAN/Meta/History.pm blib/lib/CPAN/Meta/History.pm
1132cp lib/CPAN/Meta/History/Meta_1_2.pod blib/lib/CPAN/Meta/History/Meta_1_2.pod
1133cp lib/CPAN/Meta/Converter.pm blib/lib/CPAN/Meta/Converter.pm
1134cp lib/CPAN/Meta/History/Meta_1_0.pod blib/lib/CPAN/Meta/History/Meta_1_0.pod
1135cp lib/CPAN/Meta/Feature.pm blib/lib/CPAN/Meta/Feature.pm
1136cp lib/CPAN/Meta/History/Meta_1_3.pod blib/lib/CPAN/Meta/History/Meta_1_3.pod
1137cp lib/CPAN/Meta/Spec.pm blib/lib/CPAN/Meta/Spec.pm
1138cp lib/CPAN/Meta.pm blib/lib/CPAN/Meta.pm
1139cp lib/CPAN/Meta/Merge.pm blib/lib/CPAN/Meta/Merge.pm
1140cp lib/CPAN/Meta/History/Meta_1_1.pod blib/lib/CPAN/Meta/History/Meta_1_1.pod
1141cp lib/CPAN/Meta/Validator.pm blib/lib/CPAN/Meta/Validator.pm
1142Manifying blib/man3/CPAN::Meta::History::Meta_1_4.3pm
1143Manifying blib/man3/CPAN::Meta::Prereqs.3pm
1144Manifying blib/man3/CPAN::Meta::History::Meta_1_2.3pm
1145Manifying blib/man3/CPAN::Meta::History.3pm
1146Manifying blib/man3/CPAN::Meta::Converter.3pm
1147Manifying blib/man3/CPAN::Meta::History::Meta_1_0.3pm
1148Manifying blib/man3/CPAN::Meta::History::Meta_1_3.3pm
1149Manifying blib/man3/CPAN::Meta::Feature.3pm
1150Manifying blib/man3/CPAN::Meta::Spec.3pm
1151Manifying blib/man3/CPAN::Meta.3pm
1152Manifying blib/man3/CPAN::Meta::History::Meta_1_1.3pm
1153Manifying blib/man3/CPAN::Meta::Merge.3pm
1154Manifying blib/man3/CPAN::Meta::Validator.3pm
1155 DAGOLDEN/CPAN-Meta-2.150005.tar.gz
1156 /usr/bin/make -- OK
1157Skipping test because of notest pragma
1158Running make install
1159Installing /usr/local/share/perl5/CPAN/Meta.pm
1160Installing /usr/local/share/perl5/CPAN/Meta/Feature.pm
1161Installing /usr/local/share/perl5/CPAN/Meta/Prereqs.pm
1162Installing /usr/local/share/perl5/CPAN/Meta/Spec.pm
1163Installing /usr/local/share/perl5/CPAN/Meta/Merge.pm
1164Installing /usr/local/share/perl5/CPAN/Meta/Validator.pm
1165Installing /usr/local/share/perl5/CPAN/Meta/Converter.pm
1166Installing /usr/local/share/perl5/CPAN/Meta/History.pm
1167Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_3.pod
1168Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_1.pod
1169Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_0.pod
1170Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_2.pod
1171Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_4.pod
1172Installing /usr/local/share/man/man3/CPAN::Meta::Merge.3pm
1173Installing /usr/local/share/man/man3/CPAN::Meta::Converter.3pm
1174Installing /usr/local/share/man/man3/CPAN::Meta.3pm
1175Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_3.3pm
1176Installing /usr/local/share/man/man3/CPAN::Meta::Spec.3pm
1177Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_0.3pm
1178Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_2.3pm
1179Installing /usr/local/share/man/man3/CPAN::Meta::Validator.3pm
1180Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_4.3pm
1181Installing /usr/local/share/man/man3/CPAN::Meta::Feature.3pm
1182Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_1.3pm
1183Installing /usr/local/share/man/man3/CPAN::Meta::Prereqs.3pm
1184Installing /usr/local/share/man/man3/CPAN::Meta::History.3pm
1185Appending installation info to /usr/lib64/perl5/perllocal.pod
1186 DAGOLDEN/CPAN-Meta-2.150005.tar.gz
1187 /usr/bin/make install -- OK
1188Running make for L/LE/LEONT/Module-Build-0.4214.tar.gz
1189
1190 CPAN.pm: Building L/LE/LEONT/Module-Build-0.4214.tar.gz
1191
1192# running Build.PL
1193
1194Checking optional features...
1195inc_bundling_support....disabled
1196 requires:
1197 ! inc::latest is not installed
1198
1199ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
1200of the modules indicated above before proceeding with this installation
1201
1202Created MYMETA.yml and MYMETA.json
1203Creating new 'Build' script for 'Module-Build' version '0.4214'
1204/usr/bin/perl Build --makefile_env_macros 1
1205Building Module-Build
1206 LEONT/Module-Build-0.4214.tar.gz
1207 /usr/bin/make -- OK
1208Skipping test because of notest pragma
1209Running make install
1210/usr/bin/perl Build --makefile_env_macros 1 install
1211Building Module-Build
1212Installing /usr/local/share/man/man1/config_data.1
1213Installing /usr/local/share/perl5/Module/Build.pm
1214Installing /usr/local/share/perl5/Module/Build/Cookbook.pm
1215Installing /usr/local/share/perl5/Module/Build/API.pod
1216Installing /usr/local/share/perl5/Module/Build/Notes.pm
1217Installing /usr/local/share/perl5/Module/Build/Dumper.pm
1218Installing /usr/local/share/perl5/Module/Build/PPMMaker.pm
1219Installing /usr/local/share/perl5/Module/Build/Compat.pm
1220Installing /usr/local/share/perl5/Module/Build/Bundling.pod
1221Installing /usr/local/share/perl5/Module/Build/Config.pm
1222Installing /usr/local/share/perl5/Module/Build/Authoring.pod
1223Installing /usr/local/share/perl5/Module/Build/Base.pm
1224Installing /usr/local/share/perl5/Module/Build/PodParser.pm
1225Installing /usr/local/share/perl5/Module/Build/ConfigData.pm
1226Installing /usr/local/share/perl5/Module/Build/Platform/VMS.pm
1227Installing /usr/local/share/perl5/Module/Build/Platform/VOS.pm
1228Installing /usr/local/share/perl5/Module/Build/Platform/MacOS.pm
1229Installing /usr/local/share/perl5/Module/Build/Platform/cygwin.pm
1230Installing /usr/local/share/perl5/Module/Build/Platform/Windows.pm
1231Installing /usr/local/share/perl5/Module/Build/Platform/Default.pm
1232Installing /usr/local/share/perl5/Module/Build/Platform/os2.pm
1233Installing /usr/local/share/perl5/Module/Build/Platform/aix.pm
1234Installing /usr/local/share/perl5/Module/Build/Platform/darwin.pm
1235Installing /usr/local/share/perl5/Module/Build/Platform/Unix.pm
1236Installing /usr/local/share/man/man3/Module::Build::Platform::darwin.3pm
1237Installing /usr/local/share/man/man3/Module::Build::ConfigData.3pm
1238Installing /usr/local/share/man/man3/Module::Build::Platform::Default.3pm
1239Installing /usr/local/share/man/man3/Module::Build::API.3pm
1240Installing /usr/local/share/man/man3/Module::Build::Compat.3pm
1241Installing /usr/local/share/man/man3/Module::Build::Authoring.3pm
1242Installing /usr/local/share/man/man3/Module::Build::Bundling.3pm
1243Installing /usr/local/share/man/man3/Module::Build::Platform::VMS.3pm
1244Installing /usr/local/share/man/man3/Module::Build::Platform::MacOS.3pm
1245Installing /usr/local/share/man/man3/Module::Build::Cookbook.3pm
1246Installing /usr/local/share/man/man3/Module::Build::Platform::VOS.3pm
1247Installing /usr/local/share/man/man3/Module::Build::Base.3pm
1248Installing /usr/local/share/man/man3/Module::Build::Platform::Windows.3pm
1249Installing /usr/local/share/man/man3/Module::Build::Platform::aix.3pm
1250Installing /usr/local/share/man/man3/Module::Build::Platform::Unix.3pm
1251Installing /usr/local/share/man/man3/Module::Build.3pm
1252Installing /usr/local/share/man/man3/Module::Build::PPMMaker.3pm
1253Installing /usr/local/share/man/man3/Module::Build::Notes.3pm
1254Installing /usr/local/share/man/man3/Module::Build::Platform::cygwin.3pm
1255Installing /usr/local/share/man/man3/Module::Build::Platform::os2.3pm
1256Installing /usr/local/bin/config_data
1257 LEONT/Module-Build-0.4214.tar.gz
1258 /usr/bin/make install -- OK
1259Running make for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
1260
1261 CPAN.pm: Building T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
1262
1263Checking prerequisites...
1264 requires:
1265 ! Mouse is not installed
1266 build_requires:
1267 ! Test::Requires is not installed
1268
1269ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
1270of the modules indicated above before proceeding with this installation
1271
1272Created MYMETA.yml and MYMETA.json
1273Creating new 'Build' script for 'AnyEvent-IMAP' version '0.04'
1274---- Unsatisfied dependencies detected during ----
1275---- TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ----
1276 Test::Requires [build_requires]
1277 Mouse [requires]
1278Skipping test because of notest pragma
1279Running Build install
1280 Delayed until after prerequisites
1281Running install for module 'Test::Requires'
1282Running make for T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
1283Fetching with HTTP::Tiny:
1284http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
1285Checksum for /root/.cpan/sources/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz ok
1286
1287 CPAN.pm: Building T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
1288
1289Warning: prerequisite perl 5.006 not found.
1290Checking if your kit is complete...
1291Looks good
1292Writing Makefile for Test::Requires
1293Writing MYMETA.yml and MYMETA.json
1294cp lib/Test/Requires.pm blib/lib/Test/Requires.pm
1295Manifying blib/man3/Test::Requires.3pm
1296 TOKUHIROM/Test-Requires-0.10.tar.gz
1297 /usr/bin/make -- OK
1298Skipping test because of notest pragma
1299Running make install
1300Installing /usr/local/share/perl5/Test/Requires.pm
1301Installing /usr/local/share/man/man3/Test::Requires.3pm
1302Appending installation info to /usr/lib64/perl5/perllocal.pod
1303 TOKUHIROM/Test-Requires-0.10.tar.gz
1304 /usr/bin/make install -- OK
1305Running install for module 'Mouse'
1306Running make for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
1307Fetching with HTTP::Tiny:
1308http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
1309Fetching with HTTP::Tiny:
1310http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SY/SYOHEX/CHECKSUMS
1311Checksum for /root/.cpan/sources/authors/id/S/SY/SYOHEX/Mouse-v2.4.5.tar.gz ok
1312---- Unsatisfied dependencies detected during ----
1313---- SYOHEX/Mouse-v2.4.5.tar.gz ----
1314 Module::Build::XSUtil [build_requires]
1315 ExtUtils::ParseXS [build_requires]
1316 Devel::PPPort [build_requires]
1317Skipping test because of notest pragma
1318Running make install
1319 Make had some problems, won't install
1320 Delayed until after prerequisites
1321Running install for module 'Module::Build::XSUtil'
1322Running make for H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
1323Fetching with HTTP::Tiny:
1324http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
1325Fetching with HTTP::Tiny:
1326http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HI/HIDEAKIO/CHECKSUMS
1327Checksum for /root/.cpan/sources/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ok
1328
1329 CPAN.pm: Building H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
1330
1331Created MYMETA.yml and MYMETA.json
1332Creating new 'Build' script for 'Module-Build-XSUtil' version '0.16'
1333cp META.json MYMETA.json
1334cp META.yml MYMETA.yml
1335---- Unsatisfied dependencies detected during ----
1336---- HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ----
1337 Capture::Tiny [build_requires]
1338 Cwd::Guard [build_requires]
1339 Devel::CheckCompiler [requires]
1340 File::Copy::Recursive [build_requires]
1341Skipping test because of notest pragma
1342Running Build install
1343 Delayed until after prerequisites
1344Running install for module 'Capture::Tiny'
1345Running make for D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
1346Fetching with HTTP::Tiny:
1347http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
1348Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz ok
1349
1350 CPAN.pm: Building D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
1351
1352Checking if your kit is complete...
1353Looks good
1354Writing Makefile for Capture::Tiny
1355Writing MYMETA.yml and MYMETA.json
1356cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm
1357Manifying blib/man3/Capture::Tiny.3pm
1358 DAGOLDEN/Capture-Tiny-0.30.tar.gz
1359 /usr/bin/make -- OK
1360Skipping test because of notest pragma
1361Running make install
1362Installing /usr/local/share/perl5/Capture/Tiny.pm
1363Installing /usr/local/share/man/man3/Capture::Tiny.3pm
1364Appending installation info to /usr/lib64/perl5/perllocal.pod
1365 DAGOLDEN/Capture-Tiny-0.30.tar.gz
1366 /usr/bin/make install -- OK
1367Running install for module 'Cwd::Guard'
1368Running make for K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
1369Fetching with HTTP::Tiny:
1370http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
1371Fetching with HTTP::Tiny:
1372http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KAZEBURO/CHECKSUMS
1373Checksum for /root/.cpan/sources/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz ok
1374
1375 CPAN.pm: Building K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
1376
1377Created MYMETA.yml and MYMETA.json
1378Creating new 'Build' script for 'Cwd-Guard' version '0.04'
1379Merging cpanfile prereqs to MYMETA.yml
1380Merging cpanfile prereqs to MYMETA.json
1381Building Cwd-Guard
1382 KAZEBURO/Cwd-Guard-0.04.tar.gz
1383 ./Build -- OK
1384Skipping test because of notest pragma
1385Running Build install
1386Building Cwd-Guard
1387Installing /usr/local/share/perl5/Cwd/Guard.pm
1388Installing /usr/local/share/man/man3/Cwd::Guard.3pm
1389 KAZEBURO/Cwd-Guard-0.04.tar.gz
1390 ./Build install -- OK
1391Running install for module 'Devel::CheckCompiler'
1392Running make for S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
1393Fetching with HTTP::Tiny:
1394http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
1395Checksum for /root/.cpan/sources/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz ok
1396
1397 CPAN.pm: Building S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
1398
1399Created MYMETA.yml and MYMETA.json
1400Creating new 'Build' script for 'Devel-CheckCompiler' version '0.06'
1401cp META.json MYMETA.json
1402cp META.yml MYMETA.yml
1403Building Devel-CheckCompiler
1404 SYOHEX/Devel-CheckCompiler-0.06.tar.gz
1405 ./Build -- OK
1406Skipping test because of notest pragma
1407Running Build install
1408Building Devel-CheckCompiler
1409Installing /usr/local/share/perl5/Devel/CheckCompiler.pm
1410Installing /usr/local/share/perl5/Devel/AssertC99.pm
1411Installing /usr/local/share/man/man3/Devel::CheckCompiler.3pm
1412Installing /usr/local/share/man/man3/Devel::AssertC99.3pm
1413 SYOHEX/Devel-CheckCompiler-0.06.tar.gz
1414 ./Build install -- OK
1415Running install for module 'File::Copy::Recursive'
1416Running make for D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
1417Fetching with HTTP::Tiny:
1418http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
1419Fetching with HTTP::Tiny:
1420http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DM/DMUEY/CHECKSUMS
1421Checksum for /root/.cpan/sources/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz ok
1422
1423 CPAN.pm: Building D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
1424
1425Checking if your kit is complete...
1426Looks good
1427Writing Makefile for File::Copy::Recursive
1428Writing MYMETA.yml and MYMETA.json
1429cp Recursive.pm blib/lib/File/Copy/Recursive.pm
1430Manifying blib/man3/File::Copy::Recursive.3pm
1431 DMUEY/File-Copy-Recursive-0.38.tar.gz
1432 /usr/bin/make -- OK
1433Skipping test because of notest pragma
1434Running make install
1435Installing /usr/local/share/perl5/File/Copy/Recursive.pm
1436Installing /usr/local/share/man/man3/File::Copy::Recursive.3pm
1437Appending installation info to /usr/lib64/perl5/perllocal.pod
1438 DMUEY/File-Copy-Recursive-0.38.tar.gz
1439 /usr/bin/make install -- OK
1440Running Build for H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
1441 Has already been unwrapped into directory /root/.cpan/build/Module-Build-XSUtil-0.16-B_ewFg
1442
1443 CPAN.pm: Building H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
1444
1445Building Module-Build-XSUtil
1446 HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
1447 ./Build -- OK
1448Skipping test because of notest pragma
1449Running Build install
1450Building Module-Build-XSUtil
1451Installing /usr/local/share/perl5/Module/Build/XSUtil.pm
1452Installing /usr/local/share/man/man3/Module::Build::XSUtil.3pm
1453 HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
1454 ./Build install -- OK
1455Running install for module 'ExtUtils::ParseXS'
1456Running make for S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
1457Fetching with HTTP::Tiny:
1458http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
1459Fetching with HTTP::Tiny:
1460http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SM/SMUELLER/CHECKSUMS
1461Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz ok
1462
1463 CPAN.pm: Building S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
1464
1465Checking if your kit is complete...
1466Looks good
1467Writing Makefile for ExtUtils::ParseXS
1468Writing MYMETA.yml and MYMETA.json
1469cp lib/ExtUtils/Typemaps/InputMap.pm blib/lib/ExtUtils/Typemaps/InputMap.pm
1470cp lib/ExtUtils/ParseXS.pod blib/lib/ExtUtils/ParseXS.pod
1471cp lib/ExtUtils/ParseXS/Utilities.pm blib/lib/ExtUtils/ParseXS/Utilities.pm
1472cp lib/ExtUtils/Typemaps/Type.pm blib/lib/ExtUtils/Typemaps/Type.pm
1473cp lib/ExtUtils/ParseXS/Constants.pm blib/lib/ExtUtils/ParseXS/Constants.pm
1474cp lib/ExtUtils/Typemaps/OutputMap.pm blib/lib/ExtUtils/Typemaps/OutputMap.pm
1475cp lib/ExtUtils/ParseXS.pm blib/lib/ExtUtils/ParseXS.pm
1476cp lib/ExtUtils/xsubpp blib/lib/ExtUtils/xsubpp
1477cp lib/ExtUtils/ParseXS/CountLines.pm blib/lib/ExtUtils/ParseXS/CountLines.pm
1478cp lib/ExtUtils/Typemaps/Cmd.pm blib/lib/ExtUtils/Typemaps/Cmd.pm
1479cp lib/ExtUtils/ParseXS/Eval.pm blib/lib/ExtUtils/ParseXS/Eval.pm
1480cp lib/ExtUtils/Typemaps.pm blib/lib/ExtUtils/Typemaps.pm
1481cp lib/ExtUtils/xsubpp blib/script/xsubpp
1482/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xsubpp
1483Manifying blib/man1/xsubpp.1
1484Manifying blib/man3/ExtUtils::Typemaps::InputMap.3pm
1485Manifying blib/man3/ExtUtils::ParseXS.3pm
1486Manifying blib/man3/ExtUtils::ParseXS::Utilities.3pm
1487Manifying blib/man3/ExtUtils::Typemaps::Type.3pm
1488Manifying blib/man3/ExtUtils::ParseXS::Constants.3pm
1489Manifying blib/man3/ExtUtils::Typemaps::OutputMap.3pm
1490Manifying blib/man3/ExtUtils::Typemaps::Cmd.3pm
1491Manifying blib/man3/ExtUtils::Typemaps.3pm
1492Manifying blib/man3/ExtUtils::ParseXS::Eval.3pm
1493 SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
1494 /usr/bin/make -- OK
1495Skipping test because of notest pragma
1496Running make install
1497Installing /usr/local/share/perl5/ExtUtils/ParseXS.pm
1498Installing /usr/local/share/perl5/ExtUtils/Typemaps.pm
1499Installing /usr/local/share/perl5/ExtUtils/xsubpp
1500Installing /usr/local/share/perl5/ExtUtils/ParseXS.pod
1501Installing /usr/local/share/perl5/ExtUtils/ParseXS/Utilities.pm
1502Installing /usr/local/share/perl5/ExtUtils/ParseXS/CountLines.pm
1503Installing /usr/local/share/perl5/ExtUtils/ParseXS/Constants.pm
1504Installing /usr/local/share/perl5/ExtUtils/ParseXS/Eval.pm
1505Installing /usr/local/share/perl5/ExtUtils/Typemaps/OutputMap.pm
1506Installing /usr/local/share/perl5/ExtUtils/Typemaps/InputMap.pm
1507Installing /usr/local/share/perl5/ExtUtils/Typemaps/Cmd.pm
1508Installing /usr/local/share/perl5/ExtUtils/Typemaps/Type.pm
1509Installing /usr/local/share/man/man1/xsubpp.1
1510Installing /usr/local/share/man/man3/ExtUtils::Typemaps::InputMap.3pm
1511Installing /usr/local/share/man/man3/ExtUtils::ParseXS.3pm
1512Installing /usr/local/share/man/man3/ExtUtils::Typemaps::Cmd.3pm
1513Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Eval.3pm
1514Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Constants.3pm
1515Installing /usr/local/share/man/man3/ExtUtils::Typemaps::OutputMap.3pm
1516Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Utilities.3pm
1517Installing /usr/local/share/man/man3/ExtUtils::Typemaps::Type.3pm
1518Installing /usr/local/share/man/man3/ExtUtils::Typemaps.3pm
1519Installing /usr/local/bin/xsubpp
1520Appending installation info to /usr/lib64/perl5/perllocal.pod
1521 SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
1522 /usr/bin/make install -- OK
1523Running install for module 'Devel::PPPort'
1524Running make for W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
1525Fetching with HTTP::Tiny:
1526http://ftp.hosteurope.de/pub/CPAN/authors/id/W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
1527Fetching with HTTP::Tiny:
1528http://ftp.hosteurope.de/pub/CPAN/authors/id/W/WO/WOLFSAGE/CHECKSUMS
1529Checksum for /root/.cpan/sources/authors/id/W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz ok
1530
1531 CPAN.pm: Building W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
1532
1533Checking if your kit is complete...
1534Looks good
1535Setting license tag...
1536Writing Makefile for Devel::PPPort
1537Writing MYMETA.yml and MYMETA.json
1538cp PPPort.pm blib/lib/Devel/PPPort.pm
1539/usr/bin/perl "-Iblib/arch" "-Iblib/lib" PPPort_xs.PL RealPPPort.xs
1540adding XS code from parts/inc/sprintf
1541adding XS code from parts/inc/strlfuncs
1542adding XS code from parts/inc/memory
1543adding XS code from parts/inc/gv
1544adding XS code from parts/inc/grok
1545adding XS code from parts/inc/HvNAME
1546adding XS code from parts/inc/variables
1547adding XS code from parts/inc/format
1548adding XS code from parts/inc/newCONSTSUB
1549adding XS code from parts/inc/SvPV
1550adding XS code from parts/inc/exception
1551adding XS code from parts/inc/pvs
1552adding XS code from parts/inc/cop
1553adding XS code from parts/inc/limits
1554adding XS code from parts/inc/MY_CXT
1555adding XS code from parts/inc/newSV_type
1556adding XS code from parts/inc/threads
1557adding XS code from parts/inc/pv_tools
1558adding XS code from parts/inc/mPUSH
1559adding XS code from parts/inc/Sv_set
1560adding XS code from parts/inc/warn
1561adding XS code from parts/inc/magic
1562adding XS code from parts/inc/shared_pv
1563adding XS code from parts/inc/misc
1564adding XS code from parts/inc/snprintf
1565adding XS code from parts/inc/SvREFCNT
1566adding XS code from parts/inc/uv
1567adding XS code from parts/inc/sv_xpvf
1568adding XS code from parts/inc/newRV
1569adding XS code from parts/inc/newSVpv
1570adding XS code from parts/inc/call
1571/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
1572/usr/bin/perl "-Iblib/arch" "-Iblib/lib" ppport_h.PL ppport.h
1573gcc -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
1574gcc -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
1575gcc -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
1576Running Mkbootstrap for Devel::PPPort ()
1577chmod 644 PPPort.bs
1578rm -f blib/arch/auto/Devel/PPPort/PPPort.so
1579gcc -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 \
1580 \
1581
1582chmod 755 blib/arch/auto/Devel/PPPort/PPPort.so
1583cp PPPort.bs blib/arch/auto/Devel/PPPort/PPPort.bs
1584chmod 644 blib/arch/auto/Devel/PPPort/PPPort.bs
1585Manifying blib/man3/Devel::PPPort.3pm
1586 WOLFSAGE/Devel-PPPort-3.32.tar.gz
1587 /usr/bin/make -- OK
1588Skipping test because of notest pragma
1589Running make install
1590Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
1591Installing /usr/local/lib64/perl5/auto/Devel/PPPort/PPPort.so
1592Installing /usr/local/lib64/perl5/auto/Devel/PPPort/PPPort.bs
1593Installing /usr/local/lib64/perl5/Devel/PPPort.pm
1594Installing /usr/local/share/man/man3/Devel::PPPort.3pm
1595Appending installation info to /usr/lib64/perl5/perllocal.pod
1596 WOLFSAGE/Devel-PPPort-3.32.tar.gz
1597 /usr/bin/make install -- OK
1598Running make for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
1599
1600 CPAN.pm: Building S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
1601
1602Created MYMETA.yml and MYMETA.json
1603Creating new 'Build' script for 'Mouse' version 'v2.4.5'
1604cp META.json MYMETA.json
1605cp META.yml MYMETA.yml
1606---- Unsatisfied dependencies detected during ----
1607---- SYOHEX/Mouse-v2.4.5.tar.gz ----
1608 Test::LeakTrace [build_requires]
1609 Test::Fatal [build_requires]
1610 Test::Output [build_requires]
1611 Test::Exception [build_requires]
1612Skipping test because of notest pragma
1613Running Build install
1614 Delayed until after prerequisites
1615Running install for module 'Test::LeakTrace'
1616Running make for G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
1617Fetching with HTTP::Tiny:
1618http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
1619Fetching with HTTP::Tiny:
1620http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GF/GFUJI/CHECKSUMS
1621Checksum for /root/.cpan/sources/authors/id/G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz ok
1622
1623 CPAN.pm: Building G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
1624
1625Checking if your kit is complete...
1626Looks good
1627Writing Makefile for Test::LeakTrace
1628Writing MYMETA.yml and MYMETA.json
1629cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm
1630cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm
1631cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod
1632/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
1633gcc -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
1634Running Mkbootstrap for Test::LeakTrace ()
1635chmod 644 LeakTrace.bs
1636rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.so
1637gcc -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 \
1638 \
1639
1640chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.so
1641cp LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs
1642chmod 644 blib/arch/auto/Test/LeakTrace/LeakTrace.bs
1643Manifying blib/man3/Test::LeakTrace::Script.3pm
1644Manifying blib/man3/Test::LeakTrace.3pm
1645Manifying blib/man3/Test::LeakTrace::JA.3pm
1646 GFUJI/Test-LeakTrace-0.15.tar.gz
1647 /usr/bin/make -- OK
1648Skipping test because of notest pragma
1649Running make install
1650Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
1651Installing /usr/local/lib64/perl5/auto/Test/LeakTrace/LeakTrace.bs
1652Installing /usr/local/lib64/perl5/auto/Test/LeakTrace/LeakTrace.so
1653Installing /usr/local/lib64/perl5/Test/LeakTrace.pm
1654Installing /usr/local/lib64/perl5/Test/LeakTrace/Script.pm
1655Installing /usr/local/lib64/perl5/Test/LeakTrace/JA.pod
1656Installing /usr/local/share/man/man3/Test::LeakTrace::Script.3pm
1657Installing /usr/local/share/man/man3/Test::LeakTrace::JA.3pm
1658Installing /usr/local/share/man/man3/Test::LeakTrace.3pm
1659Appending installation info to /usr/lib64/perl5/perllocal.pod
1660 GFUJI/Test-LeakTrace-0.15.tar.gz
1661 /usr/bin/make install -- OK
1662Running install for module 'Test::Fatal'
1663Running make for R/RJ/RJBS/Test-Fatal-0.014.tar.gz
1664Fetching with HTTP::Tiny:
1665http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz
1666Fetching with HTTP::Tiny:
1667http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/CHECKSUMS
1668Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz ok
1669
1670 CPAN.pm: Building R/RJ/RJBS/Test-Fatal-0.014.tar.gz
1671
1672Checking if your kit is complete...
1673Looks good
1674Writing Makefile for Test::Fatal
1675Writing MYMETA.yml and MYMETA.json
1676cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm
1677Manifying blib/man3/Test::Fatal.3pm
1678 RJBS/Test-Fatal-0.014.tar.gz
1679 /usr/bin/make -- OK
1680Skipping test because of notest pragma
1681Running make install
1682Installing /usr/local/share/perl5/Test/Fatal.pm
1683Installing /usr/local/share/man/man3/Test::Fatal.3pm
1684Appending installation info to /usr/lib64/perl5/perllocal.pod
1685 RJBS/Test-Fatal-0.014.tar.gz
1686 /usr/bin/make install -- OK
1687Running install for module 'Test::Output'
1688Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
1689Fetching with HTTP::Tiny:
1690http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz
1691Fetching with HTTP::Tiny:
1692http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BD/BDFOY/CHECKSUMS
1693Checksum for /root/.cpan/sources/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz ok
1694
1695 CPAN.pm: Building B/BD/BDFOY/Test-Output-1.03.tar.gz
1696
1697Checking if your kit is complete...
1698Looks good
1699Warning: prerequisite Sub::Exporter 0 not found.
1700Writing Makefile for Test::Output
1701Writing MYMETA.yml and MYMETA.json
1702---- Unsatisfied dependencies detected during ----
1703---- BDFOY/Test-Output-1.03.tar.gz ----
1704 Sub::Exporter [requires]
1705Skipping test because of notest pragma
1706Running make install
1707 Delayed until after prerequisites
1708Running install for module 'Sub::Exporter'
1709Running make for R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
1710Fetching with HTTP::Tiny:
1711http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
1712Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz ok
1713
1714 CPAN.pm: Building R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
1715
1716Checking if your kit is complete...
1717Looks good
1718Writing Makefile for Sub::Exporter
1719Writing MYMETA.yml and MYMETA.json
1720cp lib/Sub/Exporter/Util.pm blib/lib/Sub/Exporter/Util.pm
1721cp lib/Sub/Exporter/Cookbook.pod blib/lib/Sub/Exporter/Cookbook.pod
1722cp lib/Sub/Exporter/Tutorial.pod blib/lib/Sub/Exporter/Tutorial.pod
1723cp lib/Sub/Exporter.pm blib/lib/Sub/Exporter.pm
1724Manifying blib/man3/Sub::Exporter::Util.3pm
1725Manifying blib/man3/Sub::Exporter::Cookbook.3pm
1726Manifying blib/man3/Sub::Exporter::Tutorial.3pm
1727Manifying blib/man3/Sub::Exporter.3pm
1728 RJBS/Sub-Exporter-0.987.tar.gz
1729 /usr/bin/make -- OK
1730Skipping test because of notest pragma
1731Running make install
1732Installing /usr/local/share/perl5/Sub/Exporter.pm
1733Installing /usr/local/share/perl5/Sub/Exporter/Util.pm
1734Installing /usr/local/share/perl5/Sub/Exporter/Cookbook.pod
1735Installing /usr/local/share/perl5/Sub/Exporter/Tutorial.pod
1736Installing /usr/local/share/man/man3/Sub::Exporter::Tutorial.3pm
1737Installing /usr/local/share/man/man3/Sub::Exporter::Cookbook.3pm
1738Installing /usr/local/share/man/man3/Sub::Exporter::Util.3pm
1739Installing /usr/local/share/man/man3/Sub::Exporter.3pm
1740Appending installation info to /usr/lib64/perl5/perllocal.pod
1741 RJBS/Sub-Exporter-0.987.tar.gz
1742 /usr/bin/make install -- OK
1743Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
1744 Has already been unwrapped into directory /root/.cpan/build/Test-Output-1.03-FKH67S
1745
1746 CPAN.pm: Building B/BD/BDFOY/Test-Output-1.03.tar.gz
1747
1748cp lib/Test/Output.pm blib/lib/Test/Output.pm
1749Manifying blib/man3/Test::Output.3pm
1750 BDFOY/Test-Output-1.03.tar.gz
1751 /usr/bin/make -- OK
1752Skipping test because of notest pragma
1753Running make install
1754Installing /usr/local/share/perl5/Test/Output.pm
1755Installing /usr/local/share/man/man3/Test::Output.3pm
1756Appending installation info to /usr/lib64/perl5/perllocal.pod
1757 BDFOY/Test-Output-1.03.tar.gz
1758 /usr/bin/make install -- OK
1759Running install for module 'Test::Exception'
1760Running make for E/EX/EXODIST/Test-Exception-0.41.tar.gz
1761Fetching with HTTP::Tiny:
1762http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EX/EXODIST/Test-Exception-0.41.tar.gz
1763Checksum for /root/.cpan/sources/authors/id/E/EX/EXODIST/Test-Exception-0.41.tar.gz ok
1764
1765 CPAN.pm: Building E/EX/EXODIST/Test-Exception-0.41.tar.gz
1766
1767Warning: prerequisite Sub::Uplevel 0.18 not found.
1768Checking if your kit is complete...
1769Looks good
1770Writing Makefile for Test::Exception
1771Writing MYMETA.yml and MYMETA.json
1772---- Unsatisfied dependencies detected during ----
1773---- EXODIST/Test-Exception-0.41.tar.gz ----
1774 Sub::Uplevel [requires]
1775Skipping test because of notest pragma
1776Running make install
1777 Delayed until after prerequisites
1778Running install for module 'Sub::Uplevel'
1779Running make for D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
1780Fetching with HTTP::Tiny:
1781http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
1782Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz ok
1783
1784 CPAN.pm: Building D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
1785
1786Checking if your kit is complete...
1787Looks good
1788Writing Makefile for Sub::Uplevel
1789Writing MYMETA.yml and MYMETA.json
1790cp lib/Sub/Uplevel.pm blib/lib/Sub/Uplevel.pm
1791Manifying blib/man3/Sub::Uplevel.3pm
1792 DAGOLDEN/Sub-Uplevel-0.25.tar.gz
1793 /usr/bin/make -- OK
1794Skipping test because of notest pragma
1795Running make install
1796Installing /usr/local/share/perl5/Sub/Uplevel.pm
1797Installing /usr/local/share/man/man3/Sub::Uplevel.3pm
1798Appending installation info to /usr/lib64/perl5/perllocal.pod
1799 DAGOLDEN/Sub-Uplevel-0.25.tar.gz
1800 /usr/bin/make install -- OK
1801Running make for E/EX/EXODIST/Test-Exception-0.41.tar.gz
1802 Has already been unwrapped into directory /root/.cpan/build/Test-Exception-0.41-j3TGbi
1803
1804 CPAN.pm: Building E/EX/EXODIST/Test-Exception-0.41.tar.gz
1805
1806cp lib/Test/Exception.pm blib/lib/Test/Exception.pm
1807Manifying blib/man3/Test::Exception.3pm
1808 EXODIST/Test-Exception-0.41.tar.gz
1809 /usr/bin/make -- OK
1810Skipping test because of notest pragma
1811Running make install
1812Installing /usr/local/share/perl5/Test/Exception.pm
1813Installing /usr/local/share/man/man3/Test::Exception.3pm
1814Appending installation info to /usr/lib64/perl5/perllocal.pod
1815 EXODIST/Test-Exception-0.41.tar.gz
1816 /usr/bin/make install -- OK
1817Running Build for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
1818 Has already been unwrapped into directory /root/.cpan/build/Mouse-v2.4.5-atjYy_
1819
1820 CPAN.pm: Building S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
1821
1822Building Mouse
1823Can'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.
1824BEGIN failed--compilation aborted at tool/generate-mouse-tiny.pl line 5.
1825Cannot generate Mouse::Tiny: No such file or directory at builder/MyBuilder.pm line 33.
1826xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c
1827xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c
1828xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c
1829xs-src/MouseUtil.xs => xs-src/MouseUtil.c
1830gcc -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
1831xs-src/MouseTypeConstraints.xs: In function 'mouse_tc_generate':
1832xs-src/MouseTypeConstraints.xs:507:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
1833 MAGIC* mg;
1834 ^
1835xs-src/MouseTypeConstraints.xs: In function 'S_nv_is_integer':
1836xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result]
1837 (void)Gconvert(nv, NV_DIG, 0, buf);
1838 ^
1839gcc -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
1840xs-src/MouseAccessor.xs: In function 'mouse_simple_accessor_generate':
1841xs-src/MouseAccessor.xs:337:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
1842 MAGIC* mg;
1843 ^
1844gcc -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
1845gcc -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
1846gcc -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
1847ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Mouse/Mouse.bs')
1848gcc -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/MouseTypeConstraints.o xs-src/MouseAccessor.o xs-src/MouseUtil.o xs-src/MouseAttribute.o
1849 SYOHEX/Mouse-v2.4.5.tar.gz
1850 ./Build -- OK
1851Skipping test because of notest pragma
1852Running Build install
1853Building Mouse
1854Can'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.
1855BEGIN failed--compilation aborted at tool/generate-mouse-tiny.pl line 5.
1856Cannot generate Mouse::Tiny: at builder/MyBuilder.pm line 33.
1857xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c
1858xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c
1859xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c
1860xs-src/MouseUtil.xs => xs-src/MouseUtil.c
1861gcc -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
1862xs-src/MouseTypeConstraints.xs: In function 'mouse_tc_generate':
1863xs-src/MouseTypeConstraints.xs:507:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
1864 MAGIC* mg;
1865 ^
1866xs-src/MouseTypeConstraints.xs: In function 'S_nv_is_integer':
1867xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result]
1868 (void)Gconvert(nv, NV_DIG, 0, buf);
1869 ^
1870gcc -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
1871xs-src/MouseAccessor.xs: In function 'mouse_simple_accessor_generate':
1872xs-src/MouseAccessor.xs:337:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
1873 MAGIC* mg;
1874 ^
1875gcc -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
1876gcc -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
1877gcc -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/MouseTypeConstraints.o xs-src/MouseAccessor.o xs-src/MouseUtil.o xs-src/MouseAttribute.o
1878Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
1879Installing /usr/local/lib64/perl5/auto/Mouse/Mouse.bs
1880Installing /usr/local/lib64/perl5/auto/Mouse/Mouse.so
1881Installing /usr/local/lib64/perl5/Squirrel.pm
1882Installing /usr/local/lib64/perl5/Mouse.pm
1883Installing /usr/local/lib64/perl5/ouse.pm
1884Installing /usr/local/lib64/perl5/Mouse/Object.pm
1885Installing /usr/local/lib64/perl5/Mouse/Util.pm
1886Installing /usr/local/lib64/perl5/Mouse/Tiny.pod
1887Installing /usr/local/lib64/perl5/Mouse/Spec.pm
1888Installing /usr/local/lib64/perl5/Mouse/Role.pm
1889Installing /usr/local/lib64/perl5/Mouse/PurePerl.pm
1890Installing /usr/local/lib64/perl5/Mouse/TypeRegistry.pm
1891Installing /usr/local/lib64/perl5/Mouse/Exporter.pm
1892Installing /usr/local/lib64/perl5/Mouse/XS.pod
1893Installing /usr/local/lib64/perl5/Mouse/Util/MetaRole.pm
1894Installing /usr/local/lib64/perl5/Mouse/Util/TypeConstraints.pm
1895Installing /usr/local/lib64/perl5/Mouse/Meta/Attribute.pm
1896Installing /usr/local/lib64/perl5/Mouse/Meta/TypeConstraint.pm
1897Installing /usr/local/lib64/perl5/Mouse/Meta/Class.pm
1898Installing /usr/local/lib64/perl5/Mouse/Meta/Module.pm
1899Installing /usr/local/lib64/perl5/Mouse/Meta/Method.pm
1900Installing /usr/local/lib64/perl5/Mouse/Meta/Role.pm
1901Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Composite.pm
1902Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Application.pm
1903Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Method.pm
1904Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Delegation.pm
1905Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Accessor.pm
1906Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Constructor.pm
1907Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Destructor.pm
1908Installing /usr/local/lib64/perl5/Test/Mouse.pm
1909Installing /usr/local/lib64/perl5/Squirrel/Role.pm
1910Installing /usr/local/share/man/man3/Mouse::Meta::Role::Method.3pm
1911Installing /usr/local/share/man/man3/Mouse::Spec.3pm
1912Installing /usr/local/share/man/man3/Mouse::PurePerl.3pm
1913Installing /usr/local/share/man/man3/Mouse::Meta::Attribute.3pm
1914Installing /usr/local/share/man/man3/Mouse::Meta::Module.3pm
1915Installing /usr/local/share/man/man3/Mouse::Exporter.3pm
1916Installing /usr/local/share/man/man3/Mouse::Meta::Role::Composite.3pm
1917Installing /usr/local/share/man/man3/Mouse::Meta::Method::Constructor.3pm
1918Installing /usr/local/share/man/man3/Mouse::Util::TypeConstraints.3pm
1919Installing /usr/local/share/man/man3/Test::Mouse.3pm
1920Installing /usr/local/share/man/man3/Mouse::Util::MetaRole.3pm
1921Installing /usr/local/share/man/man3/Mouse::Meta::Method::Accessor.3pm
1922Installing /usr/local/share/man/man3/Mouse::Tiny.3pm
1923Installing /usr/local/share/man/man3/Mouse::Meta::Method.3pm
1924Installing /usr/local/share/man/man3/Mouse::Meta::Class.3pm
1925Installing /usr/local/share/man/man3/Mouse::Util.3pm
1926Installing /usr/local/share/man/man3/Mouse::Role.3pm
1927Installing /usr/local/share/man/man3/Squirrel::Role.3pm
1928Installing /usr/local/share/man/man3/Mouse::Meta::Role::Application.3pm
1929Installing /usr/local/share/man/man3/Mouse::Meta::Method::Destructor.3pm
1930Installing /usr/local/share/man/man3/Mouse::Object.3pm
1931Installing /usr/local/share/man/man3/Mouse::Meta::TypeConstraint.3pm
1932Installing /usr/local/share/man/man3/Mouse::Meta::Role.3pm
1933Installing /usr/local/share/man/man3/Mouse::Meta::Method::Delegation.3pm
1934Installing /usr/local/share/man/man3/ouse.3pm
1935Installing /usr/local/share/man/man3/Mouse.3pm
1936Installing /usr/local/share/man/man3/Mouse::TypeRegistry.3pm
1937Installing /usr/local/share/man/man3/Squirrel.3pm
1938Installing /usr/local/share/man/man3/Mouse::XS.3pm
1939 SYOHEX/Mouse-v2.4.5.tar.gz
1940 ./Build install -- OK
1941Running Build for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
1942 Has already been unwrapped into directory /root/.cpan/build/AnyEvent-IMAP-0.04-0O7yxD
1943
1944 CPAN.pm: Building T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
1945
1946Building AnyEvent-IMAP
1947 TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
1948 ./Build -- OK
1949Skipping test because of notest pragma
1950Running Build install
1951Building AnyEvent-IMAP
1952Installing /usr/local/share/perl5/Mail/IMAP/Address.pm
1953Installing /usr/local/share/perl5/Mail/IMAP/Util.pm
1954Installing /usr/local/share/perl5/Mail/IMAP/Envelope.pm
1955Installing /usr/local/share/perl5/AnyEvent/IMAP.pm
1956Installing /usr/local/share/man/man3/Mail::IMAP::Envelope.3pm
1957Installing /usr/local/share/man/man3/AnyEvent::IMAP.3pm
1958 TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
1959 ./Build install -- OK
1960AnyEvent::Socket is up to date (undef).
1961AnyEvent::Util is up to date (undef).
1962Running install for module 'Carp'
1963Running make for R/RJ/RJBS/Carp-1.38.tar.gz
1964Fetching with HTTP::Tiny:
1965http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Carp-1.38.tar.gz
1966Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Carp-1.38.tar.gz ok
1967
1968 CPAN.pm: Building R/RJ/RJBS/Carp-1.38.tar.gz
1969
1970Checking if your kit is complete...
1971Looks good
1972Writing Makefile for Carp
1973Writing MYMETA.yml and MYMETA.json
1974cp lib/Carp.pm blib/lib/Carp.pm
1975cp lib/Carp/Heavy.pm blib/lib/Carp/Heavy.pm
1976Manifying blib/man3/Carp.3pm
1977 RJBS/Carp-1.38.tar.gz
1978 /usr/bin/make -- OK
1979Skipping test because of notest pragma
1980Running make install
1981Installing /usr/local/share/perl5/Carp.pm
1982Installing /usr/local/share/perl5/Carp/Heavy.pm
1983Installing /usr/local/share/man/man3/Carp.3pm
1984Appending installation info to /usr/lib64/perl5/perllocal.pod
1985 RJBS/Carp-1.38.tar.gz
1986 /usr/bin/make install -- OK
1987Running install for module 'Cookie::Baker'
1988Running make for K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
1989Fetching with HTTP::Tiny:
1990http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
1991Checksum for /root/.cpan/sources/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz ok
1992
1993 CPAN.pm: Building K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
1994
1995Created MYMETA.yml and MYMETA.json
1996Creating new 'Build' script for 'Cookie-Baker' version '0.06'
1997cp META.json MYMETA.json
1998cp META.yml MYMETA.yml
1999---- Unsatisfied dependencies detected during ----
2000---- KAZEBURO/Cookie-Baker-0.06.tar.gz ----
2001 Test::Time [build_requires]
2002Skipping test because of notest pragma
2003Running Build install
2004 Delayed until after prerequisites
2005Running install for module 'Test::Time'
2006Running make for S/SA/SATOH/Test-Time-0.04.tar.gz
2007Fetching with HTTP::Tiny:
2008http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SA/SATOH/Test-Time-0.04.tar.gz
2009Fetching with HTTP::Tiny:
2010http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SA/SATOH/CHECKSUMS
2011Checksum for /root/.cpan/sources/authors/id/S/SA/SATOH/Test-Time-0.04.tar.gz ok
2012
2013 CPAN.pm: Building S/SA/SATOH/Test-Time-0.04.tar.gz
2014
2015Subroutine readme_from redefined at inc/Module/Install/ReadmeFromPod.pm line 11.
2016Subroutine _readme_txt redefined at inc/Module/Install/ReadmeFromPod.pm line 64.
2017Subroutine _readme_htm redefined at inc/Module/Install/ReadmeFromPod.pm line 77.
2018Subroutine _readme_man redefined at inc/Module/Install/ReadmeFromPod.pm line 96.
2019Subroutine _readme_pdf redefined at inc/Module/Install/ReadmeFromPod.pm line 106.
2020Subroutine _all_from redefined at inc/Module/Install/ReadmeFromPod.pm line 122.
2021Subroutine use_test_base redefined at inc/Module/Install/TestBase.pm line 13.
2022Cannot determine perl version info from lib/Test/Time.pm
2023Checking if your kit is complete...
2024Looks good
2025Writing Makefile for Test::Time
2026Writing MYMETA.yml and MYMETA.json
2027---- Unsatisfied dependencies detected during ----
2028---- SATOH/Test-Time-0.04.tar.gz ----
2029 Test::Name::FromLine [build_requires]
2030Skipping test because of notest pragma
2031Running make install
2032 Delayed until after prerequisites
2033Running install for module 'Test::Name::FromLine'
2034Running make for S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
2035Fetching with HTTP::Tiny:
2036http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
2037Checksum for /root/.cpan/sources/authors/id/S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz ok
2038
2039 CPAN.pm: Building S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
2040
2041Created MYMETA.yml and MYMETA.json
2042Creating new 'Build' script for 'Test-Name-FromLine' version '0.13'
2043Merging cpanfile prereqs to MYMETA.yml
2044Merging cpanfile prereqs to MYMETA.json
2045---- Unsatisfied dependencies detected during ----
2046---- SATOH/Test-Name-FromLine-0.13.tar.gz ----
2047 File::Slurp [requires]
2048 Test::Differences [build_requires]
2049Skipping test because of notest pragma
2050Running Build install
2051 Delayed until after prerequisites
2052Running install for module 'File::Slurp'
2053Running make for U/UR/URI/File-Slurp-9999.19.tar.gz
2054Fetching with HTTP::Tiny:
2055http://ftp.hosteurope.de/pub/CPAN/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz
2056Fetching with HTTP::Tiny:
2057http://ftp.hosteurope.de/pub/CPAN/authors/id/U/UR/URI/CHECKSUMS
2058Checksum for /root/.cpan/sources/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz ok
2059
2060 CPAN.pm: Building U/UR/URI/File-Slurp-9999.19.tar.gz
2061
2062Checking if your kit is complete...
2063Looks good
2064Writing Makefile for File::Slurp
2065Writing MYMETA.yml and MYMETA.json
2066cp lib/File/Slurp.pm blib/lib/File/Slurp.pm
2067Manifying blib/man3/File::Slurp.3pm
2068 URI/File-Slurp-9999.19.tar.gz
2069 /usr/bin/make -- OK
2070Skipping test because of notest pragma
2071Running make install
2072Manifying blib/man3/File::Slurp.3pm
2073Installing /usr/local/share/perl5/File/Slurp.pm
2074Installing /usr/local/share/man/man3/File::Slurp.3pm
2075Appending installation info to /usr/lib64/perl5/perllocal.pod
2076 URI/File-Slurp-9999.19.tar.gz
2077 /usr/bin/make install -- OK
2078Running install for module 'Test::Differences'
2079Running make for D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
2080Fetching with HTTP::Tiny:
2081http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
2082Fetching with HTTP::Tiny:
2083http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DC/DCANTRELL/CHECKSUMS
2084Checksum for /root/.cpan/sources/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz ok
2085
2086 CPAN.pm: Building D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
2087
2088Checking prerequisites...
2089 requires:
2090 ! Text::Diff is not installed
2091
2092ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
2093of the modules indicated above before proceeding with this installation
2094
2095Created MYMETA.yml and MYMETA.json
2096Creating new 'Build' script for 'Test-Differences' version '0.64'
2097---- Unsatisfied dependencies detected during ----
2098---- DCANTRELL/Test-Differences-0.64.tar.gz ----
2099 Text::Diff [requires]
2100Skipping test because of notest pragma
2101Running Build install
2102 Delayed until after prerequisites
2103Running install for module 'Text::Diff'
2104Running make for N/NE/NEILB/Text-Diff-1.43.tar.gz
2105Fetching with HTTP::Tiny:
2106http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NE/NEILB/Text-Diff-1.43.tar.gz
2107Fetching with HTTP::Tiny:
2108http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NE/NEILB/CHECKSUMS
2109Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/Text-Diff-1.43.tar.gz ok
2110
2111 CPAN.pm: Building N/NE/NEILB/Text-Diff-1.43.tar.gz
2112
2113Warning: prerequisite Algorithm::Diff 1.19 not found.
2114Checking if your kit is complete...
2115Looks good
2116Writing Makefile for Text::Diff
2117Writing MYMETA.yml and MYMETA.json
2118---- Unsatisfied dependencies detected during ----
2119---- NEILB/Text-Diff-1.43.tar.gz ----
2120 Algorithm::Diff [requires]
2121Skipping test because of notest pragma
2122Running make install
2123 Delayed until after prerequisites
2124Running install for module 'Algorithm::Diff'
2125Running make for T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
2126Fetching with HTTP::Tiny:
2127http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
2128Fetching with HTTP::Tiny:
2129http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TY/TYEMQ/CHECKSUMS
2130Checksum for /root/.cpan/sources/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz ok
2131
2132 CPAN.pm: Building T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
2133
2134Checking if your kit is complete...
2135Looks good
2136Writing Makefile for Algorithm::Diff
2137Writing MYMETA.yml and MYMETA.json
2138cp diffnew.pl blib/lib/Algorithm/diffnew.pl
2139cp htmldiff.pl blib/lib/Algorithm/htmldiff.pl
2140cp diff.pl blib/lib/Algorithm/diff.pl
2141cp lib/Algorithm/Diff.pm blib/lib/Algorithm/Diff.pm
2142cp lib/Algorithm/DiffOld.pm blib/lib/Algorithm/DiffOld.pm
2143cp cdiff.pl blib/lib/Algorithm/cdiff.pl
2144Manifying blib/man3/Algorithm::Diff.3pm
2145Manifying blib/man3/Algorithm::DiffOld.3pm
2146 TYEMQ/Algorithm-Diff-1.1903.tar.gz
2147 /usr/bin/make -- OK
2148Skipping test because of notest pragma
2149Running make install
2150Installing /usr/local/share/perl5/Algorithm/Diff.pm
2151Installing /usr/local/share/perl5/Algorithm/htmldiff.pl
2152Installing /usr/local/share/perl5/Algorithm/DiffOld.pm
2153Installing /usr/local/share/perl5/Algorithm/diffnew.pl
2154Installing /usr/local/share/perl5/Algorithm/cdiff.pl
2155Installing /usr/local/share/perl5/Algorithm/diff.pl
2156Installing /usr/local/share/man/man3/Algorithm::DiffOld.3pm
2157Installing /usr/local/share/man/man3/Algorithm::Diff.3pm
2158Appending installation info to /usr/lib64/perl5/perllocal.pod
2159 TYEMQ/Algorithm-Diff-1.1903.tar.gz
2160 /usr/bin/make install -- OK
2161Running make for N/NE/NEILB/Text-Diff-1.43.tar.gz
2162 Has already been unwrapped into directory /root/.cpan/build/Text-Diff-1.43-SGYVwV
2163
2164 CPAN.pm: Building N/NE/NEILB/Text-Diff-1.43.tar.gz
2165
2166cp lib/Text/Diff/Table.pm blib/lib/Text/Diff/Table.pm
2167cp lib/Text/Diff.pm blib/lib/Text/Diff.pm
2168cp lib/Text/Diff/Config.pm blib/lib/Text/Diff/Config.pm
2169Manifying blib/man3/Text::Diff::Table.3pm
2170Manifying blib/man3/Text::Diff.3pm
2171Manifying blib/man3/Text::Diff::Config.3pm
2172 NEILB/Text-Diff-1.43.tar.gz
2173 /usr/bin/make -- OK
2174Skipping test because of notest pragma
2175Running make install
2176Installing /usr/local/share/perl5/Text/Diff.pm
2177Installing /usr/local/share/perl5/Text/Diff/Table.pm
2178Installing /usr/local/share/perl5/Text/Diff/Config.pm
2179Installing /usr/local/share/man/man3/Text::Diff.3pm
2180Installing /usr/local/share/man/man3/Text::Diff::Table.3pm
2181Installing /usr/local/share/man/man3/Text::Diff::Config.3pm
2182Appending installation info to /usr/lib64/perl5/perllocal.pod
2183 NEILB/Text-Diff-1.43.tar.gz
2184 /usr/bin/make install -- OK
2185Running Build for D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
2186 Has already been unwrapped into directory /root/.cpan/build/Test-Differences-0.64-UkdGLK
2187
2188 CPAN.pm: Building D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
2189
2190Building Test-Differences
2191 DCANTRELL/Test-Differences-0.64.tar.gz
2192 ./Build -- OK
2193Skipping test because of notest pragma
2194Running Build install
2195Building Test-Differences
2196Installing /usr/local/share/perl5/Test/Differences.pm
2197Installing /usr/local/share/man/man3/Test::Differences.3pm
2198 DCANTRELL/Test-Differences-0.64.tar.gz
2199 ./Build install -- OK
2200Running Build for S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
2201 Has already been unwrapped into directory /root/.cpan/build/Test-Name-FromLine-0.13-qTdISB
2202
2203 CPAN.pm: Building S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
2204
2205Building Test-Name-FromLine
2206 SATOH/Test-Name-FromLine-0.13.tar.gz
2207 ./Build -- OK
2208Skipping test because of notest pragma
2209Running Build install
2210Building Test-Name-FromLine
2211Installing /usr/local/share/perl5/Test/Name/FromLine.pm
2212Installing /usr/local/share/man/man3/Test::Name::FromLine.3pm
2213 SATOH/Test-Name-FromLine-0.13.tar.gz
2214 ./Build install -- OK
2215Running make for S/SA/SATOH/Test-Time-0.04.tar.gz
2216 Has already been unwrapped into directory /root/.cpan/build/Test-Time-0.04-uqpEjo
2217
2218 CPAN.pm: Building S/SA/SATOH/Test-Time-0.04.tar.gz
2219
2220cp lib/Test/Time.pm blib/lib/Test/Time.pm
2221Manifying blib/man3/Test::Time.3pm
2222 SATOH/Test-Time-0.04.tar.gz
2223 /usr/bin/make -- OK
2224Skipping test because of notest pragma
2225Running make install
2226Installing /usr/local/share/perl5/Test/Time.pm
2227Installing /usr/local/share/man/man3/Test::Time.3pm
2228Appending installation info to /usr/lib64/perl5/perllocal.pod
2229 SATOH/Test-Time-0.04.tar.gz
2230 /usr/bin/make install -- OK
2231Running Build for K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
2232 Has already been unwrapped into directory /root/.cpan/build/Cookie-Baker-0.06-bM715S
2233
2234 CPAN.pm: Building K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
2235
2236Building Cookie-Baker
2237 KAZEBURO/Cookie-Baker-0.06.tar.gz
2238 ./Build -- OK
2239Skipping test because of notest pragma
2240Running Build install
2241Building Cookie-Baker
2242Installing /usr/local/share/perl5/Cookie/Baker.pm
2243Installing /usr/local/share/man/man3/Cookie::Baker.3pm
2244 KAZEBURO/Cookie-Baker-0.06.tar.gz
2245 ./Build install -- OK
2246Running install for module 'DBI'
2247Running make for T/TI/TIMB/DBI-1.634.tar.gz
2248Fetching with HTTP::Tiny:
2249http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TI/TIMB/DBI-1.634.tar.gz
2250Fetching with HTTP::Tiny:
2251http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TI/TIMB/CHECKSUMS
2252Checksum for /root/.cpan/sources/authors/id/T/TI/TIMB/DBI-1.634.tar.gz ok
2253
2254 CPAN.pm: Building T/TI/TIMB/DBI-1.634.tar.gz
2255
2256Your perl was compiled with gcc (version 4.8.5 20150623 (Red Hat 4.8.5-4)), okay.
2257Creating test wrappers for DBD::Gofer:
2258t/zvg_01basics.t
2259t/zvg_02dbidrv.t
2260t/zvg_03handle.t
2261t/zvg_04mods.t
2262t/zvg_05concathash.t
2263t/zvg_06attrs.t
2264t/zvg_07kids.t
2265t/zvg_08keeperr.t
2266t/zvg_09trace.t
2267t/zvg_10examp.t
2268t/zvg_11fetch.t
2269t/zvg_12quote.t
2270t/zvg_13taint.t
2271t/zvg_14utf8.t
2272t/zvg_15array.t
2273t/zvg_16destroy.t
2274t/zvg_19fhtrace.t
2275t/zvg_20meta.t
2276t/zvg_30subclass.t
2277t/zvg_31methcache.t
2278t/zvg_35thrclone.t (use threads)
2279t/zvg_40profile.t
2280t/zvg_41prof_dump.t
2281t/zvg_42prof_data.t
2282t/zvg_43prof_env.t
2283t/zvg_48dbi_dbd_sqlengine.t
2284t/zvg_49dbd_file.t
2285t/zvg_50dbm_simple.t
2286t/zvg_51dbm_file.t
2287t/zvg_52dbm_complex.t
2288t/zvg_60preparse.t
2289t/zvg_65transact.t
2290t/zvg_70callbacks.t
2291t/zvg_72childhandles.t
2292t/zvg_80proxy.t
2293t/zvg_85gofer.t
2294t/zvg_86gofer_fail.t
2295t/zvg_87gofer_cache.t
2296t/zvg_90sql_type_cast.t
2297Creating test wrappers for DBI::SQL::Nano:
2298t/zvn_48dbi_dbd_sqlengine.t
2299t/zvn_49dbd_file.t
2300t/zvn_50dbm_simple.t
2301t/zvn_51dbm_file.t
2302t/zvn_52dbm_complex.t
2303t/zvn_85gofer.t
2304Creating test wrappers for DBI::PurePerl:
2305t/zvp_01basics.t
2306t/zvp_02dbidrv.t
2307t/zvp_03handle.t
2308t/zvp_04mods.t
2309t/zvp_05concathash.t
2310t/zvp_06attrs.t
2311t/zvp_07kids.t
2312t/zvp_08keeperr.t
2313t/zvp_09trace.t
2314t/zvp_10examp.t
2315t/zvp_11fetch.t
2316t/zvp_12quote.t
2317t/zvp_13taint.t
2318t/zvp_14utf8.t
2319t/zvp_15array.t
2320t/zvp_16destroy.t
2321t/zvp_19fhtrace.t
2322t/zvp_20meta.t
2323t/zvp_30subclass.t
2324t/zvp_31methcache.t
2325t/zvp_35thrclone.t (use threads)
2326t/zvp_40profile.t
2327t/zvp_41prof_dump.t
2328t/zvp_42prof_data.t
2329t/zvp_43prof_env.t
2330t/zvp_48dbi_dbd_sqlengine.t
2331t/zvp_49dbd_file.t
2332t/zvp_50dbm_simple.t
2333t/zvp_51dbm_file.t
2334t/zvp_52dbm_complex.t
2335t/zvp_60preparse.t
2336t/zvp_65transact.t
2337t/zvp_70callbacks.t
2338t/zvp_72childhandles.t
2339t/zvp_80proxy.t
2340t/zvp_85gofer.t
2341t/zvp_86gofer_fail.t
2342t/zvp_87gofer_cache.t
2343t/zvp_90sql_type_cast.t
2344Creating test wrappers for DBD::Gofer + DBI::SQL::Nano:
2345t/zvxgn_48dbi_dbd_sqlengine.t
2346t/zvxgn_49dbd_file.t
2347t/zvxgn_50dbm_simple.t
2348t/zvxgn_51dbm_file.t
2349t/zvxgn_52dbm_complex.t
2350t/zvxgn_85gofer.t
2351Creating test wrappers for DBD::Gofer + DBI::PurePerl:
2352t/zvxgp_01basics.t
2353t/zvxgp_02dbidrv.t
2354t/zvxgp_03handle.t
2355t/zvxgp_04mods.t
2356t/zvxgp_05concathash.t
2357t/zvxgp_06attrs.t
2358t/zvxgp_07kids.t
2359t/zvxgp_08keeperr.t
2360t/zvxgp_09trace.t
2361t/zvxgp_10examp.t
2362t/zvxgp_11fetch.t
2363t/zvxgp_12quote.t
2364t/zvxgp_13taint.t
2365t/zvxgp_14utf8.t
2366t/zvxgp_15array.t
2367t/zvxgp_16destroy.t
2368t/zvxgp_19fhtrace.t
2369t/zvxgp_20meta.t
2370t/zvxgp_30subclass.t
2371t/zvxgp_31methcache.t
2372t/zvxgp_35thrclone.t (use threads)
2373t/zvxgp_40profile.t
2374t/zvxgp_41prof_dump.t
2375t/zvxgp_42prof_data.t
2376t/zvxgp_43prof_env.t
2377t/zvxgp_48dbi_dbd_sqlengine.t
2378t/zvxgp_49dbd_file.t
2379t/zvxgp_50dbm_simple.t
2380t/zvxgp_51dbm_file.t
2381t/zvxgp_52dbm_complex.t
2382t/zvxgp_60preparse.t
2383t/zvxgp_65transact.t
2384t/zvxgp_70callbacks.t
2385t/zvxgp_72childhandles.t
2386t/zvxgp_80proxy.t
2387t/zvxgp_85gofer.t
2388t/zvxgp_86gofer_fail.t
2389t/zvxgp_87gofer_cache.t
2390t/zvxgp_90sql_type_cast.t
2391Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl:
2392t/zvxnp_48dbi_dbd_sqlengine.t
2393t/zvxnp_49dbd_file.t
2394t/zvxnp_50dbm_simple.t
2395t/zvxnp_51dbm_file.t
2396t/zvxnp_52dbm_complex.t
2397t/zvxnp_85gofer.t
2398Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl:
2399t/zvxgnp_48dbi_dbd_sqlengine.t
2400t/zvxgnp_49dbd_file.t
2401t/zvxgnp_50dbm_simple.t
2402t/zvxgnp_51dbm_file.t
2403t/zvxgnp_52dbm_complex.t
2404t/zvxgnp_85gofer.t
2405Checking if your kit is complete...
2406Looks good
2407
2408Warning: By default new modules are installed into your 'site_lib'
2409 directories. Since site_lib directories come after the normal library
2410 directories you must delete old DBI files and directories from your
2411 'privlib' and 'archlib' directories and their auto subdirectories.
2412
2413Reinstall DBI and your DBD::* drivers after deleting the old directories.
2414
2415Here's a list of probable old files and directories:
2416
2417 /usr/lib64/perl5/vendor_perl/Bundle/DBI.pm
2418 /usr/lib64/perl5/vendor_perl/DBD
2419 /usr/lib64/perl5/vendor_perl/DBI
2420 /usr/lib64/perl5/vendor_perl/DBI.pm
2421 /usr/lib64/perl5/vendor_perl/DBI/Changes.pm
2422 /usr/lib64/perl5/vendor_perl/DBI/Const
2423 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo
2424 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ANSI.pm
2425 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ODBC.pm
2426 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoReturn.pm
2427 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoType.pm
2428 /usr/lib64/perl5/vendor_perl/DBI/DBD
2429 /usr/lib64/perl5/vendor_perl/DBI/DBD.pm
2430 /usr/lib64/perl5/vendor_perl/DBI/DBD/Metadata.pm
2431 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine
2432 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine.pm
2433 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/Developers.pod
2434 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/HowTo.pod
2435 /usr/lib64/perl5/vendor_perl/DBI/FAQ.pm
2436 /usr/lib64/perl5/vendor_perl/DBI/Gofer
2437 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Execute.pm
2438 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Request.pm
2439 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Response.pm
2440 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer
2441 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Base.pm
2442 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/DataDumper.pm
2443 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Storable.pm
2444 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport
2445 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/Base.pm
2446 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/pipeone.pm
2447 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/stream.pm
2448 /usr/lib64/perl5/vendor_perl/DBI/Profile.pm
2449 /usr/lib64/perl5/vendor_perl/DBI/ProfileData.pm
2450 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper
2451 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper.pm
2452 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper/Apache.pm
2453 /usr/lib64/perl5/vendor_perl/DBI/ProfileSubs.pm
2454 /usr/lib64/perl5/vendor_perl/DBI/ProxyServer.pm
2455 /usr/lib64/perl5/vendor_perl/DBI/PurePerl.pm
2456 /usr/lib64/perl5/vendor_perl/DBI/SQL
2457 /usr/lib64/perl5/vendor_perl/DBI/SQL/Nano.pm
2458 /usr/lib64/perl5/vendor_perl/DBI/Util
2459 /usr/lib64/perl5/vendor_perl/DBI/Util/CacheMemory.pm
2460 /usr/lib64/perl5/vendor_perl/DBI/Util/_accessor.pm
2461 /usr/lib64/perl5/vendor_perl/auto/DBD
2462 /usr/lib64/perl5/vendor_perl/auto/DBI
2463 /usr/lib64/perl5/vendor_perl/auto/DBI/DBI.so
2464 /usr/lib64/perl5/vendor_perl/auto/DBI/DBIXS.h
2465 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver.xst
2466 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver_xst.h
2467 /usr/lib64/perl5/vendor_perl/auto/DBI/dbd_xsh.h
2468 /usr/lib64/perl5/vendor_perl/auto/DBI/dbi_sql.h
2469 /usr/lib64/perl5/vendor_perl/auto/DBI/dbipport.h
2470 /usr/lib64/perl5/vendor_perl/auto/DBI/dbivport.h
2471 /usr/lib64/perl5/vendor_perl/auto/DBI/dbixs_rev.h
2472
2473
2474 I see you're using perl 5.016003 on x86_64-linux-thread-multi, okay.
2475 Remember to actually *read* the README file!
2476 Use 'make' to build the software (dmake or nmake on Windows).
2477 Then 'make test' to execute self tests.
2478 Then 'make install' to install the DBI and then delete this working
2479 directory before unpacking and building any DBD::* drivers.
2480
2481Writing Makefile for DBI
2482Writing MYMETA.yml and MYMETA.json
2483/usr/bin/perl -MExtUtils::Command -e 'mkpath' -- blib/lib/DBI
2484rm -f blib/lib/DBI/Changes.pm
2485cp Changes blib/lib/DBI/Changes.pm
2486cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h
2487cp lib/DBI/Gofer/Response.pm blib/lib/DBI/Gofer/Response.pm
2488cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
2489cp lib/DBI/Gofer/Transport/Base.pm blib/lib/DBI/Gofer/Transport/Base.pm
2490cp lib/DBI/Util/_accessor.pm blib/lib/DBI/Util/_accessor.pm
2491cp lib/DBD/DBM.pm blib/lib/DBD/DBM.pm
2492cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
2493cp dbixs_rev.pl blib/lib/dbixs_rev.pl
2494cp lib/DBI/Gofer/Serializer/DataDumper.pm blib/lib/DBI/Gofer/Serializer/DataDumper.pm
2495cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
2496cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm
2497cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm
2498cp lib/DBD/Gofer/Transport/pipeone.pm blib/lib/DBD/Gofer/Transport/pipeone.pm
2499cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm
2500cp lib/DBD/File.pm blib/lib/DBD/File.pm
2501cp Driver.xst blib/arch/auto/DBI/Driver.xst
2502cp lib/DBD/File/Roadmap.pod blib/lib/DBD/File/Roadmap.pod
2503cp lib/DBI/Util/CacheMemory.pm blib/lib/DBI/Util/CacheMemory.pm
2504cp lib/DBI/ProfileSubs.pm blib/lib/DBI/ProfileSubs.pm
2505cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
2506cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
2507cp lib/DBD/Gofer.pm blib/lib/DBD/Gofer.pm
2508cp lib/DBD/File/HowTo.pod blib/lib/DBD/File/HowTo.pod
2509cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
2510cp dbivport.h blib/arch/auto/DBI/dbivport.h
2511cp lib/DBI/DBD/SqlEngine/HowTo.pod blib/lib/DBI/DBD/SqlEngine/HowTo.pod
2512cp dbixs_rev.h blib/arch/auto/DBI/dbixs_rev.h
2513cp lib/DBD/Gofer/Transport/Base.pm blib/lib/DBD/Gofer/Transport/Base.pm
2514cp lib/DBD/Gofer/Transport/corostream.pm blib/lib/DBD/Gofer/Transport/corostream.pm
2515cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
2516cp lib/DBD/Gofer/Policy/rush.pm blib/lib/DBD/Gofer/Policy/rush.pm
2517cp lib/DBI/SQL/Nano.pm blib/lib/DBI/SQL/Nano.pm
2518cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm
2519cp lib/DBI/Gofer/Request.pm blib/lib/DBI/Gofer/Request.pm
2520cp lib/DBD/Gofer/Transport/stream.pm blib/lib/DBD/Gofer/Transport/stream.pm
2521cp lib/DBD/Gofer/Policy/classic.pm blib/lib/DBD/Gofer/Policy/classic.pm
2522cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm
2523cp lib/DBI/Gofer/Serializer/Storable.pm blib/lib/DBI/Gofer/Serializer/Storable.pm
2524cp lib/DBI/Gofer/Transport/stream.pm blib/lib/DBI/Gofer/Transport/stream.pm
2525cp DBI.pm blib/lib/DBI.pm
2526cp lib/DBD/Gofer/Policy/Base.pm blib/lib/DBD/Gofer/Policy/Base.pm
2527cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
2528cp lib/DBD/Gofer/Policy/pedantic.pm blib/lib/DBD/Gofer/Policy/pedantic.pm
2529cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
2530cp lib/DBI/Gofer/Transport/pipeone.pm blib/lib/DBI/Gofer/Transport/pipeone.pm
2531cp lib/DBI/DBD/SqlEngine/Developers.pod blib/lib/DBI/DBD/SqlEngine/Developers.pod
2532cp lib/DBD/Gofer/Transport/null.pm blib/lib/DBD/Gofer/Transport/null.pm
2533cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
2534cp lib/DBD/File/Developers.pod blib/lib/DBD/File/Developers.pod
2535cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm
2536cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm
2537cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
2538cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm
2539cp dbipport.h blib/arch/auto/DBI/dbipport.h
2540cp lib/DBI/Gofer/Execute.pm blib/lib/DBI/Gofer/Execute.pm
2541cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
2542cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
2543cp lib/DBI/DBD/SqlEngine.pm blib/lib/DBI/DBD/SqlEngine.pm
2544cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
2545cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm
2546cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm
2547/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi
2548/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
2549gcc -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
2550Perl.c: In function 'XS_DBD__Perl__dr_data_sources':
2551Perl.c:276:7: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
2552 SV * attr;
2553 ^
2554Perl.c: In function 'XS_DBD__Perl__db__login':
2555Perl.c:320:7: warning: variable 'attribs' set but not used [-Wunused-but-set-variable]
2556 SV * attribs;
2557 ^
2558Perl.c: In function 'XS_DBD__Perl__db_last_insert_id':
2559Perl.c:555:7: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
2560 SV * attr;
2561 ^
2562/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
2563gcc -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
2564Running Mkbootstrap for DBI ()
2565chmod 644 DBI.bs
2566rm -f blib/arch/auto/DBI/DBI.so
2567gcc -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 \
2568 \
2569
2570chmod 755 blib/arch/auto/DBI/DBI.so
2571cp DBI.bs blib/arch/auto/DBI/DBI.bs
2572chmod 644 blib/arch/auto/DBI/DBI.bs
2573/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof
2574Extracted dbiprof from dbiprof.PL with variable substitutions.
2575cp dbiprof blib/script/dbiprof
2576/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiprof
2577/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy
2578Extracted dbiproxy from dbiproxy.PL with variable substitutions.
2579cp dbiproxy blib/script/dbiproxy
2580/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiproxy
2581/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbilogstrip.PL dbilogstrip
2582Extracted dbilogstrip from dbilogstrip.PL with variable substitutions.
2583cp dbilogstrip blib/script/dbilogstrip
2584/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbilogstrip
2585Manifying blib/man1/dbiprof.1
2586Manifying blib/man1/dbiproxy.1
2587Manifying blib/man1/dbilogstrip.1
2588Manifying blib/man3/DBD::Proxy.3pm
2589Manifying blib/man3/DBI::Gofer::Response.3pm
2590Manifying blib/man3/DBI::Gofer::Transport::Base.3pm
2591Manifying blib/man3/DBD::DBM.3pm
2592Manifying blib/man3/DBI::Const::GetInfoType.3pm
2593Manifying blib/man3/DBI::Gofer::Serializer::DataDumper.3pm
2594Manifying blib/man3/DBI::DBD::Metadata.3pm
2595Manifying blib/man3/DBD::Gofer::Transport::pipeone.3pm
2596Manifying blib/man3/DBI::Const::GetInfo::ODBC.3pm
2597Manifying blib/man3/DBI::ProfileDumper::Apache.3pm
2598Manifying blib/man3/DBD::File::Roadmap.3pm
2599Manifying blib/man3/DBD::File.3pm
2600Manifying blib/man3/DBI::Util::CacheMemory.3pm
2601Manifying blib/man3/DBI::ProfileSubs.3pm
2602Manifying blib/man3/DBD::File::HowTo.3pm
2603Manifying blib/man3/DBD::Gofer.3pm
2604Manifying blib/man3/DBI::DBD::SqlEngine::HowTo.3pm
2605Manifying blib/man3/DBD::Gofer::Transport::Base.3pm
2606Manifying blib/man3/DBD::Gofer::Transport::corostream.3pm
2607Manifying blib/man3/DBI::FAQ.3pm
2608Manifying blib/man3/DBD::Gofer::Policy::rush.3pm
2609Manifying blib/man3/DBI::SQL::Nano.3pm
2610Manifying blib/man3/DBI::Gofer::Request.3pm
2611Manifying blib/man3/DBI::Const::GetInfo::ANSI.3pm
2612Manifying blib/man3/DBD::Gofer::Transport::stream.3pm
2613Manifying blib/man3/DBD::Gofer::Policy::classic.3pm
2614Manifying blib/man3/DBD::Gofer::Policy::Base.3pm
2615Manifying blib/man3/DBI.3pm
2616Manifying blib/man3/DBI::Gofer::Transport::stream.3pm
2617Manifying blib/man3/DBI::Gofer::Serializer::Storable.3pm
2618Manifying blib/man3/DBI::Const::GetInfoReturn.3pm
2619Manifying blib/man3/DBD::Sponge.3pm
2620Manifying blib/man3/DBD::Gofer::Policy::pedantic.3pm
2621Manifying blib/man3/DBI::W32ODBC.3pm
2622Manifying blib/man3/DBI::Gofer::Transport::pipeone.3pm
2623Manifying blib/man3/DBI::DBD::SqlEngine::Developers.3pm
2624Manifying blib/man3/DBD::Gofer::Transport::null.3pm
2625Manifying blib/man3/Bundle::DBI.3pm
2626Manifying blib/man3/DBD::File::Developers.3pm
2627Manifying blib/man3/DBI::Profile.3pm
2628Manifying blib/man3/DBI::ProfileDumper.3pm
2629Manifying blib/man3/DBI::ProxyServer.3pm
2630Manifying blib/man3/DBI::Gofer::Serializer::Base.3pm
2631Manifying blib/man3/DBI::Gofer::Execute.3pm
2632Manifying blib/man3/DBI::DBD.3pm
2633Manifying blib/man3/Win32::DBIODBC.3pm
2634Manifying blib/man3/DBI::DBD::SqlEngine.3pm
2635Manifying blib/man3/DBI::PurePerl.3pm
2636Manifying blib/man3/DBI::ProfileData.3pm
2637 TIMB/DBI-1.634.tar.gz
2638 /usr/bin/make -- OK
2639Skipping test because of notest pragma
2640Running make install
2641Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
2642Installing /usr/local/lib64/perl5/auto/DBI/dbivport.h
2643Installing /usr/local/lib64/perl5/auto/DBI/DBIXS.h
2644Installing /usr/local/lib64/perl5/auto/DBI/dbipport.h
2645Installing /usr/local/lib64/perl5/auto/DBI/Driver.xst
2646Installing /usr/local/lib64/perl5/auto/DBI/DBI.bs
2647Installing /usr/local/lib64/perl5/auto/DBI/DBI.so
2648Installing /usr/local/lib64/perl5/auto/DBI/dbi_sql.h
2649Installing /usr/local/lib64/perl5/auto/DBI/dbd_xsh.h
2650Installing /usr/local/lib64/perl5/auto/DBI/Driver_xst.h
2651Installing /usr/local/lib64/perl5/auto/DBI/dbixs_rev.h
2652Installing /usr/local/lib64/perl5/dbixs_rev.pl
2653Installing /usr/local/lib64/perl5/DBI.pm
2654Installing /usr/local/lib64/perl5/DBI/ProxyServer.pm
2655Installing /usr/local/lib64/perl5/DBI/DBD.pm
2656Installing /usr/local/lib64/perl5/DBI/W32ODBC.pm
2657Installing /usr/local/lib64/perl5/DBI/Profile.pm
2658Installing /usr/local/lib64/perl5/DBI/ProfileSubs.pm
2659Installing /usr/local/lib64/perl5/DBI/FAQ.pm
2660Installing /usr/local/lib64/perl5/DBI/Changes.pm
2661Installing /usr/local/lib64/perl5/DBI/ProfileData.pm
2662Installing /usr/local/lib64/perl5/DBI/PurePerl.pm
2663Installing /usr/local/lib64/perl5/DBI/ProfileDumper.pm
2664Installing /usr/local/lib64/perl5/DBI/Gofer/Response.pm
2665Installing /usr/local/lib64/perl5/DBI/Gofer/Request.pm
2666Installing /usr/local/lib64/perl5/DBI/Gofer/Execute.pm
2667Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/stream.pm
2668Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/pipeone.pm
2669Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/Base.pm
2670Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Storable.pm
2671Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/DataDumper.pm
2672Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Base.pm
2673Installing /usr/local/lib64/perl5/DBI/SQL/Nano.pm
2674Installing /usr/local/lib64/perl5/DBI/ProfileDumper/Apache.pm
2675Installing /usr/local/lib64/perl5/DBI/DBD/Metadata.pm
2676Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine.pm
2677Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/HowTo.pod
2678Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/Developers.pod
2679Installing /usr/local/lib64/perl5/DBI/Util/_accessor.pm
2680Installing /usr/local/lib64/perl5/DBI/Util/CacheMemory.pm
2681Installing /usr/local/lib64/perl5/DBI/Const/GetInfoReturn.pm
2682Installing /usr/local/lib64/perl5/DBI/Const/GetInfoType.pm
2683Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ODBC.pm
2684Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ANSI.pm
2685Installing /usr/local/lib64/perl5/Win32/DBIODBC.pm
2686Installing /usr/local/lib64/perl5/Bundle/DBI.pm
2687Installing /usr/local/lib64/perl5/DBD/Sponge.pm
2688Installing /usr/local/lib64/perl5/DBD/File.pm
2689Installing /usr/local/lib64/perl5/DBD/DBM.pm
2690Installing /usr/local/lib64/perl5/DBD/ExampleP.pm
2691Installing /usr/local/lib64/perl5/DBD/Gofer.pm
2692Installing /usr/local/lib64/perl5/DBD/NullP.pm
2693Installing /usr/local/lib64/perl5/DBD/Proxy.pm
2694Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/classic.pm
2695Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/pedantic.pm
2696Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/rush.pm
2697Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/Base.pm
2698Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/corostream.pm
2699Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/null.pm
2700Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/stream.pm
2701Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/pipeone.pm
2702Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/Base.pm
2703Installing /usr/local/lib64/perl5/DBD/File/HowTo.pod
2704Installing /usr/local/lib64/perl5/DBD/File/Roadmap.pod
2705Installing /usr/local/lib64/perl5/DBD/File/Developers.pod
2706Installing /usr/local/share/man/man1/dbiprof.1
2707Installing /usr/local/share/man/man1/dbiproxy.1
2708Installing /usr/local/share/man/man1/dbilogstrip.1
2709Installing /usr/local/share/man/man3/DBI::Gofer::Transport::Base.3pm
2710Installing /usr/local/share/man/man3/DBD::Gofer.3pm
2711Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine.3pm
2712Installing /usr/local/share/man/man3/DBI::FAQ.3pm
2713Installing /usr/local/share/man/man3/DBD::Gofer::Policy::classic.3pm
2714Installing /usr/local/share/man/man3/DBI::Gofer::Request.3pm
2715Installing /usr/local/share/man/man3/DBI::DBD.3pm
2716Installing /usr/local/share/man/man3/DBD::File::Developers.3pm
2717Installing /usr/local/share/man/man3/DBI::W32ODBC.3pm
2718Installing /usr/local/share/man/man3/DBD::Gofer::Transport::stream.3pm
2719Installing /usr/local/share/man/man3/DBD::File::Roadmap.3pm
2720Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Storable.3pm
2721Installing /usr/local/share/man/man3/DBI::ProfileDumper::Apache.3pm
2722Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ANSI.3pm
2723Installing /usr/local/share/man/man3/DBI.3pm
2724Installing /usr/local/share/man/man3/DBD::Sponge.3pm
2725Installing /usr/local/share/man/man3/DBD::Gofer::Policy::rush.3pm
2726Installing /usr/local/share/man/man3/DBI::SQL::Nano.3pm
2727Installing /usr/local/share/man/man3/DBI::ProxyServer.3pm
2728Installing /usr/local/share/man/man3/DBI::Profile.3pm
2729Installing /usr/local/share/man/man3/DBD::Gofer::Policy::pedantic.3pm
2730Installing /usr/local/share/man/man3/DBI::Const::GetInfoType.3pm
2731Installing /usr/local/share/man/man3/DBD::DBM.3pm
2732Installing /usr/local/share/man/man3/DBD::File.3pm
2733Installing /usr/local/share/man/man3/DBI::Const::GetInfoReturn.3pm
2734Installing /usr/local/share/man/man3/DBD::Gofer::Transport::corostream.3pm
2735Installing /usr/local/share/man/man3/Win32::DBIODBC.3pm
2736Installing /usr/local/share/man/man3/DBI::Util::CacheMemory.3pm
2737Installing /usr/local/share/man/man3/DBD::Gofer::Transport::pipeone.3pm
2738Installing /usr/local/share/man/man3/Bundle::DBI.3pm
2739Installing /usr/local/share/man/man3/DBI::ProfileDumper.3pm
2740Installing /usr/local/share/man/man3/DBD::File::HowTo.3pm
2741Installing /usr/local/share/man/man3/DBI::DBD::Metadata.3pm
2742Installing /usr/local/share/man/man3/DBD::Gofer::Transport::null.3pm
2743Installing /usr/local/share/man/man3/DBD::Proxy.3pm
2744Installing /usr/local/share/man/man3/DBD::Gofer::Policy::Base.3pm
2745Installing /usr/local/share/man/man3/DBI::ProfileSubs.3pm
2746Installing /usr/local/share/man/man3/DBI::Gofer::Transport::stream.3pm
2747Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ODBC.3pm
2748Installing /usr/local/share/man/man3/DBI::Gofer::Response.3pm
2749Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::DataDumper.3pm
2750Installing /usr/local/share/man/man3/DBI::Gofer::Transport::pipeone.3pm
2751Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::Developers.3pm
2752Installing /usr/local/share/man/man3/DBI::PurePerl.3pm
2753Installing /usr/local/share/man/man3/DBI::Gofer::Execute.3pm
2754Installing /usr/local/share/man/man3/DBD::Gofer::Transport::Base.3pm
2755Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Base.3pm
2756Installing /usr/local/share/man/man3/DBI::ProfileData.3pm
2757Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::HowTo.3pm
2758Installing /usr/local/bin/dbiproxy
2759Installing /usr/local/bin/dbilogstrip
2760Installing /usr/local/bin/dbiprof
2761Appending installation info to /usr/lib64/perl5/perllocal.pod
2762 TIMB/DBI-1.634.tar.gz
2763 /usr/bin/make install -- OK
2764Running install for module 'Data::Dumper'
2765Running make for S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
2766Fetching with HTTP::Tiny:
2767http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
2768Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz ok
2769
2770 CPAN.pm: Building S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
2771
2772Checking if your kit is complete...
2773Looks good
2774Writing Makefile for Data::Dumper
2775Writing MYMETA.yml and MYMETA.json
2776cp Dumper.pm blib/lib/Data/Dumper.pm
2777/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
2778gcc -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
2779Running Mkbootstrap for Data::Dumper ()
2780chmod 644 Dumper.bs
2781rm -f blib/arch/auto/Data/Dumper/Dumper.so
2782gcc -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 \
2783 \
2784
2785chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
2786cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
2787chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
2788 SMUELLER/Data-Dumper-2.154.tar.gz
2789 /usr/bin/make -- OK
2790Skipping test because of notest pragma
2791Running make install
2792Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
2793Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.bs
2794Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.so
2795Installing /usr/lib64/perl5/Data/Dumper.pm
2796Appending installation info to /usr/lib64/perl5/perllocal.pod
2797 SMUELLER/Data-Dumper-2.154.tar.gz
2798 /usr/bin/make install -- OK
2799Running install for module 'Data::UUID::LibUUID'
2800Running make for N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
2801Fetching with HTTP::Tiny:
2802http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
2803Fetching with HTTP::Tiny:
2804http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NU/NUFFIN/CHECKSUMS
2805Checksum for /root/.cpan/sources/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ok
2806
2807 CPAN.pm: Building N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
2808
2809Warning: prerequisite asa 0 not found.
2810Checking if your kit is complete...
2811Looks good
2812trying 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
2813Writing Makefile for Data::UUID::LibUUID
2814Writing MYMETA.yml and MYMETA.json
2815---- Unsatisfied dependencies detected during ----
2816---- NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ----
2817 asa [requires]
2818Skipping test because of notest pragma
2819Running make install
2820 Delayed until after prerequisites
2821Running install for module 'asa'
2822Running make for A/AD/ADAMK/asa-1.03.tar.gz
2823Fetching with HTTP::Tiny:
2824http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AD/ADAMK/asa-1.03.tar.gz
2825Fetching with HTTP::Tiny:
2826http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AD/ADAMK/CHECKSUMS
2827Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/asa-1.03.tar.gz ok
2828
2829 CPAN.pm: Building A/AD/ADAMK/asa-1.03.tar.gz
2830
2831Checking if your kit is complete...
2832Looks good
2833Writing Makefile for asa
2834Writing MYMETA.yml and MYMETA.json
2835cp lib/asa.pm blib/lib/asa.pm
2836Manifying blib/man3/asa.3pm
2837 ADAMK/asa-1.03.tar.gz
2838 /usr/bin/make -- OK
2839Skipping test because of notest pragma
2840Running make install
2841Installing /usr/local/share/perl5/asa.pm
2842Installing /usr/local/share/man/man3/asa.3pm
2843Appending installation info to /usr/lib64/perl5/perllocal.pod
2844 ADAMK/asa-1.03.tar.gz
2845 /usr/bin/make install -- OK
2846Running make for N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
2847 Has already been unwrapped into directory /root/.cpan/build/Data-UUID-LibUUID-0.05-cyJdvS
2848
2849 CPAN.pm: Building N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
2850
2851cp lib/Data/UUID/LibUUID.pm blib/lib/Data/UUID/LibUUID.pm
2852cp lib/Data/UUID/LibUUID/DataUUIDCompat.pm blib/lib/Data/UUID/LibUUID/DataUUIDCompat.pm
2853/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LibUUID.xs > LibUUID.xsc && mv LibUUID.xsc LibUUID.c
2854gcc -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
2855LibUUID.xs: In function 'pid_check':
2856LibUUID.xs:62:9: warning: implicit declaration of function 'arc4random_stir' [-Wimplicit-function-declaration]
2857 arc4random_stir();
2858 ^
2859LibUUID.xs: In function 'new_uuid':
2860LibUUID.xs:77:9: warning: label 'ggdefault' defined but not used [-Wunused-label]
2861 ggdefault:
2862 ^
2863LibUUID.c: In function 'XS_Data__UUID__LibUUID_uuid_eq':
2864LibUUID.c:330:7: warning: unused variable 'RETVAL' [-Wunused-variable]
2865 SV * RETVAL;
2866 ^
2867LibUUID.c: In function 'XS_Data__UUID__LibUUID_uuid_compare':
2868LibUUID.c:363:7: warning: unused variable 'RETVAL' [-Wunused-variable]
2869 SV * RETVAL;
2870 ^
2871In file included from LibUUID.xs:3:0:
2872LibUUID.c: In function 'XS_Data__UUID__LibUUID_new_dce_uuid_binary':
2873/usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable]
2874 #define dITEMS I32 items = (I32)(SP - MARK)
2875 ^
2876/usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS'
2877 dSP; dAXMARK; dITEMS
2878 ^
2879LibUUID.c:512:11: note: in expansion of macro 'dXSARGS'
2880 dVAR; dXSARGS;
2881 ^
2882LibUUID.c: In function 'XS_Data__UUID__LibUUID_new_dce_uuid_string':
2883/usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable]
2884 #define dITEMS I32 items = (I32)(SP - MARK)
2885 ^
2886/usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS'
2887 dSP; dAXMARK; dITEMS
2888 ^
2889LibUUID.c:531:11: note: in expansion of macro 'dXSARGS'
2890 dVAR; dXSARGS;
2891 ^
2892Running Mkbootstrap for Data::UUID::LibUUID ()
2893chmod 644 LibUUID.bs
2894rm -f blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
2895gcc -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 \
2896 -luuid \
2897
2898chmod 755 blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
2899cp LibUUID.bs blib/arch/auto/Data/UUID/LibUUID/LibUUID.bs
2900chmod 644 blib/arch/auto/Data/UUID/LibUUID/LibUUID.bs
2901Manifying blib/man3/Data::UUID::LibUUID.3pm
2902Manifying blib/man3/Data::UUID::LibUUID::DataUUIDCompat.3pm
2903 NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
2904 /usr/bin/make -- OK
2905Skipping test because of notest pragma
2906Running make install
2907Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
2908Installing /usr/local/lib64/perl5/auto/Data/UUID/LibUUID/LibUUID.so
2909Installing /usr/local/lib64/perl5/auto/Data/UUID/LibUUID/LibUUID.bs
2910Installing /usr/local/lib64/perl5/Data/UUID/LibUUID.pm
2911Installing /usr/local/lib64/perl5/Data/UUID/LibUUID/DataUUIDCompat.pm
2912Installing /usr/local/share/man/man3/Data::UUID::LibUUID::DataUUIDCompat.3pm
2913Installing /usr/local/share/man/man3/Data::UUID::LibUUID.3pm
2914Appending installation info to /usr/lib64/perl5/perllocal.pod
2915 NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
2916 /usr/bin/make install -- OK
2917Date::Format is up to date (2.24).
2918Date::Parse is up to date (2.30).
2919Running install for module 'DateTime'
2920Running make for D/DR/DROLSKY/DateTime-1.21.tar.gz
2921Fetching with HTTP::Tiny:
2922http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.21.tar.gz
2923Fetching with HTTP::Tiny:
2924http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/CHECKSUMS
2925Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-1.21.tar.gz ok
2926
2927 CPAN.pm: Building D/DR/DROLSKY/DateTime-1.21.tar.gz
2928
2929Checking prerequisites...
2930 requires:
2931 ! DateTime::TimeZone (1.63) is installed, but we need version >= 1.74
2932 test_requires:
2933 ! Test::Warnings is not installed
2934
2935ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
2936of the modules indicated above before proceeding with this installation
2937
2938Created MYMETA.yml and MYMETA.json
2939Creating new 'Build' script for 'DateTime' version '1.21'
2940---- Unsatisfied dependencies detected during ----
2941---- DROLSKY/DateTime-1.21.tar.gz ----
2942 Test::Warnings [build_requires]
2943 DateTime::TimeZone [requires]
2944Skipping test because of notest pragma
2945Running Build install
2946 Delayed until after prerequisites
2947Running install for module 'Test::Warnings'
2948Running make for E/ET/ETHER/Test-Warnings-0.024.tar.gz
2949Fetching with HTTP::Tiny:
2950http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Test-Warnings-0.024.tar.gz
2951Fetching with HTTP::Tiny:
2952http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/CHECKSUMS
2953Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Warnings-0.024.tar.gz ok
2954
2955 CPAN.pm: Building E/ET/ETHER/Test-Warnings-0.024.tar.gz
2956
2957Checking if your kit is complete...
2958Looks good
2959Writing Makefile for Test::Warnings
2960Writing MYMETA.yml and MYMETA.json
2961---- Unsatisfied dependencies detected during ----
2962---- ETHER/Test-Warnings-0.024.tar.gz ----
2963 CPAN::Meta::Check [build_requires]
2964Skipping test because of notest pragma
2965Running make install
2966 Delayed until after prerequisites
2967Running install for module 'CPAN::Meta::Check'
2968Running make for L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
2969Fetching with HTTP::Tiny:
2970http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
2971Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz ok
2972
2973 CPAN.pm: Building L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
2974
2975Warning: prerequisite Module::Metadata 1.000023 not found. We have 1.000018.
2976Checking if your kit is complete...
2977Looks good
2978Writing Makefile for CPAN::Meta::Check
2979Writing MYMETA.yml and MYMETA.json
2980---- Unsatisfied dependencies detected during ----
2981---- LEONT/CPAN-Meta-Check-0.012.tar.gz ----
2982 Module::Metadata [requires]
2983 Test::Deep [build_requires]
2984 Env [build_requires]
2985Skipping test because of notest pragma
2986Running make install
2987 Delayed until after prerequisites
2988Running install for module 'Module::Metadata'
2989Running make for E/ET/ETHER/Module-Metadata-1.000027.tar.gz
2990Fetching with HTTP::Tiny:
2991http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Module-Metadata-1.000027.tar.gz
2992Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Module-Metadata-1.000027.tar.gz ok
2993
2994 CPAN.pm: Building E/ET/ETHER/Module-Metadata-1.000027.tar.gz
2995
2996Checking if your kit is complete...
2997Looks good
2998Writing Makefile for Module::Metadata
2999Writing MYMETA.yml and MYMETA.json
3000cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm
3001Manifying blib/man3/Module::Metadata.3pm
3002 ETHER/Module-Metadata-1.000027.tar.gz
3003 /usr/bin/make -- OK
3004Skipping test because of notest pragma
3005Running make install
3006Installing /usr/local/share/perl5/Module/Metadata.pm
3007Installing /usr/local/share/man/man3/Module::Metadata.3pm
3008Appending installation info to /usr/lib64/perl5/perllocal.pod
3009 ETHER/Module-Metadata-1.000027.tar.gz
3010 /usr/bin/make install -- OK
3011Running install for module 'Test::Deep'
3012Running make for R/RJ/RJBS/Test-Deep-1.120.tar.gz
3013Fetching with HTTP::Tiny:
3014http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz
3015Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz ok
3016
3017 CPAN.pm: Building R/RJ/RJBS/Test-Deep-1.120.tar.gz
3018
3019Checking if your kit is complete...
3020Looks good
3021Writing Makefile for Test::Deep
3022Writing MYMETA.yml and MYMETA.json
3023cp lib/Test/Deep/Regexp.pm blib/lib/Test/Deep/Regexp.pm
3024cp lib/Test/Deep/RegexpVersion.pm blib/lib/Test/Deep/RegexpVersion.pm
3025cp lib/Test/Deep/RegexpOnly.pm blib/lib/Test/Deep/RegexpOnly.pm
3026cp lib/Test/Deep/ArrayLength.pm blib/lib/Test/Deep/ArrayLength.pm
3027cp lib/Test/Deep/ScalarRefOnly.pm blib/lib/Test/Deep/ScalarRefOnly.pm
3028cp lib/Test/Deep/HashEach.pm blib/lib/Test/Deep/HashEach.pm
3029cp lib/Test/Deep/ListMethods.pm blib/lib/Test/Deep/ListMethods.pm
3030cp lib/Test/Deep/Code.pm blib/lib/Test/Deep/Code.pm
3031cp lib/Test/Deep/Isa.pm blib/lib/Test/Deep/Isa.pm
3032cp lib/Test/Deep/None.pm blib/lib/Test/Deep/None.pm
3033cp lib/Test/Deep/RegexpRefOnly.pm blib/lib/Test/Deep/RegexpRefOnly.pm
3034cp lib/Test/Deep/Boolean.pm blib/lib/Test/Deep/Boolean.pm
3035cp lib/Test/Deep/RefType.pm blib/lib/Test/Deep/RefType.pm
3036cp lib/Test/Deep/RegexpRef.pm blib/lib/Test/Deep/RegexpRef.pm
3037cp lib/Test/Deep/Cache.pm blib/lib/Test/Deep/Cache.pm
3038cp lib/Test/Deep/Any.pm blib/lib/Test/Deep/Any.pm
3039cp lib/Test/Deep/Array.pm blib/lib/Test/Deep/Array.pm
3040cp lib/Test/Deep/String.pm blib/lib/Test/Deep/String.pm
3041cp lib/Test/Deep/HashElements.pm blib/lib/Test/Deep/HashElements.pm
3042cp lib/Test/Deep/NoTest.pm blib/lib/Test/Deep/NoTest.pm
3043cp lib/Test/Deep/Blessed.pm blib/lib/Test/Deep/Blessed.pm
3044cp lib/Test/Deep/Class.pm blib/lib/Test/Deep/Class.pm
3045cp lib/Test/Deep.pm blib/lib/Test/Deep.pm
3046cp lib/Test/Deep/Ref.pm blib/lib/Test/Deep/Ref.pm
3047cp lib/Test/Deep/MM.pm blib/lib/Test/Deep/MM.pm
3048cp lib/Test/Deep/Set.pm blib/lib/Test/Deep/Set.pm
3049cp lib/Test/Deep/All.pm blib/lib/Test/Deep/All.pm
3050cp lib/Test/Deep/Ignore.pm blib/lib/Test/Deep/Ignore.pm
3051cp lib/Test/Deep/Cmp.pm blib/lib/Test/Deep/Cmp.pm
3052cp lib/Test/Deep/Number.pm blib/lib/Test/Deep/Number.pm
3053cp lib/Test/Deep/RegexpMatches.pm blib/lib/Test/Deep/RegexpMatches.pm
3054cp lib/Test/Deep/Cache/Simple.pm blib/lib/Test/Deep/Cache/Simple.pm
3055cp lib/Test/Deep/Methods.pm blib/lib/Test/Deep/Methods.pm
3056cp lib/Test/Deep/Shallow.pm blib/lib/Test/Deep/Shallow.pm
3057cp lib/Test/Deep/HashKeysOnly.pm blib/lib/Test/Deep/HashKeysOnly.pm
3058cp lib/Test/Deep/Hash.pm blib/lib/Test/Deep/Hash.pm
3059cp lib/Test/Deep/Stack.pm blib/lib/Test/Deep/Stack.pm
3060cp lib/Test/Deep/ArrayLengthOnly.pm blib/lib/Test/Deep/ArrayLengthOnly.pm
3061cp lib/Test/Deep/Obj.pm blib/lib/Test/Deep/Obj.pm
3062cp lib/Test/Deep/ArrayEach.pm blib/lib/Test/Deep/ArrayEach.pm
3063cp lib/Test/Deep/ArrayElementsOnly.pm blib/lib/Test/Deep/ArrayElementsOnly.pm
3064cp lib/Test/Deep/ScalarRef.pm blib/lib/Test/Deep/ScalarRef.pm
3065cp lib/Test/Deep/HashKeys.pm blib/lib/Test/Deep/HashKeys.pm
3066Manifying blib/man3/Test::Deep::NoTest.3pm
3067Manifying blib/man3/Test::Deep.3pm
3068 RJBS/Test-Deep-1.120.tar.gz
3069 /usr/bin/make -- OK
3070Skipping test because of notest pragma
3071Running make install
3072Installing /usr/local/share/perl5/Test/Deep.pm
3073Installing /usr/local/share/perl5/Test/Deep/ScalarRefOnly.pm
3074Installing /usr/local/share/perl5/Test/Deep/Cache.pm
3075Installing /usr/local/share/perl5/Test/Deep/RegexpRef.pm
3076Installing /usr/local/share/perl5/Test/Deep/Isa.pm
3077Installing /usr/local/share/perl5/Test/Deep/HashKeysOnly.pm
3078Installing /usr/local/share/perl5/Test/Deep/Code.pm
3079Installing /usr/local/share/perl5/Test/Deep/MM.pm
3080Installing /usr/local/share/perl5/Test/Deep/Ignore.pm
3081Installing /usr/local/share/perl5/Test/Deep/RegexpOnly.pm
3082Installing /usr/local/share/perl5/Test/Deep/Obj.pm
3083Installing /usr/local/share/perl5/Test/Deep/Array.pm
3084Installing /usr/local/share/perl5/Test/Deep/Stack.pm
3085Installing /usr/local/share/perl5/Test/Deep/Regexp.pm
3086Installing /usr/local/share/perl5/Test/Deep/HashKeys.pm
3087Installing /usr/local/share/perl5/Test/Deep/Ref.pm
3088Installing /usr/local/share/perl5/Test/Deep/Cmp.pm
3089Installing /usr/local/share/perl5/Test/Deep/RefType.pm
3090Installing /usr/local/share/perl5/Test/Deep/Blessed.pm
3091Installing /usr/local/share/perl5/Test/Deep/Shallow.pm
3092Installing /usr/local/share/perl5/Test/Deep/Hash.pm
3093Installing /usr/local/share/perl5/Test/Deep/Methods.pm
3094Installing /usr/local/share/perl5/Test/Deep/Number.pm
3095Installing /usr/local/share/perl5/Test/Deep/ListMethods.pm
3096Installing /usr/local/share/perl5/Test/Deep/Set.pm
3097Installing /usr/local/share/perl5/Test/Deep/Any.pm
3098Installing /usr/local/share/perl5/Test/Deep/RegexpRefOnly.pm
3099Installing /usr/local/share/perl5/Test/Deep/ArrayLength.pm
3100Installing /usr/local/share/perl5/Test/Deep/ArrayLengthOnly.pm
3101Installing /usr/local/share/perl5/Test/Deep/RegexpMatches.pm
3102Installing /usr/local/share/perl5/Test/Deep/String.pm
3103Installing /usr/local/share/perl5/Test/Deep/HashEach.pm
3104Installing /usr/local/share/perl5/Test/Deep/None.pm
3105Installing /usr/local/share/perl5/Test/Deep/Class.pm
3106Installing /usr/local/share/perl5/Test/Deep/HashElements.pm
3107Installing /usr/local/share/perl5/Test/Deep/ArrayEach.pm
3108Installing /usr/local/share/perl5/Test/Deep/All.pm
3109Installing /usr/local/share/perl5/Test/Deep/ArrayElementsOnly.pm
3110Installing /usr/local/share/perl5/Test/Deep/NoTest.pm
3111Installing /usr/local/share/perl5/Test/Deep/ScalarRef.pm
3112Installing /usr/local/share/perl5/Test/Deep/Boolean.pm
3113Installing /usr/local/share/perl5/Test/Deep/RegexpVersion.pm
3114Installing /usr/local/share/perl5/Test/Deep/Cache/Simple.pm
3115Installing /usr/local/share/man/man3/Test::Deep.3pm
3116Installing /usr/local/share/man/man3/Test::Deep::NoTest.3pm
3117Appending installation info to /usr/lib64/perl5/perllocal.pod
3118 RJBS/Test-Deep-1.120.tar.gz
3119 /usr/bin/make install -- OK
3120Running install for module 'Env'
3121Running make for F/FL/FLORA/Env-1.04.tar.gz
3122Fetching with HTTP::Tiny:
3123http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FL/FLORA/Env-1.04.tar.gz
3124Fetching with HTTP::Tiny:
3125http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FL/FLORA/CHECKSUMS
3126Checksum for /root/.cpan/sources/authors/id/F/FL/FLORA/Env-1.04.tar.gz ok
3127
3128 CPAN.pm: Building F/FL/FLORA/Env-1.04.tar.gz
3129
3130Checking if your kit is complete...
3131Looks good
3132Writing Makefile for Env
3133Writing MYMETA.yml and MYMETA.json
3134cp lib/Env.pm blib/lib/Env.pm
3135Manifying blib/man3/Env.3pm
3136 FLORA/Env-1.04.tar.gz
3137 /usr/bin/make -- OK
3138Skipping test because of notest pragma
3139Running make install
3140Installing /usr/local/share/perl5/Env.pm
3141Installing /usr/local/share/man/man3/Env.3pm
3142Appending installation info to /usr/lib64/perl5/perllocal.pod
3143 FLORA/Env-1.04.tar.gz
3144 /usr/bin/make install -- OK
3145Running make for L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
3146 Has already been unwrapped into directory /root/.cpan/build/CPAN-Meta-Check-0.012-EoHl0c
3147
3148 CPAN.pm: Building L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
3149
3150cp lib/CPAN/Meta/Check.pm blib/lib/CPAN/Meta/Check.pm
3151Manifying blib/man3/CPAN::Meta::Check.3pm
3152 LEONT/CPAN-Meta-Check-0.012.tar.gz
3153 /usr/bin/make -- OK
3154Skipping test because of notest pragma
3155Running make install
3156Installing /usr/local/share/perl5/CPAN/Meta/Check.pm
3157Installing /usr/local/share/man/man3/CPAN::Meta::Check.3pm
3158Appending installation info to /usr/lib64/perl5/perllocal.pod
3159 LEONT/CPAN-Meta-Check-0.012.tar.gz
3160 /usr/bin/make install -- OK
3161Running make for E/ET/ETHER/Test-Warnings-0.024.tar.gz
3162 Has already been unwrapped into directory /root/.cpan/build/Test-Warnings-0.024-oyPADZ
3163
3164 CPAN.pm: Building E/ET/ETHER/Test-Warnings-0.024.tar.gz
3165
3166cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm
3167Manifying blib/man3/Test::Warnings.3pm
3168 ETHER/Test-Warnings-0.024.tar.gz
3169 /usr/bin/make -- OK
3170Skipping test because of notest pragma
3171Running make install
3172Installing /usr/local/share/perl5/Test/Warnings.pm
3173Installing /usr/local/share/man/man3/Test::Warnings.3pm
3174Appending installation info to /usr/lib64/perl5/perllocal.pod
3175 ETHER/Test-Warnings-0.024.tar.gz
3176 /usr/bin/make install -- OK
3177Running install for module 'DateTime::TimeZone'
3178Running make for D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
3179Fetching with HTTP::Tiny:
3180http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
3181Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz ok
3182
3183 CPAN.pm: Building D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
3184
3185Warning: prerequisite List::Util 1.33 not found. We have 1.27.
3186Checking if your kit is complete...
3187Looks good
3188Writing Makefile for DateTime::TimeZone
3189Writing MYMETA.yml and MYMETA.json
3190---- Unsatisfied dependencies detected during ----
3191---- DROLSKY/DateTime-TimeZone-1.94.tar.gz ----
3192 List::Util [requires]
3193Skipping test because of notest pragma
3194Running make install
3195 Delayed until after prerequisites
3196Running install for module 'List::Util'
3197Running make for P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
3198Fetching with HTTP::Tiny:
3199http://ftp.hosteurope.de/pub/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
3200Fetching with HTTP::Tiny:
3201http://ftp.hosteurope.de/pub/CPAN/authors/id/P/PE/PEVANS/CHECKSUMS
3202Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz ok
3203
3204 CPAN.pm: Building P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
3205
3206Checking if your kit is complete...
3207Looks good
3208Writing Makefile for List::Util
3209Writing MYMETA.yml and MYMETA.json
3210cp lib/List/Util/XS.pm blib/lib/List/Util/XS.pm
3211cp lib/Sub/Util.pm blib/lib/Sub/Util.pm
3212cp lib/List/Util.pm blib/lib/List/Util.pm
3213cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm
3214/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUtil.c
3215gcc -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
3216In file included from /usr/lib64/perl5/CORE/perl.h:3446:0,
3217 from ListUtil.xs:7:
3218ListUtil.xs: In function 'XS_List__Util_reduce':
3219/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
3220 SV **newsp; /* set by POPBLOCK */ \
3221 ^
3222ListUtil.xs:327:9: note: in expansion of macro 'dMULTICALL'
3223 dMULTICALL;
3224 ^
3225ListUtil.xs: In function 'XS_List__Util_first':
3226/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
3227 SV **newsp; /* set by POPBLOCK */ \
3228 ^
3229ListUtil.xs:381:9: note: in expansion of macro 'dMULTICALL'
3230 dMULTICALL;
3231 ^
3232ListUtil.xs: In function 'XS_List__Util_any':
3233/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
3234 SV **newsp; /* set by POPBLOCK */ \
3235 ^
3236ListUtil.xs:447:9: note: in expansion of macro 'dMULTICALL'
3237 dMULTICALL;
3238 ^
3239ListUtil.xs: In function 'XS_List__Util_pairfirst':
3240/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
3241 SV **newsp; /* set by POPBLOCK */ \
3242 ^
3243ListUtil.xs:626:9: note: in expansion of macro 'dMULTICALL'
3244 dMULTICALL;
3245 ^
3246ListUtil.xs: In function 'XS_List__Util_pairgrep':
3247/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
3248 SV **newsp; /* set by POPBLOCK */ \
3249 ^
3250ListUtil.xs:710:9: note: in expansion of macro 'dMULTICALL'
3251 dMULTICALL;
3252 ^
3253ListUtil.xs: In function 'XS_List__Util_pairmap':
3254ListUtil.xs:806:17: warning: unused variable 'b' [-Wunused-variable]
3255 SV *b = GvSV(bgv) = argi < items-1 ?
3256 ^
3257ListUtil.xs:805:17: warning: unused variable 'a' [-Wunused-variable]
3258 SV *a = GvSV(agv) = args_copy ? args_copy[argi] : stack[argi];
3259 ^
3260In file included from /usr/lib64/perl5/CORE/perl.h:3446:0,
3261 from ListUtil.xs:7:
3262/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
3263 SV **newsp; /* set by POPBLOCK */ \
3264 ^
3265ListUtil.xs:800:9: note: in expansion of macro 'dMULTICALL'
3266 dMULTICALL;
3267 ^
3268ListUtil.xs:848:17: warning: unused variable 'b' [-Wunused-variable]
3269 SV *b = GvSV(bgv) = argi < items-1 ?
3270 ^
3271ListUtil.xs:847:17: warning: unused variable 'a' [-Wunused-variable]
3272 SV *a = GvSV(agv) = args_copy ? args_copy[argi] : ST(argi);
3273 ^
3274ListUtil.c: In function 'XS_List__Util_min':
3275ListUtil.xs:129:16: warning: 'retval' may be used uninitialized in this function [-Wmaybe-uninitialized]
3276 if(val < retval ? !ix : ix) {
3277 ^
3278ListUtil.xs:99:8: note: 'retval' was declared here
3279 NV retval;
3280 ^
3281Running Mkbootstrap for List::Util ()
3282chmod 644 Util.bs
3283rm -f blib/arch/auto/List/Util/Util.so
3284gcc -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 \
3285 \
3286
3287chmod 755 blib/arch/auto/List/Util/Util.so
3288cp Util.bs blib/arch/auto/List/Util/Util.bs
3289chmod 644 blib/arch/auto/List/Util/Util.bs
3290Manifying blib/man3/List::Util::XS.3pm
3291Manifying blib/man3/Sub::Util.3pm
3292Manifying blib/man3/List::Util.3pm
3293Manifying blib/man3/Scalar::Util.3pm
3294 PEVANS/Scalar-List-Utils-1.42.tar.gz
3295 /usr/bin/make -- OK
3296Skipping test because of notest pragma
3297Running make install
3298Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
3299Installing /usr/local/lib64/perl5/auto/List/Util/Util.bs
3300Installing /usr/local/lib64/perl5/auto/List/Util/Util.so
3301Installing /usr/local/lib64/perl5/List/Util.pm
3302Installing /usr/local/lib64/perl5/List/Util/XS.pm
3303Installing /usr/local/lib64/perl5/Scalar/Util.pm
3304Installing /usr/local/lib64/perl5/Sub/Util.pm
3305Installing /usr/local/share/man/man3/List::Util.3pm
3306Installing /usr/local/share/man/man3/Sub::Util.3pm
3307Installing /usr/local/share/man/man3/List::Util::XS.3pm
3308Installing /usr/local/share/man/man3/Scalar::Util.3pm
3309Appending installation info to /usr/lib64/perl5/perllocal.pod
3310 PEVANS/Scalar-List-Utils-1.42.tar.gz
3311 /usr/bin/make install -- OK
3312Running make for D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
3313 Has already been unwrapped into directory /root/.cpan/build/DateTime-TimeZone-1.94-Sxh47V
3314
3315 CPAN.pm: Building D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
3316
3317cp lib/DateTime/TimeZone/MST7MDT.pm blib/lib/DateTime/TimeZone/MST7MDT.pm
3318cp lib/DateTime/TimeZone/Asia/Dili.pm blib/lib/DateTime/TimeZone/Asia/Dili.pm
3319cp lib/DateTime/TimeZone/Indian/Kerguelen.pm blib/lib/DateTime/TimeZone/Indian/Kerguelen.pm
3320cp lib/DateTime/TimeZone/America/Hermosillo.pm blib/lib/DateTime/TimeZone/America/Hermosillo.pm
3321cp lib/DateTime/TimeZone/OlsonDB/Observance.pm blib/lib/DateTime/TimeZone/OlsonDB/Observance.pm
3322cp lib/DateTime/TimeZone/Pacific/Wallis.pm blib/lib/DateTime/TimeZone/Pacific/Wallis.pm
3323cp lib/DateTime/TimeZone/America/Resolute.pm blib/lib/DateTime/TimeZone/America/Resolute.pm
3324cp lib/DateTime/TimeZone/Indian/Reunion.pm blib/lib/DateTime/TimeZone/Indian/Reunion.pm
3325cp lib/DateTime/TimeZone/America/Dawson_Creek.pm blib/lib/DateTime/TimeZone/America/Dawson_Creek.pm
3326cp lib/DateTime/TimeZone/Pacific/Pohnpei.pm blib/lib/DateTime/TimeZone/Pacific/Pohnpei.pm
3327cp lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm blib/lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm
3328cp lib/DateTime/TimeZone/Atlantic/Stanley.pm blib/lib/DateTime/TimeZone/Atlantic/Stanley.pm
3329cp lib/DateTime/TimeZone/America/Rankin_Inlet.pm blib/lib/DateTime/TimeZone/America/Rankin_Inlet.pm
3330cp lib/DateTime/TimeZone/America/Argentina/Mendoza.pm blib/lib/DateTime/TimeZone/America/Argentina/Mendoza.pm
3331cp lib/DateTime/TimeZone/America/Argentina/San_Juan.pm blib/lib/DateTime/TimeZone/America/Argentina/San_Juan.pm
3332cp lib/DateTime/TimeZone/America/Montevideo.pm blib/lib/DateTime/TimeZone/America/Montevideo.pm
3333cp lib/DateTime/TimeZone/America/Argentina/San_Luis.pm blib/lib/DateTime/TimeZone/America/Argentina/San_Luis.pm
3334cp lib/DateTime/TimeZone/Europe/Bucharest.pm blib/lib/DateTime/TimeZone/Europe/Bucharest.pm
3335cp lib/DateTime/TimeZone/Pacific/Tahiti.pm blib/lib/DateTime/TimeZone/Pacific/Tahiti.pm
3336cp lib/DateTime/TimeZone/Africa/Casablanca.pm blib/lib/DateTime/TimeZone/Africa/Casablanca.pm
3337cp lib/DateTime/TimeZone/Asia/Aqtobe.pm blib/lib/DateTime/TimeZone/Asia/Aqtobe.pm
3338cp lib/DateTime/TimeZone/America/Yakutat.pm blib/lib/DateTime/TimeZone/America/Yakutat.pm
3339cp lib/DateTime/TimeZone/America/Port_of_Spain.pm blib/lib/DateTime/TimeZone/America/Port_of_Spain.pm
3340cp lib/DateTime/TimeZone/CST6CDT.pm blib/lib/DateTime/TimeZone/CST6CDT.pm
3341cp lib/DateTime/TimeZone/Asia/Shanghai.pm blib/lib/DateTime/TimeZone/Asia/Shanghai.pm
3342cp lib/DateTime/TimeZone/Asia/Qyzylorda.pm blib/lib/DateTime/TimeZone/Asia/Qyzylorda.pm
3343cp lib/DateTime/TimeZone/Antarctica/Davis.pm blib/lib/DateTime/TimeZone/Antarctica/Davis.pm
3344cp lib/DateTime/TimeZone/Asia/Brunei.pm blib/lib/DateTime/TimeZone/Asia/Brunei.pm
3345cp lib/DateTime/TimeZone/Pacific/Rarotonga.pm blib/lib/DateTime/TimeZone/Pacific/Rarotonga.pm
3346cp lib/DateTime/TimeZone/Pacific/Auckland.pm blib/lib/DateTime/TimeZone/Pacific/Auckland.pm
3347cp lib/DateTime/TimeZone/America/Argentina/Cordoba.pm blib/lib/DateTime/TimeZone/America/Argentina/Cordoba.pm
3348cp lib/DateTime/TimeZone/Pacific/Efate.pm blib/lib/DateTime/TimeZone/Pacific/Efate.pm
3349cp lib/DateTime/TimeZone/Asia/Karachi.pm blib/lib/DateTime/TimeZone/Asia/Karachi.pm
3350cp lib/DateTime/TimeZone/America/Guayaquil.pm blib/lib/DateTime/TimeZone/America/Guayaquil.pm
3351cp lib/DateTime/TimeZone/Asia/Colombo.pm blib/lib/DateTime/TimeZone/Asia/Colombo.pm
3352cp lib/DateTime/TimeZone/America/Tegucigalpa.pm blib/lib/DateTime/TimeZone/America/Tegucigalpa.pm
3353cp lib/DateTime/TimeZone/America/Whitehorse.pm blib/lib/DateTime/TimeZone/America/Whitehorse.pm
3354cp lib/DateTime/TimeZone/Africa/Windhoek.pm blib/lib/DateTime/TimeZone/Africa/Windhoek.pm
3355cp lib/DateTime/TimeZone/Pacific/Kosrae.pm blib/lib/DateTime/TimeZone/Pacific/Kosrae.pm
3356cp lib/DateTime/TimeZone/Asia/Ashgabat.pm blib/lib/DateTime/TimeZone/Asia/Ashgabat.pm
3357cp lib/DateTime/TimeZone/Europe/Moscow.pm blib/lib/DateTime/TimeZone/Europe/Moscow.pm
3358cp lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm blib/lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm
3359cp lib/DateTime/TimeZone/HST.pm blib/lib/DateTime/TimeZone/HST.pm
3360cp lib/DateTime/TimeZone/Pacific/Gambier.pm blib/lib/DateTime/TimeZone/Pacific/Gambier.pm
3361cp lib/DateTime/TimeZone/America/Boise.pm blib/lib/DateTime/TimeZone/America/Boise.pm
3362cp lib/DateTime/TimeZone/America/Atikokan.pm blib/lib/DateTime/TimeZone/America/Atikokan.pm
3363cp lib/DateTime/TimeZone/Asia/Macau.pm blib/lib/DateTime/TimeZone/Asia/Macau.pm
3364cp lib/DateTime/TimeZone/America/Edmonton.pm blib/lib/DateTime/TimeZone/America/Edmonton.pm
3365cp lib/DateTime/TimeZone/Antarctica/Syowa.pm blib/lib/DateTime/TimeZone/Antarctica/Syowa.pm
3366cp lib/DateTime/TimeZone/Europe/Rome.pm blib/lib/DateTime/TimeZone/Europe/Rome.pm
3367cp lib/DateTime/TimeZone/America/Manaus.pm blib/lib/DateTime/TimeZone/America/Manaus.pm
3368cp lib/DateTime/TimeZone/America/Campo_Grande.pm blib/lib/DateTime/TimeZone/America/Campo_Grande.pm
3369cp lib/DateTime/TimeZone/Europe/Belgrade.pm blib/lib/DateTime/TimeZone/Europe/Belgrade.pm
3370cp lib/DateTime/TimeZone/Local/Unix.pm blib/lib/DateTime/TimeZone/Local/Unix.pm
3371cp lib/DateTime/TimeZone/America/Miquelon.pm blib/lib/DateTime/TimeZone/America/Miquelon.pm
3372cp lib/DateTime/TimeZone/Asia/Hebron.pm blib/lib/DateTime/TimeZone/Asia/Hebron.pm
3373cp lib/DateTime/TimeZone/Pacific/Port_Moresby.pm blib/lib/DateTime/TimeZone/Pacific/Port_Moresby.pm
3374cp lib/DateTime/TimeZone/Asia/Kabul.pm blib/lib/DateTime/TimeZone/Asia/Kabul.pm
3375cp lib/DateTime/TimeZone/America/Swift_Current.pm blib/lib/DateTime/TimeZone/America/Swift_Current.pm
3376cp lib/DateTime/TimeZone/Asia/Dubai.pm blib/lib/DateTime/TimeZone/Asia/Dubai.pm
3377cp lib/DateTime/TimeZone/Asia/Pontianak.pm blib/lib/DateTime/TimeZone/Asia/Pontianak.pm
3378cp lib/DateTime/TimeZone/Asia/Yakutsk.pm blib/lib/DateTime/TimeZone/Asia/Yakutsk.pm
3379cp lib/DateTime/TimeZone/Europe/Malta.pm blib/lib/DateTime/TimeZone/Europe/Malta.pm
3380cp lib/DateTime/TimeZone/Asia/Kolkata.pm blib/lib/DateTime/TimeZone/Asia/Kolkata.pm
3381cp lib/DateTime/TimeZone/Asia/Beirut.pm blib/lib/DateTime/TimeZone/Asia/Beirut.pm
3382cp lib/DateTime/TimeZone/America/Cuiaba.pm blib/lib/DateTime/TimeZone/America/Cuiaba.pm
3383cp lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm blib/lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm
3384cp lib/DateTime/TimeZone/Europe/Vilnius.pm blib/lib/DateTime/TimeZone/Europe/Vilnius.pm
3385cp lib/DateTime/TimeZone/Pacific/Fakaofo.pm blib/lib/DateTime/TimeZone/Pacific/Fakaofo.pm
3386cp lib/DateTime/TimeZone/America/Chihuahua.pm blib/lib/DateTime/TimeZone/America/Chihuahua.pm
3387cp lib/DateTime/TimeZone/Europe/Berlin.pm blib/lib/DateTime/TimeZone/Europe/Berlin.pm
3388cp lib/DateTime/TimeZone/America/Cayenne.pm blib/lib/DateTime/TimeZone/America/Cayenne.pm
3389cp lib/DateTime/TimeZone/America/Argentina/Jujuy.pm blib/lib/DateTime/TimeZone/America/Argentina/Jujuy.pm
3390cp lib/DateTime/TimeZone/Australia/Sydney.pm blib/lib/DateTime/TimeZone/Australia/Sydney.pm
3391cp lib/DateTime/TimeZone/America/Port_au_Prince.pm blib/lib/DateTime/TimeZone/America/Port_au_Prince.pm
3392cp lib/DateTime/TimeZone/Antarctica/Macquarie.pm blib/lib/DateTime/TimeZone/Antarctica/Macquarie.pm
3393cp lib/DateTime/TimeZone/America/Denver.pm blib/lib/DateTime/TimeZone/America/Denver.pm
3394cp lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm blib/lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm
3395cp lib/DateTime/TimeZone/America/Bahia_Banderas.pm blib/lib/DateTime/TimeZone/America/Bahia_Banderas.pm
3396cp lib/DateTime/TimeZone/Europe/Riga.pm blib/lib/DateTime/TimeZone/Europe/Riga.pm
3397cp lib/DateTime/TimeZone/Asia/Novosibirsk.pm blib/lib/DateTime/TimeZone/Asia/Novosibirsk.pm
3398cp lib/DateTime/TimeZone/America/Indiana/Vincennes.pm blib/lib/DateTime/TimeZone/America/Indiana/Vincennes.pm
3399cp lib/DateTime/TimeZone/America/Vancouver.pm blib/lib/DateTime/TimeZone/America/Vancouver.pm
3400cp lib/DateTime/TimeZone/America/Scoresbysund.pm blib/lib/DateTime/TimeZone/America/Scoresbysund.pm
3401cp lib/DateTime/TimeZone/Asia/Samarkand.pm blib/lib/DateTime/TimeZone/Asia/Samarkand.pm
3402cp lib/DateTime/TimeZone/Asia/Anadyr.pm blib/lib/DateTime/TimeZone/Asia/Anadyr.pm
3403cp lib/DateTime/TimeZone/OlsonDB.pm blib/lib/DateTime/TimeZone/OlsonDB.pm
3404cp lib/DateTime/TimeZone/Atlantic/Azores.pm blib/lib/DateTime/TimeZone/Atlantic/Azores.pm
3405cp lib/DateTime/TimeZone/Asia/Bishkek.pm blib/lib/DateTime/TimeZone/Asia/Bishkek.pm
3406cp lib/DateTime/TimeZone/Pacific/Enderbury.pm blib/lib/DateTime/TimeZone/Pacific/Enderbury.pm
3407cp lib/DateTime/TimeZone/Asia/Singapore.pm blib/lib/DateTime/TimeZone/Asia/Singapore.pm
3408cp lib/DateTime/TimeZone/Pacific/Chuuk.pm blib/lib/DateTime/TimeZone/Pacific/Chuuk.pm
3409cp lib/DateTime/TimeZone/Asia/Taipei.pm blib/lib/DateTime/TimeZone/Asia/Taipei.pm
3410cp lib/DateTime/TimeZone/Pacific/Marquesas.pm blib/lib/DateTime/TimeZone/Pacific/Marquesas.pm
3411cp lib/DateTime/TimeZone/EST5EDT.pm blib/lib/DateTime/TimeZone/EST5EDT.pm
3412cp lib/DateTime/TimeZone/Africa/Ceuta.pm blib/lib/DateTime/TimeZone/Africa/Ceuta.pm
3413cp lib/DateTime/TimeZone.pm blib/lib/DateTime/TimeZone.pm
3414cp lib/DateTime/TimeZone/America/Eirunepe.pm blib/lib/DateTime/TimeZone/America/Eirunepe.pm
3415cp lib/DateTime/TimeZone/EST.pm blib/lib/DateTime/TimeZone/EST.pm
3416cp lib/DateTime/TimeZone/Asia/Dushanbe.pm blib/lib/DateTime/TimeZone/Asia/Dushanbe.pm
3417cp lib/DateTime/TimeZone/Pacific/Tongatapu.pm blib/lib/DateTime/TimeZone/Pacific/Tongatapu.pm
3418cp lib/DateTime/TimeZone/America/Boa_Vista.pm blib/lib/DateTime/TimeZone/America/Boa_Vista.pm
3419cp lib/DateTime/TimeZone/Europe/Andorra.pm blib/lib/DateTime/TimeZone/Europe/Andorra.pm
3420cp lib/DateTime/TimeZone/America/Adak.pm blib/lib/DateTime/TimeZone/America/Adak.pm
3421cp lib/DateTime/TimeZone/Antarctica/Rothera.pm blib/lib/DateTime/TimeZone/Antarctica/Rothera.pm
3422cp lib/DateTime/TimeZone/Africa/Monrovia.pm blib/lib/DateTime/TimeZone/Africa/Monrovia.pm
3423cp lib/DateTime/TimeZone/America/El_Salvador.pm blib/lib/DateTime/TimeZone/America/El_Salvador.pm
3424cp lib/DateTime/TimeZone/Europe/Uzhgorod.pm blib/lib/DateTime/TimeZone/Europe/Uzhgorod.pm
3425cp lib/DateTime/TimeZone/America/Curacao.pm blib/lib/DateTime/TimeZone/America/Curacao.pm
3426cp lib/DateTime/TimeZone/America/Santa_Isabel.pm blib/lib/DateTime/TimeZone/America/Santa_Isabel.pm
3427cp lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm blib/lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
3428cp lib/DateTime/TimeZone/Africa/El_Aaiun.pm blib/lib/DateTime/TimeZone/Africa/El_Aaiun.pm
3429cp lib/DateTime/TimeZone/America/Panama.pm blib/lib/DateTime/TimeZone/America/Panama.pm
3430cp lib/DateTime/TimeZone/Asia/Tokyo.pm blib/lib/DateTime/TimeZone/Asia/Tokyo.pm
3431cp lib/DateTime/TimeZone/Europe/Simferopol.pm blib/lib/DateTime/TimeZone/Europe/Simferopol.pm
3432cp lib/DateTime/TimeZone/America/Merida.pm blib/lib/DateTime/TimeZone/America/Merida.pm
3433cp lib/DateTime/TimeZone/America/Thunder_Bay.pm blib/lib/DateTime/TimeZone/America/Thunder_Bay.pm
3434cp lib/DateTime/TimeZone/Europe/Minsk.pm blib/lib/DateTime/TimeZone/Europe/Minsk.pm
3435cp lib/DateTime/TimeZone/America/Nassau.pm blib/lib/DateTime/TimeZone/America/Nassau.pm
3436cp lib/DateTime/TimeZone/Atlantic/South_Georgia.pm blib/lib/DateTime/TimeZone/Atlantic/South_Georgia.pm
3437cp lib/DateTime/TimeZone/Indian/Mauritius.pm blib/lib/DateTime/TimeZone/Indian/Mauritius.pm
3438cp lib/DateTime/TimeZone/America/Argentina/Salta.pm blib/lib/DateTime/TimeZone/America/Argentina/Salta.pm
3439cp lib/DateTime/TimeZone/Europe/Brussels.pm blib/lib/DateTime/TimeZone/Europe/Brussels.pm
3440cp lib/DateTime/TimeZone/Africa/Maputo.pm blib/lib/DateTime/TimeZone/Africa/Maputo.pm
3441cp lib/DateTime/TimeZone/America/Indiana/Marengo.pm blib/lib/DateTime/TimeZone/America/Indiana/Marengo.pm
3442cp lib/DateTime/TimeZone/Asia/Pyongyang.pm blib/lib/DateTime/TimeZone/Asia/Pyongyang.pm
3443cp lib/DateTime/TimeZone/PST8PDT.pm blib/lib/DateTime/TimeZone/PST8PDT.pm
3444cp lib/DateTime/TimeZone/America/Monterrey.pm blib/lib/DateTime/TimeZone/America/Monterrey.pm
3445cp lib/DateTime/TimeZone/America/Bahia.pm blib/lib/DateTime/TimeZone/America/Bahia.pm
3446cp lib/DateTime/TimeZone/Australia/Perth.pm blib/lib/DateTime/TimeZone/Australia/Perth.pm
3447cp lib/DateTime/TimeZone/Indian/Cocos.pm blib/lib/DateTime/TimeZone/Indian/Cocos.pm
3448cp lib/DateTime/TimeZone/Africa/Tripoli.pm blib/lib/DateTime/TimeZone/Africa/Tripoli.pm
3449cp lib/DateTime/TimeZone/America/Santiago.pm blib/lib/DateTime/TimeZone/America/Santiago.pm
3450cp lib/DateTime/TimeZone/America/Araguaina.pm blib/lib/DateTime/TimeZone/America/Araguaina.pm
3451cp lib/DateTime/TimeZone/America/Lima.pm blib/lib/DateTime/TimeZone/America/Lima.pm
3452cp lib/DateTime/TimeZone/Europe/Oslo.pm blib/lib/DateTime/TimeZone/Europe/Oslo.pm
3453cp lib/DateTime/TimeZone/Asia/Omsk.pm blib/lib/DateTime/TimeZone/Asia/Omsk.pm
3454cp lib/DateTime/TimeZone/Asia/Kuching.pm blib/lib/DateTime/TimeZone/Asia/Kuching.pm
3455cp lib/DateTime/TimeZone/Europe/Tallinn.pm blib/lib/DateTime/TimeZone/Europe/Tallinn.pm
3456cp lib/DateTime/TimeZone/Europe/London.pm blib/lib/DateTime/TimeZone/Europe/London.pm
3457cp lib/DateTime/TimeZone/Asia/Jayapura.pm blib/lib/DateTime/TimeZone/Asia/Jayapura.pm
3458cp lib/DateTime/TimeZone/America/Kentucky/Louisville.pm blib/lib/DateTime/TimeZone/America/Kentucky/Louisville.pm
3459cp lib/DateTime/TimeZone/America/Martinique.pm blib/lib/DateTime/TimeZone/America/Martinique.pm
3460cp lib/DateTime/TimeZone/America/Managua.pm blib/lib/DateTime/TimeZone/America/Managua.pm
3461cp lib/DateTime/TimeZone/America/Chicago.pm blib/lib/DateTime/TimeZone/America/Chicago.pm
3462cp lib/DateTime/TimeZone/Asia/Tehran.pm blib/lib/DateTime/TimeZone/Asia/Tehran.pm
3463cp lib/DateTime/TimeZone/Asia/Nicosia.pm blib/lib/DateTime/TimeZone/Asia/Nicosia.pm
3464cp lib/DateTime/TimeZone/America/Creston.pm blib/lib/DateTime/TimeZone/America/Creston.pm
3465cp lib/DateTime/TimeZone/America/Mexico_City.pm blib/lib/DateTime/TimeZone/America/Mexico_City.pm
3466cp lib/DateTime/TimeZone/Asia/Kathmandu.pm blib/lib/DateTime/TimeZone/Asia/Kathmandu.pm
3467cp lib/DateTime/TimeZone/Indian/Christmas.pm blib/lib/DateTime/TimeZone/Indian/Christmas.pm
3468cp lib/DateTime/TimeZone/Atlantic/Faroe.pm blib/lib/DateTime/TimeZone/Atlantic/Faroe.pm
3469cp lib/DateTime/TimeZone/America/Noronha.pm blib/lib/DateTime/TimeZone/America/Noronha.pm
3470cp lib/DateTime/TimeZone/America/Glace_Bay.pm blib/lib/DateTime/TimeZone/America/Glace_Bay.pm
3471cp lib/DateTime/TimeZone/Asia/Magadan.pm blib/lib/DateTime/TimeZone/Asia/Magadan.pm
3472cp lib/DateTime/TimeZone/America/Ojinaga.pm blib/lib/DateTime/TimeZone/America/Ojinaga.pm
3473cp lib/DateTime/TimeZone/America/Recife.pm blib/lib/DateTime/TimeZone/America/Recife.pm
3474cp lib/DateTime/TimeZone/OlsonDB/Rule.pm blib/lib/DateTime/TimeZone/OlsonDB/Rule.pm
3475cp lib/DateTime/TimeZone/Europe/Lisbon.pm blib/lib/DateTime/TimeZone/Europe/Lisbon.pm
3476cp lib/DateTime/TimeZone/America/Porto_Velho.pm blib/lib/DateTime/TimeZone/America/Porto_Velho.pm
3477cp lib/DateTime/TimeZone/Indian/Mahe.pm blib/lib/DateTime/TimeZone/Indian/Mahe.pm
3478cp lib/DateTime/TimeZone/UTC.pm blib/lib/DateTime/TimeZone/UTC.pm
3479cp lib/DateTime/TimeZone/Europe/Samara.pm blib/lib/DateTime/TimeZone/Europe/Samara.pm
3480cp lib/DateTime/TimeZone/Pacific/Nauru.pm blib/lib/DateTime/TimeZone/Pacific/Nauru.pm
3481cp lib/DateTime/TimeZone/Pacific/Chatham.pm blib/lib/DateTime/TimeZone/Pacific/Chatham.pm
3482cp lib/DateTime/TimeZone/Asia/Khandyga.pm blib/lib/DateTime/TimeZone/Asia/Khandyga.pm
3483cp lib/DateTime/TimeZone/Europe/Paris.pm blib/lib/DateTime/TimeZone/Europe/Paris.pm
3484cp lib/DateTime/TimeZone/America/Guatemala.pm blib/lib/DateTime/TimeZone/America/Guatemala.pm
3485cp lib/DateTime/TimeZone/Pacific/Noumea.pm blib/lib/DateTime/TimeZone/Pacific/Noumea.pm
3486cp lib/DateTime/TimeZone/Australia/Broken_Hill.pm blib/lib/DateTime/TimeZone/Australia/Broken_Hill.pm
3487cp lib/DateTime/TimeZone/Pacific/Tarawa.pm blib/lib/DateTime/TimeZone/Pacific/Tarawa.pm
3488cp lib/DateTime/TimeZone/Pacific/Funafuti.pm blib/lib/DateTime/TimeZone/Pacific/Funafuti.pm
3489cp lib/DateTime/TimeZone/America/Belize.pm blib/lib/DateTime/TimeZone/America/Belize.pm
3490cp lib/DateTime/TimeZone/America/Iqaluit.pm blib/lib/DateTime/TimeZone/America/Iqaluit.pm
3491cp lib/DateTime/TimeZone/Antarctica/Mawson.pm blib/lib/DateTime/TimeZone/Antarctica/Mawson.pm
3492cp lib/DateTime/TimeZone/America/Cancun.pm blib/lib/DateTime/TimeZone/America/Cancun.pm
3493cp lib/DateTime/TimeZone/Asia/Kamchatka.pm blib/lib/DateTime/TimeZone/Asia/Kamchatka.pm
3494cp lib/DateTime/TimeZone/Europe/Gibraltar.pm blib/lib/DateTime/TimeZone/Europe/Gibraltar.pm
3495cp lib/DateTime/TimeZone/Asia/Sakhalin.pm blib/lib/DateTime/TimeZone/Asia/Sakhalin.pm
3496cp lib/DateTime/TimeZone/MST.pm blib/lib/DateTime/TimeZone/MST.pm
3497cp lib/DateTime/TimeZone/Pacific/Pago_Pago.pm blib/lib/DateTime/TimeZone/Pacific/Pago_Pago.pm
3498cp lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm blib/lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm
3499cp lib/DateTime/TimeZone/Europe/Amsterdam.pm blib/lib/DateTime/TimeZone/Europe/Amsterdam.pm
3500cp lib/DateTime/TimeZone/Asia/Manila.pm blib/lib/DateTime/TimeZone/Asia/Manila.pm
3501cp lib/DateTime/TimeZone/Europe/Vienna.pm blib/lib/DateTime/TimeZone/Europe/Vienna.pm
3502cp lib/DateTime/TimeZone/America/Godthab.pm blib/lib/DateTime/TimeZone/America/Godthab.pm
3503cp lib/DateTime/TimeZone/Europe/Sofia.pm blib/lib/DateTime/TimeZone/Europe/Sofia.pm
3504cp lib/DateTime/TimeZone/America/Los_Angeles.pm blib/lib/DateTime/TimeZone/America/Los_Angeles.pm
3505cp lib/DateTime/TimeZone/Asia/Amman.pm blib/lib/DateTime/TimeZone/Asia/Amman.pm
3506cp lib/DateTime/TimeZone/Africa/Johannesburg.pm blib/lib/DateTime/TimeZone/Africa/Johannesburg.pm
3507cp lib/DateTime/TimeZone/Pacific/Norfolk.pm blib/lib/DateTime/TimeZone/Pacific/Norfolk.pm
3508cp lib/DateTime/TimeZone/America/Anchorage.pm blib/lib/DateTime/TimeZone/America/Anchorage.pm
3509cp lib/DateTime/TimeZone/America/Puerto_Rico.pm blib/lib/DateTime/TimeZone/America/Puerto_Rico.pm
3510cp lib/DateTime/TimeZone/Pacific/Guam.pm blib/lib/DateTime/TimeZone/Pacific/Guam.pm
3511cp lib/DateTime/TimeZone/America/Rainy_River.pm blib/lib/DateTime/TimeZone/America/Rainy_River.pm
3512cp lib/DateTime/TimeZone/America/Caracas.pm blib/lib/DateTime/TimeZone/America/Caracas.pm
3513cp lib/DateTime/TimeZone/America/Sao_Paulo.pm blib/lib/DateTime/TimeZone/America/Sao_Paulo.pm
3514cp lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm blib/lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm
3515cp lib/DateTime/TimeZone/America/Fort_Nelson.pm blib/lib/DateTime/TimeZone/America/Fort_Nelson.pm
3516cp lib/DateTime/TimeZone/Africa/Bissau.pm blib/lib/DateTime/TimeZone/Africa/Bissau.pm
3517cp lib/DateTime/TimeZone/America/Inuvik.pm blib/lib/DateTime/TimeZone/America/Inuvik.pm
3518cp lib/DateTime/TimeZone/Antarctica/Casey.pm blib/lib/DateTime/TimeZone/Antarctica/Casey.pm
3519cp lib/DateTime/TimeZone/Pacific/Easter.pm blib/lib/DateTime/TimeZone/Pacific/Easter.pm
3520cp lib/DateTime/TimeZone/Europe/Monaco.pm blib/lib/DateTime/TimeZone/Europe/Monaco.pm
3521cp lib/DateTime/TimeZone/Asia/Srednekolymsk.pm blib/lib/DateTime/TimeZone/Asia/Srednekolymsk.pm
3522cp lib/DateTime/TimeZone/Antarctica/Troll.pm blib/lib/DateTime/TimeZone/Antarctica/Troll.pm
3523cp lib/DateTime/TimeZone/Asia/Hovd.pm blib/lib/DateTime/TimeZone/Asia/Hovd.pm
3524cp lib/DateTime/TimeZone/Europe/Budapest.pm blib/lib/DateTime/TimeZone/Europe/Budapest.pm
3525cp lib/DateTime/TimeZone/America/Asuncion.pm blib/lib/DateTime/TimeZone/America/Asuncion.pm
3526cp lib/DateTime/TimeZone/MET.pm blib/lib/DateTime/TimeZone/MET.pm
3527cp lib/DateTime/TimeZone/Atlantic/Bermuda.pm blib/lib/DateTime/TimeZone/Atlantic/Bermuda.pm
3528cp lib/DateTime/TimeZone/Europe/Madrid.pm blib/lib/DateTime/TimeZone/Europe/Madrid.pm
3529cp lib/DateTime/TimeZone/America/Indiana/Winamac.pm blib/lib/DateTime/TimeZone/America/Indiana/Winamac.pm
3530cp lib/DateTime/TimeZone/Asia/Urumqi.pm blib/lib/DateTime/TimeZone/Asia/Urumqi.pm
3531cp lib/DateTime/TimeZone/America/Dawson.pm blib/lib/DateTime/TimeZone/America/Dawson.pm
3532cp lib/DateTime/TimeZone/America/Nipigon.pm blib/lib/DateTime/TimeZone/America/Nipigon.pm
3533cp lib/DateTime/TimeZone/Pacific/Majuro.pm blib/lib/DateTime/TimeZone/Pacific/Majuro.pm
3534cp lib/DateTime/TimeZone/Europe/Istanbul.pm blib/lib/DateTime/TimeZone/Europe/Istanbul.pm
3535cp lib/DateTime/TimeZone/America/Nome.pm blib/lib/DateTime/TimeZone/America/Nome.pm
3536cp lib/DateTime/TimeZone/Asia/Irkutsk.pm blib/lib/DateTime/TimeZone/Asia/Irkutsk.pm
3537cp lib/DateTime/TimeZone/America/Rio_Branco.pm blib/lib/DateTime/TimeZone/America/Rio_Branco.pm
3538cp lib/DateTime/TimeZone/Australia/Lindeman.pm blib/lib/DateTime/TimeZone/Australia/Lindeman.pm
3539cp lib/DateTime/TimeZone/America/New_York.pm blib/lib/DateTime/TimeZone/America/New_York.pm
3540cp lib/DateTime/TimeZone/Asia/Jerusalem.pm blib/lib/DateTime/TimeZone/Asia/Jerusalem.pm
3541cp lib/DateTime/TimeZone/Europe/Athens.pm blib/lib/DateTime/TimeZone/Europe/Athens.pm
3542cp lib/DateTime/TimeZone/Indian/Maldives.pm blib/lib/DateTime/TimeZone/Indian/Maldives.pm
3543cp lib/DateTime/TimeZone/America/Cayman.pm blib/lib/DateTime/TimeZone/America/Cayman.pm
3544cp lib/DateTime/TimeZone/OlsonDB/Change.pm blib/lib/DateTime/TimeZone/OlsonDB/Change.pm
3545cp lib/DateTime/TimeZone/Australia/Brisbane.pm blib/lib/DateTime/TimeZone/Australia/Brisbane.pm
3546cp lib/DateTime/TimeZone/Europe/Kaliningrad.pm blib/lib/DateTime/TimeZone/Europe/Kaliningrad.pm
3547cp lib/DateTime/TimeZone/America/Toronto.pm blib/lib/DateTime/TimeZone/America/Toronto.pm
3548cp lib/DateTime/TimeZone/America/La_Paz.pm blib/lib/DateTime/TimeZone/America/La_Paz.pm
3549cp lib/DateTime/TimeZone/Asia/Jakarta.pm blib/lib/DateTime/TimeZone/Asia/Jakarta.pm
3550cp lib/DateTime/TimeZone/Europe/Zurich.pm blib/lib/DateTime/TimeZone/Europe/Zurich.pm
3551cp lib/DateTime/TimeZone/Australia/Darwin.pm blib/lib/DateTime/TimeZone/Australia/Darwin.pm
3552cp lib/DateTime/TimeZone/Indian/Chagos.pm blib/lib/DateTime/TimeZone/Indian/Chagos.pm
3553cp lib/DateTime/TimeZone/America/Guyana.pm blib/lib/DateTime/TimeZone/America/Guyana.pm
3554cp lib/DateTime/TimeZone/Local/Android.pm blib/lib/DateTime/TimeZone/Local/Android.pm
3555cp lib/DateTime/TimeZone/Asia/Oral.pm blib/lib/DateTime/TimeZone/Asia/Oral.pm
3556cp lib/DateTime/TimeZone/Europe/Luxembourg.pm blib/lib/DateTime/TimeZone/Europe/Luxembourg.pm
3557cp lib/DateTime/TimeZone/America/Indiana/Petersburg.pm blib/lib/DateTime/TimeZone/America/Indiana/Petersburg.pm
3558cp lib/DateTime/TimeZone/America/St_Johns.pm blib/lib/DateTime/TimeZone/America/St_Johns.pm
3559cp lib/DateTime/TimeZone/Australia/Hobart.pm blib/lib/DateTime/TimeZone/Australia/Hobart.pm
3560cp lib/DateTime/TimeZone/Asia/Tashkent.pm blib/lib/DateTime/TimeZone/Asia/Tashkent.pm
3561cp lib/DateTime/TimeZone/Australia/Eucla.pm blib/lib/DateTime/TimeZone/Australia/Eucla.pm
3562cp lib/DateTime/TimeZone/OffsetOnly.pm blib/lib/DateTime/TimeZone/OffsetOnly.pm
3563cp lib/DateTime/TimeZone/America/Bogota.pm blib/lib/DateTime/TimeZone/America/Bogota.pm
3564cp lib/DateTime/TimeZone/Local/VMS.pm blib/lib/DateTime/TimeZone/Local/VMS.pm
3565cp lib/DateTime/TimeZone/America/Fortaleza.pm blib/lib/DateTime/TimeZone/America/Fortaleza.pm
3566cp lib/DateTime/TimeZone/Africa/Tunis.pm blib/lib/DateTime/TimeZone/Africa/Tunis.pm
3567cp lib/DateTime/TimeZone/Europe/Kiev.pm blib/lib/DateTime/TimeZone/Europe/Kiev.pm
3568cp lib/DateTime/TimeZone/Africa/Abidjan.pm blib/lib/DateTime/TimeZone/Africa/Abidjan.pm
3569cp lib/DateTime/TimeZone/Pacific/Palau.pm blib/lib/DateTime/TimeZone/Pacific/Palau.pm
3570cp lib/DateTime/TimeZone/Pacific/Honolulu.pm blib/lib/DateTime/TimeZone/Pacific/Honolulu.pm
3571cp lib/DateTime/TimeZone/Asia/Qatar.pm blib/lib/DateTime/TimeZone/Asia/Qatar.pm
3572cp lib/DateTime/TimeZone/Asia/Choibalsan.pm blib/lib/DateTime/TimeZone/Asia/Choibalsan.pm
3573cp lib/DateTime/TimeZone/America/Indiana/Tell_City.pm blib/lib/DateTime/TimeZone/America/Indiana/Tell_City.pm
3574cp lib/DateTime/TimeZone/Asia/Ust_Nera.pm blib/lib/DateTime/TimeZone/Asia/Ust_Nera.pm
3575cp lib/DateTime/TimeZone/America/Havana.pm blib/lib/DateTime/TimeZone/America/Havana.pm
3576cp lib/DateTime/TimeZone/Catalog.pm blib/lib/DateTime/TimeZone/Catalog.pm
3577cp lib/DateTime/TimeZone/America/Danmarkshavn.pm blib/lib/DateTime/TimeZone/America/Danmarkshavn.pm
3578cp lib/DateTime/TimeZone/America/Maceio.pm blib/lib/DateTime/TimeZone/America/Maceio.pm
3579cp lib/DateTime/TimeZone/Europe/Warsaw.pm blib/lib/DateTime/TimeZone/Europe/Warsaw.pm
3580cp lib/DateTime/TimeZone/America/Thule.pm blib/lib/DateTime/TimeZone/America/Thule.pm
3581cp lib/DateTime/TimeZone/Pacific/Pitcairn.pm blib/lib/DateTime/TimeZone/Pacific/Pitcairn.pm
3582cp lib/DateTime/TimeZone/Pacific/Kwajalein.pm blib/lib/DateTime/TimeZone/Pacific/Kwajalein.pm
3583cp lib/DateTime/TimeZone/CET.pm blib/lib/DateTime/TimeZone/CET.pm
3584cp lib/DateTime/TimeZone/WET.pm blib/lib/DateTime/TimeZone/WET.pm
3585cp lib/DateTime/TimeZone/Europe/Helsinki.pm blib/lib/DateTime/TimeZone/Europe/Helsinki.pm
3586cp lib/DateTime/TimeZone/Australia/Currie.pm blib/lib/DateTime/TimeZone/Australia/Currie.pm
3587cp lib/DateTime/TimeZone/America/Moncton.pm blib/lib/DateTime/TimeZone/America/Moncton.pm
3588cp lib/DateTime/TimeZone/America/Menominee.pm blib/lib/DateTime/TimeZone/America/Menominee.pm
3589cp lib/DateTime/TimeZone/Africa/Lagos.pm blib/lib/DateTime/TimeZone/Africa/Lagos.pm
3590cp lib/DateTime/TimeZone/America/Pangnirtung.pm blib/lib/DateTime/TimeZone/America/Pangnirtung.pm
3591cp lib/DateTime/TimeZone/Asia/Dhaka.pm blib/lib/DateTime/TimeZone/Asia/Dhaka.pm
3592cp lib/DateTime/TimeZone/Pacific/Fiji.pm blib/lib/DateTime/TimeZone/Pacific/Fiji.pm
3593cp lib/DateTime/TimeZone/America/Argentina/Tucuman.pm blib/lib/DateTime/TimeZone/America/Argentina/Tucuman.pm
3594cp lib/DateTime/TimeZone/Europe/Volgograd.pm blib/lib/DateTime/TimeZone/Europe/Volgograd.pm
3595cp lib/DateTime/TimeZone/America/Santo_Domingo.pm blib/lib/DateTime/TimeZone/America/Santo_Domingo.pm
3596cp lib/DateTime/TimeZone/America/Belem.pm blib/lib/DateTime/TimeZone/America/Belem.pm
3597cp lib/DateTime/TimeZone/America/Phoenix.pm blib/lib/DateTime/TimeZone/America/Phoenix.pm
3598cp lib/DateTime/TimeZone/Africa/Ndjamena.pm blib/lib/DateTime/TimeZone/Africa/Ndjamena.pm
3599cp lib/DateTime/TimeZone/Local.pm blib/lib/DateTime/TimeZone/Local.pm
3600cp lib/DateTime/TimeZone/Europe/Zaporozhye.pm blib/lib/DateTime/TimeZone/Europe/Zaporozhye.pm
3601cp lib/DateTime/TimeZone/America/Winnipeg.pm blib/lib/DateTime/TimeZone/America/Winnipeg.pm
3602cp lib/DateTime/TimeZone/Asia/Gaza.pm blib/lib/DateTime/TimeZone/Asia/Gaza.pm
3603cp lib/DateTime/TimeZone/Atlantic/Madeira.pm blib/lib/DateTime/TimeZone/Atlantic/Madeira.pm
3604cp lib/DateTime/TimeZone/America/Argentina/Catamarca.pm blib/lib/DateTime/TimeZone/America/Argentina/Catamarca.pm
3605cp lib/DateTime/TimeZone/America/Cambridge_Bay.pm blib/lib/DateTime/TimeZone/America/Cambridge_Bay.pm
3606cp lib/DateTime/TimeZone/Asia/Tbilisi.pm blib/lib/DateTime/TimeZone/Asia/Tbilisi.pm
3607cp lib/DateTime/TimeZone/Europe/Prague.pm blib/lib/DateTime/TimeZone/Europe/Prague.pm
3608cp lib/DateTime/TimeZone/Pacific/Apia.pm blib/lib/DateTime/TimeZone/Pacific/Apia.pm
3609cp lib/DateTime/TimeZone/America/Blanc_Sablon.pm blib/lib/DateTime/TimeZone/America/Blanc_Sablon.pm
3610cp lib/DateTime/TimeZone/Atlantic/Reykjavik.pm blib/lib/DateTime/TimeZone/Atlantic/Reykjavik.pm
3611cp lib/DateTime/TimeZone/Asia/Yerevan.pm blib/lib/DateTime/TimeZone/Asia/Yerevan.pm
3612cp lib/DateTime/TimeZone/Asia/Chita.pm blib/lib/DateTime/TimeZone/Asia/Chita.pm
3613cp lib/DateTime/TimeZone/Asia/Vladivostok.pm blib/lib/DateTime/TimeZone/Asia/Vladivostok.pm
3614cp lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm blib/lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm
3615cp lib/DateTime/TimeZone/Asia/Thimphu.pm blib/lib/DateTime/TimeZone/Asia/Thimphu.pm
3616cp lib/DateTime/TimeZone/America/Sitka.pm blib/lib/DateTime/TimeZone/America/Sitka.pm
3617cp lib/DateTime/TimeZone/America/Grand_Turk.pm blib/lib/DateTime/TimeZone/America/Grand_Turk.pm
3618cp lib/DateTime/TimeZone/Australia/Melbourne.pm blib/lib/DateTime/TimeZone/Australia/Melbourne.pm
3619cp lib/DateTime/TimeZone/America/Mazatlan.pm blib/lib/DateTime/TimeZone/America/Mazatlan.pm
3620cp lib/DateTime/TimeZone/America/Juneau.pm blib/lib/DateTime/TimeZone/America/Juneau.pm
3621cp lib/DateTime/TimeZone/Pacific/Guadalcanal.pm blib/lib/DateTime/TimeZone/Pacific/Guadalcanal.pm
3622cp lib/DateTime/TimeZone/America/Barbados.pm blib/lib/DateTime/TimeZone/America/Barbados.pm
3623cp lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm blib/lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm
3624cp lib/DateTime/TimeZone/Asia/Rangoon.pm blib/lib/DateTime/TimeZone/Asia/Rangoon.pm
3625cp lib/DateTime/TimeZone/Africa/Nairobi.pm blib/lib/DateTime/TimeZone/Africa/Nairobi.pm
3626cp lib/DateTime/TimeZone/Asia/Riyadh.pm blib/lib/DateTime/TimeZone/Asia/Riyadh.pm
3627cp lib/DateTime/TimeZone/America/Yellowknife.pm blib/lib/DateTime/TimeZone/America/Yellowknife.pm
3628cp lib/DateTime/TimeZone/America/Halifax.pm blib/lib/DateTime/TimeZone/America/Halifax.pm
3629cp lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm blib/lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm
3630cp lib/DateTime/TimeZone/Antarctica/Vostok.pm blib/lib/DateTime/TimeZone/Antarctica/Vostok.pm
3631cp lib/DateTime/TimeZone/Asia/Makassar.pm blib/lib/DateTime/TimeZone/Asia/Makassar.pm
3632cp lib/DateTime/TimeZone/OlsonDB/Zone.pm blib/lib/DateTime/TimeZone/OlsonDB/Zone.pm
3633cp lib/DateTime/TimeZone/Pacific/Galapagos.pm blib/lib/DateTime/TimeZone/Pacific/Galapagos.pm
3634cp lib/DateTime/TimeZone/America/Tijuana.pm blib/lib/DateTime/TimeZone/America/Tijuana.pm
3635cp lib/DateTime/TimeZone/America/Indiana/Knox.pm blib/lib/DateTime/TimeZone/America/Indiana/Knox.pm
3636cp lib/DateTime/TimeZone/Asia/Hong_Kong.pm blib/lib/DateTime/TimeZone/Asia/Hong_Kong.pm
3637cp lib/DateTime/TimeZone/Asia/Seoul.pm blib/lib/DateTime/TimeZone/Asia/Seoul.pm
3638cp lib/DateTime/TimeZone/Australia/Adelaide.pm blib/lib/DateTime/TimeZone/Australia/Adelaide.pm
3639cp lib/DateTime/TimeZone/America/North_Dakota/Center.pm blib/lib/DateTime/TimeZone/America/North_Dakota/Center.pm
3640cp lib/DateTime/TimeZone/America/Detroit.pm blib/lib/DateTime/TimeZone/America/Detroit.pm
3641cp lib/DateTime/TimeZone/Asia/Novokuznetsk.pm blib/lib/DateTime/TimeZone/Asia/Novokuznetsk.pm
3642cp lib/DateTime/TimeZone/Africa/Cairo.pm blib/lib/DateTime/TimeZone/Africa/Cairo.pm
3643cp lib/DateTime/TimeZone/Pacific/Bougainville.pm blib/lib/DateTime/TimeZone/Pacific/Bougainville.pm
3644cp lib/DateTime/TimeZone/America/Goose_Bay.pm blib/lib/DateTime/TimeZone/America/Goose_Bay.pm
3645cp lib/DateTime/TimeZone/America/Santarem.pm blib/lib/DateTime/TimeZone/America/Santarem.pm
3646cp lib/DateTime/TimeZone/Pacific/Wake.pm blib/lib/DateTime/TimeZone/Pacific/Wake.pm
3647cp lib/DateTime/TimeZone/Asia/Baghdad.pm blib/lib/DateTime/TimeZone/Asia/Baghdad.pm
3648cp lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm blib/lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm
3649cp lib/DateTime/TimeZone/Atlantic/Canary.pm blib/lib/DateTime/TimeZone/Atlantic/Canary.pm
3650cp lib/DateTime/TimeZone/Antarctica/Palmer.pm blib/lib/DateTime/TimeZone/Antarctica/Palmer.pm
3651cp lib/DateTime/TimeZone/Europe/Tirane.pm blib/lib/DateTime/TimeZone/Europe/Tirane.pm
3652cp lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm blib/lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm
3653cp lib/DateTime/TimeZone/Africa/Khartoum.pm blib/lib/DateTime/TimeZone/Africa/Khartoum.pm
3654cp lib/DateTime/TimeZone/America/Matamoros.pm blib/lib/DateTime/TimeZone/America/Matamoros.pm
3655cp lib/DateTime/TimeZone/America/Jamaica.pm blib/lib/DateTime/TimeZone/America/Jamaica.pm
3656cp lib/DateTime/TimeZone/America/Paramaribo.pm blib/lib/DateTime/TimeZone/America/Paramaribo.pm
3657cp lib/DateTime/TimeZone/America/Metlakatla.pm blib/lib/DateTime/TimeZone/America/Metlakatla.pm
3658cp lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm blib/lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm
3659cp lib/DateTime/TimeZone/Europe/Dublin.pm blib/lib/DateTime/TimeZone/Europe/Dublin.pm
3660cp lib/DateTime/TimeZone/EET.pm blib/lib/DateTime/TimeZone/EET.pm
3661cp lib/DateTime/TimeZone/Africa/Algiers.pm blib/lib/DateTime/TimeZone/Africa/Algiers.pm
3662cp lib/DateTime/TimeZone/Africa/Accra.pm blib/lib/DateTime/TimeZone/Africa/Accra.pm
3663cp lib/DateTime/TimeZone/Europe/Chisinau.pm blib/lib/DateTime/TimeZone/Europe/Chisinau.pm
3664cp lib/DateTime/TimeZone/Europe/Stockholm.pm blib/lib/DateTime/TimeZone/Europe/Stockholm.pm
3665cp lib/DateTime/TimeZone/Asia/Yekaterinburg.pm blib/lib/DateTime/TimeZone/Asia/Yekaterinburg.pm
3666cp lib/DateTime/TimeZone/Asia/Bangkok.pm blib/lib/DateTime/TimeZone/Asia/Bangkok.pm
3667cp lib/DateTime/TimeZone/Asia/Aqtau.pm blib/lib/DateTime/TimeZone/Asia/Aqtau.pm
3668cp lib/DateTime/TimeZone/America/Indiana/Vevay.pm blib/lib/DateTime/TimeZone/America/Indiana/Vevay.pm
3669cp lib/DateTime/TimeZone/America/Kentucky/Monticello.pm blib/lib/DateTime/TimeZone/America/Kentucky/Monticello.pm
3670cp lib/DateTime/TimeZone/Floating.pm blib/lib/DateTime/TimeZone/Floating.pm
3671cp lib/DateTime/TimeZone/Pacific/Niue.pm blib/lib/DateTime/TimeZone/Pacific/Niue.pm
3672cp lib/DateTime/TimeZone/America/Costa_Rica.pm blib/lib/DateTime/TimeZone/America/Costa_Rica.pm
3673cp lib/DateTime/TimeZone/Asia/Damascus.pm blib/lib/DateTime/TimeZone/Asia/Damascus.pm
3674cp lib/DateTime/TimeZone/America/Regina.pm blib/lib/DateTime/TimeZone/America/Regina.pm
3675cp lib/DateTime/TimeZone/Asia/Baku.pm blib/lib/DateTime/TimeZone/Asia/Baku.pm
3676cp lib/DateTime/TimeZone/Australia/Lord_Howe.pm blib/lib/DateTime/TimeZone/Australia/Lord_Howe.pm
3677cp lib/DateTime/TimeZone/Europe/Copenhagen.pm blib/lib/DateTime/TimeZone/Europe/Copenhagen.pm
3678cp lib/DateTime/TimeZone/Pacific/Kiritimati.pm blib/lib/DateTime/TimeZone/Pacific/Kiritimati.pm
3679cp lib/DateTime/TimeZone/Asia/Almaty.pm blib/lib/DateTime/TimeZone/Asia/Almaty.pm
3680Manifying blib/man3/DateTime::TimeZone::UTC.3pm
3681Manifying blib/man3/DateTime::TimeZone::Catalog.3pm
3682Manifying blib/man3/DateTime::TimeZone::Local.3pm
3683Manifying blib/man3/DateTime::TimeZone::OffsetOnly.3pm
3684Manifying blib/man3/DateTime::TimeZone::Floating.3pm
3685Manifying blib/man3/DateTime::TimeZone::Local::Unix.3pm
3686Manifying blib/man3/DateTime::TimeZone::Local::VMS.3pm
3687Manifying blib/man3/DateTime::TimeZone.3pm
3688Manifying blib/man3/DateTime::TimeZone::OlsonDB.3pm
3689 DROLSKY/DateTime-TimeZone-1.94.tar.gz
3690 /usr/bin/make -- OK
3691Skipping test because of notest pragma
3692Running make install
3693Installing /usr/local/share/perl5/DateTime/TimeZone.pm
3694Installing /usr/local/share/perl5/DateTime/TimeZone/EST5EDT.pm
3695Installing /usr/local/share/perl5/DateTime/TimeZone/EST.pm
3696Installing /usr/local/share/perl5/DateTime/TimeZone/Local.pm
3697Installing /usr/local/share/perl5/DateTime/TimeZone/PST8PDT.pm
3698Installing /usr/local/share/perl5/DateTime/TimeZone/CST6CDT.pm
3699Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB.pm
3700Installing /usr/local/share/perl5/DateTime/TimeZone/EET.pm
3701Installing /usr/local/share/perl5/DateTime/TimeZone/CET.pm
3702Installing /usr/local/share/perl5/DateTime/TimeZone/OffsetOnly.pm
3703Installing /usr/local/share/perl5/DateTime/TimeZone/MST.pm
3704Installing /usr/local/share/perl5/DateTime/TimeZone/WET.pm
3705Installing /usr/local/share/perl5/DateTime/TimeZone/UTC.pm
3706Installing /usr/local/share/perl5/DateTime/TimeZone/MST7MDT.pm
3707Installing /usr/local/share/perl5/DateTime/TimeZone/Floating.pm
3708Installing /usr/local/share/perl5/DateTime/TimeZone/MET.pm
3709Installing /usr/local/share/perl5/DateTime/TimeZone/Catalog.pm
3710Installing /usr/local/share/perl5/DateTime/TimeZone/HST.pm
3711Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Rule.pm
3712Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Observance.pm
3713Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Zone.pm
3714Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Change.pm
3715Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Casey.pm
3716Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Macquarie.pm
3717Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Troll.pm
3718Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/DumontDUrville.pm
3719Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Davis.pm
3720Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Mawson.pm
3721Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Syowa.pm
3722Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Vostok.pm
3723Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Palmer.pm
3724Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Rothera.pm
3725Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Canary.pm
3726Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Faroe.pm
3727Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Reykjavik.pm
3728Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Bermuda.pm
3729Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/South_Georgia.pm
3730Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Cape_Verde.pm
3731Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Madeira.pm
3732Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Azores.pm
3733Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Stanley.pm
3734Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Khartoum.pm
3735Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Ndjamena.pm
3736Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Algiers.pm
3737Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Maputo.pm
3738Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Cairo.pm
3739Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Ceuta.pm
3740Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Tunis.pm
3741Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Johannesburg.pm
3742Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Accra.pm
3743Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Windhoek.pm
3744Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Bissau.pm
3745Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Abidjan.pm
3746Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Casablanca.pm
3747Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Lagos.pm
3748Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Nairobi.pm
3749Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Tripoli.pm
3750Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Monrovia.pm
3751Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/El_Aaiun.pm
3752Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Chagos.pm
3753Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Kerguelen.pm
3754Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Cocos.pm
3755Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Reunion.pm
3756Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Mauritius.pm
3757Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Mahe.pm
3758Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Christmas.pm
3759Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Maldives.pm
3760Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Lindeman.pm
3761Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Perth.pm
3762Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Melbourne.pm
3763Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Hobart.pm
3764Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Sydney.pm
3765Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Darwin.pm
3766Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Adelaide.pm
3767Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Currie.pm
3768Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Lord_Howe.pm
3769Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Brisbane.pm
3770Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Broken_Hill.pm
3771Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Eucla.pm
3772Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Pyongyang.pm
3773Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Bangkok.pm
3774Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kuala_Lumpur.pm
3775Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jakarta.pm
3776Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kabul.pm
3777Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Sakhalin.pm
3778Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dubai.pm
3779Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hebron.pm
3780Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Chita.pm
3781Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm
3782Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Qyzylorda.pm
3783Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tashkent.pm
3784Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Urumqi.pm
3785Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ust_Nera.pm
3786Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Rangoon.pm
3787Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kolkata.pm
3788Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Irkutsk.pm
3789Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Samarkand.pm
3790Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Aqtobe.pm
3791Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Qatar.pm
3792Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tehran.pm
3793Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ashgabat.pm
3794Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Oral.pm
3795Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Srednekolymsk.pm
3796Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Thimphu.pm
3797Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hong_Kong.pm
3798Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Makassar.pm
3799Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Novosibirsk.pm
3800Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Shanghai.pm
3801Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kuching.pm
3802Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Nicosia.pm
3803Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tbilisi.pm
3804Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Khandyga.pm
3805Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Krasnoyarsk.pm
3806Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jerusalem.pm
3807Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Riyadh.pm
3808Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kathmandu.pm
3809Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dushanbe.pm
3810Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Magadan.pm
3811Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Baghdad.pm
3812Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Amman.pm
3813Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Damascus.pm
3814Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Baku.pm
3815Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Macau.pm
3816Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Anadyr.pm
3817Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yerevan.pm
3818Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Colombo.pm
3819Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Manila.pm
3820Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Beirut.pm
3821Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Seoul.pm
3822Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Singapore.pm
3823Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yekaterinburg.pm
3824Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Omsk.pm
3825Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Brunei.pm
3826Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Choibalsan.pm
3827Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jayapura.pm
3828Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Pontianak.pm
3829Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Aqtau.pm
3830Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dili.pm
3831Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Karachi.pm
3832Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yakutsk.pm
3833Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ulaanbaatar.pm
3834Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tokyo.pm
3835Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Novokuznetsk.pm
3836Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Gaza.pm
3837Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hovd.pm
3838Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kamchatka.pm
3839Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Taipei.pm
3840Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dhaka.pm
3841Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Bishkek.pm
3842Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Vladivostok.pm
3843Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Almaty.pm
3844Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Chuuk.pm
3845Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tarawa.pm
3846Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kosrae.pm
3847Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Wake.pm
3848Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Majuro.pm
3849Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Noumea.pm
3850Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Fakaofo.pm
3851Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Honolulu.pm
3852Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Galapagos.pm
3853Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Nauru.pm
3854Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Guadalcanal.pm
3855Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kwajalein.pm
3856Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Port_Moresby.pm
3857Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Easter.pm
3858Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Guam.pm
3859Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Funafuti.pm
3860Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Fiji.pm
3861Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Gambier.pm
3862Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Marquesas.pm
3863Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Auckland.pm
3864Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Enderbury.pm
3865Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kiritimati.pm
3866Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Chatham.pm
3867Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pago_Pago.pm
3868Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tongatapu.pm
3869Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Norfolk.pm
3870Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Rarotonga.pm
3871Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Niue.pm
3872Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tahiti.pm
3873Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Wallis.pm
3874Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pitcairn.pm
3875Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Bougainville.pm
3876Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Efate.pm
3877Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Apia.pm
3878Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Palau.pm
3879Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pohnpei.pm
3880Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Kaliningrad.pm
3881Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Brussels.pm
3882Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Volgograd.pm
3883Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Belgrade.pm
3884Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Budapest.pm
3885Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Gibraltar.pm
3886Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Athens.pm
3887Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Tallinn.pm
3888Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Istanbul.pm
3889Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Dublin.pm
3890Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Bucharest.pm
3891Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Samara.pm
3892Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Paris.pm
3893Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Amsterdam.pm
3894Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Malta.pm
3895Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Madrid.pm
3896Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Rome.pm
3897Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Luxembourg.pm
3898Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Warsaw.pm
3899Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Vienna.pm
3900Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Chisinau.pm
3901Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Tirane.pm
3902Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Kiev.pm
3903Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Monaco.pm
3904Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Sofia.pm
3905Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Uzhgorod.pm
3906Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Minsk.pm
3907Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Stockholm.pm
3908Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Prague.pm
3909Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Zaporozhye.pm
3910Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Copenhagen.pm
3911Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Riga.pm
3912Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Helsinki.pm
3913Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/London.pm
3914Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Oslo.pm
3915Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Moscow.pm
3916Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Zurich.pm
3917Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Vilnius.pm
3918Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Lisbon.pm
3919Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Berlin.pm
3920Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Andorra.pm
3921Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Simferopol.pm
3922Installing /usr/local/share/perl5/DateTime/TimeZone/Local/VMS.pm
3923Installing /usr/local/share/perl5/DateTime/TimeZone/Local/Android.pm
3924Installing /usr/local/share/perl5/DateTime/TimeZone/Local/Unix.pm
3925Installing /usr/local/share/perl5/DateTime/TimeZone/America/Tijuana.pm
3926Installing /usr/local/share/perl5/DateTime/TimeZone/America/Merida.pm
3927Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cayman.pm
3928Installing /usr/local/share/perl5/DateTime/TimeZone/America/New_York.pm
3929Installing /usr/local/share/perl5/DateTime/TimeZone/America/Halifax.pm
3930Installing /usr/local/share/perl5/DateTime/TimeZone/America/Panama.pm
3931Installing /usr/local/share/perl5/DateTime/TimeZone/America/Boa_Vista.pm
3932Installing /usr/local/share/perl5/DateTime/TimeZone/America/Edmonton.pm
3933Installing /usr/local/share/perl5/DateTime/TimeZone/America/Juneau.pm
3934Installing /usr/local/share/perl5/DateTime/TimeZone/America/Hermosillo.pm
3935Installing /usr/local/share/perl5/DateTime/TimeZone/America/Lima.pm
3936Installing /usr/local/share/perl5/DateTime/TimeZone/America/Matamoros.pm
3937Installing /usr/local/share/perl5/DateTime/TimeZone/America/Martinique.pm
3938Installing /usr/local/share/perl5/DateTime/TimeZone/America/Danmarkshavn.pm
3939Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santo_Domingo.pm
3940Installing /usr/local/share/perl5/DateTime/TimeZone/America/Ojinaga.pm
3941Installing /usr/local/share/perl5/DateTime/TimeZone/America/Puerto_Rico.pm
3942Installing /usr/local/share/perl5/DateTime/TimeZone/America/Swift_Current.pm
3943Installing /usr/local/share/perl5/DateTime/TimeZone/America/Los_Angeles.pm
3944Installing /usr/local/share/perl5/DateTime/TimeZone/America/Pangnirtung.pm
3945Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santiago.pm
3946Installing /usr/local/share/perl5/DateTime/TimeZone/America/Barbados.pm
3947Installing /usr/local/share/perl5/DateTime/TimeZone/America/Dawson.pm
3948Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rankin_Inlet.pm
3949Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cuiaba.pm
3950Installing /usr/local/share/perl5/DateTime/TimeZone/America/Chicago.pm
3951Installing /usr/local/share/perl5/DateTime/TimeZone/America/La_Paz.pm
3952Installing /usr/local/share/perl5/DateTime/TimeZone/America/Winnipeg.pm
3953Installing /usr/local/share/perl5/DateTime/TimeZone/America/Porto_Velho.pm
3954Installing /usr/local/share/perl5/DateTime/TimeZone/America/Belem.pm
3955Installing /usr/local/share/perl5/DateTime/TimeZone/America/Jamaica.pm
3956Installing /usr/local/share/perl5/DateTime/TimeZone/America/Creston.pm
3957Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bahia.pm
3958Installing /usr/local/share/perl5/DateTime/TimeZone/America/Moncton.pm
3959Installing /usr/local/share/perl5/DateTime/TimeZone/America/Eirunepe.pm
3960Installing /usr/local/share/perl5/DateTime/TimeZone/America/Sitka.pm
3961Installing /usr/local/share/perl5/DateTime/TimeZone/America/Costa_Rica.pm
3962Installing /usr/local/share/perl5/DateTime/TimeZone/America/St_Johns.pm
3963Installing /usr/local/share/perl5/DateTime/TimeZone/America/Managua.pm
3964Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bogota.pm
3965Installing /usr/local/share/perl5/DateTime/TimeZone/America/Port_of_Spain.pm
3966Installing /usr/local/share/perl5/DateTime/TimeZone/America/Montevideo.pm
3967Installing /usr/local/share/perl5/DateTime/TimeZone/America/Whitehorse.pm
3968Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nipigon.pm
3969Installing /usr/local/share/perl5/DateTime/TimeZone/America/El_Salvador.pm
3970Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rainy_River.pm
3971Installing /usr/local/share/perl5/DateTime/TimeZone/America/Scoresbysund.pm
3972Installing /usr/local/share/perl5/DateTime/TimeZone/America/Caracas.pm
3973Installing /usr/local/share/perl5/DateTime/TimeZone/America/Atikokan.pm
3974Installing /usr/local/share/perl5/DateTime/TimeZone/America/Recife.pm
3975Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bahia_Banderas.pm
3976Installing /usr/local/share/perl5/DateTime/TimeZone/America/Fortaleza.pm
3977Installing /usr/local/share/perl5/DateTime/TimeZone/America/Noronha.pm
3978Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nome.pm
3979Installing /usr/local/share/perl5/DateTime/TimeZone/America/Tegucigalpa.pm
3980Installing /usr/local/share/perl5/DateTime/TimeZone/America/Paramaribo.pm
3981Installing /usr/local/share/perl5/DateTime/TimeZone/America/Chihuahua.pm
3982Installing /usr/local/share/perl5/DateTime/TimeZone/America/Mexico_City.pm
3983Installing /usr/local/share/perl5/DateTime/TimeZone/America/Dawson_Creek.pm
3984Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cambridge_Bay.pm
3985Installing /usr/local/share/perl5/DateTime/TimeZone/America/Grand_Turk.pm
3986Installing /usr/local/share/perl5/DateTime/TimeZone/America/Vancouver.pm
3987Installing /usr/local/share/perl5/DateTime/TimeZone/America/Metlakatla.pm
3988Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rio_Branco.pm
3989Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cayenne.pm
3990Installing /usr/local/share/perl5/DateTime/TimeZone/America/Sao_Paulo.pm
3991Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cancun.pm
3992Installing /usr/local/share/perl5/DateTime/TimeZone/America/Maceio.pm
3993Installing /usr/local/share/perl5/DateTime/TimeZone/America/Thule.pm
3994Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nassau.pm
3995Installing /usr/local/share/perl5/DateTime/TimeZone/America/Adak.pm
3996Installing /usr/local/share/perl5/DateTime/TimeZone/America/Denver.pm
3997Installing /usr/local/share/perl5/DateTime/TimeZone/America/Boise.pm
3998Installing /usr/local/share/perl5/DateTime/TimeZone/America/Miquelon.pm
3999Installing /usr/local/share/perl5/DateTime/TimeZone/America/Phoenix.pm
4000Installing /usr/local/share/perl5/DateTime/TimeZone/America/Port_au_Prince.pm
4001Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guayaquil.pm
4002Installing /usr/local/share/perl5/DateTime/TimeZone/America/Inuvik.pm
4003Installing /usr/local/share/perl5/DateTime/TimeZone/America/Godthab.pm
4004Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santarem.pm
4005Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santa_Isabel.pm
4006Installing /usr/local/share/perl5/DateTime/TimeZone/America/Anchorage.pm
4007Installing /usr/local/share/perl5/DateTime/TimeZone/America/Yakutat.pm
4008Installing /usr/local/share/perl5/DateTime/TimeZone/America/Iqaluit.pm
4009Installing /usr/local/share/perl5/DateTime/TimeZone/America/Yellowknife.pm
4010Installing /usr/local/share/perl5/DateTime/TimeZone/America/Blanc_Sablon.pm
4011Installing /usr/local/share/perl5/DateTime/TimeZone/America/Campo_Grande.pm
4012Installing /usr/local/share/perl5/DateTime/TimeZone/America/Goose_Bay.pm
4013Installing /usr/local/share/perl5/DateTime/TimeZone/America/Toronto.pm
4014Installing /usr/local/share/perl5/DateTime/TimeZone/America/Glace_Bay.pm
4015Installing /usr/local/share/perl5/DateTime/TimeZone/America/Havana.pm
4016Installing /usr/local/share/perl5/DateTime/TimeZone/America/Belize.pm
4017Installing /usr/local/share/perl5/DateTime/TimeZone/America/Asuncion.pm
4018Installing /usr/local/share/perl5/DateTime/TimeZone/America/Thunder_Bay.pm
4019Installing /usr/local/share/perl5/DateTime/TimeZone/America/Mazatlan.pm
4020Installing /usr/local/share/perl5/DateTime/TimeZone/America/Detroit.pm
4021Installing /usr/local/share/perl5/DateTime/TimeZone/America/Araguaina.pm
4022Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guyana.pm
4023Installing /usr/local/share/perl5/DateTime/TimeZone/America/Resolute.pm
4024Installing /usr/local/share/perl5/DateTime/TimeZone/America/Fort_Nelson.pm
4025Installing /usr/local/share/perl5/DateTime/TimeZone/America/Monterrey.pm
4026Installing /usr/local/share/perl5/DateTime/TimeZone/America/Regina.pm
4027Installing /usr/local/share/perl5/DateTime/TimeZone/America/Curacao.pm
4028Installing /usr/local/share/perl5/DateTime/TimeZone/America/Manaus.pm
4029Installing /usr/local/share/perl5/DateTime/TimeZone/America/Menominee.pm
4030Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guatemala.pm
4031Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Indianapolis.pm
4032Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Vincennes.pm
4033Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Knox.pm
4034Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Tell_City.pm
4035Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Marengo.pm
4036Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Winamac.pm
4037Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Petersburg.pm
4038Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Vevay.pm
4039Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/La_Rioja.pm
4040Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Salta.pm
4041Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/San_Juan.pm
4042Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Ushuaia.pm
4043Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Catamarca.pm
4044Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm
4045Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Tucuman.pm
4046Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Cordoba.pm
4047Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Mendoza.pm
4048Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm
4049Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Jujuy.pm
4050Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/San_Luis.pm
4051Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/Center.pm
4052Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/Beulah.pm
4053Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
4054Installing /usr/local/share/perl5/DateTime/TimeZone/America/Kentucky/Louisville.pm
4055Installing /usr/local/share/perl5/DateTime/TimeZone/America/Kentucky/Monticello.pm
4056Installing /usr/local/share/man/man3/DateTime::TimeZone.3pm
4057Installing /usr/local/share/man/man3/DateTime::TimeZone::Local.3pm
4058Installing /usr/local/share/man/man3/DateTime::TimeZone::Catalog.3pm
4059Installing /usr/local/share/man/man3/DateTime::TimeZone::Floating.3pm
4060Installing /usr/local/share/man/man3/DateTime::TimeZone::UTC.3pm
4061Installing /usr/local/share/man/man3/DateTime::TimeZone::Local::VMS.3pm
4062Installing /usr/local/share/man/man3/DateTime::TimeZone::OffsetOnly.3pm
4063Installing /usr/local/share/man/man3/DateTime::TimeZone::OlsonDB.3pm
4064Installing /usr/local/share/man/man3/DateTime::TimeZone::Local::Unix.3pm
4065Appending installation info to /usr/lib64/perl5/perllocal.pod
4066 DROLSKY/DateTime-TimeZone-1.94.tar.gz
4067 /usr/bin/make install -- OK
4068Running Build for D/DR/DROLSKY/DateTime-1.21.tar.gz
4069 Has already been unwrapped into directory /root/.cpan/build/DateTime-1.21-tc8w8R
4070
4071 CPAN.pm: Building D/DR/DROLSKY/DateTime-1.21.tar.gz
4072
4073Building DateTime
4074gcc -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
4075ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/DateTime/DateTime.bs')
4076gcc -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
4077 DROLSKY/DateTime-1.21.tar.gz
4078 ./Build -- OK
4079Skipping test because of notest pragma
4080Running Build install
4081Building DateTime
4082Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4083Installing /usr/local/lib64/perl5/auto/DateTime/DateTime.bs
4084Installing /usr/local/lib64/perl5/auto/DateTime/DateTime.so
4085Installing /usr/local/lib64/perl5/DateTime.pm
4086Installing /usr/local/lib64/perl5/DateTime/Infinite.pm
4087Installing /usr/local/lib64/perl5/DateTime/Duration.pm
4088Installing /usr/local/lib64/perl5/DateTime/LeapSecond.pm
4089Installing /usr/local/lib64/perl5/DateTime/Helpers.pm
4090Installing /usr/local/lib64/perl5/DateTime/PP.pm
4091Installing /usr/local/lib64/perl5/DateTime/PPExtra.pm
4092Installing /usr/local/share/man/man3/DateTime::LeapSecond.3pm
4093Installing /usr/local/share/man/man3/DateTime::Infinite.3pm
4094Installing /usr/local/share/man/man3/DateTime.3pm
4095Installing /usr/local/share/man/man3/DateTime::Duration.3pm
4096 DROLSKY/DateTime-1.21.tar.gz
4097 ./Build install -- OK
4098Running install for module 'Digest::SHA'
4099Running make for M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
4100Fetching with HTTP::Tiny:
4101http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
4102Fetching with HTTP::Tiny:
4103http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MS/MSHELOR/CHECKSUMS
4104Checksum for /root/.cpan/sources/authors/id/M/MS/MSHELOR/Digest-SHA-5.95.tar.gz ok
4105
4106 CPAN.pm: Building M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
4107
4108Checking if your kit is complete...
4109Looks good
4110Writing Makefile for Digest::SHA
4111Writing MYMETA.yml and MYMETA.json
4112cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
4113/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
4114gcc -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
4115Running Mkbootstrap for Digest::SHA ()
4116chmod 644 SHA.bs
4117rm -f blib/arch/auto/Digest/SHA/SHA.so
4118gcc -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 \
4119 \
4120
4121chmod 755 blib/arch/auto/Digest/SHA/SHA.so
4122cp SHA.bs blib/arch/auto/Digest/SHA/SHA.bs
4123chmod 644 blib/arch/auto/Digest/SHA/SHA.bs
4124cp shasum blib/script/shasum
4125/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
4126Manifying blib/man1/shasum.1
4127Manifying blib/man3/Digest::SHA.3pm
4128 MSHELOR/Digest-SHA-5.95.tar.gz
4129 /usr/bin/make -- OK
4130Skipping test because of notest pragma
4131Running make install
4132Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4133Installing /usr/local/lib64/perl5/auto/Digest/SHA/SHA.bs
4134Installing /usr/local/lib64/perl5/auto/Digest/SHA/SHA.so
4135Installing /usr/local/lib64/perl5/Digest/SHA.pm
4136Installing /usr/local/share/man/man1/shasum.1
4137Installing /usr/local/share/man/man3/Digest::SHA.3pm
4138Installing /usr/local/bin/shasum
4139Appending installation info to /usr/lib64/perl5/perllocal.pod
4140 MSHELOR/Digest-SHA-5.95.tar.gz
4141 /usr/bin/make install -- OK
4142Running install for module 'EV'
4143Running make for M/ML/MLEHMANN/EV-4.22.tar.gz
4144Fetching with HTTP::Tiny:
4145http://ftp.hosteurope.de/pub/CPAN/authors/id/M/ML/MLEHMANN/EV-4.22.tar.gz
4146Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/EV-4.22.tar.gz ok
4147
4148 CPAN.pm: Building M/ML/MLEHMANN/EV-4.22.tar.gz
4149
4150
4151***
4152*** The stability canary says: chirp! chirp! (it seems to be quite happy)
4153***
4154*** Your version of perl (5.016003) is quite supported by EV, nothing
4155*** else to be said, hope it comes in handy.
4156***
4157
4158
4159*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4160
4161
4162Welcome to EV configuration. If you are in a hurry, just press return here
4163and hope for the best. The defaults should usually do.
4164
4165Skip further questions and use defaults (y/n)? [y] y
4166
4167*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4168
4169
4170POSIX optionally offers support for a monotonic clock source. EV
4171can take advantage of this clock source to detect time jumps more
4172reliably. Unfortunately, some systems are bound to be broken, so you can
4173disable this here: you can completely disable the detection and use of
4174the monotonic clock by answering 'n' here. Support for this clock type
4175will otherwise be autodetected at both compile- and runtime. (this setting
4176currently affects the use of nanosleep over select as well).
4177
4178Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y
4179
4180*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4181
4182
4183POSIX optionally offers support for a (potentially) high-resolution
4184realtime clock interface. In a good implementation, using it is faster
4185than the normal method of using gettimeofday. Unfortunately, this option
4186is also bound to be broken on some systems, and current EV versions do not
4187actually call gettimeofday very often, so it defaults to no.
4188
4189Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n
4190
4191*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4192
4193
4194EV can use various backends with various portability issues. The select
4195backend is the most portable and makes for a good fallback, but it can be
4196limited to a low number of file descriptors and/or might not compile. If
4197you have problems with compiling ev_select.c, you might try to play around
4198with disabling it here, or forcing it to use the fd_set provided by your
4199OS, via the next question. I highly recommend keeping it in.
4200
4201Enable select backend (y/n)? [y] y
4202
4203*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4204
4205
4206The select backend can operate in two modes. One uses the system-provided
4207fd_set and is usually limited to 1024 file descriptors (64 on windows),
4208the other requires your header files to define NFDBITS and declare a
4209suitable fd_mask type. If you run into problems compiling ev_select.c, you
4210can try forcing the use of the system fd_set here.
4211
4212Force use of system fd_set for select backend (y/n)? [n] n
4213
4214*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4215
4216
4217The second very portable backend is poll(2). It does not exist on windows
4218and various versions of Mac OS X (and on the other versions it simply
4219doesn't work), but works basically everywhere else. It is recommended to use
4220the default here unless you run into compile problems in ev_poll.c.
4221
4222Enable poll backend (y/n)? [y] y
4223
4224*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4225
4226
4227Select and poll make it hard to write efficient servers, especially if the
4228number of active connections is much lower than the watched ones. GNU/Linux
4229systems have a more scalable method called "epoll", which EV can use. For
4230this to work, both your kernel and glibc have to support epoll, but if you
4231can compile it, the detection will be done at runtime, and EV will safely
4232fall back to using select when epoll isn't available. If unsure, accept
4233the default.
4234
4235Enable epoll backend (y/n)? [y] y
4236
4237*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4238
4239
4240Similarly to the epoll backend above, EV can take advantage of kqueue on
4241many BSD systems. Support for kqueue will be detected at runtime, with a
4242safe fallback to other methods when it cannot be used.
4243
4244Note that kqueue is broken on most operating systems, so by default it
4245won't be used on many platforms, but you can still create your own event
4246loop with kqueue backend if you ask specifically for it.
4247
4248Here is what we know:
4249
4250NetBSD: partially working in at least 3.1 and later. Yeah! :)
4251FreeBSD: broken on at least 6.2-STABLE, spotty in later versions,
4252 sockets *likely* work, ptys definitely don't.
4253OpenBSD: reports indicate that it likely doesn't work
4254 (similar problems as on FreeBSD).
4255OS X: completely, utterly broken on at least <= 10.6.
4256
4257Enable kqueue backend (y/n)? [n] n
4258
4259*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4260
4261
4262Similarly to the kqueue backend above, EV can take advantage of the
4263solaris 10 event port interface. Support for event ports will be detected
4264at runtime, with a safe fallback to other methods when it cannot be used.
4265
4266Enable event port backend (y/n)? [n] n
4267
4268*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4269
4270
4271EV needs the functions pthread_atfork and clock_gettime. On most systems
4272you need some special libraries for this (such as -lrt and -lpthread). You
4273can specify additional libraries to provide these calls (and any other
4274required by EV) now, or accept the default.
4275
4276On GNU/Linux systems, EV uses the LSB 3.1 __register_atfork function
4277to avoid the dependency on libpthread, and directly uses the clock_gettime
4278syscall to avoid a dependency on librt.
4279
4280Extra libraries for pthread_atfork and clock_gettime? [ ]
4281
4282*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4283
4284
4285A backend of a different kind is the Linux inotify(7) interface, which can
4286be used to speed up (and reduce resource consumption) of stat watchers. If
4287you have the include file and libc support for it, it is usually a good
4288idea to enable it, as kernel availability is detected at runtime.
4289
4290Enable inotify support (y/n)? [y] y
4291
4292*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4293
4294
4295Another useful bit of functionality is the Linux eventfd, which is useful
4296for faster signal handling (don't care) and intra-thread communications
4297(more relevant). Kernel support for this will be probed at runtime, but
4298your libc must contain the necessary wrapper. Glibc 2.7 and later should
4299have this wrapper.
4300
4301Enable linux eventfd support (y/n)? [y] y
4302
4303*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4304
4305
4306Another sometimes useful bit of functionality is the Linux signalfd, which
4307is useful for faster signal handling (don't care). Kernel support for
4308this will be probed at runtime, but your libc must contain the necessary
4309wrapper. Glibc 2.7 and later should have this wrapper.
4310
4311Enable linux signalfd support (y/n)? [y] y
4312
4313*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4314
4315
4316Very rarely, people want to tweak EV even more, e.g. to exclude
4317or include certain watcher types or backends. This can be done by adding
4318extra -D options here, or via the EV_EXTRA_DEFS environment variable.
4319
4320For example, if you run into compile problems because of missing memory
4321fences (or you just want extra performance), you can tell EV to not support
4322smp and threads via -DEV_NO_THREADS.
4323
4324Normal persons just press enter.
4325
4326Any extra -D options? []
4327
4328*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
4329
4330
4331Checking if your kit is complete...
4332Looks good
4333Writing Makefile for EV
4334Writing MYMETA.yml and MYMETA.json
4335cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm
4336cp libev/ev.pod blib/lib/EV/libev.pod
4337cp EV/EVAPI.h blib/lib/EV/EVAPI.h
4338cp EV.pm blib/lib/EV.pm
4339cp libev/ev.h blib/lib/EV/ev.h
4340/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
4341gcc -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
4342In file included from EV.xs:40:0:
4343libev/ev.c:483:48: warning: "/*" within comment [-Wcomment]
4344 /*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
4345 ^
4346In file included from libev/ev.c:174:0,
4347 from EV.xs:40:
4348libev/ev_poll.c: In function 'poll_poll':
4349libev/ev_poll.c:110:77: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4350 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt));
4351 ^
4352libev/ev.c: In function 'verify_watcher':
4353libev/ev.c:3096:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4354 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
4355 ^
4356libev/ev.c:3099:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4357 assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
4358 ^
4359libev/ev.c: In function 'verify_heap':
4360libev/ev.c:3109:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4361 assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i));
4362 ^
4363libev/ev.c:3110:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4364 assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i])));
4365 ^
4366libev/ev.c:3111:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4367 assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i]))));
4368 ^
4369libev/ev.c: In function 'array_verify':
4370libev/ev.c:3122:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4371 assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1));
4372 ^
4373libev/ev.c: In function 'ev_verify':
4374libev/ev.c:3140:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4375 assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
4376 ^
4377libev/ev.c:3153:64: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4378 assert (("libev: io watcher list contains a loop", w != w2));
4379 ^
4380libev/ev.c:3157:61: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4381 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
4382 ^
4383libev/ev.c:3158:65: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4384 assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
4385 ^
4386libev/ev.c: In function 'timers_reify':
4387libev/ev.c:3340:93: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4388 assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.));
4389 ^
4390libev/ev.c: In function 'periodics_reify':
4391libev/ev.c:3402:90: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4392 assert (("libev: ev_periodic reschedule callback returned time in the past", ev_at (w) >= ev_rt_now));
4393 ^
4394libev/ev.c: In function 'ev_run':
4395libev/ev.c:3541:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4396 assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE));
4397 ^
4398libev/ev.c:3662:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4399 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
4400 ^
4401libev/ev.c: In function 'ev_io_start':
4402libev/ev.c:3836:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4403 assert (("libev: ev_io_start called with negative fd", fd >= 0));
4404 ^
4405libev/ev.c:3837:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4406 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
4407 ^
4408libev/ev.c:3846:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4409 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
4410 ^
4411In file included from EV.xs:40:0:
4412libev/ev.c:3848:34: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
4413 fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
4414 ^
4415In file included from libev/ev.c:174:0,
4416 from EV.xs:40:
4417libev/ev.c: In function 'ev_io_stop':
4418libev/ev.c:3861:88: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4419 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
4420 ^
4421libev/ev.c: In function 'ev_timer_start':
4422libev/ev.c:3881:75: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4423 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
4424 ^
4425libev/ev.c: In function 'ev_timer_stop':
4426libev/ev.c:3909:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4427 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
4428 ^
4429libev/ev.c: In function 'ev_periodic_start':
4430libev/ev.c:3971:78: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4431 assert (("libev: ev_periodic_start called with negative interval value", w->interval >= 0.));
4432 ^
4433libev/ev.c: In function 'ev_periodic_stop':
4434libev/ev.c:4003:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4435 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
4436 ^
4437libev/ev.c: In function 'ev_signal_start':
4438libev/ev.c:4040:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4439 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
4440 ^
4441libev/ev.c:4043:73: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4442 assert (("libev: a signal must not be attached to two different loops",
4443 ^
4444libev/ev.c: In function 'ev_child_start':
4445libev/ev.c:4161:74: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4446 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
4447 ^
4448libev/ev.c: In function 'ev_embed_start':
4449libev/ev.c:4740:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4450 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
4451 ^
4452In file included from EV.xs:40:0:
4453libev/ev.c: At top level:
4454libev/ev.c:5089:27: warning: "/*" within comment [-Wcomment]
4455 /* EV_STAT 0x00001000 /* stat data changed */
4456 ^
4457libev/ev.c:5090:27: warning: "/*" within comment [-Wcomment]
4458 /* EV_EMBED 0x00010000 /* embedded event loop needs sweep */
4459 ^
4460In file included from EV.xs:3:0:
4461EV.c: In function 'XS_EV_verify':
4462/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4463 #define dXSI32 I32 ix = XSANY.any_i32
4464 ^
4465EV.c:760:5: note: in expansion of macro 'dXSI32'
4466 dXSI32;
4467 ^
4468EV.c: In function 'XS_EV_iteration':
4469/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4470 #define dXSI32 I32 ix = XSANY.any_i32
4471 ^
4472EV.c:775:5: note: in expansion of macro 'dXSI32'
4473 dXSI32;
4474 ^
4475EV.c: In function 'XS_EV_depth':
4476/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4477 #define dXSI32 I32 ix = XSANY.any_i32
4478 ^
4479EV.c:793:5: note: in expansion of macro 'dXSI32'
4480 dXSI32;
4481 ^
4482EV.c: In function 'XS_EV_run':
4483/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4484 #define dXSI32 I32 ix = XSANY.any_i32
4485 ^
4486EV.c:843:5: note: in expansion of macro 'dXSI32'
4487 dXSI32;
4488 ^
4489EV.c: In function 'XS_EV_break':
4490/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4491 #define dXSI32 I32 ix = XSANY.any_i32
4492 ^
4493EV.c:869:5: note: in expansion of macro 'dXSI32'
4494 dXSI32;
4495 ^
4496EV.c: In function 'XS_EV__Loop_new':
4497EV.c:3495:7: warning: unused variable 'klass' [-Wunused-variable]
4498 SV * klass = ST(0)
4499 ^
4500In file included from EV.xs:3:0:
4501EV.c: In function 'XS_EV__Loop_verify':
4502/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4503 #define dXSI32 I32 ix = XSANY.any_i32
4504 ^
4505EV.c:3729:5: note: in expansion of macro 'dXSI32'
4506 dXSI32;
4507 ^
4508EV.c: In function 'XS_EV__Loop_iteration':
4509/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4510 #define dXSI32 I32 ix = XSANY.any_i32
4511 ^
4512EV.c:3751:5: note: in expansion of macro 'dXSI32'
4513 dXSI32;
4514 ^
4515EV.c: In function 'XS_EV__Loop_depth':
4516/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4517 #define dXSI32 I32 ix = XSANY.any_i32
4518 ^
4519EV.c:3776:5: note: in expansion of macro 'dXSI32'
4520 dXSI32;
4521 ^
4522EV.c: In function 'XS_EV__Loop_run':
4523/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4524 #define dXSI32 I32 ix = XSANY.any_i32
4525 ^
4526EV.c:3801:5: note: in expansion of macro 'dXSI32'
4527 dXSI32;
4528 ^
4529EV.c: In function 'XS_EV__Loop_break':
4530/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
4531 #define dXSI32 I32 ix = XSANY.any_i32
4532 ^
4533EV.c:3834:5: note: in expansion of macro 'dXSI32'
4534 dXSI32;
4535 ^
4536EV.c: In function 'XS_EV__Loop_io':
4537EV.c:3978:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4538 struct ev_loop * loop;
4539 ^
4540EV.c: In function 'XS_EV__Loop_timer':
4541EV.c:4022:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4542 struct ev_loop * loop;
4543 ^
4544EV.c: In function 'XS_EV__Loop_periodic':
4545EV.c:4063:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4546 struct ev_loop * loop;
4547 ^
4548EV.c: In function 'XS_EV__Loop_signal':
4549EV.c:4107:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4550 struct ev_loop * loop;
4551 ^
4552EV.c: In function 'XS_EV__Loop_idle':
4553EV.c:4148:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4554 struct ev_loop * loop;
4555 ^
4556EV.c: In function 'XS_EV__Loop_prepare':
4557EV.c:4182:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4558 struct ev_loop * loop;
4559 ^
4560EV.c: In function 'XS_EV__Loop_check':
4561EV.c:4216:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4562 struct ev_loop * loop;
4563 ^
4564EV.c: In function 'XS_EV__Loop_fork':
4565EV.c:4250:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4566 struct ev_loop * loop;
4567 ^
4568EV.c: In function 'XS_EV__Loop_child':
4569EV.c:4323:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4570 struct ev_loop * loop;
4571 ^
4572EV.c: In function 'XS_EV__Loop_stat':
4573EV.c:4365:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4574 struct ev_loop * loop;
4575 ^
4576EV.c: In function 'XS_EV__Loop_embed':
4577EV.c:4404:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4578 struct ev_loop * loop;
4579 ^
4580EV.c: In function 'XS_EV__Loop_async':
4581EV.c:4457:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
4582 struct ev_loop * loop;
4583 ^
4584In file included from EV.xs:11:0:
4585EV.c: At top level:
4586schmorp.h:139:1: warning: 's_signum_croak' defined but not used [-Wunused-function]
4587 s_signum_croak (SV *sig)
4588 ^
4589schmorp.h:174:1: warning: 's_fileno_croak' defined but not used [-Wunused-function]
4590 s_fileno_croak (SV *fh, int wr)
4591 ^
4592schmorp.h:220:1: warning: 's_gensub' defined but not used [-Wunused-function]
4593 s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg)
4594 ^
4595schmorp.h:417:1: warning: 's_epipe_destroy' defined but not used [-Wunused-function]
4596 s_epipe_destroy (s_epipe *epp)
4597 ^
4598schmorp.h:430:1: warning: 's_epipe_signal' defined but not used [-Wunused-function]
4599 s_epipe_signal (s_epipe *epp)
4600 ^
4601schmorp.h:455:1: warning: 's_epipe_drain' defined but not used [-Wunused-function]
4602 s_epipe_drain (s_epipe *epp)
4603 ^
4604schmorp.h:469:1: warning: 's_epipe_renew' defined but not used [-Wunused-function]
4605 s_epipe_renew (s_epipe *epp)
4606 ^
4607schmorp.h:501:1: warning: 's_epipe_wait' defined but not used [-Wunused-function]
4608 s_epipe_wait (s_epipe *epp)
4609 ^
4610In file included from EV.xs:40:0:
4611libev/ev.c:2697:1: warning: 'ev_version_major' defined but not used [-Wunused-function]
4612 ev_version_major (void) EV_THROW
4613 ^
4614libev/ev.c:2703:1: warning: 'ev_version_minor' defined but not used [-Wunused-function]
4615 ev_version_minor (void) EV_THROW
4616 ^
4617In file included from EV.xs:40:0:
4618libev/ev.c:1727:1: warning: 'ev_set_allocator' defined but not used [-Wunused-function]
4619 ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW
4620 ^
4621libev/ev.c:1680:1: warning: 'ev_set_syserr_cb' defined but not used [-Wunused-function]
4622 ev_set_syserr_cb (void (*cb)(const char *msg) EV_THROW) EV_THROW
4623 ^
4624In file included from EV.xs:31:0:
4625EV/EVAPI.h:189:22: warning: 'GEVAPI' defined but not used [-Wunused-variable]
4626 static struct EVAPI *GEVAPI;
4627 ^
4628In file included from EV.xs:40:0:
4629libev/ev.c: In function 'evpipe_write':
4630libev/ev.c:2454:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
4631 write (evpipe [1], &counter, sizeof (uint64_t));
4632 ^
4633libev/ev.c:2466:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
4634 write (evpipe [1], &(evpipe [1]), 1);
4635 ^
4636libev/ev.c: In function 'pipecb':
4637libev/ev.c:2487:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
4638 read (evpipe [1], &counter, sizeof (uint64_t));
4639 ^
4640libev/ev.c:2501:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
4641 read (evpipe [0], &dummy, sizeof (dummy));
4642 ^
4643Running Mkbootstrap for EV ()
4644chmod 644 EV.bs
4645rm -f blib/arch/auto/EV/EV.so
4646gcc -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 \
4647 \
4648
4649chmod 755 blib/arch/auto/EV/EV.so
4650cp EV.bs blib/arch/auto/EV/EV.bs
4651chmod 644 blib/arch/auto/EV/EV.bs
4652Manifying blib/man3/EV::MakeMaker.3pm
4653Manifying blib/man3/EV::libev.3pm
4654Manifying blib/man3/EV.3pm
4655 MLEHMANN/EV-4.22.tar.gz
4656 /usr/bin/make -- OK
4657Skipping test because of notest pragma
4658Running make install
4659Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4660Installing /usr/local/lib64/perl5/auto/EV/EV.bs
4661Installing /usr/local/lib64/perl5/auto/EV/EV.so
4662Installing /usr/local/lib64/perl5/EV.pm
4663Installing /usr/local/lib64/perl5/EV/EVAPI.h
4664Installing /usr/local/lib64/perl5/EV/libev.pod
4665Installing /usr/local/lib64/perl5/EV/ev.h
4666Installing /usr/local/lib64/perl5/EV/MakeMaker.pm
4667Installing /usr/local/share/man/man3/EV.3pm
4668Installing /usr/local/share/man/man3/EV::MakeMaker.3pm
4669Installing /usr/local/share/man/man3/EV::libev.3pm
4670Appending installation info to /usr/lib64/perl5/perllocal.pod
4671 MLEHMANN/EV-4.22.tar.gz
4672 /usr/bin/make install -- OK
4673Running install for module 'Email::Address'
4674Running make for R/RJ/RJBS/Email-Address-1.908.tar.gz
4675Fetching with HTTP::Tiny:
4676http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz
4677Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz ok
4678
4679 CPAN.pm: Building R/RJ/RJBS/Email-Address-1.908.tar.gz
4680
4681Checking if your kit is complete...
4682Looks good
4683Writing Makefile for Email::Address
4684Writing MYMETA.yml and MYMETA.json
4685cp lib/Email/Address.pm blib/lib/Email/Address.pm
4686Manifying blib/man3/Email::Address.3pm
4687 RJBS/Email-Address-1.908.tar.gz
4688 /usr/bin/make -- OK
4689Skipping test because of notest pragma
4690Running make install
4691Installing /usr/local/share/perl5/Email/Address.pm
4692Installing /usr/local/share/man/man3/Email::Address.3pm
4693Appending installation info to /usr/lib64/perl5/perllocal.pod
4694 RJBS/Email-Address-1.908.tar.gz
4695 /usr/bin/make install -- OK
4696Running install for module 'Email::MIME'
4697Running make for R/RJ/RJBS/Email-MIME-1.936.tar.gz
4698Fetching with HTTP::Tiny:
4699http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-MIME-1.936.tar.gz
4700Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-1.936.tar.gz ok
4701
4702 CPAN.pm: Building R/RJ/RJBS/Email-MIME-1.936.tar.gz
4703
4704Warning: prerequisite Email::Simple 2.206 not found. We have 2.203.
4705Checking if your kit is complete...
4706Looks good
4707Writing Makefile for Email::MIME
4708Writing MYMETA.yml and MYMETA.json
4709---- Unsatisfied dependencies detected during ----
4710---- RJBS/Email-MIME-1.936.tar.gz ----
4711 Email::Simple [requires]
4712Skipping test because of notest pragma
4713Running make install
4714 Delayed until after prerequisites
4715Running install for module 'Email::Simple'
4716Running make for R/RJ/RJBS/Email-Simple-2.208.tar.gz
4717Fetching with HTTP::Tiny:
4718http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-Simple-2.208.tar.gz
4719Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Simple-2.208.tar.gz ok
4720
4721 CPAN.pm: Building R/RJ/RJBS/Email-Simple-2.208.tar.gz
4722
4723Checking if your kit is complete...
4724Looks good
4725Writing Makefile for Email::Simple
4726Writing MYMETA.yml and MYMETA.json
4727cp lib/Email/Simple/Creator.pm blib/lib/Email/Simple/Creator.pm
4728cp lib/Email/Simple/Header.pm blib/lib/Email/Simple/Header.pm
4729cp lib/Email/Simple.pm blib/lib/Email/Simple.pm
4730Manifying blib/man3/Email::Simple::Creator.3pm
4731Manifying blib/man3/Email::Simple::Header.3pm
4732Manifying blib/man3/Email::Simple.3pm
4733 RJBS/Email-Simple-2.208.tar.gz
4734 /usr/bin/make -- OK
4735Skipping test because of notest pragma
4736Running make install
4737Installing /usr/local/share/perl5/Email/Simple.pm
4738Installing /usr/local/share/perl5/Email/Simple/Header.pm
4739Installing /usr/local/share/perl5/Email/Simple/Creator.pm
4740Installing /usr/local/share/man/man3/Email::Simple.3pm
4741Installing /usr/local/share/man/man3/Email::Simple::Header.3pm
4742Installing /usr/local/share/man/man3/Email::Simple::Creator.3pm
4743Appending installation info to /usr/lib64/perl5/perllocal.pod
4744 RJBS/Email-Simple-2.208.tar.gz
4745 /usr/bin/make install -- OK
4746Running make for R/RJ/RJBS/Email-MIME-1.936.tar.gz
4747 Has already been unwrapped into directory /root/.cpan/build/Email-MIME-1.936-5UlHI5
4748
4749 CPAN.pm: Building R/RJ/RJBS/Email-MIME-1.936.tar.gz
4750
4751cp lib/Email/MIME.pm blib/lib/Email/MIME.pm
4752cp lib/Email/MIME/Modifier.pm blib/lib/Email/MIME/Modifier.pm
4753cp lib/Email/MIME/Creator.pm blib/lib/Email/MIME/Creator.pm
4754cp lib/Email/MIME/Encode.pm blib/lib/Email/MIME/Encode.pm
4755cp lib/Email/MIME/Header.pm blib/lib/Email/MIME/Header.pm
4756Manifying blib/man3/Email::MIME::Creator.3pm
4757Manifying blib/man3/Email::MIME::Modifier.3pm
4758Manifying blib/man3/Email::MIME.3pm
4759Manifying blib/man3/Email::MIME::Encode.3pm
4760Manifying blib/man3/Email::MIME::Header.3pm
4761 RJBS/Email-MIME-1.936.tar.gz
4762 /usr/bin/make -- OK
4763Skipping test because of notest pragma
4764Running make install
4765Installing /usr/local/share/perl5/Email/MIME.pm
4766Installing /usr/local/share/perl5/Email/MIME/Header.pm
4767Installing /usr/local/share/perl5/Email/MIME/Encode.pm
4768Installing /usr/local/share/perl5/Email/MIME/Modifier.pm
4769Installing /usr/local/share/perl5/Email/MIME/Creator.pm
4770Installing /usr/local/share/man/man3/Email::MIME.3pm
4771Installing /usr/local/share/man/man3/Email::MIME::Encode.3pm
4772Installing /usr/local/share/man/man3/Email::MIME::Header.3pm
4773Installing /usr/local/share/man/man3/Email::MIME::Creator.3pm
4774Installing /usr/local/share/man/man3/Email::MIME::Modifier.3pm
4775Appending installation info to /usr/lib64/perl5/perllocal.pod
4776 RJBS/Email-MIME-1.936.tar.gz
4777 /usr/bin/make install -- OK
4778Running install for module 'Email::Sender::Simple'
4779Running make for R/RJ/RJBS/Email-Sender-1.300021.tar.gz
4780Fetching with HTTP::Tiny:
4781http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-Sender-1.300021.tar.gz
4782Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Sender-1.300021.tar.gz ok
4783
4784 CPAN.pm: Building R/RJ/RJBS/Email-Sender-1.300021.tar.gz
4785
4786Warning: prerequisite Email::Abstract 3.006 not found.
4787Warning: prerequisite Moo 1.000008 not found.
4788Warning: prerequisite Moo::Role 0 not found.
4789Warning: prerequisite MooX::Types::MooseLike 0.15 not found.
4790Warning: prerequisite MooX::Types::MooseLike::Base 0 not found.
4791Warning: prerequisite Throwable::Error 0.200003 not found.
4792Checking if your kit is complete...
4793Looks good
4794Writing Makefile for Email::Sender
4795Writing MYMETA.yml and MYMETA.json
4796---- Unsatisfied dependencies detected during ----
4797---- RJBS/Email-Sender-1.300021.tar.gz ----
4798 MooX::Types::MooseLike::Base [requires]
4799 Email::Abstract [requires]
4800 MooX::Types::MooseLike [requires]
4801 Moo::Role [requires]
4802 Throwable::Error [requires]
4803 Moo [requires]
4804Skipping test because of notest pragma
4805Running make install
4806 Delayed until after prerequisites
4807Running install for module 'MooX::Types::MooseLike::Base'
4808Running make for M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
4809Fetching with HTTP::Tiny:
4810http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
4811Fetching with HTTP::Tiny:
4812http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MA/MATEU/CHECKSUMS
4813Checksum for /root/.cpan/sources/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz ok
4814
4815 CPAN.pm: Building M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
4816
4817Warning: prerequisite Module::Runtime 0.014 not found. We have 0.013.
4818Checking if your kit is complete...
4819Looks good
4820Writing Makefile for MooX::Types::MooseLike
4821Writing MYMETA.yml and MYMETA.json
4822---- Unsatisfied dependencies detected during ----
4823---- MATEU/MooX-Types-MooseLike-0.29.tar.gz ----
4824 Module::Runtime [requires]
4825 Moo [requires]
4826Skipping test because of notest pragma
4827Running make install
4828 Delayed until after prerequisites
4829Running install for module 'Module::Runtime'
4830Running make for Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
4831Fetching with HTTP::Tiny:
4832http://ftp.hosteurope.de/pub/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
4833Fetching with HTTP::Tiny:
4834http://ftp.hosteurope.de/pub/CPAN/authors/id/Z/ZE/ZEFRAM/CHECKSUMS
4835Checksum for /root/.cpan/sources/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz ok
4836
4837 CPAN.pm: Building Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
4838
4839Created MYMETA.yml and MYMETA.json
4840Creating new 'Build' script for 'Module-Runtime' version '0.014'
4841Building Module-Runtime
4842 ZEFRAM/Module-Runtime-0.014.tar.gz
4843 ./Build -- OK
4844Skipping test because of notest pragma
4845Running Build install
4846Building Module-Runtime
4847Installing /usr/local/share/perl5/Module/Runtime.pm
4848Installing /usr/local/share/man/man3/Module::Runtime.3pm
4849 ZEFRAM/Module-Runtime-0.014.tar.gz
4850 ./Build install -- OK
4851Running install for module 'Moo'
4852Running make for H/HA/HAARG/Moo-2.000002.tar.gz
4853Fetching with HTTP::Tiny:
4854http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HA/HAARG/Moo-2.000002.tar.gz
4855Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Moo-2.000002.tar.gz ok
4856
4857 CPAN.pm: Building H/HA/HAARG/Moo-2.000002.tar.gz
4858
4859Warning: prerequisite Class::Method::Modifiers 1.1 not found.
4860Warning: prerequisite Devel::GlobalDestruction 0.11 not found.
4861Warning: prerequisite Role::Tiny 2 not found.
4862Checking if your kit is complete...
4863Looks good
4864Writing Makefile for Moo
4865Writing MYMETA.yml and MYMETA.json
4866---- Unsatisfied dependencies detected during ----
4867---- HAARG/Moo-2.000002.tar.gz ----
4868 Class::Method::Modifiers [requires]
4869 Devel::GlobalDestruction [requires]
4870 Role::Tiny [requires]
4871Skipping test because of notest pragma
4872Running make install
4873 Delayed until after prerequisites
4874Running install for module 'Class::Method::Modifiers'
4875Running make for E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
4876Fetching with HTTP::Tiny:
4877http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
4878Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz ok
4879
4880 CPAN.pm: Building E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
4881
4882Checking if your kit is complete...
4883Looks good
4884Writing Makefile for Class::Method::Modifiers
4885Writing MYMETA.yml and MYMETA.json
4886cp lib/Class/Method/Modifiers.pm blib/lib/Class/Method/Modifiers.pm
4887Manifying blib/man3/Class::Method::Modifiers.3pm
4888 ETHER/Class-Method-Modifiers-2.11.tar.gz
4889 /usr/bin/make -- OK
4890Skipping test because of notest pragma
4891Running make install
4892Installing /usr/local/share/perl5/Class/Method/Modifiers.pm
4893Installing /usr/local/share/man/man3/Class::Method::Modifiers.3pm
4894Appending installation info to /usr/lib64/perl5/perllocal.pod
4895 ETHER/Class-Method-Modifiers-2.11.tar.gz
4896 /usr/bin/make install -- OK
4897Running install for module 'Devel::GlobalDestruction'
4898Running make for H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
4899Fetching with HTTP::Tiny:
4900http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
4901Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz ok
4902
4903 CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
4904
4905Warning: prerequisite Sub::Exporter::Progressive 0.001011 not found.
4906Checking if your kit is complete...
4907Looks good
4908Writing Makefile for Devel::GlobalDestruction
4909Writing MYMETA.yml and MYMETA.json
4910---- Unsatisfied dependencies detected during ----
4911---- HAARG/Devel-GlobalDestruction-0.13.tar.gz ----
4912 Sub::Exporter::Progressive [requires]
4913Skipping test because of notest pragma
4914Running make install
4915 Delayed until after prerequisites
4916Running install for module 'Sub::Exporter::Progressive'
4917Running make for F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
4918Fetching with HTTP::Tiny:
4919http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
4920Fetching with HTTP::Tiny:
4921http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FR/FREW/CHECKSUMS
4922Checksum for /root/.cpan/sources/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz ok
4923
4924 CPAN.pm: Building F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
4925
4926Checking if your kit is complete...
4927Looks good
4928Writing Makefile for Sub::Exporter::Progressive
4929Writing MYMETA.yml and MYMETA.json
4930cp lib/Sub/Exporter/Progressive.pm blib/lib/Sub/Exporter/Progressive.pm
4931Manifying blib/man3/Sub::Exporter::Progressive.3pm
4932 FREW/Sub-Exporter-Progressive-0.001011.tar.gz
4933 /usr/bin/make -- OK
4934Skipping test because of notest pragma
4935Running make install
4936Installing /usr/local/share/perl5/Sub/Exporter/Progressive.pm
4937Installing /usr/local/share/man/man3/Sub::Exporter::Progressive.3pm
4938Appending installation info to /usr/lib64/perl5/perllocal.pod
4939 FREW/Sub-Exporter-Progressive-0.001011.tar.gz
4940 /usr/bin/make install -- OK
4941Running make for H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
4942 Has already been unwrapped into directory /root/.cpan/build/Devel-GlobalDestruction-0.13-8Fa7LL
4943
4944 CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
4945
4946cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm
4947Manifying blib/man3/Devel::GlobalDestruction.3pm
4948 HAARG/Devel-GlobalDestruction-0.13.tar.gz
4949 /usr/bin/make -- OK
4950Skipping test because of notest pragma
4951Running make install
4952Installing /usr/local/share/perl5/Devel/GlobalDestruction.pm
4953Installing /usr/local/share/man/man3/Devel::GlobalDestruction.3pm
4954Appending installation info to /usr/lib64/perl5/perllocal.pod
4955 HAARG/Devel-GlobalDestruction-0.13.tar.gz
4956 /usr/bin/make install -- OK
4957Running install for module 'Role::Tiny'
4958Running make for H/HA/HAARG/Role-Tiny-2.000001.tar.gz
4959Fetching with HTTP::Tiny:
4960http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HA/HAARG/Role-Tiny-2.000001.tar.gz
4961Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Role-Tiny-2.000001.tar.gz ok
4962
4963 CPAN.pm: Building H/HA/HAARG/Role-Tiny-2.000001.tar.gz
4964
4965Checking if your kit is complete...
4966Looks good
4967Writing Makefile for Role::Tiny
4968Writing MYMETA.yml and MYMETA.json
4969cp lib/Role/Tiny/With.pm blib/lib/Role/Tiny/With.pm
4970cp lib/Role/Tiny.pm blib/lib/Role/Tiny.pm
4971Manifying blib/man3/Role::Tiny::With.3pm
4972Manifying blib/man3/Role::Tiny.3pm
4973 HAARG/Role-Tiny-2.000001.tar.gz
4974 /usr/bin/make -- OK
4975Skipping test because of notest pragma
4976Running make install
4977Installing /usr/local/share/perl5/Role/Tiny.pm
4978Installing /usr/local/share/perl5/Role/Tiny/With.pm
4979Installing /usr/local/share/man/man3/Role::Tiny.3pm
4980Installing /usr/local/share/man/man3/Role::Tiny::With.3pm
4981Appending installation info to /usr/lib64/perl5/perllocal.pod
4982 HAARG/Role-Tiny-2.000001.tar.gz
4983 /usr/bin/make install -- OK
4984Running make for H/HA/HAARG/Moo-2.000002.tar.gz
4985 Has already been unwrapped into directory /root/.cpan/build/Moo-2.000002-F4LiST
4986
4987 CPAN.pm: Building H/HA/HAARG/Moo-2.000002.tar.gz
4988
4989cp lib/Moo/HandleMoose/_TypeMap.pm blib/lib/Moo/HandleMoose/_TypeMap.pm
4990cp lib/oo.pm blib/lib/oo.pm
4991cp lib/Moo/_Utils.pm blib/lib/Moo/_Utils.pm
4992cp lib/Moo/_strictures.pm blib/lib/Moo/_strictures.pm
4993cp lib/Sub/Defer.pm blib/lib/Sub/Defer.pm
4994cp lib/Moo/Role.pm blib/lib/Moo/Role.pm
4995cp lib/Moo.pm blib/lib/Moo.pm
4996cp lib/Method/Generate/Constructor.pm blib/lib/Method/Generate/Constructor.pm
4997cp lib/Method/Generate/DemolishAll.pm blib/lib/Method/Generate/DemolishAll.pm
4998cp lib/Moo/Object.pm blib/lib/Moo/Object.pm
4999cp lib/Method/Inliner.pm blib/lib/Method/Inliner.pm
5000cp lib/Method/Generate/BuildAll.pm blib/lib/Method/Generate/BuildAll.pm
5001cp lib/Moo/sification.pm blib/lib/Moo/sification.pm
5002cp lib/Method/Generate/Accessor.pm blib/lib/Method/Generate/Accessor.pm
5003cp lib/Moo/HandleMoose.pm blib/lib/Moo/HandleMoose.pm
5004cp lib/Moo/_mro.pm blib/lib/Moo/_mro.pm
5005cp lib/Moo/HandleMoose/FakeMetaClass.pm blib/lib/Moo/HandleMoose/FakeMetaClass.pm
5006cp lib/Sub/Quote.pm blib/lib/Sub/Quote.pm
5007Manifying blib/man3/oo.3pm
5008Manifying blib/man3/Sub::Defer.3pm
5009Manifying blib/man3/Moo::Role.3pm
5010Manifying blib/man3/Sub::Quote.3pm
5011Manifying blib/man3/Moo.3pm
5012 HAARG/Moo-2.000002.tar.gz
5013 /usr/bin/make -- OK
5014Skipping test because of notest pragma
5015Running make install
5016Installing /usr/local/share/perl5/Moo.pm
5017Installing /usr/local/share/perl5/oo.pm
5018Installing /usr/local/share/perl5/Method/Inliner.pm
5019Installing /usr/local/share/perl5/Method/Generate/BuildAll.pm
5020Installing /usr/local/share/perl5/Method/Generate/DemolishAll.pm
5021Installing /usr/local/share/perl5/Method/Generate/Accessor.pm
5022Installing /usr/local/share/perl5/Method/Generate/Constructor.pm
5023Installing /usr/local/share/perl5/Moo/Object.pm
5024Installing /usr/local/share/perl5/Moo/_Utils.pm
5025Installing /usr/local/share/perl5/Moo/_mro.pm
5026Installing /usr/local/share/perl5/Moo/_strictures.pm
5027Installing /usr/local/share/perl5/Moo/sification.pm
5028Installing /usr/local/share/perl5/Moo/Role.pm
5029Installing /usr/local/share/perl5/Moo/HandleMoose.pm
5030Installing /usr/local/share/perl5/Moo/HandleMoose/FakeMetaClass.pm
5031Installing /usr/local/share/perl5/Moo/HandleMoose/_TypeMap.pm
5032Installing /usr/local/share/perl5/Sub/Defer.pm
5033Installing /usr/local/share/perl5/Sub/Quote.pm
5034Installing /usr/local/share/man/man3/Moo.3pm
5035Installing /usr/local/share/man/man3/Sub::Quote.3pm
5036Installing /usr/local/share/man/man3/Sub::Defer.3pm
5037Installing /usr/local/share/man/man3/Moo::Role.3pm
5038Installing /usr/local/share/man/man3/oo.3pm
5039Appending installation info to /usr/lib64/perl5/perllocal.pod
5040 HAARG/Moo-2.000002.tar.gz
5041 /usr/bin/make install -- OK
5042Running make for M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
5043 Has already been unwrapped into directory /root/.cpan/build/MooX-Types-MooseLike-0.29-L43k7K
5044
5045 CPAN.pm: Building M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
5046
5047cp lib/MooX/Types/MooseLike.pm blib/lib/MooX/Types/MooseLike.pm
5048cp lib/MooX/Types/MooseLike/Base.pm blib/lib/MooX/Types/MooseLike/Base.pm
5049Manifying blib/man3/MooX::Types::MooseLike.3pm
5050Manifying blib/man3/MooX::Types::MooseLike::Base.3pm
5051 MATEU/MooX-Types-MooseLike-0.29.tar.gz
5052 /usr/bin/make -- OK
5053Skipping test because of notest pragma
5054Running make install
5055Installing /usr/local/share/perl5/MooX/Types/MooseLike.pm
5056Installing /usr/local/share/perl5/MooX/Types/MooseLike/Base.pm
5057Installing /usr/local/share/man/man3/MooX::Types::MooseLike::Base.3pm
5058Installing /usr/local/share/man/man3/MooX::Types::MooseLike.3pm
5059Appending installation info to /usr/lib64/perl5/perllocal.pod
5060 MATEU/MooX-Types-MooseLike-0.29.tar.gz
5061 /usr/bin/make install -- OK
5062Running install for module 'Email::Abstract'
5063Running make for R/RJ/RJBS/Email-Abstract-3.008.tar.gz
5064Fetching with HTTP::Tiny:
5065http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz
5066Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz ok
5067
5068 CPAN.pm: Building R/RJ/RJBS/Email-Abstract-3.008.tar.gz
5069
5070Warning: prerequisite MRO::Compat 0 not found.
5071Warning: prerequisite Module::Pluggable 1.5 not found.
5072Checking if your kit is complete...
5073Looks good
5074Writing Makefile for Email::Abstract
5075Writing MYMETA.yml and MYMETA.json
5076---- Unsatisfied dependencies detected during ----
5077---- RJBS/Email-Abstract-3.008.tar.gz ----
5078 MRO::Compat [requires]
5079 Module::Pluggable [requires]
5080Skipping test because of notest pragma
5081Running make install
5082 Delayed until after prerequisites
5083Running install for module 'MRO::Compat'
5084Running make for B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
5085Fetching with HTTP::Tiny:
5086http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
5087Fetching with HTTP::Tiny:
5088http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BO/BOBTFISH/CHECKSUMS
5089Checksum for /root/.cpan/sources/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz ok
5090
5091 CPAN.pm: Building B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
5092
5093Checking if your kit is complete...
5094Looks good
5095Writing Makefile for MRO::Compat
5096Writing MYMETA.yml and MYMETA.json
5097cp lib/MRO/Compat.pm blib/lib/MRO/Compat.pm
5098Manifying blib/man3/MRO::Compat.3pm
5099 BOBTFISH/MRO-Compat-0.12.tar.gz
5100 /usr/bin/make -- OK
5101Skipping test because of notest pragma
5102Running make install
5103Manifying blib/man3/MRO::Compat.3pm
5104Installing /usr/local/share/perl5/MRO/Compat.pm
5105Installing /usr/local/share/man/man3/MRO::Compat.3pm
5106Appending installation info to /usr/lib64/perl5/perllocal.pod
5107 BOBTFISH/MRO-Compat-0.12.tar.gz
5108 /usr/bin/make install -- OK
5109Running install for module 'Module::Pluggable'
5110Running make for S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
5111Fetching with HTTP::Tiny:
5112http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
5113Fetching with HTTP::Tiny:
5114http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SI/SIMONW/CHECKSUMS
5115Checksum for /root/.cpan/sources/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz ok
5116
5117 CPAN.pm: Building S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
5118
5119Checking if your kit is complete...
5120Looks good
5121Writing Makefile for Module::Pluggable
5122Writing MYMETA.yml and MYMETA.json
5123cp lib/Module/Pluggable/Object.pm blib/lib/Module/Pluggable/Object.pm
5124cp lib/Devel/InnerPackage.pm blib/lib/Devel/InnerPackage.pm
5125cp lib/Module/Pluggable.pm blib/lib/Module/Pluggable.pm
5126Manifying blib/man3/Module::Pluggable::Object.3pm
5127Manifying blib/man3/Module::Pluggable.3pm
5128Manifying blib/man3/Devel::InnerPackage.3pm
5129 SIMONW/Module-Pluggable-5.2.tar.gz
5130 /usr/bin/make -- OK
5131Skipping test because of notest pragma
5132Running make install
5133Installing /usr/local/share/perl5/Devel/InnerPackage.pm
5134Installing /usr/local/share/perl5/Module/Pluggable.pm
5135Installing /usr/local/share/perl5/Module/Pluggable/Object.pm
5136Installing /usr/local/share/man/man3/Module::Pluggable::Object.3pm
5137Installing /usr/local/share/man/man3/Devel::InnerPackage.3pm
5138Installing /usr/local/share/man/man3/Module::Pluggable.3pm
5139Appending installation info to /usr/lib64/perl5/perllocal.pod
5140 SIMONW/Module-Pluggable-5.2.tar.gz
5141 /usr/bin/make install -- OK
5142Running make for R/RJ/RJBS/Email-Abstract-3.008.tar.gz
5143 Has already been unwrapped into directory /root/.cpan/build/Email-Abstract-3.008-KLLrSm
5144
5145 CPAN.pm: Building R/RJ/RJBS/Email-Abstract-3.008.tar.gz
5146
5147cp lib/Email/Abstract/Plugin.pm blib/lib/Email/Abstract/Plugin.pm
5148cp lib/Email/Abstract/MailInternet.pm blib/lib/Email/Abstract/MailInternet.pm
5149cp lib/Email/Abstract/EmailSimple.pm blib/lib/Email/Abstract/EmailSimple.pm
5150cp lib/Email/Abstract/EmailMIME.pm blib/lib/Email/Abstract/EmailMIME.pm
5151cp lib/Email/Abstract/MIMEEntity.pm blib/lib/Email/Abstract/MIMEEntity.pm
5152cp lib/Email/Abstract/MailMessage.pm blib/lib/Email/Abstract/MailMessage.pm
5153cp lib/Email/Abstract.pm blib/lib/Email/Abstract.pm
5154Manifying blib/man3/Email::Abstract::Plugin.3pm
5155Manifying blib/man3/Email::Abstract::MailInternet.3pm
5156Manifying blib/man3/Email::Abstract::EmailMIME.3pm
5157Manifying blib/man3/Email::Abstract::EmailSimple.3pm
5158Manifying blib/man3/Email::Abstract::MailMessage.3pm
5159Manifying blib/man3/Email::Abstract::MIMEEntity.3pm
5160Manifying blib/man3/Email::Abstract.3pm
5161 RJBS/Email-Abstract-3.008.tar.gz
5162 /usr/bin/make -- OK
5163Skipping test because of notest pragma
5164Running make install
5165Installing /usr/local/share/perl5/Email/Abstract.pm
5166Installing /usr/local/share/perl5/Email/Abstract/EmailSimple.pm
5167Installing /usr/local/share/perl5/Email/Abstract/MIMEEntity.pm
5168Installing /usr/local/share/perl5/Email/Abstract/Plugin.pm
5169Installing /usr/local/share/perl5/Email/Abstract/MailInternet.pm
5170Installing /usr/local/share/perl5/Email/Abstract/EmailMIME.pm
5171Installing /usr/local/share/perl5/Email/Abstract/MailMessage.pm
5172Installing /usr/local/share/man/man3/Email::Abstract::MIMEEntity.3pm
5173Installing /usr/local/share/man/man3/Email::Abstract::MailInternet.3pm
5174Installing /usr/local/share/man/man3/Email::Abstract::EmailMIME.3pm
5175Installing /usr/local/share/man/man3/Email::Abstract::Plugin.3pm
5176Installing /usr/local/share/man/man3/Email::Abstract::MailMessage.3pm
5177Installing /usr/local/share/man/man3/Email::Abstract::EmailSimple.3pm
5178Installing /usr/local/share/man/man3/Email::Abstract.3pm
5179Appending installation info to /usr/lib64/perl5/perllocal.pod
5180 RJBS/Email-Abstract-3.008.tar.gz
5181 /usr/bin/make install -- OK
5182MooX::Types::MooseLike is up to date (0.29).
5183Moo::Role is up to date (2.000002).
5184Running install for module 'Throwable::Error'
5185Running make for R/RJ/RJBS/Throwable-0.200013.tar.gz
5186Fetching with HTTP::Tiny:
5187http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz
5188Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz ok
5189
5190 CPAN.pm: Building R/RJ/RJBS/Throwable-0.200013.tar.gz
5191
5192Warning: prerequisite Devel::StackTrace 1.32 not found.
5193Checking if your kit is complete...
5194Looks good
5195Writing Makefile for Throwable
5196Writing MYMETA.yml and MYMETA.json
5197---- Unsatisfied dependencies detected during ----
5198---- RJBS/Throwable-0.200013.tar.gz ----
5199 Devel::StackTrace [requires]
5200Skipping test because of notest pragma
5201Running make install
5202 Delayed until after prerequisites
5203Running install for module 'Devel::StackTrace'
5204Running make for D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
5205Fetching with HTTP::Tiny:
5206http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
5207Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz ok
5208
5209 CPAN.pm: Building D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
5210
5211Checking if your kit is complete...
5212Looks good
5213Writing Makefile for Devel::StackTrace
5214Writing MYMETA.yml and MYMETA.json
5215cp lib/Devel/StackTrace.pm blib/lib/Devel/StackTrace.pm
5216cp lib/Devel/StackTrace/Frame.pm blib/lib/Devel/StackTrace/Frame.pm
5217Manifying blib/man3/Devel::StackTrace.3pm
5218Manifying blib/man3/Devel::StackTrace::Frame.3pm
5219 DROLSKY/Devel-StackTrace-2.00.tar.gz
5220 /usr/bin/make -- OK
5221Skipping test because of notest pragma
5222Running make install
5223Installing /usr/local/share/perl5/Devel/StackTrace.pm
5224Installing /usr/local/share/perl5/Devel/StackTrace/Frame.pm
5225Installing /usr/local/share/man/man3/Devel::StackTrace.3pm
5226Installing /usr/local/share/man/man3/Devel::StackTrace::Frame.3pm
5227Appending installation info to /usr/lib64/perl5/perllocal.pod
5228 DROLSKY/Devel-StackTrace-2.00.tar.gz
5229 /usr/bin/make install -- OK
5230Running make for R/RJ/RJBS/Throwable-0.200013.tar.gz
5231 Has already been unwrapped into directory /root/.cpan/build/Throwable-0.200013-cbaBGs
5232
5233 CPAN.pm: Building R/RJ/RJBS/Throwable-0.200013.tar.gz
5234
5235cp lib/Throwable.pm blib/lib/Throwable.pm
5236cp lib/StackTrace/Auto.pm blib/lib/StackTrace/Auto.pm
5237cp lib/Throwable/Error.pm blib/lib/Throwable/Error.pm
5238Manifying blib/man3/Throwable.3pm
5239Manifying blib/man3/StackTrace::Auto.3pm
5240Manifying blib/man3/Throwable::Error.3pm
5241 RJBS/Throwable-0.200013.tar.gz
5242 /usr/bin/make -- OK
5243Skipping test because of notest pragma
5244Running make install
5245Installing /usr/local/share/perl5/Throwable.pm
5246Installing /usr/local/share/perl5/StackTrace/Auto.pm
5247Installing /usr/local/share/perl5/Throwable/Error.pm
5248Installing /usr/local/share/man/man3/StackTrace::Auto.3pm
5249Installing /usr/local/share/man/man3/Throwable::Error.3pm
5250Installing /usr/local/share/man/man3/Throwable.3pm
5251Appending installation info to /usr/lib64/perl5/perllocal.pod
5252 RJBS/Throwable-0.200013.tar.gz
5253 /usr/bin/make install -- OK
5254Moo is up to date (2.000002).
5255Running make for R/RJ/RJBS/Email-Sender-1.300021.tar.gz
5256 Has already been unwrapped into directory /root/.cpan/build/Email-Sender-1.300021-t8FZkZ
5257
5258 CPAN.pm: Building R/RJ/RJBS/Email-Sender-1.300021.tar.gz
5259
5260cp lib/Email/Sender/Util.pm blib/lib/Email/Sender/Util.pm
5261cp lib/Email/Sender/Transport/Print.pm blib/lib/Email/Sender/Transport/Print.pm
5262cp lib/Email/Sender/Success.pm blib/lib/Email/Sender/Success.pm
5263cp lib/Email/Sender/Transport/Wrapper.pm blib/lib/Email/Sender/Transport/Wrapper.pm
5264cp lib/Email/Sender/Manual.pm blib/lib/Email/Sender/Manual.pm
5265cp lib/Email/Sender/Role/CommonSending.pm blib/lib/Email/Sender/Role/CommonSending.pm
5266cp lib/Email/Sender/Failure/Temporary.pm blib/lib/Email/Sender/Failure/Temporary.pm
5267cp lib/Email/Sender/Success/Partial.pm blib/lib/Email/Sender/Success/Partial.pm
5268cp lib/Email/Sender/Transport.pm blib/lib/Email/Sender/Transport.pm
5269cp lib/Email/Sender/Failure/Multi.pm blib/lib/Email/Sender/Failure/Multi.pm
5270cp lib/Email/Sender/Transport/SMTP/Persistent.pm blib/lib/Email/Sender/Transport/SMTP/Persistent.pm
5271cp lib/Email/Sender/Failure/Permanent.pm blib/lib/Email/Sender/Failure/Permanent.pm
5272cp lib/Email/Sender/Transport/SMTP.pm blib/lib/Email/Sender/Transport/SMTP.pm
5273cp lib/Email/Sender.pm blib/lib/Email/Sender.pm
5274cp lib/Email/Sender/Manual/QuickStart.pm blib/lib/Email/Sender/Manual/QuickStart.pm
5275cp lib/Email/Sender/Transport/Sendmail.pm blib/lib/Email/Sender/Transport/Sendmail.pm
5276cp lib/Email/Sender/Transport/Mbox.pm blib/lib/Email/Sender/Transport/Mbox.pm
5277cp lib/Email/Sender/Transport/Failable.pm blib/lib/Email/Sender/Transport/Failable.pm
5278cp lib/Email/Sender/Failure.pm blib/lib/Email/Sender/Failure.pm
5279cp lib/Email/Sender/Simple.pm blib/lib/Email/Sender/Simple.pm
5280cp lib/Email/Sender/Transport/DevNull.pm blib/lib/Email/Sender/Transport/DevNull.pm
5281cp lib/Email/Sender/Role/HasMessage.pm blib/lib/Email/Sender/Role/HasMessage.pm
5282cp lib/Email/Sender/Transport/Maildir.pm blib/lib/Email/Sender/Transport/Maildir.pm
5283cp lib/Email/Sender/Transport/Test.pm blib/lib/Email/Sender/Transport/Test.pm
5284Manifying blib/man3/Email::Sender::Transport::Print.3pm
5285Manifying blib/man3/Email::Sender::Util.3pm
5286Manifying blib/man3/Email::Sender::Success.3pm
5287Manifying blib/man3/Email::Sender::Transport::Wrapper.3pm
5288Manifying blib/man3/Email::Sender::Manual.3pm
5289Manifying blib/man3/Email::Sender::Role::CommonSending.3pm
5290Manifying blib/man3/Email::Sender::Failure::Temporary.3pm
5291Manifying blib/man3/Email::Sender::Transport::SMTP::Persistent.3pm
5292Manifying blib/man3/Email::Sender::Failure::Multi.3pm
5293Manifying blib/man3/Email::Sender::Transport.3pm
5294Manifying blib/man3/Email::Sender::Success::Partial.3pm
5295Manifying blib/man3/Email::Sender::Failure::Permanent.3pm
5296Manifying blib/man3/Email::Sender::Transport::SMTP.3pm
5297Manifying blib/man3/Email::Sender.3pm
5298Manifying blib/man3/Email::Sender::Manual::QuickStart.3pm
5299Manifying blib/man3/Email::Sender::Transport::Sendmail.3pm
5300Manifying blib/man3/Email::Sender::Transport::Mbox.3pm
5301Manifying blib/man3/Email::Sender::Failure.3pm
5302Manifying blib/man3/Email::Sender::Transport::Failable.3pm
5303Manifying blib/man3/Email::Sender::Simple.3pm
5304Manifying blib/man3/Email::Sender::Transport::DevNull.3pm
5305Manifying blib/man3/Email::Sender::Role::HasMessage.3pm
5306Manifying blib/man3/Email::Sender::Transport::Maildir.3pm
5307Manifying blib/man3/Email::Sender::Transport::Test.3pm
5308 RJBS/Email-Sender-1.300021.tar.gz
5309 /usr/bin/make -- OK
5310Skipping test because of notest pragma
5311Running make install
5312Installing /usr/local/share/perl5/Email/Sender.pm
5313Installing /usr/local/share/perl5/Email/Sender/Success.pm
5314Installing /usr/local/share/perl5/Email/Sender/Transport.pm
5315Installing /usr/local/share/perl5/Email/Sender/Simple.pm
5316Installing /usr/local/share/perl5/Email/Sender/Util.pm
5317Installing /usr/local/share/perl5/Email/Sender/Manual.pm
5318Installing /usr/local/share/perl5/Email/Sender/Failure.pm
5319Installing /usr/local/share/perl5/Email/Sender/Success/Partial.pm
5320Installing /usr/local/share/perl5/Email/Sender/Role/HasMessage.pm
5321Installing /usr/local/share/perl5/Email/Sender/Role/CommonSending.pm
5322Installing /usr/local/share/perl5/Email/Sender/Failure/Temporary.pm
5323Installing /usr/local/share/perl5/Email/Sender/Failure/Permanent.pm
5324Installing /usr/local/share/perl5/Email/Sender/Failure/Multi.pm
5325Installing /usr/local/share/perl5/Email/Sender/Manual/QuickStart.pm
5326Installing /usr/local/share/perl5/Email/Sender/Transport/Failable.pm
5327Installing /usr/local/share/perl5/Email/Sender/Transport/DevNull.pm
5328Installing /usr/local/share/perl5/Email/Sender/Transport/Mbox.pm
5329Installing /usr/local/share/perl5/Email/Sender/Transport/Sendmail.pm
5330Installing /usr/local/share/perl5/Email/Sender/Transport/SMTP.pm
5331Installing /usr/local/share/perl5/Email/Sender/Transport/Print.pm
5332Installing /usr/local/share/perl5/Email/Sender/Transport/Test.pm
5333Installing /usr/local/share/perl5/Email/Sender/Transport/Maildir.pm
5334Installing /usr/local/share/perl5/Email/Sender/Transport/Wrapper.pm
5335Installing /usr/local/share/perl5/Email/Sender/Transport/SMTP/Persistent.pm
5336Installing /usr/local/share/man/man3/Email::Sender::Transport::Failable.3pm
5337Installing /usr/local/share/man/man3/Email::Sender.3pm
5338Installing /usr/local/share/man/man3/Email::Sender::Success.3pm
5339Installing /usr/local/share/man/man3/Email::Sender::Failure::Permanent.3pm
5340Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTP::Persistent.3pm
5341Installing /usr/local/share/man/man3/Email::Sender::Transport::Maildir.3pm
5342Installing /usr/local/share/man/man3/Email::Sender::Role::CommonSending.3pm
5343Installing /usr/local/share/man/man3/Email::Sender::Failure::Temporary.3pm
5344Installing /usr/local/share/man/man3/Email::Sender::Failure::Multi.3pm
5345Installing /usr/local/share/man/man3/Email::Sender::Transport.3pm
5346Installing /usr/local/share/man/man3/Email::Sender::Transport::Wrapper.3pm
5347Installing /usr/local/share/man/man3/Email::Sender::Transport::Print.3pm
5348Installing /usr/local/share/man/man3/Email::Sender::Transport::DevNull.3pm
5349Installing /usr/local/share/man/man3/Email::Sender::Transport::Test.3pm
5350Installing /usr/local/share/man/man3/Email::Sender::Simple.3pm
5351Installing /usr/local/share/man/man3/Email::Sender::Transport::Mbox.3pm
5352Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTP.3pm
5353Installing /usr/local/share/man/man3/Email::Sender::Role::HasMessage.3pm
5354Installing /usr/local/share/man/man3/Email::Sender::Failure.3pm
5355Installing /usr/local/share/man/man3/Email::Sender::Success::Partial.3pm
5356Installing /usr/local/share/man/man3/Email::Sender::Util.3pm
5357Installing /usr/local/share/man/man3/Email::Sender::Transport::Sendmail.3pm
5358Installing /usr/local/share/man/man3/Email::Sender::Manual.3pm
5359Installing /usr/local/share/man/man3/Email::Sender::Manual::QuickStart.3pm
5360Appending installation info to /usr/lib64/perl5/perllocal.pod
5361 RJBS/Email-Sender-1.300021.tar.gz
5362 /usr/bin/make install -- OK
5363Running install for module 'Email::Sender::Transport::SMTPS'
5364Running make for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
5365Fetching with HTTP::Tiny:
5366http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
5367Fetching with HTTP::Tiny:
5368http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FA/FAYLAND/CHECKSUMS
5369Checksum for /root/.cpan/sources/authors/id/F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ok
5370---- Unsatisfied dependencies detected during ----
5371---- FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ----
5372 Module::Build::Tiny [build_requires]
5373Skipping test because of notest pragma
5374Running make install
5375 Make had some problems, won't install
5376 Delayed until after prerequisites
5377Running install for module 'Module::Build::Tiny'
5378Running make for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
5379Fetching with HTTP::Tiny:
5380http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
5381Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz ok
5382---- Unsatisfied dependencies detected during ----
5383---- LEONT/Module-Build-Tiny-0.039.tar.gz ----
5384 ExtUtils::Config [build_requires]
5385 TAP::Harness::Env [build_requires]
5386 ExtUtils::Helpers [build_requires]
5387 ExtUtils::InstallPaths [build_requires]
5388Skipping test because of notest pragma
5389Running make install
5390 Make had some problems, won't install
5391 Delayed until after prerequisites
5392Running install for module 'ExtUtils::Config'
5393Running make for L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
5394Fetching with HTTP::Tiny:
5395http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
5396Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz ok
5397
5398 CPAN.pm: Building L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
5399
5400Checking if your kit is complete...
5401Looks good
5402Writing Makefile for ExtUtils::Config
5403Writing MYMETA.yml and MYMETA.json
5404cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm
5405Manifying blib/man3/ExtUtils::Config.3pm
5406 LEONT/ExtUtils-Config-0.008.tar.gz
5407 /usr/bin/make -- OK
5408Skipping test because of notest pragma
5409Running make install
5410Installing /usr/local/share/perl5/ExtUtils/Config.pm
5411Installing /usr/local/share/man/man3/ExtUtils::Config.3pm
5412Appending installation info to /usr/lib64/perl5/perllocal.pod
5413 LEONT/ExtUtils-Config-0.008.tar.gz
5414 /usr/bin/make install -- OK
5415Running install for module 'TAP::Harness::Env'
5416Running make for L/LE/LEONT/Test-Harness-3.35.tar.gz
5417Fetching with HTTP::Tiny:
5418http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/Test-Harness-3.35.tar.gz
5419Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Test-Harness-3.35.tar.gz ok
5420
5421 CPAN.pm: Building L/LE/LEONT/Test-Harness-3.35.tar.gz
5422
5423Checking if your kit is complete...
5424Looks good
5425Writing Makefile for Test::Harness
5426Writing MYMETA.yml and MYMETA.json
5427cp lib/TAP/Parser/Result/Pragma.pm blib/lib/TAP/Parser/Result/Pragma.pm
5428cp lib/TAP/Parser/Iterator/Array.pm blib/lib/TAP/Parser/Iterator/Array.pm
5429cp lib/App/Prove/State/Result.pm blib/lib/App/Prove/State/Result.pm
5430cp lib/TAP/Base.pm blib/lib/TAP/Base.pm
5431cp lib/TAP/Formatter/Console/ParallelSession.pm blib/lib/TAP/Formatter/Console/ParallelSession.pm
5432cp lib/TAP/Parser/Result.pm blib/lib/TAP/Parser/Result.pm
5433cp lib/TAP/Formatter/Console/Session.pm blib/lib/TAP/Formatter/Console/Session.pm
5434cp lib/TAP/Parser/Scheduler/Job.pm blib/lib/TAP/Parser/Scheduler/Job.pm
5435cp lib/TAP/Parser/Result/YAML.pm blib/lib/TAP/Parser/Result/YAML.pm
5436cp lib/TAP/Parser.pm blib/lib/TAP/Parser.pm
5437cp lib/TAP/Parser/SourceHandler/Handle.pm blib/lib/TAP/Parser/SourceHandler/Handle.pm
5438cp lib/TAP/Parser/IteratorFactory.pm blib/lib/TAP/Parser/IteratorFactory.pm
5439cp lib/TAP/Parser/Iterator.pm blib/lib/TAP/Parser/Iterator.pm
5440cp lib/TAP/Formatter/Color.pm blib/lib/TAP/Formatter/Color.pm
5441cp lib/TAP/Parser/Iterator/Process.pm blib/lib/TAP/Parser/Iterator/Process.pm
5442cp lib/TAP/Parser/Grammar.pm blib/lib/TAP/Parser/Grammar.pm
5443cp HACKING.pod blib/lib/Test/HACKING.pod
5444cp lib/Test/Harness.pm blib/lib/Test/Harness.pm
5445cp lib/TAP/Formatter/File/Session.pm blib/lib/TAP/Formatter/File/Session.pm
5446cp lib/TAP/Formatter/Base.pm blib/lib/TAP/Formatter/Base.pm
5447cp lib/TAP/Parser/ResultFactory.pm blib/lib/TAP/Parser/ResultFactory.pm
5448cp lib/TAP/Parser/Result/Bailout.pm blib/lib/TAP/Parser/Result/Bailout.pm
5449cp lib/TAP/Object.pm blib/lib/TAP/Object.pm
5450cp lib/TAP/Parser/Multiplexer.pm blib/lib/TAP/Parser/Multiplexer.pm
5451cp lib/TAP/Parser/SourceHandler/Perl.pm blib/lib/TAP/Parser/SourceHandler/Perl.pm
5452cp lib/TAP/Parser/YAMLish/Writer.pm blib/lib/TAP/Parser/YAMLish/Writer.pm
5453cp lib/TAP/Parser/Result/Version.pm blib/lib/TAP/Parser/Result/Version.pm
5454cp lib/TAP/Parser/Result/Unknown.pm blib/lib/TAP/Parser/Result/Unknown.pm
5455cp lib/TAP/Parser/YAMLish/Reader.pm blib/lib/TAP/Parser/YAMLish/Reader.pm
5456cp lib/TAP/Parser/Scheduler.pm blib/lib/TAP/Parser/Scheduler.pm
5457cp lib/TAP/Parser/Result/Plan.pm blib/lib/TAP/Parser/Result/Plan.pm
5458cp lib/TAP/Parser/SourceHandler.pm blib/lib/TAP/Parser/SourceHandler.pm
5459cp lib/TAP/Parser/SourceHandler/Executable.pm blib/lib/TAP/Parser/SourceHandler/Executable.pm
5460cp lib/TAP/Parser/Result/Test.pm blib/lib/TAP/Parser/Result/Test.pm
5461cp lib/App/Prove/State/Result/Test.pm blib/lib/App/Prove/State/Result/Test.pm
5462cp lib/TAP/Parser/SourceHandler/RawTAP.pm blib/lib/TAP/Parser/SourceHandler/RawTAP.pm
5463cp lib/TAP/Parser/Source.pm blib/lib/TAP/Parser/Source.pm
5464cp lib/TAP/Formatter/Console.pm blib/lib/TAP/Formatter/Console.pm
5465cp lib/TAP/Parser/Result/Comment.pm blib/lib/TAP/Parser/Result/Comment.pm
5466cp lib/TAP/Parser/Iterator/Stream.pm blib/lib/TAP/Parser/Iterator/Stream.pm
5467cp lib/TAP/Parser/SourceHandler/File.pm blib/lib/TAP/Parser/SourceHandler/File.pm
5468cp lib/TAP/Harness/Beyond.pod blib/lib/TAP/Harness/Beyond.pod
5469cp lib/TAP/Formatter/Session.pm blib/lib/TAP/Formatter/Session.pm
5470cp lib/App/Prove.pm blib/lib/App/Prove.pm
5471cp lib/App/Prove/State.pm blib/lib/App/Prove/State.pm
5472cp lib/TAP/Harness.pm blib/lib/TAP/Harness.pm
5473cp lib/TAP/Formatter/File.pm blib/lib/TAP/Formatter/File.pm
5474cp lib/TAP/Harness/Env.pm blib/lib/TAP/Harness/Env.pm
5475cp lib/TAP/Parser/Aggregator.pm blib/lib/TAP/Parser/Aggregator.pm
5476cp lib/TAP/Parser/Scheduler/Spinner.pm blib/lib/TAP/Parser/Scheduler/Spinner.pm
5477cp bin/prove blib/script/prove
5478/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/prove
5479Manifying blib/man1/prove.1
5480Manifying blib/man3/TAP::Parser::Result::Pragma.3pm
5481Manifying blib/man3/App::Prove::State::Result.3pm
5482Manifying blib/man3/TAP::Parser::Iterator::Array.3pm
5483Manifying blib/man3/TAP::Base.3pm
5484Manifying blib/man3/TAP::Formatter::Console::ParallelSession.3pm
5485Manifying blib/man3/TAP::Parser::Result.3pm
5486Manifying blib/man3/TAP::Formatter::Console::Session.3pm
5487Manifying blib/man3/TAP::Parser::Result::YAML.3pm
5488Manifying blib/man3/TAP::Parser::Scheduler::Job.3pm
5489Manifying blib/man3/TAP::Parser.3pm
5490Manifying blib/man3/TAP::Parser::SourceHandler::Handle.3pm
5491Manifying blib/man3/TAP::Parser::IteratorFactory.3pm
5492Manifying blib/man3/TAP::Parser::Iterator.3pm
5493Manifying blib/man3/TAP::Formatter::Color.3pm
5494Manifying blib/man3/TAP::Parser::Iterator::Process.3pm
5495Manifying blib/man3/TAP::Parser::Grammar.3pm
5496Manifying blib/man3/Test::HACKING.3pm
5497Manifying blib/man3/Test::Harness.3pm
5498Manifying blib/man3/TAP::Formatter::Base.3pm
5499Manifying blib/man3/TAP::Formatter::File::Session.3pm
5500Manifying blib/man3/TAP::Parser::Result::Bailout.3pm
5501Manifying blib/man3/TAP::Parser::ResultFactory.3pm
5502Manifying blib/man3/TAP::Parser::SourceHandler::Perl.3pm
5503Manifying blib/man3/TAP::Parser::Multiplexer.3pm
5504Manifying blib/man3/TAP::Object.3pm
5505Manifying blib/man3/TAP::Parser::Result::Version.3pm
5506Manifying blib/man3/TAP::Parser::YAMLish::Writer.3pm
5507Manifying blib/man3/TAP::Parser::Result::Unknown.3pm
5508Manifying blib/man3/TAP::Parser::YAMLish::Reader.3pm
5509Manifying blib/man3/TAP::Parser::Scheduler.3pm
5510Manifying blib/man3/TAP::Parser::Result::Plan.3pm
5511Manifying blib/man3/TAP::Parser::SourceHandler.3pm
5512Manifying blib/man3/TAP::Parser::SourceHandler::Executable.3pm
5513Manifying blib/man3/TAP::Parser::Result::Test.3pm
5514Manifying blib/man3/App::Prove::State::Result::Test.3pm
5515Manifying blib/man3/TAP::Parser::SourceHandler::RawTAP.3pm
5516Manifying blib/man3/TAP::Parser::Result::Comment.3pm
5517Manifying blib/man3/TAP::Formatter::Console.3pm
5518Manifying blib/man3/TAP::Parser::Source.3pm
5519Manifying blib/man3/TAP::Parser::Iterator::Stream.3pm
5520Manifying blib/man3/TAP::Parser::SourceHandler::File.3pm
5521Manifying blib/man3/TAP::Harness::Beyond.3pm
5522Manifying blib/man3/TAP::Formatter::Session.3pm
5523Manifying blib/man3/App::Prove::State.3pm
5524Manifying blib/man3/App::Prove.3pm
5525Manifying blib/man3/TAP::Harness.3pm
5526Manifying blib/man3/TAP::Formatter::File.3pm
5527Manifying blib/man3/TAP::Harness::Env.3pm
5528Manifying blib/man3/TAP::Parser::Aggregator.3pm
5529Manifying blib/man3/TAP::Parser::Scheduler::Spinner.3pm
5530 LEONT/Test-Harness-3.35.tar.gz
5531 /usr/bin/make -- OK
5532Skipping test because of notest pragma
5533Running make install
5534Installing /usr/local/share/perl5/TAP/Object.pm
5535Installing /usr/local/share/perl5/TAP/Harness.pm
5536Installing /usr/local/share/perl5/TAP/Base.pm
5537Installing /usr/local/share/perl5/TAP/Parser.pm
5538Installing /usr/local/share/perl5/TAP/Formatter/Console.pm
5539Installing /usr/local/share/perl5/TAP/Formatter/File.pm
5540Installing /usr/local/share/perl5/TAP/Formatter/Color.pm
5541Installing /usr/local/share/perl5/TAP/Formatter/Session.pm
5542Installing /usr/local/share/perl5/TAP/Formatter/Base.pm
5543Installing /usr/local/share/perl5/TAP/Formatter/Console/ParallelSession.pm
5544Installing /usr/local/share/perl5/TAP/Formatter/Console/Session.pm
5545Installing /usr/local/share/perl5/TAP/Formatter/File/Session.pm
5546Installing /usr/local/share/perl5/TAP/Harness/Beyond.pod
5547Installing /usr/local/share/perl5/TAP/Harness/Env.pm
5548Installing /usr/local/share/perl5/TAP/Parser/Result.pm
5549Installing /usr/local/share/perl5/TAP/Parser/SourceHandler.pm
5550Installing /usr/local/share/perl5/TAP/Parser/Aggregator.pm
5551Installing /usr/local/share/perl5/TAP/Parser/Grammar.pm
5552Installing /usr/local/share/perl5/TAP/Parser/Multiplexer.pm
5553Installing /usr/local/share/perl5/TAP/Parser/Scheduler.pm
5554Installing /usr/local/share/perl5/TAP/Parser/Iterator.pm
5555Installing /usr/local/share/perl5/TAP/Parser/IteratorFactory.pm
5556Installing /usr/local/share/perl5/TAP/Parser/Source.pm
5557Installing /usr/local/share/perl5/TAP/Parser/ResultFactory.pm
5558Installing /usr/local/share/perl5/TAP/Parser/Iterator/Array.pm
5559Installing /usr/local/share/perl5/TAP/Parser/Iterator/Process.pm
5560Installing /usr/local/share/perl5/TAP/Parser/Iterator/Stream.pm
5561Installing /usr/local/share/perl5/TAP/Parser/Scheduler/Spinner.pm
5562Installing /usr/local/share/perl5/TAP/Parser/Scheduler/Job.pm
5563Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Executable.pm
5564Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/File.pm
5565Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Perl.pm
5566Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Handle.pm
5567Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/RawTAP.pm
5568Installing /usr/local/share/perl5/TAP/Parser/YAMLish/Writer.pm
5569Installing /usr/local/share/perl5/TAP/Parser/YAMLish/Reader.pm
5570Installing /usr/local/share/perl5/TAP/Parser/Result/Plan.pm
5571Installing /usr/local/share/perl5/TAP/Parser/Result/Test.pm
5572Installing /usr/local/share/perl5/TAP/Parser/Result/YAML.pm
5573Installing /usr/local/share/perl5/TAP/Parser/Result/Comment.pm
5574Installing /usr/local/share/perl5/TAP/Parser/Result/Bailout.pm
5575Installing /usr/local/share/perl5/TAP/Parser/Result/Version.pm
5576Installing /usr/local/share/perl5/TAP/Parser/Result/Pragma.pm
5577Installing /usr/local/share/perl5/TAP/Parser/Result/Unknown.pm
5578Installing /usr/local/share/perl5/Test/Harness.pm
5579Installing /usr/local/share/perl5/Test/HACKING.pod
5580Installing /usr/local/share/perl5/App/Prove.pm
5581Installing /usr/local/share/perl5/App/Prove/State.pm
5582Installing /usr/local/share/perl5/App/Prove/State/Result.pm
5583Installing /usr/local/share/perl5/App/Prove/State/Result/Test.pm
5584Installing /usr/local/share/man/man1/prove.1
5585Installing /usr/local/share/man/man3/TAP::Parser::Source.3pm
5586Installing /usr/local/share/man/man3/Test::HACKING.3pm
5587Installing /usr/local/share/man/man3/TAP::Parser::Result::Comment.3pm
5588Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Array.3pm
5589Installing /usr/local/share/man/man3/TAP::Parser::Result::Plan.3pm
5590Installing /usr/local/share/man/man3/TAP::Formatter::File.3pm
5591Installing /usr/local/share/man/man3/TAP::Parser::Result.3pm
5592Installing /usr/local/share/man/man3/TAP::Parser::Result::Version.3pm
5593Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Perl.3pm
5594Installing /usr/local/share/man/man3/TAP::Formatter::Console::Session.3pm
5595Installing /usr/local/share/man/man3/TAP::Parser::Grammar.3pm
5596Installing /usr/local/share/man/man3/TAP::Parser::Result::YAML.3pm
5597Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::RawTAP.3pm
5598Installing /usr/local/share/man/man3/TAP::Harness::Env.3pm
5599Installing /usr/local/share/man/man3/TAP::Parser::Result::Pragma.3pm
5600Installing /usr/local/share/man/man3/TAP::Parser.3pm
5601Installing /usr/local/share/man/man3/TAP::Parser::Scheduler.3pm
5602Installing /usr/local/share/man/man3/TAP::Parser::Scheduler::Job.3pm
5603Installing /usr/local/share/man/man3/App::Prove::State.3pm
5604Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler.3pm
5605Installing /usr/local/share/man/man3/TAP::Harness::Beyond.3pm
5606Installing /usr/local/share/man/man3/App::Prove::State::Result.3pm
5607Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::File.3pm
5608Installing /usr/local/share/man/man3/App::Prove::State::Result::Test.3pm
5609Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Handle.3pm
5610Installing /usr/local/share/man/man3/TAP::Parser::Result::Bailout.3pm
5611Installing /usr/local/share/man/man3/TAP::Parser::Scheduler::Spinner.3pm
5612Installing /usr/local/share/man/man3/TAP::Object.3pm
5613Installing /usr/local/share/man/man3/TAP::Parser::Result::Test.3pm
5614Installing /usr/local/share/man/man3/TAP::Formatter::Session.3pm
5615Installing /usr/local/share/man/man3/TAP::Formatter::Base.3pm
5616Installing /usr/local/share/man/man3/TAP::Base.3pm
5617Installing /usr/local/share/man/man3/TAP::Formatter::Console.3pm
5618Installing /usr/local/share/man/man3/TAP::Formatter::File::Session.3pm
5619Installing /usr/local/share/man/man3/TAP::Harness.3pm
5620Installing /usr/local/share/man/man3/TAP::Formatter::Console::ParallelSession.3pm
5621Installing /usr/local/share/man/man3/Test::Harness.3pm
5622Installing /usr/local/share/man/man3/TAP::Parser::IteratorFactory.3pm
5623Installing /usr/local/share/man/man3/TAP::Parser::YAMLish::Reader.3pm
5624Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Process.3pm
5625Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Stream.3pm
5626Installing /usr/local/share/man/man3/TAP::Parser::Multiplexer.3pm
5627Installing /usr/local/share/man/man3/TAP::Formatter::Color.3pm
5628Installing /usr/local/share/man/man3/TAP::Parser::Result::Unknown.3pm
5629Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Executable.3pm
5630Installing /usr/local/share/man/man3/TAP::Parser::YAMLish::Writer.3pm
5631Installing /usr/local/share/man/man3/TAP::Parser::ResultFactory.3pm
5632Installing /usr/local/share/man/man3/TAP::Parser::Iterator.3pm
5633Installing /usr/local/share/man/man3/TAP::Parser::Aggregator.3pm
5634Installing /usr/local/share/man/man3/App::Prove.3pm
5635Installing /usr/local/bin/prove
5636Appending installation info to /usr/lib64/perl5/perllocal.pod
5637 LEONT/Test-Harness-3.35.tar.gz
5638 /usr/bin/make install -- OK
5639Running install for module 'ExtUtils::Helpers'
5640Running make for L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
5641Fetching with HTTP::Tiny:
5642http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
5643Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz ok
5644
5645 CPAN.pm: Building L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
5646
5647Checking if your kit is complete...
5648Looks good
5649Writing Makefile for ExtUtils::Helpers
5650Writing MYMETA.yml and MYMETA.json
5651cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm
5652cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm
5653cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm
5654cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm
5655Manifying blib/man3/ExtUtils::Helpers::Windows.3pm
5656Manifying blib/man3/ExtUtils::Helpers.3pm
5657Manifying blib/man3/ExtUtils::Helpers::VMS.3pm
5658Manifying blib/man3/ExtUtils::Helpers::Unix.3pm
5659 LEONT/ExtUtils-Helpers-0.022.tar.gz
5660 /usr/bin/make -- OK
5661Skipping test because of notest pragma
5662Running make install
5663Installing /usr/local/share/perl5/ExtUtils/Helpers.pm
5664Installing /usr/local/share/perl5/ExtUtils/Helpers/VMS.pm
5665Installing /usr/local/share/perl5/ExtUtils/Helpers/Windows.pm
5666Installing /usr/local/share/perl5/ExtUtils/Helpers/Unix.pm
5667Installing /usr/local/share/man/man3/ExtUtils::Helpers.3pm
5668Installing /usr/local/share/man/man3/ExtUtils::Helpers::VMS.3pm
5669Installing /usr/local/share/man/man3/ExtUtils::Helpers::Windows.3pm
5670Installing /usr/local/share/man/man3/ExtUtils::Helpers::Unix.3pm
5671Appending installation info to /usr/lib64/perl5/perllocal.pod
5672 LEONT/ExtUtils-Helpers-0.022.tar.gz
5673 /usr/bin/make install -- OK
5674Running install for module 'ExtUtils::InstallPaths'
5675Running make for L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
5676Fetching with HTTP::Tiny:
5677http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
5678Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz ok
5679
5680 CPAN.pm: Building L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
5681
5682Checking if your kit is complete...
5683Looks good
5684Writing Makefile for ExtUtils::InstallPaths
5685Writing MYMETA.yml and MYMETA.json
5686cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm
5687Manifying blib/man3/ExtUtils::InstallPaths.3pm
5688 LEONT/ExtUtils-InstallPaths-0.011.tar.gz
5689 /usr/bin/make -- OK
5690Skipping test because of notest pragma
5691Running make install
5692Installing /usr/local/share/perl5/ExtUtils/InstallPaths.pm
5693Installing /usr/local/share/man/man3/ExtUtils::InstallPaths.3pm
5694Appending installation info to /usr/lib64/perl5/perllocal.pod
5695 LEONT/ExtUtils-InstallPaths-0.011.tar.gz
5696 /usr/bin/make install -- OK
5697Running make for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
5698
5699 CPAN.pm: Building L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
5700
5701Creating new 'Build' script for 'Module-Build-Tiny' version '0.039'
5702cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm
5703 LEONT/Module-Build-Tiny-0.039.tar.gz
5704 ./Build -- OK
5705Skipping test because of notest pragma
5706Running Build install
5707Installing /usr/local/share/perl5/Module/Build/Tiny.pm
5708Installing /usr/local/share/man/man3/Module::Build::Tiny.3pm
5709 LEONT/Module-Build-Tiny-0.039.tar.gz
5710 ./Build install -- OK
5711Running make for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
5712
5713 CPAN.pm: Building F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
5714
5715Creating new 'Build' script for 'Email-Sender-Transport-SMTPS' version '0.03'
5716---- Unsatisfied dependencies detected during ----
5717---- FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ----
5718 Net::SMTPS [requires]
5719Skipping test because of notest pragma
5720Running Build install
5721 Delayed until after prerequisites
5722Running install for module 'Net::SMTPS'
5723Running make for T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
5724Fetching with HTTP::Tiny:
5725http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
5726Fetching with HTTP::Tiny:
5727http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOMO/src/CHECKSUMS
5728Checksum for /root/.cpan/sources/authors/id/T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz ok
5729
5730 CPAN.pm: Building T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
5731
5732Warning: prerequisite Authen::SASL 2 not found.
5733Checking if your kit is complete...
5734Looks good
5735Writing Makefile for Net::SMTPS
5736Writing MYMETA.yml and MYMETA.json
5737---- Unsatisfied dependencies detected during ----
5738---- TOMO/src/Net-SMTPS-0.04.tar.gz ----
5739 Authen::SASL [requires]
5740Skipping test because of notest pragma
5741Running make install
5742 Delayed until after prerequisites
5743Running install for module 'Authen::SASL'
5744Running make for G/GB/GBARR/Authen-SASL-2.16.tar.gz
5745Fetching with HTTP::Tiny:
5746http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz
5747Fetching with HTTP::Tiny:
5748http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GB/GBARR/CHECKSUMS
5749Checksum for /root/.cpan/sources/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz ok
5750
5751 CPAN.pm: Building G/GB/GBARR/Authen-SASL-2.16.tar.gz
5752
5753Warning: prerequisite Digest::HMAC_MD5 0 not found.
5754Checking if your kit is complete...
5755Looks good
5756Writing Makefile for Authen::SASL
5757Writing MYMETA.yml and MYMETA.json
5758---- Unsatisfied dependencies detected during ----
5759---- GBARR/Authen-SASL-2.16.tar.gz ----
5760 Digest::HMAC_MD5 [requires]
5761Skipping test because of notest pragma
5762Running make install
5763 Delayed until after prerequisites
5764Running install for module 'Digest::HMAC_MD5'
5765Running make for G/GA/GAAS/Digest-HMAC-1.03.tar.gz
5766Fetching with HTTP::Tiny:
5767http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz
5768Fetching with HTTP::Tiny:
5769http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/CHECKSUMS
5770Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz ok
5771
5772 CPAN.pm: Building G/GA/GAAS/Digest-HMAC-1.03.tar.gz
5773
5774Checking if your kit is complete...
5775Looks good
5776Writing Makefile for Digest::HMAC
5777Writing MYMETA.yml and MYMETA.json
5778cp lib/Digest/HMAC_MD5.pm blib/lib/Digest/HMAC_MD5.pm
5779cp lib/Digest/HMAC.pm blib/lib/Digest/HMAC.pm
5780cp lib/Digest/HMAC_SHA1.pm blib/lib/Digest/HMAC_SHA1.pm
5781Manifying blib/man3/Digest::HMAC_MD5.3pm
5782Manifying blib/man3/Digest::HMAC.3pm
5783Manifying blib/man3/Digest::HMAC_SHA1.3pm
5784 GAAS/Digest-HMAC-1.03.tar.gz
5785 /usr/bin/make -- OK
5786Skipping test because of notest pragma
5787Running make install
5788Manifying blib/man3/Digest::HMAC_MD5.3pm
5789Manifying blib/man3/Digest::HMAC.3pm
5790Manifying blib/man3/Digest::HMAC_SHA1.3pm
5791Installing /usr/local/share/perl5/Digest/HMAC_SHA1.pm
5792Installing /usr/local/share/perl5/Digest/HMAC.pm
5793Installing /usr/local/share/perl5/Digest/HMAC_MD5.pm
5794Installing /usr/local/share/man/man3/Digest::HMAC_MD5.3pm
5795Installing /usr/local/share/man/man3/Digest::HMAC.3pm
5796Installing /usr/local/share/man/man3/Digest::HMAC_SHA1.3pm
5797Appending installation info to /usr/lib64/perl5/perllocal.pod
5798 GAAS/Digest-HMAC-1.03.tar.gz
5799 /usr/bin/make install -- OK
5800Running make for G/GB/GBARR/Authen-SASL-2.16.tar.gz
5801 Has already been unwrapped into directory /root/.cpan/build/Authen-SASL-2.16-lQctdv
5802
5803 CPAN.pm: Building G/GB/GBARR/Authen-SASL-2.16.tar.gz
5804
5805cp lib/Authen/SASL.pm blib/lib/Authen/SASL.pm
5806cp lib/Authen/SASL/EXTERNAL.pm blib/lib/Authen/SASL/EXTERNAL.pm
5807cp lib/Authen/SASL/CRAM_MD5.pm blib/lib/Authen/SASL/CRAM_MD5.pm
5808cp lib/Authen/SASL/Perl/LOGIN.pm blib/lib/Authen/SASL/Perl/LOGIN.pm
5809cp lib/Authen/SASL/Perl/EXTERNAL.pm blib/lib/Authen/SASL/Perl/EXTERNAL.pm
5810cp lib/Authen/SASL/Perl/ANONYMOUS.pm blib/lib/Authen/SASL/Perl/ANONYMOUS.pm
5811cp lib/Authen/SASL/Perl/PLAIN.pm blib/lib/Authen/SASL/Perl/PLAIN.pm
5812cp lib/Authen/SASL/Perl.pod blib/lib/Authen/SASL/Perl.pod
5813cp lib/Authen/SASL/Perl/DIGEST_MD5.pm blib/lib/Authen/SASL/Perl/DIGEST_MD5.pm
5814cp lib/Authen/SASL/Perl/CRAM_MD5.pm blib/lib/Authen/SASL/Perl/CRAM_MD5.pm
5815cp lib/Authen/SASL/Perl.pm blib/lib/Authen/SASL/Perl.pm
5816cp lib/Authen/SASL.pod blib/lib/Authen/SASL.pod
5817cp lib/Authen/SASL/Perl/GSSAPI.pm blib/lib/Authen/SASL/Perl/GSSAPI.pm
5818Manifying blib/man3/Authen::SASL::Perl::EXTERNAL.3pm
5819Manifying blib/man3/Authen::SASL::Perl::LOGIN.3pm
5820Manifying blib/man3/Authen::SASL::Perl::ANONYMOUS.3pm
5821Manifying blib/man3/Authen::SASL::Perl::PLAIN.3pm
5822Manifying blib/man3/Authen::SASL::Perl::DIGEST_MD5.3pm
5823Manifying blib/man3/Authen::SASL::Perl.3pm
5824Manifying blib/man3/Authen::SASL::Perl::CRAM_MD5.3pm
5825Manifying blib/man3/Authen::SASL.3pm
5826Manifying blib/man3/Authen::SASL::Perl::GSSAPI.3pm
5827 GBARR/Authen-SASL-2.16.tar.gz
5828 /usr/bin/make -- OK
5829Skipping test because of notest pragma
5830Running make install
5831Installing /usr/local/share/perl5/Authen/SASL.pm
5832Installing /usr/local/share/perl5/Authen/SASL.pod
5833Installing /usr/local/share/perl5/Authen/SASL/Perl.pod
5834Installing /usr/local/share/perl5/Authen/SASL/EXTERNAL.pm
5835Installing /usr/local/share/perl5/Authen/SASL/Perl.pm
5836Installing /usr/local/share/perl5/Authen/SASL/CRAM_MD5.pm
5837Installing /usr/local/share/perl5/Authen/SASL/Perl/LOGIN.pm
5838Installing /usr/local/share/perl5/Authen/SASL/Perl/EXTERNAL.pm
5839Installing /usr/local/share/perl5/Authen/SASL/Perl/ANONYMOUS.pm
5840Installing /usr/local/share/perl5/Authen/SASL/Perl/PLAIN.pm
5841Installing /usr/local/share/perl5/Authen/SASL/Perl/GSSAPI.pm
5842Installing /usr/local/share/perl5/Authen/SASL/Perl/CRAM_MD5.pm
5843Installing /usr/local/share/perl5/Authen/SASL/Perl/DIGEST_MD5.pm
5844Installing /usr/local/share/man/man3/Authen::SASL::Perl::ANONYMOUS.3pm
5845Installing /usr/local/share/man/man3/Authen::SASL::Perl::LOGIN.3pm
5846Installing /usr/local/share/man/man3/Authen::SASL::Perl::EXTERNAL.3pm
5847Installing /usr/local/share/man/man3/Authen::SASL::Perl::DIGEST_MD5.3pm
5848Installing /usr/local/share/man/man3/Authen::SASL::Perl::PLAIN.3pm
5849Installing /usr/local/share/man/man3/Authen::SASL.3pm
5850Installing /usr/local/share/man/man3/Authen::SASL::Perl::GSSAPI.3pm
5851Installing /usr/local/share/man/man3/Authen::SASL::Perl::CRAM_MD5.3pm
5852Installing /usr/local/share/man/man3/Authen::SASL::Perl.3pm
5853Appending installation info to /usr/lib64/perl5/perllocal.pod
5854 GBARR/Authen-SASL-2.16.tar.gz
5855 /usr/bin/make install -- OK
5856Running make for T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
5857 Has already been unwrapped into directory /root/.cpan/build/Net-SMTPS-0.04-FrbkAv
5858
5859 CPAN.pm: Building T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
5860
5861cp lib/Net/SMTPS.pm blib/lib/Net/SMTPS.pm
5862Manifying blib/man3/Net::SMTPS.3pm
5863 TOMO/src/Net-SMTPS-0.04.tar.gz
5864 /usr/bin/make -- OK
5865Skipping test because of notest pragma
5866Running make install
5867Installing /usr/local/share/perl5/Net/SMTPS.pm
5868Installing /usr/local/share/man/man3/Net::SMTPS.3pm
5869Appending installation info to /usr/lib64/perl5/perllocal.pod
5870 TOMO/src/Net-SMTPS-0.04.tar.gz
5871 /usr/bin/make install -- OK
5872Running Build for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
5873 Has already been unwrapped into directory /root/.cpan/build/Email-Sender-Transport-SMTPS-0.03-IR43Zj
5874
5875 CPAN.pm: Building F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
5876
5877cp lib/Email/Sender/Transport/SMTPS.pm blib/lib/Email/Sender/Transport/SMTPS.pm
5878 FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
5879 ./Build -- OK
5880Skipping test because of notest pragma
5881Running Build install
5882Installing /usr/local/share/perl5/Email/Sender/Transport/SMTPS.pm
5883Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTPS.3pm
5884 FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
5885 ./Build install -- OK
5886Running install for module 'Encode'
5887Running make for D/DA/DANKOGAI/Encode-2.78.tar.gz
5888Fetching with HTTP::Tiny:
5889http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DANKOGAI/Encode-2.78.tar.gz
5890Fetching with HTTP::Tiny:
5891http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DANKOGAI/CHECKSUMS
5892Checksum for /root/.cpan/sources/authors/id/D/DA/DANKOGAI/Encode-2.78.tar.gz ok
5893
5894 CPAN.pm: Building D/DA/DANKOGAI/Encode-2.78.tar.gz
5895
5896Checking if your kit is complete...
5897Looks good
5898Writing Makefile for Encode::Byte
5899Writing MYMETA.yml and MYMETA.json
5900Writing Makefile for Encode::CN
5901Writing MYMETA.yml and MYMETA.json
5902Writing Makefile for Encode::EBCDIC
5903Writing MYMETA.yml and MYMETA.json
5904Writing Makefile for Encode::JP
5905Writing MYMETA.yml and MYMETA.json
5906Writing Makefile for Encode::KR
5907Writing MYMETA.yml and MYMETA.json
5908Writing Makefile for Encode::Symbol
5909Writing MYMETA.yml and MYMETA.json
5910Writing Makefile for Encode::TW
5911Writing MYMETA.yml and MYMETA.json
5912Writing Makefile for Encode::Unicode
5913Writing MYMETA.yml and MYMETA.json
5914Writing Makefile for Encode
5915Writing MYMETA.yml and MYMETA.json
5916cp lib/Encode/JP/H2Z.pm blib/lib/Encode/JP/H2Z.pm
5917cp lib/Encode/JP/JIS7.pm blib/lib/Encode/JP/JIS7.pm
5918cp lib/Encode/Alias.pm blib/lib/Encode/Alias.pm
5919cp Encode/README.e2x blib/lib/Encode/README.e2x
5920cp lib/Encode/MIME/Header/ISO_2022_JP.pm blib/lib/Encode/MIME/Header/ISO_2022_JP.pm
5921cp lib/Encode/Unicode/UTF7.pm blib/lib/Encode/Unicode/UTF7.pm
5922cp lib/Encode/PerlIO.pod blib/lib/Encode/PerlIO.pod
5923cp Encode.pm blib/lib/Encode.pm
5924cp lib/Encode/GSM0338.pm blib/lib/Encode/GSM0338.pm
5925cp Encode/Makefile_PL.e2x blib/lib/Encode/Makefile_PL.e2x
5926cp Encode/Changes.e2x blib/lib/Encode/Changes.e2x
5927cp lib/Encode/Encoding.pm blib/lib/Encode/Encoding.pm
5928cp Encode/ConfigLocal_PM.e2x blib/lib/Encode/ConfigLocal_PM.e2x
5929cp Encode/encode.h blib/lib/Encode/encode.h
5930cp lib/Encode/Guess.pm blib/lib/Encode/Guess.pm
5931cp lib/Encode/KR/2022_KR.pm blib/lib/Encode/KR/2022_KR.pm
5932cp encoding.pm blib/lib/encoding.pm
5933cp lib/Encode/MIME/Name.pm blib/lib/Encode/MIME/Name.pm
5934cp Encode/_T.e2x blib/lib/Encode/_T.e2x
5935cp lib/Encode/Config.pm blib/lib/Encode/Config.pm
5936cp lib/Encode/Supported.pod blib/lib/Encode/Supported.pod
5937cp lib/Encode/Encoder.pm blib/lib/Encode/Encoder.pm
5938cp lib/Encode/MIME/Header.pm blib/lib/Encode/MIME/Header.pm
5939cp lib/Encode/CN/HZ.pm blib/lib/Encode/CN/HZ.pm
5940cp Encode/_PM.e2x blib/lib/Encode/_PM.e2x
5941cp lib/Encode/CJKConstants.pm blib/lib/Encode/CJKConstants.pm
5942make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/Byte'
5943cp Byte.pm ../blib/lib/Encode/Byte.pm
5944/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm
5945Reading iso-8859-2 (iso-8859-2)
5946Reading iso-8859-3 (iso-8859-3)
5947Reading iso-8859-4 (iso-8859-4)
5948Reading iso-8859-5 (iso-8859-5)
5949Reading iso-8859-6 (iso-8859-6)
5950Reading iso-8859-7 (iso-8859-7)
5951Reading iso-8859-8 (iso-8859-8)
5952Reading iso-8859-9 (iso-8859-9)
5953Reading iso-8859-10 (iso-8859-10)
5954Reading iso-8859-11 (iso-8859-11)
5955Reading iso-8859-13 (iso-8859-13)
5956Reading iso-8859-14 (iso-8859-14)
5957Reading iso-8859-15 (iso-8859-15)
5958Reading iso-8859-16 (iso-8859-16)
5959Reading AdobeStandardEncoding (AdobeStandardEncoding)
5960Reading cp1006 (cp1006)
5961Reading cp1250 (cp1250)
5962Reading cp1251 (cp1251)
5963Reading cp1252 (cp1252)
5964Reading cp1253 (cp1253)
5965Reading cp1254 (cp1254)
5966Reading cp1255 (cp1255)
5967Reading cp1256 (cp1256)
5968Reading cp1257 (cp1257)
5969Reading cp1258 (cp1258)
5970Reading cp424 (cp424)
5971Reading cp437 (cp437)
5972Reading cp737 (cp737)
5973Reading cp775 (cp775)
5974Reading cp850 (cp850)
5975Reading cp852 (cp852)
5976Reading cp855 (cp855)
5977Reading cp856 (cp856)
5978Reading cp857 (cp857)
5979Reading cp858 (cp858)
5980Reading cp860 (cp860)
5981Reading cp861 (cp861)
5982Reading cp862 (cp862)
5983Reading cp863 (cp863)
5984Reading cp864 (cp864)
5985Reading cp865 (cp865)
5986Reading cp866 (cp866)
5987Reading cp869 (cp869)
5988Reading cp874 (cp874)
5989Reading hp-roman8 (hp-roman8)
5990Reading koi8-f (koi8-f)
5991Reading koi8-r (koi8-r)
5992Reading koi8-u (koi8-u)
5993Reading MacArabic (MacArabic)
5994Reading MacCentralEurRoman (MacCentralEurRoman)
5995Reading MacCroatian (MacCroatian)
5996Reading MacCyrillic (MacCyrillic)
5997Reading MacFarsi (MacFarsi)
5998Reading MacGreek (MacGreek)
5999Reading MacHebrew (MacHebrew)
6000Reading MacIcelandic (MacIcelandic)
6001Reading MacRomanian (MacRomanian)
6002Reading MacRumanian (MacRumanian)
6003Reading MacRoman (MacRoman)
6004Reading MacSami (MacSami)
6005Reading MacThai (MacThai)
6006Reading MacTurkish (MacTurkish)
6007Reading MacUkrainian (MacUkrainian)
6008Reading nextstep (nextstep)
6009Reading viscii (viscii)
6010/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
6011gcc -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
6012gcc -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
6013Running Mkbootstrap for Encode::Byte ()
6014chmod 644 Byte.bs
6015rm -f ../blib/arch/auto/Encode/Byte/Byte.so
6016gcc -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 \
6017 \
6018
6019chmod 755 ../blib/arch/auto/Encode/Byte/Byte.so
6020cp Byte.bs ../blib/arch/auto/Encode/Byte/Byte.bs
6021chmod 644 ../blib/arch/auto/Encode/Byte/Byte.bs
6022make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/Byte'
6023make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/CN'
6024cp CN.pm ../blib/lib/Encode/CN.pm
6025/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
6026Reading cp936 (cp936)
6027/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
6028Reading euc-cn (euc-cn)
6029/usr/bin/perl ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm
6030Reading gb12345-raw (gb12345-raw)
6031/usr/bin/perl ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm
6032Reading gb2312-raw (gb2312-raw)
6033/usr/bin/perl ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm
6034Reading iso-ir-165 (iso-ir-165)
6035/usr/bin/perl ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
6036Reading MacChineseSimp (MacChineseSimp)
6037/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
6038gcc -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
6039gcc -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
6040gcc -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
6041gcc -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
6042gcc -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
6043gcc -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
6044gcc -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
6045Running Mkbootstrap for Encode::CN ()
6046chmod 644 CN.bs
6047rm -f ../blib/arch/auto/Encode/CN/CN.so
6048gcc -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 \
6049 \
6050
6051chmod 755 ../blib/arch/auto/Encode/CN/CN.so
6052cp CN.bs ../blib/arch/auto/Encode/CN/CN.bs
6053chmod 644 ../blib/arch/auto/Encode/CN/CN.bs
6054make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/CN'
6055make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/EBCDIC'
6056cp EBCDIC.pm ../blib/lib/Encode/EBCDIC.pm
6057/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm
6058Reading cp37 (cp37)
6059Reading cp1026 (cp1026)
6060Reading cp1047 (cp1047)
6061Reading cp500 (cp500)
6062Reading cp875 (cp875)
6063Reading posix-bc (posix-bc)
6064/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
6065gcc -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
6066gcc -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
6067Running Mkbootstrap for Encode::EBCDIC ()
6068chmod 644 EBCDIC.bs
6069rm -f ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
6070gcc -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 \
6071 \
6072
6073chmod 755 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
6074cp EBCDIC.bs ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs
6075chmod 644 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs
6076make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/EBCDIC'
6077make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/JP'
6078cp JP.pm ../blib/lib/Encode/JP.pm
6079/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
6080Reading cp932 (cp932)
6081/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
6082Reading euc-jp (euc-jp)
6083/usr/bin/perl ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm
6084Reading jis0201-raw (jis0201-raw)
6085/usr/bin/perl ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm
6086Reading jis0208-raw (jis0208-raw)
6087/usr/bin/perl ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm
6088Reading jis0212-raw (jis0212-raw)
6089/usr/bin/perl ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
6090Reading MacJapanese (MacJapanese)
6091/usr/bin/perl ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm
6092Reading shiftjis (shiftjis)
6093/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
6094gcc -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
6095gcc -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
6096gcc -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
6097gcc -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
6098gcc -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
6099gcc -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
6100gcc -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
6101gcc -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
6102Running Mkbootstrap for Encode::JP ()
6103chmod 644 JP.bs
6104rm -f ../blib/arch/auto/Encode/JP/JP.so
6105gcc -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 \
6106 \
6107
6108chmod 755 ../blib/arch/auto/Encode/JP/JP.so
6109cp JP.bs ../blib/arch/auto/Encode/JP/JP.bs
6110chmod 644 ../blib/arch/auto/Encode/JP/JP.bs
6111make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/JP'
6112make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/KR'
6113cp KR.pm ../blib/lib/Encode/KR.pm
6114/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
6115Reading cp949 (cp949)
6116/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
6117Reading euc-kr (euc-kr)
6118/usr/bin/perl ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm
6119Reading johab (johab)
6120/usr/bin/perl ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm
6121Reading ksc5601-raw (ksc5601-raw)
6122/usr/bin/perl ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm
6123Reading MacKorean (MacKorean)
6124/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
6125gcc -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
6126gcc -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
6127gcc -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
6128gcc -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
6129gcc -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
6130gcc -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
6131Running Mkbootstrap for Encode::KR ()
6132chmod 644 KR.bs
6133rm -f ../blib/arch/auto/Encode/KR/KR.so
6134gcc -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 \
6135 \
6136
6137chmod 755 ../blib/arch/auto/Encode/KR/KR.so
6138cp KR.bs ../blib/arch/auto/Encode/KR/KR.bs
6139chmod 644 ../blib/arch/auto/Encode/KR/KR.bs
6140make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/KR'
6141make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/Symbol'
6142cp Symbol.pm ../blib/lib/Encode/Symbol.pm
6143/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm
6144Reading AdobeSymbol (AdobeSymbol)
6145Reading AdobeZdingbat (AdobeZdingbat)
6146Reading dingbats (dingbats)
6147Reading MacDingbats (MacDingbats)
6148Reading MacSymbol (MacSymbol)
6149Reading symbol (symbol)
6150/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
6151gcc -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
6152gcc -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
6153Running Mkbootstrap for Encode::Symbol ()
6154chmod 644 Symbol.bs
6155rm -f ../blib/arch/auto/Encode/Symbol/Symbol.so
6156gcc -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 \
6157 \
6158
6159chmod 755 ../blib/arch/auto/Encode/Symbol/Symbol.so
6160cp Symbol.bs ../blib/arch/auto/Encode/Symbol/Symbol.bs
6161chmod 644 ../blib/arch/auto/Encode/Symbol/Symbol.bs
6162make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/Symbol'
6163make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/TW'
6164cp TW.pm ../blib/lib/Encode/TW.pm
6165/usr/bin/perl ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm
6166Reading big5-eten (big5-eten)
6167/usr/bin/perl ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm
6168Reading big5-hkscs (big5-hkscs)
6169/usr/bin/perl ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm
6170Reading cp950 (cp950)
6171/usr/bin/perl ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm
6172Reading MacChineseTrad (MacChineseTrad)
6173/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
6174gcc -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
6175gcc -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
6176gcc -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
6177gcc -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
6178gcc -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
6179Running Mkbootstrap for Encode::TW ()
6180chmod 644 TW.bs
6181rm -f ../blib/arch/auto/Encode/TW/TW.so
6182gcc -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 \
6183 \
6184
6185chmod 755 ../blib/arch/auto/Encode/TW/TW.so
6186cp TW.bs ../blib/arch/auto/Encode/TW/TW.bs
6187chmod 644 ../blib/arch/auto/Encode/TW/TW.bs
6188make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/TW'
6189make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/Unicode'
6190cp Unicode.pm ../blib/lib/Encode/Unicode.pm
6191/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Unicode.xs > Unicode.xsc && mv Unicode.xsc Unicode.c
6192gcc -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
6193Running Mkbootstrap for Encode::Unicode ()
6194chmod 644 Unicode.bs
6195rm -f ../blib/arch/auto/Encode/Unicode/Unicode.so
6196gcc -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 \
6197 \
6198
6199chmod 755 ../blib/arch/auto/Encode/Unicode/Unicode.so
6200cp Unicode.bs ../blib/arch/auto/Encode/Unicode/Unicode.bs
6201chmod 644 ../blib/arch/auto/Encode/Unicode/Unicode.bs
6202make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/Unicode'
6203/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Encode.xs > Encode.xsc && mv Encode.xsc Encode.c
6204/usr/bin/perl bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
6205Reading iso-8859-1 (iso-8859-1)
6206Reading ascii (ascii)
6207Reading cp1252 (cp1252)
6208Reading ascii-ctrl (ascii-ctrl)
6209Reading null (null)
6210gcc -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
6211gcc -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
6212gcc -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
6213Running Mkbootstrap for Encode ()
6214chmod 644 Encode.bs
6215rm -f blib/arch/auto/Encode/Encode.so
6216gcc -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 \
6217 \
6218
6219chmod 755 blib/arch/auto/Encode/Encode.so
6220cp Encode.bs blib/arch/auto/Encode/Encode.bs
6221chmod 644 blib/arch/auto/Encode/Encode.bs
6222cp bin/piconv blib/script/piconv
6223/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
6224cp bin/encguess blib/script/encguess
6225/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess
6226cp bin/enc2xs blib/script/enc2xs
6227/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
6228Manifying blib/man1/piconv.1
6229Manifying blib/man1/encguess.1
6230Manifying blib/man1/enc2xs.1
6231Manifying blib/man3/Encode::JP::H2Z.3pm
6232Manifying blib/man3/Encode::JP::JIS7.3pm
6233Manifying blib/man3/Encode::Alias.3pm
6234Manifying blib/man3/Encode::Unicode::UTF7.3pm
6235Manifying blib/man3/Encode::PerlIO.3pm
6236Manifying blib/man3/Encode::GSM0338.3pm
6237Manifying blib/man3/Encode.3pm
6238Manifying blib/man3/Encode::Encoding.3pm
6239Manifying blib/man3/Encode::KR::2022_KR.3pm
6240Manifying blib/man3/encoding.3pm
6241Manifying blib/man3/Encode::Guess.3pm
6242Manifying blib/man3/Encode::MIME::Name.3pm
6243Manifying blib/man3/Encode::Supported.3pm
6244Manifying blib/man3/Encode::Config.3pm
6245Manifying blib/man3/Encode::Encoder.3pm
6246Manifying blib/man3/Encode::MIME::Header.3pm
6247Manifying blib/man3/Encode::CN::HZ.3pm
6248Manifying blib/man3/Encode::CJKConstants.3pm
6249 DANKOGAI/Encode-2.78.tar.gz
6250 /usr/bin/make -- OK
6251Skipping test because of notest pragma
6252Running make install
6253make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/Byte'
6254make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/Byte'
6255make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/CN'
6256make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/CN'
6257make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/EBCDIC'
6258make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/EBCDIC'
6259make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/JP'
6260make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/JP'
6261make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/KR'
6262make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/KR'
6263make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/Symbol'
6264make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/Symbol'
6265make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/TW'
6266make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/TW'
6267make[1]: Entering directory `/root/.cpan/build/Encode-2.78-UHMuZL/Unicode'
6268make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-UHMuZL/Unicode'
6269Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
6270Installing /usr/local/lib64/perl5/auto/Encode/Encode.so
6271Installing /usr/local/lib64/perl5/auto/Encode/Encode.bs
6272Installing /usr/local/lib64/perl5/auto/Encode/CN/CN.bs
6273Installing /usr/local/lib64/perl5/auto/Encode/CN/CN.so
6274Installing /usr/local/lib64/perl5/auto/Encode/Unicode/Unicode.bs
6275Installing /usr/local/lib64/perl5/auto/Encode/Unicode/Unicode.so
6276Installing /usr/local/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.so
6277Installing /usr/local/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.bs
6278Installing /usr/local/lib64/perl5/auto/Encode/KR/KR.bs
6279Installing /usr/local/lib64/perl5/auto/Encode/KR/KR.so
6280Installing /usr/local/lib64/perl5/auto/Encode/JP/JP.bs
6281Installing /usr/local/lib64/perl5/auto/Encode/JP/JP.so
6282Installing /usr/local/lib64/perl5/auto/Encode/Symbol/Symbol.bs
6283Installing /usr/local/lib64/perl5/auto/Encode/Symbol/Symbol.so
6284Installing /usr/local/lib64/perl5/auto/Encode/TW/TW.bs
6285Installing /usr/local/lib64/perl5/auto/Encode/TW/TW.so
6286Installing /usr/local/lib64/perl5/auto/Encode/Byte/Byte.so
6287Installing /usr/local/lib64/perl5/auto/Encode/Byte/Byte.bs
6288Installing /usr/local/lib64/perl5/encoding.pm
6289Installing /usr/local/lib64/perl5/Encode.pm
6290Installing /usr/local/lib64/perl5/Encode/Encoder.pm
6291Installing /usr/local/lib64/perl5/Encode/encode.h
6292Installing /usr/local/lib64/perl5/Encode/Guess.pm
6293Installing /usr/local/lib64/perl5/Encode/Symbol.pm
6294Installing /usr/local/lib64/perl5/Encode/TW.pm
6295Installing /usr/local/lib64/perl5/Encode/Alias.pm
6296Installing /usr/local/lib64/perl5/Encode/Supported.pod
6297Installing /usr/local/lib64/perl5/Encode/JP.pm
6298Installing /usr/local/lib64/perl5/Encode/Encoding.pm
6299Installing /usr/local/lib64/perl5/Encode/Unicode.pm
6300Installing /usr/local/lib64/perl5/Encode/EBCDIC.pm
6301Installing /usr/local/lib64/perl5/Encode/_T.e2x
6302Installing /usr/local/lib64/perl5/Encode/KR.pm
6303Installing /usr/local/lib64/perl5/Encode/ConfigLocal_PM.e2x
6304Installing /usr/local/lib64/perl5/Encode/_PM.e2x
6305Installing /usr/local/lib64/perl5/Encode/CJKConstants.pm
6306Installing /usr/local/lib64/perl5/Encode/Byte.pm
6307Installing /usr/local/lib64/perl5/Encode/PerlIO.pod
6308Installing /usr/local/lib64/perl5/Encode/Config.pm
6309Installing /usr/local/lib64/perl5/Encode/Makefile_PL.e2x
6310Installing /usr/local/lib64/perl5/Encode/CN.pm
6311Installing /usr/local/lib64/perl5/Encode/GSM0338.pm
6312Installing /usr/local/lib64/perl5/Encode/README.e2x
6313Installing /usr/local/lib64/perl5/Encode/Changes.e2x
6314Installing /usr/local/lib64/perl5/Encode/MIME/Header.pm
6315Installing /usr/local/lib64/perl5/Encode/MIME/Name.pm
6316Installing /usr/local/lib64/perl5/Encode/MIME/Header/ISO_2022_JP.pm
6317Installing /usr/local/lib64/perl5/Encode/CN/HZ.pm
6318Installing /usr/local/lib64/perl5/Encode/Unicode/UTF7.pm
6319Installing /usr/local/lib64/perl5/Encode/KR/2022_KR.pm
6320Installing /usr/local/lib64/perl5/Encode/JP/JIS7.pm
6321Installing /usr/local/lib64/perl5/Encode/JP/H2Z.pm
6322Installing /usr/local/share/man/man1/encguess.1
6323Installing /usr/local/share/man/man1/piconv.1
6324Installing /usr/local/share/man/man1/enc2xs.1
6325Installing /usr/local/share/man/man3/Encode::CJKConstants.3pm
6326Installing /usr/local/share/man/man3/Encode::CN::HZ.3pm
6327Installing /usr/local/share/man/man3/Encode::PerlIO.3pm
6328Installing /usr/local/share/man/man3/Encode::Guess.3pm
6329Installing /usr/local/share/man/man3/encoding.3pm
6330Installing /usr/local/share/man/man3/Encode::Encoder.3pm
6331Installing /usr/local/share/man/man3/Encode::Supported.3pm
6332Installing /usr/local/share/man/man3/Encode::GSM0338.3pm
6333Installing /usr/local/share/man/man3/Encode::JP::H2Z.3pm
6334Installing /usr/local/share/man/man3/Encode::Encoding.3pm
6335Installing /usr/local/share/man/man3/Encode::MIME::Name.3pm
6336Installing /usr/local/share/man/man3/Encode::KR::2022_KR.3pm
6337Installing /usr/local/share/man/man3/Encode::Unicode::UTF7.3pm
6338Installing /usr/local/share/man/man3/Encode::MIME::Header.3pm
6339Installing /usr/local/share/man/man3/Encode::Config.3pm
6340Installing /usr/local/share/man/man3/Encode::Alias.3pm
6341Installing /usr/local/share/man/man3/Encode.3pm
6342Installing /usr/local/share/man/man3/Encode::JP::JIS7.3pm
6343Installing /usr/local/bin/encguess
6344Installing /usr/local/bin/enc2xs
6345Installing /usr/local/bin/piconv
6346Appending installation info to /usr/lib64/perl5/perllocal.pod
6347 DANKOGAI/Encode-2.78.tar.gz
6348 /usr/bin/make install -- OK
6349Encode::MIME::Header is up to date (2.17).
6350Running install for module 'HTML::GenerateUtil'
6351Running make for R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
6352Fetching with HTTP::Tiny:
6353http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
6354Fetching with HTTP::Tiny:
6355http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBM/CHECKSUMS
6356Checksum for /root/.cpan/sources/authors/id/R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz ok
6357
6358 CPAN.pm: Building R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
6359
6360Checking if your kit is complete...
6361Looks good
6362Writing Makefile for HTML::GenerateUtil
6363Writing MYMETA.yml and MYMETA.json
6364cp lib/HTML/GenerateUtil.pm blib/lib/HTML/GenerateUtil.pm
6365/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap GenerateUtil.xs > GenerateUtil.xsc && mv GenerateUtil.xsc GenerateUtil.c
6366Please specify prototyping behavior for GenerateUtil.xs (see perlxs manual)
6367gcc -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
6368In file included from GenerateUtil.xs:5:0:
6369ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
6370 # define PERL_UNUSED_DECL
6371 ^
6372In file included from GenerateUtil.xs:2:0:
6373/usr/lib64/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition
6374 # define PERL_UNUSED_DECL __attribute__unused__
6375 ^
6376GenerateUtil.c: In function 'XS_HTML__GenerateUtil_set_paranoia':
6377GenerateUtil.c:369:2: warning: implicit declaration of function 'set_paranoia' [-Wimplicit-function-declaration]
6378 set_paranoia(paranoia);
6379 ^
6380gcc -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
6381In file included from GenerateFunctions.c:6:0:
6382ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
6383 # define PERL_UNUSED_DECL
6384 ^
6385In file included from GenerateFunctions.c:3:0:
6386/usr/lib64/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition
6387 # define PERL_UNUSED_DECL __attribute__unused__
6388 ^
6389GenerateFunctions.c: In function 'GF_generate_tag':
6390GenerateFunctions.c:195:19: warning: variable 'valsp' set but not used [-Wunused-but-set-variable]
6391 char * tagsp, * valsp;
6392 ^
6393GenerateFunctions.c:195:10: warning: variable 'tagsp' set but not used [-Wunused-but-set-variable]
6394 char * tagsp, * valsp;
6395 ^
6396Running Mkbootstrap for HTML::GenerateUtil ()
6397chmod 644 GenerateUtil.bs
6398rm -f blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so
6399gcc -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 \
6400 \
6401
6402chmod 755 blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so
6403cp GenerateUtil.bs blib/arch/auto/HTML/GenerateUtil/GenerateUtil.bs
6404chmod 644 blib/arch/auto/HTML/GenerateUtil/GenerateUtil.bs
6405Manifying blib/man3/HTML::GenerateUtil.3pm
6406 ROBM/HTML-GenerateUtil-1.20.tar.gz
6407 /usr/bin/make -- OK
6408Skipping test because of notest pragma
6409Running make install
6410Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
6411Installing /usr/local/lib64/perl5/auto/HTML/GenerateUtil/GenerateUtil.bs
6412Installing /usr/local/lib64/perl5/auto/HTML/GenerateUtil/GenerateUtil.so
6413Installing /usr/local/lib64/perl5/HTML/GenerateUtil.pm
6414Installing /usr/local/share/man/man3/HTML::GenerateUtil.3pm
6415Appending installation info to /usr/lib64/perl5/perllocal.pod
6416 ROBM/HTML-GenerateUtil-1.20.tar.gz
6417 /usr/bin/make install -- OK
6418Running install for module 'HTML::Strip'
6419Running make for K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
6420Fetching with HTTP::Tiny:
6421http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
6422Fetching with HTTP::Tiny:
6423http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KI/KILINRAX/CHECKSUMS
6424Checksum for /root/.cpan/sources/authors/id/K/KI/KILINRAX/HTML-Strip-2.09.tar.gz ok
6425
6426 CPAN.pm: Building K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
6427
6428Checking if your kit is complete...
6429Looks good
6430Writing Makefile for HTML::Strip
6431Writing MYMETA.yml and MYMETA.json
6432cp Strip.pm blib/lib/HTML/Strip.pm
6433/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
6434gcc -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
6435gcc -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
6436strip_html.c: In function '_strip_html':
6437strip_html.c:19:5: warning: implicit declaration of function 'utf8_char_width' [-Wimplicit-function-declaration]
6438 width = is_utf8_p ? utf8_char_width(p_raw) : 1;
6439 ^
6440strip_html.c: In function 'utf8_char_width':
6441strip_html.c:199:20: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
6442 char * p = string;
6443 ^
6444Running Mkbootstrap for HTML::Strip ()
6445chmod 644 Strip.bs
6446rm -f blib/arch/auto/HTML/Strip/Strip.so
6447gcc -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 \
6448 \
6449
6450chmod 755 blib/arch/auto/HTML/Strip/Strip.so
6451cp Strip.bs blib/arch/auto/HTML/Strip/Strip.bs
6452chmod 644 blib/arch/auto/HTML/Strip/Strip.bs
6453Manifying blib/man3/HTML::Strip.3pm
6454 KILINRAX/HTML-Strip-2.09.tar.gz
6455 /usr/bin/make -- OK
6456Skipping test because of notest pragma
6457Running make install
6458Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
6459Installing /usr/local/lib64/perl5/auto/HTML/Strip/Strip.so
6460Installing /usr/local/lib64/perl5/auto/HTML/Strip/Strip.bs
6461Installing /usr/local/lib64/perl5/HTML/Strip.pm
6462Installing /usr/local/share/man/man3/HTML::Strip.3pm
6463Appending installation info to /usr/lib64/perl5/perllocal.pod
6464 KILINRAX/HTML-Strip-2.09.tar.gz
6465 /usr/bin/make install -- OK
6466Running install for module 'HTTP::Tiny'
6467Running make for D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
6468Fetching with HTTP::Tiny:
6469http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
6470Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz ok
6471
6472 CPAN.pm: Building D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
6473
6474Checking if your kit is complete...
6475Looks good
6476Writing Makefile for HTTP::Tiny
6477Writing MYMETA.yml and MYMETA.json
6478cp lib/HTTP/Tiny.pm blib/lib/HTTP/Tiny.pm
6479Manifying blib/man3/HTTP::Tiny.3pm
6480 DAGOLDEN/HTTP-Tiny-0.056.tar.gz
6481 /usr/bin/make -- OK
6482Skipping test because of notest pragma
6483Running make install
6484Installing /usr/local/share/perl5/HTTP/Tiny.pm
6485Installing /usr/local/share/man/man3/HTTP::Tiny.3pm
6486Appending installation info to /usr/lib64/perl5/perllocal.pod
6487 DAGOLDEN/HTTP-Tiny-0.056.tar.gz
6488 /usr/bin/make install -- OK
6489Running install for module 'IO::All'
6490Running make for I/IN/INGY/IO-All-0.86.tar.gz
6491Fetching with HTTP::Tiny:
6492http://ftp.hosteurope.de/pub/CPAN/authors/id/I/IN/INGY/IO-All-0.86.tar.gz
6493Fetching with HTTP::Tiny:
6494http://ftp.hosteurope.de/pub/CPAN/authors/id/I/IN/INGY/CHECKSUMS
6495Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/IO-All-0.86.tar.gz ok
6496
6497 CPAN.pm: Building I/IN/INGY/IO-All-0.86.tar.gz
6498
6499Checking if your kit is complete...
6500Looks good
6501Writing Makefile for IO::All
6502Writing MYMETA.yml and MYMETA.json
6503cp lib/IO/All/Socket.pod blib/lib/IO/All/Socket.pod
6504cp lib/IO/All/String.pod blib/lib/IO/All/String.pod
6505cp lib/IO/All/Link.pm blib/lib/IO/All/Link.pm
6506cp lib/IO/All/Pipe.pod blib/lib/IO/All/Pipe.pod
6507cp lib/IO/All/DBM.pod blib/lib/IO/All/DBM.pod
6508cp lib/IO/All/Filesys.pod blib/lib/IO/All/Filesys.pod
6509cp lib/IO/All/Dir.pod blib/lib/IO/All/Dir.pod
6510cp lib/IO/All/MLDBM.pod blib/lib/IO/All/MLDBM.pod
6511cp lib/IO/All.pod blib/lib/IO/All.pod
6512cp lib/IO/All/STDIO.pod blib/lib/IO/All/STDIO.pod
6513cp lib/IO/All/MLDBM.pm blib/lib/IO/All/MLDBM.pm
6514cp lib/IO/All/STDIO.pm blib/lib/IO/All/STDIO.pm
6515cp lib/IO/All/String.pm blib/lib/IO/All/String.pm
6516cp lib/IO/All/Link.pod blib/lib/IO/All/Link.pod
6517cp lib/IO/All/Socket.pm blib/lib/IO/All/Socket.pm
6518cp lib/IO/All/Temp.pm blib/lib/IO/All/Temp.pm
6519cp lib/IO/All/Pipe.pm blib/lib/IO/All/Pipe.pm
6520cp lib/IO/All/File.pod blib/lib/IO/All/File.pod
6521cp lib/IO/All/DBM.pm blib/lib/IO/All/DBM.pm
6522cp lib/IO/All.pm blib/lib/IO/All.pm
6523cp lib/IO/All/Base.pm blib/lib/IO/All/Base.pm
6524cp lib/IO/All/Dir.pm blib/lib/IO/All/Dir.pm
6525cp lib/IO/All/File.pm blib/lib/IO/All/File.pm
6526cp lib/IO/All/Temp.pod blib/lib/IO/All/Temp.pod
6527cp lib/IO/All/Filesys.pm blib/lib/IO/All/Filesys.pm
6528Manifying blib/man3/IO::All::String.3pm
6529Manifying blib/man3/IO::All::Socket.3pm
6530Manifying blib/man3/IO::All::Link.3pm
6531Manifying blib/man3/IO::All::DBM.3pm
6532Manifying blib/man3/IO::All::Pipe.3pm
6533Manifying blib/man3/IO::All::File.3pm
6534Manifying blib/man3/IO::All::Filesys.3pm
6535Manifying blib/man3/IO::All::Dir.3pm
6536Manifying blib/man3/IO::All::MLDBM.3pm
6537Manifying blib/man3/IO::All::STDIO.3pm
6538Manifying blib/man3/IO::All.3pm
6539Manifying blib/man3/IO::All::Temp.3pm
6540 INGY/IO-All-0.86.tar.gz
6541 /usr/bin/make -- OK
6542Skipping test because of notest pragma
6543Running make install
6544Installing /usr/local/share/perl5/IO/All.pod
6545Installing /usr/local/share/perl5/IO/All.pm
6546Installing /usr/local/share/perl5/IO/All/MLDBM.pod
6547Installing /usr/local/share/perl5/IO/All/File.pod
6548Installing /usr/local/share/perl5/IO/All/Link.pod
6549Installing /usr/local/share/perl5/IO/All/Pipe.pm
6550Installing /usr/local/share/perl5/IO/All/File.pm
6551Installing /usr/local/share/perl5/IO/All/Pipe.pod
6552Installing /usr/local/share/perl5/IO/All/Filesys.pm
6553Installing /usr/local/share/perl5/IO/All/Filesys.pod
6554Installing /usr/local/share/perl5/IO/All/MLDBM.pm
6555Installing /usr/local/share/perl5/IO/All/Dir.pod
6556Installing /usr/local/share/perl5/IO/All/String.pm
6557Installing /usr/local/share/perl5/IO/All/DBM.pm
6558Installing /usr/local/share/perl5/IO/All/DBM.pod
6559Installing /usr/local/share/perl5/IO/All/Socket.pod
6560Installing /usr/local/share/perl5/IO/All/Temp.pod
6561Installing /usr/local/share/perl5/IO/All/Link.pm
6562Installing /usr/local/share/perl5/IO/All/Temp.pm
6563Installing /usr/local/share/perl5/IO/All/Socket.pm
6564Installing /usr/local/share/perl5/IO/All/Dir.pm
6565Installing /usr/local/share/perl5/IO/All/String.pod
6566Installing /usr/local/share/perl5/IO/All/STDIO.pod
6567Installing /usr/local/share/perl5/IO/All/Base.pm
6568Installing /usr/local/share/perl5/IO/All/STDIO.pm
6569Installing /usr/local/share/man/man3/IO::All.3pm
6570Installing /usr/local/share/man/man3/IO::All::Socket.3pm
6571Installing /usr/local/share/man/man3/IO::All::STDIO.3pm
6572Installing /usr/local/share/man/man3/IO::All::Temp.3pm
6573Installing /usr/local/share/man/man3/IO::All::Link.3pm
6574Installing /usr/local/share/man/man3/IO::All::DBM.3pm
6575Installing /usr/local/share/man/man3/IO::All::String.3pm
6576Installing /usr/local/share/man/man3/IO::All::Pipe.3pm
6577Installing /usr/local/share/man/man3/IO::All::Dir.3pm
6578Installing /usr/local/share/man/man3/IO::All::File.3pm
6579Installing /usr/local/share/man/man3/IO::All::MLDBM.3pm
6580Installing /usr/local/share/man/man3/IO::All::Filesys.3pm
6581Appending installation info to /usr/lib64/perl5/perllocal.pod
6582 INGY/IO-All-0.86.tar.gz
6583 /usr/bin/make install -- OK
6584Running install for module 'IO::LockedFile'
6585Running make for R/RA/RANI/IO-LockedFile-0.23.tar.gz
6586Fetching with HTTP::Tiny:
6587http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz
6588Fetching with HTTP::Tiny:
6589http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RA/RANI/CHECKSUMS
6590Checksum for /root/.cpan/sources/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz ok
6591
6592 CPAN.pm: Building R/RA/RANI/IO-LockedFile-0.23.tar.gz
6593
6594Unparsable version '' for prerequisite IO::File at Makefile.PL line 4.
6595Unparsable version '' for prerequisite Fcntl at Makefile.PL line 4.
6596Checking if your kit is complete...
6597Looks good
6598Writing Makefile for IO::LockedFile
6599Writing MYMETA.yml and MYMETA.json
6600cp LockedFile/Flock.pm blib/lib/IO/LockedFile/Flock.pm
6601cp LockedFile.pm blib/lib/IO/LockedFile.pm
6602Manifying blib/man3/IO::LockedFile::Flock.3pm
6603Manifying blib/man3/IO::LockedFile.3pm
6604 RANI/IO-LockedFile-0.23.tar.gz
6605 /usr/bin/make -- OK
6606Skipping test because of notest pragma
6607Running make install
6608Installing /usr/local/share/perl5/IO/LockedFile.pm
6609Installing /usr/local/share/perl5/IO/LockedFile/Flock.pm
6610Installing /usr/local/share/man/man3/IO::LockedFile.3pm
6611Installing /usr/local/share/man/man3/IO::LockedFile::Flock.3pm
6612Appending installation info to /usr/lib64/perl5/perllocal.pod
6613 RANI/IO-LockedFile-0.23.tar.gz
6614 /usr/bin/make install -- OK
6615Running install for module 'IO::Socket::SSL'
6616Running make for S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
6617Fetching with HTTP::Tiny:
6618http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
6619Fetching with HTTP::Tiny:
6620http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SU/SULLR/CHECKSUMS
6621Checksum for /root/.cpan/sources/authors/id/S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz ok
6622
6623 CPAN.pm: Building S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
6624
6625Checking if your kit is complete...
6626Looks good
6627Writing Makefile for IO::Socket::SSL
6628Writing MYMETA.yml and MYMETA.json
6629cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm
6630cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod
6631cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm
6632cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm
6633cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm
6634Manifying blib/man3/IO::Socket::SSL::PublicSuffix.3pm
6635Manifying blib/man3/IO::Socket::SSL.3pm
6636Manifying blib/man3/IO::Socket::SSL::Intercept.3pm
6637Manifying blib/man3/IO::Socket::SSL::Utils.3pm
6638 SULLR/IO-Socket-SSL-2.022.tar.gz
6639 /usr/bin/make -- OK
6640Skipping test because of notest pragma
6641Running make install
6642Installing /usr/local/share/perl5/IO/Socket/SSL.pm
6643Installing /usr/local/share/perl5/IO/Socket/SSL.pod
6644Installing /usr/local/share/perl5/IO/Socket/SSL/PublicSuffix.pm
6645Installing /usr/local/share/perl5/IO/Socket/SSL/Utils.pm
6646Installing /usr/local/share/perl5/IO/Socket/SSL/Intercept.pm
6647Installing /usr/local/share/man/man3/IO::Socket::SSL::Intercept.3pm
6648Installing /usr/local/share/man/man3/IO::Socket::SSL::PublicSuffix.3pm
6649Installing /usr/local/share/man/man3/IO::Socket::SSL.3pm
6650Installing /usr/local/share/man/man3/IO::Socket::SSL::Utils.3pm
6651Appending installation info to /usr/lib64/perl5/perllocal.pod
6652 SULLR/IO-Socket-SSL-2.022.tar.gz
6653 /usr/bin/make install -- OK
6654Running install for module 'Image::Size'
6655Running make for R/RJ/RJRAY/Image-Size-3.300.tar.gz
6656Fetching with HTTP::Tiny:
6657http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz
6658Fetching with HTTP::Tiny:
6659http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJRAY/CHECKSUMS
6660Checksum for /root/.cpan/sources/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz ok
6661
6662 CPAN.pm: Building R/RJ/RJRAY/Image-Size-3.300.tar.gz
6663
6664Checking if your kit is complete...
6665Looks good
6666Writing Makefile for Image::Size
6667Writing MYMETA.yml and MYMETA.json
6668cp lib/Image/Size.pm blib/lib/Image/Size.pm
6669cp imgsize blib/script/imgsize
6670/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/imgsize
6671Manifying blib/man1/imgsize.1
6672Manifying blib/man3/Image::Size.3pm
6673 RJRAY/Image-Size-3.300.tar.gz
6674 /usr/bin/make -- OK
6675Skipping test because of notest pragma
6676Running make install
6677Manifying blib/man1/imgsize.1
6678Installing /usr/local/share/perl5/Image/Size.pm
6679Installing /usr/local/share/man/man1/imgsize.1
6680Installing /usr/local/share/man/man3/Image::Size.3pm
6681Installing /usr/local/bin/imgsize
6682Appending installation info to /usr/lib64/perl5/perllocal.pod
6683 RJRAY/Image-Size-3.300.tar.gz
6684 /usr/bin/make install -- OK
6685JSON::XS is up to date (3.01).
6686Running install for module 'MIME::Base64'
6687Running make for G/GA/GAAS/MIME-Base64-3.15.tar.gz
6688Fetching with HTTP::Tiny:
6689http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/MIME-Base64-3.15.tar.gz
6690Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/MIME-Base64-3.15.tar.gz ok
6691
6692 CPAN.pm: Building G/GA/GAAS/MIME-Base64-3.15.tar.gz
6693
6694Checking if your kit is complete...
6695Looks good
6696Writing Makefile for MIME::Base64
6697Writing MYMETA.yml and MYMETA.json
6698cp QuotedPrint.pm blib/lib/MIME/QuotedPrint.pm
6699cp Base64.pm blib/lib/MIME/Base64.pm
6700/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
6701gcc -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
6702Running Mkbootstrap for MIME::Base64 ()
6703chmod 644 Base64.bs
6704rm -f blib/arch/auto/MIME/Base64/Base64.so
6705gcc -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 \
6706 \
6707
6708chmod 755 blib/arch/auto/MIME/Base64/Base64.so
6709cp Base64.bs blib/arch/auto/MIME/Base64/Base64.bs
6710chmod 644 blib/arch/auto/MIME/Base64/Base64.bs
6711Manifying blib/man3/MIME::QuotedPrint.3pm
6712Manifying blib/man3/MIME::Base64.3pm
6713 GAAS/MIME-Base64-3.15.tar.gz
6714 /usr/bin/make -- OK
6715Skipping test because of notest pragma
6716Running make install
6717Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
6718Installing /usr/local/lib64/perl5/auto/MIME/Base64/Base64.so
6719Installing /usr/local/lib64/perl5/auto/MIME/Base64/Base64.bs
6720Installing /usr/local/lib64/perl5/MIME/Base64.pm
6721Installing /usr/local/lib64/perl5/MIME/QuotedPrint.pm
6722Installing /usr/local/share/man/man3/MIME::Base64.3pm
6723Installing /usr/local/share/man/man3/MIME::QuotedPrint.3pm
6724Appending installation info to /usr/lib64/perl5/perllocal.pod
6725 GAAS/MIME-Base64-3.15.tar.gz
6726 /usr/bin/make install -- OK
6727Running install for module 'Mail::IMAPTalk'
6728Running make for R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
6729Fetching with HTTP::Tiny:
6730http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
6731Checksum for /root/.cpan/sources/authors/id/R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz ok
6732
6733 CPAN.pm: Building R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
6734
6735Checking if your kit is complete...
6736Looks good
6737Writing Makefile for Mail::IMAPTalk
6738Writing MYMETA.yml and MYMETA.json
6739cp IMAPTalk.pm blib/lib/Mail/IMAPTalk.pm
6740Manifying blib/man3/Mail::IMAPTalk.3pm
6741 ROBM/Mail-IMAPTalk-4.01.tar.gz
6742 /usr/bin/make -- OK
6743Skipping test because of notest pragma
6744Running make install
6745Installing /usr/local/share/perl5/Mail/IMAPTalk.pm
6746Installing /usr/local/share/man/man3/Mail::IMAPTalk.3pm
6747Appending installation info to /usr/lib64/perl5/perllocal.pod
6748 ROBM/Mail-IMAPTalk-4.01.tar.gz
6749 /usr/bin/make install -- OK
6750Running install for module 'Moose'
6751Running make for E/ET/ETHER/Moose-2.1604.tar.gz
6752Fetching with HTTP::Tiny:
6753http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Moose-2.1604.tar.gz
6754Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Moose-2.1604.tar.gz ok
6755---- Unsatisfied dependencies detected during ----
6756---- ETHER/Moose-2.1604.tar.gz ----
6757 Dist::CheckConflicts [build_requires]
6758Skipping test because of notest pragma
6759Running make install
6760 Make had some problems, won't install
6761 Delayed until after prerequisites
6762Running install for module 'Dist::CheckConflicts'
6763Running make for D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
6764Fetching with HTTP::Tiny:
6765http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
6766Fetching with HTTP::Tiny:
6767http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DO/DOY/CHECKSUMS
6768Checksum for /root/.cpan/sources/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz ok
6769
6770 CPAN.pm: Building D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
6771
6772Checking if your kit is complete...
6773Looks good
6774Writing Makefile for Dist::CheckConflicts
6775Writing MYMETA.yml and MYMETA.json
6776cp lib/Dist/CheckConflicts.pm blib/lib/Dist/CheckConflicts.pm
6777Manifying blib/man3/Dist::CheckConflicts.3pm
6778 DOY/Dist-CheckConflicts-0.11.tar.gz
6779 /usr/bin/make -- OK
6780Skipping test because of notest pragma
6781Running make install
6782Installing /usr/local/share/perl5/Dist/CheckConflicts.pm
6783Installing /usr/local/share/man/man3/Dist::CheckConflicts.3pm
6784Appending installation info to /usr/lib64/perl5/perllocal.pod
6785 DOY/Dist-CheckConflicts-0.11.tar.gz
6786 /usr/bin/make install -- OK
6787Running make for E/ET/ETHER/Moose-2.1604.tar.gz
6788
6789 CPAN.pm: Building E/ET/ETHER/Moose-2.1604.tar.gz
6790
6791Warning: prerequisite Class::Load::XS 0.01 not found.
6792Warning: prerequisite Devel::OverloadInfo 0.004 not found.
6793Warning: prerequisite Eval::Closure 0.04 not found.
6794Warning: prerequisite Module::Runtime::Conflicts 0.002 not found.
6795Warning: prerequisite Sub::Identify 0 not found.
6796Warning: prerequisite Sub::Name 0.05 not found.
6797Warning: prerequisite Try::Tiny 0.17 not found. We have 0.12.
6798Checking if your kit is complete...
6799Looks good
6800Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
6801Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
6802Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
6803Writing Makefile for Moose
6804Writing MYMETA.yml and MYMETA.json
6805---- Unsatisfied dependencies detected during ----
6806---- ETHER/Moose-2.1604.tar.gz ----
6807 Test::CleanNamespaces [build_requires]
6808 Devel::OverloadInfo [requires]
6809 Class::Load::XS [requires]
6810 Try::Tiny [requires]
6811 Eval::Closure [requires]
6812 Sub::Name [requires]
6813 Sub::Identify [requires]
6814 Module::Runtime::Conflicts [requires]
6815Skipping test because of notest pragma
6816Running make install
6817 Delayed until after prerequisites
6818Running install for module 'Test::CleanNamespaces'
6819Running make for E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
6820Fetching with HTTP::Tiny:
6821http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
6822Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz ok
6823
6824 CPAN.pm: Building E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
6825
6826Warning: prerequisite File::Find::Rule 0 not found.
6827Warning: prerequisite File::Find::Rule::Perl 0 not found.
6828Warning: prerequisite Sub::Identify 0 not found.
6829Warning: prerequisite namespace::clean 0 not found.
6830Checking if your kit is complete...
6831Looks good
6832Writing Makefile for Test::CleanNamespaces
6833Writing MYMETA.yml and MYMETA.json
6834---- Unsatisfied dependencies detected during ----
6835---- ETHER/Test-CleanNamespaces-0.18.tar.gz ----
6836 Sub::Identify [requires]
6837 File::Find::Rule [requires]
6838 File::Find::Rule::Perl [requires]
6839 namespace::clean [requires]
6840Skipping test because of notest pragma
6841Running make install
6842 Delayed until after prerequisites
6843Running install for module 'Sub::Identify'
6844Running make for R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
6845Fetching with HTTP::Tiny:
6846http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
6847Fetching with HTTP::Tiny:
6848http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RG/RGARCIA/CHECKSUMS
6849Checksum for /root/.cpan/sources/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz ok
6850
6851 CPAN.pm: Building R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
6852
6853Checking if your kit is complete...
6854Looks good
6855Writing Makefile for Sub::Identify
6856Writing MYMETA.yml and MYMETA.json
6857cp lib/Sub/Identify.pm blib/lib/Sub/Identify.pm
6858/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Identify.xs > Identify.xsc && mv Identify.xsc Identify.c
6859gcc -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
6860Running Mkbootstrap for Sub::Identify ()
6861chmod 644 Identify.bs
6862rm -f blib/arch/auto/Sub/Identify/Identify.so
6863gcc -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 \
6864 \
6865
6866chmod 755 blib/arch/auto/Sub/Identify/Identify.so
6867cp Identify.bs blib/arch/auto/Sub/Identify/Identify.bs
6868chmod 644 blib/arch/auto/Sub/Identify/Identify.bs
6869Manifying blib/man3/Sub::Identify.3pm
6870 RGARCIA/Sub-Identify-0.12.tar.gz
6871 /usr/bin/make -- OK
6872Skipping test because of notest pragma
6873Running make install
6874Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
6875Installing /usr/local/lib64/perl5/auto/Sub/Identify/Identify.bs
6876Installing /usr/local/lib64/perl5/auto/Sub/Identify/Identify.so
6877Installing /usr/local/lib64/perl5/Sub/Identify.pm
6878Installing /usr/local/share/man/man3/Sub::Identify.3pm
6879Appending installation info to /usr/lib64/perl5/perllocal.pod
6880 RGARCIA/Sub-Identify-0.12.tar.gz
6881 /usr/bin/make install -- OK
6882Running install for module 'File::Find::Rule'
6883Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
6884Fetching with HTTP::Tiny:
6885http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
6886Fetching with HTTP::Tiny:
6887http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/CHECKSUMS
6888Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz ok
6889
6890 CPAN.pm: Building R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
6891
6892Warning: prerequisite Number::Compare 0 not found.
6893Warning: prerequisite Text::Glob 0.07 not found.
6894Checking if your kit is complete...
6895Looks good
6896Writing Makefile for File::Find::Rule
6897Writing MYMETA.yml and MYMETA.json
6898---- Unsatisfied dependencies detected during ----
6899---- RCLAMP/File-Find-Rule-0.34.tar.gz ----
6900 Text::Glob [requires]
6901 Number::Compare [requires]
6902Skipping test because of notest pragma
6903Running make install
6904 Delayed until after prerequisites
6905Running install for module 'Text::Glob'
6906Running make for R/RC/RCLAMP/Text-Glob-0.09.tar.gz
6907Fetching with HTTP::Tiny:
6908http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz
6909Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz ok
6910
6911 CPAN.pm: Building R/RC/RCLAMP/Text-Glob-0.09.tar.gz
6912
6913Created MYMETA.yml and MYMETA.json
6914Creating new 'Build' script for 'Text-Glob' version '0.09'
6915Building Text-Glob
6916 RCLAMP/Text-Glob-0.09.tar.gz
6917 ./Build -- OK
6918Skipping test because of notest pragma
6919Running Build install
6920Building Text-Glob
6921Installing /usr/local/share/perl5/Text/Glob.pm
6922Installing /usr/local/share/man/man3/Text::Glob.3pm
6923 RCLAMP/Text-Glob-0.09.tar.gz
6924 ./Build install -- OK
6925Running install for module 'Number::Compare'
6926Running make for R/RC/RCLAMP/Number-Compare-0.03.tar.gz
6927Fetching with HTTP::Tiny:
6928http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz
6929Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz ok
6930
6931 CPAN.pm: Building R/RC/RCLAMP/Number-Compare-0.03.tar.gz
6932
6933Checking if your kit is complete...
6934Looks good
6935Writing Makefile for Number::Compare
6936Writing MYMETA.yml and MYMETA.json
6937cp lib/Number/Compare.pm blib/lib/Number/Compare.pm
6938Manifying blib/man3/Number::Compare.3pm
6939 RCLAMP/Number-Compare-0.03.tar.gz
6940 /usr/bin/make -- OK
6941Skipping test because of notest pragma
6942Running make install
6943Manifying blib/man3/Number::Compare.3pm
6944Installing /usr/local/share/perl5/Number/Compare.pm
6945Installing /usr/local/share/man/man3/Number::Compare.3pm
6946Appending installation info to /usr/lib64/perl5/perllocal.pod
6947 RCLAMP/Number-Compare-0.03.tar.gz
6948 /usr/bin/make install -- OK
6949Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
6950 Has already been unwrapped into directory /root/.cpan/build/File-Find-Rule-0.34-lCWzP9
6951
6952 CPAN.pm: Building R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
6953
6954cp lib/File/Find/Rule.pm blib/lib/File/Find/Rule.pm
6955cp lib/File/Find/Rule/Extending.pod blib/lib/File/Find/Rule/Extending.pod
6956cp lib/File/Find/Rule/Procedural.pod blib/lib/File/Find/Rule/Procedural.pod
6957cp findrule blib/script/findrule
6958/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/findrule
6959Manifying blib/man1/findrule.1
6960Manifying blib/man3/File::Find::Rule.3pm
6961Manifying blib/man3/File::Find::Rule::Extending.3pm
6962Manifying blib/man3/File::Find::Rule::Procedural.3pm
6963 RCLAMP/File-Find-Rule-0.34.tar.gz
6964 /usr/bin/make -- OK
6965Skipping test because of notest pragma
6966Running make install
6967Installing /usr/local/share/perl5/File/Find/Rule.pm
6968Installing /usr/local/share/perl5/File/Find/Rule/Procedural.pod
6969Installing /usr/local/share/perl5/File/Find/Rule/Extending.pod
6970Installing /usr/local/share/man/man1/findrule.1
6971Installing /usr/local/share/man/man3/File::Find::Rule.3pm
6972Installing /usr/local/share/man/man3/File::Find::Rule::Procedural.3pm
6973Installing /usr/local/share/man/man3/File::Find::Rule::Extending.3pm
6974Installing /usr/local/bin/findrule
6975Appending installation info to /usr/lib64/perl5/perllocal.pod
6976 RCLAMP/File-Find-Rule-0.34.tar.gz
6977 /usr/bin/make install -- OK
6978Running install for module 'File::Find::Rule::Perl'
6979Running make for E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
6980Fetching with HTTP::Tiny:
6981http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
6982Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz ok
6983
6984 CPAN.pm: Building E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
6985
6986Checking if your kit is complete...
6987Looks good
6988Writing Makefile for File::Find::Rule::Perl
6989Writing MYMETA.yml and MYMETA.json
6990cp lib/File/Find/Rule/Perl.pm blib/lib/File/Find/Rule/Perl.pm
6991Manifying blib/man3/File::Find::Rule::Perl.3pm
6992 ETHER/File-Find-Rule-Perl-1.15.tar.gz
6993 /usr/bin/make -- OK
6994Skipping test because of notest pragma
6995Running make install
6996Installing /usr/local/share/perl5/File/Find/Rule/Perl.pm
6997Installing /usr/local/share/man/man3/File::Find::Rule::Perl.3pm
6998Appending installation info to /usr/lib64/perl5/perllocal.pod
6999 ETHER/File-Find-Rule-Perl-1.15.tar.gz
7000 /usr/bin/make install -- OK
7001Running install for module 'namespace::clean'
7002Running make for R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
7003Fetching with HTTP::Tiny:
7004http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
7005Fetching with HTTP::Tiny:
7006http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RI/RIBASUSHI/CHECKSUMS
7007Checksum for /root/.cpan/sources/authors/id/R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz ok
7008
7009 CPAN.pm: Building R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
7010
7011Warning: prerequisite B::Hooks::EndOfScope 0.12 not found.
7012Checking if your kit is complete...
7013Looks good
7014Writing Makefile for namespace::clean
7015Writing MYMETA.yml and MYMETA.json
7016---- Unsatisfied dependencies detected during ----
7017---- RIBASUSHI/namespace-clean-0.26.tar.gz ----
7018 B::Hooks::EndOfScope [requires]
7019Skipping test because of notest pragma
7020Running make install
7021 Delayed until after prerequisites
7022Running install for module 'B::Hooks::EndOfScope'
7023Running make for E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
7024Fetching with HTTP::Tiny:
7025http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
7026Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz ok
7027
7028 CPAN.pm: Building E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
7029
7030Warning: prerequisite Variable::Magic 0.48 not found.
7031Checking if your kit is complete...
7032Looks good
7033Writing Makefile for B::Hooks::EndOfScope
7034Writing MYMETA.yml and MYMETA.json
7035---- Unsatisfied dependencies detected during ----
7036---- ETHER/B-Hooks-EndOfScope-0.15.tar.gz ----
7037 Variable::Magic [requires]
7038Skipping test because of notest pragma
7039Running make install
7040 Delayed until after prerequisites
7041Running install for module 'Variable::Magic'
7042Running make for V/VP/VPIT/Variable-Magic-0.59.tar.gz
7043Fetching with HTTP::Tiny:
7044http://ftp.hosteurope.de/pub/CPAN/authors/id/V/VP/VPIT/Variable-Magic-0.59.tar.gz
7045Fetching with HTTP::Tiny:
7046http://ftp.hosteurope.de/pub/CPAN/authors/id/V/VP/VPIT/CHECKSUMS
7047Checksum for /root/.cpan/sources/authors/id/V/VP/VPIT/Variable-Magic-0.59.tar.gz ok
7048
7049 CPAN.pm: Building V/VP/VPIT/Variable-Magic-0.59.tar.gz
7050
7051Checking if this is ActiveState Perl 5.8.8 build 822 or higher... no
7052Checking if this is gcc 3.4 on Windows trying to link against an import library... no
7053Checking if your kit is complete...
7054Looks good
7055Writing Makefile for Variable::Magic
7056Writing MYMETA.yml and MYMETA.json
7057cp lib/Variable/Magic.pm blib/lib/Variable/Magic.pm
7058/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Magic.xs > Magic.xsc && mv Magic.xsc Magic.c
7059gcc -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
7060Magic.xs: In function 'vmg_sv_len':
7061Magic.xs:19:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
7062 # define VOID2(T, P) (P)
7063 ^
7064Magic.xs:1353:16: note: in expansion of macro 'VOID2'
7065 const U8 *s = VOID2(const U8 *, VOID2(const void *, SvPV_const(sv, len)));
7066 ^
7067Running Mkbootstrap for Variable::Magic ()
7068chmod 644 Magic.bs
7069rm -f blib/arch/auto/Variable/Magic/Magic.so
7070gcc -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 \
7071 \
7072
7073chmod 755 blib/arch/auto/Variable/Magic/Magic.so
7074cp Magic.bs blib/arch/auto/Variable/Magic/Magic.bs
7075chmod 644 blib/arch/auto/Variable/Magic/Magic.bs
7076Manifying blib/man3/Variable::Magic.3pm
7077 VPIT/Variable-Magic-0.59.tar.gz
7078 /usr/bin/make -- OK
7079Skipping test because of notest pragma
7080Running make install
7081Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
7082Installing /usr/local/lib64/perl5/auto/Variable/Magic/Magic.so
7083Installing /usr/local/lib64/perl5/auto/Variable/Magic/Magic.bs
7084Installing /usr/local/lib64/perl5/Variable/Magic.pm
7085Installing /usr/local/share/man/man3/Variable::Magic.3pm
7086Appending installation info to /usr/lib64/perl5/perllocal.pod
7087 VPIT/Variable-Magic-0.59.tar.gz
7088 /usr/bin/make install -- OK
7089Running make for E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
7090 Has already been unwrapped into directory /root/.cpan/build/B-Hooks-EndOfScope-0.15-mTC6Qj
7091
7092 CPAN.pm: Building E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
7093
7094cp lib/B/Hooks/EndOfScope/PP/FieldHash.pm blib/lib/B/Hooks/EndOfScope/PP/FieldHash.pm
7095cp lib/B/Hooks/EndOfScope/PP.pm blib/lib/B/Hooks/EndOfScope/PP.pm
7096cp lib/B/Hooks/EndOfScope/XS.pm blib/lib/B/Hooks/EndOfScope/XS.pm
7097cp lib/B/Hooks/EndOfScope.pm blib/lib/B/Hooks/EndOfScope.pm
7098cp lib/B/Hooks/EndOfScope/PP/HintHash.pm blib/lib/B/Hooks/EndOfScope/PP/HintHash.pm
7099Manifying blib/man3/B::Hooks::EndOfScope::PP.3pm
7100Manifying blib/man3/B::Hooks::EndOfScope::XS.3pm
7101Manifying blib/man3/B::Hooks::EndOfScope.3pm
7102 ETHER/B-Hooks-EndOfScope-0.15.tar.gz
7103 /usr/bin/make -- OK
7104Skipping test because of notest pragma
7105Running make install
7106Installing /usr/local/share/perl5/B/Hooks/EndOfScope.pm
7107Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP.pm
7108Installing /usr/local/share/perl5/B/Hooks/EndOfScope/XS.pm
7109Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP/FieldHash.pm
7110Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP/HintHash.pm
7111Installing /usr/local/share/man/man3/B::Hooks::EndOfScope::XS.3pm
7112Installing /usr/local/share/man/man3/B::Hooks::EndOfScope.3pm
7113Installing /usr/local/share/man/man3/B::Hooks::EndOfScope::PP.3pm
7114Appending installation info to /usr/lib64/perl5/perllocal.pod
7115 ETHER/B-Hooks-EndOfScope-0.15.tar.gz
7116 /usr/bin/make install -- OK
7117Running make for R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
7118 Has already been unwrapped into directory /root/.cpan/build/namespace-clean-0.26-8k4jQW
7119
7120 CPAN.pm: Building R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
7121
7122cp lib/namespace/clean.pm blib/lib/namespace/clean.pm
7123cp lib/namespace/clean/_Util.pm blib/lib/namespace/clean/_Util.pm
7124Manifying blib/man3/namespace::clean.3pm
7125 RIBASUSHI/namespace-clean-0.26.tar.gz
7126 /usr/bin/make -- OK
7127Skipping test because of notest pragma
7128Running make install
7129Installing /usr/local/share/perl5/namespace/clean.pm
7130Installing /usr/local/share/perl5/namespace/clean/_Util.pm
7131Installing /usr/local/share/man/man3/namespace::clean.3pm
7132Appending installation info to /usr/lib64/perl5/perllocal.pod
7133 RIBASUSHI/namespace-clean-0.26.tar.gz
7134 /usr/bin/make install -- OK
7135Running make for E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
7136 Has already been unwrapped into directory /root/.cpan/build/Test-CleanNamespaces-0.18-fnvapH
7137
7138 CPAN.pm: Building E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
7139
7140cp lib/Test/CleanNamespaces.pm blib/lib/Test/CleanNamespaces.pm
7141Manifying blib/man3/Test::CleanNamespaces.3pm
7142 ETHER/Test-CleanNamespaces-0.18.tar.gz
7143 /usr/bin/make -- OK
7144Skipping test because of notest pragma
7145Running make install
7146Installing /usr/local/share/perl5/Test/CleanNamespaces.pm
7147Installing /usr/local/share/man/man3/Test::CleanNamespaces.3pm
7148Appending installation info to /usr/lib64/perl5/perllocal.pod
7149 ETHER/Test-CleanNamespaces-0.18.tar.gz
7150 /usr/bin/make install -- OK
7151Running install for module 'Devel::OverloadInfo'
7152Running make for I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
7153Fetching with HTTP::Tiny:
7154http://ftp.hosteurope.de/pub/CPAN/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
7155Fetching with HTTP::Tiny:
7156http://ftp.hosteurope.de/pub/CPAN/authors/id/I/IL/ILMARI/CHECKSUMS
7157Checksum for /root/.cpan/sources/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz ok
7158
7159 CPAN.pm: Building I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
7160
7161Checking if your kit is complete...
7162Looks good
7163Writing Makefile for Devel::OverloadInfo
7164Writing MYMETA.yml and MYMETA.json
7165cp lib/Devel/OverloadInfo.pm blib/lib/Devel/OverloadInfo.pm
7166Manifying blib/man3/Devel::OverloadInfo.3pm
7167 ILMARI/Devel-OverloadInfo-0.004.tar.gz
7168 /usr/bin/make -- OK
7169Skipping test because of notest pragma
7170Running make install
7171Manifying blib/man3/Devel::OverloadInfo.3pm
7172Installing /usr/local/share/perl5/Devel/OverloadInfo.pm
7173Installing /usr/local/share/man/man3/Devel::OverloadInfo.3pm
7174Appending installation info to /usr/lib64/perl5/perllocal.pod
7175 ILMARI/Devel-OverloadInfo-0.004.tar.gz
7176 /usr/bin/make install -- OK
7177Running install for module 'Class::Load::XS'
7178Running make for E/ET/ETHER/Class-Load-XS-0.09.tar.gz
7179Fetching with HTTP::Tiny:
7180http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Class-Load-XS-0.09.tar.gz
7181Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Class-Load-XS-0.09.tar.gz ok
7182
7183 CPAN.pm: Building E/ET/ETHER/Class-Load-XS-0.09.tar.gz
7184
7185Checking if your kit is complete...
7186Looks good
7187Writing Makefile for Class::Load::XS
7188Writing MYMETA.yml and MYMETA.json
7189cp lib/Class/Load/XS.pm blib/lib/Class/Load/XS.pm
7190/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap XS.xs > XS.xsc && mv XS.xsc XS.c
7191gcc -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
7192XS.c: In function 'XS_Class__Load__XS_is_class_loaded':
7193XS.xs:100:14: warning: unused variable 'found_method' [-Wunused-variable]
7194 bool found_method = FALSE;
7195 ^
7196Running Mkbootstrap for Class::Load::XS ()
7197chmod 644 XS.bs
7198rm -f blib/arch/auto/Class/Load/XS/XS.so
7199gcc -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 \
7200 \
7201
7202chmod 755 blib/arch/auto/Class/Load/XS/XS.so
7203cp XS.bs blib/arch/auto/Class/Load/XS/XS.bs
7204chmod 644 blib/arch/auto/Class/Load/XS/XS.bs
7205Manifying blib/man3/Class::Load::XS.3pm
7206 ETHER/Class-Load-XS-0.09.tar.gz
7207 /usr/bin/make -- OK
7208Skipping test because of notest pragma
7209Running make install
7210Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
7211Installing /usr/local/lib64/perl5/auto/Class/Load/XS/XS.bs
7212Installing /usr/local/lib64/perl5/auto/Class/Load/XS/XS.so
7213Installing /usr/local/lib64/perl5/Class/Load/XS.pm
7214Installing /usr/local/share/man/man3/Class::Load::XS.3pm
7215Appending installation info to /usr/lib64/perl5/perllocal.pod
7216 ETHER/Class-Load-XS-0.09.tar.gz
7217 /usr/bin/make install -- OK
7218Running install for module 'Try::Tiny'
7219Running make for E/ET/ETHER/Try-Tiny-0.24.tar.gz
7220Fetching with HTTP::Tiny:
7221http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz
7222Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz ok
7223
7224 CPAN.pm: Building E/ET/ETHER/Try-Tiny-0.24.tar.gz
7225
7226Checking if your kit is complete...
7227Looks good
7228Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
7229Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
7230Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
7231Writing Makefile for Try::Tiny
7232Writing MYMETA.yml and MYMETA.json
7233cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm
7234Manifying blib/man3/Try::Tiny.3pm
7235 ETHER/Try-Tiny-0.24.tar.gz
7236 /usr/bin/make -- OK
7237Skipping test because of notest pragma
7238Running make install
7239Installing /usr/local/share/perl5/Try/Tiny.pm
7240Installing /usr/local/share/man/man3/Try::Tiny.3pm
7241Appending installation info to /usr/lib64/perl5/perllocal.pod
7242 ETHER/Try-Tiny-0.24.tar.gz
7243 /usr/bin/make install -- OK
7244Running install for module 'Eval::Closure'
7245Running make for D/DO/DOY/Eval-Closure-0.13.tar.gz
7246Fetching with HTTP::Tiny:
7247http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DO/DOY/Eval-Closure-0.13.tar.gz
7248Checksum for /root/.cpan/sources/authors/id/D/DO/DOY/Eval-Closure-0.13.tar.gz ok
7249
7250 CPAN.pm: Building D/DO/DOY/Eval-Closure-0.13.tar.gz
7251
7252Checking if your kit is complete...
7253Looks good
7254Writing Makefile for Eval::Closure
7255Writing MYMETA.yml and MYMETA.json
7256cp lib/Eval/Closure.pm blib/lib/Eval/Closure.pm
7257Manifying blib/man3/Eval::Closure.3pm
7258 DOY/Eval-Closure-0.13.tar.gz
7259 /usr/bin/make -- OK
7260Skipping test because of notest pragma
7261Running make install
7262Installing /usr/local/share/perl5/Eval/Closure.pm
7263Installing /usr/local/share/man/man3/Eval::Closure.3pm
7264Appending installation info to /usr/lib64/perl5/perllocal.pod
7265 DOY/Eval-Closure-0.13.tar.gz
7266 /usr/bin/make install -- OK
7267Running install for module 'Sub::Name'
7268Running make for E/ET/ETHER/Sub-Name-0.14.tar.gz
7269Fetching with HTTP::Tiny:
7270http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Sub-Name-0.14.tar.gz
7271Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Sub-Name-0.14.tar.gz ok
7272
7273 CPAN.pm: Building E/ET/ETHER/Sub-Name-0.14.tar.gz
7274
7275Checking if your kit is complete...
7276Looks good
7277Writing Makefile for Sub::Name
7278Writing MYMETA.yml and MYMETA.json
7279cp lib/Sub/Name.pm blib/lib/Sub/Name.pm
7280/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Name.xs > Name.xsc && mv Name.xsc Name.c
7281gcc -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
7282Running Mkbootstrap for Sub::Name ()
7283chmod 644 Name.bs
7284rm -f blib/arch/auto/Sub/Name/Name.so
7285gcc -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 \
7286 \
7287
7288chmod 755 blib/arch/auto/Sub/Name/Name.so
7289cp Name.bs blib/arch/auto/Sub/Name/Name.bs
7290chmod 644 blib/arch/auto/Sub/Name/Name.bs
7291Manifying blib/man3/Sub::Name.3pm
7292 ETHER/Sub-Name-0.14.tar.gz
7293 /usr/bin/make -- OK
7294Skipping test because of notest pragma
7295Running make install
7296Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
7297Installing /usr/local/lib64/perl5/auto/Sub/Name/Name.so
7298Installing /usr/local/lib64/perl5/auto/Sub/Name/Name.bs
7299Installing /usr/local/lib64/perl5/Sub/Name.pm
7300Installing /usr/local/share/man/man3/Sub::Name.3pm
7301Appending installation info to /usr/lib64/perl5/perllocal.pod
7302 ETHER/Sub-Name-0.14.tar.gz
7303 /usr/bin/make install -- OK
7304Running install for module 'Module::Runtime::Conflicts'
7305Running make for E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
7306Fetching with HTTP::Tiny:
7307http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
7308Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz ok
7309
7310 CPAN.pm: Building E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
7311
7312Creating new 'Build' script for 'Module-Runtime-Conflicts' version '0.002'
7313cp lib/Module/Runtime/Conflicts.pm blib/lib/Module/Runtime/Conflicts.pm
7314 ETHER/Module-Runtime-Conflicts-0.002.tar.gz
7315 ./Build -- OK
7316Skipping test because of notest pragma
7317Running Build install
7318Installing /usr/local/share/perl5/Module/Runtime/Conflicts.pm
7319Installing /usr/local/share/man/man3/Module::Runtime::Conflicts.3pm
7320 ETHER/Module-Runtime-Conflicts-0.002.tar.gz
7321 ./Build install -- OK
7322Running make for E/ET/ETHER/Moose-2.1604.tar.gz
7323 Has already been unwrapped into directory /root/.cpan/build/Moose-2.1604-Q5Fugr
7324
7325 CPAN.pm: Building E/ET/ETHER/Moose-2.1604.tar.gz
7326
7327cp lib/Moose/Exception/AttributeIsRequired.pm blib/lib/Moose/Exception/AttributeIsRequired.pm
7328cp lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm blib/lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm
7329cp lib/Moose/Manual/MOP.pod blib/lib/Moose/Manual/MOP.pod
7330cp lib/Moose/Meta/TypeCoercion/Union.pm blib/lib/Moose/Meta/TypeCoercion/Union.pm
7331cp lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm blib/lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm
7332cp lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm blib/lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm
7333cp lib/Moose/Exception/CouldNotParseType.pm blib/lib/Moose/Exception/CouldNotParseType.pm
7334cp lib/Moose/Exception/CircularReferenceInAlso.pm blib/lib/Moose/Exception/CircularReferenceInAlso.pm
7335cp lib/Moose/Exception/InvalidHandleValue.pm blib/lib/Moose/Exception/InvalidHandleValue.pm
7336cp lib/Moose/Exception/IsaLacksDoesMethod.pm blib/lib/Moose/Exception/IsaLacksDoesMethod.pm
7337cp lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm
7338cp lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm blib/lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm
7339cp lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm
7340cp lib/Moose/Meta/Method/Accessor/Native/Hash.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash.pm
7341cp lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod blib/lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod
7342cp lib/Class/MOP/Mixin/HasAttributes.pm blib/lib/Class/MOP/Mixin/HasAttributes.pm
7343cp lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm
7344cp lib/Moose/Manual/MooseX.pod blib/lib/Moose/Manual/MooseX.pod
7345cp lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod blib/lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod
7346cp lib/Moose/Deprecated.pm blib/lib/Moose/Deprecated.pm
7347cp lib/Moose/Meta/Role/Composite.pm blib/lib/Moose/Meta/Role/Composite.pm
7348cp lib/Moose/Exception/CouldNotEvalDestructor.pm blib/lib/Moose/Exception/CouldNotEvalDestructor.pm
7349cp lib/Class/MOP/MiniTrait.pm blib/lib/Class/MOP/MiniTrait.pm
7350cp lib/Moose/Meta/Method/Accessor/Native/String/append.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/append.pm
7351cp lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm
7352cp lib/Moose/Meta/Class.pm blib/lib/Moose/Meta/Class.pm
7353cp lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod blib/lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod
7354cp lib/oose.pm blib/lib/oose.pm
7355cp lib/Class/MOP/Mixin/AttributeCore.pm blib/lib/Class/MOP/Mixin/AttributeCore.pm
7356cp lib/Class/MOP/Method/Generated.pm blib/lib/Class/MOP/Method/Generated.pm
7357cp lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm
7358cp lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm blib/lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm
7359cp lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm
7360cp lib/Moose/Meta/Role/Method/Conflicting.pm blib/lib/Moose/Meta/Role/Method/Conflicting.pm
7361cp lib/Moose/Exception/CannotCalculateNativeType.pm blib/lib/Moose/Exception/CannotCalculateNativeType.pm
7362cp lib/Class/MOP/Mixin/HasMethods.pm blib/lib/Class/MOP/Mixin/HasMethods.pm
7363cp lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm
7364cp lib/Moose/Exception/AttributeValueIsNotAnObject.pm blib/lib/Moose/Exception/AttributeValueIsNotAnObject.pm
7365cp lib/Moose/Exception/TriggerMustBeACodeRef.pm blib/lib/Moose/Exception/TriggerMustBeACodeRef.pm
7366cp lib/Moose/Exception/NoParentGivenToSubtype.pm blib/lib/Moose/Exception/NoParentGivenToSubtype.pm
7367cp lib/Moose/Exception/CoercionAlreadyExists.pm blib/lib/Moose/Exception/CoercionAlreadyExists.pm
7368cp lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm blib/lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm
7369cp lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm blib/lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm
7370cp lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm blib/lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm
7371cp lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm blib/lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm
7372cp lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm
7373cp lib/Moose/Exception/MethodNameConflictInRoles.pm blib/lib/Moose/Exception/MethodNameConflictInRoles.pm
7374cp lib/Moose/Exception/OverloadConflictInSummation.pm blib/lib/Moose/Exception/OverloadConflictInSummation.pm
7375cp lib/Class/MOP.pm blib/lib/Class/MOP.pm
7376cp lib/Moose/Exception/RoleExclusionConflict.pm blib/lib/Moose/Exception/RoleExclusionConflict.pm
7377cp lib/Moose/Exception/Role/Method.pm blib/lib/Moose/Exception/Role/Method.pm
7378cp lib/Moose/Exception/BuilderDoesNotExist.pm blib/lib/Moose/Exception/BuilderDoesNotExist.pm
7379cp lib/Moose/Exception/MustSpecifyAtleastOneRole.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRole.pm
7380cp lib/Moose/Exception/Role/Instance.pm blib/lib/Moose/Exception/Role/Instance.pm
7381cp lib/Moose/Exception/CannotAugmentNoSuperMethod.pm blib/lib/Moose/Exception/CannotAugmentNoSuperMethod.pm
7382cp lib/Moose/Meta/Role/Method.pm blib/lib/Moose/Meta/Role/Method.pm
7383cp lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm
7384cp lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm
7385cp lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm
7386cp lib/Class/MOP/Method.pm blib/lib/Class/MOP/Method.pm
7387cp lib/Moose/Meta/TypeConstraint/Class.pm blib/lib/Moose/Meta/TypeConstraint/Class.pm
7388cp lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm
7389cp lib/Moose/Exception/MustDefineAMethodName.pm blib/lib/Moose/Exception/MustDefineAMethodName.pm
7390cp lib/Moose/Meta/Method/Augmented.pm blib/lib/Moose/Meta/Method/Augmented.pm
7391cp lib/Class/MOP/Mixin.pm blib/lib/Class/MOP/Mixin.pm
7392cp lib/Moose/Manual/Contributing.pod blib/lib/Moose/Manual/Contributing.pod
7393cp lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm
7394cp lib/Moose/Exception/MustSupplyAMetaclass.pm blib/lib/Moose/Exception/MustSupplyAMetaclass.pm
7395cp lib/Moose/Meta/Method/Accessor/Native/Array/join.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/join.pm
7396cp lib/Moose/Exception/CannotDelegateWithoutIsa.pm blib/lib/Moose/Exception/CannotDelegateWithoutIsa.pm
7397cp lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm blib/lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm
7398cp lib/Moose/Meta/Attribute.pm blib/lib/Moose/Meta/Attribute.pm
7399cp lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod blib/lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod
7400cp lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod
7401cp lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm
7402cp lib/Moose/Cookbook/Extending/ExtensionOverview.pod blib/lib/Moose/Cookbook/Extending/ExtensionOverview.pod
7403cp lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm blib/lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm
7404cp lib/Moose/Exception/IllegalInheritedOptions.pm blib/lib/Moose/Exception/IllegalInheritedOptions.pm
7405cp lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm
7406cp lib/Moose/Exception/MustSupplyPackageNameAndName.pm blib/lib/Moose/Exception/MustSupplyPackageNameAndName.pm
7407cp lib/Moose/Manual/Support.pod blib/lib/Moose/Manual/Support.pod
7408cp lib/Moose/Intro.pod blib/lib/Moose/Intro.pod
7409cp lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm blib/lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm
7410cp lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm
7411cp lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm blib/lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm
7412cp lib/Moose/Exception/CouldNotEvalConstructor.pm blib/lib/Moose/Exception/CouldNotEvalConstructor.pm
7413cp lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm
7414cp lib/Moose/Exception/CannotCoerceAWeakRef.pm blib/lib/Moose/Exception/CannotCoerceAWeakRef.pm
7415cp lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm blib/lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm
7416cp lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm blib/lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm
7417cp lib/Moose/Util/TypeConstraints/Builtins.pm blib/lib/Moose/Util/TypeConstraints/Builtins.pm
7418cp lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm blib/lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm
7419cp lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm
7420cp lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm blib/lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm
7421cp lib/Moose/Meta/Method/Accessor/Native.pm blib/lib/Moose/Meta/Method/Accessor/Native.pm
7422cp lib/Moose/Meta/Attribute/Native.pm blib/lib/Moose/Meta/Attribute/Native.pm
7423cp lib/Moose/Meta/Role/Application/RoleSummation.pm blib/lib/Moose/Meta/Role/Application/RoleSummation.pm
7424cp lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm blib/lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm
7425cp lib/Moose/Cookbook/Snack/Keywords.pod blib/lib/Moose/Cookbook/Snack/Keywords.pod
7426cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm
7427cp lib/Moose/Cookbook/Basics/Company_Subtypes.pod blib/lib/Moose/Cookbook/Basics/Company_Subtypes.pod
7428cp lib/Class/MOP/Method/Wrapped.pm blib/lib/Class/MOP/Method/Wrapped.pm
7429cp lib/Moose/Exception/CodeBlockMustBeACodeRef.pm blib/lib/Moose/Exception/CodeBlockMustBeACodeRef.pm
7430cp lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm blib/lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm
7431cp lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm
7432cp lib/metaclass.pm blib/lib/metaclass.pm
7433cp lib/Class/MOP/Overload.pm blib/lib/Class/MOP/Overload.pm
7434cp lib/Moose/Meta/Method.pm blib/lib/Moose/Meta/Method.pm
7435cp lib/Moose/Manual/Delegation.pod blib/lib/Moose/Manual/Delegation.pod
7436cp lib/Moose/Manual/Delta.pod blib/lib/Moose/Manual/Delta.pod
7437cp lib/Moose/Exception/CannotCallAnAbstractMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractMethod.pm
7438cp lib/Moose/Exception/AttributeConflictInRoles.pm blib/lib/Moose/Exception/AttributeConflictInRoles.pm
7439cp lib/Moose/Meta/TypeConstraint/Registry.pm blib/lib/Moose/Meta/TypeConstraint/Registry.pm
7440cp lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm blib/lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm
7441cp lib/Moose/Exception/RolesDoNotSupportInner.pm blib/lib/Moose/Exception/RolesDoNotSupportInner.pm
7442cp lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm
7443cp lib/Moose/Util/TypeConstraints.pm blib/lib/Moose/Util/TypeConstraints.pm
7444cp lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm blib/lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm
7445cp lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm
7446cp lib/Moose/Exception/MethodModifierNeedsMethodName.pm blib/lib/Moose/Exception/MethodModifierNeedsMethodName.pm
7447cp lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm
7448cp lib/Moose/Exception/CannotMakeMetaclassCompatible.pm blib/lib/Moose/Exception/CannotMakeMetaclassCompatible.pm
7449cp lib/Moose/Meta/Role/Application/ToClass.pm blib/lib/Moose/Meta/Role/Application/ToClass.pm
7450cp lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm
7451cp lib/Moose/Exception/CannotFindType.pm blib/lib/Moose/Exception/CannotFindType.pm
7452cp lib/Moose/Meta/Object/Trait.pm blib/lib/Moose/Meta/Object/Trait.pm
7453cp lib/Moose/Exception/ClassDoesTheExcludedRole.pm blib/lib/Moose/Exception/ClassDoesTheExcludedRole.pm
7454cp lib/Moose/Meta/Method/Accessor/Native/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Writer.pm
7455cp lib/Moose/Exception/CoercingWithoutCoercions.pm blib/lib/Moose/Exception/CoercingWithoutCoercions.pm
7456cp lib/Moose/Exception/IsaDoesNotDoTheRole.pm blib/lib/Moose/Exception/IsaDoesNotDoTheRole.pm
7457cp lib/Moose/Exception/MessageParameterMustBeCodeRef.pm blib/lib/Moose/Exception/MessageParameterMustBeCodeRef.pm
7458cp lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod
7459cp lib/Moose/Exception/CanOnlyWrapBlessedCode.pm blib/lib/Moose/Exception/CanOnlyWrapBlessedCode.pm
7460cp lib/Moose/Meta/Role/Attribute.pm blib/lib/Moose/Meta/Role/Attribute.pm
7461cp lib/Moose/Meta/Instance.pm blib/lib/Moose/Meta/Instance.pm
7462cp lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm
7463cp lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm
7464cp lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm
7465cp lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm
7466cp lib/Moose/Exception/NoDestructorClassSpecified.pm blib/lib/Moose/Exception/NoDestructorClassSpecified.pm
7467cp lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm
7468cp lib/Moose/Exception/WrongTypeConstraintGiven.pm blib/lib/Moose/Exception/WrongTypeConstraintGiven.pm
7469cp lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm blib/lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm
7470cp lib/Moose/Exception/RolesDoNotSupportExtends.pm blib/lib/Moose/Exception/RolesDoNotSupportExtends.pm
7471cp lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm
7472cp lib/Moose/Exception/MetaclassTypeIncompatible.pm blib/lib/Moose/Exception/MetaclassTypeIncompatible.pm
7473cp lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm
7474cp lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm
7475cp lib/Moose/Meta/TypeCoercion.pm blib/lib/Moose/Meta/TypeCoercion.pm
7476cp lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm
7477cp lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm
7478cp lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm blib/lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm
7479cp lib/Moose/Exception/MustSupplyADelegateToMethod.pm blib/lib/Moose/Exception/MustSupplyADelegateToMethod.pm
7480cp lib/Moose/Exception/MustPassEvenNumberOfArguments.pm blib/lib/Moose/Exception/MustPassEvenNumberOfArguments.pm
7481cp lib/Moose/Meta/Role.pm blib/lib/Moose/Meta/Role.pm
7482cp lib/Moose/Exception/CoercionNeedsTypeConstraint.pm blib/lib/Moose/Exception/CoercionNeedsTypeConstraint.pm
7483cp lib/Moose/Exception/CannotGenerateInlineConstraint.pm blib/lib/Moose/Exception/CannotGenerateInlineConstraint.pm
7484cp lib/Moose/Exception.pm blib/lib/Moose/Exception.pm
7485cp lib/Moose/Exception/AccessorMustReadWrite.pm blib/lib/Moose/Exception/AccessorMustReadWrite.pm
7486cp lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm blib/lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm
7487cp lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm blib/lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm
7488cp lib/Moose.pm blib/lib/Moose.pm
7489cp lib/Moose/Exception/NoAttributeFoundInSuperClass.pm blib/lib/Moose/Exception/NoAttributeFoundInSuperClass.pm
7490cp lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm blib/lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm
7491cp lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod blib/lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod
7492cp lib/Moose/Exception/HandlesMustBeAHashRef.pm blib/lib/Moose/Exception/HandlesMustBeAHashRef.pm
7493cp lib/Moose/Exception/InvalidOverloadOperator.pm blib/lib/Moose/Exception/InvalidOverloadOperator.pm
7494cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm
7495cp lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm
7496cp lib/Moose/Exception/InstanceMustBeABlessedReference.pm blib/lib/Moose/Exception/InstanceMustBeABlessedReference.pm
7497cp lib/Moose/Exception/WrapTakesACodeRefToBless.pm blib/lib/Moose/Exception/WrapTakesACodeRefToBless.pm
7498cp lib/Moose/Meta/Method/Accessor/Native/Array.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array.pm
7499cp lib/Class/MOP/Mixin/HasOverloads.pm blib/lib/Class/MOP/Mixin/HasOverloads.pm
7500cp lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm
7501cp lib/Moose/Exception/CannotOverrideALocalMethod.pm blib/lib/Moose/Exception/CannotOverrideALocalMethod.pm
7502cp lib/Moose/Meta/Method/Accessor/Native/String/replace.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm
7503cp lib/Moose/Exception/InvalidTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeConstraint.pm
7504cp lib/Moose/Meta/TypeConstraint/Enum.pm blib/lib/Moose/Meta/TypeConstraint/Enum.pm
7505cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm
7506cp lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm
7507cp lib/Class/MOP/Method/Constructor.pm blib/lib/Class/MOP/Method/Constructor.pm
7508cp lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm
7509cp lib/Moose/Exception/MatchActionMustBeACodeRef.pm blib/lib/Moose/Exception/MatchActionMustBeACodeRef.pm
7510cp lib/Moose/Exception/OverloadRequiresAnOperator.pm blib/lib/Moose/Exception/OverloadRequiresAnOperator.pm
7511cp lib/Moose/Exception/CreateTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateTakesHashRefOfMethods.pm
7512cp lib/Moose/Exception/Role/RoleForCreateMOPClass.pm blib/lib/Moose/Exception/Role/RoleForCreateMOPClass.pm
7513cp lib/Moose/Exception/RequiredAttributeLacksInitialization.pm blib/lib/Moose/Exception/RequiredAttributeLacksInitialization.pm
7514cp lib/Moose/Meta/Method/Constructor.pm blib/lib/Moose/Meta/Method/Constructor.pm
7515cp lib/Moose/Meta/Attribute/Native/Trait/Counter.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm
7516cp lib/Moose/Meta/TypeConstraint.pm blib/lib/Moose/Meta/TypeConstraint.pm
7517cp lib/Moose/Meta/Method/Accessor/Native/Reader.pm blib/lib/Moose/Meta/Method/Accessor/Native/Reader.pm
7518cp lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm
7519cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm
7520cp lib/Moose/Exception/CouldNotCreateMethod.pm blib/lib/Moose/Exception/CouldNotCreateMethod.pm
7521cp lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm blib/lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm
7522cp lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm blib/lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm
7523cp lib/Moose/Exception/InvalidRoleApplication.pm blib/lib/Moose/Exception/InvalidRoleApplication.pm
7524cp lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm blib/lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm
7525cp lib/Moose/Cookbook/Basics/Immutable.pod blib/lib/Moose/Cookbook/Basics/Immutable.pod
7526cp lib/Moose/Meta/Attribute/Native/Trait/Hash.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm
7527cp lib/Moose/Meta/Method/Accessor/Native/Number/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm
7528cp lib/Moose/Util/MetaRole.pm blib/lib/Moose/Util/MetaRole.pm
7529cp lib/Moose/Exception/OnlyInstancesCanBeCloned.pm blib/lib/Moose/Exception/OnlyInstancesCanBeCloned.pm
7530cp lib/Moose/Exception/RolesDoNotSupportAugment.pm blib/lib/Moose/Exception/RolesDoNotSupportAugment.pm
7531cp lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm blib/lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm
7532cp lib/Moose/Exception/MustPassAHashOfOptions.pm blib/lib/Moose/Exception/MustPassAHashOfOptions.pm
7533cp lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm blib/lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm
7534cp lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm blib/lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm
7535cp lib/Moose/Manual/Roles.pod blib/lib/Moose/Manual/Roles.pod
7536cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm
7537cp lib/Moose/Exception/MetaclassNotLoaded.pm blib/lib/Moose/Exception/MetaclassNotLoaded.pm
7538cp lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm
7539cp lib/Moose/Exception/RoleDoesTheExcludedRole.pm blib/lib/Moose/Exception/RoleDoesTheExcludedRole.pm
7540cp lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm
7541cp lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod
7542cp lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod blib/lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod
7543cp lib/Moose/Meta/Method/Accessor.pm blib/lib/Moose/Meta/Method/Accessor.pm
7544cp lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm
7545cp lib/Moose/Exception/MethodNameNotGiven.pm blib/lib/Moose/Exception/MethodNameNotGiven.pm
7546cp lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm blib/lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm
7547cp lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm blib/lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm
7548cp lib/Moose/Exception/CanExtendOnlyClasses.pm blib/lib/Moose/Exception/CanExtendOnlyClasses.pm
7549cp lib/Moose/Meta/TypeConstraint/Parameterizable.pm blib/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
7550cp lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod blib/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
7551cp lib/Class/MOP/Class.pm blib/lib/Class/MOP/Class.pm
7552cp lib/Moose/Exception/CannotOverrideNoSuperMethod.pm blib/lib/Moose/Exception/CannotOverrideNoSuperMethod.pm
7553cp lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm blib/lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm
7554cp lib/Moose/Exception/AttributeNamesDoNotMatch.pm blib/lib/Moose/Exception/AttributeNamesDoNotMatch.pm
7555cp lib/Moose/Manual/Classes.pod blib/lib/Moose/Manual/Classes.pod
7556cp lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm
7557cp lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm
7558cp lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm
7559cp lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm blib/lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm
7560cp lib/Moose/Manual/FAQ.pod blib/lib/Moose/Manual/FAQ.pod
7561cp lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm blib/lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm
7562cp lib/Moose/Exception/MustProvideANameForTheAttribute.pm blib/lib/Moose/Exception/MustProvideANameForTheAttribute.pm
7563cp lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm
7564cp lib/Moose/Exception/Role/InvalidAttributeOptions.pm blib/lib/Moose/Exception/Role/InvalidAttributeOptions.pm
7565cp lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm
7566cp lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm
7567cp lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod
7568cp lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod
7569cp lib/Moose/Exception/Role/Attribute.pm blib/lib/Moose/Exception/Role/Attribute.pm
7570cp lib/Moose/Meta/Role/Method/Required.pm blib/lib/Moose/Meta/Role/Method/Required.pm
7571cp lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm blib/lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm
7572cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm
7573cp lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod blib/lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod
7574cp lib/Moose/Exception/Role/AttributeName.pm blib/lib/Moose/Exception/Role/AttributeName.pm
7575cp lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod
7576cp lib/Moose/Meta/Method/Accessor/Native/String/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/clear.pm
7577cp lib/Moose/Spec/Role.pod blib/lib/Moose/Spec/Role.pod
7578cp lib/Moose/Meta/Method/Accessor/Native/Array/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/set.pm
7579cp lib/Moose/Manual/Exceptions/Manifest.pod blib/lib/Moose/Manual/Exceptions/Manifest.pod
7580cp lib/Moose/Exception/Role/Role.pm blib/lib/Moose/Exception/Role/Role.pm
7581cp lib/Moose/Util.pm blib/lib/Moose/Util.pm
7582cp lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm
7583cp lib/Moose/Exception/ExtendsMissingArgs.pm blib/lib/Moose/Exception/ExtendsMissingArgs.pm
7584cp lib/Moose/Role.pm blib/lib/Moose/Role.pm
7585cp lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm
7586cp lib/Moose/Manual/Attributes.pod blib/lib/Moose/Manual/Attributes.pod
7587cp lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm
7588cp lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm blib/lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm
7589cp lib/Moose/Meta/Method/Accessor/Native/Array/map.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/map.pm
7590cp lib/Moose/Exception/OverloadRequiresAMetaClass.pm blib/lib/Moose/Exception/OverloadRequiresAMetaClass.pm
7591cp lib/Class/MOP/Package.pm blib/lib/Class/MOP/Package.pm
7592cp lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm
7593cp lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod blib/lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod
7594cp lib/Moose/Exception/AttributeConflictInSummation.pm blib/lib/Moose/Exception/AttributeConflictInSummation.pm
7595cp lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm blib/lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm
7596cp lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm
7597cp lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm
7598cp lib/Moose/Exception/Role/Class.pm blib/lib/Moose/Exception/Role/Class.pm
7599cp lib/Moose/Exception/CouldNotCreateWriter.pm blib/lib/Moose/Exception/CouldNotCreateWriter.pm
7600cp lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm blib/lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm
7601cp lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm
7602cp lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm blib/lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm
7603cp lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm blib/lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm
7604cp lib/Moose/Cookbook/Meta/WhyMeta.pod blib/lib/Moose/Cookbook/Meta/WhyMeta.pod
7605cp lib/Moose/Meta/Method/Accessor/Native/String/chop.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chop.pm
7606cp lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm blib/lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm
7607cp lib/Moose/Cookbook/Style.pod blib/lib/Moose/Cookbook/Style.pod
7608cp lib/Class/MOP/Method/Accessor.pm blib/lib/Class/MOP/Method/Accessor.pm
7609cp lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod blib/lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod
7610cp lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm blib/lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm
7611cp lib/Moose/Meta/TypeConstraint/DuckType.pm blib/lib/Moose/Meta/TypeConstraint/DuckType.pm
7612cp lib/Moose/Manual/Resources.pod blib/lib/Moose/Manual/Resources.pod
7613cp lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod
7614cp lib/Moose/Meta/Attribute/Native/Trait.pm blib/lib/Moose/Meta/Attribute/Native/Trait.pm
7615cp lib/Moose/Meta/TypeConstraint/Union.pm blib/lib/Moose/Meta/TypeConstraint/Union.pm
7616cp lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm blib/lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm
7617cp lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm blib/lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm
7618cp lib/Moose/Meta/Attribute/Native/Trait/Code.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
7619cp lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm
7620cp lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm
7621cp lib/Class/MOP/Module.pm blib/lib/Class/MOP/Module.pm
7622cp lib/Moose/Exception/MethodExpectsFewerArgs.pm blib/lib/Moose/Exception/MethodExpectsFewerArgs.pm
7623cp lib/Moose/Exception/InvalidHasProvidedInARole.pm blib/lib/Moose/Exception/InvalidHasProvidedInARole.pm
7624cp lib/Moose/Manual/MethodModifiers.pod blib/lib/Moose/Manual/MethodModifiers.pod
7625cp lib/Moose/Exception/BuilderMustBeAMethodName.pm blib/lib/Moose/Exception/BuilderMustBeAMethodName.pm
7626cp lib/Moose/Exception/InvalidValueForIs.pm blib/lib/Moose/Exception/InvalidValueForIs.pm
7627cp lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm
7628cp lib/Moose/Meta/TypeConstraint/Parameterized.pm blib/lib/Moose/Meta/TypeConstraint/Parameterized.pm
7629cp lib/Moose/Cookbook.pod blib/lib/Moose/Cookbook.pod
7630cp lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm blib/lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm
7631cp lib/Moose/Exception/ValidationFailedForTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForTypeConstraint.pm
7632cp lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm blib/lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm
7633cp lib/Moose/Exception/CannotFixMetaclassCompatibility.pm blib/lib/Moose/Exception/CannotFixMetaclassCompatibility.pm
7634cp lib/Moose/Meta/Attribute/Native/Trait/Bool.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm
7635cp lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm
7636cp lib/Moose/Exception/OverloadRequiresAMetaMethod.pm blib/lib/Moose/Exception/OverloadRequiresAMetaMethod.pm
7637cp lib/Moose/Meta/Method/Accessor/Native/Array/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/count.pm
7638cp lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm
7639cp lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm
7640cp lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm
7641cp lib/Moose/Meta/Method/Destructor.pm blib/lib/Moose/Meta/Method/Destructor.pm
7642cp lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod
7643cp lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm
7644cp lib/Moose/Exception/InvalidArgumentToMethod.pm blib/lib/Moose/Exception/InvalidArgumentToMethod.pm
7645cp lib/Moose/Meta/Method/Accessor/Native/String/match.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/match.pm
7646cp lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm
7647cp lib/Moose/Manual/Types.pod blib/lib/Moose/Manual/Types.pod
7648cp lib/Moose/Exception/MustDefineAnAttributeName.pm blib/lib/Moose/Exception/MustDefineAnAttributeName.pm
7649cp lib/Moose/Cookbook/Roles/ApplicationToInstance.pod blib/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod
7650cp lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
7651cp lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm
7652cp lib/Class/MOP/Method/Meta.pm blib/lib/Class/MOP/Method/Meta.pm
7653cp lib/Moose/Manual/Exceptions.pod blib/lib/Moose/Manual/Exceptions.pod
7654cp lib/Moose/Exception/MustDefineAnOverloadOperator.pm blib/lib/Moose/Exception/MustDefineAnOverloadOperator.pm
7655cp lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm blib/lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm
7656cp lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm blib/lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm
7657cp lib/Class/MOP/Attribute.pm blib/lib/Class/MOP/Attribute.pm
7658cp lib/Moose/Manual.pod blib/lib/Moose/Manual.pod
7659cp lib/Moose/Exception/CannotFindDelegateMetaclass.pm blib/lib/Moose/Exception/CannotFindDelegateMetaclass.pm
7660cp lib/Moose/Meta/Mixin/AttributeCore.pm blib/lib/Moose/Meta/Mixin/AttributeCore.pm
7661cp lib/Class/MOP/Deprecated.pm blib/lib/Class/MOP/Deprecated.pm
7662cp lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm blib/lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm
7663cp lib/Moose/Manual/Unsweetened.pod blib/lib/Moose/Manual/Unsweetened.pod
7664cp lib/Moose/Exception/ClassNamesDoNotMatch.pm blib/lib/Moose/Exception/ClassNamesDoNotMatch.pm
7665cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm
7666cp lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm
7667cp lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm
7668cp lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm
7669cp lib/Moose/Exception/Role/RoleForCreate.pm blib/lib/Moose/Exception/Role/RoleForCreate.pm
7670cp lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm blib/lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm
7671cp lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm
7672cp lib/Moose/Exception/RoleNameRequired.pm blib/lib/Moose/Exception/RoleNameRequired.pm
7673cp lib/Moose/Meta/Class/Immutable/Trait.pm blib/lib/Moose/Meta/Class/Immutable/Trait.pm
7674cp lib/Moose/Exception/UnableToCanonicalizeHandles.pm blib/lib/Moose/Exception/UnableToCanonicalizeHandles.pm
7675cp lib/Moose/Exception/RequiredMethodsImportedByClass.pm blib/lib/Moose/Exception/RequiredMethodsImportedByClass.pm
7676cp lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm
7677cp lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm blib/lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm
7678cp lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm blib/lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm
7679cp lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod blib/lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod
7680cp lib/Moose/Exception/OverrideConflictInComposition.pm blib/lib/Moose/Exception/OverrideConflictInComposition.pm
7681cp lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod blib/lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod
7682cp lib/Moose/Exception/OverrideConflictInSummation.pm blib/lib/Moose/Exception/OverrideConflictInSummation.pm
7683cp lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm blib/lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm
7684cp lib/Moose/Manual/Concepts.pod blib/lib/Moose/Manual/Concepts.pod
7685cp lib/Moose/Unsweetened.pod blib/lib/Moose/Unsweetened.pod
7686cp lib/Moose/Meta/Method/Accessor/Native/Collection.pm blib/lib/Moose/Meta/Method/Accessor/Native/Collection.pm
7687cp lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm
7688cp lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm blib/lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm
7689cp lib/Moose/Exception/Role/InstanceClass.pm blib/lib/Moose/Exception/Role/InstanceClass.pm
7690cp lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm blib/lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm
7691cp lib/Class/MOP/Class/Immutable/Trait.pm blib/lib/Class/MOP/Class/Immutable/Trait.pm
7692cp lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm
7693cp lib/Moose/Meta/Attribute/Native/Trait/String.pm blib/lib/Moose/Meta/Attribute/Native/Trait/String.pm
7694cp lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm
7695cp lib/Moose/Exception/Role/TypeConstraint.pm blib/lib/Moose/Exception/Role/TypeConstraint.pm
7696cp lib/Moose/Meta/Method/Accessor/Native/String/length.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/length.pm
7697cp lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm blib/lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm
7698cp lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm blib/lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm
7699cp lib/Moose/Meta/Role/Application/ToInstance.pm blib/lib/Moose/Meta/Role/Application/ToInstance.pm
7700cp lib/Moose/Conflicts.pm blib/lib/Moose/Conflicts.pm
7701cp lib/Moose/Exception/EnumValuesMustBeString.pm blib/lib/Moose/Exception/EnumValuesMustBeString.pm
7702cp lib/Moose/Meta/Method/Accessor/Native/String/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/inc.pm
7703cp lib/Moose/Object.pm blib/lib/Moose/Object.pm
7704cp lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm blib/lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm
7705cp lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm blib/lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm
7706cp lib/Class/MOP/Object.pm blib/lib/Class/MOP/Object.pm
7707cp lib/Moose/Meta/Method/Accessor/Native/Array/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/get.pm
7708cp lib/Moose/Meta/Method/Meta.pm blib/lib/Moose/Meta/Method/Meta.pm
7709cp lib/Moose/Meta/TypeConstraint/Role.pm blib/lib/Moose/Meta/TypeConstraint/Role.pm
7710cp lib/Class/MOP/Method/Inlined.pm blib/lib/Class/MOP/Method/Inlined.pm
7711cp lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm blib/lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm
7712cp lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm blib/lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm
7713cp lib/Moose/Cookbook/Snack/Types.pod blib/lib/Moose/Cookbook/Snack/Types.pod
7714cp lib/Moose/Meta/Attribute/Native/Trait/Array.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Array.pm
7715cp lib/Moose/Meta/Role/Application.pm blib/lib/Moose/Meta/Role/Application.pm
7716cp lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm blib/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm
7717cp lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm blib/lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm
7718cp lib/Moose/Exception/InitMetaRequiresClass.pm blib/lib/Moose/Exception/InitMetaRequiresClass.pm
7719cp lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm blib/lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm
7720cp lib/Moose/Exception/Role/ParamsHash.pm blib/lib/Moose/Exception/Role/ParamsHash.pm
7721cp lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm blib/lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm
7722cp lib/Moose/Exception/OverloadRequiresAMetaOverload.pm blib/lib/Moose/Exception/OverloadRequiresAMetaOverload.pm
7723cp lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm blib/lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm
7724cp lib/Moose/Exception/RequiredAttributeNeedsADefault.pm blib/lib/Moose/Exception/RequiredAttributeNeedsADefault.pm
7725cp lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm blib/lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm
7726cp lib/Moose/Exception/NoCasesMatched.pm blib/lib/Moose/Exception/NoCasesMatched.pm
7727cp lib/Moose/Meta/Method/Accessor/Native/Array/push.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm
7728cp lib/Moose/Exception/CannotLocatePackageInINC.pm blib/lib/Moose/Exception/CannotLocatePackageInINC.pm
7729cp lib/Moose/Meta/Attribute/Native/Trait/Number.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Number.pm
7730cp lib/Moose/Meta/Role/Application/ToRole.pm blib/lib/Moose/Meta/Role/Application/ToRole.pm
7731cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm
7732cp lib/Moose/Exception/MethodExpectsMoreArgs.pm blib/lib/Moose/Exception/MethodExpectsMoreArgs.pm
7733cp lib/Moose/Exception/InvalidNameForType.pm blib/lib/Moose/Exception/InvalidNameForType.pm
7734cp lib/Moose/Exporter.pm blib/lib/Moose/Exporter.pm
7735cp lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm blib/lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm
7736cp lib/Moose/Meta/Method/Overridden.pm blib/lib/Moose/Meta/Method/Overridden.pm
7737cp lib/Moose/Manual/BestPractices.pod blib/lib/Moose/Manual/BestPractices.pod
7738cp lib/Moose/Exception/AttributeValueIsNotDefined.pm blib/lib/Moose/Exception/AttributeValueIsNotDefined.pm
7739cp lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm
7740cp lib/Moose/Exception/OperatorIsRequired.pm blib/lib/Moose/Exception/OperatorIsRequired.pm
7741cp lib/Moose/Exception/Legacy.pm blib/lib/Moose/Exception/Legacy.pm
7742cp lib/Moose/Exception/ApplyTakesABlessedInstance.pm blib/lib/Moose/Exception/ApplyTakesABlessedInstance.pm
7743cp lib/Moose/Exception/CanOnlyConsumeRole.pm blib/lib/Moose/Exception/CanOnlyConsumeRole.pm
7744cp lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm
7745cp lib/Moose/Meta/Method/Delegation.pm blib/lib/Moose/Meta/Method/Delegation.pm
7746cp lib/Class/MOP/Instance.pm blib/lib/Class/MOP/Instance.pm
7747cp lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm blib/lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm
7748cp lib/Moose/Meta/Method/Accessor/Native/Array/first.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first.pm
7749cp lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm
7750cp lib/Moose/Exception/MethodExpectedAMetaclassObject.pm blib/lib/Moose/Exception/MethodExpectedAMetaclassObject.pm
7751cp lib/Moose/Manual/Construction.pod blib/lib/Moose/Manual/Construction.pod
7752cp lib/Moose/Exception/LazyAttributeNeedsADefault.pm blib/lib/Moose/Exception/LazyAttributeNeedsADefault.pm
7753cp lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm blib/lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm
7754cp lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm blib/lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm
7755cp lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm blib/lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm
7756cp lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm
7757cp lib/Moose/Meta/Method/Accessor/Native/Number/div.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm
7758cp lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm blib/lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm
7759cp lib/Moose/Exception/BadOptionFormat.pm blib/lib/Moose/Exception/BadOptionFormat.pm
7760cp lib/Moose/Meta/Method/Accessor/Native/Number/add.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/add.pm
7761cp lib/Test/Moose.pm blib/lib/Test/Moose.pm
7762cp lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm
7763cp lib/Moose/Meta/Method/Accessor/Native/String/substr.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/substr.pm
7764cp lib/Moose/Exception/DoesRequiresRoleName.pm blib/lib/Moose/Exception/DoesRequiresRoleName.pm
7765/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
7766gcc -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
7767/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
7768gcc -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
7769/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
7770gcc -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
7771/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
7772gcc -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
7773/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
7774gcc -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
7775/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
7776gcc -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
7777/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
7778gcc -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
7779/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
7780gcc -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
7781/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
7782gcc -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
7783/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
7784gcc -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
7785/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
7786gcc -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
7787/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
7788gcc -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
7789/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
7790gcc -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
7791gcc -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
7792Running Mkbootstrap for Moose ()
7793chmod 644 Moose.bs
7794rm -f blib/arch/auto/Moose/Moose.so
7795gcc -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 \
7796 \
7797
7798chmod 755 blib/arch/auto/Moose/Moose.so
7799cp Moose.bs blib/arch/auto/Moose/Moose.bs
7800chmod 644 blib/arch/auto/Moose/Moose.bs
7801cp bin/moose-outdated blib/script/moose-outdated
7802/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/moose-outdated
7803Manifying blib/man3/Moose::Meta::TypeCoercion::Union.3pm
7804Manifying blib/man3/Moose::Manual::MOP.3pm
7805Manifying blib/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm
7806Manifying blib/man3/Class::MOP::Mixin::HasAttributes.3pm
7807Manifying blib/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm
7808Manifying blib/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm
7809Manifying blib/man3/Moose::Manual::MooseX.3pm
7810Manifying blib/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm
7811Manifying blib/man3/Moose::Meta::Role::Method::Required.3pm
7812Manifying blib/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm
7813Manifying blib/man3/Moose::Meta::Role::Composite.3pm
7814Manifying blib/man3/Moose::Deprecated.3pm
7815Manifying blib/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm
7816Manifying blib/man3/Class::MOP::MiniTrait.3pm
7817Manifying blib/man3/Moose::Spec::Role.3pm
7818Manifying blib/man3/Moose::Meta::Class.3pm
7819Manifying blib/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm
7820Manifying blib/man3/Moose::Manual::Exceptions::Manifest.3pm
7821Manifying blib/man3/oose.3pm
7822Manifying blib/man3/Moose::Util.3pm
7823Manifying blib/man3/Class::MOP::Mixin::AttributeCore.3pm
7824Manifying blib/man3/Class::MOP::Method::Generated.3pm
7825Manifying blib/man3/Moose::Manual::FAQ.3pm
7826Manifying blib/man3/Moose::Role.3pm
7827Manifying blib/man3/Moose::Meta::Role::Method::Conflicting.3pm
7828Manifying blib/man3/Class::MOP::Mixin::HasMethods.3pm
7829Manifying blib/man3/Moose::Manual::Attributes.3pm
7830Manifying blib/man3/Class::MOP::Package.3pm
7831Manifying blib/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm
7832Manifying blib/man3/Class::MOP.3pm
7833Manifying blib/man3/Moose::Cookbook::Meta::WhyMeta.3pm
7834Manifying blib/man3/Moose::Cookbook::Style.3pm
7835Manifying blib/man3/Class::MOP::Method::Accessor.3pm
7836Manifying blib/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm
7837Manifying blib/man3/Moose::Meta::TypeConstraint::DuckType.3pm
7838Manifying blib/man3/Moose::Manual::Resources.3pm
7839Manifying blib/man3/Moose::Meta::TypeConstraint::Class.3pm
7840Manifying blib/man3/Class::MOP::Method.3pm
7841Manifying blib/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm
7842Manifying blib/man3/Moose::Meta::Attribute::Native::Trait.3pm
7843Manifying blib/man3/Moose::Meta::TypeConstraint::Union.3pm
7844Manifying blib/man3/Moose::Meta::Method::Augmented.3pm
7845Manifying blib/man3/Class::MOP::Mixin.3pm
7846Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm
7847Manifying blib/man3/Moose::Manual::Contributing.3pm
7848Manifying blib/man3/Class::MOP::Module.3pm
7849Manifying blib/man3/Moose::Manual::MethodModifiers.3pm
7850Manifying blib/man3/Moose::Meta::Attribute.3pm
7851Manifying blib/man3/Moose::Meta::TypeConstraint::Parameterized.3pm
7852Manifying blib/man3/Moose::Cookbook.3pm
7853Manifying blib/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm
7854Manifying blib/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm
7855Manifying blib/man3/Class::MOP::Method::Meta.3pm
7856Manifying blib/man3/Moose::Manual::Exceptions.3pm
7857Manifying blib/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm
7858Manifying blib/man3/Class::MOP::Attribute.3pm
7859Manifying blib/man3/Moose::Manual.3pm
7860Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm
7861Manifying blib/man3/Moose::Meta::Role::Method.3pm
7862Manifying blib/man3/Moose::Manual::Support.3pm
7863Manifying blib/man3/Moose::Intro.3pm
7864Manifying blib/man3/Moose::Meta::Method::Destructor.3pm
7865Manifying blib/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm
7866Manifying blib/man3/Moose::Manual::Types.3pm
7867Manifying blib/man3/Moose::Util::TypeConstraints::Builtins.3pm
7868Manifying blib/man3/Moose::Meta::Attribute::Native.3pm
7869Manifying blib/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm
7870Manifying blib/man3/Moose::Meta::Role::Application::RoleSummation.3pm
7871Manifying blib/man3/Moose::Cookbook::Snack::Keywords.3pm
7872Manifying blib/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm
7873Manifying blib/man3/Class::MOP::Method::Wrapped.3pm
7874Manifying blib/man3/Moose::Meta::Class::Immutable::Trait.3pm
7875Manifying blib/man3/Moose::Meta::Object::Trait.3pm
7876Manifying blib/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm
7877Manifying blib/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm
7878Manifying blib/man3/metaclass.3pm
7879Manifying blib/man3/Class::MOP::Deprecated.3pm
7880Manifying blib/man3/Moose::Meta::Mixin::AttributeCore.3pm
7881Manifying blib/man3/Class::MOP::Overload.3pm
7882Manifying blib/man3/Moose::Manual::Delegation.3pm
7883Manifying blib/man3/Moose::Meta::Method.3pm
7884Manifying blib/man3/Moose::Manual::Delta.3pm
7885Manifying blib/man3/Moose::Manual::Unsweetened.3pm
7886Manifying blib/man3/Moose::Meta::TypeConstraint::Registry.3pm
7887Manifying blib/man3/Moose::Util::TypeConstraints.3pm
7888Manifying blib/man3/Moose::Meta::Role::Application::ToInstance.3pm
7889Manifying blib/man3/Moose::Meta::Role::Application::ToClass.3pm
7890Manifying blib/man3/Moose::Object.3pm
7891Manifying blib/man3/Moose::Meta::TypeCoercion.3pm
7892Manifying blib/man3/Class::MOP::Object.3pm
7893Manifying blib/man3/Moose::Meta::Method::Meta.3pm
7894Manifying blib/man3/Moose::Meta::TypeConstraint::Role.3pm
7895Manifying blib/man3/Moose::Meta::Role.3pm
7896Manifying blib/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm
7897Manifying blib/man3/Moose::Meta::Role::Attribute.3pm
7898Manifying blib/man3/Moose::Manual::Concepts.3pm
7899Manifying blib/man3/Moose::Meta::Instance.3pm
7900Manifying blib/man3/Moose::Unsweetened.3pm
7901Manifying blib/man3/Class::MOP::Class::Immutable::Trait.3pm
7902Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::String.3pm
7903Manifying blib/man3/Class::MOP::Mixin::HasOverloads.3pm
7904Manifying blib/man3/Moose::Meta::Role::Application::ToRole.3pm
7905Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm
7906Manifying blib/man3/Moose::Meta::TypeConstraint::Enum.3pm
7907Manifying blib/man3/Moose::Exporter.3pm
7908Manifying blib/man3/Class::MOP::Method::Inlined.3pm
7909Manifying blib/man3/Moose::Exception.3pm
7910Manifying blib/man3/Moose::Cookbook::Snack::Types.3pm
7911Manifying blib/man3/Moose::Meta::Role::Application.3pm
7912Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm
7913Manifying blib/man3/Moose.3pm
7914Manifying blib/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm
7915Manifying blib/man3/Moose::Meta::Method::Constructor.3pm
7916Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm
7917Manifying blib/man3/Moose::Meta::TypeConstraint.3pm
7918Manifying blib/man3/Moose::Cookbook::Basics::Immutable.3pm
7919Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm
7920Manifying blib/man3/Moose::Manual::Construction.3pm
7921Manifying blib/man3/Moose::Util::MetaRole.3pm
7922Manifying blib/man3/Class::MOP::Method::Constructor.3pm
7923Manifying blib/man3/Moose::Manual::Roles.3pm
7924Manifying blib/man3/Moose::Meta::Method::Overridden.3pm
7925Manifying blib/man3/Moose::Manual::BestPractices.3pm
7926Manifying blib/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm
7927Manifying blib/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm
7928Manifying blib/man3/Moose::Meta::Method::Accessor.3pm
7929Manifying blib/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm
7930Manifying blib/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm
7931Manifying blib/man3/Moose::Meta::Method::Delegation.3pm
7932Manifying blib/man3/Class::MOP::Instance.3pm
7933Manifying blib/man3/Class::MOP::Class.3pm
7934Manifying blib/man3/Test::Moose.3pm
7935Manifying blib/man3/Moose::Manual::Classes.3pm
7936 ETHER/Moose-2.1604.tar.gz
7937 /usr/bin/make -- OK
7938Skipping test because of notest pragma
7939Running make install
7940Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
7941Installing /usr/local/lib64/perl5/auto/Moose/Moose.so
7942Installing /usr/local/lib64/perl5/auto/Moose/Moose.bs
7943Installing /usr/local/lib64/perl5/Moose.pm
7944Installing /usr/local/lib64/perl5/oose.pm
7945Installing /usr/local/lib64/perl5/metaclass.pm
7946Installing /usr/local/lib64/perl5/Class/MOP.pm
7947Installing /usr/local/lib64/perl5/Class/MOP/Object.pm
7948Installing /usr/local/lib64/perl5/Class/MOP/Overload.pm
7949Installing /usr/local/lib64/perl5/Class/MOP/Attribute.pm
7950Installing /usr/local/lib64/perl5/Class/MOP/Deprecated.pm
7951Installing /usr/local/lib64/perl5/Class/MOP/MiniTrait.pm
7952Installing /usr/local/lib64/perl5/Class/MOP/Mixin.pm
7953Installing /usr/local/lib64/perl5/Class/MOP/Package.pm
7954Installing /usr/local/lib64/perl5/Class/MOP/Class.pm
7955Installing /usr/local/lib64/perl5/Class/MOP/Module.pm
7956Installing /usr/local/lib64/perl5/Class/MOP/Method.pm
7957Installing /usr/local/lib64/perl5/Class/MOP/Instance.pm
7958Installing /usr/local/lib64/perl5/Class/MOP/Class/Immutable/Trait.pm
7959Installing /usr/local/lib64/perl5/Class/MOP/Method/Meta.pm
7960Installing /usr/local/lib64/perl5/Class/MOP/Method/Accessor.pm
7961Installing /usr/local/lib64/perl5/Class/MOP/Method/Constructor.pm
7962Installing /usr/local/lib64/perl5/Class/MOP/Method/Generated.pm
7963Installing /usr/local/lib64/perl5/Class/MOP/Method/Wrapped.pm
7964Installing /usr/local/lib64/perl5/Class/MOP/Method/Inlined.pm
7965Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasOverloads.pm
7966Installing /usr/local/lib64/perl5/Class/MOP/Mixin/AttributeCore.pm
7967Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasAttributes.pm
7968Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasMethods.pm
7969Installing /usr/local/lib64/perl5/Moose/Object.pm
7970Installing /usr/local/lib64/perl5/Moose/Unsweetened.pod
7971Installing /usr/local/lib64/perl5/Moose/Deprecated.pm
7972Installing /usr/local/lib64/perl5/Moose/Util.pm
7973Installing /usr/local/lib64/perl5/Moose/Exception.pm
7974Installing /usr/local/lib64/perl5/Moose/Cookbook.pod
7975Installing /usr/local/lib64/perl5/Moose/Manual.pod
7976Installing /usr/local/lib64/perl5/Moose/Role.pm
7977Installing /usr/local/lib64/perl5/Moose/Intro.pod
7978Installing /usr/local/lib64/perl5/Moose/Exporter.pm
7979Installing /usr/local/lib64/perl5/Moose/Conflicts.pm
7980Installing /usr/local/lib64/perl5/Moose/Manual/FAQ.pod
7981Installing /usr/local/lib64/perl5/Moose/Manual/MooseX.pod
7982Installing /usr/local/lib64/perl5/Moose/Manual/Resources.pod
7983Installing /usr/local/lib64/perl5/Moose/Manual/Unsweetened.pod
7984Installing /usr/local/lib64/perl5/Moose/Manual/Support.pod
7985Installing /usr/local/lib64/perl5/Moose/Manual/Exceptions.pod
7986Installing /usr/local/lib64/perl5/Moose/Manual/Concepts.pod
7987Installing /usr/local/lib64/perl5/Moose/Manual/Delegation.pod
7988Installing /usr/local/lib64/perl5/Moose/Manual/MethodModifiers.pod
7989Installing /usr/local/lib64/perl5/Moose/Manual/Delta.pod
7990Installing /usr/local/lib64/perl5/Moose/Manual/Construction.pod
7991Installing /usr/local/lib64/perl5/Moose/Manual/Attributes.pod
7992Installing /usr/local/lib64/perl5/Moose/Manual/MOP.pod
7993Installing /usr/local/lib64/perl5/Moose/Manual/Contributing.pod
7994Installing /usr/local/lib64/perl5/Moose/Manual/Roles.pod
7995Installing /usr/local/lib64/perl5/Moose/Manual/Types.pod
7996Installing /usr/local/lib64/perl5/Moose/Manual/BestPractices.pod
7997Installing /usr/local/lib64/perl5/Moose/Manual/Classes.pod
7998Installing /usr/local/lib64/perl5/Moose/Manual/Exceptions/Manifest.pod
7999Installing /usr/local/lib64/perl5/Moose/Spec/Role.pod
8000Installing /usr/local/lib64/perl5/Moose/Util/MetaRole.pm
8001Installing /usr/local/lib64/perl5/Moose/Util/TypeConstraints.pm
8002Installing /usr/local/lib64/perl5/Moose/Util/TypeConstraints/Builtins.pm
8003Installing /usr/local/lib64/perl5/Moose/Meta/Attribute.pm
8004Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint.pm
8005Installing /usr/local/lib64/perl5/Moose/Meta/TypeCoercion.pm
8006Installing /usr/local/lib64/perl5/Moose/Meta/Class.pm
8007Installing /usr/local/lib64/perl5/Moose/Meta/Method.pm
8008Installing /usr/local/lib64/perl5/Moose/Meta/Role.pm
8009Installing /usr/local/lib64/perl5/Moose/Meta/Instance.pm
8010Installing /usr/local/lib64/perl5/Moose/Meta/Class/Immutable/Trait.pm
8011Installing /usr/local/lib64/perl5/Moose/Meta/Role/Attribute.pm
8012Installing /usr/local/lib64/perl5/Moose/Meta/Role/Composite.pm
8013Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application.pm
8014Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method.pm
8015Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method/Required.pm
8016Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method/Conflicting.pm
8017Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/RoleSummation.pm
8018Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToInstance.pm
8019Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToRole.pm
8020Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToClass.pm
8021Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Registry.pm
8022Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Union.pm
8023Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Parameterizable.pm
8024Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Parameterized.pm
8025Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/DuckType.pm
8026Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Class.pm
8027Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Enum.pm
8028Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Role.pm
8029Installing /usr/local/lib64/perl5/Moose/Meta/Object/Trait.pm
8030Installing /usr/local/lib64/perl5/Moose/Meta/Method/Delegation.pm
8031Installing /usr/local/lib64/perl5/Moose/Meta/Method/Meta.pm
8032Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor.pm
8033Installing /usr/local/lib64/perl5/Moose/Meta/Method/Constructor.pm
8034Installing /usr/local/lib64/perl5/Moose/Meta/Method/Augmented.pm
8035Installing /usr/local/lib64/perl5/Moose/Meta/Method/Overridden.pm
8036Installing /usr/local/lib64/perl5/Moose/Meta/Method/Destructor.pm
8037Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native.pm
8038Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Collection.pm
8039Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array.pm
8040Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash.pm
8041Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Writer.pm
8042Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Reader.pm
8043Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/count.pm
8044Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/sort.pm
8045Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/first_index.pm
8046Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/pop.pm
8047Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm
8048Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/natatime.pm
8049Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/splice.pm
8050Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/grep.pm
8051Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/clear.pm
8052Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/uniq.pm
8053Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/join.pm
8054Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/unshift.pm
8055Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/Writer.pm
8056Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/elements.pm
8057Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/accessor.pm
8058Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/push.pm
8059Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shift.pm
8060Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm
8061Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/get.pm
8062Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm
8063Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm
8064Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/insert.pm
8065Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/first.pm
8066Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/delete.pm
8067Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/set.pm
8068Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/map.pm
8069Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/reduce.pm
8070Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/match.pm
8071Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/prepend.pm
8072Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/chomp.pm
8073Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/clear.pm
8074Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/chop.pm
8075Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/substr.pm
8076Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/length.pm
8077Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/append.pm
8078Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/inc.pm
8079Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/replace.pm
8080Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute.pm
8081Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm
8082Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/count.pm
8083Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm
8084Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/keys.pm
8085Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/clear.pm
8086Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm
8087Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/elements.pm
8088Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm
8089Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
8090Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/values.pm
8091Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/get.pm
8092Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/defined.pm
8093Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm
8094Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/exists.pm
8095Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/delete.pm
8096Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/set.pm
8097Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/dec.pm
8098Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm
8099Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/reset.pm
8100Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/inc.pm
8101Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/set.pm
8102Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm
8103Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/not.pm
8104Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/set.pm
8105Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/unset.pm
8106Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/div.pm
8107Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/add.pm
8108Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/sub.pm
8109Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/mod.pm
8110Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/abs.pm
8111Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/mul.pm
8112Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/set.pm
8113Installing /usr/local/lib64/perl5/Moose/Meta/TypeCoercion/Union.pm
8114Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native.pm
8115Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait.pm
8116Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Code.pm
8117Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Array.pm
8118Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Bool.pm
8119Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Hash.pm
8120Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Number.pm
8121Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/String.pm
8122Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Counter.pm
8123Installing /usr/local/lib64/perl5/Moose/Meta/Mixin/AttributeCore.pm
8124Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm
8125Installing /usr/local/lib64/perl5/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm
8126Installing /usr/local/lib64/perl5/Moose/Exception/CannotLocatePackageInINC.pm
8127Installing /usr/local/lib64/perl5/Moose/Exception/NoCasesMatched.pm
8128Installing /usr/local/lib64/perl5/Moose/Exception/ApplyTakesABlessedInstance.pm
8129Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm
8130Installing /usr/local/lib64/perl5/Moose/Exception/CanReblessOnlyIntoASubclass.pm
8131Installing /usr/local/lib64/perl5/Moose/Exception/RequiredMethodsNotImplementedByClass.pm
8132Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassNotLoaded.pm
8133Installing /usr/local/lib64/perl5/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm
8134Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm
8135Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm
8136Installing /usr/local/lib64/perl5/Moose/Exception/CodeBlockMustBeACodeRef.pm
8137Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm
8138Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportAugment.pm
8139Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm
8140Installing /usr/local/lib64/perl5/Moose/Exception/EnumValuesMustBeString.pm
8141Installing /usr/local/lib64/perl5/Moose/Exception/ParameterIsNotSubtypeOfParent.pm
8142Installing /usr/local/lib64/perl5/Moose/Exception/CanExtendOnlyClasses.pm
8143Installing /usr/local/lib64/perl5/Moose/Exception/AttributeNamesDoNotMatch.pm
8144Installing /usr/local/lib64/perl5/Moose/Exception/Legacy.pm
8145Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotParseType.pm
8146Installing /usr/local/lib64/perl5/Moose/Exception/CannotFixMetaclassCompatibility.pm
8147Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaMethod.pm
8148Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotCreateWriter.pm
8149Installing /usr/local/lib64/perl5/Moose/Exception/BadOptionFormat.pm
8150Installing /usr/local/lib64/perl5/Moose/Exception/WrapTakesACodeRefToBless.pm
8151Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm
8152Installing /usr/local/lib64/perl5/Moose/Exception/RoleExclusionConflict.pm
8153Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectsMoreArgs.pm
8154Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm
8155Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAHashOfOptions.pm
8156Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm
8157Installing /usr/local/lib64/perl5/Moose/Exception/IsaLacksDoesMethod.pm
8158Installing /usr/local/lib64/perl5/Moose/Exception/CannotCallAnAbstractMethod.pm
8159Installing /usr/local/lib64/perl5/Moose/Exception/BuilderDoesNotExist.pm
8160Installing /usr/local/lib64/perl5/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm
8161Installing /usr/local/lib64/perl5/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm
8162Installing /usr/local/lib64/perl5/Moose/Exception/InvalidNameForType.pm
8163Installing /usr/local/lib64/perl5/Moose/Exception/CannotCoerceAWeakRef.pm
8164Installing /usr/local/lib64/perl5/Moose/Exception/CannotCallAnAbstractBaseMethod.pm
8165Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotEvalConstructor.pm
8166Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm
8167Installing /usr/local/lib64/perl5/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm
8168Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesArrayRefOfRoles.pm
8169Installing /usr/local/lib64/perl5/Moose/Exception/CircularReferenceInAlso.pm
8170Installing /usr/local/lib64/perl5/Moose/Exception/CanOnlyConsumeRole.pm
8171Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindType.pm
8172Installing /usr/local/lib64/perl5/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm
8173Installing /usr/local/lib64/perl5/Moose/Exception/NoParentGivenToSubtype.pm
8174Installing /usr/local/lib64/perl5/Moose/Exception/OperatorIsRequired.pm
8175Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaClass.pm
8176Installing /usr/local/lib64/perl5/Moose/Exception/AttributeValueIsNotAnObject.pm
8177Installing /usr/local/lib64/perl5/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm
8178Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm
8179Installing /usr/local/lib64/perl5/Moose/Exception/InvalidValueForIs.pm
8180Installing /usr/local/lib64/perl5/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm
8181Installing /usr/local/lib64/perl5/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm
8182Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindDelegateMetaclass.pm
8183Installing /usr/local/lib64/perl5/Moose/Exception/ClassDoesNotHaveInitMeta.pm
8184Installing /usr/local/lib64/perl5/Moose/Exception/InvalidHasProvidedInARole.pm
8185Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneRole.pm
8186Installing /usr/local/lib64/perl5/Moose/Exception/MatchActionMustBeACodeRef.pm
8187Installing /usr/local/lib64/perl5/Moose/Exception/CoercionNeedsTypeConstraint.pm
8188Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyADelegateToMethod.pm
8189Installing /usr/local/lib64/perl5/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm
8190Installing /usr/local/lib64/perl5/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm
8191Installing /usr/local/lib64/perl5/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm
8192Installing /usr/local/lib64/perl5/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm
8193Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm
8194Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyPackageNameAndName.pm
8195Installing /usr/local/lib64/perl5/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm
8196Installing /usr/local/lib64/perl5/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm
8197Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm
8198Installing /usr/local/lib64/perl5/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm
8199Installing /usr/local/lib64/perl5/Moose/Exception/CannotApplyBaseClassRolesToRole.pm
8200Installing /usr/local/lib64/perl5/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm
8201Installing /usr/local/lib64/perl5/Moose/Exception/UnableToCanonicalizeHandles.pm
8202Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotEvalDestructor.pm
8203Installing /usr/local/lib64/perl5/Moose/Exception/CoercionAlreadyExists.pm
8204Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectsFewerArgs.pm
8205Installing /usr/local/lib64/perl5/Moose/Exception/InitMetaRequiresClass.pm
8206Installing /usr/local/lib64/perl5/Moose/Exception/RequiredMethodsImportedByClass.pm
8207Installing /usr/local/lib64/perl5/Moose/Exception/PackageDoesNotUseMooseExporter.pm
8208Installing /usr/local/lib64/perl5/Moose/Exception/CannotAugmentNoSuperMethod.pm
8209Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm
8210Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAMetaclass.pm
8211Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaOverload.pm
8212Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneMethod.pm
8213Installing /usr/local/lib64/perl5/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm
8214Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm
8215Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm
8216Installing /usr/local/lib64/perl5/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm
8217Installing /usr/local/lib64/perl5/Moose/Exception/AttributeConflictInSummation.pm
8218Installing /usr/local/lib64/perl5/Moose/Exception/MessageParameterMustBeCodeRef.pm
8219Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm
8220Installing /usr/local/lib64/perl5/Moose/Exception/AttributeValueIsNotDefined.pm
8221Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMustBeAMethodName.pm
8222Installing /usr/local/lib64/perl5/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm
8223Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm
8224Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAnOperator.pm
8225Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm
8226Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm
8227Installing /usr/local/lib64/perl5/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm
8228Installing /usr/local/lib64/perl5/Moose/Exception/InvalidRoleApplication.pm
8229Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm
8230Installing /usr/local/lib64/perl5/Moose/Exception/OverrideConflictInComposition.pm
8231Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm
8232Installing /usr/local/lib64/perl5/Moose/Exception/RoleNameRequired.pm
8233Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgumentToMethod.pm
8234Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotCreateMethod.pm
8235Installing /usr/local/lib64/perl5/Moose/Exception/CanOnlyWrapBlessedCode.pm
8236Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm
8237Installing /usr/local/lib64/perl5/Moose/Exception/WrongTypeConstraintGiven.pm
8238Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectedAMetaclassObject.pm
8239Installing /usr/local/lib64/perl5/Moose/Exception/SingleParamsToNewMustBeHashRef.pm
8240Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm
8241Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm
8242Installing /usr/local/lib64/perl5/Moose/Exception/ExtendsMissingArgs.pm
8243Installing /usr/local/lib64/perl5/Moose/Exception/AttributeConflictInRoles.pm
8244Installing /usr/local/lib64/perl5/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm
8245Installing /usr/local/lib64/perl5/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm
8246Installing /usr/local/lib64/perl5/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm
8247Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameConflictInRoles.pm
8248Installing /usr/local/lib64/perl5/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm
8249Installing /usr/local/lib64/perl5/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm
8250Installing /usr/local/lib64/perl5/Moose/Exception/NoAttributeFoundInSuperClass.pm
8251Installing /usr/local/lib64/perl5/Moose/Exception/InstanceBlessedIntoWrongClass.pm
8252Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm
8253Installing /usr/local/lib64/perl5/Moose/Exception/TypeConstraintIsAlreadyCreated.pm
8254Installing /usr/local/lib64/perl5/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm
8255Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm
8256Installing /usr/local/lib64/perl5/Moose/Exception/ClassDoesTheExcludedRole.pm
8257Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAnAttributeName.pm
8258Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresNamesForCoderef.pm
8259Installing /usr/local/lib64/perl5/Moose/Exception/ValidationFailedForTypeConstraint.pm
8260Installing /usr/local/lib64/perl5/Moose/Exception/InitializeTakesUnBlessedPackageName.pm
8261Installing /usr/local/lib64/perl5/Moose/Exception/LazyAttributeNeedsADefault.pm
8262Installing /usr/local/lib64/perl5/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm
8263Installing /usr/local/lib64/perl5/Moose/Exception/InvalidOverloadOperator.pm
8264Installing /usr/local/lib64/perl5/Moose/Exception/InvalidTypeConstraint.pm
8265Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAnOverloadOperator.pm
8266Installing /usr/local/lib64/perl5/Moose/Exception/AccessorMustReadWrite.pm
8267Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm
8268Installing /usr/local/lib64/perl5/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm
8269Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportInner.pm
8270Installing /usr/local/lib64/perl5/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm
8271Installing /usr/local/lib64/perl5/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm
8272Installing /usr/local/lib64/perl5/Moose/Exception/NoConstraintCheckForTypeConstraint.pm
8273Installing /usr/local/lib64/perl5/Moose/Exception/MustProvideANameForTheAttribute.pm
8274Installing /usr/local/lib64/perl5/Moose/Exception/InstanceMustBeABlessedReference.pm
8275Installing /usr/local/lib64/perl5/Moose/Exception/NoDestructorClassSpecified.pm
8276Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm
8277Installing /usr/local/lib64/perl5/Moose/Exception/CannotDelegateWithoutIsa.pm
8278Installing /usr/local/lib64/perl5/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm
8279Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameNotGiven.pm
8280Installing /usr/local/lib64/perl5/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm
8281Installing /usr/local/lib64/perl5/Moose/Exception/OnlyInstancesCanBeCloned.pm
8282Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassTypeIncompatible.pm
8283Installing /usr/local/lib64/perl5/Moose/Exception/RolesInCreateTakesAnArrayRef.pm
8284Installing /usr/local/lib64/perl5/Moose/Exception/MethodModifierNeedsMethodName.pm
8285Installing /usr/local/lib64/perl5/Moose/Exception/CanReblessOnlyIntoASuperclass.pm
8286Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm
8287Installing /usr/local/lib64/perl5/Moose/Exception/CannotAutoDerefWithoutIsa.pm
8288Installing /usr/local/lib64/perl5/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm
8289Installing /usr/local/lib64/perl5/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm
8290Installing /usr/local/lib64/perl5/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm
8291Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesHashRefOfAttributes.pm
8292Installing /usr/local/lib64/perl5/Moose/Exception/CallingMethodOnAnImmutableInstance.pm
8293Installing /usr/local/lib64/perl5/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm
8294Installing /usr/local/lib64/perl5/Moose/Exception/ClassNamesDoNotMatch.pm
8295Installing /usr/local/lib64/perl5/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm
8296Installing /usr/local/lib64/perl5/Moose/Exception/RequiredAttributeNeedsADefault.pm
8297Installing /usr/local/lib64/perl5/Moose/Exception/RoleDoesTheExcludedRole.pm
8298Installing /usr/local/lib64/perl5/Moose/Exception/RequiredAttributeLacksInitialization.pm
8299Installing /usr/local/lib64/perl5/Moose/Exception/AttributeIsRequired.pm
8300Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportExtends.pm
8301Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm
8302Installing /usr/local/lib64/perl5/Moose/Exception/UndefinedHashKeysPassedToMethod.pm
8303Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm
8304Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm
8305Installing /usr/local/lib64/perl5/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm
8306Installing /usr/local/lib64/perl5/Moose/Exception/OverloadConflictInSummation.pm
8307Installing /usr/local/lib64/perl5/Moose/Exception/CannotCalculateNativeType.pm
8308Installing /usr/local/lib64/perl5/Moose/Exception/ConstructClassInstanceTakesPackageName.pm
8309Installing /usr/local/lib64/perl5/Moose/Exception/OverrideConflictInSummation.pm
8310Installing /usr/local/lib64/perl5/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm
8311Installing /usr/local/lib64/perl5/Moose/Exception/IllegalInheritedOptions.pm
8312Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideALocalMethod.pm
8313Installing /usr/local/lib64/perl5/Moose/Exception/InvalidHandleValue.pm
8314Installing /usr/local/lib64/perl5/Moose/Exception/CoercingWithoutCoercions.pm
8315Installing /usr/local/lib64/perl5/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm
8316Installing /usr/local/lib64/perl5/Moose/Exception/CannotMakeMetaclassCompatible.pm
8317Installing /usr/local/lib64/perl5/Moose/Exception/HandlesMustBeAHashRef.pm
8318Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesHashRefOfMethods.pm
8319Installing /usr/local/lib64/perl5/Moose/Exception/CannotAddAsAnAttributeToARole.pm
8320Installing /usr/local/lib64/perl5/Moose/Exception/IsaDoesNotDoTheRole.pm
8321Installing /usr/local/lib64/perl5/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm
8322Installing /usr/local/lib64/perl5/Moose/Exception/DoesRequiresRoleName.pm
8323Installing /usr/local/lib64/perl5/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm
8324Installing /usr/local/lib64/perl5/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm
8325Installing /usr/local/lib64/perl5/Moose/Exception/CannotGenerateInlineConstraint.pm
8326Installing /usr/local/lib64/perl5/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm
8327Installing /usr/local/lib64/perl5/Moose/Exception/NeitherClassNorClassNameIsGiven.pm
8328Installing /usr/local/lib64/perl5/Moose/Exception/CannotInlineTypeConstraintCheck.pm
8329Installing /usr/local/lib64/perl5/Moose/Exception/TriggerMustBeACodeRef.pm
8330Installing /usr/local/lib64/perl5/Moose/Exception/TypeParameterMustBeMooseMetaType.pm
8331Installing /usr/local/lib64/perl5/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm
8332Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm
8333Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAMethodName.pm
8334Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideNoSuperMethod.pm
8335Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm
8336Installing /usr/local/lib64/perl5/Moose/Exception/MustPassEvenNumberOfArguments.pm
8337Installing /usr/local/lib64/perl5/Moose/Exception/PackagesAndModulesAreNotCachable.pm
8338Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgumentsToTraitAliases.pm
8339Installing /usr/local/lib64/perl5/Moose/Exception/Role/Attribute.pm
8340Installing /usr/local/lib64/perl5/Moose/Exception/Role/InstanceClass.pm
8341Installing /usr/local/lib64/perl5/Moose/Exception/Role/RoleForCreate.pm
8342Installing /usr/local/lib64/perl5/Moose/Exception/Role/TypeConstraint.pm
8343Installing /usr/local/lib64/perl5/Moose/Exception/Role/InvalidAttributeOptions.pm
8344Installing /usr/local/lib64/perl5/Moose/Exception/Role/Class.pm
8345Installing /usr/local/lib64/perl5/Moose/Exception/Role/EitherAttributeOrAttributeName.pm
8346Installing /usr/local/lib64/perl5/Moose/Exception/Role/RoleForCreateMOPClass.pm
8347Installing /usr/local/lib64/perl5/Moose/Exception/Role/Method.pm
8348Installing /usr/local/lib64/perl5/Moose/Exception/Role/Role.pm
8349Installing /usr/local/lib64/perl5/Moose/Exception/Role/AttributeName.pm
8350Installing /usr/local/lib64/perl5/Moose/Exception/Role/ParamsHash.pm
8351Installing /usr/local/lib64/perl5/Moose/Exception/Role/Instance.pm
8352Installing /usr/local/lib64/perl5/Moose/Cookbook/Style.pod
8353Installing /usr/local/lib64/perl5/Moose/Cookbook/Snack/Keywords.pod
8354Installing /usr/local/lib64/perl5/Moose/Cookbook/Snack/Types.pod
8355Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod
8356Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod
8357Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod
8358Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/ApplicationToInstance.pod
8359Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod
8360Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/Comparable_CodeReuse.pod
8361Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod
8362Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/ExtensionOverview.pod
8363Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod
8364Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/Table_MetaclassTrait.pod
8365Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
8366Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod
8367Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod
8368Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/WhyMeta.pod
8369Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Document_AugmentAndInner.pod
8370Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod
8371Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod
8372Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod
8373Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod
8374Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod
8375Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Company_Subtypes.pod
8376Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod
8377Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod
8378Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod
8379Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Immutable.pod
8380Installing /usr/local/lib64/perl5/Test/Moose.pm
8381Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm
8382Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm
8383Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm
8384Installing /usr/local/share/man/man3/Class::MOP::Method::Generated.3pm
8385Installing /usr/local/share/man/man3/Moose.3pm
8386Installing /usr/local/share/man/man3/metaclass.3pm
8387Installing /usr/local/share/man/man3/Moose::Manual::MOP.3pm
8388Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm
8389Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm
8390Installing /usr/local/share/man/man3/Class::MOP::Object.3pm
8391Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm
8392Installing /usr/local/share/man/man3/Moose::Meta::Method::Accessor.3pm
8393Installing /usr/local/share/man/man3/Class::MOP::Method::Wrapped.3pm
8394Installing /usr/local/share/man/man3/Moose::Meta::Role::Method::Required.3pm
8395Installing /usr/local/share/man/man3/Class::MOP.3pm
8396Installing /usr/local/share/man/man3/Moose::Util::MetaRole.3pm
8397Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToClass.3pm
8398Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Enum.3pm
8399Installing /usr/local/share/man/man3/Moose::Meta::Role.3pm
8400Installing /usr/local/share/man/man3/Moose::Manual::MooseX.3pm
8401Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Parameterized.3pm
8402Installing /usr/local/share/man/man3/Moose::Exporter.3pm
8403Installing /usr/local/share/man/man3/Moose::Meta::Attribute.3pm
8404Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm
8405Installing /usr/local/share/man/man3/Moose::Meta::TypeCoercion.3pm
8406Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm
8407Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait.3pm
8408Installing /usr/local/share/man/man3/Moose::Manual::Classes.3pm
8409Installing /usr/local/share/man/man3/Moose::Manual::Delta.3pm
8410Installing /usr/local/share/man/man3/Class::MOP::Instance.3pm
8411Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm
8412Installing /usr/local/share/man/man3/Moose::Util::TypeConstraints::Builtins.3pm
8413Installing /usr/local/share/man/man3/Moose::Meta::Role::Attribute.3pm
8414Installing /usr/local/share/man/man3/Moose::Manual::Types.3pm
8415Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::RoleSummation.3pm
8416Installing /usr/local/share/man/man3/Moose::Meta::Class.3pm
8417Installing /usr/local/share/man/man3/Moose::Manual::Concepts.3pm
8418Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasMethods.3pm
8419Installing /usr/local/share/man/man3/Class::MOP::Package.3pm
8420Installing /usr/local/share/man/man3/Test::Moose.3pm
8421Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm
8422Installing /usr/local/share/man/man3/Moose::Exception.3pm
8423Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint.3pm
8424Installing /usr/local/share/man/man3/Moose::Meta::Object::Trait.3pm
8425Installing /usr/local/share/man/man3/Moose::Manual::BestPractices.3pm
8426Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm
8427Installing /usr/local/share/man/man3/Class::MOP::Class::Immutable::Trait.3pm
8428Installing /usr/local/share/man/man3/Moose::Meta::Method::Constructor.3pm
8429Installing /usr/local/share/man/man3/oose.3pm
8430Installing /usr/local/share/man/man3/Class::MOP::Method::Meta.3pm
8431Installing /usr/local/share/man/man3/Moose::Manual::MethodModifiers.3pm
8432Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm
8433Installing /usr/local/share/man/man3/Class::MOP::Mixin::AttributeCore.3pm
8434Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm
8435Installing /usr/local/share/man/man3/Moose::Meta::Instance.3pm
8436Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::DuckType.3pm
8437Installing /usr/local/share/man/man3/Class::MOP::Module.3pm
8438Installing /usr/local/share/man/man3/Moose::Meta::Method.3pm
8439Installing /usr/local/share/man/man3/Moose::Manual::FAQ.3pm
8440Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm
8441Installing /usr/local/share/man/man3/Moose::Meta::Role::Method::Conflicting.3pm
8442Installing /usr/local/share/man/man3/Moose::Manual::Exceptions.3pm
8443Installing /usr/local/share/man/man3/Class::MOP::Method::Inlined.3pm
8444Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::String.3pm
8445Installing /usr/local/share/man/man3/Moose::Meta::Role::Application.3pm
8446Installing /usr/local/share/man/man3/Moose::Unsweetened.3pm
8447Installing /usr/local/share/man/man3/Class::MOP::Overload.3pm
8448Installing /usr/local/share/man/man3/Moose::Meta::Method::Overridden.3pm
8449Installing /usr/local/share/man/man3/Moose::Manual::Resources.3pm
8450Installing /usr/local/share/man/man3/Moose::Util.3pm
8451Installing /usr/local/share/man/man3/Moose::Cookbook.3pm
8452Installing /usr/local/share/man/man3/Moose::Meta::Mixin::AttributeCore.3pm
8453Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm
8454Installing /usr/local/share/man/man3/Moose::Meta::Method::Delegation.3pm
8455Installing /usr/local/share/man/man3/Moose::Cookbook::Style.3pm
8456Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToRole.3pm
8457Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm
8458Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToInstance.3pm
8459Installing /usr/local/share/man/man3/Moose::Manual::Attributes.3pm
8460Installing /usr/local/share/man/man3/Class::MOP::Attribute.3pm
8461Installing /usr/local/share/man/man3/Moose::Manual.3pm
8462Installing /usr/local/share/man/man3/Moose::Manual::Support.3pm
8463Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm
8464Installing /usr/local/share/man/man3/Moose::Cookbook::Snack::Types.3pm
8465Installing /usr/local/share/man/man3/Moose::Manual::Construction.3pm
8466Installing /usr/local/share/man/man3/Moose::Meta::TypeCoercion::Union.3pm
8467Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm
8468Installing /usr/local/share/man/man3/Class::MOP::Mixin.3pm
8469Installing /usr/local/share/man/man3/Moose::Meta::Method::Augmented.3pm
8470Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm
8471Installing /usr/local/share/man/man3/Moose::Intro.3pm
8472Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Union.3pm
8473Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm
8474Installing /usr/local/share/man/man3/Moose::Meta::Class::Immutable::Trait.3pm
8475Installing /usr/local/share/man/man3/Moose::Manual::Delegation.3pm
8476Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasOverloads.3pm
8477Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Immutable.3pm
8478Installing /usr/local/share/man/man3/Moose::Object.3pm
8479Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::WhyMeta.3pm
8480Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm
8481Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm
8482Installing /usr/local/share/man/man3/Moose::Meta::Method::Meta.3pm
8483Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm
8484Installing /usr/local/share/man/man3/Moose::Meta::Method::Destructor.3pm
8485Installing /usr/local/share/man/man3/Moose::Meta::Role::Method.3pm
8486Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm
8487Installing /usr/local/share/man/man3/Class::MOP::Method::Constructor.3pm
8488Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasAttributes.3pm
8489Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm
8490Installing /usr/local/share/man/man3/Moose::Role.3pm
8491Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Registry.3pm
8492Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm
8493Installing /usr/local/share/man/man3/Class::MOP::Class.3pm
8494Installing /usr/local/share/man/man3/Class::MOP::Method::Accessor.3pm
8495Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Class.3pm
8496Installing /usr/local/share/man/man3/Moose::Manual::Unsweetened.3pm
8497Installing /usr/local/share/man/man3/Moose::Spec::Role.3pm
8498Installing /usr/local/share/man/man3/Class::MOP::Method.3pm
8499Installing /usr/local/share/man/man3/Class::MOP::Deprecated.3pm
8500Installing /usr/local/share/man/man3/Moose::Meta::Role::Composite.3pm
8501Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm
8502Installing /usr/local/share/man/man3/Class::MOP::MiniTrait.3pm
8503Installing /usr/local/share/man/man3/Moose::Cookbook::Snack::Keywords.3pm
8504Installing /usr/local/share/man/man3/Moose::Deprecated.3pm
8505Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm
8506Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native.3pm
8507Installing /usr/local/share/man/man3/Moose::Manual::Contributing.3pm
8508Installing /usr/local/share/man/man3/Moose::Util::TypeConstraints.3pm
8509Installing /usr/local/share/man/man3/Moose::Manual::Exceptions::Manifest.3pm
8510Installing /usr/local/share/man/man3/Moose::Manual::Roles.3pm
8511Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm
8512Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm
8513Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Role.3pm
8514Installing /usr/local/bin/moose-outdated
8515Appending installation info to /usr/lib64/perl5/perllocal.pod
8516 ETHER/Moose-2.1604.tar.gz
8517 /usr/bin/make install -- OK
8518Mouse is up to date (v2.4.5).
8519Running install for module 'Net::CalDAVTalk'
8520Running make for B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
8521Fetching with HTTP::Tiny:
8522http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
8523Fetching with HTTP::Tiny:
8524http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/CHECKSUMS
8525Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz ok
8526
8527 CPAN.pm: Building B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
8528
8529Warning: prerequisite Data::ICal::TimeZone 1.23 not found.
8530Warning: prerequisite DateTime::Format::ICal 0.09 not found.
8531Warning: prerequisite DateTime::Format::ISO8601 0.08 not found.
8532Warning: prerequisite Net::DAVTalk 0.02 not found.
8533Warning: prerequisite Text::LevenshteinXS 0.03 not found.
8534Warning: prerequisite Text::VCardFast 0.06 not found.
8535Checking if your kit is complete...
8536Looks good
8537Writing Makefile for Net::CalDAVTalk
8538Writing MYMETA.yml and MYMETA.json
8539---- Unsatisfied dependencies detected during ----
8540---- BRONG/Net-CalDAVTalk-0.03.tar.gz ----
8541 DateTime::Format::ICal [requires]
8542 Net::DAVTalk [requires]
8543 DateTime::Format::ISO8601 [requires]
8544 Text::VCardFast [requires]
8545 Text::LevenshteinXS [requires]
8546 Data::ICal::TimeZone [requires]
8547Skipping test because of notest pragma
8548Running make install
8549 Delayed until after prerequisites
8550Running install for module 'DateTime::Format::ICal'
8551Running make for D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
8552Fetching with HTTP::Tiny:
8553http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
8554Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz ok
8555
8556 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
8557
8558Checking prerequisites...
8559 requires:
8560 ! DateTime::Event::ICal is not installed
8561 ! DateTime::Set is not installed
8562
8563ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
8564of the modules indicated above before proceeding with this installation
8565
8566Created MYMETA.yml and MYMETA.json
8567Creating new 'Build' script for 'DateTime-Format-ICal' version '0.09'
8568---- Unsatisfied dependencies detected during ----
8569---- DROLSKY/DateTime-Format-ICal-0.09.tar.gz ----
8570 DateTime::Event::ICal [requires]
8571 DateTime::Set [requires]
8572Skipping test because of notest pragma
8573Running Build install
8574 Delayed until after prerequisites
8575Running install for module 'DateTime::Event::ICal'
8576Running make for F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
8577Fetching with HTTP::Tiny:
8578http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
8579Fetching with HTTP::Tiny:
8580http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/CHECKSUMS
8581Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz ok
8582
8583 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
8584
8585Warning: prerequisite DateTime::Event::Recurrence 0.11 not found.
8586Checking if your kit is complete...
8587Looks good
8588Writing Makefile for DateTime::Event::ICal
8589Writing MYMETA.yml and MYMETA.json
8590---- Unsatisfied dependencies detected during ----
8591---- FGLOCK/DateTime-Event-ICal-0.13.tar.gz ----
8592 DateTime::Event::Recurrence [requires]
8593Skipping test because of notest pragma
8594Running make install
8595 Delayed until after prerequisites
8596Running install for module 'DateTime::Event::Recurrence'
8597Running make for F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
8598Fetching with HTTP::Tiny:
8599http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
8600Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz ok
8601
8602 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
8603
8604Warning: prerequisite DateTime::Set 0.3600 not found.
8605Checking if your kit is complete...
8606Looks good
8607Writing Makefile for DateTime::Event::Recurrence
8608Writing MYMETA.yml and MYMETA.json
8609---- Unsatisfied dependencies detected during ----
8610---- FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz ----
8611 DateTime::Set [requires]
8612Skipping test because of notest pragma
8613Running make install
8614 Delayed until after prerequisites
8615Running install for module 'DateTime::Set'
8616Running make for F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
8617Fetching with HTTP::Tiny:
8618http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
8619Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz ok
8620
8621 CPAN.pm: Building F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
8622
8623Checking prerequisites...
8624 requires:
8625 ! Set::Infinite is not installed
8626
8627ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
8628of the modules indicated above before proceeding with this installation
8629
8630Created MYMETA.yml and MYMETA.json
8631Creating new 'Build' script for 'DateTime-Set' version '0.3600'
8632---- Unsatisfied dependencies detected during ----
8633---- FGLOCK/DateTime-Set-0.3600.tar.gz ----
8634 Set::Infinite [requires]
8635Skipping test because of notest pragma
8636Running Build install
8637 Delayed until after prerequisites
8638Running install for module 'Set::Infinite'
8639Running make for F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
8640Fetching with HTTP::Tiny:
8641http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
8642Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz ok
8643
8644 CPAN.pm: Building F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
8645
8646Checking if your kit is complete...
8647Looks good
8648Writing Makefile for Set::Infinite
8649Writing MYMETA.yml and MYMETA.json
8650cp lib/Set/Infinite.pm blib/lib/Set/Infinite.pm
8651cp lib/Set/Infinite/Arithmetic.pm blib/lib/Set/Infinite/Arithmetic.pm
8652cp lib/Set/Infinite/Basic.pm blib/lib/Set/Infinite/Basic.pm
8653Manifying blib/man3/Set::Infinite::Arithmetic.3pm
8654Manifying blib/man3/Set::Infinite.3pm
8655Manifying blib/man3/Set::Infinite::Basic.3pm
8656 FGLOCK/Set-Infinite-0.65.tar.gz
8657 /usr/bin/make -- OK
8658Skipping test because of notest pragma
8659Running make install
8660Installing /usr/local/share/perl5/Set/Infinite.pm
8661Installing /usr/local/share/perl5/Set/Infinite/Basic.pm
8662Installing /usr/local/share/perl5/Set/Infinite/Arithmetic.pm
8663Installing /usr/local/share/man/man3/Set::Infinite::Arithmetic.3pm
8664Installing /usr/local/share/man/man3/Set::Infinite.3pm
8665Installing /usr/local/share/man/man3/Set::Infinite::Basic.3pm
8666Appending installation info to /usr/lib64/perl5/perllocal.pod
8667 FGLOCK/Set-Infinite-0.65.tar.gz
8668 /usr/bin/make install -- OK
8669Running Build for F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
8670 Has already been unwrapped into directory /root/.cpan/build/DateTime-Set-0.3600-FElGNn
8671
8672 CPAN.pm: Building F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
8673
8674Building DateTime-Set
8675 FGLOCK/DateTime-Set-0.3600.tar.gz
8676 ./Build -- OK
8677Skipping test because of notest pragma
8678Running Build install
8679Building DateTime-Set
8680Installing /usr/local/share/perl5/Set/Infinite/_recurrence.pm
8681Installing /usr/local/share/perl5/DateTime/Span.pm
8682Installing /usr/local/share/perl5/DateTime/Set.pm
8683Installing /usr/local/share/perl5/DateTime/SpanSet.pm
8684Installing /usr/local/share/man/man3/DateTime::Span.3pm
8685Installing /usr/local/share/man/man3/DateTime::Set.3pm
8686Installing /usr/local/share/man/man3/Set::Infinite::_recurrence.3pm
8687Installing /usr/local/share/man/man3/DateTime::SpanSet.3pm
8688 FGLOCK/DateTime-Set-0.3600.tar.gz
8689 ./Build install -- OK
8690Running make for F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
8691 Has already been unwrapped into directory /root/.cpan/build/DateTime-Event-Recurrence-0.18-PuSGE7
8692
8693 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
8694
8695cp lib/DateTime/Event/Recurrence.pm blib/lib/DateTime/Event/Recurrence.pm
8696Manifying blib/man3/DateTime::Event::Recurrence.3pm
8697 FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
8698 /usr/bin/make -- OK
8699Skipping test because of notest pragma
8700Running make install
8701Installing /usr/local/share/perl5/DateTime/Event/Recurrence.pm
8702Installing /usr/local/share/man/man3/DateTime::Event::Recurrence.3pm
8703Appending installation info to /usr/lib64/perl5/perllocal.pod
8704 FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
8705 /usr/bin/make install -- OK
8706Running make for F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
8707 Has already been unwrapped into directory /root/.cpan/build/DateTime-Event-ICal-0.13-JxZqHH
8708
8709 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
8710
8711cp lib/DateTime/Event/ICal.pm blib/lib/DateTime/Event/ICal.pm
8712Manifying blib/man3/DateTime::Event::ICal.3pm
8713 FGLOCK/DateTime-Event-ICal-0.13.tar.gz
8714 /usr/bin/make -- OK
8715Skipping test because of notest pragma
8716Running make install
8717Installing /usr/local/share/perl5/DateTime/Event/ICal.pm
8718Installing /usr/local/share/man/man3/DateTime::Event::ICal.3pm
8719Appending installation info to /usr/lib64/perl5/perllocal.pod
8720 FGLOCK/DateTime-Event-ICal-0.13.tar.gz
8721 /usr/bin/make install -- OK
8722DateTime::Set is up to date (0.3600).
8723Running Build for D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
8724 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-ICal-0.09-6I2x_C
8725
8726 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
8727
8728Building DateTime-Format-ICal
8729 DROLSKY/DateTime-Format-ICal-0.09.tar.gz
8730 ./Build -- OK
8731Skipping test because of notest pragma
8732Running Build install
8733Building DateTime-Format-ICal
8734Installing /usr/local/share/perl5/DateTime/Format/ICal.pm
8735Installing /usr/local/share/man/man3/DateTime::Format::ICal.3pm
8736 DROLSKY/DateTime-Format-ICal-0.09.tar.gz
8737 ./Build install -- OK
8738Running install for module 'Net::DAVTalk'
8739Running make for B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
8740Fetching with HTTP::Tiny:
8741http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
8742Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-DAVTalk-0.04.tar.gz ok
8743
8744 CPAN.pm: Building B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
8745
8746Warning: prerequisite Tie::DataUUID 1.02 not found.
8747Warning: prerequisite XML::Fast 0.11 not found.
8748Warning: prerequisite XML::Spice 0.03 not found.
8749Checking if your kit is complete...
8750Looks good
8751Writing Makefile for Net::DAVTalk
8752Writing MYMETA.yml and MYMETA.json
8753---- Unsatisfied dependencies detected during ----
8754---- BRONG/Net-DAVTalk-0.04.tar.gz ----
8755 XML::Spice [requires]
8756 XML::Fast [requires]
8757 Tie::DataUUID [requires]
8758Skipping test because of notest pragma
8759Running make install
8760 Delayed until after prerequisites
8761Running install for module 'XML::Spice'
8762Running make for R/RO/ROBN/XML-Spice-0.04.tar.gz
8763Fetching with HTTP::Tiny:
8764http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBN/XML-Spice-0.04.tar.gz
8765Fetching with HTTP::Tiny:
8766http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBN/CHECKSUMS
8767Checksum for /root/.cpan/sources/authors/id/R/RO/ROBN/XML-Spice-0.04.tar.gz ok
8768
8769 CPAN.pm: Building R/RO/ROBN/XML-Spice-0.04.tar.gz
8770
8771Checking if your kit is complete...
8772Looks good
8773Writing Makefile for XML::Spice
8774Writing MYMETA.yml and MYMETA.json
8775---- Unsatisfied dependencies detected during ----
8776---- ROBN/XML-Spice-0.04.tar.gz ----
8777 Test::XML [build_requires]
8778Skipping test because of notest pragma
8779Running make install
8780 Delayed until after prerequisites
8781Running install for module 'Test::XML'
8782Running make for S/SE/SEMANTICO/Test-XML-0.08.tar.gz
8783Fetching with HTTP::Tiny:
8784http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz
8785Fetching with HTTP::Tiny:
8786http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SE/SEMANTICO/CHECKSUMS
8787Checksum for /root/.cpan/sources/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz ok
8788
8789 CPAN.pm: Building S/SE/SEMANTICO/Test-XML-0.08.tar.gz
8790
8791Checking prerequisites...
8792 requires:
8793 ! XML::Parser is not installed
8794 ! XML::SemanticDiff is not installed
8795 recommends:
8796 * XML::SAX is not installed
8797 * XML::SAX::Writer is not installed
8798 * XML::Twig is not installed
8799 * XML::XPath is not installed
8800
8801ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
8802of the modules indicated above before proceeding with this installation
8803
8804Created MYMETA.yml and MYMETA.json
8805Creating new 'Build' script for 'Test-XML' version '0.08'
8806---- Unsatisfied dependencies detected during ----
8807---- SEMANTICO/Test-XML-0.08.tar.gz ----
8808 XML::SemanticDiff [requires]
8809 XML::Parser [requires]
8810Skipping test because of notest pragma
8811Running Build install
8812 Delayed until after prerequisites
8813Running install for module 'XML::SemanticDiff'
8814Running make for S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
8815Fetching with HTTP::Tiny:
8816http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
8817Fetching with HTTP::Tiny:
8818http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SH/SHLOMIF/CHECKSUMS
8819Checksum for /root/.cpan/sources/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz ok
8820
8821 CPAN.pm: Building S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
8822
8823Checking prerequisites...
8824 requires:
8825 ! XML::Parser is not installed
8826
8827ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
8828of the modules indicated above before proceeding with this installation
8829
8830Created MYMETA.yml and MYMETA.json
8831Creating new 'Build' script for 'XML-SemanticDiff' version '1.0004'
8832---- Unsatisfied dependencies detected during ----
8833---- SHLOMIF/XML-SemanticDiff-1.0004.tar.gz ----
8834 XML::Parser [requires]
8835Skipping test because of notest pragma
8836Running Build install
8837 Delayed until after prerequisites
8838Running install for module 'XML::Parser'
8839Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
8840Fetching with HTTP::Tiny:
8841http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz
8842Fetching with HTTP::Tiny:
8843http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TODDR/CHECKSUMS
8844Checksum for /root/.cpan/sources/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz ok
8845
8846 CPAN.pm: Building T/TO/TODDR/XML-Parser-2.44.tar.gz
8847
8848
8849Expat must be installed prior to building XML::Parser and I can't find
8850it in the standard library directories. Install 'expat-devel' (or
8851'libexpat1-dev') package with your OS package manager. See 'README'.
8852
8853Or you can download expat from:
8854
8855http://sourceforge.net/projects/expat/
8856
8857If expat is installed, but in a non-standard directory, then use the
8858following options to Makefile.PL:
8859
8860 EXPATLIBPATH=... To set the directory in which to find libexpat
8861
8862 EXPATINCPATH=... To set the directory in which to find expat.h
8863
8864For example:
8865
8866 perl Makefile.PL EXPATLIBPATH=/home/me/lib EXPATINCPATH=/home/me/include
8867
8868Note that if you build against a shareable library in a non-standard location
8869you may (on some platforms) also have to set your LD_LIBRARY_PATH environment
8870variable at run time for perl to find the library.
8871
8872Warning: prerequisite LWP::UserAgent 0 not found.
8873Checking if your kit is complete...
8874Looks good
8875Writing Makefile for XML::Parser::Expat
8876Writing MYMETA.yml and MYMETA.json
8877Writing Makefile for XML::Parser
8878Writing MYMETA.yml and MYMETA.json
8879---- Unsatisfied dependencies detected during ----
8880---- TODDR/XML-Parser-2.44.tar.gz ----
8881 LWP::UserAgent [requires]
8882Skipping test because of notest pragma
8883Running make install
8884 Delayed until after prerequisites
8885Running install for module 'LWP::UserAgent'
8886Running make for E/ET/ETHER/libwww-perl-6.15.tar.gz
8887Fetching with HTTP::Tiny:
8888http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/libwww-perl-6.15.tar.gz
8889Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/libwww-perl-6.15.tar.gz ok
8890
8891 CPAN.pm: Building E/ET/ETHER/libwww-perl-6.15.tar.gz
8892
8893Warning: prerequisite File::Listing 6 not found.
8894Warning: prerequisite HTTP::Cookies 6 not found.
8895Warning: prerequisite HTTP::Daemon 6 not found.
8896Warning: prerequisite HTTP::Negotiate 6 not found.
8897Warning: prerequisite Net::HTTP 6.07 not found.
8898Warning: prerequisite WWW::RobotRules 6 not found.
8899Checking if your kit is complete...
8900Looks good
8901Writing Makefile for LWP
8902Writing MYMETA.yml and MYMETA.json
8903---- Unsatisfied dependencies detected during ----
8904---- ETHER/libwww-perl-6.15.tar.gz ----
8905 File::Listing [requires]
8906 HTTP::Daemon [requires]
8907 HTTP::Cookies [requires]
8908 WWW::RobotRules [requires]
8909 HTTP::Negotiate [requires]
8910 Net::HTTP [requires]
8911Skipping test because of notest pragma
8912Running make install
8913 Delayed until after prerequisites
8914Running install for module 'File::Listing'
8915Running make for G/GA/GAAS/File-Listing-6.04.tar.gz
8916Fetching with HTTP::Tiny:
8917http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz
8918Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ok
8919
8920 CPAN.pm: Building G/GA/GAAS/File-Listing-6.04.tar.gz
8921
8922Checking if your kit is complete...
8923Looks good
8924Writing Makefile for File::Listing
8925Writing MYMETA.yml and MYMETA.json
8926cp lib/File/Listing.pm blib/lib/File/Listing.pm
8927Manifying blib/man3/File::Listing.3pm
8928 GAAS/File-Listing-6.04.tar.gz
8929 /usr/bin/make -- OK
8930Skipping test because of notest pragma
8931Running make install
8932Installing /usr/local/share/perl5/File/Listing.pm
8933Installing /usr/local/share/man/man3/File::Listing.3pm
8934Appending installation info to /usr/lib64/perl5/perllocal.pod
8935 GAAS/File-Listing-6.04.tar.gz
8936 /usr/bin/make install -- OK
8937Running install for module 'HTTP::Daemon'
8938Running make for G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
8939Fetching with HTTP::Tiny:
8940http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
8941Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz ok
8942
8943 CPAN.pm: Building G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
8944
8945Checking if your kit is complete...
8946Looks good
8947Writing Makefile for HTTP::Daemon
8948Writing MYMETA.yml and MYMETA.json
8949cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm
8950Manifying blib/man3/HTTP::Daemon.3pm
8951 GAAS/HTTP-Daemon-6.01.tar.gz
8952 /usr/bin/make -- OK
8953Skipping test because of notest pragma
8954Running make install
8955Installing /usr/local/share/perl5/HTTP/Daemon.pm
8956Installing /usr/local/share/man/man3/HTTP::Daemon.3pm
8957Appending installation info to /usr/lib64/perl5/perllocal.pod
8958 GAAS/HTTP-Daemon-6.01.tar.gz
8959 /usr/bin/make install -- OK
8960Running install for module 'HTTP::Cookies'
8961Running make for G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
8962Fetching with HTTP::Tiny:
8963http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
8964Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz ok
8965
8966 CPAN.pm: Building G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
8967
8968Checking if your kit is complete...
8969Looks good
8970Writing Makefile for HTTP::Cookies
8971Writing MYMETA.yml and MYMETA.json
8972cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm
8973cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm
8974cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm
8975Manifying blib/man3/HTTP::Cookies::Netscape.3pm
8976Manifying blib/man3/HTTP::Cookies::Microsoft.3pm
8977Manifying blib/man3/HTTP::Cookies.3pm
8978 GAAS/HTTP-Cookies-6.01.tar.gz
8979 /usr/bin/make -- OK
8980Skipping test because of notest pragma
8981Running make install
8982Installing /usr/local/share/perl5/HTTP/Cookies.pm
8983Installing /usr/local/share/perl5/HTTP/Cookies/Netscape.pm
8984Installing /usr/local/share/perl5/HTTP/Cookies/Microsoft.pm
8985Installing /usr/local/share/man/man3/HTTP::Cookies::Microsoft.3pm
8986Installing /usr/local/share/man/man3/HTTP::Cookies::Netscape.3pm
8987Installing /usr/local/share/man/man3/HTTP::Cookies.3pm
8988Appending installation info to /usr/lib64/perl5/perllocal.pod
8989 GAAS/HTTP-Cookies-6.01.tar.gz
8990 /usr/bin/make install -- OK
8991Running install for module 'WWW::RobotRules'
8992Running make for G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
8993Fetching with HTTP::Tiny:
8994http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
8995Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz ok
8996
8997 CPAN.pm: Building G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
8998
8999Checking if your kit is complete...
9000Looks good
9001Writing Makefile for WWW::RobotRules
9002Writing MYMETA.yml and MYMETA.json
9003cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm
9004cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm
9005Manifying blib/man3/WWW::RobotRules.3pm
9006Manifying blib/man3/WWW::RobotRules::AnyDBM_File.3pm
9007 GAAS/WWW-RobotRules-6.02.tar.gz
9008 /usr/bin/make -- OK
9009Skipping test because of notest pragma
9010Running make install
9011Manifying blib/man3/WWW::RobotRules.3pm
9012Manifying blib/man3/WWW::RobotRules::AnyDBM_File.3pm
9013Installing /usr/local/share/perl5/WWW/RobotRules.pm
9014Installing /usr/local/share/perl5/WWW/RobotRules/AnyDBM_File.pm
9015Installing /usr/local/share/man/man3/WWW::RobotRules::AnyDBM_File.3pm
9016Installing /usr/local/share/man/man3/WWW::RobotRules.3pm
9017Appending installation info to /usr/lib64/perl5/perllocal.pod
9018 GAAS/WWW-RobotRules-6.02.tar.gz
9019 /usr/bin/make install -- OK
9020Running install for module 'HTTP::Negotiate'
9021Running make for G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
9022Fetching with HTTP::Tiny:
9023http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
9024Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ok
9025
9026 CPAN.pm: Building G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
9027
9028Checking if your kit is complete...
9029Looks good
9030Writing Makefile for HTTP::Negotiate
9031Writing MYMETA.yml and MYMETA.json
9032cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm
9033Manifying blib/man3/HTTP::Negotiate.3pm
9034 GAAS/HTTP-Negotiate-6.01.tar.gz
9035 /usr/bin/make -- OK
9036Skipping test because of notest pragma
9037Running make install
9038Installing /usr/local/share/perl5/HTTP/Negotiate.pm
9039Installing /usr/local/share/man/man3/HTTP::Negotiate.3pm
9040Appending installation info to /usr/lib64/perl5/perllocal.pod
9041 GAAS/HTTP-Negotiate-6.01.tar.gz
9042 /usr/bin/make install -- OK
9043Running install for module 'Net::HTTP'
9044Running make for E/ET/ETHER/Net-HTTP-6.09.tar.gz
9045Fetching with HTTP::Tiny:
9046http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz
9047Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz ok
9048
9049 CPAN.pm: Building E/ET/ETHER/Net-HTTP-6.09.tar.gz
9050
9051Checking if your kit is complete...
9052Looks good
9053Writing Makefile for Net::HTTP
9054Writing MYMETA.yml and MYMETA.json
9055cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm
9056cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm
9057cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm
9058cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm
9059Manifying blib/man3/Net::HTTP::NB.3pm
9060Manifying blib/man3/Net::HTTP.3pm
9061Manifying blib/man3/Net::HTTPS.3pm
9062 ETHER/Net-HTTP-6.09.tar.gz
9063 /usr/bin/make -- OK
9064Skipping test because of notest pragma
9065Running make install
9066Installing /usr/local/share/perl5/Net/HTTP.pm
9067Installing /usr/local/share/perl5/Net/HTTPS.pm
9068Installing /usr/local/share/perl5/Net/HTTP/Methods.pm
9069Installing /usr/local/share/perl5/Net/HTTP/NB.pm
9070Installing /usr/local/share/man/man3/Net::HTTPS.3pm
9071Installing /usr/local/share/man/man3/Net::HTTP.3pm
9072Installing /usr/local/share/man/man3/Net::HTTP::NB.3pm
9073Appending installation info to /usr/lib64/perl5/perllocal.pod
9074 ETHER/Net-HTTP-6.09.tar.gz
9075 /usr/bin/make install -- OK
9076Running make for E/ET/ETHER/libwww-perl-6.15.tar.gz
9077 Has already been unwrapped into directory /root/.cpan/build/libwww-perl-6.15-JrtBFo
9078
9079 CPAN.pm: Building E/ET/ETHER/libwww-perl-6.15.tar.gz
9080
9081cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm
9082cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm
9083cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm
9084cp lib/LWP.pm blib/lib/LWP.pm
9085cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm
9086cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm
9087cp lwptut.pod blib/lib/lwptut.pod
9088cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm
9089cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm
9090cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm
9091cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm
9092cp lwpcook.pod blib/lib/lwpcook.pod
9093cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm
9094cp lib/LWP/Protocol/GHTTP.pm blib/lib/LWP/Protocol/GHTTP.pm
9095cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm
9096cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm
9097cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm
9098cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm
9099cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm
9100cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm
9101cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm
9102cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm
9103cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm
9104cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm
9105cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm
9106cp bin/lwp-dump blib/script/lwp-dump
9107/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-dump
9108cp bin/lwp-mirror blib/script/lwp-mirror
9109/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-mirror
9110cp bin/lwp-download blib/script/lwp-download
9111/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-download
9112cp bin/lwp-request blib/script/lwp-request
9113/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-request
9114Manifying blib/man1/lwp-dump.1
9115Manifying blib/man1/lwp-mirror.1
9116Manifying blib/man1/lwp-download.1
9117Manifying blib/man1/lwp-request.1
9118Manifying blib/man3/LWP::RobotUA.3pm
9119Manifying blib/man3/LWP::Debug.3pm
9120Manifying blib/man3/lwpcook.3pm
9121Manifying blib/man3/LWP::Authen::Ntlm.3pm
9122Manifying blib/man3/LWP.3pm
9123Manifying blib/man3/LWP::Protocol.3pm
9124Manifying blib/man3/LWP::ConnCache.3pm
9125Manifying blib/man3/lwptut.3pm
9126Manifying blib/man3/LWP::Simple.3pm
9127Manifying blib/man3/LWP::UserAgent.3pm
9128Manifying blib/man3/LWP::MemberMixin.3pm
9129 ETHER/libwww-perl-6.15.tar.gz
9130 /usr/bin/make -- OK
9131Skipping test because of notest pragma
9132Running make install
9133Installing /usr/local/share/perl5/lwpcook.pod
9134Installing /usr/local/share/perl5/LWP.pm
9135Installing /usr/local/share/perl5/lwptut.pod
9136Installing /usr/local/share/perl5/LWP/DebugFile.pm
9137Installing /usr/local/share/perl5/LWP/Simple.pm
9138Installing /usr/local/share/perl5/LWP/ConnCache.pm
9139Installing /usr/local/share/perl5/LWP/MemberMixin.pm
9140Installing /usr/local/share/perl5/LWP/Protocol.pm
9141Installing /usr/local/share/perl5/LWP/RobotUA.pm
9142Installing /usr/local/share/perl5/LWP/UserAgent.pm
9143Installing /usr/local/share/perl5/LWP/Debug.pm
9144Installing /usr/local/share/perl5/LWP/Authen/Digest.pm
9145Installing /usr/local/share/perl5/LWP/Authen/Ntlm.pm
9146Installing /usr/local/share/perl5/LWP/Authen/Basic.pm
9147Installing /usr/local/share/perl5/LWP/Protocol/nntp.pm
9148Installing /usr/local/share/perl5/LWP/Protocol/ftp.pm
9149Installing /usr/local/share/perl5/LWP/Protocol/data.pm
9150Installing /usr/local/share/perl5/LWP/Protocol/loopback.pm
9151Installing /usr/local/share/perl5/LWP/Protocol/file.pm
9152Installing /usr/local/share/perl5/LWP/Protocol/GHTTP.pm
9153Installing /usr/local/share/perl5/LWP/Protocol/cpan.pm
9154Installing /usr/local/share/perl5/LWP/Protocol/gopher.pm
9155Installing /usr/local/share/perl5/LWP/Protocol/http.pm
9156Installing /usr/local/share/perl5/LWP/Protocol/mailto.pm
9157Installing /usr/local/share/perl5/LWP/Protocol/nogo.pm
9158Installing /usr/local/share/man/man1/lwp-dump.1
9159Installing /usr/local/share/man/man1/lwp-download.1
9160Installing /usr/local/share/man/man1/lwp-mirror.1
9161Installing /usr/local/share/man/man1/lwp-request.1
9162Installing /usr/local/share/man/man3/LWP::ConnCache.3pm
9163Installing /usr/local/share/man/man3/lwptut.3pm
9164Installing /usr/local/share/man/man3/LWP::Protocol.3pm
9165Installing /usr/local/share/man/man3/lwpcook.3pm
9166Installing /usr/local/share/man/man3/LWP::Authen::Ntlm.3pm
9167Installing /usr/local/share/man/man3/LWP::RobotUA.3pm
9168Installing /usr/local/share/man/man3/LWP.3pm
9169Installing /usr/local/share/man/man3/LWP::Simple.3pm
9170Installing /usr/local/share/man/man3/LWP::UserAgent.3pm
9171Installing /usr/local/share/man/man3/LWP::MemberMixin.3pm
9172Installing /usr/local/share/man/man3/LWP::Debug.3pm
9173Installing /usr/local/bin/lwp-request
9174Installing /usr/local/bin/lwp-dump
9175Installing /usr/local/bin/lwp-mirror
9176Installing /usr/local/bin/lwp-download
9177Appending installation info to /usr/lib64/perl5/perllocal.pod
9178 ETHER/libwww-perl-6.15.tar.gz
9179 /usr/bin/make install -- OK
9180Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
9181 Has already been unwrapped into directory /root/.cpan/build/XML-Parser-2.44-mtO97A
9182
9183 CPAN.pm: Building T/TO/TODDR/XML-Parser-2.44.tar.gz
9184
9185cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
9186cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc
9187cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc
9188cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc
9189cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm
9190cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc
9191cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
9192cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README
9193cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc
9194cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc
9195cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc
9196cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc
9197cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
9198cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc
9199cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc
9200cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc
9201cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
9202cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc
9203cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm
9204cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
9205cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc
9206cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
9207cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl
9208cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm
9209cp Parser.pm blib/lib/XML/Parser.pm
9210cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc
9211cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm
9212cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
9213cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm
9214cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc
9215make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.44-mtO97A/Expat'
9216cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
9217/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
9218gcc -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
9219make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.44-mtO97A/Expat'
9220 TODDR/XML-Parser-2.44.tar.gz
9221 /usr/bin/make -- NOT OK
9222Skipping test because of notest pragma
9223Running make install
9224 Make had returned bad status, install seems impossible
9225Running Build for S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
9226 Has already been unwrapped into directory /root/.cpan/build/XML-SemanticDiff-1.0004-4FR_sd
9227
9228 CPAN.pm: Building S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
9229
9230Warning: 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.
9231Expat.xs:12:19: fatal error: expat.h: No such file or directory
9232 #include <expat.h>
9233 ^
9234compilation terminated.
9235make[1]: *** [Expat.o] Error 1
9236make: *** [subdirs] Error 2
9237Building XML-SemanticDiff
9238 SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
9239 ./Build -- OK
9240Skipping test because of notest pragma
9241Running Build install
9242Building XML-SemanticDiff
9243Installing /usr/local/share/perl5/XML/SemanticDiff.pm
9244Installing /usr/local/share/perl5/XML/SemanticDiff/BasicHandler.pm
9245Installing /usr/local/share/man/man3/XML::SemanticDiff.3pm
9246Installing /usr/local/share/man/man3/XML::SemanticDiff::BasicHandler.3pm
9247 SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
9248 ./Build install -- OK
9249Running install for module 'XML::Parser'
9250Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
9251 Has already been unwrapped into directory /root/.cpan/build/XML-Parser-2.44-mtO97A
9252Could not make: Unknown error
9253Skipping test because of notest pragma
9254Running make install
9255 Make had returned bad status, install seems impossible
9256Running Build for S/SE/SEMANTICO/Test-XML-0.08.tar.gz
9257 Has already been unwrapped into directory /root/.cpan/build/Test-XML-0.08-R2enTU
9258
9259 CPAN.pm: Building S/SE/SEMANTICO/Test-XML-0.08.tar.gz
9260
9261Warning: 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.
9262Building Test-XML
9263 SEMANTICO/Test-XML-0.08.tar.gz
9264 ./Build -- OK
9265Skipping test because of notest pragma
9266Running Build install
9267Building Test-XML
9268Installing /usr/local/share/perl5/Test/XML.pm
9269Installing /usr/local/share/perl5/Test/XML/SAX.pm
9270Installing /usr/local/share/perl5/Test/XML/XPath.pm
9271Installing /usr/local/share/perl5/Test/XML/Twig.pm
9272Installing /usr/local/share/man/man3/Test::XML.3pm
9273Installing /usr/local/share/man/man3/Test::XML::SAX.3pm
9274Installing /usr/local/share/man/man3/Test::XML::Twig.3pm
9275Installing /usr/local/share/man/man3/Test::XML::XPath.3pm
9276 SEMANTICO/Test-XML-0.08.tar.gz
9277 ./Build install -- OK
9278Running make for R/RO/ROBN/XML-Spice-0.04.tar.gz
9279 Has already been unwrapped into directory /root/.cpan/build/XML-Spice-0.04-yM0jg4
9280
9281 CPAN.pm: Building R/RO/ROBN/XML-Spice-0.04.tar.gz
9282
9283cp lib/XML/Spice.pm blib/lib/XML/Spice.pm
9284Manifying blib/man3/XML::Spice.3pm
9285 ROBN/XML-Spice-0.04.tar.gz
9286 /usr/bin/make -- OK
9287Skipping test because of notest pragma
9288Running make install
9289Installing /usr/local/share/perl5/XML/Spice.pm
9290Installing /usr/local/share/man/man3/XML::Spice.3pm
9291Appending installation info to /usr/lib64/perl5/perllocal.pod
9292 ROBN/XML-Spice-0.04.tar.gz
9293 /usr/bin/make install -- OK
9294Running install for module 'XML::Fast'
9295Running make for M/MO/MONS/XML-Fast-0.11.tar.gz
9296Fetching with LWP:
9297http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz
9298Fetching with LWP:
9299http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MO/MONS/CHECKSUMS
9300Checksum for /root/.cpan/sources/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz ok
9301
9302 CPAN.pm: Building M/MO/MONS/XML-Fast-0.11.tar.gz
9303
9304Checking if your kit is complete...
9305Looks good
9306Writing Makefile for XML::Fast
9307Writing MYMETA.yml and MYMETA.json
9308cp lib/XML/Fast.pm blib/lib/XML/Fast.pm
9309/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Fast.xs > Fast.xsc && mv Fast.xsc Fast.c
9310gcc -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
9311gcc -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
9312Running Mkbootstrap for XML::Fast ()
9313chmod 644 Fast.bs
9314rm -f blib/arch/auto/XML/Fast/Fast.so
9315gcc -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 \
9316 \
9317
9318chmod 755 blib/arch/auto/XML/Fast/Fast.so
9319cp Fast.bs blib/arch/auto/XML/Fast/Fast.bs
9320chmod 644 blib/arch/auto/XML/Fast/Fast.bs
9321Manifying blib/man3/XML::Fast.3pm
9322 MONS/XML-Fast-0.11.tar.gz
9323 /usr/bin/make -- OK
9324Skipping test because of notest pragma
9325Running make install
9326Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9327Installing /usr/local/lib64/perl5/auto/XML/Fast/Fast.so
9328Installing /usr/local/lib64/perl5/auto/XML/Fast/Fast.bs
9329Installing /usr/local/lib64/perl5/XML/Fast.pm
9330Installing /usr/local/share/man/man3/XML::Fast.3pm
9331Appending installation info to /usr/lib64/perl5/perllocal.pod
9332 MONS/XML-Fast-0.11.tar.gz
9333 /usr/bin/make install -- OK
9334Running install for module 'Tie::DataUUID'
9335Running make for M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
9336Fetching with LWP:
9337http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
9338Fetching with LWP:
9339http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MA/MARKF/CHECKSUMS
9340Checksum for /root/.cpan/sources/authors/id/M/MA/MARKF/Tie-DataUUID-1.02.tar.gz ok
9341
9342 CPAN.pm: Building M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
9343
9344Cannot determine perl version info from lib/Tie/DataUUID.pm
9345Cannot determine license info from lib/Tie/DataUUID.pm
9346Checking if your kit is complete...
9347Looks good
9348Writing Makefile for Tie::DataUUID
9349Writing MYMETA.yml and MYMETA.json
9350cp lib/Tie/DataUUID.pm blib/lib/Tie/DataUUID.pm
9351Manifying blib/man3/Tie::DataUUID.3pm
9352 MARKF/Tie-DataUUID-1.02.tar.gz
9353 /usr/bin/make -- OK
9354Skipping test because of notest pragma
9355Running make install
9356Installing /usr/local/share/perl5/Tie/DataUUID.pm
9357Installing /usr/local/share/man/man3/Tie::DataUUID.3pm
9358Appending installation info to /usr/lib64/perl5/perllocal.pod
9359 MARKF/Tie-DataUUID-1.02.tar.gz
9360 /usr/bin/make install -- OK
9361Running make for B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
9362 Has already been unwrapped into directory /root/.cpan/build/Net-DAVTalk-0.04-VOOeU7
9363
9364 CPAN.pm: Building B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
9365
9366cp lib/Net/DAVTalk.pm blib/lib/Net/DAVTalk.pm
9367cp lib/Net/DAVTalk/XMLParser.pm blib/lib/Net/DAVTalk/XMLParser.pm
9368Manifying blib/man3/Net::DAVTalk.3pm
9369Manifying blib/man3/Net::DAVTalk::XMLParser.3pm
9370 BRONG/Net-DAVTalk-0.04.tar.gz
9371 /usr/bin/make -- OK
9372Skipping test because of notest pragma
9373Running make install
9374Installing /usr/local/share/perl5/Net/DAVTalk.pm
9375Installing /usr/local/share/perl5/Net/DAVTalk/XMLParser.pm
9376Installing /usr/local/share/man/man3/Net::DAVTalk.3pm
9377Installing /usr/local/share/man/man3/Net::DAVTalk::XMLParser.3pm
9378Appending installation info to /usr/lib64/perl5/perllocal.pod
9379 BRONG/Net-DAVTalk-0.04.tar.gz
9380 /usr/bin/make install -- OK
9381Running install for module 'DateTime::Format::ISO8601'
9382Running make for J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
9383Fetching with LWP:
9384http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
9385Fetching with LWP:
9386http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JH/JHOBLITT/CHECKSUMS
9387Checksum for /root/.cpan/sources/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz ok
9388
9389 CPAN.pm: Building J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
9390
9391Checking prerequisites...
9392 requires:
9393 ! DateTime::Format::Builder is not installed
9394 recommends:
9395 * Test::Distribution is not installed
9396 * Test::Pod is not installed
9397
9398ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
9399of the modules indicated above before proceeding with this installation
9400
9401Created MYMETA.yml and MYMETA.json
9402Creating new 'Build' script for 'DateTime-Format-ISO8601' version '0.08'
9403---- Unsatisfied dependencies detected during ----
9404---- JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz ----
9405 DateTime::Format::Builder [requires]
9406Skipping test because of notest pragma
9407Running Build install
9408 Delayed until after prerequisites
9409Running install for module 'DateTime::Format::Builder'
9410Running make for D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
9411Fetching with LWP:
9412http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
9413Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz ok
9414
9415 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
9416
9417Warning: prerequisite Class::Factory::Util 1.6 not found.
9418Warning: prerequisite DateTime::Format::Strptime 1.04 not found.
9419Checking if your kit is complete...
9420Looks good
9421Writing Makefile for DateTime::Format::Builder
9422Writing MYMETA.yml and MYMETA.json
9423---- Unsatisfied dependencies detected during ----
9424---- DROLSKY/DateTime-Format-Builder-0.81.tar.gz ----
9425 DateTime::Format::Strptime [requires]
9426 Class::Factory::Util [requires]
9427Skipping test because of notest pragma
9428Running make install
9429 Delayed until after prerequisites
9430Running install for module 'DateTime::Format::Strptime'
9431Running make for D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
9432Fetching with LWP:
9433http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
9434Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz ok
9435
9436 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
9437
9438Warning: prerequisite Package::DeprecationManager 0.15 not found. We have 0.13.
9439Warning: prerequisite Params::Validate 1.20 not found. We have 1.08.
9440Checking if your kit is complete...
9441Looks good
9442Writing Makefile for DateTime::Format::Strptime
9443Writing MYMETA.yml and MYMETA.json
9444---- Unsatisfied dependencies detected during ----
9445---- DROLSKY/DateTime-Format-Strptime-1.62.tar.gz ----
9446 Package::DeprecationManager [requires]
9447 Params::Validate [requires]
9448Skipping test because of notest pragma
9449Running make install
9450 Delayed until after prerequisites
9451Running install for module 'Package::DeprecationManager'
9452Running make for D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
9453Fetching with LWP:
9454http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
9455Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz ok
9456
9457 CPAN.pm: Building D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
9458
9459Checking if your kit is complete...
9460Looks good
9461Writing Makefile for Package::DeprecationManager
9462Writing MYMETA.yml and MYMETA.json
9463cp lib/Package/DeprecationManager.pm blib/lib/Package/DeprecationManager.pm
9464Manifying blib/man3/Package::DeprecationManager.3pm
9465 DROLSKY/Package-DeprecationManager-0.15.tar.gz
9466 /usr/bin/make -- OK
9467Skipping test because of notest pragma
9468Running make install
9469Installing /usr/local/share/perl5/Package/DeprecationManager.pm
9470Installing /usr/local/share/man/man3/Package::DeprecationManager.3pm
9471Appending installation info to /usr/lib64/perl5/perllocal.pod
9472 DROLSKY/Package-DeprecationManager-0.15.tar.gz
9473 /usr/bin/make install -- OK
9474Running install for module 'Params::Validate'
9475Running make for D/DR/DROLSKY/Params-Validate-1.21.tar.gz
9476Fetching with LWP:
9477http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-1.21.tar.gz
9478Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Params-Validate-1.21.tar.gz ok
9479
9480 CPAN.pm: Building D/DR/DROLSKY/Params-Validate-1.21.tar.gz
9481
9482Created MYMETA.yml and MYMETA.json
9483Creating new 'Build' script for 'Params-Validate' version '1.21'
9484Building Params-Validate
9485gcc -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
9486ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Params/Validate/XS/XS.bs')
9487gcc -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
9488 DROLSKY/Params-Validate-1.21.tar.gz
9489 ./Build -- OK
9490Skipping test because of notest pragma
9491Running Build install
9492Building Params-Validate
9493Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9494Installing /usr/local/lib64/perl5/auto/Params/Validate/XS/XS.bs
9495Installing /usr/local/lib64/perl5/auto/Params/Validate/XS/XS.so
9496Installing /usr/local/lib64/perl5/Params/ValidatePP.pm
9497Installing /usr/local/lib64/perl5/Params/Validate.pm
9498Installing /usr/local/lib64/perl5/Params/ValidateXS.pm
9499Installing /usr/local/lib64/perl5/Params/Validate/PP.pm
9500Installing /usr/local/lib64/perl5/Params/Validate/XS.pm
9501Installing /usr/local/lib64/perl5/Params/Validate/Constants.pm
9502Installing /usr/local/share/man/man3/Params::Validate.3pm
9503 DROLSKY/Params-Validate-1.21.tar.gz
9504 ./Build install -- OK
9505Running make for D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
9506 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-Strptime-1.62-1UOIGz
9507
9508 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
9509
9510cp lib/DateTime/Format/Strptime.pm blib/lib/DateTime/Format/Strptime.pm
9511Manifying blib/man3/DateTime::Format::Strptime.3pm
9512 DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
9513 /usr/bin/make -- OK
9514Skipping test because of notest pragma
9515Running make install
9516Installing /usr/local/share/perl5/DateTime/Format/Strptime.pm
9517Installing /usr/local/share/man/man3/DateTime::Format::Strptime.3pm
9518Appending installation info to /usr/lib64/perl5/perllocal.pod
9519 DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
9520 /usr/bin/make install -- OK
9521Running install for module 'Class::Factory::Util'
9522Running make for D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
9523Fetching with LWP:
9524http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
9525Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz ok
9526
9527 CPAN.pm: Building D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
9528
9529Created MYMETA.yml and MYMETA.json
9530Creating new 'Build' script for 'Class-Factory-Util' version '1.7'
9531Building Class-Factory-Util
9532 DROLSKY/Class-Factory-Util-1.7.tar.gz
9533 ./Build -- OK
9534Skipping test because of notest pragma
9535Running Build install
9536Building Class-Factory-Util
9537Installing /usr/local/share/perl5/Class/Factory/Util.pm
9538Installing /usr/local/share/man/man3/Class::Factory::Util.3pm
9539 DROLSKY/Class-Factory-Util-1.7.tar.gz
9540 ./Build install -- OK
9541Running make for D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
9542 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-Builder-0.81-e4yLRx
9543
9544 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
9545
9546cp lib/DateTime/Format/Builder.pm blib/lib/DateTime/Format/Builder.pm
9547cp lib/DateTime/Format/Builder/Parser/Quick.pm blib/lib/DateTime/Format/Builder/Parser/Quick.pm
9548cp lib/DateTime/Format/Builder/Parser/Dispatch.pm blib/lib/DateTime/Format/Builder/Parser/Dispatch.pm
9549cp lib/DateTime/Format/Builder/Parser/Regex.pm blib/lib/DateTime/Format/Builder/Parser/Regex.pm
9550cp lib/DateTime/Format/Builder/Tutorial.pod blib/lib/DateTime/Format/Builder/Tutorial.pod
9551cp lib/DateTime/Format/Builder/Parser/generic.pm blib/lib/DateTime/Format/Builder/Parser/generic.pm
9552cp lib/DateTime/Format/Builder/Parser.pm blib/lib/DateTime/Format/Builder/Parser.pm
9553cp lib/DateTime/Format/Builder/Parser/Strptime.pm blib/lib/DateTime/Format/Builder/Parser/Strptime.pm
9554Manifying blib/man3/DateTime::Format::Builder::Parser::Regex.3pm
9555Manifying blib/man3/DateTime::Format::Builder::Parser::Dispatch.3pm
9556Manifying blib/man3/DateTime::Format::Builder::Parser::Quick.3pm
9557Manifying blib/man3/DateTime::Format::Builder.3pm
9558Manifying blib/man3/DateTime::Format::Builder::Parser::generic.3pm
9559Manifying blib/man3/DateTime::Format::Builder::Tutorial.3pm
9560Manifying blib/man3/DateTime::Format::Builder::Parser.3pm
9561Manifying blib/man3/DateTime::Format::Builder::Parser::Strptime.3pm
9562 DROLSKY/DateTime-Format-Builder-0.81.tar.gz
9563 /usr/bin/make -- OK
9564Skipping test because of notest pragma
9565Running make install
9566Installing /usr/local/share/perl5/DateTime/Format/Builder.pm
9567Installing /usr/local/share/perl5/DateTime/Format/Builder/Tutorial.pod
9568Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser.pm
9569Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/generic.pm
9570Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Quick.pm
9571Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Dispatch.pm
9572Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Regex.pm
9573Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Strptime.pm
9574Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Quick.3pm
9575Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::generic.3pm
9576Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser.3pm
9577Installing /usr/local/share/man/man3/DateTime::Format::Builder::Tutorial.3pm
9578Installing /usr/local/share/man/man3/DateTime::Format::Builder.3pm
9579Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Dispatch.3pm
9580Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Regex.3pm
9581Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Strptime.3pm
9582Appending installation info to /usr/lib64/perl5/perllocal.pod
9583 DROLSKY/DateTime-Format-Builder-0.81.tar.gz
9584 /usr/bin/make install -- OK
9585Running Build for J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
9586 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-ISO8601-0.08-3oAv3C
9587
9588 CPAN.pm: Building J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
9589
9590Building DateTime-Format-ISO8601
9591 JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
9592 ./Build -- OK
9593Skipping test because of notest pragma
9594Running Build install
9595Building DateTime-Format-ISO8601
9596Installing /usr/local/share/perl5/DateTime/Format/ISO8601.pm
9597Installing /usr/local/share/perl5/DateTime/Format/ISO8601.pod
9598Installing /usr/local/share/man/man3/DateTime::Format::ISO8601.3pm
9599 JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
9600 ./Build install -- OK
9601Running install for module 'Text::VCardFast'
9602Running make for B/BR/BRONG/Text-VCardFast-0.06.tar.gz
9603Fetching with LWP:
9604http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/Text-VCardFast-0.06.tar.gz
9605Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Text-VCardFast-0.06.tar.gz ok
9606
9607 CPAN.pm: Building B/BR/BRONG/Text-VCardFast-0.06.tar.gz
9608
9609Checking if your kit is complete...
9610Warning: the following files are missing in your kit:
9611 t/cases
9612Please inform the author.
9613Writing Makefile for Text::VCardFast
9614Writing MYMETA.yml and MYMETA.json
9615cp bench.pl blib/lib/Text/bench.pl
9616cp lib/Text/VCardFast.pm blib/lib/Text/VCardFast.pm
9617/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap VCardFast.xs > VCardFast.xsc && mv VCardFast.xsc VCardFast.c
9618gcc -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
9619gcc -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
9620Running Mkbootstrap for Text::VCardFast ()
9621chmod 644 VCardFast.bs
9622rm -f blib/arch/auto/Text/VCardFast/VCardFast.so
9623gcc -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 \
9624 \
9625
9626chmod 755 blib/arch/auto/Text/VCardFast/VCardFast.so
9627cp VCardFast.bs blib/arch/auto/Text/VCardFast/VCardFast.bs
9628chmod 644 blib/arch/auto/Text/VCardFast/VCardFast.bs
9629Manifying blib/man3/Text::VCardFast.3pm
9630 BRONG/Text-VCardFast-0.06.tar.gz
9631 /usr/bin/make -- OK
9632Skipping test because of notest pragma
9633Running make install
9634Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9635Installing /usr/local/lib64/perl5/auto/Text/VCardFast/VCardFast.so
9636Installing /usr/local/lib64/perl5/auto/Text/VCardFast/VCardFast.bs
9637Installing /usr/local/lib64/perl5/Text/VCardFast.pm
9638Installing /usr/local/lib64/perl5/Text/bench.pl
9639Installing /usr/local/share/man/man3/Text::VCardFast.3pm
9640Appending installation info to /usr/lib64/perl5/perllocal.pod
9641 BRONG/Text-VCardFast-0.06.tar.gz
9642 /usr/bin/make install -- OK
9643Running install for module 'Text::LevenshteinXS'
9644Running make for J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
9645Fetching with LWP:
9646http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
9647Fetching with LWP:
9648http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JG/JGOLDBERG/CHECKSUMS
9649Checksum for /root/.cpan/sources/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz ok
9650
9651 CPAN.pm: Building J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
9652
9653Unparsable version '' for prerequisite Test at Makefile.PL line 4.
9654Checking if your kit is complete...
9655Looks good
9656Writing Makefile for Text::LevenshteinXS
9657Writing MYMETA.yml and MYMETA.json
9658cp LevenshteinXS.pm blib/lib/Text/LevenshteinXS.pm
9659AutoSplitting blib/lib/Text/LevenshteinXS.pm (blib/lib/auto/Text/LevenshteinXS)
9660/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LevenshteinXS.xs > LevenshteinXS.xsc && mv LevenshteinXS.xsc LevenshteinXS.c
9661Please specify prototyping behavior for LevenshteinXS.xs (see perlxs manual)
9662gcc -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
9663Running Mkbootstrap for Text::LevenshteinXS ()
9664chmod 644 LevenshteinXS.bs
9665rm -f blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
9666gcc -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 \
9667 \
9668
9669chmod 755 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
9670cp LevenshteinXS.bs blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
9671chmod 644 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
9672Manifying blib/man3/Text::LevenshteinXS.3pm
9673 JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
9674 /usr/bin/make -- OK
9675Skipping test because of notest pragma
9676Running make install
9677Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9678Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/LevenshteinXS.bs
9679Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/LevenshteinXS.so
9680Installing /usr/local/lib64/perl5/Text/LevenshteinXS.pm
9681Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/autosplit.ix
9682Installing /usr/local/share/man/man3/Text::LevenshteinXS.3pm
9683Appending installation info to /usr/lib64/perl5/perllocal.pod
9684 JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
9685 /usr/bin/make install -- OK
9686Running install for module 'Data::ICal::TimeZone'
9687Running make for R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
9688Fetching with LWP:
9689http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
9690Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz ok
9691
9692 CPAN.pm: Building R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
9693
9694Warning: prerequisite Class::Accessor 0 not found.
9695Warning: prerequisite Class::ReturnValue 0 not found.
9696Warning: prerequisite Data::ICal 0 not found.
9697Warning: prerequisite UNIVERSAL::require 0 not found.
9698Checking if your kit is complete...
9699Looks good
9700Writing Makefile for Data::ICal::TimeZone
9701Writing MYMETA.yml and MYMETA.json
9702---- Unsatisfied dependencies detected during ----
9703---- RCLAMP/Data-ICal-TimeZone-1.23.tar.gz ----
9704 Class::ReturnValue [requires]
9705 Data::ICal [requires]
9706 Class::Accessor [requires]
9707 UNIVERSAL::require [requires]
9708Skipping test because of notest pragma
9709Running make install
9710 Delayed until after prerequisites
9711Running install for module 'Class::ReturnValue'
9712Running make for J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
9713Fetching with LWP:
9714http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
9715Fetching with LWP:
9716http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JE/JESSE/CHECKSUMS
9717Checksum for /root/.cpan/sources/authors/id/J/JE/JESSE/Class-ReturnValue-0.55.tar.gz ok
9718
9719 CPAN.pm: Building J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
9720
9721Checking if your kit is complete...
9722Looks good
9723Writing Makefile for Class::ReturnValue
9724Writing MYMETA.yml and MYMETA.json
9725cp lib/Class/ReturnValue.pm blib/lib/Class/ReturnValue.pm
9726Manifying blib/man3/Class::ReturnValue.3pm
9727 JESSE/Class-ReturnValue-0.55.tar.gz
9728 /usr/bin/make -- OK
9729Skipping test because of notest pragma
9730Running make install
9731Installing /usr/local/share/perl5/Class/ReturnValue.pm
9732Installing /usr/local/share/man/man3/Class::ReturnValue.3pm
9733Appending installation info to /usr/lib64/perl5/perllocal.pod
9734 JESSE/Class-ReturnValue-0.55.tar.gz
9735 /usr/bin/make install -- OK
9736Running install for module 'Data::ICal'
9737Running make for A/AL/ALEXMV/Data-ICal-0.22.tar.gz
9738Fetching with LWP:
9739http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AL/ALEXMV/Data-ICal-0.22.tar.gz
9740Fetching with LWP:
9741http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AL/ALEXMV/CHECKSUMS
9742Checksum for /root/.cpan/sources/authors/id/A/AL/ALEXMV/Data-ICal-0.22.tar.gz ok
9743
9744 CPAN.pm: Building A/AL/ALEXMV/Data-ICal-0.22.tar.gz
9745
9746Warning: prerequisite Class::Accessor 0 not found.
9747Warning: prerequisite Test::LongString 0 not found.
9748Warning: prerequisite Test::NoWarnings 0 not found.
9749Warning: prerequisite Test::Warn 0 not found.
9750Warning: prerequisite Text::vFile::asData 0 not found.
9751*** Module::AutoInstall version 1.14
9752*** Checking for Perl dependencies...
9753*** Since we're running under CPAN, I'll just let it take care
9754 of the dependency's installation later.
9755[Core Features]
9756- Test::More ...loaded. (1.001014)
9757- Test::Warn ...missing.
9758- Test::NoWarnings ...missing.
9759- Test::LongString ...missing.
9760- Class::Accessor ...missing.
9761- Text::vFile::asData ...missing.
9762- MIME::QuotedPrint ...loaded. (3.13)
9763- Class::ReturnValue ...loaded. (0.55)
9764*** Module::AutoInstall configuration finished.
9765Checking if your kit is complete...
9766Looks good
9767Writing Makefile for Data::ICal
9768Writing MYMETA.yml and MYMETA.json
9769---- Unsatisfied dependencies detected during ----
9770---- ALEXMV/Data-ICal-0.22.tar.gz ----
9771 Test::NoWarnings [requires]
9772 Test::LongString [requires]
9773 Text::vFile::asData [requires]
9774 Class::Accessor [requires]
9775 Test::Warn [requires]
9776Skipping test because of notest pragma
9777Running make install
9778 Delayed until after prerequisites
9779Running install for module 'Test::NoWarnings'
9780Running make for A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
9781Fetching with LWP:
9782http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
9783Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ok
9784
9785 CPAN.pm: Building A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
9786
9787Checking if your kit is complete...
9788Looks good
9789Writing Makefile for Test::NoWarnings
9790Writing MYMETA.yml and MYMETA.json
9791cp lib/Test/NoWarnings.pm blib/lib/Test/NoWarnings.pm
9792cp lib/Test/NoWarnings/Warning.pm blib/lib/Test/NoWarnings/Warning.pm
9793Manifying blib/man3/Test::NoWarnings.3pm
9794 ADAMK/Test-NoWarnings-1.04.tar.gz
9795 /usr/bin/make -- OK
9796Skipping test because of notest pragma
9797Running make install
9798Installing /usr/local/share/perl5/Test/NoWarnings.pm
9799Installing /usr/local/share/perl5/Test/NoWarnings/Warning.pm
9800Installing /usr/local/share/man/man3/Test::NoWarnings.3pm
9801Appending installation info to /usr/lib64/perl5/perllocal.pod
9802 ADAMK/Test-NoWarnings-1.04.tar.gz
9803 /usr/bin/make install -- OK
9804Running install for module 'Test::LongString'
9805Running make for R/RG/RGARCIA/Test-LongString-0.17.tar.gz
9806Fetching with LWP:
9807http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz
9808Checksum for /root/.cpan/sources/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz ok
9809
9810 CPAN.pm: Building R/RG/RGARCIA/Test-LongString-0.17.tar.gz
9811
9812Checking if your kit is complete...
9813Looks good
9814Writing Makefile for Test::LongString
9815Writing MYMETA.yml and MYMETA.json
9816cp lib/Test/LongString.pm blib/lib/Test/LongString.pm
9817Manifying blib/man3/Test::LongString.3pm
9818 RGARCIA/Test-LongString-0.17.tar.gz
9819 /usr/bin/make -- OK
9820Skipping test because of notest pragma
9821Running make install
9822Manifying blib/man3/Test::LongString.3pm
9823Installing /usr/local/share/perl5/Test/LongString.pm
9824Installing /usr/local/share/man/man3/Test::LongString.3pm
9825Appending installation info to /usr/lib64/perl5/perllocal.pod
9826 RGARCIA/Test-LongString-0.17.tar.gz
9827 /usr/bin/make install -- OK
9828Running install for module 'Text::vFile::asData'
9829Running make for R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
9830Fetching with LWP:
9831http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
9832Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz ok
9833
9834 CPAN.pm: Building R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
9835
9836Warning: prerequisite Class::Accessor::Chained 0 not found.
9837Checking if your kit is complete...
9838Looks good
9839Writing Makefile for Text::vFile::asData
9840Writing MYMETA.yml and MYMETA.json
9841---- Unsatisfied dependencies detected during ----
9842---- RCLAMP/Text-vFile-asData-0.08.tar.gz ----
9843 Class::Accessor::Chained [requires]
9844Skipping test because of notest pragma
9845Running make install
9846 Delayed until after prerequisites
9847Running install for module 'Class::Accessor::Chained'
9848Running make for R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
9849Fetching with LWP:
9850http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
9851Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz ok
9852
9853 CPAN.pm: Building R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
9854
9855Checking prerequisites...
9856 requires:
9857 ! Class::Accessor is not installed
9858
9859ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
9860of the modules indicated above before proceeding with this installation
9861
9862Created MYMETA.yml and MYMETA.json
9863Creating new 'Build' script for 'Class-Accessor-Chained' version '0.01'
9864---- Unsatisfied dependencies detected during ----
9865---- RCLAMP/Class-Accessor-Chained-0.01.tar.gz ----
9866 Class::Accessor [requires]
9867Skipping test because of notest pragma
9868Running Build install
9869 Delayed until after prerequisites
9870Running install for module 'Class::Accessor'
9871Running make for K/KA/KASEI/Class-Accessor-0.34.tar.gz
9872Fetching with LWP:
9873http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KASEI/Class-Accessor-0.34.tar.gz
9874Fetching with LWP:
9875http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KASEI/CHECKSUMS
9876Checksum for /root/.cpan/sources/authors/id/K/KA/KASEI/Class-Accessor-0.34.tar.gz ok
9877
9878 CPAN.pm: Building K/KA/KASEI/Class-Accessor-0.34.tar.gz
9879
9880Checking if your kit is complete...
9881Looks good
9882Writing Makefile for Class::Accessor
9883Writing MYMETA.yml and MYMETA.json
9884cp lib/Class/Accessor/Faster.pm blib/lib/Class/Accessor/Faster.pm
9885cp lib/Class/Accessor/Fast.pm blib/lib/Class/Accessor/Fast.pm
9886cp lib/Class/Accessor.pm blib/lib/Class/Accessor.pm
9887Manifying blib/man3/Class::Accessor::Fast.3pm
9888Manifying blib/man3/Class::Accessor::Faster.3pm
9889Manifying blib/man3/Class::Accessor.3pm
9890 KASEI/Class-Accessor-0.34.tar.gz
9891 /usr/bin/make -- OK
9892Skipping test because of notest pragma
9893Running make install
9894Manifying blib/man3/Class::Accessor::Fast.3pm
9895Manifying blib/man3/Class::Accessor::Faster.3pm
9896Manifying blib/man3/Class::Accessor.3pm
9897Installing /usr/local/share/perl5/Class/Accessor.pm
9898Installing /usr/local/share/perl5/Class/Accessor/Faster.pm
9899Installing /usr/local/share/perl5/Class/Accessor/Fast.pm
9900Installing /usr/local/share/man/man3/Class::Accessor.3pm
9901Installing /usr/local/share/man/man3/Class::Accessor::Faster.3pm
9902Installing /usr/local/share/man/man3/Class::Accessor::Fast.3pm
9903Appending installation info to /usr/lib64/perl5/perllocal.pod
9904 KASEI/Class-Accessor-0.34.tar.gz
9905 /usr/bin/make install -- OK
9906Running Build for R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
9907 Has already been unwrapped into directory /root/.cpan/build/Class-Accessor-Chained-0.01-RvqmWi
9908
9909 CPAN.pm: Building R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
9910
9911Building Class-Accessor-Chained
9912 RCLAMP/Class-Accessor-Chained-0.01.tar.gz
9913 ./Build -- OK
9914Skipping test because of notest pragma
9915Running Build install
9916Building Class-Accessor-Chained
9917Installing /usr/local/share/perl5/Class/Accessor/Chained.pm
9918Installing /usr/local/share/perl5/Class/Accessor/Chained/Fast.pm
9919Installing /usr/local/share/man/man3/Class::Accessor::Chained::Fast.3pm
9920Installing /usr/local/share/man/man3/Class::Accessor::Chained.3pm
9921 RCLAMP/Class-Accessor-Chained-0.01.tar.gz
9922 ./Build install -- OK
9923Running make for R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
9924 Has already been unwrapped into directory /root/.cpan/build/Text-vFile-asData-0.08-ZCr0ME
9925
9926 CPAN.pm: Building R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
9927
9928cp lib/Text/vFile/asData.pm blib/lib/Text/vFile/asData.pm
9929Manifying blib/man3/Text::vFile::asData.3pm
9930 RCLAMP/Text-vFile-asData-0.08.tar.gz
9931 /usr/bin/make -- OK
9932Skipping test because of notest pragma
9933Running make install
9934Installing /usr/local/share/perl5/Text/vFile/asData.pm
9935Installing /usr/local/share/man/man3/Text::vFile::asData.3pm
9936Appending installation info to /usr/lib64/perl5/perllocal.pod
9937 RCLAMP/Text-vFile-asData-0.08.tar.gz
9938 /usr/bin/make install -- OK
9939Running install for module 'Test::Warn'
9940Running make for C/CH/CHORNY/Test-Warn-0.30.tar.gz
9941Fetching with LWP:
9942http://ftp.hosteurope.de/pub/CPAN/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz
9943Fetching with LWP:
9944http://ftp.hosteurope.de/pub/CPAN/authors/id/C/CH/CHORNY/CHECKSUMS
9945Checksum for /root/.cpan/sources/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz ok
9946
9947 CPAN.pm: Building C/CH/CHORNY/Test-Warn-0.30.tar.gz
9948
9949Checking if your kit is complete...
9950Looks good
9951Writing Makefile for Test::Warn
9952Writing MYMETA.yml and MYMETA.json
9953cp Warn.pm blib/lib/Test/Warn.pm
9954Manifying blib/man3/Test::Warn.3pm
9955 CHORNY/Test-Warn-0.30.tar.gz
9956 /usr/bin/make -- OK
9957Skipping test because of notest pragma
9958Running make install
9959Manifying blib/man3/Test::Warn.3pm
9960Installing /usr/local/share/perl5/Test/Warn.pm
9961Installing /usr/local/share/man/man3/Test::Warn.3pm
9962Appending installation info to /usr/lib64/perl5/perllocal.pod
9963 CHORNY/Test-Warn-0.30.tar.gz
9964 /usr/bin/make install -- OK
9965Running make for A/AL/ALEXMV/Data-ICal-0.22.tar.gz
9966 Has already been unwrapped into directory /root/.cpan/build/Data-ICal-0.22-csqhvn
9967
9968 CPAN.pm: Building A/AL/ALEXMV/Data-ICal-0.22.tar.gz
9969
9970cp lib/Data/ICal/Entry/FreeBusy.pm blib/lib/Data/ICal/Entry/FreeBusy.pm
9971cp lib/Data/ICal/Entry/TimeZone.pm blib/lib/Data/ICal/Entry/TimeZone.pm
9972cp lib/Data/ICal/Entry/TimeZone/Standard.pm blib/lib/Data/ICal/Entry/TimeZone/Standard.pm
9973cp lib/Data/ICal/Entry.pm blib/lib/Data/ICal/Entry.pm
9974cp lib/Data/ICal/Entry/Alarm/Procedure.pm blib/lib/Data/ICal/Entry/Alarm/Procedure.pm
9975cp lib/Data/ICal/Entry/Alarm/URI.pm blib/lib/Data/ICal/Entry/Alarm/URI.pm
9976cp lib/Data/ICal/Entry/Alarm.pm blib/lib/Data/ICal/Entry/Alarm.pm
9977cp lib/Data/ICal/Entry/Alarm/Audio.pm blib/lib/Data/ICal/Entry/Alarm/Audio.pm
9978cp lib/Data/ICal/Entry/Alarm/Email.pm blib/lib/Data/ICal/Entry/Alarm/Email.pm
9979cp lib/Data/ICal/Entry/Alarm/None.pm blib/lib/Data/ICal/Entry/Alarm/None.pm
9980cp lib/Data/ICal/Property.pm blib/lib/Data/ICal/Property.pm
9981cp lib/Data/ICal/Entry/Event.pm blib/lib/Data/ICal/Entry/Event.pm
9982cp lib/Data/ICal/Entry/Todo.pm blib/lib/Data/ICal/Entry/Todo.pm
9983cp lib/Data/ICal/Entry/Alarm/Display.pm blib/lib/Data/ICal/Entry/Alarm/Display.pm
9984cp lib/Data/ICal/Entry/TimeZone/Daylight.pm blib/lib/Data/ICal/Entry/TimeZone/Daylight.pm
9985cp lib/Data/ICal/Entry/Journal.pm blib/lib/Data/ICal/Entry/Journal.pm
9986cp lib/Data/ICal.pm blib/lib/Data/ICal.pm
9987Manifying blib/man3/Data::ICal::Entry::TimeZone::Standard.3pm
9988Manifying blib/man3/Data::ICal::Entry::TimeZone.3pm
9989Manifying blib/man3/Data::ICal::Entry::FreeBusy.3pm
9990Manifying blib/man3/Data::ICal::Entry.3pm
9991Manifying blib/man3/Data::ICal::Entry::Alarm::Procedure.3pm
9992Manifying blib/man3/Data::ICal::Entry::Alarm::URI.3pm
9993Manifying blib/man3/Data::ICal::Entry::Alarm::Email.3pm
9994Manifying blib/man3/Data::ICal::Entry::Alarm.3pm
9995Manifying blib/man3/Data::ICal::Entry::Alarm::Audio.3pm
9996Manifying blib/man3/Data::ICal::Entry::Alarm::None.3pm
9997Manifying blib/man3/Data::ICal::Property.3pm
9998Manifying blib/man3/Data::ICal::Entry::Event.3pm
9999Manifying blib/man3/Data::ICal::Entry::Todo.3pm
10000Manifying blib/man3/Data::ICal::Entry::Alarm::Display.3pm
10001Manifying blib/man3/Data::ICal::Entry::TimeZone::Daylight.3pm
10002Manifying blib/man3/Data::ICal::Entry::Journal.3pm
10003Manifying blib/man3/Data::ICal.3pm
10004 ALEXMV/Data-ICal-0.22.tar.gz
10005 /usr/bin/make -- OK
10006Skipping test because of notest pragma
10007Running make install
10008Installing /usr/local/share/perl5/Data/ICal.pm
10009Installing /usr/local/share/perl5/Data/ICal/Property.pm
10010Installing /usr/local/share/perl5/Data/ICal/Entry.pm
10011Installing /usr/local/share/perl5/Data/ICal/Entry/FreeBusy.pm
10012Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone.pm
10013Installing /usr/local/share/perl5/Data/ICal/Entry/Todo.pm
10014Installing /usr/local/share/perl5/Data/ICal/Entry/Event.pm
10015Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm.pm
10016Installing /usr/local/share/perl5/Data/ICal/Entry/Journal.pm
10017Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone/Daylight.pm
10018Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone/Standard.pm
10019Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Email.pm
10020Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Display.pm
10021Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/URI.pm
10022Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/None.pm
10023Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Audio.pm
10024Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Procedure.pm
10025Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Audio.3pm
10026Installing /usr/local/share/man/man3/Data::ICal::Property.3pm
10027Installing /usr/local/share/man/man3/Data::ICal::Entry::FreeBusy.3pm
10028Installing /usr/local/share/man/man3/Data::ICal::Entry::Todo.3pm
10029Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm.3pm
10030Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone::Daylight.3pm
10031Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Procedure.3pm
10032Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::None.3pm
10033Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone::Standard.3pm
10034Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone.3pm
10035Installing /usr/local/share/man/man3/Data::ICal.3pm
10036Installing /usr/local/share/man/man3/Data::ICal::Entry.3pm
10037Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Display.3pm
10038Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Email.3pm
10039Installing /usr/local/share/man/man3/Data::ICal::Entry::Journal.3pm
10040Installing /usr/local/share/man/man3/Data::ICal::Entry::Event.3pm
10041Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::URI.3pm
10042Appending installation info to /usr/lib64/perl5/perllocal.pod
10043 ALEXMV/Data-ICal-0.22.tar.gz
10044 /usr/bin/make install -- OK
10045Running install for module 'UNIVERSAL::require'
10046Running make for N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
10047Fetching with LWP:
10048http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
10049Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz ok
10050
10051 CPAN.pm: Building N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
10052
10053Checking if your kit is complete...
10054Looks good
10055Writing Makefile for UNIVERSAL::require
10056Writing MYMETA.yml and MYMETA.json
10057cp lib/UNIVERSAL/require.pm blib/lib/UNIVERSAL/require.pm
10058Manifying blib/man3/UNIVERSAL::require.3pm
10059 NEILB/UNIVERSAL-require-0.18.tar.gz
10060 /usr/bin/make -- OK
10061Skipping test because of notest pragma
10062Running make install
10063Installing /usr/local/share/perl5/UNIVERSAL/require.pm
10064Installing /usr/local/share/man/man3/UNIVERSAL::require.3pm
10065Appending installation info to /usr/lib64/perl5/perllocal.pod
10066 NEILB/UNIVERSAL-require-0.18.tar.gz
10067 /usr/bin/make install -- OK
10068Running make for R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
10069 Has already been unwrapped into directory /root/.cpan/build/Data-ICal-TimeZone-1.23-kqcuP2
10070
10071 CPAN.pm: Building R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
10072
10073cp lib/Data/ICal/TimeZone/Object/Asia/Seoul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Seoul.pm
10074cp lib/Data/ICal/TimeZone/Object/America/Araguaina.pm blib/lib/Data/ICal/TimeZone/Object/America/Araguaina.pm
10075cp lib/Data/ICal/TimeZone/Object/Africa/Malabo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Malabo.pm
10076cp lib/Data/ICal/TimeZone/Object/America/Montevideo.pm blib/lib/Data/ICal/TimeZone/Object/America/Montevideo.pm
10077cp lib/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm
10078cp lib/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm
10079cp lib/Data/ICal/TimeZone/Object/America/Noronha.pm blib/lib/Data/ICal/TimeZone/Object/America/Noronha.pm
10080cp lib/Data/ICal/TimeZone/Object/Africa/Abidjan.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Abidjan.pm
10081cp lib/Data/ICal/TimeZone/Object/Africa/Niamey.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Niamey.pm
10082cp lib/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm
10083cp lib/Data/ICal/TimeZone/Object/America/Yakutat.pm blib/lib/Data/ICal/TimeZone/Object/America/Yakutat.pm
10084cp lib/Data/ICal/TimeZone/Object/Asia/Amman.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Amman.pm
10085cp lib/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm
10086cp lib/Data/ICal/TimeZone/Object/America/St_Vincent.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Vincent.pm
10087cp lib/Data/ICal/TimeZone/Object/Asia/Shanghai.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Shanghai.pm
10088cp lib/Data/ICal/TimeZone/Object/America/Menominee.pm blib/lib/Data/ICal/TimeZone/Object/America/Menominee.pm
10089cp lib/Data/ICal/TimeZone/Object/Indian/Mauritius.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mauritius.pm
10090cp lib/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm
10091cp lib/Data/ICal/TimeZone/Object/Africa/Douala.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Douala.pm
10092cp lib/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm blib/lib/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm
10093cp lib/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm blib/lib/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm
10094cp lib/Data/ICal/TimeZone/Object/Africa/Bamako.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bamako.pm
10095cp lib/Data/ICal/TimeZone/Object/America/Nassau.pm blib/lib/Data/ICal/TimeZone/Object/America/Nassau.pm
10096cp lib/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm
10097cp lib/Data/ICal/TimeZone/Object/Europe/Zagreb.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zagreb.pm
10098cp lib/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm
10099cp lib/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm
10100cp lib/Data/ICal/TimeZone/Object/Pacific/Truk.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Truk.pm
10101cp lib/Data/ICal/TimeZone/Object/Indian/Mayotte.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mayotte.pm
10102cp lib/Data/ICal/TimeZone/Object/America/Whitehorse.pm blib/lib/Data/ICal/TimeZone/Object/America/Whitehorse.pm
10103cp lib/Data/ICal/TimeZone/Object/America/Nipigon.pm blib/lib/Data/ICal/TimeZone/Object/America/Nipigon.pm
10104cp lib/Data/ICal/TimeZone/Object/Europe/San_Marino.pm blib/lib/Data/ICal/TimeZone/Object/Europe/San_Marino.pm
10105cp lib/Data/ICal/TimeZone/Object/Pacific/Guam.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Guam.pm
10106cp lib/Data/ICal/TimeZone/Object/Asia/Rangoon.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Rangoon.pm
10107cp lib/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm blib/lib/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm
10108cp lib/Data/ICal/TimeZone/Object/Antarctica/Casey.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Casey.pm
10109cp lib/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm
10110cp lib/Data/ICal/TimeZone/Object/Asia/Singapore.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Singapore.pm
10111cp lib/Data/ICal/TimeZone/Object/Africa/Djibouti.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Djibouti.pm
10112cp lib/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm blib/lib/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm
10113cp lib/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm
10114cp lib/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm
10115cp lib/Data/ICal/TimeZone/Object/Indian/Cocos.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Cocos.pm
10116cp lib/Data/ICal/TimeZone/Object/Atlantic/Canary.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Canary.pm
10117cp lib/Data/ICal/TimeZone/Object/Asia/Baghdad.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Baghdad.pm
10118cp lib/Data/ICal/TimeZone/Object/America/Mazatlan.pm blib/lib/Data/ICal/TimeZone/Object/America/Mazatlan.pm
10119cp lib/Data/ICal/TimeZone/Object/Australia/Eucla.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Eucla.pm
10120cp lib/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm
10121cp lib/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm
10122cp lib/Data/ICal/TimeZone/Object/Asia/Damascus.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Damascus.pm
10123cp lib/Data/ICal/TimeZone/Object/America/Rainy_River.pm blib/lib/Data/ICal/TimeZone/Object/America/Rainy_River.pm
10124cp lib/Data/ICal/TimeZone/Object/America/Guyana.pm blib/lib/Data/ICal/TimeZone/Object/America/Guyana.pm
10125cp lib/Data/ICal/TimeZone/Object/Europe/Dublin.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Dublin.pm
10126cp lib/Data/ICal/TimeZone/Object/America/Chicago.pm blib/lib/Data/ICal/TimeZone/Object/America/Chicago.pm
10127cp lib/Data/ICal/TimeZone/Object/Europe/Moscow.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Moscow.pm
10128cp lib/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm
10129cp lib/Data/ICal/TimeZone/Object/America/Goose_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Goose_Bay.pm
10130cp lib/Data/ICal/TimeZone/Object/Asia/Taipei.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Taipei.pm
10131cp lib/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm
10132cp lib/Data/ICal/TimeZone/Object/Australia/Brisbane.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Brisbane.pm
10133cp lib/Data/ICal/TimeZone/Object/Indian/Reunion.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Reunion.pm
10134cp lib/Data/ICal/TimeZone/Object/America/Barbados.pm blib/lib/Data/ICal/TimeZone/Object/America/Barbados.pm
10135cp lib/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm
10136cp lib/Data/ICal/TimeZone/Object/Pacific/Nauru.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Nauru.pm
10137cp lib/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm blib/lib/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm
10138cp lib/Data/ICal/TimeZone/Object/America/Guayaquil.pm blib/lib/Data/ICal/TimeZone/Object/America/Guayaquil.pm
10139cp lib/Data/ICal/TimeZone/Object/Africa/Accra.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Accra.pm
10140cp lib/Data/ICal/TimeZone/Object/America/Anguilla.pm blib/lib/Data/ICal/TimeZone/Object/America/Anguilla.pm
10141cp lib/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm
10142cp lib/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm
10143cp lib/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm
10144cp lib/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm
10145cp lib/Data/ICal/TimeZone/Object/Pacific/Midway.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Midway.pm
10146cp lib/Data/ICal/TimeZone/Object/Africa/Lusaka.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lusaka.pm
10147cp lib/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm
10148cp lib/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm
10149cp lib/Data/ICal/TimeZone/Object/Africa/Lome.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lome.pm
10150cp lib/Data/ICal/TimeZone/Object/America/Monterrey.pm blib/lib/Data/ICal/TimeZone/Object/America/Monterrey.pm
10151cp lib/Data/ICal/TimeZone/Object/America/Resolute.pm blib/lib/Data/ICal/TimeZone/Object/America/Resolute.pm
10152cp lib/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm
10153cp lib/Data/ICal/TimeZone/Object/America/Edmonton.pm blib/lib/Data/ICal/TimeZone/Object/America/Edmonton.pm
10154cp lib/Data/ICal/TimeZone/Object/Europe/Istanbul.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Istanbul.pm
10155cp lib/Data/ICal/TimeZone/Object/Australia/Melbourne.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Melbourne.pm
10156cp lib/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm
10157cp lib/Data/ICal/TimeZone/Object/Pacific/Saipan.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Saipan.pm
10158cp lib/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm
10159cp lib/Data/ICal/TimeZone/Object/Africa/Maputo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Maputo.pm
10160cp lib/Data/ICal/TimeZone/Object/Atlantic/Azores.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Azores.pm
10161cp lib/Data/ICal/TimeZone/Object/Pacific/Wallis.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Wallis.pm
10162cp lib/Data/ICal/TimeZone/Object/Asia/Manila.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Manila.pm
10163cp lib/Data/ICal/TimeZone/Object/America/Eirunepe.pm blib/lib/Data/ICal/TimeZone/Object/America/Eirunepe.pm
10164cp lib/Data/ICal/TimeZone/Object/Europe/Minsk.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Minsk.pm
10165cp lib/Data/ICal/TimeZone/Object/America/Rio_Branco.pm blib/lib/Data/ICal/TimeZone/Object/America/Rio_Branco.pm
10166cp lib/Data/ICal/TimeZone/Object/America/Hermosillo.pm blib/lib/Data/ICal/TimeZone/Object/America/Hermosillo.pm
10167cp lib/Data/ICal/TimeZone/Object/Europe/Kiev.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Kiev.pm
10168cp lib/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm
10169cp lib/Data/ICal/TimeZone/Object/Asia/Bangkok.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bangkok.pm
10170cp lib/Data/ICal/TimeZone/Object/Pacific/Easter.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Easter.pm
10171cp lib/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm
10172cp lib/Data/ICal/TimeZone/Object/America/Mexico_City.pm blib/lib/Data/ICal/TimeZone/Object/America/Mexico_City.pm
10173cp lib/Data/ICal/._TimeZone.pm blib/lib/Data/ICal/._TimeZone.pm
10174cp lib/Data/ICal/TimeZone/Object/Asia/Dubai.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dubai.pm
10175cp lib/Data/ICal/TimeZone/Object/Europe/Monaco.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Monaco.pm
10176cp lib/Data/ICal/TimeZone/Object/Europe/Podgorica.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Podgorica.pm
10177cp lib/Data/ICal/TimeZone/Object/Asia/Karachi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Karachi.pm
10178cp lib/Data/ICal/TimeZone/Object/America/Moncton.pm blib/lib/Data/ICal/TimeZone/Object/America/Moncton.pm
10179cp lib/Data/ICal/TimeZone/Object/America/Toronto.pm blib/lib/Data/ICal/TimeZone/Object/America/Toronto.pm
10180cp lib/Data/ICal/TimeZone/Object/America/Chihuahua.pm blib/lib/Data/ICal/TimeZone/Object/America/Chihuahua.pm
10181cp lib/Data/ICal/TimeZone/Object/America/Guadeloupe.pm blib/lib/Data/ICal/TimeZone/Object/America/Guadeloupe.pm
10182cp lib/Data/ICal/TimeZone/Object/America/Belem.pm blib/lib/Data/ICal/TimeZone/Object/America/Belem.pm
10183cp lib/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm
10184cp lib/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm blib/lib/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm
10185cp lib/Data/ICal/TimeZone/Object/Africa/Luanda.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Luanda.pm
10186cp lib/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm
10187cp lib/Data/ICal/TimeZone/Object/Europe/Zurich.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zurich.pm
10188cp lib/Data/ICal/TimeZone/Object/America/Vancouver.pm blib/lib/Data/ICal/TimeZone/Object/America/Vancouver.pm
10189cp lib/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm
10190cp lib/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm
10191cp lib/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm
10192cp lib/Data/ICal/TimeZone/Object/Africa/Freetown.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Freetown.pm
10193cp lib/Data/ICal/TimeZone/Object/Africa/Cairo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Cairo.pm
10194cp lib/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm blib/lib/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm
10195cp lib/Data/ICal/TimeZone/Object/Africa/Casablanca.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Casablanca.pm
10196cp lib/Data/ICal/TimeZone/Object/Europe/Lisbon.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Lisbon.pm
10197cp lib/Data/ICal/TimeZone/Object/Asia/Istanbul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Istanbul.pm
10198cp lib/Data/ICal/TimeZone/Object/Europe/Paris.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Paris.pm
10199cp lib/Data/ICal/TimeZone/Object/America/Fortaleza.pm blib/lib/Data/ICal/TimeZone/Object/America/Fortaleza.pm
10200cp lib/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm
10201cp lib/Data/ICal/TimeZone/List.pm blib/lib/Data/ICal/TimeZone/List.pm
10202cp lib/Data/ICal/TimeZone/Object/Europe/Simferopol.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Simferopol.pm
10203cp lib/Data/ICal/TimeZone/Object/America/Paramaribo.pm blib/lib/Data/ICal/TimeZone/Object/America/Paramaribo.pm
10204cp lib/Data/ICal/TimeZone/Object/America/Iqaluit.pm blib/lib/Data/ICal/TimeZone/Object/America/Iqaluit.pm
10205cp lib/Data/ICal/TimeZone/Object/Asia/Makassar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Makassar.pm
10206cp lib/Data/ICal/TimeZone/Object/Europe/London.pm blib/lib/Data/ICal/TimeZone/Object/Europe/London.pm
10207cp lib/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm
10208cp lib/Data/ICal/TimeZone.pm blib/lib/Data/ICal/TimeZone.pm
10209cp lib/Data/ICal/TimeZone/Object/Africa/Conakry.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Conakry.pm
10210cp lib/Data/ICal/TimeZone/Object/Asia/Anadyr.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Anadyr.pm
10211cp lib/Data/ICal/TimeZone/Object/Europe/Vaduz.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vaduz.pm
10212cp lib/Data/ICal/TimeZone/Object/America/Santiago.pm blib/lib/Data/ICal/TimeZone/Object/America/Santiago.pm
10213cp lib/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm
10214cp lib/Data/ICal/TimeZone/Object/Africa/Mbabane.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Mbabane.pm
10215cp lib/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm
10216cp lib/Data/ICal/TimeZone/Object/Asia/Almaty.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Almaty.pm
10217cp lib/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm
10218cp lib/Data/ICal/TimeZone/Object/Asia/Pontianak.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Pontianak.pm
10219cp lib/Data/ICal/TimeZone/Object/Asia/Riyadh.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Riyadh.pm
10220cp lib/Data/ICal/TimeZone/Object/America/Costa_Rica.pm blib/lib/Data/ICal/TimeZone/Object/America/Costa_Rica.pm
10221cp lib/Data/ICal/TimeZone/Object/America/Belize.pm blib/lib/Data/ICal/TimeZone/Object/America/Belize.pm
10222cp lib/Data/ICal/TimeZone/Object/Australia/Lindeman.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Lindeman.pm
10223cp lib/Data/ICal/TimeZone/Object/America/Grenada.pm blib/lib/Data/ICal/TimeZone/Object/America/Grenada.pm
10224cp lib/Data/ICal/TimeZone/Object/America/La_Paz.pm blib/lib/Data/ICal/TimeZone/Object/America/La_Paz.pm
10225cp lib/Data/ICal/TimeZone/Object/Pacific/Apia.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Apia.pm
10226cp lib/Data/ICal/TimeZone/Object/America/Nome.pm blib/lib/Data/ICal/TimeZone/Object/America/Nome.pm
10227cp lib/Data/ICal/TimeZone/Object/Asia/Kabul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kabul.pm
10228cp lib/Data/ICal/TimeZone/Object/Pacific/Chatham.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Chatham.pm
10229cp lib/Data/ICal/TimeZone/Object/Australia/Darwin.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Darwin.pm
10230cp lib/Data/ICal/TimeZone/Object/Europe/Madrid.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Madrid.pm
10231cp lib/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm blib/lib/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm
10232cp lib/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm
10233cp lib/Data/ICal/TimeZone/Object/America/Atikokan.pm blib/lib/Data/ICal/TimeZone/Object/America/Atikokan.pm
10234cp lib/Data/ICal/TimeZone/Object/Asia/Muscat.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Muscat.pm
10235cp lib/Data/ICal/TimeZone/Object/America/St_Thomas.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Thomas.pm
10236cp lib/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm
10237cp lib/Data/ICal/TimeZone/Object/America/Shiprock.pm blib/lib/Data/ICal/TimeZone/Object/America/Shiprock.pm
10238cp lib/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm
10239cp lib/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm blib/lib/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm
10240cp lib/Data/ICal/TimeZone/Object/America/Regina.pm blib/lib/Data/ICal/TimeZone/Object/America/Regina.pm
10241cp lib/Data/ICal/TimeZone/Object/Europe/Brussels.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Brussels.pm
10242cp lib/Data/ICal/TimeZone/Object/Asia/Oral.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Oral.pm
10243cp lib/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm
10244cp lib/Data/ICal/TimeZone/Object/Pacific/Auckland.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Auckland.pm
10245cp lib/Data/ICal/TimeZone/Object/Europe/Tirane.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Tirane.pm
10246cp lib/Data/ICal/TimeZone/Object/Africa/Tripoli.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Tripoli.pm
10247cp lib/Data/ICal/TimeZone/Object/Europe/Volgograd.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Volgograd.pm
10248cp lib/Data/ICal/TimeZone/Object/Asia/Aden.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aden.pm
10249cp lib/Data/ICal/TimeZone/Object/America/Godthab.pm blib/lib/Data/ICal/TimeZone/Object/America/Godthab.pm
10250cp lib/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm
10251cp lib/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm
10252cp lib/Data/ICal/TimeZone/Object/Asia/Baku.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Baku.pm
10253cp lib/Data/ICal/TimeZone/Object/America/Thule.pm blib/lib/Data/ICal/TimeZone/Object/America/Thule.pm
10254cp lib/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm
10255cp lib/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm
10256cp lib/Data/ICal/TimeZone/Object/Europe/Riga.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Riga.pm
10257cp lib/Data/ICal/TimeZone/Object/Africa/Monrovia.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Monrovia.pm
10258cp lib/Data/ICal/TimeZone/Object/Asia/Qatar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Qatar.pm
10259cp lib/Data/ICal/TimeZone/Object/America/Cayman.pm blib/lib/Data/ICal/TimeZone/Object/America/Cayman.pm
10260cp lib/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm
10261cp lib/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm
10262cp lib/Data/ICal/TimeZone/Object/Indian/Comoro.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Comoro.pm
10263cp lib/Data/ICal/TimeZone/Object/Australia/Currie.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Currie.pm
10264cp lib/Data/ICal/TimeZone/._Object.pm blib/lib/Data/ICal/TimeZone/._Object.pm
10265cp lib/Data/ICal/TimeZone/Object/Asia/Omsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Omsk.pm
10266cp lib/Data/ICal/TimeZone/Object/Pacific/Fiji.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Fiji.pm
10267cp lib/Data/ICal/TimeZone/Object/America/Boise.pm blib/lib/Data/ICal/TimeZone/Object/America/Boise.pm
10268cp lib/Data/ICal/TimeZone/Object/Europe/Nicosia.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Nicosia.pm
10269cp lib/Data/ICal/TimeZone/Object/Asia/Tashkent.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tashkent.pm
10270cp lib/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm
10271cp lib/Data/ICal/TimeZone/Object/Africa/Tunis.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Tunis.pm
10272cp lib/Data/ICal/TimeZone/Object/Europe/Bratislava.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Bratislava.pm
10273cp lib/Data/ICal/TimeZone/Object/America/Campo_Grande.pm blib/lib/Data/ICal/TimeZone/Object/America/Campo_Grande.pm
10274cp lib/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm
10275cp lib/Data/ICal/TimeZone/Object/Europe/Rome.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Rome.pm
10276cp lib/Data/ICal/TimeZone/Object/America/Caracas.pm blib/lib/Data/ICal/TimeZone/Object/America/Caracas.pm
10277cp lib/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm
10278cp lib/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm
10279cp lib/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm
10280cp lib/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm blib/lib/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm
10281cp lib/Data/ICal/TimeZone/Object/America/Denver.pm blib/lib/Data/ICal/TimeZone/Object/America/Denver.pm
10282cp lib/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm
10283cp lib/Data/ICal/TimeZone/Object/Europe/Bucharest.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Bucharest.pm
10284cp lib/Data/ICal/TimeZone/Object/America/Dominica.pm blib/lib/Data/ICal/TimeZone/Object/America/Dominica.pm
10285cp lib/Data/ICal/TimeZone/Object/America/St_Johns.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Johns.pm
10286cp lib/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm
10287cp lib/Data/ICal/TimeZone/Object/Asia/Kuwait.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuwait.pm
10288cp lib/Data/ICal/TimeZone/Object/America/Tortola.pm blib/lib/Data/ICal/TimeZone/Object/America/Tortola.pm
10289cp lib/Data/ICal/TimeZone/Object/America/Cancun.pm blib/lib/Data/ICal/TimeZone/Object/America/Cancun.pm
10290cp lib/Data/ICal/TimeZone/Object/America/Detroit.pm blib/lib/Data/ICal/TimeZone/Object/America/Detroit.pm
10291cp lib/Data/ICal/TimeZone/Object/America/Scoresbysund.pm blib/lib/Data/ICal/TimeZone/Object/America/Scoresbysund.pm
10292cp lib/Data/ICal/TimeZone/Object/Africa/Lagos.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lagos.pm
10293cp lib/Data/ICal/TimeZone/Object/Africa/Banjul.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Banjul.pm
10294cp lib/Data/ICal/TimeZone/Object/America/Cayenne.pm blib/lib/Data/ICal/TimeZone/Object/America/Cayenne.pm
10295cp lib/Data/ICal/TimeZone/Object/Asia/Hovd.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Hovd.pm
10296cp lib/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm
10297cp lib/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm
10298cp lib/Data/ICal/TimeZone/Object/America/Montserrat.pm blib/lib/Data/ICal/TimeZone/Object/America/Montserrat.pm
10299cp lib/Data/ICal/TimeZone/Object/Europe/Vilnius.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vilnius.pm
10300cp lib/Data/ICal/TimeZone/Object/Asia/Calcutta.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Calcutta.pm
10301cp lib/Data/ICal/TimeZone/Object/America/Recife.pm blib/lib/Data/ICal/TimeZone/Object/America/Recife.pm
10302cp lib/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm blib/lib/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm
10303cp lib/Data/ICal/TimeZone/Object/Asia/Chongqing.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Chongqing.pm
10304cp lib/Data/ICal/TimeZone/Object/America/Managua.pm blib/lib/Data/ICal/TimeZone/Object/America/Managua.pm
10305cp lib/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm
10306cp lib/Data/ICal/TimeZone/Object/America/Inuvik.pm blib/lib/Data/ICal/TimeZone/Object/America/Inuvik.pm
10307cp lib/Data/ICal/TimeZone/Object/Europe/Jersey.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Jersey.pm
10308cp lib/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm
10309cp lib/Data/ICal/TimeZone/Object/Europe/Oslo.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Oslo.pm
10310cp lib/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm
10311cp lib/Data/ICal/TimeZone/Object/America/Swift_Current.pm blib/lib/Data/ICal/TimeZone/Object/America/Swift_Current.pm
10312cp lib/Data/ICal/TimeZone/Object/Europe/Warsaw.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Warsaw.pm
10313cp lib/Data/ICal/TimeZone/Object/Asia/Saigon.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Saigon.pm
10314cp lib/Data/ICal/TimeZone/Object/Asia/Beirut.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Beirut.pm
10315cp lib/Data/ICal/TimeZone/Object/America/Adak.pm blib/lib/Data/ICal/TimeZone/Object/America/Adak.pm
10316cp lib/Data/ICal/TimeZone/Object/Africa/Khartoum.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Khartoum.pm
10317cp lib/Data/ICal/TimeZone/Object/Europe/Stockholm.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Stockholm.pm
10318cp lib/Data/ICal/TimeZone/Object.pm blib/lib/Data/ICal/TimeZone/Object.pm
10319cp lib/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm blib/lib/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm
10320cp lib/Data/ICal/TimeZone/Object/Europe/Helsinki.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Helsinki.pm
10321cp lib/Data/ICal/TimeZone/Object/Africa/Maseru.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Maseru.pm
10322cp lib/Data/ICal/TimeZone/Object/America/Maceio.pm blib/lib/Data/ICal/TimeZone/Object/America/Maceio.pm
10323cp lib/Data/ICal/TimeZone/Object/America/Merida.pm blib/lib/Data/ICal/TimeZone/Object/America/Merida.pm
10324cp lib/Data/ICal/TimeZone/Object/Europe/Malta.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Malta.pm
10325cp lib/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm
10326cp lib/Data/ICal/TimeZone/Object/Pacific/Ponape.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Ponape.pm
10327cp lib/Data/ICal/TimeZone/Object/Indian/Maldives.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Maldives.pm
10328cp lib/Data/ICal/TimeZone/Object/Europe/Tallinn.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Tallinn.pm
10329cp lib/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm blib/lib/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm
10330cp lib/Data/ICal/TimeZone/Object/Pacific/Johnston.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Johnston.pm
10331cp lib/Data/ICal/TimeZone/Object/America/Lima.pm blib/lib/Data/ICal/TimeZone/Object/America/Lima.pm
10332cp lib/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm
10333cp lib/Data/ICal/TimeZone/Object/America/Glace_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Glace_Bay.pm
10334cp lib/Data/ICal/TimeZone/Object/America/Tijuana.pm blib/lib/Data/ICal/TimeZone/Object/America/Tijuana.pm
10335cp lib/Data/ICal/TimeZone/Object/Pacific/Wake.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Wake.pm
10336cp lib/Data/ICal/TimeZone/Object/Africa/Harare.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Harare.pm
10337cp lib/Data/ICal/TimeZone/Object/America/Antigua.pm blib/lib/Data/ICal/TimeZone/Object/America/Antigua.pm
10338cp lib/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm
10339cp lib/Data/ICal/TimeZone/Object/Asia/Magadan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Magadan.pm
10340cp lib/Data/ICal/TimeZone/Object/America/Miquelon.pm blib/lib/Data/ICal/TimeZone/Object/America/Miquelon.pm
10341cp lib/Data/ICal/TimeZone/Object/Europe/Vatican.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vatican.pm
10342cp lib/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm
10343cp lib/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm
10344cp lib/Data/ICal/TimeZone/Object/Australia/Adelaide.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Adelaide.pm
10345cp lib/Data/ICal/TimeZone/Object/Europe/Budapest.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Budapest.pm
10346cp lib/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm
10347cp lib/Data/ICal/TimeZone/Object/America/Aruba.pm blib/lib/Data/ICal/TimeZone/Object/America/Aruba.pm
10348cp lib/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm
10349cp lib/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm
10350cp lib/Data/ICal/TimeZone/Object/America/Guatemala.pm blib/lib/Data/ICal/TimeZone/Object/America/Guatemala.pm
10351cp lib/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm
10352cp lib/Data/ICal/TimeZone/Object/America/El_Salvador.pm blib/lib/Data/ICal/TimeZone/Object/America/El_Salvador.pm
10353cp lib/Data/ICal/TimeZone/Object/America/Curacao.pm blib/lib/Data/ICal/TimeZone/Object/America/Curacao.pm
10354cp lib/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm blib/lib/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm
10355cp lib/Data/ICal/TimeZone/Object/Asia/Aqtau.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aqtau.pm
10356cp lib/Data/ICal/TimeZone/Object/Asia/Urumqi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Urumqi.pm
10357cp lib/Data/ICal/TimeZone/Object/Europe/Guernsey.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Guernsey.pm
10358cp lib/Data/ICal/TimeZone/Object/Asia/Kashgar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kashgar.pm
10359cp lib/Data/ICal/TimeZone/Object/Asia/Dili.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dili.pm
10360cp lib/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm
10361cp lib/Data/ICal/TimeZone/Object/Asia/Dhaka.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dhaka.pm
10362cp lib/Data/ICal/TimeZone/Object/Pacific/Gambier.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Gambier.pm
10363cp lib/Data/ICal/TimeZone/Object/America/Jamaica.pm blib/lib/Data/ICal/TimeZone/Object/America/Jamaica.pm
10364cp lib/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm
10365cp lib/Data/ICal/TimeZone/Object/Africa/Bissau.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bissau.pm
10366cp lib/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm
10367cp lib/Data/ICal/TimeZone/Object/Africa/Ceuta.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ceuta.pm
10368cp lib/Data/ICal/TimeZone/Object/Africa/Kampala.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kampala.pm
10369cp lib/Data/ICal/TimeZone/Object/Asia/Jakarta.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jakarta.pm
10370cp lib/Data/ICal/TimeZone/Object/Asia/Vientiane.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Vientiane.pm
10371cp lib/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm
10372cp lib/Data/ICal/TimeZone/Object/Africa/Asmara.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Asmara.pm
10373cp lib/Data/ICal/TimeZone/Object/Pacific/Palau.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Palau.pm
10374cp lib/Data/ICal/TimeZone/Object/Asia/Katmandu.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Katmandu.pm
10375cp lib/Data/ICal/TimeZone/Object/Pacific/Majuro.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Majuro.pm
10376cp lib/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm
10377cp lib/Data/ICal/TimeZone/Object/America/New_York.pm blib/lib/Data/ICal/TimeZone/Object/America/New_York.pm
10378cp lib/Data/ICal/TimeZone/Object/Asia/Yerevan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yerevan.pm
10379cp lib/Data/ICal/TimeZone/Object/Europe/Chisinau.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Chisinau.pm
10380cp lib/Data/ICal/TimeZone/Object/America/Phoenix.pm blib/lib/Data/ICal/TimeZone/Object/America/Phoenix.pm
10381cp lib/Data/ICal/TimeZone/Object/Africa/Blantyre.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Blantyre.pm
10382cp lib/Data/ICal/TimeZone/Object/America/Porto_Velho.pm blib/lib/Data/ICal/TimeZone/Object/America/Porto_Velho.pm
10383cp lib/Data/ICal/TimeZone/Object/America/Bahia.pm blib/lib/Data/ICal/TimeZone/Object/America/Bahia.pm
10384cp lib/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm
10385cp lib/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm
10386cp lib/Data/ICal/TimeZone/Object/Africa/Bangui.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bangui.pm
10387cp lib/Data/ICal/TimeZone/Object/Asia/Thimphu.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Thimphu.pm
10388cp lib/Data/ICal/TimeZone/Object/Asia/Brunei.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Brunei.pm
10389cp lib/Data/ICal/TimeZone/Object/Europe/Sofia.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Sofia.pm
10390cp lib/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm
10391cp lib/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm
10392cp lib/Data/ICal/TimeZone/Object/Africa/Kigali.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kigali.pm
10393cp lib/Data/ICal/TimeZone/Object/Europe/Skopje.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Skopje.pm
10394cp lib/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm
10395cp lib/Data/ICal/TimeZone/Object/America/Yellowknife.pm blib/lib/Data/ICal/TimeZone/Object/America/Yellowknife.pm
10396cp lib/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm
10397cp lib/Data/ICal/TimeZone/Object/Antarctica/Davis.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Davis.pm
10398cp lib/Data/ICal/TimeZone/Object/America/St_Kitts.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Kitts.pm
10399cp lib/Data/ICal/TimeZone/Object/America/Pangnirtung.pm blib/lib/Data/ICal/TimeZone/Object/America/Pangnirtung.pm
10400cp lib/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm
10401cp lib/Data/ICal/TimeZone/Object/America/Martinique.pm blib/lib/Data/ICal/TimeZone/Object/America/Martinique.pm
10402cp lib/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm
10403cp lib/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm
10404cp lib/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm
10405cp lib/Data/ICal/TimeZone/Object/Africa/Windhoek.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Windhoek.pm
10406cp lib/Data/ICal/TimeZone/Object/Europe/Athens.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Athens.pm
10407cp lib/Data/ICal/TimeZone/Object/Australia/Sydney.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Sydney.pm
10408cp lib/Data/ICal/TimeZone/Object/Pacific/Efate.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Efate.pm
10409cp lib/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm
10410cp lib/Data/ICal/TimeZone/Object/Asia/Gaza.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Gaza.pm
10411cp lib/Data/ICal/TimeZone/Object/Asia/Harbin.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Harbin.pm
10412cp lib/Data/ICal/TimeZone/Object/Asia/Colombo.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Colombo.pm
10413cp lib/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm
10414cp lib/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm
10415cp lib/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm
10416cp lib/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm
10417cp lib/Data/ICal/TimeZone/Object/America/Grand_Turk.pm blib/lib/Data/ICal/TimeZone/Object/America/Grand_Turk.pm
10418cp lib/Data/ICal/TimeZone/Object/America/Boa_Vista.pm blib/lib/Data/ICal/TimeZone/Object/America/Boa_Vista.pm
10419cp lib/Data/ICal/TimeZone/Object/Europe/Samara.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Samara.pm
10420cp lib/Data/ICal/TimeZone/Object/Asia/Macau.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Macau.pm
10421cp lib/Data/ICal/TimeZone/Object/Australia/Perth.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Perth.pm
10422cp lib/Data/ICal/TimeZone/Object/America/Cuiaba.pm blib/lib/Data/ICal/TimeZone/Object/America/Cuiaba.pm
10423cp lib/Data/ICal/TimeZone/Object/Asia/Jayapura.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jayapura.pm
10424cp lib/Data/ICal/TimeZone/Object/Asia/Bishkek.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bishkek.pm
10425cp lib/Data/ICal/TimeZone/Object/Asia/Tehran.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tehran.pm
10426cp lib/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm
10427cp lib/Data/ICal/TimeZone/Object/Europe/Andorra.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Andorra.pm
10428cp lib/Data/ICal/TimeZone/Object/America/Panama.pm blib/lib/Data/ICal/TimeZone/Object/America/Panama.pm
10429cp lib/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm
10430cp lib/Data/ICal/TimeZone/Object/Asia/Bahrain.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bahrain.pm
10431cp lib/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm
10432cp lib/Data/ICal/TimeZone/Object/Asia/Kuching.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuching.pm
10433cp lib/Data/ICal/TimeZone/Object/Africa/Libreville.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Libreville.pm
10434cp lib/Data/ICal/TimeZone/Object/Europe/Berlin.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Berlin.pm
10435cp lib/Data/ICal/TimeZone/Object/America/Montreal.pm blib/lib/Data/ICal/TimeZone/Object/America/Montreal.pm
10436cp lib/Data/ICal/TimeZone/Object/America/Havana.pm blib/lib/Data/ICal/TimeZone/Object/America/Havana.pm
10437cp lib/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm
10438cp lib/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm
10439cp lib/Data/ICal/TimeZone/Object/Indian/Chagos.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Chagos.pm
10440cp lib/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm
10441cp lib/Data/ICal/TimeZone/Object/Africa/Algiers.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Algiers.pm
10442cp lib/Data/ICal/TimeZone/Object/Africa/Gaborone.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Gaborone.pm
10443cp lib/Data/ICal/TimeZone/Object/America/Asuncion.pm blib/lib/Data/ICal/TimeZone/Object/America/Asuncion.pm
10444cp lib/Data/ICal/TimeZone/Object/Asia/Tokyo.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tokyo.pm
10445cp lib/Data/ICal/TimeZone/Object/Europe/Vienna.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vienna.pm
10446cp lib/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm
10447cp lib/Data/ICal/TimeZone/Object/America/St_Lucia.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Lucia.pm
10448cp lib/Data/ICal/TimeZone/Object/Asia/Nicosia.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Nicosia.pm
10449cp lib/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm
10450cp lib/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm
10451cp lib/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm blib/lib/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm
10452cp lib/Data/ICal/TimeZone/Object/America/Dawson.pm blib/lib/Data/ICal/TimeZone/Object/America/Dawson.pm
10453cp lib/Data/ICal/TimeZone/Object/Indian/Mahe.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mahe.pm
10454cp lib/Data/ICal/TimeZone/Object/America/Bogota.pm blib/lib/Data/ICal/TimeZone/Object/America/Bogota.pm
10455cp lib/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm
10456cp lib/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm
10457cp lib/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm
10458cp lib/Data/ICal/TimeZone/Object/Africa/Dakar.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Dakar.pm
10459cp lib/Data/ICal/TimeZone/Object/Europe/Prague.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Prague.pm
10460cp lib/Data/ICal/TimeZone/Object/America/Halifax.pm blib/lib/Data/ICal/TimeZone/Object/America/Halifax.pm
10461cp lib/Data/ICal/TimeZone/Object/Indian/Christmas.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Christmas.pm
10462cp lib/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm
10463cp lib/Data/ICal/TimeZone/Object/Africa/Nairobi.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Nairobi.pm
10464cp lib/Data/ICal/TimeZone/Object/America/Juneau.pm blib/lib/Data/ICal/TimeZone/Object/America/Juneau.pm
10465cp lib/Data/ICal/TimeZone/Object/Pacific/Niue.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Niue.pm
10466cp lib/Data/ICal/TimeZone/Object/America/Winnipeg.pm blib/lib/Data/ICal/TimeZone/Object/America/Winnipeg.pm
10467cp lib/Data/ICal/TimeZone/Object/Europe/Belgrade.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Belgrade.pm
10468cp lib/Data/ICal/TimeZone/Object/America/Manaus.pm blib/lib/Data/ICal/TimeZone/Object/America/Manaus.pm
10469cp lib/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm
10470cp lib/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm blib/lib/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm
10471cp lib/Data/ICal/TimeZone/Object/Asia/Samarkand.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Samarkand.pm
10472cp lib/Data/ICal/TimeZone/Object/Australia/Hobart.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Hobart.pm
10473cp lib/Data/ICal/TimeZone/Object/America/Los_Angeles.pm blib/lib/Data/ICal/TimeZone/Object/America/Los_Angeles.pm
10474cp lib/Data/ICal/TimeZone/Object/Pacific/Noumea.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Noumea.pm
10475cp lib/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm
10476cp lib/Data/ICal/TimeZone/Object/America/Anchorage.pm blib/lib/Data/ICal/TimeZone/Object/America/Anchorage.pm
10477Manifying blib/man3/Data::ICal::TimeZone.3pm
10478Manifying blib/man3/Data::ICal::TimeZone::Object.3pm
10479 RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
10480 /usr/bin/make -- OK
10481Skipping test because of notest pragma
10482Running make install
10483Installing /usr/local/share/perl5/Data/ICal/TimeZone.pm
10484Installing /usr/local/share/perl5/Data/ICal/._TimeZone.pm
10485Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object.pm
10486Installing /usr/local/share/perl5/Data/ICal/TimeZone/List.pm
10487Installing /usr/local/share/perl5/Data/ICal/TimeZone/._Object.pm
10488Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Casey.pm
10489Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm
10490Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Davis.pm
10491Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm
10492Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm
10493Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm
10494Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm
10495Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm
10496Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm
10497Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm
10498Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Canary.pm
10499Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm
10500Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm
10501Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm
10502Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm
10503Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm
10504Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm
10505Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm
10506Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm
10507Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Azores.pm
10508Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm
10509Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lusaka.pm
10510Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Khartoum.pm
10511Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm
10512Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bangui.pm
10513Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm
10514Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Algiers.pm
10515Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Maputo.pm
10516Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Cairo.pm
10517Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ceuta.pm
10518Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Tunis.pm
10519Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Dakar.pm
10520Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm
10521Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Blantyre.pm
10522Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Harare.pm
10523Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm
10524Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Mbabane.pm
10525Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Accra.pm
10526Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Windhoek.pm
10527Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm
10528Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bissau.pm
10529Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Malabo.pm
10530Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Freetown.pm
10531Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lome.pm
10532Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Djibouti.pm
10533Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Gaborone.pm
10534Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm
10535Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Abidjan.pm
10536Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Casablanca.pm
10537Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kampala.pm
10538Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Conakry.pm
10539Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lagos.pm
10540Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Nairobi.pm
10541Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm
10542Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm
10543Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Douala.pm
10544Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Banjul.pm
10545Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Tripoli.pm
10546Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Niamey.pm
10547Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Maseru.pm
10548Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Monrovia.pm
10549Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm
10550Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Luanda.pm
10551Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Libreville.pm
10552Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kigali.pm
10553Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bamako.pm
10554Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm
10555Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm
10556Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm
10557Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm
10558Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Asmara.pm
10559Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm
10560Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm
10561Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Chagos.pm
10562Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm
10563Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Cocos.pm
10564Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mayotte.pm
10565Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Reunion.pm
10566Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mauritius.pm
10567Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mahe.pm
10568Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm
10569Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Christmas.pm
10570Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Comoro.pm
10571Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Maldives.pm
10572Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Lindeman.pm
10573Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Perth.pm
10574Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Melbourne.pm
10575Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Hobart.pm
10576Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Sydney.pm
10577Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Darwin.pm
10578Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Adelaide.pm
10579Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Currie.pm
10580Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm
10581Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Brisbane.pm
10582Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm
10583Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Eucla.pm
10584Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm
10585Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bangkok.pm
10586Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm
10587Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jakarta.pm
10588Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kabul.pm
10589Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm
10590Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dubai.pm
10591Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Muscat.pm
10592Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm
10593Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tashkent.pm
10594Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Istanbul.pm
10595Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Urumqi.pm
10596Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Rangoon.pm
10597Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm
10598Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kashgar.pm
10599Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Katmandu.pm
10600Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Samarkand.pm
10601Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Chongqing.pm
10602Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm
10603Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Qatar.pm
10604Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tehran.pm
10605Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm
10606Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Oral.pm
10607Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Thimphu.pm
10608Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm
10609Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Makassar.pm
10610Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm
10611Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Shanghai.pm
10612Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Vientiane.pm
10613Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuching.pm
10614Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Nicosia.pm
10615Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm
10616Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm
10617Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bahrain.pm
10618Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm
10619Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Riyadh.pm
10620Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Harbin.pm
10621Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm
10622Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Magadan.pm
10623Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Baghdad.pm
10624Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Amman.pm
10625Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Calcutta.pm
10626Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Damascus.pm
10627Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuwait.pm
10628Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Baku.pm
10629Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Macau.pm
10630Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm
10631Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Anadyr.pm
10632Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yerevan.pm
10633Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Colombo.pm
10634Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Manila.pm
10635Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aden.pm
10636Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Beirut.pm
10637Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Seoul.pm
10638Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Singapore.pm
10639Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm
10640Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Omsk.pm
10641Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Brunei.pm
10642Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm
10643Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Saigon.pm
10644Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jayapura.pm
10645Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Pontianak.pm
10646Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aqtau.pm
10647Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dili.pm
10648Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Karachi.pm
10649Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm
10650Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm
10651Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tokyo.pm
10652Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Gaza.pm
10653Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Hovd.pm
10654Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm
10655Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Taipei.pm
10656Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dhaka.pm
10657Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bishkek.pm
10658Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm
10659Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Almaty.pm
10660Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm
10661Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm
10662Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Wake.pm
10663Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Majuro.pm
10664Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Noumea.pm
10665Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm
10666Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Midway.pm
10667Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm
10668Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm
10669Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Nauru.pm
10670Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm
10671Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm
10672Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm
10673Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Easter.pm
10674Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Guam.pm
10675Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm
10676Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Fiji.pm
10677Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Gambier.pm
10678Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm
10679Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Auckland.pm
10680Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Ponape.pm
10681Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm
10682Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Johnston.pm
10683Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm
10684Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Chatham.pm
10685Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm
10686Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm
10687Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Saipan.pm
10688Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Truk.pm
10689Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm
10690Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm
10691Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Niue.pm
10692Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm
10693Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Wallis.pm
10694Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm
10695Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Efate.pm
10696Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Apia.pm
10697Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Palau.pm
10698Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm
10699Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Brussels.pm
10700Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Volgograd.pm
10701Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Belgrade.pm
10702Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Budapest.pm
10703Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm
10704Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm
10705Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Athens.pm
10706Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Jersey.pm
10707Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Tallinn.pm
10708Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Guernsey.pm
10709Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Istanbul.pm
10710Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Dublin.pm
10711Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Bucharest.pm
10712Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Samara.pm
10713Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Skopje.pm
10714Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Paris.pm
10715Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm
10716Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vatican.pm
10717Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Malta.pm
10718Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Madrid.pm
10719Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Bratislava.pm
10720Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Rome.pm
10721Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm
10722Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Warsaw.pm
10723Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vienna.pm
10724Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Chisinau.pm
10725Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Tirane.pm
10726Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Kiev.pm
10727Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Nicosia.pm
10728Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Monaco.pm
10729Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Sofia.pm
10730Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm
10731Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/San_Marino.pm
10732Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Minsk.pm
10733Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Stockholm.pm
10734Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Prague.pm
10735Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zagreb.pm
10736Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Podgorica.pm
10737Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm
10738Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm
10739Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm
10740Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm
10741Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Riga.pm
10742Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Helsinki.pm
10743Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/London.pm
10744Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Oslo.pm
10745Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Moscow.pm
10746Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zurich.pm
10747Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vaduz.pm
10748Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vilnius.pm
10749Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm
10750Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Lisbon.pm
10751Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Berlin.pm
10752Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Andorra.pm
10753Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Simferopol.pm
10754Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tijuana.pm
10755Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Merida.pm
10756Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cayman.pm
10757Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/New_York.pm
10758Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Halifax.pm
10759Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Panama.pm
10760Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Boa_Vista.pm
10761Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Shiprock.pm
10762Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Edmonton.pm
10763Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Juneau.pm
10764Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Hermosillo.pm
10765Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Lima.pm
10766Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Martinique.pm
10767Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm
10768Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm
10769Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm
10770Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Swift_Current.pm
10771Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Los_Angeles.pm
10772Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Pangnirtung.pm
10773Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Santiago.pm
10774Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Barbados.pm
10775Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dawson.pm
10776Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm
10777Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cuiaba.pm
10778Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Chicago.pm
10779Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/La_Paz.pm
10780Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Winnipeg.pm
10781Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Porto_Velho.pm
10782Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Belem.pm
10783Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Jamaica.pm
10784Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guadeloupe.pm
10785Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Bahia.pm
10786Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Moncton.pm
10787Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Eirunepe.pm
10788Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montserrat.pm
10789Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Costa_Rica.pm
10790Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Johns.pm
10791Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Managua.pm
10792Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Bogota.pm
10793Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm
10794Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montevideo.pm
10795Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Whitehorse.pm
10796Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nipigon.pm
10797Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/El_Salvador.pm
10798Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rainy_River.pm
10799Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Scoresbysund.pm
10800Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Caracas.pm
10801Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Atikokan.pm
10802Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Recife.pm
10803Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Fortaleza.pm
10804Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Noronha.pm
10805Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nome.pm
10806Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dominica.pm
10807Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm
10808Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Paramaribo.pm
10809Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Chihuahua.pm
10810Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Thomas.pm
10811Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Mexico_City.pm
10812Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm
10813Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm
10814Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tortola.pm
10815Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Grand_Turk.pm
10816Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Vancouver.pm
10817Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Anguilla.pm
10818Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rio_Branco.pm
10819Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cayenne.pm
10820Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm
10821Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cancun.pm
10822Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Maceio.pm
10823Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Thule.pm
10824Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Antigua.pm
10825Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nassau.pm
10826Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Adak.pm
10827Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Denver.pm
10828Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Boise.pm
10829Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Miquelon.pm
10830Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Kitts.pm
10831Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Phoenix.pm
10832Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm
10833Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guayaquil.pm
10834Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Inuvik.pm
10835Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Godthab.pm
10836Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Aruba.pm
10837Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montreal.pm
10838Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Anchorage.pm
10839Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Yakutat.pm
10840Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Iqaluit.pm
10841Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Yellowknife.pm
10842Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm
10843Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Campo_Grande.pm
10844Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Goose_Bay.pm
10845Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Toronto.pm
10846Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Glace_Bay.pm
10847Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Havana.pm
10848Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Belize.pm
10849Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Vincent.pm
10850Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Asuncion.pm
10851Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm
10852Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Mazatlan.pm
10853Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Detroit.pm
10854Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Araguaina.pm
10855Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guyana.pm
10856Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Resolute.pm
10857Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Lucia.pm
10858Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Monterrey.pm
10859Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Regina.pm
10860Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Curacao.pm
10861Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Grenada.pm
10862Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Manaus.pm
10863Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Menominee.pm
10864Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guatemala.pm
10865Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm
10866Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm
10867Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm
10868Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm
10869Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm
10870Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm
10871Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm
10872Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm
10873Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm
10874Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm
10875Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm
10876Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm
10877Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm
10878Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm
10879Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm
10880Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm
10881Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm
10882Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm
10883Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm
10884Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm
10885Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm
10886Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm
10887Installing /usr/local/share/man/man3/Data::ICal::TimeZone.3pm
10888Installing /usr/local/share/man/man3/Data::ICal::TimeZone::Object.3pm
10889Appending installation info to /usr/lib64/perl5/perllocal.pod
10890 RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
10891 /usr/bin/make install -- OK
10892Running make for B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
10893 Has already been unwrapped into directory /root/.cpan/build/Net-CalDAVTalk-0.03-nP1mPb
10894
10895 CPAN.pm: Building B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
10896
10897cp lib/Net/CalDAVTalk.pm blib/lib/Net/CalDAVTalk.pm
10898cp lib/Net/CalDAVTalk/TimeZones.pm blib/lib/Net/CalDAVTalk/TimeZones.pm
10899Manifying blib/man3/Net::CalDAVTalk.3pm
10900Manifying blib/man3/Net::CalDAVTalk::TimeZones.3pm
10901 BRONG/Net-CalDAVTalk-0.03.tar.gz
10902 /usr/bin/make -- OK
10903Skipping test because of notest pragma
10904Running make install
10905Installing /usr/local/share/perl5/Net/CalDAVTalk.pm
10906Installing /usr/local/share/perl5/Net/CalDAVTalk/TimeZones.pm
10907Installing /usr/local/share/man/man3/Net::CalDAVTalk::TimeZones.3pm
10908Installing /usr/local/share/man/man3/Net::CalDAVTalk.3pm
10909Appending installation info to /usr/lib64/perl5/perllocal.pod
10910 BRONG/Net-CalDAVTalk-0.03.tar.gz
10911 /usr/bin/make install -- OK
10912Running install for module 'Net::CardDAVTalk'
10913Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
10914Fetching with LWP:
10915http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
10916Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz ok
10917
10918 CPAN.pm: Building B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
10919
10920Warning: prerequisite List::Pairwise 1.00 not found.
10921Checking if your kit is complete...
10922Looks good
10923Writing Makefile for Net::CardDAVTalk
10924Writing MYMETA.yml and MYMETA.json
10925---- Unsatisfied dependencies detected during ----
10926---- BRONG/Net-CardDAVTalk-0.02.tar.gz ----
10927 List::Pairwise [requires]
10928Skipping test because of notest pragma
10929Running make install
10930 Delayed until after prerequisites
10931Running install for module 'List::Pairwise'
10932Running make for T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
10933Fetching with LWP:
10934http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
10935Fetching with LWP:
10936http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TD/TDRUGEON/CHECKSUMS
10937Checksum for /root/.cpan/sources/authors/id/T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz ok
10938
10939 CPAN.pm: Building T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
10940
10941Checking if your kit is complete...
10942Looks good
10943Writing Makefile for List::Pairwise
10944Writing MYMETA.yml and MYMETA.json
10945cp lib/List/Pairwise.pm blib/lib/List/Pairwise.pm
10946cp lib/List/Pairwise.pod blib/lib/List/Pairwise.pod
10947Manifying blib/man3/List::Pairwise.3pm
10948 TDRUGEON/List-Pairwise-1.03.tar.gz
10949 /usr/bin/make -- OK
10950Skipping test because of notest pragma
10951Running make install
10952Installing /usr/local/share/perl5/List/Pairwise.pm
10953Installing /usr/local/share/perl5/List/Pairwise.pod
10954Installing /usr/local/share/man/man3/List::Pairwise.3pm
10955Appending installation info to /usr/lib64/perl5/perllocal.pod
10956 TDRUGEON/List-Pairwise-1.03.tar.gz
10957 /usr/bin/make install -- OK
10958Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
10959 Has already been unwrapped into directory /root/.cpan/build/Net-CardDAVTalk-0.02-dxSoky
10960
10961 CPAN.pm: Building B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
10962
10963cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
10964cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
10965Manifying blib/man3/Net::CardDAVTalk.3pm
10966Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
10967 BRONG/Net-CardDAVTalk-0.02.tar.gz
10968 /usr/bin/make -- OK
10969Skipping test because of notest pragma
10970Running make install
10971Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
10972Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
10973Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
10974Installing /usr/local/share/man/man3/Net::CardDAVTalk::VCard.3pm
10975Appending installation info to /usr/lib64/perl5/perllocal.pod
10976 BRONG/Net-CardDAVTalk-0.02.tar.gz
10977 /usr/bin/make install -- OK
10978Net::CardDAVTalk::VCard is up to date (undef).
10979Running install for module 'Net::Cmd'
10980Running make for S/SH/SHAY/libnet-3.07.tar.gz
10981Fetching with LWP:
10982http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SH/SHAY/libnet-3.07.tar.gz
10983Fetching with LWP:
10984http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SH/SHAY/CHECKSUMS
10985Checksum for /root/.cpan/sources/authors/id/S/SH/SHAY/libnet-3.07.tar.gz ok
10986
10987 CPAN.pm: Building S/SH/SHAY/libnet-3.07.tar.gz
10988
10989Warning: prerequisite Socket 2.016 not found. We have 2.010.
10990Checking if your kit is complete...
10991Looks good
10992
10993This script will prompt you to enter hostnames that can be used as
10994defaults for some of the modules in the libnet distribution.
10995
10996To ensure that you do not enter an invalid hostname, I can perform a
10997lookup on each hostname you enter. If your internet connection is via
10998a dialup line then you may not want me to perform these lookups, as
10999it will require you to be on-line.
11000
11001Do you want me to perform hostname lookups (y|n) ? [yes]
11002
11003The following questions all require a list of host names, separated
11004with spaces. If you do not have a host available for any of the
11005services, then enter a single space, followed by <CR>. To accept the
11006default, hit <CR>
11007
11008Enter a list of available NNTP hosts : []
11009Enter a list of available SMTP hosts : []
11010Enter a list of available POP3 hosts : []
11011Enter a list of available SNPP hosts : []
11012Enter a list of available PH Hosts : []
11013Enter a list of available TIME Hosts : []
11014Enter a list of available DAYTIME Hosts : []
11015
11016Do you have a firewall/ftp proxy between your machine and the internet
11017
11018If you use a SOCKS firewall answer no
11019
11020(y|n) ? [no]
11021
11022Normally when FTP needs a data connection the client tells the server
11023a port to connect to, and the server initiates a connection to the client.
11024
11025Some setups, in particular firewall setups, can/do not work using this
11026protocol. In these situations the client must make the connection to the
11027server, this is called a passive transfer.
11028
11029Should all FTP connections be passive (y|n) ? [yes]
11030
11031What is your local internet domain name : []
11032
11033If you specified some default hosts above, it is possible for me to
11034do some basic tests when you run `make test'
11035
11036This will cause `make test' to be quite a bit slower and, if your
11037internet connection is via dialup, will require you to be on-line
11038unless the hosts are local.
11039
11040Do you want me to run these tests (y|n) ? [yes]
11041
11042To allow Net::FTP to be tested I will need a hostname. This host
11043should allow anonymous access and have a /pub directory
11044
11045What host can I use : []
11046
11047Writing libnet.cfg
11048Writing Makefile for Net
11049Writing MYMETA.yml and MYMETA.json
11050---- Unsatisfied dependencies detected during ----
11051---- SHAY/libnet-3.07.tar.gz ----
11052 Socket [requires]
11053Skipping test because of notest pragma
11054Running make install
11055 Delayed until after prerequisites
11056Running install for module 'Socket'
11057Running make for P/PE/PEVANS/Socket-2.021.tar.gz
11058Fetching with LWP:
11059http://ftp.hosteurope.de/pub/CPAN/authors/id/P/PE/PEVANS/Socket-2.021.tar.gz
11060Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Socket-2.021.tar.gz ok
11061
11062 CPAN.pm: Building P/PE/PEVANS/Socket-2.021.tar.gz
11063
11064Checking HAS_GAI_STRERROR...
11065Checking HAS_SOCKADDR_SA_LEN...
11066Checking HAS_IP_MREQ...
11067test-1.c: In function 'main':
11068test-1.c:17:29: error: 'struct sockaddr' has no member named 'sa_len'
11069 { struct sockaddr sa; sa.sa_len = 0; }
11070 ^
11071test-1.c:17:23: warning: variable 'sa' set but not used [-Wunused-but-set-variable]
11072 { struct sockaddr sa; sa.sa_len = 0; }
11073 ^
11074test-2.c: In function 'main':
11075test-2.c:17:22: warning: variable 'mreq' set but not used [-Wunused-but-set-variable]
11076 { struct ip_mreq mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; }
11077 ^
11078test-3.c: In function 'main':
11079test-3.c:17:29: warning: variable 'mreq' set but not used [-Wunused-but-set-variable]
11080 { struct ip_mreq_source mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; }
11081 ^
11082Checking HAS_IP_MREQ_SOURCE...
11083Checking I_NETINET_IP...
11084Checking if your kit is complete...
11085Looks good
11086Writing Makefile for Socket
11087Writing MYMETA.yml and MYMETA.json
11088cp Socket.pm blib/lib/Socket.pm
11089/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
11090gcc -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
11091Running Mkbootstrap for Socket ()
11092chmod 644 Socket.bs
11093rm -f blib/arch/auto/Socket/Socket.so
11094gcc -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 \
11095 \
11096
11097chmod 755 blib/arch/auto/Socket/Socket.so
11098cp Socket.bs blib/arch/auto/Socket/Socket.bs
11099chmod 644 blib/arch/auto/Socket/Socket.bs
11100Manifying blib/man3/Socket.3pm
11101 PEVANS/Socket-2.021.tar.gz
11102 /usr/bin/make -- OK
11103Skipping test because of notest pragma
11104Running make install
11105Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11106Installing /usr/local/lib64/perl5/auto/Socket/Socket.so
11107Installing /usr/local/lib64/perl5/auto/Socket/Socket.bs
11108Installing /usr/local/lib64/perl5/Socket.pm
11109Installing /usr/local/share/man/man3/Socket.3pm
11110Appending installation info to /usr/lib64/perl5/perllocal.pod
11111 PEVANS/Socket-2.021.tar.gz
11112 /usr/bin/make install -- OK
11113Running make for S/SH/SHAY/libnet-3.07.tar.gz
11114 Has already been unwrapped into directory /root/.cpan/build/libnet-3.07-p8Zu0f
11115
11116 CPAN.pm: Building S/SH/SHAY/libnet-3.07.tar.gz
11117
11118cp lib/Net/NNTP.pm blib/lib/Net/NNTP.pm
11119cp lib/Net/Time.pm blib/lib/Net/Time.pm
11120cp lib/Net/Netrc.pm blib/lib/Net/Netrc.pm
11121cp lib/Net/FTP/dataconn.pm blib/lib/Net/FTP/dataconn.pm
11122cp lib/Net/FTP/I.pm blib/lib/Net/FTP/I.pm
11123cp lib/Net/libnetFAQ.pod blib/lib/Net/libnetFAQ.pod
11124cp lib/Net/FTP/L.pm blib/lib/Net/FTP/L.pm
11125cp lib/Net/Domain.pm blib/lib/Net/Domain.pm
11126cp lib/Net/FTP.pm blib/lib/Net/FTP.pm
11127cp lib/Net/FTP/A.pm blib/lib/Net/FTP/A.pm
11128cp lib/Net/SMTP.pm blib/lib/Net/SMTP.pm
11129cp lib/Net/Config.pm blib/lib/Net/Config.pm
11130cp lib/Net/FTP/E.pm blib/lib/Net/FTP/E.pm
11131cp libnet.cfg blib/lib/Net/libnet.cfg
11132cp lib/Net/Cmd.pm blib/lib/Net/Cmd.pm
11133cp lib/Net/POP3.pm blib/lib/Net/POP3.pm
11134Manifying blib/man3/Net::FTP.3pm
11135Manifying blib/man3/Net::NNTP.3pm
11136Manifying blib/man3/Net::FTP::dataconn.3pm
11137Manifying blib/man3/Net::Netrc.3pm
11138Manifying blib/man3/Net::Time.3pm
11139Manifying blib/man3/Net::SMTP.3pm
11140Manifying blib/man3/Net::Config.3pm
11141Manifying blib/man3/Net::libnetFAQ.3pm
11142Manifying blib/man3/Net::Cmd.3pm
11143Manifying blib/man3/Net::Domain.3pm
11144Manifying blib/man3/Net::POP3.3pm
11145 SHAY/libnet-3.07.tar.gz
11146 /usr/bin/make -- OK
11147Skipping test because of notest pragma
11148Running make install
11149Installing /usr/local/share/perl5/Net/Time.pm
11150Installing /usr/local/share/perl5/Net/SMTP.pm
11151Installing /usr/local/share/perl5/Net/libnetFAQ.pod
11152Installing /usr/local/share/perl5/Net/POP3.pm
11153Installing /usr/local/share/perl5/Net/Cmd.pm
11154Installing /usr/local/share/perl5/Net/Netrc.pm
11155Installing /usr/local/share/perl5/Net/Config.pm
11156Installing /usr/local/share/perl5/Net/libnet.cfg
11157Installing /usr/local/share/perl5/Net/NNTP.pm
11158Installing /usr/local/share/perl5/Net/Domain.pm
11159Installing /usr/local/share/perl5/Net/FTP.pm
11160Installing /usr/local/share/perl5/Net/FTP/A.pm
11161Installing /usr/local/share/perl5/Net/FTP/L.pm
11162Installing /usr/local/share/perl5/Net/FTP/I.pm
11163Installing /usr/local/share/perl5/Net/FTP/dataconn.pm
11164Installing /usr/local/share/perl5/Net/FTP/E.pm
11165Installing /usr/local/share/man/man3/Net::SMTP.3pm
11166Installing /usr/local/share/man/man3/Net::libnetFAQ.3pm
11167Installing /usr/local/share/man/man3/Net::Domain.3pm
11168Installing /usr/local/share/man/man3/Net::POP3.3pm
11169Installing /usr/local/share/man/man3/Net::FTP.3pm
11170Installing /usr/local/share/man/man3/Net::FTP::dataconn.3pm
11171Installing /usr/local/share/man/man3/Net::Config.3pm
11172Installing /usr/local/share/man/man3/Net::Cmd.3pm
11173Installing /usr/local/share/man/man3/Net::NNTP.3pm
11174Installing /usr/local/share/man/man3/Net::Time.3pm
11175Installing /usr/local/share/man/man3/Net::Netrc.3pm
11176Appending installation info to /usr/lib64/perl5/perllocal.pod
11177 SHAY/libnet-3.07.tar.gz
11178 /usr/bin/make install -- OK
11179Running install for module 'Net::DNS'
11180Running make for N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
11181Fetching with LWP:
11182http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
11183Fetching with LWP:
11184http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NL/NLNETLABS/CHECKSUMS
11185Checksum for /root/.cpan/sources/authors/id/N/NL/NLNETLABS/Net-DNS-1.04.tar.gz ok
11186
11187 CPAN.pm: Building N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
11188
11189Warning: prerequisite IO::Socket::IP 0.29 not found. We have 0.21.
11190Checking if your kit is complete...
11191Looks good
11192Writing Makefile for Net::DNS
11193Writing MYMETA.yml and MYMETA.json
11194Writing Makefile for Net::DNS
11195
11196Activating Non Fatal Online Tests...
11197
11198Activating IPv6 Tests...
11199
11200Warning!
11201========
11202Online tests depend on conditions beyond the control of Net::DNS. The tests
11203check for the expected results when both Net::DNS and the outside world are
11204functioning properly. In case of failure it is often undecidable if the error
11205lies within Net::DNS or elsewhere.
11206
11207---- Unsatisfied dependencies detected during ----
11208---- NLNETLABS/Net-DNS-1.04.tar.gz ----
11209 IO::Socket::IP [requires]
11210Skipping test because of notest pragma
11211Running make install
11212 Delayed until after prerequisites
11213Running install for module 'IO::Socket::IP'
11214Running make for P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
11215Fetching with LWP:
11216http://ftp.hosteurope.de/pub/CPAN/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
11217Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz ok
11218
11219 CPAN.pm: Building P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
11220
11221Created MYMETA.yml and MYMETA.json
11222Creating new 'Build' script for 'IO-Socket-IP' version '0.37'
11223Building IO-Socket-IP
11224 PEVANS/IO-Socket-IP-0.37.tar.gz
11225 ./Build -- OK
11226Skipping test because of notest pragma
11227Running Build install
11228Building IO-Socket-IP
11229Installing /usr/local/share/perl5/IO/Socket/IP.pm
11230Installing /usr/local/share/man/man3/IO::Socket::IP.3pm
11231 PEVANS/IO-Socket-IP-0.37.tar.gz
11232 ./Build install -- OK
11233Running make for N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
11234 Has already been unwrapped into directory /root/.cpan/build/Net-DNS-1.04-kgQuQZ
11235
11236 CPAN.pm: Building N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
11237
11238cp lib/Net/DNS/RR/NID.pm blib/lib/Net/DNS/RR/NID.pm
11239cp lib/Net/DNS/RR/A.pm blib/lib/Net/DNS/RR/A.pm
11240cp lib/Net/DNS/RR/URI.pm blib/lib/Net/DNS/RR/URI.pm
11241cp lib/Net/DNS/Resolver/cygwin.pm blib/lib/Net/DNS/Resolver/cygwin.pm
11242cp lib/Net/DNS/Resolver/MSWin32.pm blib/lib/Net/DNS/Resolver/MSWin32.pm
11243cp lib/Net/DNS/RR/IPSECKEY.pm blib/lib/Net/DNS/RR/IPSECKEY.pm
11244cp lib/Net/DNS/RR/ISDN.pm blib/lib/Net/DNS/RR/ISDN.pm
11245cp lib/Net/DNS/RR/CDS.pm blib/lib/Net/DNS/RR/CDS.pm
11246cp lib/Net/DNS/RR/NSEC.pm blib/lib/Net/DNS/RR/NSEC.pm
11247cp lib/Net/DNS/RR/HIP.pm blib/lib/Net/DNS/RR/HIP.pm
11248cp lib/Net/DNS/RR/MX.pm blib/lib/Net/DNS/RR/MX.pm
11249cp lib/Net/DNS/Header.pm blib/lib/Net/DNS/Header.pm
11250cp lib/Net/DNS/RR/EUI48.pm blib/lib/Net/DNS/RR/EUI48.pm
11251cp lib/Net/DNS/RR/KEY.pm blib/lib/Net/DNS/RR/KEY.pm
11252cp lib/Net/DNS/RR/SOA.pm blib/lib/Net/DNS/RR/SOA.pm
11253cp lib/Net/DNS/RR/GPOS.pm blib/lib/Net/DNS/RR/GPOS.pm
11254cp lib/Net/DNS/RR/OPT.pm blib/lib/Net/DNS/RR/OPT.pm
11255cp lib/Net/DNS/RR/RRSIG.pm blib/lib/Net/DNS/RR/RRSIG.pm
11256cp lib/Net/DNS/RR/DNAME.pm blib/lib/Net/DNS/RR/DNAME.pm
11257cp lib/Net/DNS/RR/DLV.pm blib/lib/Net/DNS/RR/DLV.pm
11258cp lib/Net/DNS/RR/TXT.pm blib/lib/Net/DNS/RR/TXT.pm
11259cp lib/Net/DNS/RR/NSEC3PARAM.pm blib/lib/Net/DNS/RR/NSEC3PARAM.pm
11260cp lib/Net/DNS/RR/AAAA.pm blib/lib/Net/DNS/RR/AAAA.pm
11261cp lib/Net/DNS/RR/CAA.pm blib/lib/Net/DNS/RR/CAA.pm
11262cp lib/Net/DNS.pm blib/lib/Net/DNS.pm
11263cp lib/Net/DNS/RR/RP.pm blib/lib/Net/DNS/RR/RP.pm
11264cp lib/Net/DNS/RR/X25.pm blib/lib/Net/DNS/RR/X25.pm
11265cp lib/Net/DNS/RR/LP.pm blib/lib/Net/DNS/RR/LP.pm
11266cp lib/Net/DNS/Resolver/Recurse.pm blib/lib/Net/DNS/Resolver/Recurse.pm
11267cp lib/Net/DNS/RR/PTR.pm blib/lib/Net/DNS/RR/PTR.pm
11268cp lib/Net/DNS/Text.pm blib/lib/Net/DNS/Text.pm
11269cp lib/Net/DNS/RR/CDNSKEY.pm blib/lib/Net/DNS/RR/CDNSKEY.pm
11270cp lib/Net/DNS/RR/NS.pm blib/lib/Net/DNS/RR/NS.pm
11271cp lib/Net/DNS/RR/OPENPGPKEY.pm blib/lib/Net/DNS/RR/OPENPGPKEY.pm
11272cp lib/Net/DNS/RR/DHCID.pm blib/lib/Net/DNS/RR/DHCID.pm
11273cp lib/Net/DNS/RR/LOC.pm blib/lib/Net/DNS/RR/LOC.pm
11274cp lib/Net/DNS/DomainName.pm blib/lib/Net/DNS/DomainName.pm
11275cp lib/Net/DNS/RR/RT.pm blib/lib/Net/DNS/RR/RT.pm
11276cp lib/Net/DNS/RR/MR.pm blib/lib/Net/DNS/RR/MR.pm
11277cp lib/Net/DNS/Resolver/android.pm blib/lib/Net/DNS/Resolver/android.pm
11278cp lib/Net/DNS/Question.pm blib/lib/Net/DNS/Question.pm
11279cp lib/Net/DNS/RR/SSHFP.pm blib/lib/Net/DNS/RR/SSHFP.pm
11280cp lib/Net/DNS/RR/NAPTR.pm blib/lib/Net/DNS/RR/NAPTR.pm
11281cp lib/Net/DNS/RR/SPF.pm blib/lib/Net/DNS/RR/SPF.pm
11282cp lib/Net/DNS/Resolver/os2.pm blib/lib/Net/DNS/Resolver/os2.pm
11283cp lib/Net/DNS/Resolver/UNIX.pm blib/lib/Net/DNS/Resolver/UNIX.pm
11284cp lib/Net/DNS/Mailbox.pm blib/lib/Net/DNS/Mailbox.pm
11285cp lib/Net/DNS/RR/KX.pm blib/lib/Net/DNS/RR/KX.pm
11286cp lib/Net/DNS/RR/APL.pm blib/lib/Net/DNS/RR/APL.pm
11287cp lib/Net/DNS/RR/TSIG.pm blib/lib/Net/DNS/RR/TSIG.pm
11288cp lib/Net/DNS/Update.pm blib/lib/Net/DNS/Update.pm
11289cp lib/Net/DNS/Resolver.pm blib/lib/Net/DNS/Resolver.pm
11290cp lib/Net/DNS/RR/PX.pm blib/lib/Net/DNS/RR/PX.pm
11291cp lib/Net/DNS/ZoneFile.pm blib/lib/Net/DNS/ZoneFile.pm
11292cp lib/Net/DNS/Nameserver.pm blib/lib/Net/DNS/Nameserver.pm
11293cp lib/Net/DNS/RR/NULL.pm blib/lib/Net/DNS/RR/NULL.pm
11294cp lib/Net/DNS/RR/SRV.pm blib/lib/Net/DNS/RR/SRV.pm
11295cp lib/Net/DNS/RR/AFSDB.pm blib/lib/Net/DNS/RR/AFSDB.pm
11296cp lib/Net/DNS/RR/L32.pm blib/lib/Net/DNS/RR/L32.pm
11297cp lib/Net/DNS/RR/L64.pm blib/lib/Net/DNS/RR/L64.pm
11298cp lib/Net/DNS/RR/MINFO.pm blib/lib/Net/DNS/RR/MINFO.pm
11299cp lib/Net/DNS/RR/TLSA.pm blib/lib/Net/DNS/RR/TLSA.pm
11300cp lib/Net/DNS/FAQ.pod blib/lib/Net/DNS/FAQ.pod
11301cp lib/Net/DNS/RR/CNAME.pm blib/lib/Net/DNS/RR/CNAME.pm
11302cp lib/Net/DNS/Domain.pm blib/lib/Net/DNS/Domain.pm
11303cp lib/Net/DNS/RR.pm blib/lib/Net/DNS/RR.pm
11304cp lib/Net/DNS/Packet.pm blib/lib/Net/DNS/Packet.pm
11305cp lib/Net/DNS/RR/HINFO.pm blib/lib/Net/DNS/RR/HINFO.pm
11306cp lib/Net/DNS/RR/CSYNC.pm blib/lib/Net/DNS/RR/CSYNC.pm
11307cp lib/Net/DNS/Parameters.pm blib/lib/Net/DNS/Parameters.pm
11308cp lib/Net/DNS/RR/DNSKEY.pm blib/lib/Net/DNS/RR/DNSKEY.pm
11309cp lib/Net/DNS/RR/MG.pm blib/lib/Net/DNS/RR/MG.pm
11310cp lib/Net/DNS/RR/EUI64.pm blib/lib/Net/DNS/RR/EUI64.pm
11311cp lib/Net/DNS/RR/TKEY.pm blib/lib/Net/DNS/RR/TKEY.pm
11312cp lib/Net/DNS/RR/SIG.pm blib/lib/Net/DNS/RR/SIG.pm
11313cp lib/Net/DNS/RR/CERT.pm blib/lib/Net/DNS/RR/CERT.pm
11314cp lib/Net/DNS/RR/NSEC3.pm blib/lib/Net/DNS/RR/NSEC3.pm
11315cp lib/Net/DNS/RR/DS.pm blib/lib/Net/DNS/RR/DS.pm
11316cp lib/Net/DNS/RR/MB.pm blib/lib/Net/DNS/RR/MB.pm
11317cp lib/Net/DNS/Resolver/Base.pm blib/lib/Net/DNS/Resolver/Base.pm
11318Manifying blib/man3/Net::DNS::RR::A.3pm
11319Manifying blib/man3/Net::DNS::Resolver::MSWin32.3pm
11320Manifying blib/man3/Net::DNS::RR::IPSECKEY.3pm
11321Manifying blib/man3/Net::DNS::RR::MX.3pm
11322Manifying blib/man3/Net::DNS::RR::HIP.3pm
11323Manifying blib/man3/Net::DNS::Header.3pm
11324Manifying blib/man3/Net::DNS::RR::OPT.3pm
11325Manifying blib/man3/Net::DNS::RR::RRSIG.3pm
11326Manifying blib/man3/Net::DNS::RR::TXT.3pm
11327Manifying blib/man3/Net::DNS::RR::DLV.3pm
11328Manifying blib/man3/Net::DNS::RR::DNAME.3pm
11329Manifying blib/man3/Net::DNS::RR::LP.3pm
11330Manifying blib/man3/Net::DNS::Text.3pm
11331Manifying blib/man3/Net::DNS::RR::PTR.3pm
11332Manifying blib/man3/Net::DNS::Resolver::Recurse.3pm
11333Manifying blib/man3/Net::DNS::RR::CDNSKEY.3pm
11334Manifying blib/man3/Net::DNS::RR::OPENPGPKEY.3pm
11335Manifying blib/man3/Net::DNS::RR::NS.3pm
11336Manifying blib/man3/Net::DNS::RR::DHCID.3pm
11337Manifying blib/man3/Net::DNS::DomainName.3pm
11338Manifying blib/man3/Net::DNS::RR::LOC.3pm
11339Manifying blib/man3/Net::DNS::RR::RT.3pm
11340Manifying blib/man3/Net::DNS::RR::MR.3pm
11341Manifying blib/man3/Net::DNS::Question.3pm
11342Manifying blib/man3/Net::DNS::Resolver::android.3pm
11343Manifying blib/man3/Net::DNS::RR::SSHFP.3pm
11344Manifying blib/man3/Net::DNS::RR::NAPTR.3pm
11345Manifying blib/man3/Net::DNS::RR::SPF.3pm
11346Manifying blib/man3/Net::DNS::Resolver::os2.3pm
11347Manifying blib/man3/Net::DNS::Resolver::UNIX.3pm
11348Manifying blib/man3/Net::DNS::Mailbox.3pm
11349Manifying blib/man3/Net::DNS::RR::KX.3pm
11350Manifying blib/man3/Net::DNS::RR::NID.3pm
11351Manifying blib/man3/Net::DNS::RR::URI.3pm
11352Manifying blib/man3/Net::DNS::Resolver::cygwin.3pm
11353Manifying blib/man3/Net::DNS::RR::ISDN.3pm
11354Manifying blib/man3/Net::DNS::RR::CDS.3pm
11355Manifying blib/man3/Net::DNS::RR::NSEC.3pm
11356Manifying blib/man3/Net::DNS::RR::EUI48.3pm
11357Manifying blib/man3/Net::DNS::RR::KEY.3pm
11358Manifying blib/man3/Net::DNS::RR::SOA.3pm
11359Manifying blib/man3/Net::DNS::RR::GPOS.3pm
11360Manifying blib/man3/Net::DNS::RR::NSEC3PARAM.3pm
11361Manifying blib/man3/Net::DNS::RR::AAAA.3pm
11362Manifying blib/man3/Net::DNS::RR::CAA.3pm
11363Manifying blib/man3/Net::DNS.3pm
11364Manifying blib/man3/Net::DNS::RR::RP.3pm
11365Manifying blib/man3/Net::DNS::RR::X25.3pm
11366Manifying blib/man3/Net::DNS::RR::APL.3pm
11367Manifying blib/man3/Net::DNS::RR::TSIG.3pm
11368Manifying blib/man3/Net::DNS::Update.3pm
11369Manifying blib/man3/Net::DNS::Resolver.3pm
11370Manifying blib/man3/Net::DNS::RR::PX.3pm
11371Manifying blib/man3/Net::DNS::ZoneFile.3pm
11372Manifying blib/man3/Net::DNS::Nameserver.3pm
11373Manifying blib/man3/Net::DNS::RR::NULL.3pm
11374Manifying blib/man3/Net::DNS::RR::L32.3pm
11375Manifying blib/man3/Net::DNS::RR::AFSDB.3pm
11376Manifying blib/man3/Net::DNS::RR::SRV.3pm
11377Manifying blib/man3/Net::DNS::RR::L64.3pm
11378Manifying blib/man3/Net::DNS::RR::TLSA.3pm
11379Manifying blib/man3/Net::DNS::RR::MINFO.3pm
11380Manifying blib/man3/Net::DNS::FAQ.3pm
11381Manifying blib/man3/Net::DNS::RR::CNAME.3pm
11382Manifying blib/man3/Net::DNS::Domain.3pm
11383Manifying blib/man3/Net::DNS::RR.3pm
11384Manifying blib/man3/Net::DNS::Packet.3pm
11385Manifying blib/man3/Net::DNS::RR::HINFO.3pm
11386Manifying blib/man3/Net::DNS::RR::CSYNC.3pm
11387Manifying blib/man3/Net::DNS::Parameters.3pm
11388Manifying blib/man3/Net::DNS::RR::DNSKEY.3pm
11389Manifying blib/man3/Net::DNS::RR::MG.3pm
11390Manifying blib/man3/Net::DNS::RR::EUI64.3pm
11391Manifying blib/man3/Net::DNS::RR::TKEY.3pm
11392Manifying blib/man3/Net::DNS::RR::SIG.3pm
11393Manifying blib/man3/Net::DNS::RR::CERT.3pm
11394Manifying blib/man3/Net::DNS::RR::NSEC3.3pm
11395Manifying blib/man3/Net::DNS::RR::DS.3pm
11396Manifying blib/man3/Net::DNS::RR::MB.3pm
11397Manifying blib/man3/Net::DNS::Resolver::Base.3pm
11398 NLNETLABS/Net-DNS-1.04.tar.gz
11399 /usr/bin/make -- OK
11400Skipping test because of notest pragma
11401Running make install
11402Installing /usr/local/share/perl5/Net/DNS.pm
11403Installing /usr/local/share/perl5/Net/DNS/FAQ.pod
11404Installing /usr/local/share/perl5/Net/DNS/Nameserver.pm
11405Installing /usr/local/share/perl5/Net/DNS/Header.pm
11406Installing /usr/local/share/perl5/Net/DNS/Update.pm
11407Installing /usr/local/share/perl5/Net/DNS/RR.pm
11408Installing /usr/local/share/perl5/Net/DNS/Resolver.pm
11409Installing /usr/local/share/perl5/Net/DNS/DomainName.pm
11410Installing /usr/local/share/perl5/Net/DNS/Mailbox.pm
11411Installing /usr/local/share/perl5/Net/DNS/Text.pm
11412Installing /usr/local/share/perl5/Net/DNS/Question.pm
11413Installing /usr/local/share/perl5/Net/DNS/Packet.pm
11414Installing /usr/local/share/perl5/Net/DNS/Domain.pm
11415Installing /usr/local/share/perl5/Net/DNS/Parameters.pm
11416Installing /usr/local/share/perl5/Net/DNS/ZoneFile.pm
11417Installing /usr/local/share/perl5/Net/DNS/RR/EUI64.pm
11418Installing /usr/local/share/perl5/Net/DNS/RR/PTR.pm
11419Installing /usr/local/share/perl5/Net/DNS/RR/SSHFP.pm
11420Installing /usr/local/share/perl5/Net/DNS/RR/TSIG.pm
11421Installing /usr/local/share/perl5/Net/DNS/RR/CAA.pm
11422Installing /usr/local/share/perl5/Net/DNS/RR/CNAME.pm
11423Installing /usr/local/share/perl5/Net/DNS/RR/MG.pm
11424Installing /usr/local/share/perl5/Net/DNS/RR/RT.pm
11425Installing /usr/local/share/perl5/Net/DNS/RR/NSEC.pm
11426Installing /usr/local/share/perl5/Net/DNS/RR/PX.pm
11427Installing /usr/local/share/perl5/Net/DNS/RR/NID.pm
11428Installing /usr/local/share/perl5/Net/DNS/RR/MX.pm
11429Installing /usr/local/share/perl5/Net/DNS/RR/NULL.pm
11430Installing /usr/local/share/perl5/Net/DNS/RR/TXT.pm
11431Installing /usr/local/share/perl5/Net/DNS/RR/NS.pm
11432Installing /usr/local/share/perl5/Net/DNS/RR/RRSIG.pm
11433Installing /usr/local/share/perl5/Net/DNS/RR/DLV.pm
11434Installing /usr/local/share/perl5/Net/DNS/RR/DS.pm
11435Installing /usr/local/share/perl5/Net/DNS/RR/SOA.pm
11436Installing /usr/local/share/perl5/Net/DNS/RR/AAAA.pm
11437Installing /usr/local/share/perl5/Net/DNS/RR/URI.pm
11438Installing /usr/local/share/perl5/Net/DNS/RR/CDS.pm
11439Installing /usr/local/share/perl5/Net/DNS/RR/SIG.pm
11440Installing /usr/local/share/perl5/Net/DNS/RR/A.pm
11441Installing /usr/local/share/perl5/Net/DNS/RR/IPSECKEY.pm
11442Installing /usr/local/share/perl5/Net/DNS/RR/RP.pm
11443Installing /usr/local/share/perl5/Net/DNS/RR/NAPTR.pm
11444Installing /usr/local/share/perl5/Net/DNS/RR/TLSA.pm
11445Installing /usr/local/share/perl5/Net/DNS/RR/SRV.pm
11446Installing /usr/local/share/perl5/Net/DNS/RR/AFSDB.pm
11447Installing /usr/local/share/perl5/Net/DNS/RR/LP.pm
11448Installing /usr/local/share/perl5/Net/DNS/RR/KX.pm
11449Installing /usr/local/share/perl5/Net/DNS/RR/CDNSKEY.pm
11450Installing /usr/local/share/perl5/Net/DNS/RR/CSYNC.pm
11451Installing /usr/local/share/perl5/Net/DNS/RR/DHCID.pm
11452Installing /usr/local/share/perl5/Net/DNS/RR/L32.pm
11453Installing /usr/local/share/perl5/Net/DNS/RR/NSEC3PARAM.pm
11454Installing /usr/local/share/perl5/Net/DNS/RR/SPF.pm
11455Installing /usr/local/share/perl5/Net/DNS/RR/CERT.pm
11456Installing /usr/local/share/perl5/Net/DNS/RR/OPT.pm
11457Installing /usr/local/share/perl5/Net/DNS/RR/KEY.pm
11458Installing /usr/local/share/perl5/Net/DNS/RR/OPENPGPKEY.pm
11459Installing /usr/local/share/perl5/Net/DNS/RR/DNAME.pm
11460Installing /usr/local/share/perl5/Net/DNS/RR/ISDN.pm
11461Installing /usr/local/share/perl5/Net/DNS/RR/MB.pm
11462Installing /usr/local/share/perl5/Net/DNS/RR/MR.pm
11463Installing /usr/local/share/perl5/Net/DNS/RR/L64.pm
11464Installing /usr/local/share/perl5/Net/DNS/RR/HIP.pm
11465Installing /usr/local/share/perl5/Net/DNS/RR/NSEC3.pm
11466Installing /usr/local/share/perl5/Net/DNS/RR/LOC.pm
11467Installing /usr/local/share/perl5/Net/DNS/RR/TKEY.pm
11468Installing /usr/local/share/perl5/Net/DNS/RR/HINFO.pm
11469Installing /usr/local/share/perl5/Net/DNS/RR/GPOS.pm
11470Installing /usr/local/share/perl5/Net/DNS/RR/MINFO.pm
11471Installing /usr/local/share/perl5/Net/DNS/RR/EUI48.pm
11472Installing /usr/local/share/perl5/Net/DNS/RR/APL.pm
11473Installing /usr/local/share/perl5/Net/DNS/RR/X25.pm
11474Installing /usr/local/share/perl5/Net/DNS/RR/DNSKEY.pm
11475Installing /usr/local/share/perl5/Net/DNS/Resolver/cygwin.pm
11476Installing /usr/local/share/perl5/Net/DNS/Resolver/UNIX.pm
11477Installing /usr/local/share/perl5/Net/DNS/Resolver/android.pm
11478Installing /usr/local/share/perl5/Net/DNS/Resolver/MSWin32.pm
11479Installing /usr/local/share/perl5/Net/DNS/Resolver/Recurse.pm
11480Installing /usr/local/share/perl5/Net/DNS/Resolver/os2.pm
11481Installing /usr/local/share/perl5/Net/DNS/Resolver/Base.pm
11482Installing /usr/local/share/man/man3/Net::DNS::RR.3pm
11483Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC3.3pm
11484Installing /usr/local/share/man/man3/Net::DNS::RR::KX.3pm
11485Installing /usr/local/share/man/man3/Net::DNS::RR::DS.3pm
11486Installing /usr/local/share/man/man3/Net::DNS::Nameserver.3pm
11487Installing /usr/local/share/man/man3/Net::DNS::Resolver::Base.3pm
11488Installing /usr/local/share/man/man3/Net::DNS::RR::MR.3pm
11489Installing /usr/local/share/man/man3/Net::DNS::RR::OPT.3pm
11490Installing /usr/local/share/man/man3/Net::DNS::RR::RT.3pm
11491Installing /usr/local/share/man/man3/Net::DNS::RR::CERT.3pm
11492Installing /usr/local/share/man/man3/Net::DNS::RR::SIG.3pm
11493Installing /usr/local/share/man/man3/Net::DNS::Packet.3pm
11494Installing /usr/local/share/man/man3/Net::DNS::RR::NAPTR.3pm
11495Installing /usr/local/share/man/man3/Net::DNS.3pm
11496Installing /usr/local/share/man/man3/Net::DNS::RR::SRV.3pm
11497Installing /usr/local/share/man/man3/Net::DNS::RR::L64.3pm
11498Installing /usr/local/share/man/man3/Net::DNS::RR::MINFO.3pm
11499Installing /usr/local/share/man/man3/Net::DNS::RR::NS.3pm
11500Installing /usr/local/share/man/man3/Net::DNS::Update.3pm
11501Installing /usr/local/share/man/man3/Net::DNS::RR::MG.3pm
11502Installing /usr/local/share/man/man3/Net::DNS::RR::APL.3pm
11503Installing /usr/local/share/man/man3/Net::DNS::RR::ISDN.3pm
11504Installing /usr/local/share/man/man3/Net::DNS::RR::KEY.3pm
11505Installing /usr/local/share/man/man3/Net::DNS::Resolver::Recurse.3pm
11506Installing /usr/local/share/man/man3/Net::DNS::RR::LOC.3pm
11507Installing /usr/local/share/man/man3/Net::DNS::FAQ.3pm
11508Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC3PARAM.3pm
11509Installing /usr/local/share/man/man3/Net::DNS::Resolver::os2.3pm
11510Installing /usr/local/share/man/man3/Net::DNS::RR::EUI64.3pm
11511Installing /usr/local/share/man/man3/Net::DNS::RR::CDNSKEY.3pm
11512Installing /usr/local/share/man/man3/Net::DNS::Domain.3pm
11513Installing /usr/local/share/man/man3/Net::DNS::Parameters.3pm
11514Installing /usr/local/share/man/man3/Net::DNS::RR::TSIG.3pm
11515Installing /usr/local/share/man/man3/Net::DNS::RR::A.3pm
11516Installing /usr/local/share/man/man3/Net::DNS::RR::OPENPGPKEY.3pm
11517Installing /usr/local/share/man/man3/Net::DNS::RR::TLSA.3pm
11518Installing /usr/local/share/man/man3/Net::DNS::RR::EUI48.3pm
11519Installing /usr/local/share/man/man3/Net::DNS::Resolver::android.3pm
11520Installing /usr/local/share/man/man3/Net::DNS::RR::DLV.3pm
11521Installing /usr/local/share/man/man3/Net::DNS::RR::DNSKEY.3pm
11522Installing /usr/local/share/man/man3/Net::DNS::RR::IPSECKEY.3pm
11523Installing /usr/local/share/man/man3/Net::DNS::RR::GPOS.3pm
11524Installing /usr/local/share/man/man3/Net::DNS::RR::PTR.3pm
11525Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC.3pm
11526Installing /usr/local/share/man/man3/Net::DNS::RR::RP.3pm
11527Installing /usr/local/share/man/man3/Net::DNS::RR::NID.3pm
11528Installing /usr/local/share/man/man3/Net::DNS::DomainName.3pm
11529Installing /usr/local/share/man/man3/Net::DNS::RR::URI.3pm
11530Installing /usr/local/share/man/man3/Net::DNS::RR::AFSDB.3pm
11531Installing /usr/local/share/man/man3/Net::DNS::ZoneFile.3pm
11532Installing /usr/local/share/man/man3/Net::DNS::RR::SPF.3pm
11533Installing /usr/local/share/man/man3/Net::DNS::RR::DNAME.3pm
11534Installing /usr/local/share/man/man3/Net::DNS::RR::MB.3pm
11535Installing /usr/local/share/man/man3/Net::DNS::RR::L32.3pm
11536Installing /usr/local/share/man/man3/Net::DNS::RR::NULL.3pm
11537Installing /usr/local/share/man/man3/Net::DNS::RR::CSYNC.3pm
11538Installing /usr/local/share/man/man3/Net::DNS::RR::RRSIG.3pm
11539Installing /usr/local/share/man/man3/Net::DNS::RR::HINFO.3pm
11540Installing /usr/local/share/man/man3/Net::DNS::RR::CDS.3pm
11541Installing /usr/local/share/man/man3/Net::DNS::RR::MX.3pm
11542Installing /usr/local/share/man/man3/Net::DNS::RR::TXT.3pm
11543Installing /usr/local/share/man/man3/Net::DNS::Resolver::UNIX.3pm
11544Installing /usr/local/share/man/man3/Net::DNS::RR::DHCID.3pm
11545Installing /usr/local/share/man/man3/Net::DNS::RR::CNAME.3pm
11546Installing /usr/local/share/man/man3/Net::DNS::RR::SOA.3pm
11547Installing /usr/local/share/man/man3/Net::DNS::RR::SSHFP.3pm
11548Installing /usr/local/share/man/man3/Net::DNS::RR::AAAA.3pm
11549Installing /usr/local/share/man/man3/Net::DNS::RR::X25.3pm
11550Installing /usr/local/share/man/man3/Net::DNS::RR::LP.3pm
11551Installing /usr/local/share/man/man3/Net::DNS::RR::TKEY.3pm
11552Installing /usr/local/share/man/man3/Net::DNS::Resolver.3pm
11553Installing /usr/local/share/man/man3/Net::DNS::RR::HIP.3pm
11554Installing /usr/local/share/man/man3/Net::DNS::Resolver::MSWin32.3pm
11555Installing /usr/local/share/man/man3/Net::DNS::Resolver::cygwin.3pm
11556Installing /usr/local/share/man/man3/Net::DNS::Mailbox.3pm
11557Installing /usr/local/share/man/man3/Net::DNS::RR::PX.3pm
11558Installing /usr/local/share/man/man3/Net::DNS::Text.3pm
11559Installing /usr/local/share/man/man3/Net::DNS::Header.3pm
11560Installing /usr/local/share/man/man3/Net::DNS::RR::CAA.3pm
11561Installing /usr/local/share/man/man3/Net::DNS::Question.3pm
11562Appending installation info to /usr/lib64/perl5/perllocal.pod
11563 NLNETLABS/Net-DNS-1.04.tar.gz
11564 /usr/bin/make install -- OK
11565Net::DNS::Resolver is up to date (1430).
11566Running install for module 'Net::Server::Fork'
11567Running make for R/RH/RHANDOM/Net-Server-2.008.tar.gz
11568Fetching with LWP:
11569http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RH/RHANDOM/Net-Server-2.008.tar.gz
11570Fetching with LWP:
11571http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RH/RHANDOM/CHECKSUMS
11572Checksum for /root/.cpan/sources/authors/id/R/RH/RHANDOM/Net-Server-2.008.tar.gz ok
11573
11574 CPAN.pm: Building R/RH/RHANDOM/Net-Server-2.008.tar.gz
11575
11576Checking if your kit is complete...
11577Warning: the following files are missing in your kit:
11578 MANIFEST.SKIP
11579Please inform the author.
11580Writing Makefile for Net::Server
11581Writing MYMETA.yml and MYMETA.json
11582cp lib/Net/Server/Proto/UDP.pm blib/lib/Net/Server/Proto/UDP.pm
11583cp lib/Net/Server/Proto/UNIX.pm blib/lib/Net/Server/Proto/UNIX.pm
11584cp lib/Net/Server/PreFork.pm blib/lib/Net/Server/PreFork.pm
11585cp lib/Net/Server/PSGI.pm blib/lib/Net/Server/PSGI.pm
11586cp lib/Net/Server/Proto/SSL.pm blib/lib/Net/Server/Proto/SSL.pm
11587cp lib/Net/Server.pm blib/lib/Net/Server.pm
11588cp lib/Net/Server/Proto/TCP.pm blib/lib/Net/Server/Proto/TCP.pm
11589cp lib/Net/Server/MultiType.pm blib/lib/Net/Server/MultiType.pm
11590cp lib/Net/Server/SIG.pm blib/lib/Net/Server/SIG.pm
11591cp lib/Net/Server/Log/Sys/Syslog.pm blib/lib/Net/Server/Log/Sys/Syslog.pm
11592cp lib/Net/Server/Proto/SSLEAY.pm blib/lib/Net/Server/Proto/SSLEAY.pm
11593cp lib/Net/Server/INET.pm blib/lib/Net/Server/INET.pm
11594cp lib/Net/Server/Fork.pm blib/lib/Net/Server/Fork.pm
11595cp lib/Net/Server/Multiplex.pm blib/lib/Net/Server/Multiplex.pm
11596cp lib/Net/Server.pod blib/lib/Net/Server.pod
11597cp lib/Net/Server/Proto/UNIXDGRAM.pm blib/lib/Net/Server/Proto/UNIXDGRAM.pm
11598cp lib/Net/Server/Log/Log/Log4perl.pm blib/lib/Net/Server/Log/Log/Log4perl.pm
11599cp lib/Net/Server/Daemonize.pm blib/lib/Net/Server/Daemonize.pm
11600cp lib/Net/Server/PreForkSimple.pm blib/lib/Net/Server/PreForkSimple.pm
11601cp lib/Net/Server/Proto.pm blib/lib/Net/Server/Proto.pm
11602cp lib/Net/Server/Single.pm blib/lib/Net/Server/Single.pm
11603cp lib/Net/Server/HTTP.pm blib/lib/Net/Server/HTTP.pm
11604cp bin/net-server blib/script/net-server
11605/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/net-server
11606Manifying blib/man1/net-server.1
11607Manifying blib/man3/Net::Server::Proto::UNIX.3pm
11608Manifying blib/man3/Net::Server::Proto::UDP.3pm
11609Manifying blib/man3/Net::Server::PreFork.3pm
11610Manifying blib/man3/Net::Server::Proto::SSL.3pm
11611Manifying blib/man3/Net::Server::PSGI.3pm
11612Manifying blib/man3/Net::Server::Proto::TCP.3pm
11613Manifying blib/man3/Net::Server::Log::Sys::Syslog.3pm
11614Manifying blib/man3/Net::Server::Proto::SSLEAY.3pm
11615Manifying blib/man3/Net::Server::MultiType.3pm
11616Manifying blib/man3/Net::Server::SIG.3pm
11617Manifying blib/man3/Net::Server::Fork.3pm
11618Manifying blib/man3/Net::Server::INET.3pm
11619Manifying blib/man3/Net::Server::Multiplex.3pm
11620Manifying blib/man3/Net::Server.3pm
11621Manifying blib/man3/Net::Server::Proto::UNIXDGRAM.3pm
11622Manifying blib/man3/Net::Server::Log::Log::Log4perl.3pm
11623Manifying blib/man3/Net::Server::Daemonize.3pm
11624Manifying blib/man3/Net::Server::PreForkSimple.3pm
11625Manifying blib/man3/Net::Server::Proto.3pm
11626Manifying blib/man3/Net::Server::Single.3pm
11627Manifying blib/man3/Net::Server::HTTP.3pm
11628 RHANDOM/Net-Server-2.008.tar.gz
11629 /usr/bin/make -- OK
11630Skipping test because of notest pragma
11631Running make install
11632Manifying blib/man1/net-server.1
11633Manifying blib/man3/Net::Server::Proto::UNIX.3pm
11634Manifying blib/man3/Net::Server::Proto::UDP.3pm
11635Manifying blib/man3/Net::Server::PreFork.3pm
11636Manifying blib/man3/Net::Server::Proto::SSL.3pm
11637Manifying blib/man3/Net::Server::PSGI.3pm
11638Manifying blib/man3/Net::Server::Proto::TCP.3pm
11639Manifying blib/man3/Net::Server::Log::Sys::Syslog.3pm
11640Manifying blib/man3/Net::Server::Proto::SSLEAY.3pm
11641Manifying blib/man3/Net::Server::MultiType.3pm
11642Installing /usr/local/share/perl5/Net/Server.pod
11643Installing /usr/local/share/perl5/Net/Server.pm
11644Installing /usr/local/share/perl5/Net/Server/Single.pm
11645Installing /usr/local/share/perl5/Net/Server/SIG.pm
11646Installing /usr/local/share/perl5/Net/Server/MultiType.pm
11647Installing /usr/local/share/perl5/Net/Server/HTTP.pm
11648Installing /usr/local/share/perl5/Net/Server/Daemonize.pm
11649Installing /usr/local/share/perl5/Net/Server/INET.pm
11650Installing /usr/local/share/perl5/Net/Server/Proto.pm
11651Installing /usr/local/share/perl5/Net/Server/PSGI.pm
11652Installing /usr/local/share/perl5/Net/Server/Fork.pm
11653Installing /usr/local/share/perl5/Net/Server/Multiplex.pm
11654Installing /usr/local/share/perl5/Net/Server/PreFork.pm
11655Installing /usr/local/share/perl5/Net/Server/PreForkSimple.pm
11656Installing /usr/local/share/perl5/Net/Server/Log/Log/Log4perl.pm
11657Installing /usr/local/share/perl5/Net/Server/Log/Sys/Syslog.pm
11658Installing /usr/local/share/perl5/Net/Server/Proto/TCP.pm
11659Installing /usr/local/share/perl5/Net/Server/Proto/UDP.pm
11660Installing /usr/local/share/perl5/Net/Server/Proto/UNIXDGRAM.pm
11661Installing /usr/local/share/perl5/Net/Server/Proto/UNIX.pm
11662Installing /usr/local/share/perl5/Net/Server/Proto/SSL.pm
11663Installing /usr/local/share/perl5/Net/Server/Proto/SSLEAY.pm
11664Installing /usr/local/share/man/man1/net-server.1
11665Installing /usr/local/share/man/man3/Net::Server::PreForkSimple.3pm
11666Installing /usr/local/share/man/man3/Net::Server::Daemonize.3pm
11667Installing /usr/local/share/man/man3/Net::Server::MultiType.3pm
11668Installing /usr/local/share/man/man3/Net::Server::Proto::SSLEAY.3pm
11669Installing /usr/local/share/man/man3/Net::Server::Proto::UNIX.3pm
11670Installing /usr/local/share/man/man3/Net::Server::Proto::UNIXDGRAM.3pm
11671Installing /usr/local/share/man/man3/Net::Server::SIG.3pm
11672Installing /usr/local/share/man/man3/Net::Server::PreFork.3pm
11673Installing /usr/local/share/man/man3/Net::Server::PSGI.3pm
11674Installing /usr/local/share/man/man3/Net::Server::Log::Log::Log4perl.3pm
11675Installing /usr/local/share/man/man3/Net::Server::Proto.3pm
11676Installing /usr/local/share/man/man3/Net::Server.3pm
11677Installing /usr/local/share/man/man3/Net::Server::Proto::SSL.3pm
11678Installing /usr/local/share/man/man3/Net::Server::Multiplex.3pm
11679Installing /usr/local/share/man/man3/Net::Server::Proto::UDP.3pm
11680Installing /usr/local/share/man/man3/Net::Server::Proto::TCP.3pm
11681Installing /usr/local/share/man/man3/Net::Server::Fork.3pm
11682Installing /usr/local/share/man/man3/Net::Server::INET.3pm
11683Installing /usr/local/share/man/man3/Net::Server::HTTP.3pm
11684Installing /usr/local/share/man/man3/Net::Server::Log::Sys::Syslog.3pm
11685Installing /usr/local/share/man/man3/Net::Server::Single.3pm
11686Installing /usr/local/bin/net-server
11687Appending installation info to /usr/lib64/perl5/perllocal.pod
11688 RHANDOM/Net-Server-2.008.tar.gz
11689 /usr/bin/make install -- OK
11690Running install for module 'Template'
11691Running make for A/AB/ABW/Template-Toolkit-2.26.tar.gz
11692Fetching with LWP:
11693http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AB/ABW/Template-Toolkit-2.26.tar.gz
11694Fetching with LWP:
11695http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AB/ABW/CHECKSUMS
11696Checksum for /root/.cpan/sources/authors/id/A/AB/ABW/Template-Toolkit-2.26.tar.gz ok
11697
11698 CPAN.pm: Building A/AB/ABW/Template-Toolkit-2.26.tar.gz
11699
11700
11701The Template Toolkit requires that the AppConfig module (version 1.56
11702or later) first be installed. This is used by
11703the 'ttree' program for reading command line options and configuration
11704files. It is available from CPAN:
11705
11706 http://www.cpan.org/authors/Andy_Wardley/
11707
11708
11709 Template Toolkit Version 2.26
11710 =============================
11711
11712Using Unix defaults.
11713Run 'perl Makefile.PL TT_HELP' for a summary of options.
11714
11715
11716Template::Stash::XS
11717-------------------
11718
11719The Template::Stash module is a core part of the Template Toolkit,
11720implementing the magic for accessing data using the dot notation.
11721
11722There is a high speed version, Template::Stash::XS, written in C.
11723This makes the Template Toolkit run about twice as fast as when using
11724the regular Template::Stash written in Perl. If you've got a C
11725compiler on your system then you can elect to have the XS Stash built.
11726You can also specify that you want to use the XS Stash by default.
11727
11728Note that as of version 2.15 the XS Stash now supports access to tied
11729hashes and arrays.
11730
11731See 'perldoc Template::Config' for further details.
11732
11733Do you want to build the XS Stash module? [y] y
11734Do you want to use the XS Stash by default? [y] y
11735Warning: prerequisite AppConfig 1.56 not found.
11736
11737Checking if your kit is complete...
11738Warning: the following files are missing in your kit:
11739 t/url2.t
11740Please inform the author.
11741Checking if your kit is complete...
11742Looks good
11743Writing Makefile for Template::Stash::XS
11744Writing MYMETA.yml and MYMETA.json
11745Writing Makefile for Template
11746Writing MYMETA.yml and MYMETA.json
11747
11748Configuration complete. You should now run 'make', 'make test' and
11749then 'make install'. See the README file for further information.
11750---- Unsatisfied dependencies detected during ----
11751---- ABW/Template-Toolkit-2.26.tar.gz ----
11752 AppConfig [requires]
11753Skipping test because of notest pragma
11754Running make install
11755 Delayed until after prerequisites
11756Running install for module 'AppConfig'
11757Running make for N/NE/NEILB/AppConfig-1.71.tar.gz
11758Fetching with LWP:
11759http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz
11760Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz ok
11761
11762 CPAN.pm: Building N/NE/NEILB/AppConfig-1.71.tar.gz
11763
11764Checking if your kit is complete...
11765Looks good
11766Writing Makefile for AppConfig
11767Writing MYMETA.yml and MYMETA.json
11768---- Unsatisfied dependencies detected during ----
11769---- NEILB/AppConfig-1.71.tar.gz ----
11770 Test::Pod [build_requires]
11771Skipping test because of notest pragma
11772Running make install
11773 Delayed until after prerequisites
11774Running install for module 'Test::Pod'
11775Running make for E/ET/ETHER/Test-Pod-1.51.tar.gz
11776Fetching with LWP:
11777http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz
11778Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz ok
11779
11780 CPAN.pm: Building E/ET/ETHER/Test-Pod-1.51.tar.gz
11781
11782Checking if your kit is complete...
11783Looks good
11784Writing Makefile for Test::Pod
11785Writing MYMETA.yml and MYMETA.json
11786cp lib/Test/Pod.pm blib/lib/Test/Pod.pm
11787Manifying blib/man3/Test::Pod.3pm
11788 ETHER/Test-Pod-1.51.tar.gz
11789 /usr/bin/make -- OK
11790Skipping test because of notest pragma
11791Running make install
11792Installing /usr/local/share/perl5/Test/Pod.pm
11793Installing /usr/local/share/man/man3/Test::Pod.3pm
11794Appending installation info to /usr/lib64/perl5/perllocal.pod
11795 ETHER/Test-Pod-1.51.tar.gz
11796 /usr/bin/make install -- OK
11797Running make for N/NE/NEILB/AppConfig-1.71.tar.gz
11798 Has already been unwrapped into directory /root/.cpan/build/AppConfig-1.71-SwfzPm
11799
11800 CPAN.pm: Building N/NE/NEILB/AppConfig-1.71.tar.gz
11801
11802cp lib/AppConfig/Args.pm blib/lib/AppConfig/Args.pm
11803cp lib/AppConfig/CGI.pm blib/lib/AppConfig/CGI.pm
11804cp lib/AppConfig/File.pm blib/lib/AppConfig/File.pm
11805cp lib/AppConfig.pm blib/lib/AppConfig.pm
11806cp lib/AppConfig/Getopt.pm blib/lib/AppConfig/Getopt.pm
11807cp lib/AppConfig/State.pm blib/lib/AppConfig/State.pm
11808cp lib/AppConfig/Sys.pm blib/lib/AppConfig/Sys.pm
11809Manifying blib/man3/AppConfig::Args.3pm
11810Manifying blib/man3/AppConfig::CGI.3pm
11811Manifying blib/man3/AppConfig::File.3pm
11812Manifying blib/man3/AppConfig::State.3pm
11813Manifying blib/man3/AppConfig::Getopt.3pm
11814Manifying blib/man3/AppConfig.3pm
11815Manifying blib/man3/AppConfig::Sys.3pm
11816 NEILB/AppConfig-1.71.tar.gz
11817 /usr/bin/make -- OK
11818Skipping test because of notest pragma
11819Running make install
11820Installing /usr/local/share/perl5/AppConfig.pm
11821Installing /usr/local/share/perl5/AppConfig/Getopt.pm
11822Installing /usr/local/share/perl5/AppConfig/File.pm
11823Installing /usr/local/share/perl5/AppConfig/State.pm
11824Installing /usr/local/share/perl5/AppConfig/Sys.pm
11825Installing /usr/local/share/perl5/AppConfig/Args.pm
11826Installing /usr/local/share/perl5/AppConfig/CGI.pm
11827Installing /usr/local/share/man/man3/AppConfig.3pm
11828Installing /usr/local/share/man/man3/AppConfig::CGI.3pm
11829Installing /usr/local/share/man/man3/AppConfig::Args.3pm
11830Installing /usr/local/share/man/man3/AppConfig::State.3pm
11831Installing /usr/local/share/man/man3/AppConfig::Sys.3pm
11832Installing /usr/local/share/man/man3/AppConfig::File.3pm
11833Installing /usr/local/share/man/man3/AppConfig::Getopt.3pm
11834Appending installation info to /usr/lib64/perl5/perllocal.pod
11835 NEILB/AppConfig-1.71.tar.gz
11836 /usr/bin/make install -- OK
11837Running make for A/AB/ABW/Template-Toolkit-2.26.tar.gz
11838 Has already been unwrapped into directory /root/.cpan/build/Template-Toolkit-2.26-PjUNiv
11839
11840 CPAN.pm: Building A/AB/ABW/Template-Toolkit-2.26.tar.gz
11841
11842cp lib/Template/Manual/Directives.pod blib/lib/Template/Manual/Directives.pod
11843cp lib/Template/Manual/Views.pod blib/lib/Template/Manual/Views.pod
11844cp lib/Template/Plugin/HTML.pm blib/lib/Template/Plugin/HTML.pm
11845cp lib/Template/Stash.pm blib/lib/Template/Stash.pm
11846cp lib/Template/Plugin/Format.pm blib/lib/Template/Plugin/Format.pm
11847cp lib/Template/Provider.pm blib/lib/Template/Provider.pm
11848cp lib/Template/Context.pm blib/lib/Template/Context.pm
11849cp lib/Template/Manual/Intro.pod blib/lib/Template/Manual/Intro.pod
11850cp lib/Template/Plugin/View.pm blib/lib/Template/Plugin/View.pm
11851cp lib/Template/Modules.pod blib/lib/Template/Modules.pod
11852cp lib/Template/Plugin/Procedural.pm blib/lib/Template/Plugin/Procedural.pm
11853cp lib/Template/Plugin/Iterator.pm blib/lib/Template/Plugin/Iterator.pm
11854cp lib/Template/Tools/ttree.pod blib/lib/Template/Tools/ttree.pod
11855cp lib/Template/Stash/Context.pm blib/lib/Template/Stash/Context.pm
11856cp lib/Template/Plugin/Datafile.pm blib/lib/Template/Plugin/Datafile.pm
11857cp lib/Template/Directive.pm blib/lib/Template/Directive.pm
11858cp lib/Template/Plugin/Directory.pm blib/lib/Template/Plugin/Directory.pm
11859cp lib/Template/Toolkit.pod blib/lib/Template/Toolkit.pod
11860cp lib/Template/Plugin/Scalar.pm blib/lib/Template/Plugin/Scalar.pm
11861cp lib/Template/Namespace/Constants.pm blib/lib/Template/Namespace/Constants.pm
11862cp lib/Template/Tutorial/Web.pod blib/lib/Template/Tutorial/Web.pod
11863cp lib/Template/Iterator.pm blib/lib/Template/Iterator.pm
11864cp lib/Template/Plugin/String.pm blib/lib/Template/Plugin/String.pm
11865cp lib/Template/Stash/XS.pm blib/lib/Template/Stash/XS.pm
11866cp lib/Template/Manual.pod blib/lib/Template/Manual.pod
11867cp lib/Template/View.pm blib/lib/Template/View.pm
11868cp lib/Template/Manual/Credits.pod blib/lib/Template/Manual/Credits.pod
11869cp lib/Template/Plugin/Filter.pm blib/lib/Template/Plugin/Filter.pm
11870cp lib/Template/Manual/Plugins.pod blib/lib/Template/Manual/Plugins.pod
11871cp lib/Template/Plugin/Dumper.pm blib/lib/Template/Plugin/Dumper.pm
11872cp lib/Template/Plugin/Date.pm blib/lib/Template/Plugin/Date.pm
11873cp lib/Template/Manual/VMethods.pod blib/lib/Template/Manual/VMethods.pod
11874cp lib/Template/Plugin/File.pm blib/lib/Template/Plugin/File.pm
11875cp lib/Template/Constants.pm blib/lib/Template/Constants.pm
11876cp lib/Template/Plugin/Assert.pm blib/lib/Template/Plugin/Assert.pm
11877cp lib/Template/Plugin/Image.pm blib/lib/Template/Plugin/Image.pm
11878cp lib/Template/Manual/Config.pod blib/lib/Template/Manual/Config.pod
11879cp lib/Template/Test.pm blib/lib/Template/Test.pm
11880cp lib/Template/VMethods.pm blib/lib/Template/VMethods.pm
11881cp lib/Template.pm blib/lib/Template.pm
11882cp lib/Template/Plugin/Table.pm blib/lib/Template/Plugin/Table.pm
11883cp lib/Template/Manual/Variables.pod blib/lib/Template/Manual/Variables.pod
11884cp lib/Template/Parser.pm blib/lib/Template/Parser.pm
11885cp lib/Template/Tools/tpage.pod blib/lib/Template/Tools/tpage.pod
11886cp lib/Template/Plugins.pm blib/lib/Template/Plugins.pm
11887cp lib/Template/Manual/Syntax.pod blib/lib/Template/Manual/Syntax.pod
11888cp lib/Template/Grammar.pm blib/lib/Template/Grammar.pm
11889cp lib/Template/Tutorial.pod blib/lib/Template/Tutorial.pod
11890cp lib/Template/Plugin.pm blib/lib/Template/Plugin.pm
11891cp lib/Template/FAQ.pod blib/lib/Template/FAQ.pod
11892cp lib/Template/Config.pm blib/lib/Template/Config.pm
11893cp lib/Template/Plugin/CGI.pm blib/lib/Template/Plugin/CGI.pm
11894cp lib/Template/Tools.pod blib/lib/Template/Tools.pod
11895cp lib/Template/Plugin/Wrap.pm blib/lib/Template/Plugin/Wrap.pm
11896cp lib/Template/Base.pm blib/lib/Template/Base.pm
11897cp lib/Template/Manual/Filters.pod blib/lib/Template/Manual/Filters.pod
11898cp lib/Template/Plugin/Math.pm blib/lib/Template/Plugin/Math.pm
11899cp lib/Template/Filters.pm blib/lib/Template/Filters.pm
11900cp lib/Template/Document.pm blib/lib/Template/Document.pm
11901cp lib/Template/Plugin/URL.pm blib/lib/Template/Plugin/URL.pm
11902cp lib/Template/Exception.pm blib/lib/Template/Exception.pm
11903cp lib/Template/Tutorial/Datafile.pod blib/lib/Template/Tutorial/Datafile.pod
11904cp lib/Template/Plugin/Pod.pm blib/lib/Template/Plugin/Pod.pm
11905cp lib/Template/Manual/Internals.pod blib/lib/Template/Manual/Internals.pod
11906cp lib/Template/Service.pm blib/lib/Template/Service.pm
11907make[1]: Entering directory `/root/.cpan/build/Template-Toolkit-2.26-PjUNiv/xs'
11908/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Stash.xs > Stash.xsc && mv Stash.xsc Stash.c
11909gcc -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
11910Stash.xs: In function 'assign':
11911Stash.xs:487:11: warning: unused variable 'key2' [-Wunused-variable]
11912 char *key2 = SvPV(key_sv, key_len); /* TMP DEBUG HACK */
11913 ^
11914Stash.xs: In function 'hash_op':
11915Stash.xs:801:12: warning: unused variable 'retval' [-Wunused-variable]
11916 TT_RET retval;
11917 ^
11918Stash.xs: In function 'scalar_op':
11919Stash.xs:870:12: warning: unused variable 'retval' [-Wunused-variable]
11920 TT_RET retval;
11921 ^
11922Stash.c: At top level:
11923Stash.xs:1013:12: warning: 'list_dot_first' defined but not used [-Wunused-function]
11924 static SV *list_dot_first(pTHX_ AV *list, AV *args) {
11925 ^
11926Stash.xs:1062:12: warning: 'list_dot_last' defined but not used [-Wunused-function]
11927 static SV *list_dot_last(pTHX_ AV *list, AV *args) {
11928 ^
11929Running Mkbootstrap for Template::Stash::XS ()
11930chmod 644 XS.bs
11931rm -f ../blib/arch/auto/Template/Stash/XS/XS.so
11932gcc -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 \
11933 \
11934
11935chmod 755 ../blib/arch/auto/Template/Stash/XS/XS.so
11936cp XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs
11937chmod 644 ../blib/arch/auto/Template/Stash/XS/XS.bs
11938make[1]: Leaving directory `/root/.cpan/build/Template-Toolkit-2.26-PjUNiv/xs'
11939cp bin/tpage blib/script/tpage
11940/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tpage
11941cp bin/ttree blib/script/ttree
11942/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ttree
11943Manifying blib/man1/tpage.1
11944Manifying blib/man1/ttree.1
11945Manifying blib/man3/Template::Plugin::HTML.3pm
11946Manifying blib/man3/Template::Manual::Views.3pm
11947Manifying blib/man3/Template::Manual::Directives.3pm
11948Manifying blib/man3/Template::Stash.3pm
11949Manifying blib/man3/Template::Context.3pm
11950Manifying blib/man3/Template::Manual::Intro.3pm
11951Manifying blib/man3/Template::Modules.3pm
11952Manifying blib/man3/Template::Plugin::Procedural.3pm
11953Manifying blib/man3/Template::Plugin::Iterator.3pm
11954Manifying blib/man3/Template::Tools::ttree.3pm
11955Manifying blib/man3/Template::Toolkit.3pm
11956Manifying blib/man3/Template::Plugin::Scalar.3pm
11957Manifying blib/man3/Template::Namespace::Constants.3pm
11958Manifying blib/man3/Template::Tutorial::Web.3pm
11959Manifying blib/man3/Template::Iterator.3pm
11960Manifying blib/man3/Template::Plugin::String.3pm
11961Manifying blib/man3/Template::Stash::XS.3pm
11962Manifying blib/man3/Template::Manual.3pm
11963Manifying blib/man3/Template::View.3pm
11964Manifying blib/man3/Template::Manual::Credits.3pm
11965Manifying blib/man3/Template::Plugin::Filter.3pm
11966Manifying blib/man3/Template::Manual::Plugins.3pm
11967Manifying blib/man3/Template::Plugin::Dumper.3pm
11968Manifying blib/man3/Template::Plugin::Date.3pm
11969Manifying blib/man3/Template::Manual::VMethods.3pm
11970Manifying blib/man3/Template::Plugin::File.3pm
11971Manifying blib/man3/Template::Constants.3pm
11972Manifying blib/man3/Template::Plugin::Assert.3pm
11973Manifying blib/man3/Template::Plugin::Image.3pm
11974Manifying blib/man3/Template::Manual::Config.3pm
11975Manifying blib/man3/Template::Test.3pm
11976Manifying blib/man3/Template.3pm
11977Manifying blib/man3/Template::VMethods.3pm
11978Manifying blib/man3/Template::Plugin::Table.3pm
11979Manifying blib/man3/Template::Provider.3pm
11980Manifying blib/man3/Template::Plugin::Format.3pm
11981Manifying blib/man3/Template::Plugin::View.3pm
11982Manifying blib/man3/Template::Stash::Context.3pm
11983Manifying blib/man3/Template::Directive.3pm
11984Manifying blib/man3/Template::Plugin::Datafile.3pm
11985Manifying blib/man3/Template::Plugin::Directory.3pm
11986Manifying blib/man3/Template::Plugin::Wrap.3pm
11987Manifying blib/man3/Template::Base.3pm
11988Manifying blib/man3/Template::Plugin::Math.3pm
11989Manifying blib/man3/Template::Filters.3pm
11990Manifying blib/man3/Template::Manual::Internals.3pm
11991Manifying blib/man3/Template::Plugin::Pod.3pm
11992Manifying blib/man3/Template::Service.3pm
11993Manifying blib/man3/Template::Manual::Variables.3pm
11994Manifying blib/man3/Template::Tools::tpage.3pm
11995Manifying blib/man3/Template::Parser.3pm
11996Manifying blib/man3/Template::Plugins.3pm
11997Manifying blib/man3/Template::Manual::Syntax.3pm
11998Manifying blib/man3/Template::Tutorial.3pm
11999Manifying blib/man3/Template::Grammar.3pm
12000Manifying blib/man3/Template::Plugin.3pm
12001Manifying blib/man3/Template::Config.3pm
12002Manifying blib/man3/Template::FAQ.3pm
12003Manifying blib/man3/Template::Tools.3pm
12004Manifying blib/man3/Template::Plugin::CGI.3pm
12005Manifying blib/man3/Template::Manual::Filters.3pm
12006Manifying blib/man3/Template::Document.3pm
12007Manifying blib/man3/Template::Plugin::URL.3pm
12008Manifying blib/man3/Template::Exception.3pm
12009Manifying blib/man3/Template::Tutorial::Datafile.3pm
12010 ABW/Template-Toolkit-2.26.tar.gz
12011 /usr/bin/make -- OK
12012Skipping test because of notest pragma
12013Running make install
12014make[1]: Entering directory `/root/.cpan/build/Template-Toolkit-2.26-PjUNiv/xs'
12015make[1]: Leaving directory `/root/.cpan/build/Template-Toolkit-2.26-PjUNiv/xs'
12016Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
12017Installing /usr/local/lib64/perl5/auto/Template/Stash/XS/XS.bs
12018Installing /usr/local/lib64/perl5/auto/Template/Stash/XS/XS.so
12019Installing /usr/local/lib64/perl5/Template.pm
12020Installing /usr/local/lib64/perl5/Template/Context.pm
12021Installing /usr/local/lib64/perl5/Template/FAQ.pod
12022Installing /usr/local/lib64/perl5/Template/View.pm
12023Installing /usr/local/lib64/perl5/Template/Plugins.pm
12024Installing /usr/local/lib64/perl5/Template/Document.pm
12025Installing /usr/local/lib64/perl5/Template/Directive.pm
12026Installing /usr/local/lib64/perl5/Template/Provider.pm
12027Installing /usr/local/lib64/perl5/Template/Tools.pod
12028Installing /usr/local/lib64/perl5/Template/Plugin.pm
12029Installing /usr/local/lib64/perl5/Template/Modules.pod
12030Installing /usr/local/lib64/perl5/Template/Toolkit.pod
12031Installing /usr/local/lib64/perl5/Template/Exception.pm
12032Installing /usr/local/lib64/perl5/Template/Test.pm
12033Installing /usr/local/lib64/perl5/Template/Grammar.pm
12034Installing /usr/local/lib64/perl5/Template/Filters.pm
12035Installing /usr/local/lib64/perl5/Template/Stash.pm
12036Installing /usr/local/lib64/perl5/Template/Service.pm
12037Installing /usr/local/lib64/perl5/Template/Manual.pod
12038Installing /usr/local/lib64/perl5/Template/Config.pm
12039Installing /usr/local/lib64/perl5/Template/VMethods.pm
12040Installing /usr/local/lib64/perl5/Template/Iterator.pm
12041Installing /usr/local/lib64/perl5/Template/Tutorial.pod
12042Installing /usr/local/lib64/perl5/Template/Base.pm
12043Installing /usr/local/lib64/perl5/Template/Constants.pm
12044Installing /usr/local/lib64/perl5/Template/Parser.pm
12045Installing /usr/local/lib64/perl5/Template/Tools/ttree.pod
12046Installing /usr/local/lib64/perl5/Template/Tools/tpage.pod
12047Installing /usr/local/lib64/perl5/Template/Tutorial/Web.pod
12048Installing /usr/local/lib64/perl5/Template/Tutorial/Datafile.pod
12049Installing /usr/local/lib64/perl5/Template/Manual/Internals.pod
12050Installing /usr/local/lib64/perl5/Template/Manual/Credits.pod
12051Installing /usr/local/lib64/perl5/Template/Manual/Directives.pod
12052Installing /usr/local/lib64/perl5/Template/Manual/Config.pod
12053Installing /usr/local/lib64/perl5/Template/Manual/Variables.pod
12054Installing /usr/local/lib64/perl5/Template/Manual/VMethods.pod
12055Installing /usr/local/lib64/perl5/Template/Manual/Filters.pod
12056Installing /usr/local/lib64/perl5/Template/Manual/Syntax.pod
12057Installing /usr/local/lib64/perl5/Template/Manual/Plugins.pod
12058Installing /usr/local/lib64/perl5/Template/Manual/Intro.pod
12059Installing /usr/local/lib64/perl5/Template/Manual/Views.pod
12060Installing /usr/local/lib64/perl5/Template/Stash/Context.pm
12061Installing /usr/local/lib64/perl5/Template/Stash/XS.pm
12062Installing /usr/local/lib64/perl5/Template/Plugin/Table.pm
12063Installing /usr/local/lib64/perl5/Template/Plugin/View.pm
12064Installing /usr/local/lib64/perl5/Template/Plugin/Datafile.pm
12065Installing /usr/local/lib64/perl5/Template/Plugin/Scalar.pm
12066Installing /usr/local/lib64/perl5/Template/Plugin/Procedural.pm
12067Installing /usr/local/lib64/perl5/Template/Plugin/Image.pm
12068Installing /usr/local/lib64/perl5/Template/Plugin/Wrap.pm
12069Installing /usr/local/lib64/perl5/Template/Plugin/File.pm
12070Installing /usr/local/lib64/perl5/Template/Plugin/Pod.pm
12071Installing /usr/local/lib64/perl5/Template/Plugin/Dumper.pm
12072Installing /usr/local/lib64/perl5/Template/Plugin/String.pm
12073Installing /usr/local/lib64/perl5/Template/Plugin/URL.pm
12074Installing /usr/local/lib64/perl5/Template/Plugin/Assert.pm
12075Installing /usr/local/lib64/perl5/Template/Plugin/Filter.pm
12076Installing /usr/local/lib64/perl5/Template/Plugin/Iterator.pm
12077Installing /usr/local/lib64/perl5/Template/Plugin/Math.pm
12078Installing /usr/local/lib64/perl5/Template/Plugin/Directory.pm
12079Installing /usr/local/lib64/perl5/Template/Plugin/HTML.pm
12080Installing /usr/local/lib64/perl5/Template/Plugin/Date.pm
12081Installing /usr/local/lib64/perl5/Template/Plugin/CGI.pm
12082Installing /usr/local/lib64/perl5/Template/Plugin/Format.pm
12083Installing /usr/local/lib64/perl5/Template/Namespace/Constants.pm
12084Installing /usr/local/share/man/man1/ttree.1
12085Installing /usr/local/share/man/man1/tpage.1
12086Installing /usr/local/share/man/man3/Template::Manual::Credits.3pm
12087Installing /usr/local/share/man/man3/Template::Manual::Directives.3pm
12088Installing /usr/local/share/man/man3/Template::Plugin::CGI.3pm
12089Installing /usr/local/share/man/man3/Template::Manual::Intro.3pm
12090Installing /usr/local/share/man/man3/Template::Tools::tpage.3pm
12091Installing /usr/local/share/man/man3/Template::View.3pm
12092Installing /usr/local/share/man/man3/Template::FAQ.3pm
12093Installing /usr/local/share/man/man3/Template::Plugin::Datafile.3pm
12094Installing /usr/local/share/man/man3/Template::Plugin::Dumper.3pm
12095Installing /usr/local/share/man/man3/Template::Plugin::Format.3pm
12096Installing /usr/local/share/man/man3/Template::Toolkit.3pm
12097Installing /usr/local/share/man/man3/Template::Provider.3pm
12098Installing /usr/local/share/man/man3/Template::Plugin::Directory.3pm
12099Installing /usr/local/share/man/man3/Template::Directive.3pm
12100Installing /usr/local/share/man/man3/Template::Service.3pm
12101Installing /usr/local/share/man/man3/Template::Config.3pm
12102Installing /usr/local/share/man/man3/Template::Grammar.3pm
12103Installing /usr/local/share/man/man3/Template::Tutorial::Datafile.3pm
12104Installing /usr/local/share/man/man3/Template::Tools::ttree.3pm
12105Installing /usr/local/share/man/man3/Template::Parser.3pm
12106Installing /usr/local/share/man/man3/Template::Plugin::HTML.3pm
12107Installing /usr/local/share/man/man3/Template::Document.3pm
12108Installing /usr/local/share/man/man3/Template::Plugin::Pod.3pm
12109Installing /usr/local/share/man/man3/Template::Stash::XS.3pm
12110Installing /usr/local/share/man/man3/Template::Plugin::File.3pm
12111Installing /usr/local/share/man/man3/Template::Plugin::Scalar.3pm
12112Installing /usr/local/share/man/man3/Template::Manual::Filters.3pm
12113Installing /usr/local/share/man/man3/Template::Plugin::Table.3pm
12114Installing /usr/local/share/man/man3/Template::Plugin::Filter.3pm
12115Installing /usr/local/share/man/man3/Template::Plugin::String.3pm
12116Installing /usr/local/share/man/man3/Template::Plugin::Image.3pm
12117Installing /usr/local/share/man/man3/Template::Stash::Context.3pm
12118Installing /usr/local/share/man/man3/Template::Context.3pm
12119Installing /usr/local/share/man/man3/Template::Plugin::Math.3pm
12120Installing /usr/local/share/man/man3/Template::Plugin::Iterator.3pm
12121Installing /usr/local/share/man/man3/Template::Manual.3pm
12122Installing /usr/local/share/man/man3/Template::Exception.3pm
12123Installing /usr/local/share/man/man3/Template::Plugin.3pm
12124Installing /usr/local/share/man/man3/Template::Manual::Syntax.3pm
12125Installing /usr/local/share/man/man3/Template::Plugin::Date.3pm
12126Installing /usr/local/share/man/man3/Template::Modules.3pm
12127Installing /usr/local/share/man/man3/Template::Plugins.3pm
12128Installing /usr/local/share/man/man3/Template::Manual::Views.3pm
12129Installing /usr/local/share/man/man3/Template::Manual::VMethods.3pm
12130Installing /usr/local/share/man/man3/Template::Tutorial.3pm
12131Installing /usr/local/share/man/man3/Template::Plugin::Assert.3pm
12132Installing /usr/local/share/man/man3/Template::Manual::Variables.3pm
12133Installing /usr/local/share/man/man3/Template::Test.3pm
12134Installing /usr/local/share/man/man3/Template::Tutorial::Web.3pm
12135Installing /usr/local/share/man/man3/Template::Plugin::Procedural.3pm
12136Installing /usr/local/share/man/man3/Template::Constants.3pm
12137Installing /usr/local/share/man/man3/Template::Tools.3pm
12138Installing /usr/local/share/man/man3/Template::Manual::Internals.3pm
12139Installing /usr/local/share/man/man3/Template::Plugin::URL.3pm
12140Installing /usr/local/share/man/man3/Template::Stash.3pm
12141Installing /usr/local/share/man/man3/Template::Filters.3pm
12142Installing /usr/local/share/man/man3/Template::Manual::Config.3pm
12143Installing /usr/local/share/man/man3/Template::Plugin::View.3pm
12144Installing /usr/local/share/man/man3/Template.3pm
12145Installing /usr/local/share/man/man3/Template::Plugin::Wrap.3pm
12146Installing /usr/local/share/man/man3/Template::VMethods.3pm
12147Installing /usr/local/share/man/man3/Template::Manual::Plugins.3pm
12148Installing /usr/local/share/man/man3/Template::Base.3pm
12149Installing /usr/local/share/man/man3/Template::Iterator.3pm
12150Installing /usr/local/share/man/man3/Template::Namespace::Constants.3pm
12151Installing /usr/local/bin/ttree
12152Installing /usr/local/bin/tpage
12153Appending installation info to /usr/lib64/perl5/perllocal.pod
12154 ABW/Template-Toolkit-2.26.tar.gz
12155 /usr/bin/make install -- OK
12156Failed during this command:
12157 TODDR/XML-Parser-2.44.tar.gz : make NO
12158
12159cpan[2]> Lockfile removed.
12160 ---> 2f4b4ccf1d3a
12161Removing intermediate container a5af6f326504
12162Step 9 : RUN ( echo "notest install CPAN" ) | perl -MCPAN -e shell
12163 ---> Running in 81a073e1c3a8
12164
12165cpan shell -- CPAN exploration and modules installation (v1.9800)
12166Enter 'h' for help.
12167
12168cpan[1]> Reading '/root/.cpan/Metadata'
12169 Database was generated on Tue, 29 Dec 2015 00:17:02 GMT
12170Running install for module 'CPAN'
12171Running make for A/AN/ANDK/CPAN-2.10.tar.gz
12172Fetching with LWP:
12173http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AN/ANDK/CPAN-2.10.tar.gz
12174Fetching with LWP:
12175http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AN/ANDK/CHECKSUMS
12176Checksum for /root/.cpan/sources/authors/id/A/AN/ANDK/CPAN-2.10.tar.gz ok
12177Scanning cache /root/.cpan/build for sizes
12178......................................................----------------------DONE
12179DEL(1/45): /root/.cpan/build/ExtUtils-MakeMaker-7.10-9OPcim
12180DEL(2/45): /root/.cpan/build/local-lib-2.000018-EbGep_
12181DEL(3/45): /root/.cpan/build/Canary-Stability-2006-Asr57m
12182DEL(4/45): /root/.cpan/build/AnyEvent-7.11-p96g5f
12183DEL(5/45): /root/.cpan/build/Test-Simple-1.001014-0MYgPX
12184DEL(6/45): /root/.cpan/build/AnyEvent-HTTPD-0.93-hW9PHs
12185DEL(7/45): /root/.cpan/build/Object-Event-1.23-2JBbYN
12186DEL(8/45): /root/.cpan/build/Parse-CPAN-Meta-1.4417-I3tOar
12187DEL(9/45): /root/.cpan/build/CPAN-Meta-YAML-0.018-_7CR6P
12188DEL(10/45): /root/.cpan/build/CPAN-Meta-2.150005-rfs7KG
12189DEL(11/45): /root/.cpan/build/Module-Build-0.4214-PIaZYa
12190DEL(12/45): /root/.cpan/build/Test-Requires-0.10-8qblKl
12191DEL(13/45): /root/.cpan/build/Capture-Tiny-0.30-wgrDQ_
12192DEL(14/45): /root/.cpan/build/Cwd-Guard-0.04-PqwRct
12193DEL(15/45): /root/.cpan/build/Devel-CheckCompiler-0.06-fCFJG3
12194DEL(16/45): /root/.cpan/build/Module-Build-XSUtil-0.16-B_ewFg
12195DEL(17/45): /root/.cpan/build/File-Copy-Recursive-0.38-Fnqj_T
12196DEL(18/45): /root/.cpan/build/ExtUtils-ParseXS-3.30-nRQCwY
12197DEL(19/45): /root/.cpan/build/Devel-PPPort-3.32-fcJbRl
12198DEL(20/45): /root/.cpan/build/Test-LeakTrace-0.15-T2mbWO
12199DEL(21/45): /root/.cpan/build/Test-Fatal-0.014-9Lfjyx
12200DEL(22/45): /root/.cpan/build/Sub-Exporter-0.987-ld0uMT
12201DEL(23/45): /root/.cpan/build/Test-Output-1.03-FKH67S
12202DEL(24/45): /root/.cpan/build/Sub-Uplevel-0.25-xARM5g
12203DEL(25/45): /root/.cpan/build/Mouse-v2.4.5-atjYy_
12204DEL(26/45): /root/.cpan/build/Test-Exception-0.41-j3TGbi
12205DEL(27/45): /root/.cpan/build/AnyEvent-IMAP-0.04-0O7yxD
12206DEL(28/45): /root/.cpan/build/Carp-1.38-QPjc7D
12207DEL(29/45): /root/.cpan/build/File-Slurp-9999.19-LXjmTU
12208DEL(30/45): /root/.cpan/build/Algorithm-Diff-1.1903-3iG_Yb
12209DEL(31/45): /root/.cpan/build/Text-Diff-1.43-SGYVwV
12210DEL(32/45): /root/.cpan/build/Test-Differences-0.64-UkdGLK
12211DEL(33/45): /root/.cpan/build/Test-Name-FromLine-0.13-qTdISB
12212DEL(34/45): /root/.cpan/build/Cookie-Baker-0.06-bM715S
12213DEL(35/45): /root/.cpan/build/Test-Time-0.04-uqpEjo
12214DEL(36/45): /root/.cpan/build/DBI-1.634-MUMAzY
12215DEL(37/45): /root/.cpan/build/Data-Dumper-2.154-nPBItS
12216DEL(38/45): /root/.cpan/build/asa-1.03-9Ycs4q
12217DEL(39/45): /root/.cpan/build/Data-UUID-LibUUID-0.05-cyJdvS
12218DEL(40/45): /root/.cpan/build/Module-Metadata-1.000027-mIAtyV
12219DEL(41/45): /root/.cpan/build/Test-Deep-1.120-wEH64f
12220DEL(42/45): /root/.cpan/build/Env-1.04-fSNfTx
12221DEL(43/45): /root/.cpan/build/CPAN-Meta-Check-0.012-EoHl0c
12222DEL(44/45): /root/.cpan/build/Test-Warnings-0.024-oyPADZ
12223DEL(45/45): /root/.cpan/build/Scalar-List-Utils-1.42-_tp9Vw
12224
12225 CPAN.pm: Building A/AN/ANDK/CPAN-2.10.tar.gz
12226
12227
12228Importing PAUSE public key into your GnuPG keychain... gpg: new configuration file `/root/.gnupg/gpg.conf' created
12229gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
12230done!
12231(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')
12232Checking if your kit is complete...
12233Looks good
12234Writing Makefile for CPAN
12235Writing MYMETA.yml and MYMETA.json
12236cp lib/CPAN.pm blib/lib/CPAN.pm
12237cp lib/CPAN/CacheMgr.pm blib/lib/CPAN/CacheMgr.pm
12238cp lib/CPAN/FTP/netrc.pm blib/lib/CPAN/FTP/netrc.pm
12239cp lib/CPAN/LWP/UserAgent.pm blib/lib/CPAN/LWP/UserAgent.pm
12240cp lib/CPAN/FTP.pm blib/lib/CPAN/FTP.pm
12241cp lib/CPAN/Queue.pm blib/lib/CPAN/Queue.pm
12242cp lib/CPAN/Distroprefs.pm blib/lib/CPAN/Distroprefs.pm
12243cp lib/CPAN/Kwalify/distroprefs.yml blib/lib/CPAN/Kwalify/distroprefs.yml
12244cp lib/App/Cpan.pm blib/lib/App/Cpan.pm
12245cp lib/CPAN/Kwalify.pm blib/lib/CPAN/Kwalify.pm
12246cp lib/CPAN/Module.pm blib/lib/CPAN/Module.pm
12247cp lib/CPAN/Author.pm blib/lib/CPAN/Author.pm
12248cp lib/CPAN/Debug.pm blib/lib/CPAN/Debug.pm
12249cp lib/CPAN/HTTP/Credentials.pm blib/lib/CPAN/HTTP/Credentials.pm
12250cp lib/CPAN/API/HOWTO.pod blib/lib/CPAN/API/HOWTO.pod
12251cp lib/CPAN/Complete.pm blib/lib/CPAN/Complete.pm
12252cp lib/CPAN/HTTP/Client.pm blib/lib/CPAN/HTTP/Client.pm
12253cp lib/CPAN/FirstTime.pm blib/lib/CPAN/FirstTime.pm
12254cp lib/CPAN/Exception/blocked_urllist.pm blib/lib/CPAN/Exception/blocked_urllist.pm
12255cp lib/CPAN/Distrostatus.pm blib/lib/CPAN/Distrostatus.pm
12256cp lib/CPAN/Tarzip.pm blib/lib/CPAN/Tarzip.pm
12257cp lib/CPAN/Admin.pm blib/lib/CPAN/Admin.pm
12258cp lib/CPAN/Prompt.pm blib/lib/CPAN/Prompt.pm
12259cp lib/CPAN/URL.pm blib/lib/CPAN/URL.pm
12260cp lib/CPAN/Version.pm blib/lib/CPAN/Version.pm
12261cp lib/CPAN/DeferredCode.pm blib/lib/CPAN/DeferredCode.pm
12262cp lib/CPAN/Distribution.pm blib/lib/CPAN/Distribution.pm
12263cp lib/CPAN/Nox.pm blib/lib/CPAN/Nox.pm
12264cp lib/CPAN/Exception/RecursiveDependency.pm blib/lib/CPAN/Exception/RecursiveDependency.pm
12265cp lib/CPAN/Bundle.pm blib/lib/CPAN/Bundle.pm
12266cp lib/CPAN/Plugin/Specfile.pm blib/lib/CPAN/Plugin/Specfile.pm
12267cp lib/CPAN/Shell.pm blib/lib/CPAN/Shell.pm
12268cp lib/CPAN/InfoObj.pm blib/lib/CPAN/InfoObj.pm
12269cp lib/CPAN/HandleConfig.pm blib/lib/CPAN/HandleConfig.pm
12270cp lib/CPAN/Exception/yaml_process_error.pm blib/lib/CPAN/Exception/yaml_process_error.pm
12271cp lib/CPAN/Plugin.pm blib/lib/CPAN/Plugin.pm
12272cp lib/CPAN/Exception/yaml_not_installed.pm blib/lib/CPAN/Exception/yaml_not_installed.pm
12273cp lib/CPAN/Index.pm blib/lib/CPAN/Index.pm
12274cp lib/CPAN/Kwalify/distroprefs.dd blib/lib/CPAN/Kwalify/distroprefs.dd
12275cp lib/CPAN/Mirrors.pm blib/lib/CPAN/Mirrors.pm
12276cp scripts/cpan-mirrors blib/script/cpan-mirrors
12277/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan-mirrors
12278cp scripts/cpan blib/script/cpan
12279/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan
12280Manifying blib/man1/cpan-mirrors.1
12281Manifying blib/man1/cpan.1
12282Manifying blib/man3/CPAN.3pm
12283Manifying blib/man3/CPAN::Tarzip.3pm
12284Manifying blib/man3/CPAN::Admin.3pm
12285Manifying blib/man3/CPAN::Queue.3pm
12286Manifying blib/man3/CPAN::Distroprefs.3pm
12287Manifying blib/man3/CPAN::Version.3pm
12288Manifying blib/man3/App::Cpan.3pm
12289Manifying blib/man3/CPAN::Kwalify.3pm
12290Manifying blib/man3/CPAN::Nox.3pm
12291Manifying blib/man3/CPAN::Plugin::Specfile.3pm
12292Manifying blib/man3/CPAN::Debug.3pm
12293Manifying blib/man3/CPAN::HandleConfig.3pm
12294Manifying blib/man3/CPAN::Plugin.3pm
12295Manifying blib/man3/CPAN::API::HOWTO.3pm
12296Manifying blib/man3/CPAN::Mirrors.3pm
12297Manifying blib/man3/CPAN::FirstTime.3pm
12298 ANDK/CPAN-2.10.tar.gz
12299 /usr/bin/make -- OK
12300'YAML' not installed, will not store persistent state
12301Skipping test because of notest pragma
12302Running make install
12303Installing /usr/share/perl5/CPAN.pm
12304Installing /usr/share/perl5/CPAN/Shell.pm
12305Installing /usr/share/perl5/CPAN/Index.pm
12306Installing /usr/share/perl5/CPAN/Bundle.pm
12307Installing /usr/share/perl5/CPAN/Complete.pm
12308Installing /usr/share/perl5/CPAN/HandleConfig.pm
12309Installing /usr/share/perl5/CPAN/Distroprefs.pm
12310Installing /usr/share/perl5/CPAN/Mirrors.pm
12311Installing /usr/share/perl5/CPAN/Distribution.pm
12312Installing /usr/share/perl5/CPAN/CacheMgr.pm
12313Installing /usr/share/perl5/CPAN/Plugin.pm
12314Installing /usr/share/perl5/CPAN/Nox.pm
12315Installing /usr/share/perl5/CPAN/Tarzip.pm
12316Installing /usr/share/perl5/CPAN/Queue.pm
12317Installing /usr/share/perl5/CPAN/Module.pm
12318Installing /usr/share/perl5/CPAN/Version.pm
12319Installing /usr/share/perl5/CPAN/Admin.pm
12320Installing /usr/share/perl5/CPAN/FirstTime.pm
12321Installing /usr/share/perl5/CPAN/FTP.pm
12322Installing /usr/share/perl5/CPAN/Author.pm
12323Installing /usr/share/perl5/CPAN/LWP/UserAgent.pm
12324Installing /usr/share/perl5/CPAN/HTTP/Client.pm
12325Installing /usr/share/perl5/CPAN/HTTP/Credentials.pm
12326Installing /usr/share/perl5/CPAN/Plugin/Specfile.pm
12327Installing /usr/share/perl5/App/Cpan.pm
12328Installing /usr/share/man/man1/cpan-mirrors.1
12329Installing /usr/share/man/man1/cpan.1
12330Installing /usr/share/man/man3/CPAN::Plugin::Specfile.3pm
12331Installing /usr/share/man/man3/CPAN::Mirrors.3pm
12332Installing /usr/share/man/man3/CPAN::Admin.3pm
12333Installing /usr/share/man/man3/CPAN::Tarzip.3pm
12334Installing /usr/share/man/man3/CPAN::API::HOWTO.3pm
12335Installing /usr/share/man/man3/App::Cpan.3pm
12336Installing /usr/share/man/man3/CPAN::Version.3pm
12337Installing /usr/share/man/man3/CPAN.3pm
12338Installing /usr/share/man/man3/CPAN::Kwalify.3pm
12339Installing /usr/share/man/man3/CPAN::Debug.3pm
12340Installing /usr/share/man/man3/CPAN::Queue.3pm
12341Installing /usr/share/man/man3/CPAN::Nox.3pm
12342Installing /usr/share/man/man3/CPAN::FirstTime.3pm
12343Installing /usr/share/man/man3/CPAN::Plugin.3pm
12344Installing /usr/share/man/man3/CPAN::Distroprefs.3pm
12345Installing /usr/share/man/man3/CPAN::HandleConfig.3pm
12346Installing /usr/bin/cpan-mirrors
12347Installing /usr/bin/cpan
12348Appending installation info to /usr/lib64/perl5/perllocal.pod
12349 ANDK/CPAN-2.10.tar.gz
12350 /usr/bin/make install -- OK
12351
12352cpan[2]> Lockfile removed.
12353 ---> 0103078e1632
12354Removing intermediate container 81a073e1c3a8
12355Step 10 : RUN ( echo "notest install List::Pairwise" ) | perl -MCPAN -e shell
12356 ---> Running in 6f5dd74e3483
12357
12358cpan shell -- CPAN exploration and modules installation (v2.10)
12359Enter 'h' for help.
12360
12361cpan[1]> Reading '/root/.cpan/Metadata'
12362 Database was generated on Tue, 29 Dec 2015 00:17:02 GMT
12363List::Pairwise is up to date (1.03).
12364
12365cpan[2]> Lockfile removed.
12366 ---> 4f20714fec11
12367Removing intermediate container 6f5dd74e3483
12368Step 11 : WORKDIR /srv/
12369 ---> Running in 662dd0433939
12370 ---> 74a0dbe2f314
12371Removing intermediate container 662dd0433939
12372Step 12 : RUN git clone https://github.com/CindyLinz/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
12373 ---> Running in c0240e0a29a0
12374Cloning into 'Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git'...
12375 ---> 08f7672db5e4
12376Removing intermediate container c0240e0a29a0
12377Step 13 : WORKDIR /srv/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
12378 ---> Running in 41c0517551c6
12379 ---> c528835a625f
12380Removing intermediate container 41c0517551c6
12381Step 14 : RUN perl Makefile.PL && make && make install
12382 ---> Running in fb0a51ff9152
12383Checking if your kit is complete...
12384Looks good
12385WARNING: Setting ABSTRACT via file 'lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm' failed
12386 at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 631.
12387Writing Makefile for AnyEvent::HTTPD::SendMultiHeaderPatch
12388Writing MYMETA.yml and MYMETA.json
12389cp lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm blib/lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm
12390Manifying blib/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
12391Installing /usr/local/share/perl5/AnyEvent/HTTPD/SendMultiHeaderPatch.pm
12392Installing /usr/local/share/man/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
12393Appending installation info to /usr/lib64/perl5/perllocal.pod
12394 ---> 7a353038cc2b
12395Removing intermediate container fb0a51ff9152
12396Step 15 : WORKDIR /srv/
12397 ---> Running in 1c427f84ac41
12398 ---> 11baa57c9fb2
12399Removing intermediate container 1c427f84ac41
12400Step 16 : RUN git clone https://github.com/fastmail/Net-CardDAVTalk.git Net-CardDAVTalk.git
12401 ---> Running in d16cc1465b03
12402Cloning into 'Net-CardDAVTalk.git'...
12403 ---> 9edddace8f7e
12404Removing intermediate container d16cc1465b03
12405Step 17 : WORKDIR /srv/Net-CardDAVTalk.git
12406 ---> Running in f54b27ac8fc2
12407 ---> 794b5b117013
12408Removing intermediate container f54b27ac8fc2
12409Step 18 : RUN perl Makefile.PL && make && make install
12410 ---> Running in 7ff3f8a6be91
12411Checking if your kit is complete...
12412Looks good
12413Writing Makefile for Net::CardDAVTalk
12414Writing MYMETA.yml and MYMETA.json
12415cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
12416cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
12417Manifying blib/man3/Net::CardDAVTalk.3pm
12418Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
12419Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
12420Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
12421Appending installation info to /usr/lib64/perl5/perllocal.pod
12422 ---> 89cc994c59a7
12423Removing intermediate container 7ff3f8a6be91
12424Step 19 : WORKDIR /srv/jmap-perl.git
12425 ---> Running in 784dd96a89a8
12426 ---> d30884110998
12427Removing intermediate container 784dd96a89a8
12428Step 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 || :
12429 ---> Running in 9647d8f4543b
12430
12431cpan shell -- CPAN exploration and modules installation (v2.10)
12432Enter 'h' for help.
12433
12434cpan[1]> Reading '/root/.cpan/Metadata'
12435 Database was generated on Tue, 29 Dec 2015 00:17:02 GMT
12436Warning: Cannot install AnyEvent::Gmail, don't know what it is.
12437Try the command
12438
12439 i /AnyEvent::Gmail/
12440
12441to find objects with matching identifiers.
12442Warning: Cannot install Email::Sender::Transport::GmailSMTP, don't know what it is.
12443Try the command
12444
12445 i /Email::Sender::Transport::GmailSMTP/
12446
12447to find objects with matching identifiers.
12448Warning: Cannot install JMAP::API, don't know what it is.
12449Try the command
12450
12451 i /JMAP::API/
12452
12453to find objects with matching identifiers.
12454Warning: Cannot install JMAP::DB, don't know what it is.
12455Try the command
12456
12457 i /JMAP::DB/
12458
12459to find objects with matching identifiers.
12460Warning: Cannot install JMAP::GmailDB, don't know what it is.
12461Try the command
12462
12463 i /JMAP::GmailDB/
12464
12465to find objects with matching identifiers.
12466Warning: Cannot install JMAP::ImapDB, don't know what it is.
12467Try the command
12468
12469 i /JMAP::ImapDB/
12470
12471to find objects with matching identifiers.
12472Warning: Cannot install JMAP::Sync::Gmail, don't know what it is.
12473Try the command
12474
12475 i /JMAP::Sync::Gmail/
12476
12477to find objects with matching identifiers.
12478Warning: Cannot install JMAP::Sync::Standard, don't know what it is.
12479Try the command
12480
12481 i /JMAP::Sync::Standard/
12482
12483to find objects with matching identifiers.
12484Warning: Cannot install Mail::GmailTalk, don't know what it is.
12485Try the command
12486
12487 i /Mail::GmailTalk/
12488
12489to find objects with matching identifiers.
12490Warning: Cannot install OAuth2::Tiny, don't know what it is.
12491Try the command
12492
12493 i /OAuth2::Tiny/
12494
12495to find objects with matching identifiers.
12496AnyEvent is up to date (7.11).
12497AnyEvent::HTTP is up to date (2.22).
12498AnyEvent::HTTPD is up to date (0.93).
12499AnyEvent::Handle is up to date (undef).
12500AnyEvent::IMAP is up to date (0.04).
12501AnyEvent::Socket is up to date (undef).
12502AnyEvent::Util is up to date (undef).
12503Carp is up to date (1.38).
12504Cookie::Baker is up to date (0.06).
12505DBI is up to date (1.634).
12506Running install for module 'Data::Dumper'
12507Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz ok
12508Scanning cache /root/.cpan/build for sizes
12509............................................................................DONE
12510'YAML' not installed, will not store persistent state
12511Configuring S/SM/SMUELLER/Data-Dumper-2.154.tar.gz with Makefile.PL
12512Checking if your kit is complete...
12513Looks good
12514Writing Makefile for Data::Dumper
12515Writing MYMETA.yml and MYMETA.json
12516 SMUELLER/Data-Dumper-2.154.tar.gz
12517 /usr/bin/perl Makefile.PL -- OK
12518Running make for S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
12519cp Dumper.pm blib/lib/Data/Dumper.pm
12520/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
12521gcc -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
12522Running Mkbootstrap for Data::Dumper ()
12523chmod 644 Dumper.bs
12524rm -f blib/arch/auto/Data/Dumper/Dumper.so
12525gcc -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 \
12526 \
12527
12528chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
12529cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
12530chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
12531 SMUELLER/Data-Dumper-2.154.tar.gz
12532 /usr/bin/make -- OK
12533 SMUELLER/Data-Dumper-2.154.tar.gz
12534 Skipping test because of notest pragma
12535Running make install
12536Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
12537Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.so
12538Appending installation info to /usr/lib64/perl5/perllocal.pod
12539 SMUELLER/Data-Dumper-2.154.tar.gz
12540 /usr/bin/make install -- OK
12541Data::UUID::LibUUID is up to date (0.05).
12542Date::Format is up to date (2.24).
12543Date::Parse is up to date (2.30).
12544DateTime is up to date (1.21).
12545Digest::SHA is up to date (5.95).
12546EV is up to date (4.22).
12547Email::Address is up to date (1.908).
12548Email::MIME is up to date (1.936).
12549Email::Sender::Simple is up to date (1.300021).
12550Email::Sender::Transport::SMTPS is up to date (0.03).
12551Email::Simple is up to date (2.208).
12552Encode is up to date (2.78).
12553Encode::MIME::Header is up to date (2.17).
12554HTML::GenerateUtil is up to date (1.20).
12555HTML::Strip is up to date (2.09).
12556HTTP::Tiny is up to date (0.056).
12557IO::All is up to date (0.86).
12558IO::LockedFile is up to date (0.23).
12559IO::Socket::SSL is up to date (2.022).
12560Image::Size is up to date (3.300).
12561JSON::XS is up to date (3.01).
12562MIME::Base64 is up to date (3.15).
12563Mail::IMAPTalk is up to date (4.01).
12564Moose is up to date (2.1604).
12565Mouse is up to date (v2.4.5).
12566Net::CalDAVTalk is up to date (0.03).
12567Running install for module 'Net::CardDAVTalk'
12568Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz ok
12569Configuring B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz with Makefile.PL
12570Checking if your kit is complete...
12571Looks good
12572Writing Makefile for Net::CardDAVTalk
12573Writing MYMETA.yml and MYMETA.json
12574 BRONG/Net-CardDAVTalk-0.02.tar.gz
12575 /usr/bin/perl Makefile.PL -- OK
12576Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12577cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
12578cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
12579Manifying blib/man3/Net::CardDAVTalk.3pm
12580Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
12581 BRONG/Net-CardDAVTalk-0.02.tar.gz
12582 /usr/bin/make -- OK
12583 BRONG/Net-CardDAVTalk-0.02.tar.gz
12584 Skipping test because of notest pragma
12585Running make install
12586Manifying blib/man3/Net::CardDAVTalk.3pm
12587Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
12588Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
12589Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
12590Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
12591Appending installation info to /usr/lib64/perl5/perllocal.pod
12592 BRONG/Net-CardDAVTalk-0.02.tar.gz
12593 /usr/bin/make install -- OK
12594Net::CardDAVTalk::VCard is up to date (undef).
12595Net::Cmd is up to date (3.07).
12596Net::DNS is up to date (1.04).
12597Net::DNS::Resolver is up to date (1430).
12598Net::Server::Fork is up to date (undef).
12599Template is up to date (2.26).
12600
12601cpan[2]> Lockfile removed.
12602 ---> 83d5c8384d4a
12603Removing intermediate container 9647d8f4543b
12604Step 21 : ADD nginx.conf /etc/nginx/nginx.conf
12605 ---> 7fa89f567278
12606Removing intermediate container 964bdc4bc289
12607Step 22 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
12608== ./03-ldap-master ==
12609Sending build context to Docker daemon 5.12 kB
12610Sending build context to Docker daemon 5.12 kB
12611
12612Step 0 : FROM kolab/base-ldap:latest
12613 ---> 58381b00758c
12614Step 1 : ADD /entrypoint.sh /entrypoint.sh
12615 ---> Using cache
12616 ---> cf1d264a44e6
12617Step 2 : RUN chmod a+x /entrypoint.sh
12618 ---> Using cache
12619 ---> cad229b39ba8
12620Step 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
12621 ---> Using cache
12622 ---> 9e297f210804
12623Successfully built 9e297f210804
12624== ./03-ldap-slave ==
12625Sending build context to Docker daemon 3.072 kB
12626Sending build context to Docker daemon 3.072 kB
12627
12628Step 0 : FROM kolab/base-ldap:latest
12629 ---> 58381b00758c
12630Step 1 : ADD /entrypoint.sh /entrypoint.sh
12631 ---> Using cache
12632 ---> 85b6b4853ca6
12633Step 2 : RUN chmod a+x /entrypoint.sh
12634 ---> Using cache
12635 ---> 1bb2692c6cea
12636Successfully built 1bb2692c6cea
12637== ./03-manticore ==
12638Sending build context to Docker daemon 4.608 kB
12639Sending build context to Docker daemon 4.608 kB
12640
12641Step 0 : FROM kolab/base-nodejs:latest
12642 ---> 4a4e33caf669
12643Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
12644 ---> Using cache
12645 ---> ce02baafbe64
12646Step 2 : RUN npm --verbose install -g grunt-cli phantomjs && rm -rf /root/.npm/
12647 ---> Running in 6de832d237e7
12648npm info it worked if it ends with ok
12649npm verb cli [ 'node',
12650npm verb cli '/usr/bin/npm',
12651npm verb cli '--verbose',
12652npm verb cli 'install',
12653npm verb cli '-g',
12654npm verb cli 'grunt-cli',
12655npm verb cli 'phantomjs' ]
12656npm info using npm@3.5.2
12657npm info using node@v0.12.8
12658npm verb request uri http://registry.npmjs.org/grunt-cli
12659npm verb request no auth needed
12660npm info attempt registry request try #1 at 19:23:26
12661npm verb request id 2c6c6e874182a2dd
12662npm http request GET http://registry.npmjs.org/grunt-cli
12663npm verb request uri http://registry.npmjs.org/phantomjs
12664npm verb request no auth needed
12665npm info attempt registry request try #1 at 19:23:26
12666npm http request GET http://registry.npmjs.org/phantomjs
12667npm http 200 http://registry.npmjs.org/grunt-cli
12668npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12669npm verb headers etag: '"9FVAZTYZ7K5ZX5I7RQBQL2F6M"',
12670npm verb headers 'content-type': 'application/json',
12671npm verb headers 'cache-control': 'max-age=300',
12672npm verb headers 'content-length': '22027',
12673npm verb headers 'accept-ranges': 'bytes',
12674npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
12675npm verb headers age: '254',
12676npm verb headers 'x-served-by': 'cache-fra1225-FRA',
12677npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12678npm verb headers 'x-cache-hits': '3',
12679npm verb headers 'x-timer': 'S1451417006.358168,VS0,VE0',
12680npm verb headers vary: 'Accept',
12681npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
12682npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12683npm verb headers connection: 'keep-alive' }
12684npm verb get saving grunt-cli to /root/.npm/registry.npmjs.org/grunt-cli/.cache.json
12685npm verb makeDirectory /root/.npm creation not in flight; initializing
12686npm http 200 http://registry.npmjs.org/phantomjs
12687npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12688npm verb headers etag: '"EX518HY6F1GZWKXV9H8HDGX4Q"',
12689npm verb headers 'content-type': 'application/json',
12690npm verb headers 'cache-control': 'max-age=300',
12691npm verb headers 'content-length': '102292',
12692npm verb headers 'accept-ranges': 'bytes',
12693npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
12694npm verb headers age: '201',
12695npm verb headers 'x-served-by': 'cache-fra1228-FRA',
12696npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12697npm verb headers 'x-cache-hits': '2',
12698npm verb headers 'x-timer': 'S1451417006.350858,VS0,VE0',
12699npm verb headers vary: 'Accept',
12700npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
12701npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12702npm verb headers connection: 'keep-alive' }
12703npm verb get saving phantomjs to /root/.npm/registry.npmjs.org/phantomjs/.cache.json
12704npm verb cache add spec grunt-cli
12705npm verb cache add spec phantomjs
12706npm verb addNamed "latest" is being treated as a dist-tag for grunt-cli
12707npm info addNameTag [ 'grunt-cli', 'latest' ]
12708npm verb addNameTag registry:http://registry.npmjs.org/grunt-cli not in flight; fetching
12709npm verb addNamed "latest" is being treated as a dist-tag for phantomjs
12710npm info addNameTag [ 'phantomjs', 'latest' ]
12711npm verb addNameTag registry:http://registry.npmjs.org/phantomjs not in flight; fetching
12712npm verb get http://registry.npmjs.org/grunt-cli not expired, no request
12713npm verb addNamed "0.1.13" is a plain semver version for grunt-cli
12714npm verb get http://registry.npmjs.org/phantomjs not expired, no request
12715npm verb addNamed "1.9.19" is a plain semver version for phantomjs
12716npm verb addRemoteTarball http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz not in flight; adding
12717npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
12718npm verb addRemoteTarball 'e9ebc4047631f5012d922770c39378133cad10f4' ]
12719npm verb addRemoteTarball http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz not in flight; adding
12720npm verb addRemoteTarball [ 'http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz',
12721npm verb addRemoteTarball 'a7f2cef5eba7343e1a729ce9922a95a6d0a11c07' ]
12722npm info retry fetch attempt 1 at 19:23:26
12723npm info attempt registry request try #1 at 19:23:26
12724npm http fetch GET http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
12725npm info retry fetch attempt 1 at 19:23:26
12726npm info attempt registry request try #1 at 19:23:26
12727npm http fetch GET http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz
12728npm http fetch 200 http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
12729npm http fetch 200 http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz
12730npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz not in flight; adding
12731npm verb addTmpTarball already have metadata; skipping unpack for grunt-cli@0.1.13
12732npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz not in flight; adding
12733npm verb addTmpTarball already have metadata; skipping unpack for phantomjs@1.9.19
12734npm verb afterAdd /root/.npm/grunt-cli/0.1.13/package/package.json not in flight; writing
12735npm verb afterAdd /root/.npm/phantomjs/1.9.19/package/package.json not in flight; writing
12736npm verb afterAdd /root/.npm/grunt-cli/0.1.13/package/package.json written
12737npm verb afterAdd /root/.npm/phantomjs/1.9.19/package/package.json written
12738npm verb request uri http://registry.npmjs.org/nopt
12739npm verb request no auth needed
12740npm info attempt registry request try #1 at 19:23:26
12741npm http request GET http://registry.npmjs.org/nopt
12742npm verb request uri http://registry.npmjs.org/findup-sync
12743npm verb request no auth needed
12744npm info attempt registry request try #1 at 19:23:26
12745npm http request GET http://registry.npmjs.org/findup-sync
12746npm verb request uri http://registry.npmjs.org/resolve
12747npm verb request no auth needed
12748npm info attempt registry request try #1 at 19:23:26
12749npm http request GET http://registry.npmjs.org/resolve
12750npm http 200 http://registry.npmjs.org/nopt
12751npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12752npm verb headers etag: '"9DHRVEOSD6J2N1Y0QWU855CCH"',
12753npm verb headers 'content-type': 'application/json',
12754npm verb headers 'cache-control': 'max-age=300',
12755npm verb headers 'content-length': '31189',
12756npm verb headers 'accept-ranges': 'bytes',
12757npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
12758npm verb headers age: '33',
12759npm verb headers 'x-served-by': 'cache-fra1228-FRA',
12760npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12761npm verb headers 'x-cache-hits': '1',
12762npm verb headers 'x-timer': 'S1451417006.624922,VS0,VE0',
12763npm verb headers vary: 'Accept',
12764npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
12765npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12766npm verb headers connection: 'keep-alive' }
12767npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
12768npm http 200 http://registry.npmjs.org/findup-sync
12769npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12770npm verb headers etag: '"B6BINNMDZYTJNG3G1M3XL3JKV"',
12771npm verb headers 'content-type': 'application/json',
12772npm verb headers 'cache-control': 'max-age=60',
12773npm verb headers 'content-length': '11289',
12774npm verb headers 'accept-ranges': 'bytes',
12775npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
12776npm verb headers age: '20',
12777npm verb headers 'x-served-by': 'cache-fra1225-FRA',
12778npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12779npm verb headers 'x-cache-hits': '1',
12780npm verb headers 'x-timer': 'S1451417006.626069,VS0,VE0',
12781npm verb headers vary: 'Accept',
12782npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
12783npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12784npm verb headers connection: 'keep-alive' }
12785npm verb get saving findup-sync to /root/.npm/registry.npmjs.org/findup-sync/.cache.json
12786npm verb cache add spec nopt@~1.0.10
12787npm verb addNamed ">=1.0.10 <1.1.0" is a valid semver range for nopt
12788npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
12789npm verb cache add spec findup-sync@~0.1.0
12790npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for findup-sync
12791npm verb addNameRange registry:http://registry.npmjs.org/findup-sync not in flight; fetching
12792npm verb get http://registry.npmjs.org/nopt not expired, no request
12793npm verb addNamed "1.0.10" is a plain semver version for nopt
12794npm verb get http://registry.npmjs.org/findup-sync not expired, no request
12795npm verb addNamed "0.1.3" is a plain semver version for findup-sync
12796npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz not in flight; adding
12797npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
12798npm verb addRemoteTarball '6ddd21bd2a31417b92727dd585f8a6f37608ebee' ]
12799npm verb addRemoteTarball http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
12800npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
12801npm verb addRemoteTarball '7f3e7a97b82392c653bf06589bd85190e93c3683' ]
12802npm http 200 http://registry.npmjs.org/resolve
12803npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12804npm verb headers etag: '"BWVXMZUAQCU14H6XAB7M6UTXF"',
12805npm verb headers 'content-type': 'application/json',
12806npm verb headers 'cache-control': 'max-age=300',
12807npm verb headers 'content-length': '43196',
12808npm verb headers 'accept-ranges': 'bytes',
12809npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
12810npm verb headers age: '103',
12811npm verb headers 'x-served-by': 'cache-fra1239-FRA',
12812npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12813npm verb headers 'x-cache-hits': '1',
12814npm verb headers 'x-timer': 'S1451417006.649674,VS0,VE0',
12815npm verb headers vary: 'Accept',
12816npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
12817npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12818npm verb headers connection: 'keep-alive' }
12819npm verb get saving resolve to /root/.npm/registry.npmjs.org/resolve/.cache.json
12820npm info retry fetch attempt 1 at 19:23:26
12821npm info attempt registry request try #1 at 19:23:26
12822npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
12823npm info retry fetch attempt 1 at 19:23:26
12824npm info attempt registry request try #1 at 19:23:26
12825npm http fetch GET http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
12826npm verb cache add spec resolve@~0.3.1
12827npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for resolve
12828npm verb addNameRange registry:http://registry.npmjs.org/resolve not in flight; fetching
12829npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
12830npm http fetch 200 http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
12831npm verb get http://registry.npmjs.org/resolve not expired, no request
12832npm verb addNamed "0.3.1" is a plain semver version for resolve
12833npm verb addRemoteTarball http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz not in flight; adding
12834npm verb addRemoteTarball [ 'http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz',
12835npm verb addRemoteTarball '34c63447c664c70598d1c9b126fc43b2a24310a4' ]
12836npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
12837npm verb addTmpTarball already have metadata; skipping unpack for findup-sync@0.1.3
12838npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/nopt/-/nopt-1.0.10.tgz not in flight; adding
12839npm verb addTmpTarball already have metadata; skipping unpack for nopt@1.0.10
12840npm info retry fetch attempt 1 at 19:23:26
12841npm info attempt registry request try #1 at 19:23:26
12842npm http fetch GET http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz
12843npm http fetch 200 http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz
12844npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json not in flight; writing
12845npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json not in flight; writing
12846npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/resolve/-/resolve-0.3.1.tgz not in flight; adding
12847npm verb addTmpTarball already have metadata; skipping unpack for resolve@0.3.1
12848npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json written
12849npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json written
12850npm verb afterAdd /root/.npm/resolve/0.3.1/package/package.json not in flight; writing
12851npm verb afterAdd /root/.npm/resolve/0.3.1/package/package.json written
12852npm verb request uri http://registry.npmjs.org/glob
12853npm verb request no auth needed
12854npm info attempt registry request try #1 at 19:23:26
12855npm http request GET http://registry.npmjs.org/glob
12856npm verb request uri http://registry.npmjs.org/lodash
12857npm verb request no auth needed
12858npm info attempt registry request try #1 at 19:23:26
12859npm http request GET http://registry.npmjs.org/lodash
12860npm http 200 http://registry.npmjs.org/glob
12861npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12862npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
12863npm verb headers 'content-type': 'application/json',
12864npm verb headers 'cache-control': 'max-age=300',
12865npm verb headers 'content-length': '112817',
12866npm verb headers 'accept-ranges': 'bytes',
12867npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
12868npm verb headers age: '186',
12869npm verb headers 'x-served-by': 'cache-fra1228-FRA',
12870npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12871npm verb headers 'x-cache-hits': '10',
12872npm verb headers 'x-timer': 'S1451417006.807509,VS0,VE0',
12873npm verb headers vary: 'Accept',
12874npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
12875npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12876npm verb headers connection: 'keep-alive' }
12877npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
12878npm verb cache add spec glob@~3.2.9
12879npm verb addNamed ">=3.2.9 <3.3.0" is a valid semver range for glob
12880npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
12881npm verb get http://registry.npmjs.org/glob not expired, no request
12882npm verb addNamed "3.2.11" is a plain semver version for glob
12883npm http 200 http://registry.npmjs.org/lodash
12884npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12885npm verb headers etag: '"CGTYPVJRPPNJ9QH7BTBZ8IZ1I"',
12886npm verb headers 'content-type': 'application/json',
12887npm verb headers 'cache-control': 'max-age=300',
12888npm verb headers 'content-length': '113672',
12889npm verb headers 'accept-ranges': 'bytes',
12890npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
12891npm verb headers age: '299',
12892npm verb headers 'x-served-by': 'cache-fra1246-FRA',
12893npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12894npm verb headers 'x-cache-hits': '12',
12895npm verb headers 'x-timer': 'S1451417006.830285,VS0,VE0',
12896npm verb headers vary: 'Accept',
12897npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
12898npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12899npm verb headers connection: 'keep-alive' }
12900npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
12901npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
12902npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.2.11.tgz',
12903npm verb addRemoteTarball '4a973f635b9190f715d10987d5c00fd2815ebe3d' ]
12904npm info retry fetch attempt 1 at 19:23:26
12905npm info attempt registry request try #1 at 19:23:26
12906npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
12907npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
12908npm verb cache add spec lodash@~2.4.1
12909npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
12910npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
12911npm verb get http://registry.npmjs.org/lodash not expired, no request
12912npm verb addNamed "2.4.2" is a plain semver version for lodash
12913npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
12914npm verb addTmpTarball already have metadata; skipping unpack for glob@3.2.11
12915npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
12916npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz',
12917npm verb addRemoteTarball 'fadd834b9683073da179b3eae6d9c0d15053f73e' ]
12918npm info retry fetch attempt 1 at 19:23:26
12919npm info attempt registry request try #1 at 19:23:26
12920npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
12921npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
12922npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
12923npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
12924npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
12925npm verb addTmpTarball already have metadata; skipping unpack for lodash@2.4.2
12926npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
12927npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
12928npm verb request uri http://registry.npmjs.org/inherits
12929npm verb request no auth needed
12930npm info attempt registry request try #1 at 19:23:27
12931npm http request GET http://registry.npmjs.org/inherits
12932npm verb request uri http://registry.npmjs.org/minimatch
12933npm verb request no auth needed
12934npm info attempt registry request try #1 at 19:23:27
12935npm http request GET http://registry.npmjs.org/minimatch
12936npm http 200 http://registry.npmjs.org/inherits
12937npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12938npm verb headers etag: '"CKJX1OCRDNX2UW7IZR6DX5BIN"',
12939npm verb headers 'content-type': 'application/json',
12940npm verb headers 'cache-control': 'max-age=300',
12941npm verb headers 'content-length': '7161',
12942npm verb headers 'accept-ranges': 'bytes',
12943npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
12944npm verb headers age: '222',
12945npm verb headers 'x-served-by': 'cache-fra1246-FRA',
12946npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12947npm verb headers 'x-cache-hits': '15',
12948npm verb headers 'x-timer': 'S1451417007.075965,VS0,VE0',
12949npm verb headers vary: 'Accept',
12950npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
12951npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12952npm verb headers connection: 'keep-alive' }
12953npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
12954npm verb cache add spec inherits@2
12955npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
12956npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
12957npm verb get http://registry.npmjs.org/inherits not expired, no request
12958npm verb addNamed "2.0.1" is a plain semver version for inherits
12959npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
12960npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
12961npm verb addRemoteTarball 'b17d08d326b4423e568eff719f91b0b1cbdf69f1' ]
12962npm info retry fetch attempt 1 at 19:23:27
12963npm info attempt registry request try #1 at 19:23:27
12964npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
12965npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
12966npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
12967npm verb addTmpTarball already have metadata; skipping unpack for inherits@2.0.1
12968npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json not in flight; writing
12969npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json written
12970npm http 200 http://registry.npmjs.org/minimatch
12971npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
12972npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
12973npm verb headers 'content-type': 'application/json',
12974npm verb headers 'cache-control': 'max-age=300',
12975npm verb headers 'content-length': '46171',
12976npm verb headers 'accept-ranges': 'bytes',
12977npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
12978npm verb headers age: '71',
12979npm verb headers 'x-served-by': 'cache-fra1228-FRA',
12980npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
12981npm verb headers 'x-cache-hits': '6',
12982npm verb headers 'x-timer': 'S1451417007.076279,VS0,VE0',
12983npm verb headers vary: 'Accept',
12984npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
12985npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
12986npm verb headers connection: 'keep-alive' }
12987npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
12988npm verb cache add spec minimatch@0.3
12989npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
12990npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
12991npm verb get http://registry.npmjs.org/minimatch not expired, no request
12992npm verb addNamed "0.3.0" is a plain semver version for minimatch
12993npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
12994npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz',
12995npm verb addRemoteTarball '275d8edaac4f1bb3326472089e7949c8394699dd' ]
12996npm info retry fetch attempt 1 at 19:23:27
12997npm info attempt registry request try #1 at 19:23:27
12998npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
12999npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
13000npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
13001npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.3.0
13002npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
13003npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
13004npm verb request uri http://registry.npmjs.org/lru-cache
13005npm verb request no auth needed
13006npm info attempt registry request try #1 at 19:23:27
13007npm http request GET http://registry.npmjs.org/lru-cache
13008npm verb request uri http://registry.npmjs.org/sigmund
13009npm verb request no auth needed
13010npm info attempt registry request try #1 at 19:23:27
13011npm http request GET http://registry.npmjs.org/sigmund
13012npm http 200 http://registry.npmjs.org/sigmund
13013npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13014npm verb headers etag: '"1TUX00X8YEKNFED6GGWS214S3"',
13015npm verb headers 'content-type': 'application/json',
13016npm verb headers 'cache-control': 'max-age=60',
13017npm verb headers 'content-length': '4604',
13018npm verb headers 'accept-ranges': 'bytes',
13019npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13020npm verb headers age: '32',
13021npm verb headers 'x-served-by': 'cache-fra1246-FRA',
13022npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13023npm verb headers 'x-cache-hits': '1',
13024npm verb headers 'x-timer': 'S1451417007.510227,VS0,VE0',
13025npm verb headers vary: 'Accept',
13026npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13027npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13028npm verb headers connection: 'keep-alive' }
13029npm verb get saving sigmund to /root/.npm/registry.npmjs.org/sigmund/.cache.json
13030npm verb cache add spec sigmund@~1.0.0
13031npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
13032npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
13033npm verb get http://registry.npmjs.org/sigmund not expired, no request
13034npm verb addNamed "1.0.1" is a plain semver version for sigmund
13035npm verb addRemoteTarball http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
13036npm verb addRemoteTarball [ 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz',
13037npm verb addRemoteTarball '3ff21f198cad2175f9f3b781853fd94d0d19b590' ]
13038npm info retry fetch attempt 1 at 19:23:27
13039npm info attempt registry request try #1 at 19:23:27
13040npm http fetch GET http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
13041npm http fetch 200 http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
13042npm http 200 http://registry.npmjs.org/lru-cache
13043npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13044npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
13045npm verb headers 'content-type': 'application/json',
13046npm verb headers 'cache-control': 'max-age=300',
13047npm verb headers 'content-length': '48050',
13048npm verb headers 'accept-ranges': 'bytes',
13049npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13050npm verb headers age: '153',
13051npm verb headers 'x-served-by': 'cache-fra1228-FRA',
13052npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13053npm verb headers 'x-cache-hits': '8',
13054npm verb headers 'x-timer': 'S1451417007.508488,VS0,VE0',
13055npm verb headers vary: 'Accept',
13056npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13057npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13058npm verb headers connection: 'keep-alive' }
13059npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
13060npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
13061npm verb addTmpTarball already have metadata; skipping unpack for sigmund@1.0.1
13062npm verb cache add spec lru-cache@2
13063npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for lru-cache
13064npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
13065npm verb get http://registry.npmjs.org/lru-cache not expired, no request
13066npm verb addNamed "2.7.3" is a plain semver version for lru-cache
13067npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json not in flight; writing
13068npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz not in flight; adding
13069npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz',
13070npm verb addRemoteTarball '6d4524e8b955f95d4f5b58851ce21dd72fb4e952' ]
13071npm info retry fetch attempt 1 at 19:23:27
13072npm info attempt registry request try #1 at 19:23:27
13073npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
13074npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json written
13075npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
13076npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz not in flight; adding
13077npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.7.3
13078npm verb afterAdd /root/.npm/lru-cache/2.7.3/package/package.json not in flight; writing
13079npm verb afterAdd /root/.npm/lru-cache/2.7.3/package/package.json written
13080npm verb request uri http://registry.npmjs.org/abbrev
13081npm verb request no auth needed
13082npm info attempt registry request try #1 at 19:23:27
13083npm http request GET http://registry.npmjs.org/abbrev
13084npm http 200 http://registry.npmjs.org/abbrev
13085npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13086npm verb headers etag: '"5COR5F08LNF679JR9VE4E6VZW"',
13087npm verb headers 'content-type': 'application/json',
13088npm verb headers 'cache-control': 'max-age=60',
13089npm verb headers 'content-length': '5442',
13090npm verb headers 'accept-ranges': 'bytes',
13091npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13092npm verb headers age: '54',
13093npm verb headers 'x-served-by': 'cache-fra1228-FRA',
13094npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13095npm verb headers 'x-cache-hits': '3',
13096npm verb headers 'x-timer': 'S1451417007.630916,VS0,VE0',
13097npm verb headers vary: 'Accept',
13098npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13099npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13100npm verb headers connection: 'keep-alive' }
13101npm verb get saving abbrev to /root/.npm/registry.npmjs.org/abbrev/.cache.json
13102npm verb cache add spec abbrev@1
13103npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for abbrev
13104npm verb addNameRange registry:http://registry.npmjs.org/abbrev not in flight; fetching
13105npm verb get http://registry.npmjs.org/abbrev not expired, no request
13106npm verb addNamed "1.0.7" is a plain semver version for abbrev
13107npm verb addRemoteTarball http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
13108npm verb addRemoteTarball [ 'http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
13109npm verb addRemoteTarball '5b6035b2ee9d4fb5cf859f08a9be81b208491843' ]
13110npm info retry fetch attempt 1 at 19:23:27
13111npm info attempt registry request try #1 at 19:23:27
13112npm http fetch GET http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
13113npm http fetch 200 http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
13114npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
13115npm verb addTmpTarball already have metadata; skipping unpack for abbrev@1.0.7
13116npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json not in flight; writing
13117npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json written
13118npm verb request uri http://registry.npmjs.org/adm-zip
13119npm verb request no auth needed
13120npm info attempt registry request try #1 at 19:23:27
13121npm http request GET http://registry.npmjs.org/adm-zip
13122npm verb request uri http://registry.npmjs.org/fs-extra
13123npm verb request no auth needed
13124npm info attempt registry request try #1 at 19:23:27
13125npm http request GET http://registry.npmjs.org/fs-extra
13126npm verb request uri http://registry.npmjs.org/kew
13127npm verb request no auth needed
13128npm info attempt registry request try #1 at 19:23:27
13129npm http request GET http://registry.npmjs.org/kew
13130npm verb request uri http://registry.npmjs.org/md5
13131npm verb request no auth needed
13132npm info attempt registry request try #1 at 19:23:27
13133npm http request GET http://registry.npmjs.org/md5
13134npm verb request uri http://registry.npmjs.org/npmconf
13135npm verb request no auth needed
13136npm info attempt registry request try #1 at 19:23:27
13137npm http request GET http://registry.npmjs.org/npmconf
13138npm verb request uri http://registry.npmjs.org/progress
13139npm verb request no auth needed
13140npm info attempt registry request try #1 at 19:23:27
13141npm http request GET http://registry.npmjs.org/progress
13142npm verb request uri http://registry.npmjs.org/request
13143npm verb request no auth needed
13144npm info attempt registry request try #1 at 19:23:27
13145npm http request GET http://registry.npmjs.org/request
13146npm verb request uri http://registry.npmjs.org/request-progress
13147npm verb request no auth needed
13148npm info attempt registry request try #1 at 19:23:27
13149npm http request GET http://registry.npmjs.org/request-progress
13150npm verb request uri http://registry.npmjs.org/which
13151npm verb request no auth needed
13152npm info attempt registry request try #1 at 19:23:27
13153npm http request GET http://registry.npmjs.org/which
13154npm http 200 http://registry.npmjs.org/adm-zip
13155npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13156npm verb headers etag: '"AAB8O4XDJLTFC1LEIVD3MQ62J"',
13157npm verb headers 'content-type': 'application/json',
13158npm verb headers 'cache-control': 'max-age=300',
13159npm verb headers 'content-length': '21529',
13160npm verb headers 'accept-ranges': 'bytes',
13161npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13162npm verb headers age: '91',
13163npm verb headers 'x-served-by': 'cache-fra1228-FRA',
13164npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13165npm verb headers 'x-cache-hits': '1',
13166npm verb headers 'x-timer': 'S1451417007.723405,VS0,VE0',
13167npm verb headers vary: 'Accept',
13168npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13169npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13170npm verb headers connection: 'keep-alive' }
13171npm verb get saving adm-zip to /root/.npm/registry.npmjs.org/adm-zip/.cache.json
13172npm http 200 http://registry.npmjs.org/md5
13173npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13174npm verb headers etag: '"1ULTZP1392ITZIQWGQDQ2UH90"',
13175npm verb headers 'content-type': 'application/json',
13176npm verb headers 'cache-control': 'max-age=300',
13177npm verb headers 'content-length': '7267',
13178npm verb headers 'accept-ranges': 'bytes',
13179npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13180npm verb headers age: '185',
13181npm verb headers 'x-served-by': 'cache-fra1246-FRA',
13182npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13183npm verb headers 'x-cache-hits': '1',
13184npm verb headers 'x-timer': 'S1451417007.730590,VS0,VE0',
13185npm verb headers vary: 'Accept',
13186npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13187npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13188npm verb headers connection: 'keep-alive' }
13189npm verb get saving md5 to /root/.npm/registry.npmjs.org/md5/.cache.json
13190npm verb cache add spec adm-zip@0.4.4
13191npm verb addNamed "0.4.4" is a plain semver version for adm-zip
13192npm verb addNameVersion registry:http://registry.npmjs.org/adm-zip not in flight; fetching
13193npm verb cache add spec md5@~2.0.0
13194npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for md5
13195npm verb addNameRange registry:http://registry.npmjs.org/md5 not in flight; fetching
13196npm verb get http://registry.npmjs.org/adm-zip not expired, no request
13197npm verb addRemoteTarball http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz not in flight; adding
13198npm verb addRemoteTarball [ 'http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz',
13199npm verb addRemoteTarball 'a61ed5ae6905c3aea58b3a657d25033091052736' ]
13200npm verb get http://registry.npmjs.org/md5 not expired, no request
13201npm verb addNamed "2.0.0" is a plain semver version for md5
13202npm verb addRemoteTarball http://registry.npmjs.org/md5/-/md5-2.0.0.tgz not in flight; adding
13203npm verb addRemoteTarball [ 'http://registry.npmjs.org/md5/-/md5-2.0.0.tgz',
13204npm verb addRemoteTarball '75e392e0ebd5a9b88dc7cb7a93875137b87c8a33' ]
13205npm info retry fetch attempt 1 at 19:23:27
13206npm info attempt registry request try #1 at 19:23:27
13207npm http fetch GET http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz
13208npm info retry fetch attempt 1 at 19:23:27
13209npm info attempt registry request try #1 at 19:23:27
13210npm http fetch GET http://registry.npmjs.org/md5/-/md5-2.0.0.tgz
13211npm http fetch 200 http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz
13212npm http fetch 200 http://registry.npmjs.org/md5/-/md5-2.0.0.tgz
13213npm http 200 http://registry.npmjs.org/kew
13214npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13215npm verb headers etag: '"AW5RY0MTQ5G4Q0BRIPRCKNB5D"',
13216npm verb headers 'content-type': 'application/json',
13217npm verb headers 'cache-control': 'max-age=300',
13218npm verb headers 'content-length': '35451',
13219npm verb headers 'accept-ranges': 'bytes',
13220npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13221npm verb headers age: '255',
13222npm verb headers 'x-served-by': 'cache-fra1246-FRA',
13223npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13224npm verb headers 'x-cache-hits': '2',
13225npm verb headers 'x-timer': 'S1451417007.749385,VS0,VE0',
13226npm verb headers vary: 'Accept',
13227npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13228npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13229npm verb headers connection: 'keep-alive' }
13230npm verb get saving kew to /root/.npm/registry.npmjs.org/kew/.cache.json
13231npm http 200 http://registry.npmjs.org/which
13232npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13233npm verb headers etag: '"6DE0SJ92WYL4YTDQ4JLGBNSFS"',
13234npm verb headers 'content-type': 'application/json',
13235npm verb headers 'cache-control': 'max-age=300',
13236npm verb headers 'content-length': '15728',
13237npm verb headers 'accept-ranges': 'bytes',
13238npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13239npm verb headers age: '242',
13240npm verb headers 'x-served-by': 'cache-fra1224-FRA',
13241npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13242npm verb headers 'x-cache-hits': '4',
13243npm verb headers 'x-timer': 'S1451417007.751241,VS0,VE0',
13244npm verb headers vary: 'Accept',
13245npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13246npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13247npm verb headers connection: 'keep-alive' }
13248npm verb get saving which to /root/.npm/registry.npmjs.org/which/.cache.json
13249npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/md5/-/md5-2.0.0.tgz not in flight; adding
13250npm verb addTmpTarball already have metadata; skipping unpack for md5@2.0.0
13251npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz not in flight; adding
13252npm verb addTmpTarball already have metadata; skipping unpack for adm-zip@0.4.4
13253npm verb cache add spec kew@0.4.0
13254npm verb addNamed "0.4.0" is a plain semver version for kew
13255npm verb addNameVersion registry:http://registry.npmjs.org/kew not in flight; fetching
13256npm verb cache add spec which@~1.0.5
13257npm verb addNamed ">=1.0.5 <1.1.0" is a valid semver range for which
13258npm verb addNameRange registry:http://registry.npmjs.org/which not in flight; fetching
13259npm verb afterAdd /root/.npm/md5/2.0.0/package/package.json not in flight; writing
13260npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json not in flight; writing
13261npm verb get http://registry.npmjs.org/kew not expired, no request
13262npm verb get http://registry.npmjs.org/which not expired, no request
13263npm verb addNamed "1.0.9" is a plain semver version for which
13264npm http 200 http://registry.npmjs.org/fs-extra
13265npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13266npm verb headers etag: '"29MGF514AYFY503MI1EY7HU5G"',
13267npm verb headers 'content-type': 'application/json',
13268npm verb headers 'cache-control': 'max-age=300',
13269npm verb headers 'content-length': '105461',
13270npm verb headers 'accept-ranges': 'bytes',
13271npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13272npm verb headers age: '81',
13273npm verb headers 'x-served-by': 'cache-fra1239-FRA',
13274npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13275npm verb headers 'x-cache-hits': '2',
13276npm verb headers 'x-timer': 'S1451417007.749606,VS0,VE0',
13277npm verb headers vary: 'Accept',
13278npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13279npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13280npm verb headers connection: 'keep-alive' }
13281npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
13282npm verb addRemoteTarball http://registry.npmjs.org/kew/-/kew-0.4.0.tgz not in flight; adding
13283npm verb addRemoteTarball [ 'http://registry.npmjs.org/kew/-/kew-0.4.0.tgz',
13284npm verb addRemoteTarball 'da97484f1b06502146f3c60cec05ac6012cd993f' ]
13285npm verb addRemoteTarball http://registry.npmjs.org/which/-/which-1.0.9.tgz not in flight; adding
13286npm verb addRemoteTarball [ 'http://registry.npmjs.org/which/-/which-1.0.9.tgz',
13287npm verb addRemoteTarball '460c1da0f810103d0321a9b633af9e575e64486f' ]
13288npm http 200 http://registry.npmjs.org/progress
13289npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13290npm verb headers etag: '"1MWJSBT5S35PX2FU1QA9PPNU8"',
13291npm verb headers 'content-type': 'application/json',
13292npm verb headers 'cache-control': 'max-age=300',
13293npm verb headers 'content-length': '16495',
13294npm verb headers 'accept-ranges': 'bytes',
13295npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13296npm verb headers age: '107',
13297npm verb headers 'x-served-by': 'cache-fra1241-FRA',
13298npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13299npm verb headers 'x-cache-hits': '2',
13300npm verb headers 'x-timer': 'S1451417007.751537,VS0,VE0',
13301npm verb headers vary: 'Accept',
13302npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13303npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13304npm verb headers connection: 'keep-alive' }
13305npm verb get saving progress to /root/.npm/registry.npmjs.org/progress/.cache.json
13306npm http 200 http://registry.npmjs.org/npmconf
13307npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13308npm verb headers etag: '"BCJGZTO6DWJS3OL63R8VZG32S"',
13309npm verb headers 'content-type': 'application/json',
13310npm verb headers 'cache-control': 'max-age=300',
13311npm verb headers 'content-length': '75578',
13312npm verb headers 'accept-ranges': 'bytes',
13313npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13314npm verb headers age: '153',
13315npm verb headers 'x-served-by': 'cache-fra1238-FRA',
13316npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13317npm verb headers 'x-cache-hits': '1',
13318npm verb headers 'x-timer': 'S1451417007.753868,VS0,VE0',
13319npm verb headers vary: 'Accept',
13320npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13321npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13322npm verb headers connection: 'keep-alive' }
13323npm verb get saving npmconf to /root/.npm/registry.npmjs.org/npmconf/.cache.json
13324npm verb afterAdd /root/.npm/md5/2.0.0/package/package.json written
13325npm info retry fetch attempt 1 at 19:23:27
13326npm info attempt registry request try #1 at 19:23:27
13327npm http fetch GET http://registry.npmjs.org/kew/-/kew-0.4.0.tgz
13328npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json written
13329npm info retry fetch attempt 1 at 19:23:27
13330npm info attempt registry request try #1 at 19:23:27
13331npm http fetch GET http://registry.npmjs.org/which/-/which-1.0.9.tgz
13332npm verb cache add spec fs-extra@~0.23.1
13333npm verb addNamed ">=0.23.1 <0.24.0" is a valid semver range for fs-extra
13334npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
13335npm verb cache add spec progress@1.1.8
13336npm verb addNamed "1.1.8" is a plain semver version for progress
13337npm verb addNameVersion registry:http://registry.npmjs.org/progress not in flight; fetching
13338npm verb cache add spec npmconf@2.1.1
13339npm verb addNamed "2.1.1" is a plain semver version for npmconf
13340npm verb addNameVersion registry:http://registry.npmjs.org/npmconf not in flight; fetching
13341npm http fetch 200 http://registry.npmjs.org/kew/-/kew-0.4.0.tgz
13342npm http fetch 200 http://registry.npmjs.org/which/-/which-1.0.9.tgz
13343npm verb get http://registry.npmjs.org/fs-extra not expired, no request
13344npm verb addNamed "0.23.1" is a plain semver version for fs-extra
13345npm verb get http://registry.npmjs.org/progress not expired, no request
13346npm verb get http://registry.npmjs.org/npmconf not expired, no request
13347npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz not in flight; adding
13348npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz',
13349npm verb addRemoteTarball '6611dba6adf2ab8dc9c69fab37cddf8818157e3d' ]
13350npm verb addRemoteTarball http://registry.npmjs.org/progress/-/progress-1.1.8.tgz not in flight; adding
13351npm verb addRemoteTarball [ 'http://registry.npmjs.org/progress/-/progress-1.1.8.tgz',
13352npm verb addRemoteTarball 'e260c78f6161cdd9b0e56cc3e0a85de17c7a57be' ]
13353npm verb addRemoteTarball http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz not in flight; adding
13354npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz',
13355npm verb addRemoteTarball 'a266c7e5c56695eb7f55caf3a5a7328f24510dae' ]
13356npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/kew/-/kew-0.4.0.tgz not in flight; adding
13357npm verb addTmpTarball already have metadata; skipping unpack for kew@0.4.0
13358npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/which/-/which-1.0.9.tgz not in flight; adding
13359npm verb addTmpTarball already have metadata; skipping unpack for which@1.0.9
13360npm info retry fetch attempt 1 at 19:23:27
13361npm info attempt registry request try #1 at 19:23:27
13362npm http fetch GET http://registry.npmjs.org/progress/-/progress-1.1.8.tgz
13363npm info retry fetch attempt 1 at 19:23:27
13364npm info attempt registry request try #1 at 19:23:27
13365npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz
13366npm info retry fetch attempt 1 at 19:23:27
13367npm info attempt registry request try #1 at 19:23:27
13368npm http fetch GET http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz
13369npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz
13370npm http fetch 200 http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz
13371npm http fetch 200 http://registry.npmjs.org/progress/-/progress-1.1.8.tgz
13372npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz not in flight; adding
13373npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.23.1
13374npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz not in flight; adding
13375npm verb addTmpTarball already have metadata; skipping unpack for npmconf@2.1.1
13376npm verb afterAdd /root/.npm/kew/0.4.0/package/package.json not in flight; writing
13377npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/progress/-/progress-1.1.8.tgz not in flight; adding
13378npm verb addTmpTarball already have metadata; skipping unpack for progress@1.1.8
13379npm verb afterAdd /root/.npm/which/1.0.9/package/package.json not in flight; writing
13380npm verb afterAdd /root/.npm/kew/0.4.0/package/package.json written
13381npm verb afterAdd /root/.npm/which/1.0.9/package/package.json written
13382npm verb afterAdd /root/.npm/npmconf/2.1.1/package/package.json not in flight; writing
13383npm verb afterAdd /root/.npm/fs-extra/0.23.1/package/package.json not in flight; writing
13384npm verb afterAdd /root/.npm/progress/1.1.8/package/package.json not in flight; writing
13385npm http 200 http://registry.npmjs.org/request
13386npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13387npm verb headers etag: '"41O2YUQ0F957MF7HVJELBZYE5"',
13388npm verb headers 'content-type': 'application/json',
13389npm verb headers 'cache-control': 'max-age=300',
13390npm verb headers 'content-length': '180663',
13391npm verb headers 'accept-ranges': 'bytes',
13392npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13393npm verb headers age: '271',
13394npm verb headers 'x-served-by': 'cache-fra1246-FRA',
13395npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13396npm verb headers 'x-cache-hits': '3',
13397npm verb headers 'x-timer': 'S1451417007.751231,VS0,VE0',
13398npm verb headers vary: 'Accept',
13399npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13400npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13401npm verb headers connection: 'keep-alive' }
13402npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
13403npm verb afterAdd /root/.npm/npmconf/2.1.1/package/package.json written
13404npm verb afterAdd /root/.npm/fs-extra/0.23.1/package/package.json written
13405npm verb afterAdd /root/.npm/progress/1.1.8/package/package.json written
13406npm verb cache add spec request@2.42.0
13407npm verb addNamed "2.42.0" is a plain semver version for request
13408npm verb addNameVersion registry:http://registry.npmjs.org/request not in flight; fetching
13409npm verb get http://registry.npmjs.org/request not expired, no request
13410npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.42.0.tgz not in flight; adding
13411npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.42.0.tgz',
13412npm verb addRemoteTarball '572bd0148938564040ac7ab148b96423a063304a' ]
13413npm info retry fetch attempt 1 at 19:23:28
13414npm info attempt registry request try #1 at 19:23:28
13415npm http fetch GET http://registry.npmjs.org/request/-/request-2.42.0.tgz
13416npm http 200 http://registry.npmjs.org/request-progress
13417npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13418npm verb headers etag: '"6EOGJGB8CLEDDBKU4TTN42PMS"',
13419npm verb headers 'content-type': 'application/json',
13420npm verb headers 'cache-control': 'max-age=60',
13421npm verb headers 'content-length': '12204',
13422npm verb headers 'accept-ranges': 'bytes',
13423npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
13424npm verb headers age: '59',
13425npm verb headers 'x-served-by': 'cache-fra1235-FRA',
13426npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13427npm verb headers 'x-cache-hits': '1',
13428npm verb headers 'x-timer': 'S1451417007.751061,VS0,VE0',
13429npm verb headers vary: 'Accept',
13430npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13431npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13432npm verb headers connection: 'keep-alive' }
13433npm verb get saving request-progress to /root/.npm/registry.npmjs.org/request-progress/.cache.json
13434npm verb cache add spec request-progress@0.3.1
13435npm verb addNamed "0.3.1" is a plain semver version for request-progress
13436npm verb addNameVersion registry:http://registry.npmjs.org/request-progress not in flight; fetching
13437npm http fetch 200 http://registry.npmjs.org/request/-/request-2.42.0.tgz
13438npm verb get http://registry.npmjs.org/request-progress not expired, no request
13439npm verb addRemoteTarball http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz not in flight; adding
13440npm verb addRemoteTarball [ 'http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz',
13441npm verb addRemoteTarball '0721c105d8a96ac6b2ce8b2c89ae2d5ecfcf6b3a' ]
13442npm info retry fetch attempt 1 at 19:23:28
13443npm info attempt registry request try #1 at 19:23:28
13444npm http fetch GET http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz
13445npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/request/-/request-2.42.0.tgz not in flight; adding
13446npm verb addTmpTarball already have metadata; skipping unpack for request@2.42.0
13447npm http fetch 200 http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz
13448npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz not in flight; adding
13449npm verb addTmpTarball already have metadata; skipping unpack for request-progress@0.3.1
13450npm verb afterAdd /root/.npm/request/2.42.0/package/package.json not in flight; writing
13451npm verb afterAdd /root/.npm/request/2.42.0/package/package.json written
13452npm verb afterAdd /root/.npm/request-progress/0.3.1/package/package.json not in flight; writing
13453npm verb afterAdd /root/.npm/request-progress/0.3.1/package/package.json written
13454npm verb request uri http://registry.npmjs.org/graceful-fs
13455npm verb request no auth needed
13456npm info attempt registry request try #1 at 19:23:28
13457npm http request GET http://registry.npmjs.org/graceful-fs
13458npm verb request uri http://registry.npmjs.org/jsonfile
13459npm verb request no auth needed
13460npm info attempt registry request try #1 at 19:23:28
13461npm http request GET http://registry.npmjs.org/jsonfile
13462npm verb request uri http://registry.npmjs.org/path-is-absolute
13463npm verb request no auth needed
13464npm info attempt registry request try #1 at 19:23:28
13465npm http request GET http://registry.npmjs.org/path-is-absolute
13466npm verb request uri http://registry.npmjs.org/rimraf
13467npm verb request no auth needed
13468npm info attempt registry request try #1 at 19:23:28
13469npm http request GET http://registry.npmjs.org/rimraf
13470npm http 200 http://registry.npmjs.org/path-is-absolute
13471npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13472npm verb headers etag: '"BN5VZYARJTFIZINEV94ZMOHSE"',
13473npm verb headers 'content-type': 'application/json',
13474npm verb headers 'cache-control': 'max-age=60',
13475npm verb headers 'content-length': '3204',
13476npm verb headers 'accept-ranges': 'bytes',
13477npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13478npm verb headers age: '13',
13479npm verb headers 'x-served-by': 'cache-fra1239-FRA',
13480npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13481npm verb headers 'x-cache-hits': '2',
13482npm verb headers 'x-timer': 'S1451417008.144519,VS0,VE0',
13483npm verb headers vary: 'Accept',
13484npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13485npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13486npm verb headers connection: 'keep-alive' }
13487npm verb get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json
13488npm verb cache add spec path-is-absolute@^1.0.0
13489npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
13490npm verb addNameRange registry:http://registry.npmjs.org/path-is-absolute not in flight; fetching
13491npm http 200 http://registry.npmjs.org/jsonfile
13492npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13493npm verb headers etag: '"EDYTB6GREGXYI7F7RCPNW3UZI"',
13494npm verb headers 'content-type': 'application/json',
13495npm verb headers 'cache-control': 'max-age=300',
13496npm verb headers 'content-length': '19958',
13497npm verb headers 'accept-ranges': 'bytes',
13498npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13499npm verb headers age: '82',
13500npm verb headers 'x-served-by': 'cache-fra1235-FRA',
13501npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13502npm verb headers 'x-cache-hits': '1',
13503npm verb headers 'x-timer': 'S1451417008.144178,VS0,VE0',
13504npm verb headers vary: 'Accept',
13505npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13506npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13507npm verb headers connection: 'keep-alive' }
13508npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
13509npm http 200 http://registry.npmjs.org/graceful-fs
13510npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13511npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
13512npm verb headers 'content-type': 'application/json',
13513npm verb headers 'cache-control': 'max-age=300',
13514npm verb headers 'content-length': '38840',
13515npm verb headers 'accept-ranges': 'bytes',
13516npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13517npm verb headers age: '240',
13518npm verb headers 'x-served-by': 'cache-fra1224-FRA',
13519npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13520npm verb headers 'x-cache-hits': '7',
13521npm verb headers 'x-timer': 'S1451417008.144848,VS0,VE0',
13522npm verb headers vary: 'Accept',
13523npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13524npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13525npm verb headers connection: 'keep-alive' }
13526npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
13527npm verb get http://registry.npmjs.org/path-is-absolute not expired, no request
13528npm verb addNamed "1.0.0" is a plain semver version for path-is-absolute
13529npm verb addRemoteTarball http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
13530npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz',
13531npm verb addRemoteTarball '263dada66ab3f2fb10bf7f9d24dd8f3e570ef912' ]
13532npm http 200 http://registry.npmjs.org/rimraf
13533npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13534npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
13535npm verb headers 'content-type': 'application/json',
13536npm verb headers 'cache-control': 'max-age=300',
13537npm verb headers 'content-length': '48828',
13538npm verb headers 'accept-ranges': 'bytes',
13539npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13540npm verb headers age: '179',
13541npm verb headers 'x-served-by': 'cache-fra1246-FRA',
13542npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13543npm verb headers 'x-cache-hits': '6',
13544npm verb headers 'x-timer': 'S1451417008.146560,VS0,VE0',
13545npm verb headers vary: 'Accept',
13546npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13547npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13548npm verb headers connection: 'keep-alive' }
13549npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
13550npm info retry fetch attempt 1 at 19:23:28
13551npm info attempt registry request try #1 at 19:23:28
13552npm http fetch GET http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
13553npm verb cache add spec jsonfile@^2.1.0
13554npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for jsonfile
13555npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
13556npm verb cache add spec graceful-fs@^4.1.2
13557npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
13558npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
13559npm http fetch 200 http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
13560npm verb cache add spec rimraf@^2.2.8
13561npm verb addNamed ">=2.2.8 <3.0.0" is a valid semver range for rimraf
13562npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
13563npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
13564npm verb addTmpTarball already have metadata; skipping unpack for path-is-absolute@1.0.0
13565npm verb get http://registry.npmjs.org/jsonfile not expired, no request
13566npm verb addNamed "2.2.3" is a plain semver version for jsonfile
13567npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
13568npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
13569npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
13570npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz',
13571npm verb addRemoteTarball 'e252b99a6af901d3ec41f332589c90509a7bc605' ]
13572npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
13573npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz',
13574npm verb addRemoteTarball 'fe2239b7574972e67e41f808823f9bfa4a991e37' ]
13575npm verb get http://registry.npmjs.org/rimraf not expired, no request
13576npm verb addNamed "2.5.0" is a plain semver version for rimraf
13577npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz not in flight; adding
13578npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz',
13579npm verb addRemoteTarball '30c096cdf772e26bf3e1d2cff84c2196541a9bb6' ]
13580npm info retry fetch attempt 1 at 19:23:28
13581npm info attempt registry request try #1 at 19:23:28
13582npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
13583npm info retry fetch attempt 1 at 19:23:28
13584npm info attempt registry request try #1 at 19:23:28
13585npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
13586npm info retry fetch attempt 1 at 19:23:28
13587npm info attempt registry request try #1 at 19:23:28
13588npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz
13589npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
13590npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
13591npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json not in flight; writing
13592npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
13593npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@2.2.3
13594npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
13595npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@4.1.2
13596npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json written
13597npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz
13598npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
13599npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json not in flight; writing
13600npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz not in flight; adding
13601npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.5.0
13602npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
13603npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json written
13604npm verb afterAdd /root/.npm/rimraf/2.5.0/package/package.json not in flight; writing
13605npm verb afterAdd /root/.npm/rimraf/2.5.0/package/package.json written
13606npm verb cache add spec glob@^6.0.1
13607npm verb addNamed ">=6.0.1 <7.0.0" is a valid semver range for glob
13608npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
13609npm verb get http://registry.npmjs.org/glob not expired, no request
13610npm verb addNamed "6.0.3" is a plain semver version for glob
13611npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-6.0.3.tgz not in flight; adding
13612npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-6.0.3.tgz',
13613npm verb addRemoteTarball '5f02cd89587ce58b154ae0855de02a2e63986fca' ]
13614npm info retry fetch attempt 1 at 19:23:28
13615npm info attempt registry request try #1 at 19:23:28
13616npm http fetch GET http://registry.npmjs.org/glob/-/glob-6.0.3.tgz
13617npm http fetch 200 http://registry.npmjs.org/glob/-/glob-6.0.3.tgz
13618npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/glob/-/glob-6.0.3.tgz not in flight; adding
13619npm verb addTmpTarball already have metadata; skipping unpack for glob@6.0.3
13620npm verb afterAdd /root/.npm/glob/6.0.3/package/package.json not in flight; writing
13621npm verb afterAdd /root/.npm/glob/6.0.3/package/package.json written
13622npm verb cache add spec minimatch@2 || 3
13623npm verb addNamed ">=2.0.0 <3.0.0||>=3.0.0 <4.0.0" is a valid semver range for minimatch
13624npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
13625npm verb request uri http://registry.npmjs.org/inflight
13626npm verb request no auth needed
13627npm info attempt registry request try #1 at 19:23:28
13628npm http request GET http://registry.npmjs.org/inflight
13629npm verb request uri http://registry.npmjs.org/once
13630npm verb request no auth needed
13631npm info attempt registry request try #1 at 19:23:28
13632npm http request GET http://registry.npmjs.org/once
13633npm verb get http://registry.npmjs.org/minimatch not expired, no request
13634npm verb addNamed "3.0.0" is a plain semver version for minimatch
13635npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
13636npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz',
13637npm verb addRemoteTarball '5236157a51e4f004c177fb3c527ff7dd78f0ef83' ]
13638npm info retry fetch attempt 1 at 19:23:28
13639npm info attempt registry request try #1 at 19:23:28
13640npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
13641npm http 200 http://registry.npmjs.org/once
13642npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13643npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
13644npm verb headers 'content-type': 'application/json',
13645npm verb headers 'cache-control': 'max-age=60',
13646npm verb headers 'content-length': '7453',
13647npm verb headers 'accept-ranges': 'bytes',
13648npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13649npm verb headers age: '29',
13650npm verb headers 'x-served-by': 'cache-fra1224-FRA',
13651npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13652npm verb headers 'x-cache-hits': '3',
13653npm verb headers 'x-timer': 'S1451417008.452130,VS0,VE0',
13654npm verb headers vary: 'Accept',
13655npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13656npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13657npm verb headers connection: 'keep-alive' }
13658npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
13659npm http 200 http://registry.npmjs.org/inflight
13660npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13661npm verb headers etag: '"AYD7KENJNHXM5Z0WKMT2D06HW"',
13662npm verb headers 'content-type': 'application/json',
13663npm verb headers 'cache-control': 'max-age=60',
13664npm verb headers 'content-length': '6915',
13665npm verb headers 'accept-ranges': 'bytes',
13666npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13667npm verb headers age: '14',
13668npm verb headers 'x-served-by': 'cache-fra1235-FRA',
13669npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13670npm verb headers 'x-cache-hits': '2',
13671npm verb headers 'x-timer': 'S1451417008.452278,VS0,VE0',
13672npm verb headers vary: 'Accept',
13673npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13674npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13675npm verb headers connection: 'keep-alive' }
13676npm verb get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json
13677npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
13678npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
13679npm verb addTmpTarball already have metadata; skipping unpack for minimatch@3.0.0
13680npm verb cache add spec once@^1.3.0
13681npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for once
13682npm verb addNameRange registry:http://registry.npmjs.org/once not in flight; fetching
13683npm verb cache add spec inflight@^1.0.4
13684npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
13685npm verb addNameRange registry:http://registry.npmjs.org/inflight not in flight; fetching
13686npm verb get http://registry.npmjs.org/once not expired, no request
13687npm verb addNamed "1.3.3" is a plain semver version for once
13688npm verb get http://registry.npmjs.org/inflight not expired, no request
13689npm verb addNamed "1.0.4" is a plain semver version for inflight
13690npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.3.3.tgz not in flight; adding
13691npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.3.tgz',
13692npm verb addRemoteTarball 'b2e261557ce4c314ec8304f3fa82663e4297ca20' ]
13693npm verb addRemoteTarball http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
13694npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
13695npm verb addRemoteTarball '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a' ]
13696npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json not in flight; writing
13697npm info retry fetch attempt 1 at 19:23:28
13698npm info attempt registry request try #1 at 19:23:28
13699npm http fetch GET http://registry.npmjs.org/once/-/once-1.3.3.tgz
13700npm info retry fetch attempt 1 at 19:23:28
13701npm info attempt registry request try #1 at 19:23:28
13702npm http fetch GET http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
13703npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json written
13704npm http fetch 200 http://registry.npmjs.org/once/-/once-1.3.3.tgz
13705npm http fetch 200 http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
13706npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/once/-/once-1.3.3.tgz not in flight; adding
13707npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.3
13708npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
13709npm verb addTmpTarball already have metadata; skipping unpack for inflight@1.0.4
13710npm verb afterAdd /root/.npm/once/1.3.3/package/package.json not in flight; writing
13711npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json not in flight; writing
13712npm verb afterAdd /root/.npm/once/1.3.3/package/package.json written
13713npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json written
13714npm verb request uri http://registry.npmjs.org/wrappy
13715npm verb request no auth needed
13716npm info attempt registry request try #1 at 19:23:28
13717npm http request GET http://registry.npmjs.org/wrappy
13718npm http 200 http://registry.npmjs.org/wrappy
13719npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13720npm verb headers etag: '"BC9JAW6E2PQBS8NYYKIYUR99F"',
13721npm verb headers 'content-type': 'application/json',
13722npm verb headers 'cache-control': 'max-age=60',
13723npm verb headers 'content-length': '3276',
13724npm verb headers 'accept-ranges': 'bytes',
13725npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13726npm verb headers age: '28',
13727npm verb headers 'x-served-by': 'cache-fra1235-FRA',
13728npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13729npm verb headers 'x-cache-hits': '2',
13730npm verb headers 'x-timer': 'S1451417008.527323,VS0,VE0',
13731npm verb headers vary: 'Accept',
13732npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13733npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13734npm verb headers connection: 'keep-alive' }
13735npm verb get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json
13736npm verb cache add spec wrappy@1
13737npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
13738npm verb addNameRange registry:http://registry.npmjs.org/wrappy not in flight; fetching
13739npm verb get http://registry.npmjs.org/wrappy not expired, no request
13740npm verb addNamed "1.0.1" is a plain semver version for wrappy
13741npm verb addRemoteTarball http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
13742npm verb addRemoteTarball [ 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
13743npm verb addRemoteTarball '1e65969965ccbc2db4548c6b84a6f2c5aedd4739' ]
13744npm info retry fetch attempt 1 at 19:23:28
13745npm info attempt registry request try #1 at 19:23:28
13746npm http fetch GET http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
13747npm http fetch 200 http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
13748npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
13749npm verb addTmpTarball already have metadata; skipping unpack for wrappy@1.0.1
13750npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json not in flight; writing
13751npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json written
13752npm verb request uri http://registry.npmjs.org/brace-expansion
13753npm verb request no auth needed
13754npm info attempt registry request try #1 at 19:23:28
13755npm http request GET http://registry.npmjs.org/brace-expansion
13756npm http 200 http://registry.npmjs.org/brace-expansion
13757npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13758npm verb headers etag: '"BC3J7JX1LEFWG3645L5NSTZJP"',
13759npm verb headers 'content-type': 'application/json',
13760npm verb headers 'cache-control': 'max-age=300',
13761npm verb headers 'content-length': '12850',
13762npm verb headers 'accept-ranges': 'bytes',
13763npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13764npm verb headers age: '178',
13765npm verb headers 'x-served-by': 'cache-fra1235-FRA',
13766npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13767npm verb headers 'x-cache-hits': '9',
13768npm verb headers 'x-timer': 'S1451417008.575423,VS0,VE0',
13769npm verb headers vary: 'Accept',
13770npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13771npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13772npm verb headers connection: 'keep-alive' }
13773npm verb get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json
13774npm verb cache add spec brace-expansion@^1.0.0
13775npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
13776npm verb addNameRange registry:http://registry.npmjs.org/brace-expansion not in flight; fetching
13777npm verb get http://registry.npmjs.org/brace-expansion not expired, no request
13778npm verb addNamed "1.1.2" is a plain semver version for brace-expansion
13779npm verb addRemoteTarball http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
13780npm verb addRemoteTarball [ 'http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz',
13781npm verb addRemoteTarball 'f21445d0488b658e2771efd870eff51df29f04ef' ]
13782npm info retry fetch attempt 1 at 19:23:28
13783npm info attempt registry request try #1 at 19:23:28
13784npm http fetch GET http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
13785npm http fetch 200 http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
13786npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
13787npm verb addTmpTarball already have metadata; skipping unpack for brace-expansion@1.1.2
13788npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json not in flight; writing
13789npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json written
13790npm verb request uri http://registry.npmjs.org/balanced-match
13791npm verb request no auth needed
13792npm info attempt registry request try #1 at 19:23:28
13793npm http request GET http://registry.npmjs.org/balanced-match
13794npm verb request uri http://registry.npmjs.org/concat-map
13795npm verb request no auth needed
13796npm info attempt registry request try #1 at 19:23:28
13797npm http request GET http://registry.npmjs.org/concat-map
13798npm http 200 http://registry.npmjs.org/balanced-match
13799npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13800npm verb headers etag: '"EWNXFSBBRIGH7I8HCEJKUKS4M"',
13801npm verb headers 'content-type': 'application/json',
13802npm verb headers 'cache-control': 'max-age=60',
13803npm verb headers 'content-length': '11775',
13804npm verb headers 'accept-ranges': 'bytes',
13805npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13806npm verb headers age: '29',
13807npm verb headers 'x-served-by': 'cache-fra1224-FRA',
13808npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13809npm verb headers 'x-cache-hits': '1',
13810npm verb headers 'x-timer': 'S1451417008.668926,VS0,VE0',
13811npm verb headers vary: 'Accept',
13812npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13813npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13814npm verb headers connection: 'keep-alive' }
13815npm verb get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json
13816npm http 200 http://registry.npmjs.org/concat-map
13817npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13818npm verb headers etag: '"66LI2B4AH1989LYDFSL4P944A"',
13819npm verb headers 'content-type': 'application/json',
13820npm verb headers 'cache-control': 'max-age=300',
13821npm verb headers 'content-length': '3896',
13822npm verb headers 'accept-ranges': 'bytes',
13823npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13824npm verb headers age: '179',
13825npm verb headers 'x-served-by': 'cache-fra1246-FRA',
13826npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13827npm verb headers 'x-cache-hits': '8',
13828npm verb headers 'x-timer': 'S1451417008.670843,VS0,VE0',
13829npm verb headers vary: 'Accept',
13830npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13831npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13832npm verb headers connection: 'keep-alive' }
13833npm verb get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json
13834npm verb cache add spec concat-map@0.0.1
13835npm verb addNamed "0.0.1" is a plain semver version for concat-map
13836npm verb addNameVersion registry:http://registry.npmjs.org/concat-map not in flight; fetching
13837npm verb cache add spec balanced-match@^0.3.0
13838npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for balanced-match
13839npm verb addNameRange registry:http://registry.npmjs.org/balanced-match not in flight; fetching
13840npm verb get http://registry.npmjs.org/concat-map not expired, no request
13841npm verb get http://registry.npmjs.org/balanced-match not expired, no request
13842npm verb addNamed "0.3.0" is a plain semver version for balanced-match
13843npm verb addRemoteTarball http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
13844npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
13845npm verb addRemoteTarball 'd8a96bd77fd68df7793a73036a3ba0d5405d477b' ]
13846npm verb addRemoteTarball http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
13847npm verb addRemoteTarball [ 'http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz',
13848npm verb addRemoteTarball 'a91cdd1ebef1a86659e70ff4def01625fc2d6756' ]
13849npm info retry fetch attempt 1 at 19:23:28
13850npm info attempt registry request try #1 at 19:23:28
13851npm http fetch GET http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
13852npm info retry fetch attempt 1 at 19:23:28
13853npm info attempt registry request try #1 at 19:23:28
13854npm http fetch GET http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
13855npm http fetch 200 http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
13856npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
13857npm verb addTmpTarball already have metadata; skipping unpack for concat-map@0.0.1
13858npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing
13859npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json written
13860npm http fetch 200 http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
13861npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
13862npm verb addTmpTarball already have metadata; skipping unpack for balanced-match@0.3.0
13863npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json not in flight; writing
13864npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json written
13865npm verb request uri http://registry.npmjs.org/charenc
13866npm verb request no auth needed
13867npm info attempt registry request try #1 at 19:23:28
13868npm http request GET http://registry.npmjs.org/charenc
13869npm verb request uri http://registry.npmjs.org/crypt
13870npm verb request no auth needed
13871npm info attempt registry request try #1 at 19:23:28
13872npm http request GET http://registry.npmjs.org/crypt
13873npm verb request uri http://registry.npmjs.org/is-buffer
13874npm verb request no auth needed
13875npm info attempt registry request try #1 at 19:23:28
13876npm http request GET http://registry.npmjs.org/is-buffer
13877npm http 200 http://registry.npmjs.org/crypt
13878npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13879npm verb headers etag: '"645DM9B0EL8881WN2UNM01P0E"',
13880npm verb headers 'content-type': 'application/json',
13881npm verb headers 'cache-control': 'max-age=300',
13882npm verb headers 'content-length': '2200',
13883npm verb headers 'accept-ranges': 'bytes',
13884npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13885npm verb headers age: '201',
13886npm verb headers 'x-served-by': 'cache-fra1228-FRA',
13887npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13888npm verb headers 'x-cache-hits': '2',
13889npm verb headers 'x-timer': 'S1451417008.778932,VS0,VE0',
13890npm verb headers vary: 'Accept',
13891npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13892npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13893npm verb headers connection: 'keep-alive' }
13894npm verb get saving crypt to /root/.npm/registry.npmjs.org/crypt/.cache.json
13895npm http 200 http://registry.npmjs.org/charenc
13896npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13897npm verb headers etag: '"56QWGF6L07H5HVAFRB2ZA83YH"',
13898npm verb headers 'content-type': 'application/json',
13899npm verb headers 'cache-control': 'max-age=300',
13900npm verb headers 'content-length': '2266',
13901npm verb headers 'accept-ranges': 'bytes',
13902npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13903npm verb headers age: '201',
13904npm verb headers 'x-served-by': 'cache-fra1224-FRA',
13905npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13906npm verb headers 'x-cache-hits': '1',
13907npm verb headers 'x-timer': 'S1451417008.778526,VS0,VE0',
13908npm verb headers vary: 'Accept',
13909npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
13910npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13911npm verb headers connection: 'keep-alive' }
13912npm verb get saving charenc to /root/.npm/registry.npmjs.org/charenc/.cache.json
13913npm verb cache add spec crypt@~ 0.0.1
13914npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for crypt
13915npm verb addNameRange registry:http://registry.npmjs.org/crypt not in flight; fetching
13916npm verb cache add spec charenc@~ 0.0.1
13917npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for charenc
13918npm verb addNameRange registry:http://registry.npmjs.org/charenc not in flight; fetching
13919npm http 200 http://registry.npmjs.org/is-buffer
13920npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
13921npm verb headers etag: '"DIF9DJ8LI2336ISVZQ1LXHD4H"',
13922npm verb headers 'content-type': 'application/json',
13923npm verb headers 'cache-control': 'max-age=60',
13924npm verb headers 'content-length': '7821',
13925npm verb headers 'accept-ranges': 'bytes',
13926npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
13927npm verb headers age: '12',
13928npm verb headers 'x-served-by': 'cache-fra1232-FRA',
13929npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
13930npm verb headers 'x-cache-hits': '1',
13931npm verb headers 'x-timer': 'S1451417008.798041,VS0,VE0',
13932npm verb headers vary: 'Accept',
13933npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
13934npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
13935npm verb headers connection: 'keep-alive' }
13936npm verb get saving is-buffer to /root/.npm/registry.npmjs.org/is-buffer/.cache.json
13937npm verb get http://registry.npmjs.org/crypt not expired, no request
13938npm verb addNamed "0.0.1" is a plain semver version for crypt
13939npm verb get http://registry.npmjs.org/charenc not expired, no request
13940npm verb addNamed "0.0.1" is a plain semver version for charenc
13941npm verb addRemoteTarball http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz not in flight; adding
13942npm verb addRemoteTarball [ 'http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz',
13943npm verb addRemoteTarball '5f11b21a6c05ef1b5e79708366da6374ece1e6a2' ]
13944npm verb addRemoteTarball http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz not in flight; adding
13945npm verb addRemoteTarball [ 'http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz',
13946npm verb addRemoteTarball '004cff9feaf102382ed12db58dd6f962796d6e88' ]
13947npm info retry fetch attempt 1 at 19:23:28
13948npm info attempt registry request try #1 at 19:23:28
13949npm http fetch GET http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz
13950npm info retry fetch attempt 1 at 19:23:28
13951npm info attempt registry request try #1 at 19:23:28
13952npm http fetch GET http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz
13953npm http fetch 200 http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz
13954npm http fetch 200 http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz
13955npm verb cache add spec is-buffer@~ 1.0.2
13956npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for is-buffer
13957npm verb addNameRange registry:http://registry.npmjs.org/is-buffer not in flight; fetching
13958npm verb get http://registry.npmjs.org/is-buffer not expired, no request
13959npm verb addNamed "1.0.2" is a plain semver version for is-buffer
13960npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/charenc/-/charenc-0.0.1.tgz not in flight; adding
13961npm verb addTmpTarball already have metadata; skipping unpack for charenc@0.0.1
13962npm verb addRemoteTarball http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz not in flight; adding
13963npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz',
13964npm verb addRemoteTarball 'f5c6c051d73f86f11b4ee14267cc1029fce261d0' ]
13965npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/crypt/-/crypt-0.0.1.tgz not in flight; adding
13966npm verb addTmpTarball already have metadata; skipping unpack for crypt@0.0.1
13967npm info retry fetch attempt 1 at 19:23:28
13968npm info attempt registry request try #1 at 19:23:28
13969npm http fetch GET http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz
13970npm http fetch 200 http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz
13971npm verb afterAdd /root/.npm/charenc/0.0.1/package/package.json not in flight; writing
13972npm verb afterAdd /root/.npm/crypt/0.0.1/package/package.json not in flight; writing
13973npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz not in flight; adding
13974npm verb addTmpTarball already have metadata; skipping unpack for is-buffer@1.0.2
13975npm verb afterAdd /root/.npm/charenc/0.0.1/package/package.json written
13976npm verb afterAdd /root/.npm/crypt/0.0.1/package/package.json written
13977npm verb afterAdd /root/.npm/is-buffer/1.0.2/package/package.json not in flight; writing
13978npm verb afterAdd /root/.npm/is-buffer/1.0.2/package/package.json written
13979npm verb cache add spec nopt@~3.0.1
13980npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for nopt
13981npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
13982npm verb request uri http://registry.npmjs.org/config-chain
13983npm verb request no auth needed
13984npm info attempt registry request try #1 at 19:23:28
13985npm http request GET http://registry.npmjs.org/config-chain
13986npm verb request uri http://registry.npmjs.org/ini
13987npm verb request no auth needed
13988npm info attempt registry request try #1 at 19:23:28
13989npm http request GET http://registry.npmjs.org/ini
13990npm verb request uri http://registry.npmjs.org/mkdirp
13991npm verb request no auth needed
13992npm info attempt registry request try #1 at 19:23:28
13993npm http request GET http://registry.npmjs.org/mkdirp
13994npm verb request uri http://registry.npmjs.org/osenv
13995npm verb request no auth needed
13996npm info attempt registry request try #1 at 19:23:28
13997npm http request GET http://registry.npmjs.org/osenv
13998npm verb request uri http://registry.npmjs.org/semver
13999npm verb request no auth needed
14000npm info attempt registry request try #1 at 19:23:28
14001npm http request GET http://registry.npmjs.org/semver
14002npm verb request uri http://registry.npmjs.org/uid-number
14003npm verb request no auth needed
14004npm info attempt registry request try #1 at 19:23:28
14005npm http request GET http://registry.npmjs.org/uid-number
14006npm verb get http://registry.npmjs.org/nopt not expired, no request
14007npm verb addNamed "3.0.6" is a plain semver version for nopt
14008npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
14009npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz',
14010npm verb addRemoteTarball 'c6465dbf08abcd4db359317f79ac68a646b28ff9' ]
14011npm info retry fetch attempt 1 at 19:23:28
14012npm info attempt registry request try #1 at 19:23:28
14013npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
14014npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
14015npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
14016npm verb addTmpTarball already have metadata; skipping unpack for nopt@3.0.6
14017npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
14018npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
14019npm http 200 http://registry.npmjs.org/mkdirp
14020npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14021npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
14022npm verb headers 'content-type': 'application/json',
14023npm verb headers 'cache-control': 'max-age=300',
14024npm verb headers 'content-length': '23472',
14025npm verb headers 'accept-ranges': 'bytes',
14026npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
14027npm verb headers age: '116',
14028npm verb headers 'x-served-by': 'cache-fra1224-FRA',
14029npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14030npm verb headers 'x-cache-hits': '4',
14031npm verb headers 'x-timer': 'S1451417008.909424,VS0,VE0',
14032npm verb headers vary: 'Accept',
14033npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14034npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14035npm verb headers connection: 'keep-alive' }
14036npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
14037npm verb cache add spec mkdirp@^0.5.0
14038npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
14039npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
14040npm verb get http://registry.npmjs.org/mkdirp not expired, no request
14041npm verb addNamed "0.5.1" is a plain semver version for mkdirp
14042npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
14043npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
14044npm verb addRemoteTarball '30057438eac6cf7f8c4767f38648d6697d75c903' ]
14045npm info retry fetch attempt 1 at 19:23:28
14046npm info attempt registry request try #1 at 19:23:28
14047npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
14048npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
14049npm http 200 http://registry.npmjs.org/uid-number
14050npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14051npm verb headers etag: '"CWFLK7S5CJT098IANBCL68CGK"',
14052npm verb headers 'content-type': 'application/json',
14053npm verb headers 'cache-control': 'max-age=300',
14054npm verb headers 'content-length': '6212',
14055npm verb headers 'accept-ranges': 'bytes',
14056npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
14057npm verb headers age: '283',
14058npm verb headers 'x-served-by': 'cache-fra1224-FRA',
14059npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14060npm verb headers 'x-cache-hits': '2',
14061npm verb headers 'x-timer': 'S1451417008.932414,VS0,VE0',
14062npm verb headers vary: 'Accept',
14063npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14064npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14065npm verb headers connection: 'keep-alive' }
14066npm verb get saving uid-number to /root/.npm/registry.npmjs.org/uid-number/.cache.json
14067npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
14068npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.1
14069npm verb cache add spec uid-number@0.0.5
14070npm verb addNamed "0.0.5" is a plain semver version for uid-number
14071npm verb addNameVersion registry:http://registry.npmjs.org/uid-number not in flight; fetching
14072npm http 200 http://registry.npmjs.org/config-chain
14073npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14074npm verb headers etag: '"7M9TXNMGYSRR3DPSWCBAL9V7U"',
14075npm verb headers 'content-type': 'application/json',
14076npm verb headers 'cache-control': 'max-age=300',
14077npm verb headers 'content-length': '23802',
14078npm verb headers 'accept-ranges': 'bytes',
14079npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
14080npm verb headers age: '23',
14081npm verb headers 'x-served-by': 'cache-fra1246-FRA',
14082npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14083npm verb headers 'x-cache-hits': '1',
14084npm verb headers 'x-timer': 'S1451417008.927747,VS0,VE0',
14085npm verb headers vary: 'Accept',
14086npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14087npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14088npm verb headers connection: 'keep-alive' }
14089npm verb get saving config-chain to /root/.npm/registry.npmjs.org/config-chain/.cache.json
14090npm verb get http://registry.npmjs.org/uid-number not expired, no request
14091npm verb addRemoteTarball http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
14092npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz',
14093npm verb addRemoteTarball '5a3db23ef5dbd55b81fce0ec9a2ac6fccdebb81e' ]
14094npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
14095npm info retry fetch attempt 1 at 19:23:28
14096npm info attempt registry request try #1 at 19:23:28
14097npm http fetch GET http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
14098npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
14099npm http fetch 200 http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
14100npm verb cache add spec config-chain@~1.1.8
14101npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for config-chain
14102npm verb addNameRange registry:http://registry.npmjs.org/config-chain not in flight; fetching
14103npm http 200 http://registry.npmjs.org/semver
14104npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14105npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
14106npm verb headers 'content-type': 'application/json',
14107npm verb headers 'cache-control': 'max-age=300',
14108npm verb headers 'content-length': '67438',
14109npm verb headers 'accept-ranges': 'bytes',
14110npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
14111npm verb headers age: '149',
14112npm verb headers 'x-served-by': 'cache-fra1220-FRA',
14113npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14114npm verb headers 'x-cache-hits': '5',
14115npm verb headers 'x-timer': 'S1451417008.926661,VS0,VE0',
14116npm verb headers vary: 'Accept',
14117npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14118npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14119npm verb headers connection: 'keep-alive' }
14120npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
14121npm http 200 http://registry.npmjs.org/ini
14122npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14123npm verb headers etag: '"R52V4AUHE1ZAYPLUYOIGNC3N"',
14124npm verb headers 'content-type': 'application/json',
14125npm verb headers 'cache-control': 'max-age=300',
14126npm verb headers 'content-length': '15321',
14127npm verb headers 'accept-ranges': 'bytes',
14128npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
14129npm verb headers age: '23',
14130npm verb headers 'x-served-by': 'cache-fra1232-FRA',
14131npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14132npm verb headers 'x-cache-hits': '2',
14133npm verb headers 'x-timer': 'S1451417008.909772,VS0,VE0',
14134npm verb headers vary: 'Accept',
14135npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14136npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14137npm verb headers connection: 'keep-alive' }
14138npm verb get saving ini to /root/.npm/registry.npmjs.org/ini/.cache.json
14139npm verb get http://registry.npmjs.org/config-chain not expired, no request
14140npm verb addNamed "1.1.9" is a plain semver version for config-chain
14141npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
14142npm verb addTmpTarball already have metadata; skipping unpack for uid-number@0.0.5
14143npm verb addRemoteTarball http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
14144npm verb addRemoteTarball [ 'http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz',
14145npm verb addRemoteTarball '39ac7d4dca84faad926124c54cff25a53aa8bf6e' ]
14146npm info retry fetch attempt 1 at 19:23:29
14147npm info attempt registry request try #1 at 19:23:29
14148npm http fetch GET http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
14149npm verb cache add spec semver@2 || 3 || 4
14150npm 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
14151npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
14152npm verb cache add spec ini@^1.2.0
14153npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for ini
14154npm verb addNameRange registry:http://registry.npmjs.org/ini not in flight; fetching
14155npm http fetch 200 http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
14156npm verb get http://registry.npmjs.org/semver not expired, no request
14157npm verb addNamed "4.3.6" is a plain semver version for semver
14158npm verb get http://registry.npmjs.org/ini not expired, no request
14159npm verb addNamed "1.3.4" is a plain semver version for ini
14160npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
14161npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-4.3.6.tgz',
14162npm verb addRemoteTarball '300bc6e0e86374f7ba61068b5b1ecd57fc6532da' ]
14163npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json not in flight; writing
14164npm verb addRemoteTarball http://registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
14165npm verb addRemoteTarball [ 'http://registry.npmjs.org/ini/-/ini-1.3.4.tgz',
14166npm verb addRemoteTarball '0537cb79daf59b59a1a517dff706c86ec039162e' ]
14167npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
14168npm verb addTmpTarball already have metadata; skipping unpack for config-chain@1.1.9
14169npm info retry fetch attempt 1 at 19:23:29
14170npm info attempt registry request try #1 at 19:23:29
14171npm http fetch GET http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
14172npm info retry fetch attempt 1 at 19:23:29
14173npm info attempt registry request try #1 at 19:23:29
14174npm http fetch GET http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
14175npm http fetch 200 http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
14176npm http fetch 200 http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
14177npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json written
14178npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
14179npm verb addTmpTarball already have metadata; skipping unpack for ini@1.3.4
14180npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json not in flight; writing
14181npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
14182npm verb addTmpTarball already have metadata; skipping unpack for semver@4.3.6
14183npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json written
14184npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json not in flight; writing
14185npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json not in flight; writing
14186npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json written
14187npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json written
14188npm http 200 http://registry.npmjs.org/osenv
14189npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14190npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
14191npm verb headers 'content-type': 'application/json',
14192npm verb headers 'cache-control': 'max-age=60',
14193npm verb headers 'content-length': '9454',
14194npm verb headers 'accept-ranges': 'bytes',
14195npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
14196npm verb headers age: '25',
14197npm verb headers 'x-served-by': 'cache-fra1228-FRA',
14198npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14199npm verb headers 'x-cache-hits': '3',
14200npm verb headers 'x-timer': 'S1451417008.909809,VS0,VE0',
14201npm verb headers vary: 'Accept',
14202npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14203npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14204npm verb headers connection: 'keep-alive' }
14205npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
14206npm verb cache add spec osenv@^0.1.0
14207npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for osenv
14208npm verb addNameRange registry:http://registry.npmjs.org/osenv not in flight; fetching
14209npm verb get http://registry.npmjs.org/osenv not expired, no request
14210npm verb addNamed "0.1.3" is a plain semver version for osenv
14211npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz not in flight; adding
14212npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz',
14213npm verb addRemoteTarball '83cf05c6d6458fc4d5ac6362ea325d92f2754217' ]
14214npm info retry fetch attempt 1 at 19:23:29
14215npm info attempt registry request try #1 at 19:23:29
14216npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
14217npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
14218npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/osenv/-/osenv-0.1.3.tgz not in flight; adding
14219npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.1.3
14220npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json not in flight; writing
14221npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json written
14222npm verb request uri http://registry.npmjs.org/proto-list
14223npm verb request no auth needed
14224npm info attempt registry request try #1 at 19:23:29
14225npm http request GET http://registry.npmjs.org/proto-list
14226npm http 200 http://registry.npmjs.org/proto-list
14227npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14228npm verb headers etag: '"1EC5XUKN8V3HQ1E5A7O7S3GM6"',
14229npm verb headers 'content-type': 'application/json',
14230npm verb headers 'cache-control': 'max-age=300',
14231npm verb headers 'content-length': '6843',
14232npm verb headers 'accept-ranges': 'bytes',
14233npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14234npm verb headers age: '14',
14235npm verb headers 'x-served-by': 'cache-fra1228-FRA',
14236npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14237npm verb headers 'x-cache-hits': '1',
14238npm verb headers 'x-timer': 'S1451417009.210732,VS0,VE0',
14239npm verb headers vary: 'Accept',
14240npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14241npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14242npm verb headers connection: 'keep-alive' }
14243npm verb get saving proto-list to /root/.npm/registry.npmjs.org/proto-list/.cache.json
14244npm verb cache add spec proto-list@~1.2.1
14245npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for proto-list
14246npm verb addNameRange registry:http://registry.npmjs.org/proto-list not in flight; fetching
14247npm verb get http://registry.npmjs.org/proto-list not expired, no request
14248npm verb addNamed "1.2.4" is a plain semver version for proto-list
14249npm verb addRemoteTarball http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
14250npm verb addRemoteTarball [ 'http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz',
14251npm verb addRemoteTarball '212d5bfe1318306a420f6402b8e26ff39647a849' ]
14252npm info retry fetch attempt 1 at 19:23:29
14253npm info attempt registry request try #1 at 19:23:29
14254npm http fetch GET http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
14255npm http fetch 200 http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
14256npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
14257npm verb addTmpTarball already have metadata; skipping unpack for proto-list@1.2.4
14258npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json not in flight; writing
14259npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json written
14260npm verb request uri http://registry.npmjs.org/minimist
14261npm verb request no auth needed
14262npm info attempt registry request try #1 at 19:23:29
14263npm http request GET http://registry.npmjs.org/minimist
14264npm http 200 http://registry.npmjs.org/minimist
14265npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14266npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
14267npm verb headers 'content-type': 'application/json',
14268npm verb headers 'cache-control': 'max-age=300',
14269npm verb headers 'content-length': '27449',
14270npm verb headers 'accept-ranges': 'bytes',
14271npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14272npm verb headers age: '179',
14273npm verb headers 'x-served-by': 'cache-fra1232-FRA',
14274npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14275npm verb headers 'x-cache-hits': '9',
14276npm verb headers 'x-timer': 'S1451417009.302945,VS0,VE0',
14277npm verb headers vary: 'Accept',
14278npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14279npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14280npm verb headers connection: 'keep-alive' }
14281npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
14282npm verb cache add spec minimist@0.0.8
14283npm verb addNamed "0.0.8" is a plain semver version for minimist
14284npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
14285npm verb get http://registry.npmjs.org/minimist not expired, no request
14286npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
14287npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
14288npm verb addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
14289npm info retry fetch attempt 1 at 19:23:29
14290npm info attempt registry request try #1 at 19:23:29
14291npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
14292npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
14293npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
14294npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.8
14295npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
14296npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
14297npm verb request uri http://registry.npmjs.org/os-homedir
14298npm verb request no auth needed
14299npm info attempt registry request try #1 at 19:23:29
14300npm http request GET http://registry.npmjs.org/os-homedir
14301npm verb request uri http://registry.npmjs.org/os-tmpdir
14302npm verb request no auth needed
14303npm info attempt registry request try #1 at 19:23:29
14304npm http request GET http://registry.npmjs.org/os-tmpdir
14305npm http 200 http://registry.npmjs.org/os-homedir
14306npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14307npm verb headers etag: '"EW6GFLS8HPJ06NR5WEQURJIQ0"',
14308npm verb headers 'content-type': 'application/json',
14309npm verb headers 'cache-control': 'max-age=300',
14310npm verb headers 'content-length': '5258',
14311npm verb headers 'accept-ranges': 'bytes',
14312npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14313npm verb headers age: '151',
14314npm verb headers 'x-served-by': 'cache-fra1232-FRA',
14315npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14316npm verb headers 'x-cache-hits': '3',
14317npm verb headers 'x-timer': 'S1451417009.431396,VS0,VE0',
14318npm verb headers vary: 'Accept',
14319npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14320npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14321npm verb headers connection: 'keep-alive' }
14322npm verb get saving os-homedir to /root/.npm/registry.npmjs.org/os-homedir/.cache.json
14323npm http 200 http://registry.npmjs.org/os-tmpdir
14324npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14325npm verb headers etag: '"1D6S6GMNM0IZZHSSXH31RK0QV"',
14326npm verb headers 'content-type': 'application/json',
14327npm verb headers 'cache-control': 'max-age=60',
14328npm verb headers 'content-length': '4076',
14329npm verb headers 'accept-ranges': 'bytes',
14330npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14331npm verb headers age: '38',
14332npm verb headers 'x-served-by': 'cache-fra1220-FRA',
14333npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14334npm verb headers 'x-cache-hits': '1',
14335npm verb headers 'x-timer': 'S1451417009.433784,VS0,VE1',
14336npm verb headers vary: 'Accept',
14337npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14338npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14339npm verb headers connection: 'keep-alive' }
14340npm verb get saving os-tmpdir to /root/.npm/registry.npmjs.org/os-tmpdir/.cache.json
14341npm verb cache add spec os-homedir@^1.0.0
14342npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-homedir
14343npm verb addNameRange registry:http://registry.npmjs.org/os-homedir not in flight; fetching
14344npm verb cache add spec os-tmpdir@^1.0.0
14345npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-tmpdir
14346npm verb addNameRange registry:http://registry.npmjs.org/os-tmpdir not in flight; fetching
14347npm verb get http://registry.npmjs.org/os-homedir not expired, no request
14348npm verb addNamed "1.0.1" is a plain semver version for os-homedir
14349npm verb addRemoteTarball http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
14350npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz',
14351npm verb addRemoteTarball '0d62bdf44b916fd3bbdcf2cab191948fb094f007' ]
14352npm verb get http://registry.npmjs.org/os-tmpdir not expired, no request
14353npm verb addNamed "1.0.1" is a plain semver version for os-tmpdir
14354npm verb addRemoteTarball http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz not in flight; adding
14355npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz',
14356npm verb addRemoteTarball 'e9b423a1edaf479882562e92ed71d7743a071b6e' ]
14357npm info retry fetch attempt 1 at 19:23:29
14358npm info attempt registry request try #1 at 19:23:29
14359npm http fetch GET http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
14360npm info retry fetch attempt 1 at 19:23:29
14361npm info attempt registry request try #1 at 19:23:29
14362npm http fetch GET http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
14363npm http fetch 200 http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
14364npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz not in flight; adding
14365npm verb addTmpTarball already have metadata; skipping unpack for os-tmpdir@1.0.1
14366npm verb afterAdd /root/.npm/os-tmpdir/1.0.1/package/package.json not in flight; writing
14367npm http fetch 200 http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
14368npm verb afterAdd /root/.npm/os-tmpdir/1.0.1/package/package.json written
14369npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
14370npm verb addTmpTarball already have metadata; skipping unpack for os-homedir@1.0.1
14371npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json not in flight; writing
14372npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json written
14373npm verb request uri http://registry.npmjs.org/bl
14374npm verb request no auth needed
14375npm info attempt registry request try #1 at 19:23:29
14376npm http request GET http://registry.npmjs.org/bl
14377npm verb request uri http://registry.npmjs.org/caseless
14378npm verb request no auth needed
14379npm info attempt registry request try #1 at 19:23:29
14380npm http request GET http://registry.npmjs.org/caseless
14381npm verb request uri http://registry.npmjs.org/forever-agent
14382npm verb request no auth needed
14383npm info attempt registry request try #1 at 19:23:29
14384npm http request GET http://registry.npmjs.org/forever-agent
14385npm verb request uri http://registry.npmjs.org/qs
14386npm verb request no auth needed
14387npm info attempt registry request try #1 at 19:23:29
14388npm http request GET http://registry.npmjs.org/qs
14389npm verb request uri http://registry.npmjs.org/json-stringify-safe
14390npm verb request no auth needed
14391npm info attempt registry request try #1 at 19:23:29
14392npm http request GET http://registry.npmjs.org/json-stringify-safe
14393npm verb request uri http://registry.npmjs.org/mime-types
14394npm verb request no auth needed
14395npm info attempt registry request try #1 at 19:23:29
14396npm http request GET http://registry.npmjs.org/mime-types
14397npm verb request uri http://registry.npmjs.org/node-uuid
14398npm verb request no auth needed
14399npm info attempt registry request try #1 at 19:23:29
14400npm http request GET http://registry.npmjs.org/node-uuid
14401npm verb request uri http://registry.npmjs.org/tunnel-agent
14402npm verb request no auth needed
14403npm info attempt registry request try #1 at 19:23:29
14404npm http request GET http://registry.npmjs.org/tunnel-agent
14405npm verb request uri http://registry.npmjs.org/tough-cookie
14406npm verb request no auth needed
14407npm info attempt registry request try #1 at 19:23:29
14408npm http request GET http://registry.npmjs.org/tough-cookie
14409npm verb request uri http://registry.npmjs.org/form-data
14410npm verb request no auth needed
14411npm info attempt registry request try #1 at 19:23:29
14412npm http request GET http://registry.npmjs.org/form-data
14413npm verb request uri http://registry.npmjs.org/http-signature
14414npm verb request no auth needed
14415npm info attempt registry request try #1 at 19:23:29
14416npm http request GET http://registry.npmjs.org/http-signature
14417npm verb request uri http://registry.npmjs.org/oauth-sign
14418npm verb request no auth needed
14419npm info attempt registry request try #1 at 19:23:29
14420npm http request GET http://registry.npmjs.org/oauth-sign
14421npm verb request uri http://registry.npmjs.org/hawk
14422npm verb request no auth needed
14423npm info attempt registry request try #1 at 19:23:29
14424npm http request GET http://registry.npmjs.org/hawk
14425npm verb request uri http://registry.npmjs.org/aws-sign2
14426npm verb request no auth needed
14427npm info attempt registry request try #1 at 19:23:29
14428npm http request GET http://registry.npmjs.org/aws-sign2
14429npm verb request uri http://registry.npmjs.org/stringstream
14430npm verb request no auth needed
14431npm info attempt registry request try #1 at 19:23:29
14432npm http request GET http://registry.npmjs.org/stringstream
14433npm http 200 http://registry.npmjs.org/qs
14434npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14435npm verb headers etag: '"ABBTZ14CMW8TB0ZN25ZL5AVYM"',
14436npm verb headers 'content-type': 'application/json',
14437npm verb headers 'cache-control': 'max-age=300',
14438npm verb headers 'content-length': '64515',
14439npm verb headers 'accept-ranges': 'bytes',
14440npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14441npm verb headers age: '252',
14442npm verb headers 'x-served-by': 'cache-fra1224-FRA',
14443npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14444npm verb headers 'x-cache-hits': '5',
14445npm verb headers 'x-timer': 'S1451417009.580737,VS0,VE0',
14446npm verb headers vary: 'Accept',
14447npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14448npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14449npm verb headers connection: 'keep-alive' }
14450npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
14451npm http 200 http://registry.npmjs.org/json-stringify-safe
14452npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14453npm verb headers etag: '"81QGNAHFB4M7T44SCE0G7ZKVX"',
14454npm verb headers 'content-type': 'application/json',
14455npm verb headers 'cache-control': 'max-age=300',
14456npm verb headers 'content-length': '7011',
14457npm verb headers 'accept-ranges': 'bytes',
14458npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14459npm verb headers age: '23',
14460npm verb headers 'x-served-by': 'cache-fra1241-FRA',
14461npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14462npm verb headers 'x-cache-hits': '2',
14463npm verb headers 'x-timer': 'S1451417009.603277,VS0,VE0',
14464npm verb headers vary: 'Accept',
14465npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14466npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14467npm verb headers connection: 'keep-alive' }
14468npm verb get saving json-stringify-safe to /root/.npm/registry.npmjs.org/json-stringify-safe/.cache.json
14469npm http 200 http://registry.npmjs.org/stringstream
14470npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14471npm verb headers etag: '"EBUPD6LZKZQ0XKY707YFHY8YL"',
14472npm verb headers 'content-type': 'application/json',
14473npm verb headers 'cache-control': 'max-age=60',
14474npm verb headers 'content-length': '6491',
14475npm verb headers 'accept-ranges': 'bytes',
14476npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14477npm verb headers age: '2',
14478npm verb headers 'x-served-by': 'cache-fra1243-FRA',
14479npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14480npm verb headers 'x-cache-hits': '2',
14481npm verb headers 'x-timer': 'S1451417009.604207,VS0,VE0',
14482npm verb headers vary: 'Accept',
14483npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14484npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14485npm verb headers connection: 'keep-alive' }
14486npm verb get saving stringstream to /root/.npm/registry.npmjs.org/stringstream/.cache.json
14487npm http 200 http://registry.npmjs.org/aws-sign2
14488npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14489npm verb headers etag: '"27R48E29FV1E9H5GP3QGA5YV3"',
14490npm verb headers 'content-type': 'application/json',
14491npm verb headers 'cache-control': 'max-age=60',
14492npm verb headers 'content-length': '3749',
14493npm verb headers 'accept-ranges': 'bytes',
14494npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14495npm verb headers age: '3',
14496npm verb headers 'x-served-by': 'cache-fra1221-FRA',
14497npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14498npm verb headers 'x-cache-hits': '1',
14499npm verb headers 'x-timer': 'S1451417009.613665,VS0,VE0',
14500npm verb headers vary: 'Accept',
14501npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14502npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14503npm verb headers connection: 'keep-alive' }
14504npm verb get saving aws-sign2 to /root/.npm/registry.npmjs.org/aws-sign2/.cache.json
14505npm http 200 http://registry.npmjs.org/oauth-sign
14506npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14507npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
14508npm verb headers 'content-type': 'application/json',
14509npm verb headers 'cache-control': 'max-age=60',
14510npm verb headers 'content-length': '8012',
14511npm verb headers 'accept-ranges': 'bytes',
14512npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14513npm verb headers age: '7',
14514npm verb headers 'x-served-by': 'cache-fra1245-FRA',
14515npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14516npm verb headers 'x-cache-hits': '1',
14517npm verb headers 'x-timer': 'S1451417009.606022,VS0,VE8',
14518npm verb headers vary: 'Accept',
14519npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14520npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14521npm verb headers connection: 'keep-alive' }
14522npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
14523npm http 200 http://registry.npmjs.org/node-uuid
14524npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14525npm verb headers etag: '"7SC44848JT0T1XLJAD5CB3ZVF"',
14526npm verb headers 'content-type': 'application/json',
14527npm verb headers 'cache-control': 'max-age=300',
14528npm verb headers 'content-length': '23337',
14529npm verb headers 'accept-ranges': 'bytes',
14530npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14531npm verb headers age: '232',
14532npm verb headers 'x-served-by': 'cache-fra1240-FRA',
14533npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14534npm verb headers 'x-cache-hits': '4',
14535npm verb headers 'x-timer': 'S1451417009.606086,VS0,VE0',
14536npm verb headers vary: 'Accept',
14537npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14538npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14539npm verb headers connection: 'keep-alive' }
14540npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
14541npm verb cache add spec qs@~1.2.0
14542npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for qs
14543npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
14544npm verb cache add spec json-stringify-safe@~5.0.0
14545npm verb addNamed ">=5.0.0 <5.1.0" is a valid semver range for json-stringify-safe
14546npm verb addNameRange registry:http://registry.npmjs.org/json-stringify-safe not in flight; fetching
14547npm http 200 http://registry.npmjs.org/mime-types
14548npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14549npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
14550npm verb headers 'content-type': 'application/json',
14551npm verb headers 'cache-control': 'max-age=300',
14552npm verb headers 'content-length': '48065',
14553npm verb headers 'accept-ranges': 'bytes',
14554npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14555npm verb headers age: '13',
14556npm verb headers 'x-served-by': 'cache-fra1230-FRA',
14557npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14558npm verb headers 'x-cache-hits': '2',
14559npm verb headers 'x-timer': 'S1451417009.603248,VS0,VE0',
14560npm verb headers vary: 'Accept',
14561npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14562npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14563npm verb headers connection: 'keep-alive' }
14564npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
14565npm verb cache add spec stringstream@~0.0.4
14566npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
14567npm verb addNameRange registry:http://registry.npmjs.org/stringstream not in flight; fetching
14568npm verb cache add spec aws-sign2@~0.5.0
14569npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for aws-sign2
14570npm verb addNameRange registry:http://registry.npmjs.org/aws-sign2 not in flight; fetching
14571npm http 200 http://registry.npmjs.org/tough-cookie
14572npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14573npm verb headers etag: '"B7F5A665MXTTVUJINA0ZEOV17"',
14574npm verb headers 'content-type': 'application/json',
14575npm verb headers 'cache-control': 'max-age=60',
14576npm verb headers 'content-length': '57765',
14577npm verb headers 'accept-ranges': 'bytes',
14578npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14579npm verb headers age: '2',
14580npm verb headers 'x-served-by': 'cache-fra1225-FRA',
14581npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14582npm verb headers 'x-cache-hits': '1',
14583npm verb headers 'x-timer': 'S1451417009.603021,VS0,VE1',
14584npm verb headers vary: 'Accept',
14585npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14586npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14587npm verb headers connection: 'keep-alive' }
14588npm verb get saving tough-cookie to /root/.npm/registry.npmjs.org/tough-cookie/.cache.json
14589npm http 200 http://registry.npmjs.org/http-signature
14590npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14591npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
14592npm verb headers 'content-type': 'application/json',
14593npm verb headers 'cache-control': 'max-age=60',
14594npm verb headers 'content-length': '24126',
14595npm verb headers 'accept-ranges': 'bytes',
14596npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14597npm verb headers age: '4',
14598npm verb headers 'x-served-by': 'cache-fra1244-FRA',
14599npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14600npm verb headers 'x-cache-hits': '1',
14601npm verb headers 'x-timer': 'S1451417009.604148,VS0,VE0',
14602npm verb headers vary: 'Accept',
14603npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14604npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14605npm verb headers connection: 'keep-alive' }
14606npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
14607npm verb cache add spec oauth-sign@~0.4.0
14608npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for oauth-sign
14609npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
14610npm verb cache add spec node-uuid@~1.4.0
14611npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
14612npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
14613npm verb get http://registry.npmjs.org/qs not expired, no request
14614npm verb addNamed "1.2.2" is a plain semver version for qs
14615npm verb get http://registry.npmjs.org/json-stringify-safe not expired, no request
14616npm verb addNamed "5.0.1" is a plain semver version for json-stringify-safe
14617npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-1.2.2.tgz not in flight; adding
14618npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-1.2.2.tgz',
14619npm verb addRemoteTarball '19b57ff24dc2a99ce1f8bdf6afcda59f8ef61f88' ]
14620npm http 200 http://registry.npmjs.org/tunnel-agent
14621npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14622npm verb headers etag: '"5431PXAZURN09OWZMSA9JZ82Z"',
14623npm verb headers 'content-type': 'application/json',
14624npm verb headers 'cache-control': 'max-age=300',
14625npm verb headers 'content-length': '6161',
14626npm verb headers 'accept-ranges': 'bytes',
14627npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14628npm verb headers age: '15',
14629npm verb headers 'x-served-by': 'cache-fra1231-FRA',
14630npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14631npm verb headers 'x-cache-hits': '2',
14632npm verb headers 'x-timer': 'S1451417009.604268,VS0,VE0',
14633npm verb headers vary: 'Accept',
14634npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14635npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14636npm verb headers connection: 'keep-alive' }
14637npm verb get saving tunnel-agent to /root/.npm/registry.npmjs.org/tunnel-agent/.cache.json
14638npm verb get http://registry.npmjs.org/stringstream not expired, no request
14639npm verb addNamed "0.0.5" is a plain semver version for stringstream
14640npm verb addRemoteTarball http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
14641npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz',
14642npm verb addRemoteTarball '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb' ]
14643npm http 200 http://registry.npmjs.org/bl
14644npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14645npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
14646npm verb headers 'content-type': 'application/json',
14647npm verb headers 'cache-control': 'max-age=60',
14648npm verb headers 'content-length': '33544',
14649npm verb headers 'accept-ranges': 'bytes',
14650npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14651npm verb headers age: '26',
14652npm verb headers 'x-served-by': 'cache-fra1232-FRA',
14653npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14654npm verb headers 'x-cache-hits': '1',
14655npm verb headers 'x-timer': 'S1451417009.580976,VS0,VE0',
14656npm verb headers vary: 'Accept',
14657npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14658npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14659npm verb headers connection: 'keep-alive' }
14660npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
14661npm verb get http://registry.npmjs.org/aws-sign2 not expired, no request
14662npm verb addNamed "0.5.0" is a plain semver version for aws-sign2
14663npm verb addRemoteTarball http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
14664npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz',
14665npm verb addRemoteTarball '4e484cd4de5a0bbbee18e46307710a8a81621878' ]
14666npm verb get http://registry.npmjs.org/oauth-sign not expired, no request
14667npm verb addNamed "0.4.0" is a plain semver version for oauth-sign
14668npm verb addRemoteTarball http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
14669npm verb addRemoteTarball [ 'http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz',
14670npm verb addRemoteTarball 'c57103f7a17fc037f02d7c2e64b602ea223f7d63' ]
14671npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz not in flight; adding
14672npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz',
14673npm verb addRemoteTarball 'f22956f31ea7151a821e5f2fb32c113cad8b9f69' ]
14674npm info retry fetch attempt 1 at 19:23:29
14675npm info attempt registry request try #1 at 19:23:29
14676npm http fetch GET http://registry.npmjs.org/qs/-/qs-1.2.2.tgz
14677npm verb get http://registry.npmjs.org/node-uuid not expired, no request
14678npm verb addNamed "1.4.7" is a plain semver version for node-uuid
14679npm info retry fetch attempt 1 at 19:23:29
14680npm info attempt registry request try #1 at 19:23:29
14681npm http fetch GET http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
14682npm verb addRemoteTarball http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
14683npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz',
14684npm verb addRemoteTarball '6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f' ]
14685npm info retry fetch attempt 1 at 19:23:29
14686npm info attempt registry request try #1 at 19:23:29
14687npm http fetch GET http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
14688npm verb cache add spec mime-types@~1.0.1
14689npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for mime-types
14690npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
14691npm info retry fetch attempt 1 at 19:23:29
14692npm info attempt registry request try #1 at 19:23:29
14693npm http fetch GET http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
14694npm http fetch 200 http://registry.npmjs.org/qs/-/qs-1.2.2.tgz
14695npm http fetch 200 http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
14696npm info retry fetch attempt 1 at 19:23:29
14697npm info attempt registry request try #1 at 19:23:29
14698npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz
14699npm verb cache add spec tough-cookie@>=0.12.0
14700npm verb addNamed ">=0.12.0" is a valid semver range for tough-cookie
14701npm verb addNameRange registry:http://registry.npmjs.org/tough-cookie not in flight; fetching
14702npm verb cache add spec http-signature@~0.10.0
14703npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
14704npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
14705npm http fetch 200 http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
14706npm http 200 http://registry.npmjs.org/hawk
14707npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14708npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
14709npm verb headers 'content-type': 'application/json',
14710npm verb headers 'cache-control': 'max-age=60',
14711npm verb headers 'content-length': '91207',
14712npm verb headers 'accept-ranges': 'bytes',
14713npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14714npm verb headers age: '3',
14715npm verb headers 'x-served-by': 'cache-fra1224-FRA',
14716npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14717npm verb headers 'x-cache-hits': '1',
14718npm verb headers 'x-timer': 'S1451417009.605744,VS0,VE0',
14719npm verb headers vary: 'Accept',
14720npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14721npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14722npm verb headers connection: 'keep-alive' }
14723npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
14724npm info retry fetch attempt 1 at 19:23:29
14725npm info attempt registry request try #1 at 19:23:29
14726npm http fetch GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
14727npm http fetch 200 http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
14728npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz
14729npm http fetch 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
14730npm verb get http://registry.npmjs.org/mime-types not expired, no request
14731npm verb addNamed "1.0.2" is a plain semver version for mime-types
14732npm verb cache add spec tunnel-agent@~0.4.0
14733npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for tunnel-agent
14734npm verb addNameRange registry:http://registry.npmjs.org/tunnel-agent not in flight; fetching
14735npm verb cache add spec bl@~0.9.0
14736npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
14737npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
14738npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
14739npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz',
14740npm verb addRemoteTarball '995ae1392ab8affcbfcb2641dd054e943c0d5dce' ]
14741npm verb get http://registry.npmjs.org/tough-cookie not expired, no request
14742npm verb addNamed "2.2.1" is a plain semver version for tough-cookie
14743npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/qs/-/qs-1.2.2.tgz not in flight; adding
14744npm verb addTmpTarball already have metadata; skipping unpack for qs@1.2.2
14745npm verb get http://registry.npmjs.org/http-signature not expired, no request
14746npm verb addNamed "0.10.1" is a plain semver version for http-signature
14747npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
14748npm verb addTmpTarball already have metadata; skipping unpack for json-stringify-safe@5.0.1
14749npm verb addRemoteTarball http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
14750npm verb addRemoteTarball [ 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz',
14751npm verb addRemoteTarball '3b0516b799e70e8164436a1446e7e5877fda118e' ]
14752npm verb addRemoteTarball http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
14753npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz',
14754npm verb addRemoteTarball '4fbdac132559aa8323121e540779c0a012b27e66' ]
14755npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
14756npm verb addTmpTarball already have metadata; skipping unpack for stringstream@0.0.5
14757npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
14758npm verb addTmpTarball already have metadata; skipping unpack for aws-sign2@0.5.0
14759npm info retry fetch attempt 1 at 19:23:29
14760npm info attempt registry request try #1 at 19:23:29
14761npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
14762npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz not in flight; adding
14763npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.4.0
14764npm info retry fetch attempt 1 at 19:23:29
14765npm info attempt registry request try #1 at 19:23:29
14766npm http fetch GET http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
14767npm verb get http://registry.npmjs.org/tunnel-agent not expired, no request
14768npm verb addNamed "0.4.2" is a plain semver version for tunnel-agent
14769npm info retry fetch attempt 1 at 19:23:29
14770npm info attempt registry request try #1 at 19:23:29
14771npm http fetch GET http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
14772npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
14773npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.4.7
14774npm verb get http://registry.npmjs.org/bl not expired, no request
14775npm verb addNamed "0.9.4" is a plain semver version for bl
14776npm verb addRemoteTarball http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
14777npm verb addRemoteTarball [ 'http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz',
14778npm verb addRemoteTarball '1104e3f36ac87125c287270067d582d18133bfee' ]
14779npm verb cache add spec hawk@1.1.1
14780npm verb addNamed "1.1.1" is a plain semver version for hawk
14781npm verb addNameVersion registry:http://registry.npmjs.org/hawk not in flight; fetching
14782npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
14783npm verb addRemoteTarball http://registry.npmjs.org/bl/-/bl-0.9.4.tgz not in flight; adding
14784npm verb addRemoteTarball [ 'http://registry.npmjs.org/bl/-/bl-0.9.4.tgz',
14785npm verb addRemoteTarball '4702ddf72fbe0ecd82787c00c113aea1935ad0e7' ]
14786npm http fetch 200 http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
14787npm info retry fetch attempt 1 at 19:23:29
14788npm info attempt registry request try #1 at 19:23:29
14789npm http fetch GET http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
14790npm info retry fetch attempt 1 at 19:23:29
14791npm info attempt registry request try #1 at 19:23:29
14792npm http fetch GET http://registry.npmjs.org/bl/-/bl-0.9.4.tgz
14793npm http fetch 200 http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
14794npm verb get http://registry.npmjs.org/hawk not expired, no request
14795npm http fetch 200 http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
14796npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json not in flight; writing
14797npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json not in flight; writing
14798npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
14799npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz',
14800npm verb addRemoteTarball '87cd491f9b46e4e2aeaca335416766885d2d1ed9' ]
14801npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
14802npm verb addTmpTarball already have metadata; skipping unpack for mime-types@1.0.2
14803npm http fetch 200 http://registry.npmjs.org/bl/-/bl-0.9.4.tgz
14804npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json not in flight; writing
14805npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
14806npm verb addTmpTarball already have metadata; skipping unpack for tough-cookie@2.2.1
14807npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json not in flight; writing
14808npm info retry fetch attempt 1 at 19:23:29
14809npm info attempt registry request try #1 at 19:23:29
14810npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
14811npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json not in flight; writing
14812npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
14813npm verb addTmpTarball already have metadata; skipping unpack for http-signature@0.10.1
14814npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
14815npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json written
14816npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json written
14817npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
14818npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
14819npm verb addTmpTarball already have metadata; skipping unpack for tunnel-agent@0.4.2
14820npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json written
14821npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/bl/-/bl-0.9.4.tgz not in flight; adding
14822npm verb addTmpTarball already have metadata; skipping unpack for bl@0.9.4
14823npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json written
14824npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json written
14825npm http 200 http://registry.npmjs.org/forever-agent
14826npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14827npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
14828npm verb headers 'content-type': 'application/json',
14829npm verb headers 'cache-control': 'max-age=300',
14830npm verb headers 'content-length': '7980',
14831npm verb headers 'accept-ranges': 'bytes',
14832npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14833npm verb headers age: '46',
14834npm verb headers 'x-served-by': 'cache-fra1224-FRA',
14835npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14836npm verb headers 'x-cache-hits': '2',
14837npm verb headers 'x-timer': 'S1451417009.580924,VS0,VE0',
14838npm verb headers vary: 'Accept',
14839npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14840npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14841npm verb headers connection: 'keep-alive' }
14842npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
14843npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
14844npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json not in flight; writing
14845npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json not in flight; writing
14846npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
14847npm verb addTmpTarball already have metadata; skipping unpack for hawk@1.1.1
14848npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
14849npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json written
14850npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json not in flight; writing
14851npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
14852npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json written
14853npm verb cache add spec forever-agent@~0.5.0
14854npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
14855npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
14856npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
14857npm http 200 http://registry.npmjs.org/caseless
14858npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14859npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
14860npm verb headers 'content-type': 'application/json',
14861npm verb headers 'cache-control': 'max-age=60',
14862npm verb headers 'content-length': '13018',
14863npm verb headers 'accept-ranges': 'bytes',
14864npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14865npm verb headers age: '26',
14866npm verb headers 'x-served-by': 'cache-fra1246-FRA',
14867npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14868npm verb headers 'x-cache-hits': '1',
14869npm verb headers 'x-timer': 'S1451417009.580772,VS0,VE0',
14870npm verb headers vary: 'Accept',
14871npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
14872npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14873npm verb headers connection: 'keep-alive' }
14874npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
14875npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json written
14876npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
14877npm verb get http://registry.npmjs.org/forever-agent not expired, no request
14878npm verb addNamed "0.5.2" is a plain semver version for forever-agent
14879npm verb addRemoteTarball http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
14880npm verb addRemoteTarball [ 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz',
14881npm verb addRemoteTarball '6d0e09c4921f94a27f63d3b49c5feff1ea4c5130' ]
14882npm http 200 http://registry.npmjs.org/form-data
14883npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14884npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
14885npm verb headers 'content-type': 'application/json',
14886npm verb headers 'cache-control': 'max-age=300',
14887npm verb headers 'content-length': '31379',
14888npm verb headers 'accept-ranges': 'bytes',
14889npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
14890npm verb headers age: '96',
14891npm verb headers 'x-served-by': 'cache-fra1235-FRA',
14892npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14893npm verb headers 'x-cache-hits': '1',
14894npm verb headers 'x-timer': 'S1451417009.603915,VS0,VE0',
14895npm verb headers vary: 'Accept',
14896npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14897npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14898npm verb headers connection: 'keep-alive' }
14899npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
14900npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
14901npm info retry fetch attempt 1 at 19:23:29
14902npm info attempt registry request try #1 at 19:23:29
14903npm http fetch GET http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
14904npm http fetch 200 http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
14905npm verb cache add spec caseless@~0.6.0
14906npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for caseless
14907npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
14908npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
14909npm verb get http://registry.npmjs.org/caseless not expired, no request
14910npm verb addNamed "0.6.0" is a plain semver version for caseless
14911npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
14912npm verb addTmpTarball already have metadata; skipping unpack for forever-agent@0.5.2
14913npm verb cache add spec form-data@~0.1.0
14914npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
14915npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
14916npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz not in flight; adding
14917npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz',
14918npm verb addRemoteTarball '8167c1ab8397fb5bb95f96d28e5a81c50f247ac4' ]
14919npm info retry fetch attempt 1 at 19:23:30
14920npm info attempt registry request try #1 at 19:23:30
14921npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz
14922npm verb get http://registry.npmjs.org/form-data not expired, no request
14923npm verb addNamed "0.1.4" is a plain semver version for form-data
14924npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz
14925npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
14926npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz',
14927npm verb addRemoteTarball '91abd788aba9702b1aabfa8bc01031a2ac9e3b12' ]
14928npm info retry fetch attempt 1 at 19:23:30
14929npm info attempt registry request try #1 at 19:23:30
14930npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
14931npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
14932npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
14933npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/caseless/-/caseless-0.6.0.tgz not in flight; adding
14934npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.6.0
14935npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
14936npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
14937npm verb addTmpTarball already have metadata; skipping unpack for form-data@0.1.4
14938npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json not in flight; writing
14939npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
14940npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json written
14941npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
14942npm verb request uri http://registry.npmjs.org/readable-stream
14943npm verb request no auth needed
14944npm info attempt registry request try #1 at 19:23:30
14945npm http request GET http://registry.npmjs.org/readable-stream
14946npm http 200 http://registry.npmjs.org/readable-stream
14947npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14948npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
14949npm verb headers 'content-type': 'application/json',
14950npm verb headers 'cache-control': 'max-age=300',
14951npm verb headers 'content-length': '52248',
14952npm verb headers 'accept-ranges': 'bytes',
14953npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
14954npm verb headers age: '202',
14955npm verb headers 'x-served-by': 'cache-fra1235-FRA',
14956npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
14957npm verb headers 'x-cache-hits': '13',
14958npm verb headers 'x-timer': 'S1451417010.071144,VS0,VE0',
14959npm verb headers vary: 'Accept',
14960npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
14961npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
14962npm verb headers connection: 'keep-alive' }
14963npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
14964npm verb cache add spec readable-stream@~1.0.26
14965npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
14966npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
14967npm verb get http://registry.npmjs.org/readable-stream not expired, no request
14968npm verb addNamed "1.0.33" is a plain semver version for readable-stream
14969npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz not in flight; adding
14970npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz',
14971npm verb addRemoteTarball '3a360dd66c1b1d7fd4705389860eda1d0f61126c' ]
14972npm info retry fetch attempt 1 at 19:23:30
14973npm info attempt registry request try #1 at 19:23:30
14974npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz
14975npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz
14976npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz not in flight; adding
14977npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.0.33
14978npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
14979npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
14980npm verb request uri http://registry.npmjs.org/core-util-is
14981npm verb request no auth needed
14982npm info attempt registry request try #1 at 19:23:30
14983npm http request GET http://registry.npmjs.org/core-util-is
14984npm verb request uri http://registry.npmjs.org/isarray
14985npm verb request no auth needed
14986npm info attempt registry request try #1 at 19:23:30
14987npm http request GET http://registry.npmjs.org/isarray
14988npm verb request uri http://registry.npmjs.org/string_decoder
14989npm verb request no auth needed
14990npm info attempt registry request try #1 at 19:23:30
14991npm http request GET http://registry.npmjs.org/string_decoder
14992npm http 200 http://registry.npmjs.org/core-util-is
14993npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14994npm verb headers etag: '"75RK9UUWAHLYO40UZKLLOJ8YF"',
14995npm verb headers 'content-type': 'application/json',
14996npm verb headers 'cache-control': 'max-age=60',
14997npm verb headers 'content-length': '3747',
14998npm verb headers 'accept-ranges': 'bytes',
14999npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15000npm verb headers age: '49',
15001npm verb headers 'x-served-by': 'cache-fra1235-FRA',
15002npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15003npm verb headers 'x-cache-hits': '2',
15004npm verb headers 'x-timer': 'S1451417010.228418,VS0,VE0',
15005npm verb headers vary: 'Accept',
15006npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15007npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15008npm verb headers connection: 'keep-alive' }
15009npm verb get saving core-util-is to /root/.npm/registry.npmjs.org/core-util-is/.cache.json
15010npm verb cache add spec core-util-is@~1.0.0
15011npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
15012npm verb addNameRange registry:http://registry.npmjs.org/core-util-is not in flight; fetching
15013npm verb get http://registry.npmjs.org/core-util-is not expired, no request
15014npm verb addNamed "1.0.2" is a plain semver version for core-util-is
15015npm verb addRemoteTarball http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
15016npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz',
15017npm verb addRemoteTarball 'b5fd54220aa2bc5ab57aab7140c940754503c1a7' ]
15018npm info retry fetch attempt 1 at 19:23:30
15019npm info attempt registry request try #1 at 19:23:30
15020npm http fetch GET http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
15021npm http 200 http://registry.npmjs.org/string_decoder
15022npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15023npm verb headers etag: '"3SLQP4XEWUIBONOV855WOPR0B"',
15024npm verb headers 'content-type': 'application/json',
15025npm verb headers 'cache-control': 'max-age=60',
15026npm verb headers 'content-length': '8814',
15027npm verb headers 'accept-ranges': 'bytes',
15028npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15029npm verb headers age: '34',
15030npm verb headers 'x-served-by': 'cache-fra1246-FRA',
15031npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15032npm verb headers 'x-cache-hits': '2',
15033npm verb headers 'x-timer': 'S1451417010.228700,VS0,VE0',
15034npm verb headers vary: 'Accept',
15035npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15036npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15037npm verb headers connection: 'keep-alive' }
15038npm verb get saving string_decoder to /root/.npm/registry.npmjs.org/string_decoder/.cache.json
15039npm http 200 http://registry.npmjs.org/isarray
15040npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15041npm verb headers etag: '"9BAUPW5RTV3W0838KA6Y08NTG"',
15042npm verb headers 'content-type': 'application/json',
15043npm verb headers 'cache-control': 'max-age=300',
15044npm verb headers 'content-length': '5848',
15045npm verb headers 'accept-ranges': 'bytes',
15046npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15047npm verb headers age: '244',
15048npm verb headers 'x-served-by': 'cache-fra1224-FRA',
15049npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15050npm verb headers 'x-cache-hits': '7',
15051npm verb headers 'x-timer': 'S1451417010.228783,VS0,VE0',
15052npm verb headers vary: 'Accept',
15053npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
15054npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15055npm verb headers connection: 'keep-alive' }
15056npm verb get saving isarray to /root/.npm/registry.npmjs.org/isarray/.cache.json
15057npm verb cache add spec isarray@0.0.1
15058npm verb addNamed "0.0.1" is a plain semver version for isarray
15059npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
15060npm verb cache add spec string_decoder@~0.10.x
15061npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
15062npm verb addNameRange registry:http://registry.npmjs.org/string_decoder not in flight; fetching
15063npm http fetch 200 http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
15064npm verb get http://registry.npmjs.org/isarray not expired, no request
15065npm verb get http://registry.npmjs.org/string_decoder not expired, no request
15066npm verb addNamed "0.10.31" is a plain semver version for string_decoder
15067npm verb addRemoteTarball http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
15068npm verb addRemoteTarball [ 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
15069npm verb addRemoteTarball '8a18acfca9a8f4177e09abfc6038939b05d1eedf' ]
15070npm verb addRemoteTarball http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
15071npm verb addRemoteTarball [ 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
15072npm verb addRemoteTarball '62e203bc41766c6c28c9fc84301dab1c5310fa94' ]
15073npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
15074npm verb addTmpTarball already have metadata; skipping unpack for core-util-is@1.0.2
15075npm info retry fetch attempt 1 at 19:23:30
15076npm info attempt registry request try #1 at 19:23:30
15077npm http fetch GET http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
15078npm info retry fetch attempt 1 at 19:23:30
15079npm info attempt registry request try #1 at 19:23:30
15080npm http fetch GET http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
15081npm http fetch 200 http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
15082npm http fetch 200 http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
15083npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
15084npm verb addTmpTarball already have metadata; skipping unpack for isarray@0.0.1
15085npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
15086npm verb addTmpTarball already have metadata; skipping unpack for string_decoder@0.10.31
15087npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json not in flight; writing
15088npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json written
15089npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json not in flight; writing
15090npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json not in flight; writing
15091npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json written
15092npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json written
15093npm verb request uri http://registry.npmjs.org/combined-stream
15094npm verb request no auth needed
15095npm info attempt registry request try #1 at 19:23:30
15096npm http request GET http://registry.npmjs.org/combined-stream
15097npm verb request uri http://registry.npmjs.org/mime
15098npm verb request no auth needed
15099npm info attempt registry request try #1 at 19:23:30
15100npm http request GET http://registry.npmjs.org/mime
15101npm verb request uri http://registry.npmjs.org/async
15102npm verb request no auth needed
15103npm info attempt registry request try #1 at 19:23:30
15104npm http request GET http://registry.npmjs.org/async
15105npm http 200 http://registry.npmjs.org/combined-stream
15106npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15107npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
15108npm verb headers 'content-type': 'application/json',
15109npm verb headers 'cache-control': 'max-age=60',
15110npm verb headers 'content-length': '20052',
15111npm verb headers 'accept-ranges': 'bytes',
15112npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15113npm verb headers age: '6',
15114npm verb headers 'x-served-by': 'cache-fra1235-FRA',
15115npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15116npm verb headers 'x-cache-hits': '1',
15117npm verb headers 'x-timer': 'S1451417010.353465,VS0,VE0',
15118npm verb headers vary: 'Accept',
15119npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15120npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15121npm verb headers connection: 'keep-alive' }
15122npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
15123npm http 200 http://registry.npmjs.org/mime
15124npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15125npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
15126npm verb headers 'content-type': 'application/json',
15127npm verb headers 'cache-control': 'max-age=60',
15128npm verb headers 'content-length': '20148',
15129npm verb headers 'accept-ranges': 'bytes',
15130npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15131npm verb headers age: '26',
15132npm verb headers 'x-served-by': 'cache-fra1246-FRA',
15133npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15134npm verb headers 'x-cache-hits': '1',
15135npm verb headers 'x-timer': 'S1451417010.353724,VS0,VE0',
15136npm verb headers vary: 'Accept',
15137npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15138npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15139npm verb headers connection: 'keep-alive' }
15140npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
15141npm verb cache add spec combined-stream@~0.0.4
15142npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
15143npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
15144npm verb cache add spec mime@~1.2.11
15145npm verb addNamed ">=1.2.11 <1.3.0" is a valid semver range for mime
15146npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
15147npm verb get http://registry.npmjs.org/combined-stream not expired, no request
15148npm verb addNamed "0.0.7" is a plain semver version for combined-stream
15149npm verb get http://registry.npmjs.org/mime not expired, no request
15150npm verb addNamed "1.2.11" is a plain semver version for mime
15151npm verb addRemoteTarball http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
15152npm verb addRemoteTarball [ 'http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz',
15153npm verb addRemoteTarball '0137e657baa5a7541c57ac37ac5fc07d73b4dc1f' ]
15154npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
15155npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
15156npm verb addRemoteTarball '58203eed86e3a5ef17aed2b7d9ebd47f0a60dd10' ]
15157npm info retry fetch attempt 1 at 19:23:30
15158npm info attempt registry request try #1 at 19:23:30
15159npm http fetch GET http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
15160npm info retry fetch attempt 1 at 19:23:30
15161npm info attempt registry request try #1 at 19:23:30
15162npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.2.11.tgz
15163npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.2.11.tgz
15164npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
15165npm verb addTmpTarball already have metadata; skipping unpack for mime@1.2.11
15166npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json not in flight; writing
15167npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json written
15168npm http fetch 200 http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
15169npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
15170npm verb addTmpTarball already have metadata; skipping unpack for combined-stream@0.0.7
15171npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
15172npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
15173npm http 200 http://registry.npmjs.org/async
15174npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15175npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
15176npm verb headers 'content-type': 'application/json',
15177npm verb headers 'cache-control': 'max-age=300',
15178npm verb headers 'content-length': '132682',
15179npm verb headers 'accept-ranges': 'bytes',
15180npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15181npm verb headers age: '221',
15182npm verb headers 'x-served-by': 'cache-fra1232-FRA',
15183npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15184npm verb headers 'x-cache-hits': '9',
15185npm verb headers 'x-timer': 'S1451417010.354572,VS0,VE0',
15186npm verb headers vary: 'Accept',
15187npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
15188npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15189npm verb headers connection: 'keep-alive' }
15190npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
15191npm verb cache add spec async@~0.9.0
15192npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
15193npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
15194npm verb get http://registry.npmjs.org/async not expired, no request
15195npm verb addNamed "0.9.2" is a plain semver version for async
15196npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
15197npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.9.2.tgz',
15198npm verb addRemoteTarball 'aea74d5e61c1f899613bf64bda66d4c78f2fd17d' ]
15199npm info retry fetch attempt 1 at 19:23:30
15200npm info attempt registry request try #1 at 19:23:30
15201npm http fetch GET http://registry.npmjs.org/async/-/async-0.9.2.tgz
15202npm http fetch 200 http://registry.npmjs.org/async/-/async-0.9.2.tgz
15203npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
15204npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.2
15205npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
15206npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
15207npm verb request uri http://registry.npmjs.org/delayed-stream
15208npm verb request no auth needed
15209npm info attempt registry request try #1 at 19:23:30
15210npm http request GET http://registry.npmjs.org/delayed-stream
15211npm http 200 http://registry.npmjs.org/delayed-stream
15212npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15213npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
15214npm verb headers 'content-type': 'application/json',
15215npm verb headers 'cache-control': 'max-age=60',
15216npm verb headers 'content-length': '13299',
15217npm verb headers 'accept-ranges': 'bytes',
15218npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15219npm verb headers age: '5',
15220npm verb headers 'x-served-by': 'cache-fra1232-FRA',
15221npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15222npm verb headers 'x-cache-hits': '2',
15223npm verb headers 'x-timer': 'S1451417010.719754,VS0,VE0',
15224npm verb headers vary: 'Accept',
15225npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15226npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15227npm verb headers connection: 'keep-alive' }
15228npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
15229npm verb cache add spec delayed-stream@0.0.5
15230npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
15231npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
15232npm verb get http://registry.npmjs.org/delayed-stream not expired, no request
15233npm verb addRemoteTarball http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
15234npm verb addRemoteTarball [ 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz',
15235npm verb addRemoteTarball 'd4b1f43a93e8296dfe02694f4680bc37a313c73f' ]
15236npm info retry fetch attempt 1 at 19:23:30
15237npm info attempt registry request try #1 at 19:23:30
15238npm http fetch GET http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
15239npm http fetch 200 http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
15240npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
15241npm verb addTmpTarball already have metadata; skipping unpack for delayed-stream@0.0.5
15242npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
15243npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
15244npm verb request uri http://registry.npmjs.org/hoek
15245npm verb request no auth needed
15246npm info attempt registry request try #1 at 19:23:30
15247npm http request GET http://registry.npmjs.org/hoek
15248npm verb request uri http://registry.npmjs.org/boom
15249npm verb request no auth needed
15250npm info attempt registry request try #1 at 19:23:30
15251npm http request GET http://registry.npmjs.org/boom
15252npm verb request uri http://registry.npmjs.org/cryptiles
15253npm verb request no auth needed
15254npm info attempt registry request try #1 at 19:23:30
15255npm http request GET http://registry.npmjs.org/cryptiles
15256npm verb request uri http://registry.npmjs.org/sntp
15257npm verb request no auth needed
15258npm info attempt registry request try #1 at 19:23:30
15259npm http request GET http://registry.npmjs.org/sntp
15260npm http 200 http://registry.npmjs.org/cryptiles
15261npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15262npm verb headers etag: '"99IFMGJJU8VHDG34AJNVUOITE"',
15263npm verb headers 'content-type': 'application/json',
15264npm verb headers 'cache-control': 'max-age=300',
15265npm verb headers 'content-length': '20373',
15266npm verb headers 'accept-ranges': 'bytes',
15267npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15268npm verb headers age: '258',
15269npm verb headers 'x-served-by': 'cache-fra1231-FRA',
15270npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15271npm verb headers 'x-cache-hits': '7',
15272npm verb headers 'x-timer': 'S1451417010.805319,VS0,VE0',
15273npm verb headers vary: 'Accept',
15274npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
15275npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15276npm verb headers connection: 'keep-alive' }
15277npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
15278npm http 200 http://registry.npmjs.org/sntp
15279npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15280npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
15281npm verb headers 'content-type': 'application/json',
15282npm verb headers 'cache-control': 'max-age=300',
15283npm verb headers 'content-length': '24763',
15284npm verb headers 'accept-ranges': 'bytes',
15285npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15286npm verb headers age: '194',
15287npm verb headers 'x-served-by': 'cache-fra1244-FRA',
15288npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15289npm verb headers 'x-cache-hits': '5',
15290npm verb headers 'x-timer': 'S1451417010.806168,VS0,VE0',
15291npm verb headers vary: 'Accept',
15292npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
15293npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15294npm verb headers connection: 'keep-alive' }
15295npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
15296npm verb cache add spec cryptiles@0.2.x
15297npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
15298npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
15299npm verb cache add spec sntp@0.2.x
15300npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
15301npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
15302npm http 200 http://registry.npmjs.org/boom
15303npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15304npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
15305npm verb headers 'content-type': 'application/json',
15306npm verb headers 'cache-control': 'max-age=300',
15307npm verb headers 'content-length': '70843',
15308npm verb headers 'accept-ranges': 'bytes',
15309npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15310npm verb headers age: '191',
15311npm verb headers 'x-served-by': 'cache-fra1235-FRA',
15312npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15313npm verb headers 'x-cache-hits': '462',
15314npm verb headers 'x-timer': 'S1451417010.804888,VS0,VE0',
15315npm verb headers vary: 'Accept',
15316npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
15317npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15318npm verb headers connection: 'keep-alive' }
15319npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
15320npm verb get http://registry.npmjs.org/sntp not expired, no request
15321npm verb addNamed "0.2.4" is a plain semver version for sntp
15322npm verb get http://registry.npmjs.org/cryptiles not expired, no request
15323npm verb addNamed "0.2.2" is a plain semver version for cryptiles
15324npm verb addRemoteTarball http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
15325npm verb addRemoteTarball [ 'http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz',
15326npm verb addRemoteTarball 'fb885f18b0f3aad189f824862536bceeec750900' ]
15327npm verb addRemoteTarball http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
15328npm verb addRemoteTarball [ 'http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz',
15329npm verb addRemoteTarball 'ed91ff1f17ad13d3748288594f8a48a0d26f325c' ]
15330npm info retry fetch attempt 1 at 19:23:30
15331npm info attempt registry request try #1 at 19:23:30
15332npm http fetch GET http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
15333npm info retry fetch attempt 1 at 19:23:30
15334npm info attempt registry request try #1 at 19:23:30
15335npm http fetch GET http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
15336npm http fetch 200 http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
15337npm verb cache add spec boom@0.4.x
15338npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
15339npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
15340npm http fetch 200 http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
15341npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
15342npm verb addTmpTarball already have metadata; skipping unpack for sntp@0.2.4
15343npm verb get http://registry.npmjs.org/boom not expired, no request
15344npm verb addNamed "0.4.2" is a plain semver version for boom
15345npm verb addRemoteTarball http://registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
15346npm verb addRemoteTarball [ 'http://registry.npmjs.org/boom/-/boom-0.4.2.tgz',
15347npm verb addRemoteTarball '7a636e9ded4efcefb19cef4947a3c67dfaee911b' ]
15348npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
15349npm verb addTmpTarball already have metadata; skipping unpack for cryptiles@0.2.2
15350npm info retry fetch attempt 1 at 19:23:30
15351npm info attempt registry request try #1 at 19:23:30
15352npm http fetch GET http://registry.npmjs.org/boom/-/boom-0.4.2.tgz
15353npm http fetch 200 http://registry.npmjs.org/boom/-/boom-0.4.2.tgz
15354npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
15355npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
15356npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
15357npm verb addTmpTarball already have metadata; skipping unpack for boom@0.4.2
15358npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
15359npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
15360npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
15361npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
15362npm http 200 http://registry.npmjs.org/hoek
15363npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15364npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
15365npm verb headers 'content-type': 'application/json',
15366npm verb headers 'cache-control': 'max-age=60',
15367npm verb headers 'content-length': '121825',
15368npm verb headers 'accept-ranges': 'bytes',
15369npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
15370npm verb headers age: '26',
15371npm verb headers 'x-served-by': 'cache-fra1232-FRA',
15372npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15373npm verb headers 'x-cache-hits': '2',
15374npm verb headers 'x-timer': 'S1451417010.805249,VS0,VE0',
15375npm verb headers vary: 'Accept',
15376npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15377npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15378npm verb headers connection: 'keep-alive' }
15379npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
15380npm verb cache add spec hoek@0.9.x
15381npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
15382npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
15383npm verb get http://registry.npmjs.org/hoek not expired, no request
15384npm verb addNamed "0.9.1" is a plain semver version for hoek
15385npm verb addRemoteTarball http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
15386npm verb addRemoteTarball [ 'http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz',
15387npm verb addRemoteTarball '3d322462badf07716ea7eb85baf88079cddce505' ]
15388npm info retry fetch attempt 1 at 19:23:31
15389npm info attempt registry request try #1 at 19:23:31
15390npm http fetch GET http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
15391npm http fetch 200 http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
15392npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
15393npm verb addTmpTarball already have metadata; skipping unpack for hoek@0.9.1
15394npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
15395npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
15396npm verb request uri http://registry.npmjs.org/assert-plus
15397npm verb request no auth needed
15398npm info attempt registry request try #1 at 19:23:31
15399npm http request GET http://registry.npmjs.org/assert-plus
15400npm verb request uri http://registry.npmjs.org/asn1
15401npm verb request no auth needed
15402npm info attempt registry request try #1 at 19:23:31
15403npm http request GET http://registry.npmjs.org/asn1
15404npm verb request uri http://registry.npmjs.org/ctype
15405npm verb request no auth needed
15406npm info attempt registry request try #1 at 19:23:31
15407npm http request GET http://registry.npmjs.org/ctype
15408npm http 200 http://registry.npmjs.org/assert-plus
15409npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15410npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
15411npm verb headers 'content-type': 'application/json',
15412npm verb headers 'cache-control': 'max-age=60',
15413npm verb headers 'content-length': '11635',
15414npm verb headers 'accept-ranges': 'bytes',
15415npm verb headers date: 'Tue, 29 Dec 2015 19:23:31 GMT',
15416npm verb headers age: '5',
15417npm verb headers 'x-served-by': 'cache-fra1232-FRA',
15418npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15419npm verb headers 'x-cache-hits': '1',
15420npm verb headers 'x-timer': 'S1451417011.064960,VS0,VE0',
15421npm verb headers vary: 'Accept',
15422npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15423npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15424npm verb headers connection: 'keep-alive' }
15425npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
15426npm http 200 http://registry.npmjs.org/asn1
15427npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15428npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
15429npm verb headers 'content-type': 'application/json',
15430npm verb headers 'cache-control': 'max-age=60',
15431npm verb headers 'content-length': '18850',
15432npm verb headers 'accept-ranges': 'bytes',
15433npm verb headers date: 'Tue, 29 Dec 2015 19:23:31 GMT',
15434npm verb headers age: '59',
15435npm verb headers 'x-served-by': 'cache-fra1235-FRA',
15436npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15437npm verb headers 'x-cache-hits': '1',
15438npm verb headers 'x-timer': 'S1451417011.064822,VS0,VE0',
15439npm verb headers vary: 'Accept',
15440npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15441npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15442npm verb headers connection: 'keep-alive' }
15443npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
15444npm verb cache add spec assert-plus@^0.1.5
15445npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
15446npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
15447npm http 200 http://registry.npmjs.org/ctype
15448npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15449npm verb headers etag: '"7B13NJ25OLHMF8SVEORNTMPT9"',
15450npm verb headers 'content-type': 'application/json',
15451npm verb headers 'cache-control': 'max-age=60',
15452npm verb headers 'content-length': '14368',
15453npm verb headers 'accept-ranges': 'bytes',
15454npm verb headers date: 'Tue, 29 Dec 2015 19:23:31 GMT',
15455npm verb headers age: '45',
15456npm verb headers 'x-served-by': 'cache-fra1244-FRA',
15457npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15458npm verb headers 'x-cache-hits': '2',
15459npm verb headers 'x-timer': 'S1451417011.066130,VS0,VE0',
15460npm verb headers vary: 'Accept',
15461npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
15462npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15463npm verb headers connection: 'keep-alive' }
15464npm verb get saving ctype to /root/.npm/registry.npmjs.org/ctype/.cache.json
15465npm verb cache add spec asn1@0.1.11
15466npm verb addNamed "0.1.11" is a plain semver version for asn1
15467npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
15468npm verb get http://registry.npmjs.org/assert-plus not expired, no request
15469npm verb addNamed "0.1.5" is a plain semver version for assert-plus
15470npm verb addRemoteTarball http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
15471npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz',
15472npm verb addRemoteTarball 'ee74009413002d84cec7219c6ac811812e723160' ]
15473npm verb get http://registry.npmjs.org/asn1 not expired, no request
15474npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
15475npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz',
15476npm verb addRemoteTarball '559be18376d08a4ec4dbe80877d27818639b2df7' ]
15477npm info retry fetch attempt 1 at 19:23:31
15478npm info attempt registry request try #1 at 19:23:31
15479npm http fetch GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
15480npm info retry fetch attempt 1 at 19:23:31
15481npm info attempt registry request try #1 at 19:23:31
15482npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
15483npm verb cache add spec ctype@0.5.3
15484npm verb addNamed "0.5.3" is a plain semver version for ctype
15485npm verb addNameVersion registry:http://registry.npmjs.org/ctype not in flight; fetching
15486npm http fetch 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
15487npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
15488npm verb get http://registry.npmjs.org/ctype not expired, no request
15489npm verb addRemoteTarball http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
15490npm verb addRemoteTarball [ 'http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz',
15491npm verb addRemoteTarball '82c18c2461f74114ef16c135224ad0b9144ca12f' ]
15492npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
15493npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.1.5
15494npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
15495npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.1.11
15496npm info retry fetch attempt 1 at 19:23:31
15497npm info attempt registry request try #1 at 19:23:31
15498npm http fetch GET http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
15499npm http fetch 200 http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
15500npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
15501npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
15502npm verb addTmpTarball already have metadata; skipping unpack for ctype@0.5.3
15503npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
15504npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
15505npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
15506npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json not in flight; writing
15507npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json written
15508npm verb request uri http://registry.npmjs.org/throttleit
15509npm verb request no auth needed
15510npm info attempt registry request try #1 at 19:23:31
15511npm http request GET http://registry.npmjs.org/throttleit
15512npm http 200 http://registry.npmjs.org/throttleit
15513npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15514npm verb headers etag: '"DEV52XHNN6KPQTVRSSEWG6FY5"',
15515npm verb headers 'content-type': 'application/json',
15516npm verb headers 'cache-control': 'max-age=300',
15517npm verb headers 'content-length': '5990',
15518npm verb headers 'accept-ranges': 'bytes',
15519npm verb headers date: 'Tue, 29 Dec 2015 19:23:31 GMT',
15520npm verb headers age: '236',
15521npm verb headers 'x-served-by': 'cache-fra1244-FRA',
15522npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
15523npm verb headers 'x-cache-hits': '1',
15524npm verb headers 'x-timer': 'S1451417011.172706,VS0,VE0',
15525npm verb headers vary: 'Accept',
15526npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
15527npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
15528npm verb headers connection: 'keep-alive' }
15529npm verb get saving throttleit to /root/.npm/registry.npmjs.org/throttleit/.cache.json
15530npm verb cache add spec throttleit@~0.0.2
15531npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for throttleit
15532npm verb addNameRange registry:http://registry.npmjs.org/throttleit not in flight; fetching
15533npm verb get http://registry.npmjs.org/throttleit not expired, no request
15534npm verb addNamed "0.0.2" is a plain semver version for throttleit
15535npm verb addRemoteTarball http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz not in flight; adding
15536npm verb addRemoteTarball [ 'http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz',
15537npm verb addRemoteTarball 'cfedf88e60c00dd9697b61fdd2a8343a9b680eaf' ]
15538npm info retry fetch attempt 1 at 19:23:31
15539npm info attempt registry request try #1 at 19:23:31
15540npm http fetch GET http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
15541npm http fetch 200 http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
15542npm verb addTmpTarball /tmp/npm-6-f91f7052/registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz not in flight; adding
15543npm verb addTmpTarball already have metadata; skipping unpack for throttleit@0.0.2
15544npm verb afterAdd /root/.npm/throttleit/0.0.2/package/package.json not in flight; writing
15545npm verb afterAdd /root/.npm/throttleit/0.0.2/package/package.json written
15546npm verb makeDirectory /root/.npm/_locks creation not in flight; initializing
15547npm verb lock using /root/.npm/_locks/staging-a072192f34a17023.lock for /usr/lib/node_modules/.staging
15548npm verb unbuild lib/node_modules/.staging/abbrev-8653a1dd
15549npm verb unbuild lib/node_modules/.staging/inherits-36c031bc
15550npm verb unbuild lib/node_modules/.staging/lru-cache-7953599e
15551npm verb unbuild lib/node_modules/.staging/lodash-85f7eb31
15552npm verb unbuild lib/node_modules/.staging/resolve-463fe690
15553npm verb unbuild lib/node_modules/.staging/minimatch-96d2af2f
15554npm verb unbuild lib/node_modules/.staging/glob-a7db715f
15555npm verb unbuild lib/node_modules/.staging/findup-sync-8aadb857
15556npm verb unbuild lib/node_modules/.staging/abbrev-c2cfd35b
15557npm verb unbuild lib/node_modules/.staging/sigmund-d9da9040
15558npm verb unbuild lib/node_modules/.staging/adm-zip-918491a0
15559npm verb unbuild lib/node_modules/.staging/asn1-a453c4e7
15560npm verb unbuild lib/node_modules/.staging/assert-plus-a9ccb76a
15561npm verb unbuild lib/node_modules/.staging/aws-sign2-17680384
15562npm verb unbuild lib/node_modules/.staging/balanced-match-7f41fa95
15563npm verb unbuild lib/node_modules/.staging/caseless-4967f2b1
15564npm verb unbuild lib/node_modules/.staging/charenc-506757dc
15565npm verb unbuild lib/node_modules/.staging/concat-map-49bf391c
15566npm verb unbuild lib/node_modules/.staging/async-6931ba7c
15567npm verb unbuild lib/node_modules/.staging/brace-expansion-73c8e4e6
15568npm verb unbuild lib/node_modules/.staging/core-util-is-666c2d50
15569npm verb unbuild lib/node_modules/.staging/crypt-5f31b288
15570npm verb unbuild lib/node_modules/.staging/delayed-stream-e8e0b1fc
15571npm verb unbuild lib/node_modules/.staging/combined-stream-bdf83a3b
15572npm verb unbuild lib/node_modules/.staging/ctype-1f905e44
15573npm verb unbuild lib/node_modules/.staging/forever-agent-5b949d2e
15574npm verb unbuild lib/node_modules/.staging/hoek-d86ac343
15575npm verb unbuild lib/node_modules/.staging/graceful-fs-87a0cdae
15576npm verb unbuild lib/node_modules/.staging/boom-303fb210
15577npm verb unbuild lib/node_modules/.staging/http-signature-2da198db
15578npm verb unbuild lib/node_modules/.staging/inherits-704c6497
15579npm verb unbuild lib/node_modules/.staging/ini-5ef59d63
15580npm verb unbuild lib/node_modules/.staging/is-buffer-672c5539
15581npm verb unbuild lib/node_modules/.staging/isarray-c283e625
15582npm verb unbuild lib/node_modules/.staging/json-stringify-safe-eefabe3b
15583npm verb unbuild lib/node_modules/.staging/jsonfile-a1ca081b
15584npm verb unbuild lib/node_modules/.staging/kew-efb19cef
15585npm verb unbuild lib/node_modules/.staging/md5-ab17c8de
15586npm verb unbuild lib/node_modules/.staging/cryptiles-f895eda7
15587npm verb unbuild lib/node_modules/.staging/form-data-862d0b3f
15588npm verb unbuild lib/node_modules/.staging/mime-types-5eef1fff
15589npm verb unbuild lib/node_modules/.staging/mime-d7a7766f
15590npm verb unbuild lib/node_modules/.staging/minimatch-56a24637
15591npm verb unbuild lib/node_modules/.staging/minimist-9de719f5
15592npm verb unbuild lib/node_modules/.staging/oauth-sign-9e7843b0
15593npm verb unbuild lib/node_modules/.staging/os-homedir-06ec653f
15594npm verb unbuild lib/node_modules/.staging/os-tmpdir-e33a1c20
15595npm verb unbuild lib/node_modules/.staging/osenv-936c4fc5
15596npm verb unbuild lib/node_modules/.staging/path-is-absolute-d99743ed
15597npm verb unbuild lib/node_modules/.staging/progress-54fb2dd6
15598npm verb unbuild lib/node_modules/.staging/proto-list-f9b5d2bb
15599npm verb unbuild lib/node_modules/.staging/config-chain-c4dd7765
15600npm verb unbuild lib/node_modules/.staging/qs-1dcdacae
15601npm verb unbuild lib/node_modules/.staging/sntp-d3d43c52
15602npm verb unbuild lib/node_modules/.staging/hawk-3ef0d156
15603npm verb unbuild lib/node_modules/.staging/string_decoder-e7df85bf
15604npm verb unbuild lib/node_modules/.staging/readable-stream-dee469c7
15605npm verb unbuild lib/node_modules/.staging/bl-30fb03e1
15606npm verb unbuild lib/node_modules/.staging/stringstream-052f55eb
15607npm verb unbuild lib/node_modules/.staging/throttleit-be3f6cb3
15608npm verb unbuild lib/node_modules/.staging/request-progress-2edc8130
15609npm verb unbuild lib/node_modules/.staging/tough-cookie-709228f1
15610npm verb unbuild lib/node_modules/.staging/tunnel-agent-e9e50ccb
15611npm verb unbuild lib/node_modules/.staging/request-4f27f282
15612npm verb unbuild lib/node_modules/.staging/uid-number-0925168f
15613npm verb unbuild lib/node_modules/.staging/wrappy-33d604bd
15614npm verb unbuild lib/node_modules/.staging/once-575fe058
15615npm verb unbuild lib/node_modules/.staging/npmconf-6f3cbc7a
15616npm verb unbuild lib/node_modules/.staging/inflight-8ae62bf0
15617npm verb unbuild lib/node_modules/.staging/glob-e7f36a11
15618npm verb unbuild lib/node_modules/.staging/fs-extra-b1f4d7ae
15619npm verb unbuild lib/node_modules/.staging/nopt-046d4925
15620npm verb unbuild lib/node_modules/.staging/node-uuid-4a595139
15621npm verb unbuild lib/node_modules/.staging/nopt-907bb945
15622npm verb unbuild lib/node_modules/.staging/mkdirp-2f892a08
15623npm verb unbuild lib/node_modules/.staging/semver-2a76b441
15624npm verb unbuild lib/node_modules/.staging/which-5608ee91
15625npm verb unbuild lib/node_modules/.staging/grunt-cli-38dace55
15626npm verb unbuild lib/node_modules/.staging/phantomjs-87ba1c61
15627npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-8653a1dd
15628npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-36c031bc
15629npm verb unbuild lib/node_modules/.staging/rimraf-40340c2d
15630npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-7953599e
15631npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-85f7eb31
15632npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-463fe690
15633npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-96d2af2f
15634npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-a7db715f
15635npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-8aadb857
15636npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-c2cfd35b
15637npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-d9da9040
15638npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/adm-zip-918491a0
15639npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/asn1-a453c4e7
15640npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/assert-plus-a9ccb76a
15641npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/aws-sign2-17680384
15642npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-7f41fa95
15643npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/caseless-4967f2b1
15644npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charenc-506757dc
15645npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-49bf391c
15646npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-6931ba7c
15647npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-73c8e4e6
15648npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-666c2d50
15649npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/crypt-5f31b288
15650npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delayed-stream-e8e0b1fc
15651npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/combined-stream-bdf83a3b
15652npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ctype-1f905e44
15653npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forever-agent-5b949d2e
15654npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hoek-d86ac343
15655npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-87a0cdae
15656npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/boom-303fb210
15657npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-signature-2da198db
15658npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-704c6497
15659npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ini-5ef59d63
15660npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-672c5539
15661npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-c283e625
15662npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stringify-safe-eefabe3b
15663npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-a1ca081b
15664npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kew-efb19cef
15665npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-ab17c8de
15666npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cryptiles-f895eda7
15667npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/form-data-862d0b3f
15668npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-5eef1fff
15669npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-d7a7766f
15670npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-56a24637
15671npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-9de719f5
15672npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/oauth-sign-9e7843b0
15673npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-06ec653f
15674npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-e33a1c20
15675npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-936c4fc5
15676npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-d99743ed
15677npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/progress-54fb2dd6
15678npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proto-list-f9b5d2bb
15679npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/config-chain-c4dd7765
15680npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-1dcdacae
15681npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sntp-d3d43c52
15682npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hawk-3ef0d156
15683npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-e7df85bf
15684npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-dee469c7
15685npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bl-30fb03e1
15686npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringstream-052f55eb
15687npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/throttleit-be3f6cb3
15688npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-progress-2edc8130
15689npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tough-cookie-709228f1
15690npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tunnel-agent-e9e50ccb
15691npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-4f27f282
15692npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uid-number-0925168f
15693npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-33d604bd
15694npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-575fe058
15695npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmconf-6f3cbc7a
15696npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-8ae62bf0
15697npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-e7f36a11
15698npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-b1f4d7ae
15699npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
15700npm verb tar unpacking to /usr/lib/node_modules/.staging/abbrev-8653a1dd
15701npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-8653a1dd
15702npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
15703npm verb tar unpacking to /usr/lib/node_modules/.staging/inherits-36c031bc
15704npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-36c031bc
15705npm verb tar unpack /root/.npm/lru-cache/2.7.3/package.tgz
15706npm verb tar unpacking to /usr/lib/node_modules/.staging/lru-cache-7953599e
15707npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-7953599e
15708npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-046d4925
15709npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
15710npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash-85f7eb31
15711npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-85f7eb31
15712npm verb tar unpack /root/.npm/resolve/0.3.1/package.tgz
15713npm verb tar unpacking to /usr/lib/node_modules/.staging/resolve-463fe690
15714npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-463fe690
15715npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
15716npm verb tar unpacking to /usr/lib/node_modules/.staging/minimatch-96d2af2f
15717npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-96d2af2f
15718npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
15719npm verb tar unpacking to /usr/lib/node_modules/.staging/glob-a7db715f
15720npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-a7db715f
15721npm verb tar unpack /root/.npm/findup-sync/0.1.3/package.tgz
15722npm verb tar unpacking to /usr/lib/node_modules/.staging/findup-sync-8aadb857
15723npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-8aadb857
15724npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
15725npm verb tar unpacking to /usr/lib/node_modules/.staging/abbrev-c2cfd35b
15726npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-c2cfd35b
15727npm verb tar unpack /root/.npm/sigmund/1.0.1/package.tgz
15728npm verb tar unpacking to /usr/lib/node_modules/.staging/sigmund-d9da9040
15729npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-d9da9040
15730npm verb tar unpack /root/.npm/adm-zip/0.4.4/package.tgz
15731npm verb tar unpacking to /usr/lib/node_modules/.staging/adm-zip-918491a0
15732npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/adm-zip-918491a0
15733npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
15734npm verb tar unpacking to /usr/lib/node_modules/.staging/asn1-a453c4e7
15735npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/asn1-a453c4e7
15736npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
15737npm verb tar unpacking to /usr/lib/node_modules/.staging/assert-plus-a9ccb76a
15738npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/assert-plus-a9ccb76a
15739npm verb tar unpack /root/.npm/aws-sign2/0.5.0/package.tgz
15740npm verb tar unpacking to /usr/lib/node_modules/.staging/aws-sign2-17680384
15741npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/aws-sign2-17680384
15742npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
15743npm verb tar unpacking to /usr/lib/node_modules/.staging/balanced-match-7f41fa95
15744npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-7f41fa95
15745npm verb tar unpack /root/.npm/caseless/0.6.0/package.tgz
15746npm verb tar unpacking to /usr/lib/node_modules/.staging/caseless-4967f2b1
15747npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/caseless-4967f2b1
15748npm verb tar unpack /root/.npm/charenc/0.0.1/package.tgz
15749npm verb tar unpacking to /usr/lib/node_modules/.staging/charenc-506757dc
15750npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charenc-506757dc
15751npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
15752npm verb tar unpacking to /usr/lib/node_modules/.staging/concat-map-49bf391c
15753npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-49bf391c
15754npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
15755npm verb tar unpacking to /usr/lib/node_modules/.staging/async-6931ba7c
15756npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-6931ba7c
15757npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
15758npm verb tar unpacking to /usr/lib/node_modules/.staging/brace-expansion-73c8e4e6
15759npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-73c8e4e6
15760npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
15761npm verb tar unpacking to /usr/lib/node_modules/.staging/core-util-is-666c2d50
15762npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-666c2d50
15763npm verb tar unpack /root/.npm/crypt/0.0.1/package.tgz
15764npm verb tar unpacking to /usr/lib/node_modules/.staging/crypt-5f31b288
15765npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/crypt-5f31b288
15766npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
15767npm verb tar unpacking to /usr/lib/node_modules/.staging/delayed-stream-e8e0b1fc
15768npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delayed-stream-e8e0b1fc
15769npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
15770npm verb tar unpacking to /usr/lib/node_modules/.staging/combined-stream-bdf83a3b
15771npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/combined-stream-bdf83a3b
15772npm verb tar unpack /root/.npm/ctype/0.5.3/package.tgz
15773npm verb tar unpacking to /usr/lib/node_modules/.staging/ctype-1f905e44
15774npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ctype-1f905e44
15775npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
15776npm verb tar unpacking to /usr/lib/node_modules/.staging/forever-agent-5b949d2e
15777npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forever-agent-5b949d2e
15778npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
15779npm verb tar unpacking to /usr/lib/node_modules/.staging/hoek-d86ac343
15780npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hoek-d86ac343
15781npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
15782npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-87a0cdae
15783npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-87a0cdae
15784npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
15785npm verb tar unpacking to /usr/lib/node_modules/.staging/boom-303fb210
15786npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/boom-303fb210
15787npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
15788npm verb tar unpacking to /usr/lib/node_modules/.staging/http-signature-2da198db
15789npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-signature-2da198db
15790npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
15791npm verb tar unpacking to /usr/lib/node_modules/.staging/inherits-704c6497
15792npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-704c6497
15793npm verb tar unpack /root/.npm/ini/1.3.4/package.tgz
15794npm verb tar unpacking to /usr/lib/node_modules/.staging/ini-5ef59d63
15795npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ini-5ef59d63
15796npm verb tar unpack /root/.npm/is-buffer/1.0.2/package.tgz
15797npm verb tar unpacking to /usr/lib/node_modules/.staging/is-buffer-672c5539
15798npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-672c5539
15799npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
15800npm verb tar unpacking to /usr/lib/node_modules/.staging/isarray-c283e625
15801npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-c283e625
15802npm verb tar unpack /root/.npm/json-stringify-safe/5.0.1/package.tgz
15803npm verb tar unpacking to /usr/lib/node_modules/.staging/json-stringify-safe-eefabe3b
15804npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stringify-safe-eefabe3b
15805npm verb tar unpack /root/.npm/jsonfile/2.2.3/package.tgz
15806npm verb tar unpacking to /usr/lib/node_modules/.staging/jsonfile-a1ca081b
15807npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-a1ca081b
15808npm verb tar unpack /root/.npm/kew/0.4.0/package.tgz
15809npm verb tar unpacking to /usr/lib/node_modules/.staging/kew-efb19cef
15810npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kew-efb19cef
15811npm verb tar unpack /root/.npm/md5/2.0.0/package.tgz
15812npm verb tar unpacking to /usr/lib/node_modules/.staging/md5-ab17c8de
15813npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-ab17c8de
15814npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
15815npm verb tar unpacking to /usr/lib/node_modules/.staging/cryptiles-f895eda7
15816npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cryptiles-f895eda7
15817npm verb tar unpack /root/.npm/form-data/0.1.4/package.tgz
15818npm verb tar unpacking to /usr/lib/node_modules/.staging/form-data-862d0b3f
15819npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/form-data-862d0b3f
15820npm verb tar unpack /root/.npm/mime-types/1.0.2/package.tgz
15821npm verb tar unpacking to /usr/lib/node_modules/.staging/mime-types-5eef1fff
15822npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-5eef1fff
15823npm verb tar unpack /root/.npm/mime/1.2.11/package.tgz
15824npm verb tar unpacking to /usr/lib/node_modules/.staging/mime-d7a7766f
15825npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-d7a7766f
15826npm verb tar unpack /root/.npm/minimatch/3.0.0/package.tgz
15827npm verb tar unpacking to /usr/lib/node_modules/.staging/minimatch-56a24637
15828npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-56a24637
15829npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
15830npm verb tar unpacking to /usr/lib/node_modules/.staging/minimist-9de719f5
15831npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-9de719f5
15832npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-4a595139
15833npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-907bb945
15834npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-2f892a08
15835npm verb tar unpack /root/.npm/oauth-sign/0.4.0/package.tgz
15836npm verb tar unpacking to /usr/lib/node_modules/.staging/oauth-sign-9e7843b0
15837npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/oauth-sign-9e7843b0
15838npm verb tar unpack /root/.npm/os-homedir/1.0.1/package.tgz
15839npm verb tar unpacking to /usr/lib/node_modules/.staging/os-homedir-06ec653f
15840npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-06ec653f
15841npm verb tar unpack /root/.npm/os-tmpdir/1.0.1/package.tgz
15842npm verb tar unpacking to /usr/lib/node_modules/.staging/os-tmpdir-e33a1c20
15843npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-e33a1c20
15844npm verb tar unpack /root/.npm/osenv/0.1.3/package.tgz
15845npm verb tar unpacking to /usr/lib/node_modules/.staging/osenv-936c4fc5
15846npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-936c4fc5
15847npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
15848npm verb tar unpacking to /usr/lib/node_modules/.staging/path-is-absolute-d99743ed
15849npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-d99743ed
15850npm verb tar unpack /root/.npm/progress/1.1.8/package.tgz
15851npm verb tar unpacking to /usr/lib/node_modules/.staging/progress-54fb2dd6
15852npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/progress-54fb2dd6
15853npm verb tar unpack /root/.npm/proto-list/1.2.4/package.tgz
15854npm verb tar unpacking to /usr/lib/node_modules/.staging/proto-list-f9b5d2bb
15855npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proto-list-f9b5d2bb
15856npm verb tar unpack /root/.npm/config-chain/1.1.9/package.tgz
15857npm verb tar unpacking to /usr/lib/node_modules/.staging/config-chain-c4dd7765
15858npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/config-chain-c4dd7765
15859npm verb tar unpack /root/.npm/qs/1.2.2/package.tgz
15860npm verb tar unpacking to /usr/lib/node_modules/.staging/qs-1dcdacae
15861npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-1dcdacae
15862npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-2a76b441
15863npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
15864npm verb tar unpacking to /usr/lib/node_modules/.staging/sntp-d3d43c52
15865npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sntp-d3d43c52
15866npm verb tar unpack /root/.npm/hawk/1.1.1/package.tgz
15867npm verb tar unpacking to /usr/lib/node_modules/.staging/hawk-3ef0d156
15868npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hawk-3ef0d156
15869npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
15870npm verb tar unpacking to /usr/lib/node_modules/.staging/string_decoder-e7df85bf
15871npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-e7df85bf
15872npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
15873npm verb tar unpacking to /usr/lib/node_modules/.staging/readable-stream-dee469c7
15874npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-dee469c7
15875npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
15876npm verb tar unpacking to /usr/lib/node_modules/.staging/bl-30fb03e1
15877npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bl-30fb03e1
15878npm verb tar unpack /root/.npm/stringstream/0.0.5/package.tgz
15879npm verb tar unpacking to /usr/lib/node_modules/.staging/stringstream-052f55eb
15880npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringstream-052f55eb
15881npm verb tar unpack /root/.npm/throttleit/0.0.2/package.tgz
15882npm verb tar unpacking to /usr/lib/node_modules/.staging/throttleit-be3f6cb3
15883npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/throttleit-be3f6cb3
15884npm verb tar unpack /root/.npm/request-progress/0.3.1/package.tgz
15885npm verb tar unpacking to /usr/lib/node_modules/.staging/request-progress-2edc8130
15886npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-progress-2edc8130
15887npm verb tar unpack /root/.npm/tough-cookie/2.2.1/package.tgz
15888npm verb tar unpacking to /usr/lib/node_modules/.staging/tough-cookie-709228f1
15889npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tough-cookie-709228f1
15890npm verb tar unpack /root/.npm/tunnel-agent/0.4.2/package.tgz
15891npm verb tar unpacking to /usr/lib/node_modules/.staging/tunnel-agent-e9e50ccb
15892npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tunnel-agent-e9e50ccb
15893npm verb tar unpack /root/.npm/request/2.42.0/package.tgz
15894npm verb tar unpacking to /usr/lib/node_modules/.staging/request-4f27f282
15895npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-4f27f282
15896npm verb tar unpack /root/.npm/uid-number/0.0.5/package.tgz
15897npm verb tar unpacking to /usr/lib/node_modules/.staging/uid-number-0925168f
15898npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uid-number-0925168f
15899npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-5608ee91
15900npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
15901npm verb tar unpacking to /usr/lib/node_modules/.staging/wrappy-33d604bd
15902npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-33d604bd
15903npm verb tar unpack /root/.npm/once/1.3.3/package.tgz
15904npm verb tar unpacking to /usr/lib/node_modules/.staging/once-575fe058
15905npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-575fe058
15906npm verb tar unpack /root/.npm/npmconf/2.1.1/package.tgz
15907npm verb tar unpacking to /usr/lib/node_modules/.staging/npmconf-6f3cbc7a
15908npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmconf-6f3cbc7a
15909npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
15910npm verb tar unpacking to /usr/lib/node_modules/.staging/inflight-8ae62bf0
15911npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-8ae62bf0
15912npm verb tar unpack /root/.npm/glob/6.0.3/package.tgz
15913npm verb tar unpacking to /usr/lib/node_modules/.staging/glob-e7f36a11
15914npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-e7f36a11
15915npm verb tar unpack /root/.npm/fs-extra/0.23.1/package.tgz
15916npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-extra-b1f4d7ae
15917npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-b1f4d7ae
15918npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/grunt-cli-38dace55
15919npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/phantomjs-87ba1c61
15920npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-40340c2d
15921npm verb tar unpack /root/.npm/nopt/1.0.10/package.tgz
15922npm verb tar unpacking to /usr/lib/node_modules/.staging/nopt-046d4925
15923npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-046d4925
15924npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
15925npm verb tar unpacking to /usr/lib/node_modules/.staging/node-uuid-4a595139
15926npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-4a595139
15927npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
15928npm verb tar unpacking to /usr/lib/node_modules/.staging/nopt-907bb945
15929npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-907bb945
15930npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
15931npm verb tar unpacking to /usr/lib/node_modules/.staging/mkdirp-2f892a08
15932npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-2f892a08
15933npm verb tar unpack /root/.npm/semver/4.3.6/package.tgz
15934npm verb tar unpacking to /usr/lib/node_modules/.staging/semver-2a76b441
15935npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-2a76b441
15936npm verb tar unpack /root/.npm/which/1.0.9/package.tgz
15937npm verb tar unpacking to /usr/lib/node_modules/.staging/which-5608ee91
15938npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-5608ee91
15939npm verb tar unpack /root/.npm/grunt-cli/0.1.13/package.tgz
15940npm verb tar unpacking to /usr/lib/node_modules/.staging/grunt-cli-38dace55
15941npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/grunt-cli-38dace55
15942npm verb tar unpack /root/.npm/phantomjs/1.9.19/package.tgz
15943npm verb tar unpacking to /usr/lib/node_modules/.staging/phantomjs-87ba1c61
15944npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/phantomjs-87ba1c61
15945npm verb tar unpack /root/.npm/rimraf/2.5.0/package.tgz
15946npm verb tar unpacking to /usr/lib/node_modules/.staging/rimraf-40340c2d
15947npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-40340c2d
15948npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-575fe058/node_modules
15949npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charenc-506757dc/node_modules
15950npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-06ec653f/node_modules
15951npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-e33a1c20/node_modules
15952npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-d99743ed/node_modules
15953npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/caseless-4967f2b1/node_modules
15954npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/crypt-5f31b288/node_modules
15955npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/assert-plus-a9ccb76a/node_modules
15956npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uid-number-0925168f/node_modules
15957npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ini-5ef59d63/node_modules
15958npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-33d604bd/node_modules
15959npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proto-list-f9b5d2bb/node_modules
15960npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-5608ee91/node_modules
15961npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/combined-stream-bdf83a3b/node_modules
15962npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-c283e625/node_modules
15963npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-36c031bc/node_modules
15964npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-704c6497/node_modules
15965npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-8ae62bf0/node_modules
15966npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/aws-sign2-17680384/node_modules
15967npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-73c8e4e6/node_modules
15968npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forever-agent-5b949d2e/node_modules
15969npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-e7df85bf/node_modules
15970npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/form-data-862d0b3f/node_modules
15971npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-a1ca081b/node_modules
15972npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-49bf391c/node_modules
15973npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-672c5539/node_modules
15974npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/oauth-sign-9e7843b0/node_modules
15975npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/throttleit-be3f6cb3/node_modules
15976npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringstream-052f55eb/node_modules
15977npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-40340c2d/node_modules
15978npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-8653a1dd/node_modules
15979npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-c2cfd35b/node_modules
15980npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-d9da9040/node_modules
15981npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tunnel-agent-e9e50ccb/node_modules
15982npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-ab17c8de/node_modules
15983npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cryptiles-f895eda7/node_modules
15984npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/progress-54fb2dd6/node_modules
15985npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-progress-2edc8130/node_modules
15986npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-7f41fa95/node_modules
15987npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-936c4fc5/node_modules
15988npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-87a0cdae/node_modules
15989npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-666c2d50/node_modules
15990npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stringify-safe-eefabe3b/node_modules
15991npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-56a24637/node_modules
15992npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-046d4925/node_modules
15993npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-8aadb857/node_modules
15994npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/grunt-cli-38dace55/node_modules
15995npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-907bb945/node_modules
15996npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sntp-d3d43c52/node_modules
15997npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bl-30fb03e1/node_modules
15998npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-7953599e/node_modules
15999npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-e7f36a11/node_modules
16000npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-9de719f5/node_modules
16001npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/config-chain-c4dd7765/node_modules
16002npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delayed-stream-e8e0b1fc/node_modules
16003npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-signature-2da198db/node_modules
16004npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/boom-303fb210/node_modules
16005npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/asn1-a453c4e7/node_modules
16006npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-1dcdacae/node_modules
16007npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-d7a7766f/node_modules
16008npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/phantomjs-87ba1c61/node_modules
16009npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-96d2af2f/node_modules
16010npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-4a595139/node_modules
16011npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-dee469c7/node_modules
16012npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-2f892a08/node_modules
16013npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kew-efb19cef/node_modules
16014npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-6931ba7c/node_modules
16015npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-5eef1fff/node_modules
16016npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-463fe690/node_modules
16017npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmconf-6f3cbc7a/node_modules
16018npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hoek-d86ac343/node_modules
16019npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-a7db715f/node_modules
16020npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ctype-1f905e44/node_modules
16021npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-b1f4d7ae/node_modules
16022npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-2a76b441/node_modules
16023npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tough-cookie-709228f1/node_modules
16024npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-4f27f282/node_modules
16025npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/adm-zip-918491a0/node_modules
16026npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hawk-3ef0d156/node_modules
16027npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-85f7eb31/node_modules
16028npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
16029npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
16030npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
16031npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
16032npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
16033npm info lifecycle resolve@0.3.1~preinstall: resolve@0.3.1
16034npm info lifecycle sigmund@1.0.1~preinstall: sigmund@1.0.1
16035npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
16036npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
16037npm info lifecycle findup-sync@0.1.3~preinstall: findup-sync@0.1.3
16038npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
16039npm info lifecycle adm-zip@0.4.4~preinstall: adm-zip@0.4.4
16040npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
16041npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
16042npm info lifecycle async@0.9.2~preinstall: async@0.9.2
16043npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
16044npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
16045npm info lifecycle caseless@0.6.0~preinstall: caseless@0.6.0
16046npm info lifecycle charenc@0.0.1~preinstall: charenc@0.0.1
16047npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
16048npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
16049npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
16050npm info lifecycle crypt@0.0.1~preinstall: crypt@0.0.1
16051npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
16052npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
16053npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
16054npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
16055npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
16056npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
16057npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
16058npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
16059npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
16060npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
16061npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
16062npm info lifecycle is-buffer@1.0.2~preinstall: is-buffer@1.0.2
16063npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
16064npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
16065npm info lifecycle jsonfile@2.2.3~preinstall: jsonfile@2.2.3
16066npm info lifecycle kew@0.4.0~preinstall: kew@0.4.0
16067npm info lifecycle md5@2.0.0~preinstall: md5@2.0.0
16068npm info lifecycle mime@1.2.11~preinstall: mime@1.2.11
16069npm info lifecycle form-data@0.1.4~preinstall: form-data@0.1.4
16070npm info lifecycle mime-types@1.0.2~preinstall: mime-types@1.0.2
16071npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
16072npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
16073npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
16074npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
16075npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
16076npm info lifecycle oauth-sign@0.4.0~preinstall: oauth-sign@0.4.0
16077npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
16078npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
16079npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
16080npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
16081npm info lifecycle progress@1.1.8~preinstall: progress@1.1.8
16082npm info lifecycle proto-list@1.2.4~preinstall: proto-list@1.2.4
16083npm info lifecycle config-chain@1.1.9~preinstall: config-chain@1.1.9
16084npm info lifecycle qs@1.2.2~preinstall: qs@1.2.2
16085npm info lifecycle semver@4.3.6~preinstall: semver@4.3.6
16086npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
16087npm info lifecycle hawk@1.1.1~preinstall: hawk@1.1.1
16088npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
16089npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
16090npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
16091npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
16092npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
16093npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
16094npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
16095npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
16096npm info lifecycle request@2.42.0~preinstall: request@2.42.0
16097npm info lifecycle uid-number@0.0.5~preinstall: uid-number@0.0.5
16098npm info lifecycle which@1.0.9~preinstall: which@1.0.9
16099npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
16100npm info lifecycle once@1.3.3~preinstall: once@1.3.3
16101npm info lifecycle npmconf@2.1.1~preinstall: npmconf@2.1.1
16102npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
16103npm info lifecycle glob@6.0.3~preinstall: glob@6.0.3
16104npm info lifecycle rimraf@2.5.0~preinstall: rimraf@2.5.0
16105npm info lifecycle fs-extra@0.23.1~preinstall: fs-extra@0.23.1
16106npm info lifecycle grunt-cli@0.1.13~preinstall: grunt-cli@0.1.13
16107npm info lifecycle phantomjs@1.9.19~preinstall: phantomjs@1.9.19
16108npm info linkStuff abbrev@1.0.7
16109npm verb linkBins abbrev@1.0.7
16110npm verb linkMans abbrev@1.0.7
16111npm info linkStuff inherits@2.0.1
16112npm verb linkBins inherits@2.0.1
16113npm verb linkMans inherits@2.0.1
16114npm info linkStuff lodash@2.4.2
16115npm verb linkBins lodash@2.4.2
16116npm verb linkMans lodash@2.4.2
16117npm info linkStuff lru-cache@2.7.3
16118npm verb linkBins lru-cache@2.7.3
16119npm verb linkMans lru-cache@2.7.3
16120npm info linkStuff nopt@1.0.10
16121npm verb linkBins nopt@1.0.10
16122npm verb link bins [ { nopt: './bin/nopt.js' },
16123npm verb link bins '/usr/lib/node_modules/grunt-cli/node_modules/.bin',
16124npm verb link bins false ]
16125npm verb linkMans nopt@1.0.10
16126npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/grunt-cli/node_modules/.bin/nopt
16127npm info linkStuff resolve@0.3.1
16128npm verb linkBins resolve@0.3.1
16129npm verb linkMans resolve@0.3.1
16130npm info linkStuff sigmund@1.0.1
16131npm verb linkBins sigmund@1.0.1
16132npm verb linkMans sigmund@1.0.1
16133npm info linkStuff minimatch@0.3.0
16134npm verb linkBins minimatch@0.3.0
16135npm verb linkMans minimatch@0.3.0
16136npm info linkStuff glob@3.2.11
16137npm verb linkBins glob@3.2.11
16138npm verb linkMans glob@3.2.11
16139npm info linkStuff findup-sync@0.1.3
16140npm verb linkBins findup-sync@0.1.3
16141npm verb linkMans findup-sync@0.1.3
16142npm info linkStuff abbrev@1.0.7
16143npm verb linkBins abbrev@1.0.7
16144npm verb linkMans abbrev@1.0.7
16145npm info linkStuff adm-zip@0.4.4
16146npm verb linkBins adm-zip@0.4.4
16147npm verb linkMans adm-zip@0.4.4
16148npm info linkStuff asn1@0.1.11
16149npm verb linkBins asn1@0.1.11
16150npm verb linkMans asn1@0.1.11
16151npm info linkStuff assert-plus@0.1.5
16152npm verb linkBins assert-plus@0.1.5
16153npm verb linkMans assert-plus@0.1.5
16154npm info linkStuff async@0.9.2
16155npm verb linkBins async@0.9.2
16156npm verb linkMans async@0.9.2
16157npm info linkStuff aws-sign2@0.5.0
16158npm verb linkBins aws-sign2@0.5.0
16159npm verb linkMans aws-sign2@0.5.0
16160npm info linkStuff balanced-match@0.3.0
16161npm verb linkBins balanced-match@0.3.0
16162npm verb linkMans balanced-match@0.3.0
16163npm info linkStuff caseless@0.6.0
16164npm verb linkBins caseless@0.6.0
16165npm verb linkMans caseless@0.6.0
16166npm info linkStuff charenc@0.0.1
16167npm verb linkBins charenc@0.0.1
16168npm verb linkMans charenc@0.0.1
16169npm info linkStuff concat-map@0.0.1
16170npm verb linkBins concat-map@0.0.1
16171npm verb linkMans concat-map@0.0.1
16172npm info linkStuff brace-expansion@1.1.2
16173npm verb linkBins brace-expansion@1.1.2
16174npm verb linkMans brace-expansion@1.1.2
16175npm info linkStuff core-util-is@1.0.2
16176npm verb linkBins core-util-is@1.0.2
16177npm verb linkMans core-util-is@1.0.2
16178npm info linkStuff crypt@0.0.1
16179npm verb linkBins crypt@0.0.1
16180npm verb linkMans crypt@0.0.1
16181npm info linkStuff ctype@0.5.3
16182npm verb linkBins ctype@0.5.3
16183npm verb linkMans ctype@0.5.3
16184npm info linkStuff delayed-stream@0.0.5
16185npm verb linkBins delayed-stream@0.0.5
16186npm verb linkMans delayed-stream@0.0.5
16187npm info linkStuff combined-stream@0.0.7
16188npm verb linkBins combined-stream@0.0.7
16189npm verb linkMans combined-stream@0.0.7
16190npm info linkStuff forever-agent@0.5.2
16191npm verb linkBins forever-agent@0.5.2
16192npm verb linkMans forever-agent@0.5.2
16193npm info linkStuff graceful-fs@4.1.2
16194npm verb linkBins graceful-fs@4.1.2
16195npm verb linkMans graceful-fs@4.1.2
16196npm info linkStuff hoek@0.9.1
16197npm verb linkBins hoek@0.9.1
16198npm verb linkMans hoek@0.9.1
16199npm info linkStuff boom@0.4.2
16200npm verb linkBins boom@0.4.2
16201npm verb linkMans boom@0.4.2
16202npm info linkStuff cryptiles@0.2.2
16203npm verb linkBins cryptiles@0.2.2
16204npm verb linkMans cryptiles@0.2.2
16205npm info linkStuff http-signature@0.10.1
16206npm verb linkBins http-signature@0.10.1
16207npm verb linkMans http-signature@0.10.1
16208npm info linkStuff inherits@2.0.1
16209npm verb linkBins inherits@2.0.1
16210npm verb linkMans inherits@2.0.1
16211npm info linkStuff ini@1.3.4
16212npm verb linkBins ini@1.3.4
16213npm verb linkMans ini@1.3.4
16214npm info linkStuff is-buffer@1.0.2
16215npm verb linkBins is-buffer@1.0.2
16216npm verb linkMans is-buffer@1.0.2
16217npm info linkStuff isarray@0.0.1
16218npm verb linkBins isarray@0.0.1
16219npm verb linkMans isarray@0.0.1
16220npm info linkStuff json-stringify-safe@5.0.1
16221npm verb linkBins json-stringify-safe@5.0.1
16222npm verb linkMans json-stringify-safe@5.0.1
16223npm info linkStuff jsonfile@2.2.3
16224npm verb linkBins jsonfile@2.2.3
16225npm verb linkMans jsonfile@2.2.3
16226npm info linkStuff kew@0.4.0
16227npm verb linkBins kew@0.4.0
16228npm verb linkMans kew@0.4.0
16229npm info linkStuff md5@2.0.0
16230npm verb linkBins md5@2.0.0
16231npm verb linkMans md5@2.0.0
16232npm info linkStuff mime@1.2.11
16233npm verb linkBins mime@1.2.11
16234npm verb linkMans mime@1.2.11
16235npm info linkStuff form-data@0.1.4
16236npm verb linkBins form-data@0.1.4
16237npm verb linkMans form-data@0.1.4
16238npm info linkStuff mime-types@1.0.2
16239npm verb linkBins mime-types@1.0.2
16240npm verb linkMans mime-types@1.0.2
16241npm info linkStuff minimatch@3.0.0
16242npm verb linkBins minimatch@3.0.0
16243npm verb linkMans minimatch@3.0.0
16244npm info linkStuff minimist@0.0.8
16245npm verb linkBins minimist@0.0.8
16246npm verb linkMans minimist@0.0.8
16247npm info linkStuff mkdirp@0.5.1
16248npm verb linkBins mkdirp@0.5.1
16249npm verb link bins [ { mkdirp: 'bin/cmd.js' },
16250npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
16251npm verb link bins false ]
16252npm verb linkMans mkdirp@0.5.1
16253npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/mkdirp
16254npm info linkStuff node-uuid@1.4.7
16255npm verb linkBins node-uuid@1.4.7
16256npm verb link bins [ { uuid: './bin/uuid' },
16257npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
16258npm verb link bins false ]
16259npm verb linkMans node-uuid@1.4.7
16260npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/uuid
16261npm info linkStuff nopt@3.0.6
16262npm verb linkBins nopt@3.0.6
16263npm verb link bins [ { nopt: './bin/nopt.js' },
16264npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
16265npm verb link bins false ]
16266npm verb linkMans nopt@3.0.6
16267npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/nopt
16268npm info linkStuff oauth-sign@0.4.0
16269npm verb linkBins oauth-sign@0.4.0
16270npm verb linkMans oauth-sign@0.4.0
16271npm info linkStuff os-homedir@1.0.1
16272npm verb linkBins os-homedir@1.0.1
16273npm verb linkMans os-homedir@1.0.1
16274npm info linkStuff os-tmpdir@1.0.1
16275npm verb linkBins os-tmpdir@1.0.1
16276npm verb linkMans os-tmpdir@1.0.1
16277npm info linkStuff osenv@0.1.3
16278npm verb linkBins osenv@0.1.3
16279npm verb linkMans osenv@0.1.3
16280npm info linkStuff path-is-absolute@1.0.0
16281npm verb linkBins path-is-absolute@1.0.0
16282npm verb linkMans path-is-absolute@1.0.0
16283npm info linkStuff progress@1.1.8
16284npm verb linkBins progress@1.1.8
16285npm verb linkMans progress@1.1.8
16286npm info linkStuff proto-list@1.2.4
16287npm verb linkBins proto-list@1.2.4
16288npm verb linkMans proto-list@1.2.4
16289npm info linkStuff config-chain@1.1.9
16290npm verb linkBins config-chain@1.1.9
16291npm verb linkMans config-chain@1.1.9
16292npm info linkStuff qs@1.2.2
16293npm verb linkBins qs@1.2.2
16294npm verb linkMans qs@1.2.2
16295npm info linkStuff semver@4.3.6
16296npm verb linkBins semver@4.3.6
16297npm verb link bins [ { semver: './bin/semver' },
16298npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
16299npm verb link bins false ]
16300npm verb linkMans semver@4.3.6
16301npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/semver
16302npm info linkStuff sntp@0.2.4
16303npm verb linkBins sntp@0.2.4
16304npm verb linkMans sntp@0.2.4
16305npm info linkStuff hawk@1.1.1
16306npm verb linkBins hawk@1.1.1
16307npm verb linkMans hawk@1.1.1
16308npm info linkStuff string_decoder@0.10.31
16309npm verb linkBins string_decoder@0.10.31
16310npm verb linkMans string_decoder@0.10.31
16311npm info linkStuff readable-stream@1.0.33
16312npm verb linkBins readable-stream@1.0.33
16313npm verb linkMans readable-stream@1.0.33
16314npm info linkStuff bl@0.9.4
16315npm verb linkBins bl@0.9.4
16316npm verb linkMans bl@0.9.4
16317npm info linkStuff stringstream@0.0.5
16318npm verb linkBins stringstream@0.0.5
16319npm verb linkMans stringstream@0.0.5
16320npm info linkStuff throttleit@0.0.2
16321npm verb linkBins throttleit@0.0.2
16322npm verb linkMans throttleit@0.0.2
16323npm info linkStuff request-progress@0.3.1
16324npm verb linkBins request-progress@0.3.1
16325npm verb linkMans request-progress@0.3.1
16326npm info linkStuff tough-cookie@2.2.1
16327npm verb linkBins tough-cookie@2.2.1
16328npm verb linkMans tough-cookie@2.2.1
16329npm info linkStuff tunnel-agent@0.4.2
16330npm verb linkBins tunnel-agent@0.4.2
16331npm verb linkMans tunnel-agent@0.4.2
16332npm info linkStuff request@2.42.0
16333npm verb linkBins request@2.42.0
16334npm verb linkMans request@2.42.0
16335npm info linkStuff uid-number@0.0.5
16336npm verb linkBins uid-number@0.0.5
16337npm verb linkMans uid-number@0.0.5
16338npm info linkStuff which@1.0.9
16339npm verb linkBins which@1.0.9
16340npm verb link bins [ { which: './bin/which' },
16341npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
16342npm verb link bins false ]
16343npm verb linkMans which@1.0.9
16344npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/which
16345npm info linkStuff wrappy@1.0.1
16346npm verb linkBins wrappy@1.0.1
16347npm verb linkMans wrappy@1.0.1
16348npm info linkStuff once@1.3.3
16349npm verb linkBins once@1.3.3
16350npm verb linkMans once@1.3.3
16351npm info linkStuff npmconf@2.1.1
16352npm verb linkBins npmconf@2.1.1
16353npm verb linkMans npmconf@2.1.1
16354npm info linkStuff inflight@1.0.4
16355npm verb linkBins inflight@1.0.4
16356npm verb linkMans inflight@1.0.4
16357npm info linkStuff glob@6.0.3
16358npm verb linkBins glob@6.0.3
16359npm verb linkMans glob@6.0.3
16360npm info linkStuff rimraf@2.5.0
16361npm verb linkBins rimraf@2.5.0
16362npm verb link bins [ { rimraf: './bin.js' },
16363npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
16364npm verb link bins false ]
16365npm verb linkMans rimraf@2.5.0
16366npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/rimraf
16367npm info linkStuff fs-extra@0.23.1
16368npm verb linkBins fs-extra@0.23.1
16369npm verb linkMans fs-extra@0.23.1
16370npm info linkStuff grunt-cli@0.1.13
16371npm verb linkBins grunt-cli@0.1.13
16372npm verb link bins [ { grunt: 'bin/grunt' }, '/usr/bin', true ]
16373npm verb linkMans grunt-cli@0.1.13
16374npm info linkStuff phantomjs@1.9.19
16375/usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
16376npm verb linkBins phantomjs@1.9.19
16377npm verb link bins [ { phantomjs: './bin/phantomjs' }, '/usr/bin', true ]
16378npm verb linkMans phantomjs@1.9.19
16379/usr/bin/phantomjs -> /usr/lib/node_modules/phantomjs/bin/phantomjs
16380npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
16381npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16382npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
16383npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
16384npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
16385npm info lifecycle resolve@0.3.1~install: resolve@0.3.1
16386npm info lifecycle sigmund@1.0.1~install: sigmund@1.0.1
16387npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
16388npm info lifecycle glob@3.2.11~install: glob@3.2.11
16389npm info lifecycle findup-sync@0.1.3~install: findup-sync@0.1.3
16390npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
16391npm info lifecycle adm-zip@0.4.4~install: adm-zip@0.4.4
16392npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
16393npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
16394npm info lifecycle async@0.9.2~install: async@0.9.2
16395npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
16396npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
16397npm info lifecycle caseless@0.6.0~install: caseless@0.6.0
16398npm info lifecycle charenc@0.0.1~install: charenc@0.0.1
16399npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
16400npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
16401npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
16402npm info lifecycle crypt@0.0.1~install: crypt@0.0.1
16403npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
16404npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
16405npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
16406npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
16407npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
16408npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
16409npm info lifecycle boom@0.4.2~install: boom@0.4.2
16410npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
16411npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
16412npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16413npm info lifecycle ini@1.3.4~install: ini@1.3.4
16414npm info lifecycle is-buffer@1.0.2~install: is-buffer@1.0.2
16415npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
16416npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
16417npm info lifecycle jsonfile@2.2.3~install: jsonfile@2.2.3
16418npm info lifecycle kew@0.4.0~install: kew@0.4.0
16419npm info lifecycle md5@2.0.0~install: md5@2.0.0
16420npm info lifecycle mime@1.2.11~install: mime@1.2.11
16421npm info lifecycle form-data@0.1.4~install: form-data@0.1.4
16422npm info lifecycle mime-types@1.0.2~install: mime-types@1.0.2
16423npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
16424npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
16425npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
16426npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
16427npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
16428npm info lifecycle oauth-sign@0.4.0~install: oauth-sign@0.4.0
16429npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
16430npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
16431npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
16432npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
16433npm info lifecycle progress@1.1.8~install: progress@1.1.8
16434npm info lifecycle proto-list@1.2.4~install: proto-list@1.2.4
16435npm info lifecycle config-chain@1.1.9~install: config-chain@1.1.9
16436npm info lifecycle qs@1.2.2~install: qs@1.2.2
16437npm info lifecycle semver@4.3.6~install: semver@4.3.6
16438npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
16439npm info lifecycle hawk@1.1.1~install: hawk@1.1.1
16440npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
16441npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
16442npm info lifecycle bl@0.9.4~install: bl@0.9.4
16443npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
16444npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
16445npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
16446npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
16447npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
16448npm info lifecycle request@2.42.0~install: request@2.42.0
16449npm info lifecycle uid-number@0.0.5~install: uid-number@0.0.5
16450npm info lifecycle which@1.0.9~install: which@1.0.9
16451npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16452npm info lifecycle once@1.3.3~install: once@1.3.3
16453npm info lifecycle npmconf@2.1.1~install: npmconf@2.1.1
16454npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
16455npm info lifecycle glob@6.0.3~install: glob@6.0.3
16456npm info lifecycle rimraf@2.5.0~install: rimraf@2.5.0
16457npm info lifecycle fs-extra@0.23.1~install: fs-extra@0.23.1
16458npm info lifecycle grunt-cli@0.1.13~install: grunt-cli@0.1.13
16459npm info lifecycle phantomjs@1.9.19~install: phantomjs@1.9.19
16460
16461> phantomjs@1.9.19 install /usr/lib/node_modules/phantomjs
16462> node install.js
16463
16464Looks like an `npm install -g`; unable to check for already installed version.
16465Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
16466Saving to /usr/lib/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
16467Receiving...
16468
16469Received 12854K total.
16470Extracting tar contents (via spawned process)
16471Removing /usr/lib/node_modules/phantomjs/lib/phantom
16472Copying extracted folder /usr/lib/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2-extract-1451417023124/phantomjs-1.9.8-linux-x86_64 -> /usr/lib/node_modules/phantomjs/lib/phantom
16473Writing location.js file
16474Done. Phantomjs binary available at /usr/lib/node_modules/phantomjs/lib/phantom/bin/phantomjs
16475npm verb lifecycle phantomjs@1.9.19~install: unsafe-perm in lifecycle false
16476npm 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
16477npm verb lifecycle phantomjs@1.9.19~install: CWD: /usr/lib/node_modules/phantomjs
16478npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
16479npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16480npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
16481npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
16482npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
16483npm info lifecycle resolve@0.3.1~postinstall: resolve@0.3.1
16484npm info lifecycle sigmund@1.0.1~postinstall: sigmund@1.0.1
16485npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
16486npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
16487npm info lifecycle findup-sync@0.1.3~postinstall: findup-sync@0.1.3
16488npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
16489npm info lifecycle adm-zip@0.4.4~postinstall: adm-zip@0.4.4
16490npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
16491npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
16492npm info lifecycle async@0.9.2~postinstall: async@0.9.2
16493npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
16494npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
16495npm info lifecycle caseless@0.6.0~postinstall: caseless@0.6.0
16496npm info lifecycle charenc@0.0.1~postinstall: charenc@0.0.1
16497npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
16498npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
16499npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
16500npm info lifecycle crypt@0.0.1~postinstall: crypt@0.0.1
16501npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
16502npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
16503npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
16504npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
16505npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
16506npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
16507npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
16508npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
16509npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
16510npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16511npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
16512npm info lifecycle is-buffer@1.0.2~postinstall: is-buffer@1.0.2
16513npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
16514npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
16515npm info lifecycle jsonfile@2.2.3~postinstall: jsonfile@2.2.3
16516npm info lifecycle kew@0.4.0~postinstall: kew@0.4.0
16517npm info lifecycle md5@2.0.0~postinstall: md5@2.0.0
16518npm info lifecycle mime@1.2.11~postinstall: mime@1.2.11
16519npm info lifecycle form-data@0.1.4~postinstall: form-data@0.1.4
16520npm info lifecycle mime-types@1.0.2~postinstall: mime-types@1.0.2
16521npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
16522npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
16523npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
16524npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
16525npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
16526npm info lifecycle oauth-sign@0.4.0~postinstall: oauth-sign@0.4.0
16527npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
16528npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
16529npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
16530npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
16531npm info lifecycle progress@1.1.8~postinstall: progress@1.1.8
16532npm info lifecycle proto-list@1.2.4~postinstall: proto-list@1.2.4
16533npm info lifecycle config-chain@1.1.9~postinstall: config-chain@1.1.9
16534npm info lifecycle qs@1.2.2~postinstall: qs@1.2.2
16535npm info lifecycle semver@4.3.6~postinstall: semver@4.3.6
16536npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
16537npm info lifecycle hawk@1.1.1~postinstall: hawk@1.1.1
16538npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
16539npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
16540npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
16541npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
16542npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
16543npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
16544npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
16545npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
16546npm info lifecycle request@2.42.0~postinstall: request@2.42.0
16547npm info lifecycle uid-number@0.0.5~postinstall: uid-number@0.0.5
16548npm info lifecycle which@1.0.9~postinstall: which@1.0.9
16549npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16550npm info lifecycle once@1.3.3~postinstall: once@1.3.3
16551npm info lifecycle npmconf@2.1.1~postinstall: npmconf@2.1.1
16552npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
16553npm info lifecycle glob@6.0.3~postinstall: glob@6.0.3
16554npm info lifecycle rimraf@2.5.0~postinstall: rimraf@2.5.0
16555npm info lifecycle fs-extra@0.23.1~postinstall: fs-extra@0.23.1
16556npm info lifecycle grunt-cli@0.1.13~postinstall: grunt-cli@0.1.13
16557npm info lifecycle phantomjs@1.9.19~postinstall: phantomjs@1.9.19
16558npm verb unlock done using /root/.npm/_locks/staging-a072192f34a17023.lock for /usr/lib/node_modules/.staging
16559/usr/lib
16560+-- grunt-cli@0.1.13
16561| +-- findup-sync@0.1.3
16562| | +-- glob@3.2.11
16563| | | +-- inherits@2.0.1
16564| | | `-- minimatch@0.3.0
16565| | | +-- lru-cache@2.7.3
16566| | | `-- sigmund@1.0.1
16567| | `-- lodash@2.4.2
16568| +-- nopt@1.0.10
16569| | `-- abbrev@1.0.7
16570| `-- resolve@0.3.1
16571`-- phantomjs@1.9.19
16572 +-- adm-zip@0.4.4
16573 +-- fs-extra@0.23.1
16574 | +-- graceful-fs@4.1.2
16575 | +-- jsonfile@2.2.3
16576 | +-- path-is-absolute@1.0.0
16577 | `-- rimraf@2.5.0
16578 | `-- glob@6.0.3
16579 | +-- inflight@1.0.4
16580 | `-- minimatch@3.0.0
16581 | `-- brace-expansion@1.1.2
16582 | +-- balanced-match@0.3.0
16583 | `-- concat-map@0.0.1
16584 +-- kew@0.4.0
16585 +-- md5@2.0.0
16586 | +-- charenc@0.0.1
16587 | +-- crypt@0.0.1
16588 | `-- is-buffer@1.0.2
16589 +-- npmconf@2.1.1
16590 | +-- config-chain@1.1.9
16591 | | `-- proto-list@1.2.4
16592 | +-- inherits@2.0.1
16593 | +-- ini@1.3.4
16594 | +-- mkdirp@0.5.1
16595 | | `-- minimist@0.0.8
16596 | +-- nopt@3.0.6
16597 | | `-- abbrev@1.0.7
16598 | +-- once@1.3.3
16599 | | `-- wrappy@1.0.1
16600 | +-- osenv@0.1.3
16601 | | +-- os-homedir@1.0.1
16602 | | `-- os-tmpdir@1.0.1
16603 | +-- semver@4.3.6
16604 | `-- uid-number@0.0.5
16605 +-- progress@1.1.8
16606 +-- request@2.42.0
16607 | +-- aws-sign2@0.5.0
16608 | +-- bl@0.9.4
16609 | | `-- readable-stream@1.0.33
16610 | | +-- core-util-is@1.0.2
16611 | | +-- isarray@0.0.1
16612 | | `-- string_decoder@0.10.31
16613 | +-- caseless@0.6.0
16614 | +-- forever-agent@0.5.2
16615 | +-- form-data@0.1.4
16616 | | +-- async@0.9.2
16617 | | +-- combined-stream@0.0.7
16618 | | | `-- delayed-stream@0.0.5
16619 | | `-- mime@1.2.11
16620 | +-- hawk@1.1.1
16621 | | +-- boom@0.4.2
16622 | | +-- cryptiles@0.2.2
16623 | | +-- hoek@0.9.1
16624 | | `-- sntp@0.2.4
16625 | +-- http-signature@0.10.1
16626 | | +-- asn1@0.1.11
16627 | | +-- assert-plus@0.1.5
16628 | | `-- ctype@0.5.3
16629 | +-- json-stringify-safe@5.0.1
16630 | +-- mime-types@1.0.2
16631 | +-- node-uuid@1.4.7
16632 | +-- oauth-sign@0.4.0
16633 | +-- qs@1.2.2
16634 | +-- stringstream@0.0.5
16635 | +-- tough-cookie@2.2.1
16636 | `-- tunnel-agent@0.4.2
16637 +-- request-progress@0.3.1
16638 | `-- throttleit@0.0.2
16639 `-- which@1.0.9
16640
16641npm verb exit [ 0, true ]
16642npm info ok
16643 ---> acf610b96ddf
16644Removing intermediate container 6de832d237e7
16645Step 3 : WORKDIR /var/www/
16646 ---> Running in 28e46e60d3fe
16647 ---> 10b894106a37
16648Removing intermediate container 28e46e60d3fe
16649Step 4 : RUN git clone https://git.kolab.org/diffusion/M/manticore.git /var/www/manticore.git/
16650 ---> Running in ff990d683591
16651Cloning into '/var/www/manticore.git'...
16652 ---> 2eee599e592b
16653Removing intermediate container ff990d683591
16654Step 5 : WORKDIR /var/www/manticore.git/
16655 ---> Running in a217408d690b
16656 ---> f33c2e9e506a
16657Removing intermediate container a217408d690b
16658Step 6 : RUN npm --verbose install && npm --verbose dedupe && rm -rf /root/.npm/
16659 ---> Running in 84ba63264128
16660npm info it worked if it ends with ok
16661npm verb cli [ 'node', '/usr/bin/npm', '--verbose', 'install' ]
16662npm info using npm@3.5.2
16663npm info using node@v0.12.8
16664npm verb cache add spec ldapjs@github:mcavage/node-ldapjs
16665npm verb request uri http://registry.npmjs.org/express
16666npm verb request no auth needed
16667npm info attempt registry request try #1 at 19:24:26
16668npm verb request id 4eeb3e496278eae1
16669npm http request GET http://registry.npmjs.org/express
16670npm verb request uri http://registry.npmjs.org/morgan
16671npm verb request no auth needed
16672npm info attempt registry request try #1 at 19:24:26
16673npm http request GET http://registry.npmjs.org/morgan
16674npm verb request uri http://registry.npmjs.org/body-parser
16675npm verb request no auth needed
16676npm info attempt registry request try #1 at 19:24:26
16677npm http request GET http://registry.npmjs.org/body-parser
16678npm verb request uri http://registry.npmjs.org/method-override
16679npm verb request no auth needed
16680npm info attempt registry request try #1 at 19:24:26
16681npm http request GET http://registry.npmjs.org/method-override
16682npm verb request uri http://registry.npmjs.org/serve-favicon
16683npm verb request no auth needed
16684npm info attempt registry request try #1 at 19:24:26
16685npm http request GET http://registry.npmjs.org/serve-favicon
16686npm verb request uri http://registry.npmjs.org/cookie-parser
16687npm verb request no auth needed
16688npm info attempt registry request try #1 at 19:24:26
16689npm http request GET http://registry.npmjs.org/cookie-parser
16690npm verb request uri http://registry.npmjs.org/express-session
16691npm verb request no auth needed
16692npm info attempt registry request try #1 at 19:24:26
16693npm http request GET http://registry.npmjs.org/express-session
16694npm verb request uri http://registry.npmjs.org/errorhandler
16695npm verb request no auth needed
16696npm info attempt registry request try #1 at 19:24:26
16697npm http request GET http://registry.npmjs.org/errorhandler
16698npm verb request uri http://registry.npmjs.org/compression
16699npm verb request no auth needed
16700npm info attempt registry request try #1 at 19:24:26
16701npm http request GET http://registry.npmjs.org/compression
16702npm verb request uri http://registry.npmjs.org/lodash
16703npm verb request no auth needed
16704npm info attempt registry request try #1 at 19:24:26
16705npm http request GET http://registry.npmjs.org/lodash
16706npm verb request uri http://registry.npmjs.org/jade
16707npm verb request no auth needed
16708npm info attempt registry request try #1 at 19:24:26
16709npm http request GET http://registry.npmjs.org/jade
16710npm verb request uri http://registry.npmjs.org/mongoose
16711npm verb request no auth needed
16712npm info attempt registry request try #1 at 19:24:26
16713npm http request GET http://registry.npmjs.org/mongoose
16714npm verb request uri http://registry.npmjs.org/gridfs-stream
16715npm verb request no auth needed
16716npm info attempt registry request try #1 at 19:24:26
16717npm http request GET http://registry.npmjs.org/gridfs-stream
16718npm verb request uri http://registry.npmjs.org/jsonwebtoken
16719npm verb request no auth needed
16720npm info attempt registry request try #1 at 19:24:26
16721npm http request GET http://registry.npmjs.org/jsonwebtoken
16722npm verb request uri http://registry.npmjs.org/express-jwt
16723npm verb request no auth needed
16724npm info attempt registry request try #1 at 19:24:26
16725npm http request GET http://registry.npmjs.org/express-jwt
16726npm verb request uri http://registry.npmjs.org/passport
16727npm verb request no auth needed
16728npm info attempt registry request try #1 at 19:24:26
16729npm http request GET http://registry.npmjs.org/passport
16730npm verb request uri http://registry.npmjs.org/passport-local
16731npm verb request no auth needed
16732npm info attempt registry request try #1 at 19:24:26
16733npm http request GET http://registry.npmjs.org/passport-local
16734npm verb request uri http://registry.npmjs.org/composable-middleware
16735npm verb request no auth needed
16736npm info attempt registry request try #1 at 19:24:26
16737npm http request GET http://registry.npmjs.org/composable-middleware
16738npm verb request uri http://registry.npmjs.org/connect-mongo
16739npm verb request no auth needed
16740npm info attempt registry request try #1 at 19:24:26
16741npm http request GET http://registry.npmjs.org/connect-mongo
16742npm verb request uri http://registry.npmjs.org/multer
16743npm verb request no auth needed
16744npm info attempt registry request try #1 at 19:24:26
16745npm http request GET http://registry.npmjs.org/multer
16746npm verb request uri http://registry.npmjs.org/socket.io
16747npm verb request no auth needed
16748npm info attempt registry request try #1 at 19:24:26
16749npm http request GET http://registry.npmjs.org/socket.io
16750npm verb request uri http://registry.npmjs.org/socketio-jwt
16751npm verb request no auth needed
16752npm info attempt registry request try #1 at 19:24:26
16753npm http request GET http://registry.npmjs.org/socketio-jwt
16754npm verb request uri http://registry.npmjs.org/async
16755npm verb request no auth needed
16756npm info attempt registry request try #1 at 19:24:26
16757npm http request GET http://registry.npmjs.org/async
16758npm verb request uri http://registry.npmjs.org/phantom
16759npm verb request no auth needed
16760npm info attempt registry request try #1 at 19:24:26
16761npm http request GET http://registry.npmjs.org/phantom
16762npm verb request uri http://registry.npmjs.org/dav
16763npm verb request no auth needed
16764npm info attempt registry request try #1 at 19:24:26
16765npm http request GET http://registry.npmjs.org/dav
16766npm verb request uri http://registry.npmjs.org/request
16767npm verb request no auth needed
16768npm info attempt registry request try #1 at 19:24:26
16769npm http request GET http://registry.npmjs.org/request
16770npm verb request uri http://registry.npmjs.org/passport-ldapauth
16771npm verb request no auth needed
16772npm info attempt registry request try #1 at 19:24:26
16773npm http request GET http://registry.npmjs.org/passport-ldapauth
16774npm verb addRemoteGit caching github:mcavage/node-ldapjs
16775npm verb addRemoteGit mcavage/node-ldapjs is a repository hosted by github
16776npm verb tryClone git-github-com-mcavage-node-ldapjs-git-bc5d2011 not in flight; caching
16777npm verb makeDirectory /root/.npm/_git-remotes creation not in flight; initializing
16778npm info git [ 'clone',
16779npm info git '--template=/root/.npm/_git-remotes/_templates',
16780npm info git '--mirror',
16781npm info git 'git://github.com/mcavage/node-ldapjs.git',
16782npm info git '/root/.npm/_git-remotes/git-github-com-mcavage-node-ldapjs-git-bc5d2011' ]
16783npm http 200 http://registry.npmjs.org/async
16784npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16785npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
16786npm verb headers 'content-type': 'application/json',
16787npm verb headers 'cache-control': 'max-age=300',
16788npm verb headers 'content-length': '132682',
16789npm verb headers 'accept-ranges': 'bytes',
16790npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
16791npm verb headers 'x-served-by': 'cache-fra1232-FRA',
16792npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
16793npm verb headers 'x-cache-hits': '9',
16794npm verb headers 'x-timer': 'S1451417010.354572,VS0,VE0',
16795npm verb headers vary: 'Accept',
16796npm verb headers age: '277',
16797npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16798npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16799npm verb headers connection: 'keep-alive' }
16800npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
16801npm http 200 http://registry.npmjs.org/errorhandler
16802npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16803npm verb headers etag: '"8DCGIQOAPMNC2EFPOCK7746QA"',
16804npm verb headers 'content-type': 'application/json',
16805npm verb headers 'cache-control': 'max-age=300',
16806npm verb headers 'content-length': '38052',
16807npm verb headers 'accept-ranges': 'bytes',
16808npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16809npm verb headers age: '286',
16810npm verb headers 'x-served-by': 'cache-fra1235-FRA',
16811npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16812npm verb headers 'x-cache-hits': '2',
16813npm verb headers 'x-timer': 'S1451417066.510213,VS0,VE0',
16814npm verb headers vary: 'Accept',
16815npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16816npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16817npm verb headers connection: 'keep-alive' }
16818npm verb get saving errorhandler to /root/.npm/registry.npmjs.org/errorhandler/.cache.json
16819npm http 200 http://registry.npmjs.org/gridfs-stream
16820npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16821npm verb headers etag: '"13Y62WBHKO9VVSPMZ70D68XM8"',
16822npm verb headers 'content-type': 'application/json',
16823npm verb headers 'cache-control': 'max-age=300',
16824npm verb headers 'content-length': '26995',
16825npm verb headers 'accept-ranges': 'bytes',
16826npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16827npm verb headers age: '67',
16828npm verb headers 'x-served-by': 'cache-fra1236-FRA',
16829npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16830npm verb headers 'x-cache-hits': '1',
16831npm verb headers 'x-timer': 'S1451417066.534764,VS0,VE0',
16832npm verb headers vary: 'Accept',
16833npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16834npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16835npm verb headers connection: 'keep-alive' }
16836npm verb get saving gridfs-stream to /root/.npm/registry.npmjs.org/gridfs-stream/.cache.json
16837npm http 200 http://registry.npmjs.org/passport-local
16838npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16839npm verb headers etag: '"7DN2POQUWPKIHVHPHGG5T1TP8"',
16840npm verb headers 'content-type': 'application/json',
16841npm verb headers 'cache-control': 'max-age=300',
16842npm verb headers 'content-length': '13555',
16843npm verb headers 'accept-ranges': 'bytes',
16844npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16845npm verb headers age: '299',
16846npm verb headers 'x-served-by': 'cache-fra1241-FRA',
16847npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16848npm verb headers 'x-cache-hits': '1',
16849npm verb headers 'x-timer': 'S1451417066.534748,VS0,VE0',
16850npm verb headers vary: 'Accept',
16851npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16852npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16853npm verb headers connection: 'keep-alive' }
16854npm verb get saving passport-local to /root/.npm/registry.npmjs.org/passport-local/.cache.json
16855npm http 200 http://registry.npmjs.org/body-parser
16856npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16857npm verb headers etag: '"9UCTVG5CBPYJCJW0V7HHYTF3E"',
16858npm verb headers 'content-type': 'application/json',
16859npm verb headers 'cache-control': 'max-age=300',
16860npm verb headers 'content-length': '113219',
16861npm verb headers 'accept-ranges': 'bytes',
16862npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16863npm verb headers age: '49',
16864npm verb headers 'x-served-by': 'cache-fra1225-FRA',
16865npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16866npm verb headers 'x-cache-hits': '2',
16867npm verb headers 'x-timer': 'S1451417066.510506,VS0,VE0',
16868npm verb headers vary: 'Accept',
16869npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16870npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16871npm verb headers connection: 'keep-alive' }
16872npm verb get saving body-parser to /root/.npm/registry.npmjs.org/body-parser/.cache.json
16873npm http 200 http://registry.npmjs.org/express-jwt
16874npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16875npm verb headers etag: '"1G623JHY7WE6JDBNQ6KGP2C3Y"',
16876npm verb headers 'content-type': 'application/json',
16877npm verb headers 'cache-control': 'max-age=300',
16878npm verb headers 'content-length': '47501',
16879npm verb headers 'accept-ranges': 'bytes',
16880npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16881npm verb headers age: '227',
16882npm verb headers 'x-served-by': 'cache-fra1223-FRA',
16883npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16884npm verb headers 'x-cache-hits': '1',
16885npm verb headers 'x-timer': 'S1451417066.535697,VS0,VE0',
16886npm verb headers vary: 'Accept',
16887npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16888npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16889npm verb headers connection: 'keep-alive' }
16890npm verb get saving express-jwt to /root/.npm/registry.npmjs.org/express-jwt/.cache.json
16891npm http 200 http://registry.npmjs.org/connect-mongo
16892npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16893npm verb headers etag: '"BFZ52OJMNMZD129VGH47R2JHQ"',
16894npm verb headers 'content-type': 'application/json',
16895npm verb headers 'cache-control': 'max-age=300',
16896npm verb headers 'content-length': '44985',
16897npm verb headers 'accept-ranges': 'bytes',
16898npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16899npm verb headers age: '299',
16900npm verb headers 'x-served-by': 'cache-fra1241-FRA',
16901npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16902npm verb headers 'x-cache-hits': '1',
16903npm verb headers 'x-timer': 'S1451417066.540382,VS0,VE0',
16904npm verb headers vary: 'Accept',
16905npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16906npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16907npm verb headers connection: 'keep-alive' }
16908npm verb get saving connect-mongo to /root/.npm/registry.npmjs.org/connect-mongo/.cache.json
16909npm http 200 http://registry.npmjs.org/composable-middleware
16910npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16911npm verb headers etag: '"BZOS3ELDOJIJM8RDDLG7QZ8QR"',
16912npm verb headers 'content-type': 'application/json',
16913npm verb headers 'cache-control': 'max-age=300',
16914npm verb headers 'content-length': '23401',
16915npm verb headers 'accept-ranges': 'bytes',
16916npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16917npm verb headers age: '227',
16918npm verb headers 'x-served-by': 'cache-fra1228-FRA',
16919npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16920npm verb headers 'x-cache-hits': '1',
16921npm verb headers 'x-timer': 'S1451417066.540449,VS0,VE0',
16922npm verb headers vary: 'Accept',
16923npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16924npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16925npm verb headers connection: 'keep-alive' }
16926npm verb get saving composable-middleware to /root/.npm/registry.npmjs.org/composable-middleware/.cache.json
16927npm http 200 http://registry.npmjs.org/phantom
16928npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16929npm verb headers etag: '"2OIKXL1C0WEHRRUOHX01XB1EE"',
16930npm verb headers 'content-type': 'application/json',
16931npm verb headers 'cache-control': 'max-age=300',
16932npm verb headers 'content-length': '52887',
16933npm verb headers 'accept-ranges': 'bytes',
16934npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16935npm verb headers age: '248',
16936npm verb headers 'x-served-by': 'cache-fra1224-FRA',
16937npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16938npm verb headers 'x-cache-hits': '1',
16939npm verb headers 'x-timer': 'S1451417066.540371,VS0,VE0',
16940npm verb headers vary: 'Accept',
16941npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16942npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16943npm verb headers connection: 'keep-alive' }
16944npm verb get saving phantom to /root/.npm/registry.npmjs.org/phantom/.cache.json
16945npm http 200 http://registry.npmjs.org/morgan
16946npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16947npm verb headers etag: '"CYUXXH7XS350OXDCIHHHZVGQE"',
16948npm verb headers 'content-type': 'application/json',
16949npm verb headers 'cache-control': 'max-age=300',
16950npm verb headers 'content-length': '42764',
16951npm verb headers 'accept-ranges': 'bytes',
16952npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16953npm verb headers age: '297',
16954npm verb headers 'x-served-by': 'cache-fra1230-FRA',
16955npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16956npm verb headers 'x-cache-hits': '2',
16957npm verb headers 'x-timer': 'S1451417066.510853,VS0,VE0',
16958npm verb headers vary: 'Accept',
16959npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
16960npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16961npm verb headers connection: 'keep-alive' }
16962npm verb get saving morgan to /root/.npm/registry.npmjs.org/morgan/.cache.json
16963npm http 200 http://registry.npmjs.org/compression
16964npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16965npm verb headers etag: '"12MW13GNVVCBQYWG713899535"',
16966npm verb headers 'content-type': 'application/json',
16967npm verb headers 'cache-control': 'max-age=300',
16968npm verb headers 'content-length': '61086',
16969npm verb headers 'accept-ranges': 'bytes',
16970npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16971npm verb headers age: '105',
16972npm verb headers 'x-served-by': 'cache-fra1243-FRA',
16973npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16974npm verb headers 'x-cache-hits': '1',
16975npm verb headers 'x-timer': 'S1451417066.511639,VS0,VE0',
16976npm verb headers vary: 'Accept',
16977npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16978npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16979npm verb headers connection: 'keep-alive' }
16980npm verb get saving compression to /root/.npm/registry.npmjs.org/compression/.cache.json
16981npm http 200 http://registry.npmjs.org/socketio-jwt
16982npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16983npm verb headers etag: '"59V4J5ISQ7S9H14UBZ7S0IA13"',
16984npm verb headers 'content-type': 'application/json',
16985npm verb headers 'cache-control': 'max-age=300',
16986npm verb headers 'content-length': '29758',
16987npm verb headers 'accept-ranges': 'bytes',
16988npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
16989npm verb headers age: '226',
16990npm verb headers 'x-served-by': 'cache-fra1235-FRA',
16991npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
16992npm verb headers 'x-cache-hits': '1',
16993npm verb headers 'x-timer': 'S1451417066.534678,VS0,VE0',
16994npm verb headers vary: 'Accept',
16995npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
16996npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
16997npm verb headers connection: 'keep-alive' }
16998npm verb get saving socketio-jwt to /root/.npm/registry.npmjs.org/socketio-jwt/.cache.json
16999npm http 200 http://registry.npmjs.org/cookie-parser
17000npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17001npm verb headers etag: '"8G5WWK5KC4I9F69EBBSNJHV2G"',
17002npm verb headers 'content-type': 'application/json',
17003npm verb headers 'cache-control': 'max-age=300',
17004npm verb headers 'content-length': '20365',
17005npm verb headers 'accept-ranges': 'bytes',
17006npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17007npm verb headers age: '97',
17008npm verb headers 'x-served-by': 'cache-fra1232-FRA',
17009npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17010npm verb headers 'x-cache-hits': '1',
17011npm verb headers 'x-timer': 'S1451417066.510617,VS0,VE0',
17012npm verb headers vary: 'Accept',
17013npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17014npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17015npm verb headers connection: 'keep-alive' }
17016npm verb get saving cookie-parser to /root/.npm/registry.npmjs.org/cookie-parser/.cache.json
17017npm http 200 http://registry.npmjs.org/method-override
17018npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17019npm verb headers etag: '"8GF1LPC6684OQ597E6QX6A1DQ"',
17020npm verb headers 'content-type': 'application/json',
17021npm verb headers 'cache-control': 'max-age=300',
17022npm verb headers 'content-length': '35828',
17023npm verb headers 'accept-ranges': 'bytes',
17024npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17025npm verb headers age: '54',
17026npm verb headers 'x-served-by': 'cache-fra1244-FRA',
17027npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17028npm verb headers 'x-cache-hits': '1',
17029npm verb headers 'x-timer': 'S1451417066.510545,VS0,VE0',
17030npm verb headers vary: 'Accept',
17031npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17032npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17033npm verb headers connection: 'keep-alive' }
17034npm verb get saving method-override to /root/.npm/registry.npmjs.org/method-override/.cache.json
17035npm http 200 http://registry.npmjs.org/serve-favicon
17036npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17037npm verb headers etag: '"2CF52I28MTEPSZWDG7L6ICLC3"',
17038npm verb headers 'content-type': 'application/json',
17039npm verb headers 'cache-control': 'max-age=300',
17040npm verb headers 'content-length': '24137',
17041npm verb headers 'accept-ranges': 'bytes',
17042npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17043npm verb headers age: '166',
17044npm verb headers 'x-served-by': 'cache-fra1231-FRA',
17045npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17046npm verb headers 'x-cache-hits': '1',
17047npm verb headers 'x-timer': 'S1451417066.510608,VS0,VE0',
17048npm verb headers vary: 'Accept',
17049npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17050npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17051npm verb headers connection: 'keep-alive' }
17052npm verb get saving serve-favicon to /root/.npm/registry.npmjs.org/serve-favicon/.cache.json
17053npm http 200 http://registry.npmjs.org/socket.io
17054npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17055npm verb headers etag: '"YPDAJOHO6KKL8HPPEGN7HT5T"',
17056npm verb headers 'content-type': 'application/json',
17057npm verb headers 'cache-control': 'max-age=300',
17058npm verb headers 'content-length': '116059',
17059npm verb headers 'accept-ranges': 'bytes',
17060npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17061npm verb headers age: '107',
17062npm verb headers 'x-served-by': 'cache-fra1224-FRA',
17063npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17064npm verb headers 'x-cache-hits': '1',
17065npm verb headers 'x-timer': 'S1451417066.534743,VS0,VE0',
17066npm verb headers vary: 'Accept',
17067npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17068npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17069npm verb headers connection: 'keep-alive' }
17070npm verb get saving socket.io to /root/.npm/registry.npmjs.org/socket.io/.cache.json
17071npm http 200 http://registry.npmjs.org/express-session
17072npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17073npm verb headers etag: '"AW4I3JEG6UVQN019TIQCGW7Y5"',
17074npm verb headers 'content-type': 'application/json',
17075npm verb headers 'cache-control': 'max-age=300',
17076npm verb headers 'content-length': '96475',
17077npm verb headers 'accept-ranges': 'bytes',
17078npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17079npm verb headers age: '81',
17080npm verb headers 'x-served-by': 'cache-fra1245-FRA',
17081npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17082npm verb headers 'x-cache-hits': '1',
17083npm verb headers 'x-timer': 'S1451417066.510656,VS0,VE0',
17084npm verb headers vary: 'Accept',
17085npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17086npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17087npm verb headers connection: 'keep-alive' }
17088npm verb get saving express-session to /root/.npm/registry.npmjs.org/express-session/.cache.json
17089npm http 200 http://registry.npmjs.org/lodash
17090npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17091npm verb headers etag: '"CGTYPVJRPPNJ9QH7BTBZ8IZ1I"',
17092npm verb headers 'content-type': 'application/json',
17093npm verb headers 'cache-control': 'max-age=300',
17094npm verb headers 'content-length': '113672',
17095npm verb headers 'accept-ranges': 'bytes',
17096npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17097npm verb headers age: '58',
17098npm verb headers 'x-served-by': 'cache-fra1221-FRA',
17099npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17100npm verb headers 'x-cache-hits': '4',
17101npm verb headers 'x-timer': 'S1451417066.511622,VS0,VE0',
17102npm verb headers vary: 'Accept',
17103npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17104npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17105npm verb headers connection: 'keep-alive' }
17106npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
17107npm http 200 http://registry.npmjs.org/mongoose
17108npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17109npm verb headers etag: '"9MAY5SFZ5J3456E4EM74IYC9P"',
17110npm verb headers 'content-type': 'application/json',
17111npm verb headers 'cache-control': 'max-age=300',
17112npm verb headers 'content-length': '409440',
17113npm verb headers 'accept-ranges': 'bytes',
17114npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17115npm verb headers age: '119',
17116npm verb headers 'x-served-by': 'cache-fra1236-FRA',
17117npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17118npm verb headers 'x-cache-hits': '1',
17119npm verb headers 'x-timer': 'S1451417066.542972,VS0,VE1',
17120npm verb headers vary: 'Accept',
17121npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17122npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17123npm verb headers connection: 'keep-alive' }
17124npm verb get saving mongoose to /root/.npm/registry.npmjs.org/mongoose/.cache.json
17125npm verb cache add spec async@~1.3.0
17126npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for async
17127npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
17128npm verb cache add spec express-jwt@~3.1.0
17129npm verb addNamed ">=3.1.0 <3.2.0" is a valid semver range for express-jwt
17130npm verb addNameRange registry:http://registry.npmjs.org/express-jwt not in flight; fetching
17131npm verb cache add spec connect-mongo@^0.4.1
17132npm verb addNamed ">=0.4.1 <0.5.0" is a valid semver range for connect-mongo
17133npm verb addNameRange registry:http://registry.npmjs.org/connect-mongo not in flight; fetching
17134npm verb cache add spec composable-middleware@^0.3.0
17135npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for composable-middleware
17136npm verb addNameRange registry:http://registry.npmjs.org/composable-middleware not in flight; fetching
17137npm verb cache add spec phantom@~0.7.2
17138npm verb addNamed ">=0.7.2 <0.8.0" is a valid semver range for phantom
17139npm verb addNameRange registry:http://registry.npmjs.org/phantom not in flight; fetching
17140npm verb cache add spec morgan@~1.0.0
17141npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for morgan
17142npm verb addNameRange registry:http://registry.npmjs.org/morgan not in flight; fetching
17143npm verb cache add spec compression@~1.0.1
17144npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for compression
17145npm verb addNameRange registry:http://registry.npmjs.org/compression not in flight; fetching
17146npm verb cache add spec socketio-jwt@~4.3.2
17147npm verb addNamed ">=4.3.2 <4.4.0" is a valid semver range for socketio-jwt
17148npm verb addNameRange registry:http://registry.npmjs.org/socketio-jwt not in flight; fetching
17149npm verb cache add spec cookie-parser@~1.0.1
17150npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for cookie-parser
17151npm verb addNameRange registry:http://registry.npmjs.org/cookie-parser not in flight; fetching
17152npm http 200 http://registry.npmjs.org/jade
17153npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17154npm verb headers etag: '"9TPVXZTUGV2VQHDWF18W6B7E9"',
17155npm verb headers 'content-type': 'application/json',
17156npm verb headers 'cache-control': 'max-age=300',
17157npm verb headers 'content-length': '148239',
17158npm verb headers 'accept-ranges': 'bytes',
17159npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17160npm verb headers age: '151',
17161npm verb headers 'x-served-by': 'cache-fra1241-FRA',
17162npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17163npm verb headers 'x-cache-hits': '2',
17164npm verb headers 'x-timer': 'S1451417066.511664,VS0,VE0',
17165npm verb headers vary: 'Accept',
17166npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17167npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17168npm verb headers connection: 'keep-alive' }
17169npm verb get saving jade to /root/.npm/registry.npmjs.org/jade/.cache.json
17170npm http 200 http://registry.npmjs.org/passport
17171npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17172npm verb headers etag: '"EOQOJZH0LO7TETWVPNK2IPQ1"',
17173npm verb headers 'content-type': 'application/json',
17174npm verb headers 'cache-control': 'max-age=300',
17175npm verb headers 'content-length': '41719',
17176npm verb headers 'accept-ranges': 'bytes',
17177npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17178npm verb headers age: '133',
17179npm verb headers 'x-served-by': 'cache-fra1224-FRA',
17180npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17181npm verb headers 'x-cache-hits': '1',
17182npm verb headers 'x-timer': 'S1451417066.514894,VS0,VE0',
17183npm verb headers vary: 'Accept',
17184npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17185npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17186npm verb headers connection: 'keep-alive' }
17187npm verb get saving passport to /root/.npm/registry.npmjs.org/passport/.cache.json
17188npm verb cache add spec method-override@~1.0.0
17189npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for method-override
17190npm verb addNameRange registry:http://registry.npmjs.org/method-override not in flight; fetching
17191npm verb cache add spec errorhandler@~1.0.0
17192npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for errorhandler
17193npm verb addNameRange registry:http://registry.npmjs.org/errorhandler not in flight; fetching
17194npm verb cache add spec gridfs-stream@1.1.1
17195npm verb addNamed "1.1.1" is a plain semver version for gridfs-stream
17196npm verb addNameVersion registry:http://registry.npmjs.org/gridfs-stream not in flight; fetching
17197npm verb cache add spec body-parser@~1.5.0
17198npm verb addNamed ">=1.5.0 <1.6.0" is a valid semver range for body-parser
17199npm verb addNameRange registry:http://registry.npmjs.org/body-parser not in flight; fetching
17200npm verb cache add spec serve-favicon@~2.0.1
17201npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for serve-favicon
17202npm verb addNameRange registry:http://registry.npmjs.org/serve-favicon not in flight; fetching
17203npm http 200 http://registry.npmjs.org/request
17204npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17205npm verb headers etag: '"41O2YUQ0F957MF7HVJELBZYE5"',
17206npm verb headers 'content-type': 'application/json',
17207npm verb headers 'cache-control': 'max-age=300',
17208npm verb headers 'content-length': '180663',
17209npm verb headers 'accept-ranges': 'bytes',
17210npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17211npm verb headers age: '25',
17212npm verb headers 'x-served-by': 'cache-fra1248-FRA',
17213npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17214npm verb headers 'x-cache-hits': '1',
17215npm verb headers 'x-timer': 'S1451417066.540415,VS0,VE0',
17216npm verb headers vary: 'Accept',
17217npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17218npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17219npm verb headers connection: 'keep-alive' }
17220npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
17221npm verb cache add spec passport-local@~0.1.6
17222npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for passport-local
17223npm verb addNameRange registry:http://registry.npmjs.org/passport-local not in flight; fetching
17224npm verb cache add spec socket.io@1.3.5
17225npm verb addNamed "1.3.5" is a plain semver version for socket.io
17226npm verb addNameVersion registry:http://registry.npmjs.org/socket.io not in flight; fetching
17227npm http 200 http://registry.npmjs.org/dav
17228npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17229npm verb headers etag: '"E3X1UO10KD5KI9A4586TZGQ99"',
17230npm verb headers 'content-type': 'application/json',
17231npm verb headers 'cache-control': 'max-age=300',
17232npm verb headers 'content-length': '50521',
17233npm verb headers 'accept-ranges': 'bytes',
17234npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17235npm verb headers age: '0',
17236npm verb headers 'x-served-by': 'cache-fra1248-FRA',
17237npm verb headers 'x-cache': 'MISS, MISS from atomic01.kolabsys.com',
17238npm verb headers 'x-cache-hits': '0',
17239npm verb headers 'x-timer': 'S1451417066.540508,VS0,VE426',
17240npm verb headers vary: 'Accept',
17241npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17242npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17243npm verb headers connection: 'keep-alive' }
17244npm verb get saving dav to /root/.npm/registry.npmjs.org/dav/.cache.json
17245npm verb cache add spec express-session@~1.0.2
17246npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for express-session
17247npm verb addNameRange registry:http://registry.npmjs.org/express-session not in flight; fetching
17248npm verb get http://registry.npmjs.org/async not expired, no request
17249npm verb addNamed "1.3.0" is a plain semver version for async
17250npm verb get http://registry.npmjs.org/express-jwt not expired, no request
17251npm verb addNamed "3.1.0" is a plain semver version for express-jwt
17252npm verb get http://registry.npmjs.org/connect-mongo not expired, no request
17253npm verb addNamed "0.4.2" is a plain semver version for connect-mongo
17254npm verb get http://registry.npmjs.org/composable-middleware not expired, no request
17255npm verb addNamed "0.3.0" is a plain semver version for composable-middleware
17256npm verb get http://registry.npmjs.org/phantom not expired, no request
17257npm verb addNamed "0.7.2" is a plain semver version for phantom
17258npm http 200 http://registry.npmjs.org/express
17259npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17260npm verb headers etag: '"957DV0XVI0S3WZBW2MBRA91JF"',
17261npm verb headers 'content-type': 'application/json',
17262npm verb headers 'cache-control': 'max-age=300',
17263npm verb headers 'content-length': '529515',
17264npm verb headers 'accept-ranges': 'bytes',
17265npm verb headers date: 'Tue, 29 Dec 2015 19:24:26 GMT',
17266npm verb headers age: '19',
17267npm verb headers 'x-served-by': 'cache-fra1240-FRA',
17268npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17269npm verb headers 'x-cache-hits': '1',
17270npm verb headers 'x-timer': 'S1451417066.510689,VS0,VE1',
17271npm verb headers vary: 'Accept',
17272npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17273npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17274npm verb headers connection: 'keep-alive' }
17275npm verb get saving express to /root/.npm/registry.npmjs.org/express/.cache.json
17276npm http 200 http://registry.npmjs.org/multer
17277npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17278npm verb headers etag: '"5JF83NDYPHEFZ4NSQW0I1PRP0"',
17279npm verb headers 'content-type': 'application/json',
17280npm verb headers 'cache-control': 'max-age=300',
17281npm verb headers 'content-length': '42900',
17282npm verb headers 'accept-ranges': 'bytes',
17283npm verb headers date: 'Tue, 29 Dec 2015 19:24:27 GMT',
17284npm verb headers age: '0',
17285npm verb headers 'x-served-by': 'cache-fra1226-FRA',
17286npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17287npm verb headers 'x-cache-hits': '1',
17288npm verb headers 'x-timer': 'S1451417066.540345,VS0,VE469',
17289npm verb headers vary: 'Accept',
17290npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17291npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17292npm verb headers connection: 'keep-alive' }
17293npm verb get saving multer to /root/.npm/registry.npmjs.org/multer/.cache.json
17294npm verb cache add spec lodash@~2.4.1
17295npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
17296npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
17297npm verb get http://registry.npmjs.org/morgan not expired, no request
17298npm verb addNamed "1.0.1" is a plain semver version for morgan
17299npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-1.3.0.tgz not in flight; adding
17300npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-1.3.0.tgz',
17301npm verb addRemoteTarball 'a6f1631e8a595a663496d0a5586bd12007d4871d' ]
17302npm verb addRemoteTarball http://registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz not in flight; adding
17303npm verb addRemoteTarball [ 'http://registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz',
17304npm verb addRemoteTarball '2d7ef5982cd9215786fa3059d8c6debaa40185b7' ]
17305npm verb addRemoteTarball http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz not in flight; adding
17306npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz',
17307npm verb addRemoteTarball 'a9817a9a229d790460ab0bf946ee0ce8ac3ccba7' ]
17308npm verb addRemoteTarball http://registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz not in flight; adding
17309npm verb addRemoteTarball [ 'http://registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz',
17310npm verb addRemoteTarball '258c9462e9d0e9e32133f7260ee25159d0dbbe09' ]
17311npm verb addRemoteTarball http://registry.npmjs.org/phantom/-/phantom-0.7.2.tgz not in flight; adding
17312npm verb addRemoteTarball [ 'http://registry.npmjs.org/phantom/-/phantom-0.7.2.tgz',
17313npm verb addRemoteTarball '4931ad92b6a402735c313b6dbbd26e7c7b2f3788' ]
17314npm verb get http://registry.npmjs.org/socketio-jwt not expired, no request
17315npm verb addNamed "4.3.3" is a plain semver version for socketio-jwt
17316npm verb get http://registry.npmjs.org/cookie-parser not expired, no request
17317npm verb addNamed "1.0.1" is a plain semver version for cookie-parser
17318npm verb get http://registry.npmjs.org/compression not expired, no request
17319npm verb addNamed "1.0.11" is a plain semver version for compression
17320npm http 200 http://registry.npmjs.org/passport-ldapauth
17321npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17322npm verb headers etag: '"DAE0JPYHMI12SLIUXJSZI6IAD"',
17323npm verb headers 'content-type': 'application/json',
17324npm verb headers 'cache-control': 'max-age=300',
17325npm verb headers 'content-length': '33535',
17326npm verb headers 'accept-ranges': 'bytes',
17327npm verb headers date: 'Tue, 29 Dec 2015 19:24:27 GMT',
17328npm verb headers age: '0',
17329npm verb headers 'x-served-by': 'cache-fra1245-FRA',
17330npm verb headers 'x-cache': 'MISS, MISS from atomic01.kolabsys.com',
17331npm verb headers 'x-cache-hits': '0',
17332npm verb headers 'x-timer': 'S1451417066.540287,VS0,VE485',
17333npm verb headers vary: 'Accept',
17334npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17335npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17336npm verb headers connection: 'keep-alive' }
17337npm verb get saving passport-ldapauth to /root/.npm/registry.npmjs.org/passport-ldapauth/.cache.json
17338npm verb cache add spec mongoose@~4.1.12
17339npm verb addNamed ">=4.1.12 <4.2.0" is a valid semver range for mongoose
17340npm verb addNameRange registry:http://registry.npmjs.org/mongoose not in flight; fetching
17341npm verb addRemoteTarball http://registry.npmjs.org/morgan/-/morgan-1.0.1.tgz not in flight; adding
17342npm verb addRemoteTarball [ 'http://registry.npmjs.org/morgan/-/morgan-1.0.1.tgz',
17343npm verb addRemoteTarball '8250a5d711de625453022945344d4d6762630c64' ]
17344npm verb get http://registry.npmjs.org/method-override not expired, no request
17345npm verb addNamed "1.0.2" is a plain semver version for method-override
17346npm verb get http://registry.npmjs.org/errorhandler not expired, no request
17347npm verb addNamed "1.0.2" is a plain semver version for errorhandler
17348npm verb get http://registry.npmjs.org/gridfs-stream not expired, no request
17349npm verb get http://registry.npmjs.org/body-parser not expired, no request
17350npm verb addNamed "1.5.2" is a plain semver version for body-parser
17351npm verb addRemoteTarball http://registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz not in flight; adding
17352npm verb addRemoteTarball [ 'http://registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz',
17353npm verb addRemoteTarball 'ce3243d66875cfec493fda572baffbe1bc1aa18c' ]
17354npm verb addRemoteTarball http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz not in flight; adding
17355npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz',
17356npm verb addRemoteTarball '17bd622c9717cd0858a912a9fef4c0362360a7b0' ]
17357npm verb addRemoteTarball http://registry.npmjs.org/compression/-/compression-1.0.11.tgz not in flight; adding
17358npm verb addRemoteTarball [ 'http://registry.npmjs.org/compression/-/compression-1.0.11.tgz',
17359npm verb addRemoteTarball '69700cf1ee8963454356ac192a6e5e91e232bffb' ]
17360npm verb get http://registry.npmjs.org/serve-favicon not expired, no request
17361npm verb addNamed "2.0.1" is a plain semver version for serve-favicon
17362npm http 200 http://registry.npmjs.org/jsonwebtoken
17363npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17364npm verb headers etag: '"2XGBM8ODAZM858P20HD5C4XUL"',
17365npm verb headers 'content-type': 'application/json',
17366npm verb headers 'cache-control': 'max-age=300',
17367npm verb headers 'content-length': '56471',
17368npm verb headers 'accept-ranges': 'bytes',
17369npm verb headers date: 'Tue, 29 Dec 2015 19:24:27 GMT',
17370npm verb headers age: '0',
17371npm verb headers 'x-served-by': 'cache-fra1220-FRA',
17372npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17373npm verb headers 'x-cache-hits': '1',
17374npm verb headers 'x-timer': 'S1451417066.534784,VS0,VE732',
17375npm verb headers vary: 'Accept',
17376npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17377npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17378npm verb headers connection: 'keep-alive' }
17379npm verb get saving jsonwebtoken to /root/.npm/registry.npmjs.org/jsonwebtoken/.cache.json
17380npm verb get http://registry.npmjs.org/passport-local not expired, no request
17381npm verb addNamed "0.1.6" is a plain semver version for passport-local
17382npm verb addRemoteTarball http://registry.npmjs.org/method-override/-/method-override-1.0.2.tgz not in flight; adding
17383npm verb addRemoteTarball [ 'http://registry.npmjs.org/method-override/-/method-override-1.0.2.tgz',
17384npm verb addRemoteTarball 'd6f80275db23a23380028c9215b97470be01d689' ]
17385npm verb addRemoteTarball http://registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz not in flight; adding
17386npm verb addRemoteTarball [ 'http://registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz',
17387npm verb addRemoteTarball '587d47bbbbc48cffe132c3acda7215c902558108' ]
17388npm verb addRemoteTarball http://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz not in flight; adding
17389npm verb addRemoteTarball [ 'http://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz',
17390npm verb addRemoteTarball '3dd3a100ec2021a181282f6eb46709636074df89' ]
17391npm verb addRemoteTarball http://registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz not in flight; adding
17392npm verb addRemoteTarball [ 'http://registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz',
17393npm verb addRemoteTarball 'beebacac741b83f62c9137d5685196e1a44304ab' ]
17394npm verb addRemoteTarball http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz not in flight; adding
17395npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz',
17396npm verb addRemoteTarball '4826975d9f173ca3a4158e9698161f75dec7afec' ]
17397npm verb get http://registry.npmjs.org/socket.io not expired, no request
17398npm verb addRemoteTarball http://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz not in flight; adding
17399npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz',
17400npm verb addRemoteTarball 'fb0cf828048db931b67d19985c7aa06dd377a9db' ]
17401npm verb get http://registry.npmjs.org/express-session not expired, no request
17402npm verb addNamed "1.0.4" is a plain semver version for express-session
17403npm verb addRemoteTarball http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz not in flight; adding
17404npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz',
17405npm verb addRemoteTarball 'bfd609f37626889e94df9d3526db79a84255f1d8' ]
17406npm verb addRemoteTarball http://registry.npmjs.org/express-session/-/express-session-1.0.4.tgz not in flight; adding
17407npm verb addRemoteTarball [ 'http://registry.npmjs.org/express-session/-/express-session-1.0.4.tgz',
17408npm verb addRemoteTarball 'a10045af3f24693c9c19b1914a11d0cab8f7b29b' ]
17409npm verb get http://registry.npmjs.org/lodash not expired, no request
17410npm verb addNamed "2.4.2" is a plain semver version for lodash
17411npm info retry fetch attempt 1 at 19:24:27
17412npm info attempt registry request try #1 at 19:24:27
17413npm http fetch GET http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz
17414npm verb cache add spec jade@~1.2.0
17415npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for jade
17416npm verb addNameRange registry:http://registry.npmjs.org/jade not in flight; fetching
17417npm verb cache add spec passport@~0.2.0
17418npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for passport
17419npm verb addNameRange registry:http://registry.npmjs.org/passport not in flight; fetching
17420npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
17421npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz',
17422npm verb addRemoteTarball 'fadd834b9683073da179b3eae6d9c0d15053f73e' ]
17423npm verb get http://registry.npmjs.org/mongoose not expired, no request
17424npm verb addNamed "4.1.12" is a plain semver version for mongoose
17425npm info retry fetch attempt 1 at 19:24:27
17426npm info attempt registry request try #1 at 19:24:27
17427npm http fetch GET http://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz
17428npm info retry fetch attempt 1 at 19:24:27
17429npm info attempt registry request try #1 at 19:24:27
17430npm http fetch GET http://registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz
17431npm verb cache add spec request@~2.60.0
17432npm verb addNamed ">=2.60.0 <2.61.0" is a valid semver range for request
17433npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
17434npm verb addRemoteTarball http://registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz not in flight; adding
17435npm verb addRemoteTarball [ 'http://registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz',
17436npm verb addRemoteTarball 'a6a77fb85fc067608c512832d8d0ba1479997507' ]
17437npm info retry fetch attempt 1 at 19:24:27
17438npm info attempt registry request try #1 at 19:24:27
17439npm http fetch GET http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz
17440npm info retry fetch attempt 1 at 19:24:27
17441npm info attempt registry request try #1 at 19:24:27
17442npm http fetch GET http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz
17443npm info retry fetch attempt 1 at 19:24:27
17444npm info attempt registry request try #1 at 19:24:27
17445npm http fetch GET http://registry.npmjs.org/compression/-/compression-1.0.11.tgz
17446npm info retry fetch attempt 1 at 19:24:27
17447npm info attempt registry request try #1 at 19:24:27
17448npm http fetch GET http://registry.npmjs.org/express-session/-/express-session-1.0.4.tgz
17449npm info retry fetch attempt 1 at 19:24:27
17450npm info attempt registry request try #1 at 19:24:27
17451npm http fetch GET http://registry.npmjs.org/method-override/-/method-override-1.0.2.tgz
17452npm info retry fetch attempt 1 at 19:24:27
17453npm info attempt registry request try #1 at 19:24:27
17454npm http fetch GET http://registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz
17455npm info retry fetch attempt 1 at 19:24:27
17456npm info attempt registry request try #1 at 19:24:27
17457npm http fetch GET http://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz
17458npm info retry fetch attempt 1 at 19:24:27
17459npm info attempt registry request try #1 at 19:24:27
17460npm http fetch GET http://registry.npmjs.org/async/-/async-1.3.0.tgz
17461npm info retry fetch attempt 1 at 19:24:27
17462npm info attempt registry request try #1 at 19:24:27
17463npm http fetch GET http://registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz
17464npm http fetch 200 http://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz
17465npm http fetch 200 http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz
17466npm verb cache add spec dav@~1.7.6
17467npm verb addNamed ">=1.7.6 <1.8.0" is a valid semver range for dav
17468npm verb addNameRange registry:http://registry.npmjs.org/dav not in flight; fetching
17469npm info retry fetch attempt 1 at 19:24:27
17470npm info attempt registry request try #1 at 19:24:27
17471npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
17472npm info retry fetch attempt 1 at 19:24:27
17473npm info attempt registry request try #1 at 19:24:27
17474npm http fetch GET http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz
17475npm info retry fetch attempt 1 at 19:24:27
17476npm info attempt registry request try #1 at 19:24:27
17477npm http fetch GET http://registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz
17478npm info retry fetch attempt 1 at 19:24:27
17479npm info attempt registry request try #1 at 19:24:27
17480npm http fetch GET http://registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz
17481npm info retry fetch attempt 1 at 19:24:27
17482npm info attempt registry request try #1 at 19:24:27
17483npm http fetch GET http://registry.npmjs.org/phantom/-/phantom-0.7.2.tgz
17484npm http fetch 200 http://registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz
17485npm http fetch 200 http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz
17486npm http fetch 200 http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz
17487npm http fetch 200 http://registry.npmjs.org/compression/-/compression-1.0.11.tgz
17488npm verb cache add spec multer@0.1.8
17489npm verb addNamed "0.1.8" is a plain semver version for multer
17490npm verb addNameVersion registry:http://registry.npmjs.org/multer not in flight; fetching
17491npm verb cache add spec express@~4.0.0
17492npm verb addNamed ">=4.0.0 <4.1.0" is a valid semver range for express
17493npm verb addNameRange registry:http://registry.npmjs.org/express not in flight; fetching
17494npm info retry fetch attempt 1 at 19:24:27
17495npm info attempt registry request try #1 at 19:24:27
17496npm http fetch GET http://registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz
17497npm info retry fetch attempt 1 at 19:24:27
17498npm info attempt registry request try #1 at 19:24:27
17499npm http fetch GET http://registry.npmjs.org/morgan/-/morgan-1.0.1.tgz
17500npm http fetch 200 http://registry.npmjs.org/express-session/-/express-session-1.0.4.tgz
17501npm http fetch 200 http://registry.npmjs.org/method-override/-/method-override-1.0.2.tgz
17502npm http fetch 200 http://registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz
17503npm http fetch 200 http://registry.npmjs.org/async/-/async-1.3.0.tgz
17504npm http fetch 200 http://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz
17505npm http fetch 200 http://registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz
17506npm verb get http://registry.npmjs.org/jade not expired, no request
17507npm verb addNamed "1.2.0" is a plain semver version for jade
17508npm verb cache add spec passport-ldapauth@0.3.0
17509npm verb addNamed "0.3.0" is a plain semver version for passport-ldapauth
17510npm verb addNameVersion registry:http://registry.npmjs.org/passport-ldapauth not in flight; fetching
17511npm verb get http://registry.npmjs.org/passport not expired, no request
17512npm verb addNamed "0.2.2" is a plain semver version for passport
17513npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
17514npm http fetch 200 http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz
17515npm http fetch 200 http://registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz
17516npm http fetch 200 http://registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz
17517npm http fetch 200 http://registry.npmjs.org/phantom/-/phantom-0.7.2.tgz
17518npm verb addRemoteTarball http://registry.npmjs.org/jade/-/jade-1.2.0.tgz not in flight; adding
17519npm verb addRemoteTarball [ 'http://registry.npmjs.org/jade/-/jade-1.2.0.tgz',
17520npm verb addRemoteTarball '86e76b0d080771c251528d75340b490729307f64' ]
17521npm verb cache add spec jsonwebtoken@~5.4.0
17522npm verb addNamed ">=5.4.0 <5.5.0" is a valid semver range for jsonwebtoken
17523npm verb addNameRange registry:http://registry.npmjs.org/jsonwebtoken not in flight; fetching
17524npm verb get http://registry.npmjs.org/request not expired, no request
17525npm verb addNamed "2.60.0" is a plain semver version for request
17526npm verb addRemoteTarball http://registry.npmjs.org/passport/-/passport-0.2.2.tgz not in flight; adding
17527npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport/-/passport-0.2.2.tgz',
17528npm verb addRemoteTarball '9c38f17beb929f3d81af7b8838e8430db8703f2b' ]
17529npm http fetch 200 http://registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz
17530npm http fetch 200 http://registry.npmjs.org/morgan/-/morgan-1.0.1.tgz
17531npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.60.0.tgz not in flight; adding
17532npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.60.0.tgz',
17533npm verb addRemoteTarball '498820957fcdded1d37749069610c85f61a29f2d' ]
17534npm verb get http://registry.npmjs.org/dav not expired, no request
17535npm verb addNamed "1.7.8" is a plain semver version for dav
17536npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz not in flight; adding
17537npm verb addTmpTarball already have metadata; skipping unpack for passport-local@0.1.6
17538npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz not in flight; adding
17539npm verb addTmpTarball already have metadata; skipping unpack for serve-favicon@2.0.1
17540npm info retry fetch attempt 1 at 19:24:27
17541npm info attempt registry request try #1 at 19:24:27
17542npm http fetch GET http://registry.npmjs.org/jade/-/jade-1.2.0.tgz
17543npm verb get http://registry.npmjs.org/multer not expired, no request
17544npm verb addRemoteTarball http://registry.npmjs.org/dav/-/dav-1.7.8.tgz not in flight; adding
17545npm verb addRemoteTarball [ 'http://registry.npmjs.org/dav/-/dav-1.7.8.tgz',
17546npm verb addRemoteTarball 'f664031222e1af1bc7cd2fc183c2ecea1781c74a' ]
17547npm info retry fetch attempt 1 at 19:24:27
17548npm info attempt registry request try #1 at 19:24:27
17549npm http fetch GET http://registry.npmjs.org/passport/-/passport-0.2.2.tgz
17550npm verb get http://registry.npmjs.org/express not expired, no request
17551npm verb addNamed "4.0.0" is a plain semver version for express
17552npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz not in flight; adding
17553npm verb addTmpTarball already have metadata; skipping unpack for socketio-jwt@4.3.3
17554npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz not in flight; adding
17555npm verb addTmpTarball already have metadata; skipping unpack for socket.io@1.3.5
17556npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz not in flight; adding
17557npm verb addTmpTarball already have metadata; skipping unpack for cookie-parser@1.0.1
17558npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/compression/-/compression-1.0.11.tgz not in flight; adding
17559npm verb addTmpTarball already have metadata; skipping unpack for compression@1.0.11
17560npm verb get http://registry.npmjs.org/passport-ldapauth not expired, no request
17561npm verb addRemoteTarball http://registry.npmjs.org/multer/-/multer-0.1.8.tgz not in flight; adding
17562npm verb addRemoteTarball [ 'http://registry.npmjs.org/multer/-/multer-0.1.8.tgz',
17563npm verb addRemoteTarball '551b8a6015093701bcacc964916b1ae06578f37b' ]
17564npm info retry fetch attempt 1 at 19:24:27
17565npm info attempt registry request try #1 at 19:24:27
17566npm http fetch GET http://registry.npmjs.org/request/-/request-2.60.0.tgz
17567npm verb addRemoteTarball http://registry.npmjs.org/express/-/express-4.0.0.tgz not in flight; adding
17568npm verb addRemoteTarball [ 'http://registry.npmjs.org/express/-/express-4.0.0.tgz',
17569npm verb addRemoteTarball '274dc82933c9f574cc38a0ce5ea8172be9c6b094' ]
17570npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/express-session/-/express-session-1.0.4.tgz not in flight; adding
17571npm verb addTmpTarball already have metadata; skipping unpack for express-session@1.0.4
17572npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz not in flight; adding
17573npm verb addTmpTarball already have metadata; skipping unpack for errorhandler@1.0.2
17574npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/async/-/async-1.3.0.tgz not in flight; adding
17575npm verb addTmpTarball already have metadata; skipping unpack for async@1.3.0
17576npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz not in flight; adding
17577npm verb addTmpTarball already have metadata; skipping unpack for gridfs-stream@1.1.1
17578npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz not in flight; adding
17579npm verb addTmpTarball already have metadata; skipping unpack for body-parser@1.5.2
17580npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/method-override/-/method-override-1.0.2.tgz not in flight; adding
17581npm verb addTmpTarball already have metadata; skipping unpack for method-override@1.0.2
17582npm verb addRemoteTarball http://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz not in flight; adding
17583npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz',
17584npm verb addRemoteTarball '8078b732d8e5687c86b37315c459a8d70bfacd4b' ]
17585npm verb get http://registry.npmjs.org/jsonwebtoken not expired, no request
17586npm verb addNamed "5.4.1" is a plain semver version for jsonwebtoken
17587npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz not in flight; adding
17588npm verb addTmpTarball already have metadata; skipping unpack for connect-mongo@0.4.2
17589npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz not in flight; adding
17590npm verb addTmpTarball already have metadata; skipping unpack for composable-middleware@0.3.0
17591npm http fetch 200 http://registry.npmjs.org/passport/-/passport-0.2.2.tgz
17592npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz not in flight; adding
17593npm verb addTmpTarball already have metadata; skipping unpack for express-jwt@3.1.0
17594npm verb addRemoteTarball http://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz not in flight; adding
17595npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz',
17596npm verb addRemoteTarball '2055c639195ffe56314fa6a51df02468186a9695' ]
17597npm info retry fetch attempt 1 at 19:24:27
17598npm info attempt registry request try #1 at 19:24:27
17599npm http fetch GET http://registry.npmjs.org/dav/-/dav-1.7.8.tgz
17600npm http fetch 200 http://registry.npmjs.org/request/-/request-2.60.0.tgz
17601npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/morgan/-/morgan-1.0.1.tgz not in flight; adding
17602npm verb addTmpTarball already have metadata; skipping unpack for morgan@1.0.1
17603npm info retry fetch attempt 1 at 19:24:27
17604npm info attempt registry request try #1 at 19:24:27
17605npm http fetch GET http://registry.npmjs.org/multer/-/multer-0.1.8.tgz
17606npm info retry fetch attempt 1 at 19:24:27
17607npm info attempt registry request try #1 at 19:24:27
17608npm http fetch GET http://registry.npmjs.org/express/-/express-4.0.0.tgz
17609npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/phantom/-/phantom-0.7.2.tgz not in flight; adding
17610npm verb addTmpTarball already have metadata; skipping unpack for phantom@0.7.2
17611npm info retry fetch attempt 1 at 19:24:27
17612npm info attempt registry request try #1 at 19:24:27
17613npm http fetch GET http://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz
17614npm http fetch 200 http://registry.npmjs.org/dav/-/dav-1.7.8.tgz
17615npm info retry fetch attempt 1 at 19:24:27
17616npm info attempt registry request try #1 at 19:24:27
17617npm http fetch GET http://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz
17618npm http fetch 200 http://registry.npmjs.org/express/-/express-4.0.0.tgz
17619npm http fetch 200 http://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz
17620npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz not in flight; adding
17621npm verb addTmpTarball already have metadata; skipping unpack for mongoose@4.1.12
17622npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
17623npm verb addTmpTarball already have metadata; skipping unpack for lodash@2.4.2
17624npm http fetch 200 http://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz
17625npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/passport/-/passport-0.2.2.tgz not in flight; adding
17626npm verb addTmpTarball already have metadata; skipping unpack for passport@0.2.2
17627npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/request/-/request-2.60.0.tgz not in flight; adding
17628npm verb addTmpTarball already have metadata; skipping unpack for request@2.60.0
17629npm http fetch 200 http://registry.npmjs.org/multer/-/multer-0.1.8.tgz
17630npm http fetch 200 http://registry.npmjs.org/jade/-/jade-1.2.0.tgz
17631npm verb afterAdd /root/.npm/passport-local/0.1.6/package/package.json not in flight; writing
17632npm verb afterAdd /root/.npm/serve-favicon/2.0.1/package/package.json not in flight; writing
17633npm verb afterAdd /root/.npm/socketio-jwt/4.3.3/package/package.json not in flight; writing
17634npm verb afterAdd /root/.npm/cookie-parser/1.0.1/package/package.json not in flight; writing
17635npm verb afterAdd /root/.npm/socket.io/1.3.5/package/package.json not in flight; writing
17636npm verb afterAdd /root/.npm/compression/1.0.11/package/package.json not in flight; writing
17637npm verb afterAdd /root/.npm/errorhandler/1.0.2/package/package.json not in flight; writing
17638npm verb afterAdd /root/.npm/express-session/1.0.4/package/package.json not in flight; writing
17639npm verb afterAdd /root/.npm/body-parser/1.5.2/package/package.json not in flight; writing
17640npm verb afterAdd /root/.npm/async/1.3.0/package/package.json not in flight; writing
17641npm verb afterAdd /root/.npm/method-override/1.0.2/package/package.json not in flight; writing
17642npm verb afterAdd /root/.npm/gridfs-stream/1.1.1/package/package.json not in flight; writing
17643npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/express/-/express-4.0.0.tgz not in flight; adding
17644npm verb addTmpTarball already have metadata; skipping unpack for express@4.0.0
17645npm verb afterAdd /root/.npm/connect-mongo/0.4.2/package/package.json not in flight; writing
17646npm verb afterAdd /root/.npm/composable-middleware/0.3.0/package/package.json not in flight; writing
17647npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz not in flight; adding
17648npm verb addTmpTarball already have metadata; skipping unpack for passport-ldapauth@0.3.0
17649npm verb afterAdd /root/.npm/express-jwt/3.1.0/package/package.json not in flight; writing
17650npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz not in flight; adding
17651npm verb addTmpTarball already have metadata; skipping unpack for jsonwebtoken@5.4.1
17652npm verb afterAdd /root/.npm/morgan/1.0.1/package/package.json not in flight; writing
17653npm verb afterAdd /root/.npm/passport-local/0.1.6/package/package.json written
17654npm verb afterAdd /root/.npm/serve-favicon/2.0.1/package/package.json written
17655npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dav/-/dav-1.7.8.tgz not in flight; adding
17656npm verb addTmpTarball already have metadata; skipping unpack for dav@1.7.8
17657npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/multer/-/multer-0.1.8.tgz not in flight; adding
17658npm verb addTmpTarball already have metadata; skipping unpack for multer@0.1.8
17659npm verb afterAdd /root/.npm/socketio-jwt/4.3.3/package/package.json written
17660npm verb afterAdd /root/.npm/cookie-parser/1.0.1/package/package.json written
17661npm verb afterAdd /root/.npm/socket.io/1.3.5/package/package.json written
17662npm verb afterAdd /root/.npm/compression/1.0.11/package/package.json written
17663npm verb afterAdd /root/.npm/phantom/0.7.2/package/package.json not in flight; writing
17664npm verb afterAdd /root/.npm/errorhandler/1.0.2/package/package.json written
17665npm verb afterAdd /root/.npm/express-session/1.0.4/package/package.json written
17666npm verb afterAdd /root/.npm/body-parser/1.5.2/package/package.json written
17667npm verb afterAdd /root/.npm/async/1.3.0/package/package.json written
17668npm verb afterAdd /root/.npm/method-override/1.0.2/package/package.json written
17669npm verb afterAdd /root/.npm/gridfs-stream/1.1.1/package/package.json written
17670npm verb afterAdd /root/.npm/connect-mongo/0.4.2/package/package.json written
17671npm verb afterAdd /root/.npm/composable-middleware/0.3.0/package/package.json written
17672npm verb afterAdd /root/.npm/express-jwt/3.1.0/package/package.json written
17673npm verb afterAdd /root/.npm/passport/0.2.2/package/package.json not in flight; writing
17674npm verb afterAdd /root/.npm/morgan/1.0.1/package/package.json written
17675npm verb afterAdd /root/.npm/request/2.60.0/package/package.json not in flight; writing
17676npm verb afterAdd /root/.npm/mongoose/4.1.12/package/package.json not in flight; writing
17677npm verb afterAdd /root/.npm/phantom/0.7.2/package/package.json written
17678npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
17679npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jade/-/jade-1.2.0.tgz not in flight; adding
17680npm verb addTmpTarball already have metadata; skipping unpack for jade@1.2.0
17681npm verb afterAdd /root/.npm/express/4.0.0/package/package.json not in flight; writing
17682npm verb afterAdd /root/.npm/passport-ldapauth/0.3.0/package/package.json not in flight; writing
17683npm verb afterAdd /root/.npm/passport/0.2.2/package/package.json written
17684npm verb afterAdd /root/.npm/request/2.60.0/package/package.json written
17685npm verb afterAdd /root/.npm/jsonwebtoken/5.4.1/package/package.json not in flight; writing
17686npm verb afterAdd /root/.npm/mongoose/4.1.12/package/package.json written
17687npm verb afterAdd /root/.npm/multer/0.1.8/package/package.json not in flight; writing
17688npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
17689npm verb afterAdd /root/.npm/dav/1.7.8/package/package.json not in flight; writing
17690npm verb afterAdd /root/.npm/express/4.0.0/package/package.json written
17691npm verb afterAdd /root/.npm/passport-ldapauth/0.3.0/package/package.json written
17692npm verb afterAdd /root/.npm/jsonwebtoken/5.4.1/package/package.json written
17693npm verb afterAdd /root/.npm/multer/0.1.8/package/package.json written
17694npm verb afterAdd /root/.npm/dav/1.7.8/package/package.json written
17695npm verb afterAdd /root/.npm/jade/1.2.0/package/package.json not in flight; writing
17696npm verb afterAdd /root/.npm/jade/1.2.0/package/package.json written
17697npm 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'...
17698npm verb setPermissions mcavage/node-ldapjs set permissions on /root/.npm/_git-remotes/git-github-com-mcavage-node-ldapjs-git-bc5d2011
17699npm verb resolveHead mcavage/node-ldapjs original treeish: master
17700npm info git [ 'rev-list', '-n1', 'master' ]
17701npm verb resolveHead mcavage/node-ldapjs resolved Git URL: git://github.com/mcavage/node-ldapjs.git#540a3a1f5c2f23ade95142fa2f43fb87db585b48
17702npm info git [ 'clone',
17703npm info git '/root/.npm/_git-remotes/git-github-com-mcavage-node-ldapjs-git-bc5d2011',
17704npm info git '/tmp/npm-6-6af00ed9/git-cache-70f9ec61/540a3a1f5c2f23ade95142fa2f43fb87db585b48' ]
17705npm verb cloneResolved mcavage/node-ldapjs clone Cloning into '/tmp/npm-6-6af00ed9/git-cache-70f9ec61/540a3a1f5c2f23ade95142fa2f43fb87db585b48'...
17706npm verb cloneResolved done.
17707npm info git [ 'checkout', '540a3a1f5c2f23ade95142fa2f43fb87db585b48' ]
17708npm verb checkoutTreeish mcavage/node-ldapjs checkout Note: checking out '540a3a1f5c2f23ade95142fa2f43fb87db585b48'.
17709npm verb checkoutTreeish
17710npm verb checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
17711npm verb checkoutTreeish changes and commit them, and you can discard any commits you make in this
17712npm verb checkoutTreeish state without impacting any branches by performing another checkout.
17713npm verb checkoutTreeish
17714npm verb checkoutTreeish If you want to create a new branch to retain commits you create, you may
17715npm verb checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
17716npm verb checkoutTreeish
17717npm verb checkoutTreeish git checkout -b new_branch_name
17718npm verb checkoutTreeish
17719npm verb checkoutTreeish HEAD is now at 540a3a1... Clean up asserts and getters in controls
17720npm verb addLocalDirectory /root/.npm/ldapjs/1.0.0/package.tgz not in flight; packing
17721npm verb tar pack [ '/root/.npm/ldapjs/1.0.0/package.tgz',
17722npm verb tar pack '/tmp/npm-6-6af00ed9/git-cache-70f9ec61/540a3a1f5c2f23ade95142fa2f43fb87db585b48' ]
17723npm verb tarball /root/.npm/ldapjs/1.0.0/package.tgz
17724npm verb folder /tmp/npm-6-6af00ed9/git-cache-70f9ec61/540a3a1f5c2f23ade95142fa2f43fb87db585b48
17725npm verb addLocalTarball adding from inside cache /root/.npm/ldapjs/1.0.0/package.tgz
17726npm verb addRemoteGit data._from: mcavage/node-ldapjs
17727npm verb addRemoteGit data._resolved: git://github.com/mcavage/node-ldapjs.git#540a3a1f5c2f23ade95142fa2f43fb87db585b48
17728npm verb afterAdd /root/.npm/ldapjs/1.0.0/package/package.json not in flight; writing
17729npm verb afterAdd /root/.npm/ldapjs/1.0.0/package/package.json written
17730npm verb request uri http://registry.npmjs.org/bytes
17731npm verb request no auth needed
17732npm info attempt registry request try #1 at 19:24:29
17733npm http request GET http://registry.npmjs.org/bytes
17734npm verb request uri http://registry.npmjs.org/depd
17735npm verb request no auth needed
17736npm info attempt registry request try #1 at 19:24:29
17737npm http request GET http://registry.npmjs.org/depd
17738npm verb request uri http://registry.npmjs.org/iconv-lite
17739npm verb request no auth needed
17740npm info attempt registry request try #1 at 19:24:29
17741npm http request GET http://registry.npmjs.org/iconv-lite
17742npm verb request uri http://registry.npmjs.org/media-typer
17743npm verb request no auth needed
17744npm info attempt registry request try #1 at 19:24:29
17745npm http request GET http://registry.npmjs.org/media-typer
17746npm verb request uri http://registry.npmjs.org/qs
17747npm verb request no auth needed
17748npm info attempt registry request try #1 at 19:24:29
17749npm http request GET http://registry.npmjs.org/qs
17750npm verb request uri http://registry.npmjs.org/raw-body
17751npm verb request no auth needed
17752npm info attempt registry request try #1 at 19:24:29
17753npm http request GET http://registry.npmjs.org/raw-body
17754npm verb request uri http://registry.npmjs.org/type-is
17755npm verb request no auth needed
17756npm info attempt registry request try #1 at 19:24:29
17757npm http request GET http://registry.npmjs.org/type-is
17758npm http 200 http://registry.npmjs.org/media-typer
17759npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17760npm verb headers etag: '"EBBA17SMBE80K6FCTCN6G8KK3"',
17761npm verb headers 'content-type': 'application/json',
17762npm verb headers 'cache-control': 'max-age=300',
17763npm verb headers 'content-length': '7842',
17764npm verb headers 'accept-ranges': 'bytes',
17765npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
17766npm verb headers age: '285',
17767npm verb headers 'x-served-by': 'cache-fra1221-FRA',
17768npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17769npm verb headers 'x-cache-hits': '3',
17770npm verb headers 'x-timer': 'S1451417069.599494,VS0,VE0',
17771npm verb headers vary: 'Accept',
17772npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17773npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17774npm verb headers connection: 'keep-alive' }
17775npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
17776npm verb cache add spec media-typer@0.2.0
17777npm verb addNamed "0.2.0" is a plain semver version for media-typer
17778npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
17779npm verb get http://registry.npmjs.org/media-typer not expired, no request
17780npm http 200 http://registry.npmjs.org/depd
17781npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17782npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
17783npm verb headers 'content-type': 'application/json',
17784npm verb headers 'cache-control': 'max-age=60',
17785npm verb headers 'content-length': '28742',
17786npm verb headers 'accept-ranges': 'bytes',
17787npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
17788npm verb headers age: '37',
17789npm verb headers 'x-served-by': 'cache-fra1241-FRA',
17790npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17791npm verb headers 'x-cache-hits': '2',
17792npm verb headers 'x-timer': 'S1451417069.599295,VS0,VE0',
17793npm verb headers vary: 'Accept',
17794npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17795npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17796npm verb headers connection: 'keep-alive' }
17797npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
17798npm verb addRemoteTarball http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz not in flight; adding
17799npm verb addRemoteTarball [ 'http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz',
17800npm verb addRemoteTarball 'd8a065213adfeaa2e76321a2b6dda36ff6335984' ]
17801npm info retry fetch attempt 1 at 19:24:29
17802npm info attempt registry request try #1 at 19:24:29
17803npm http fetch GET http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz
17804npm verb cache add spec depd@0.4.4
17805npm verb addNamed "0.4.4" is a plain semver version for depd
17806npm verb addNameVersion registry:http://registry.npmjs.org/depd not in flight; fetching
17807npm http fetch 200 http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz
17808npm verb get http://registry.npmjs.org/depd not expired, no request
17809npm verb addRemoteTarball http://registry.npmjs.org/depd/-/depd-0.4.4.tgz not in flight; adding
17810npm verb addRemoteTarball [ 'http://registry.npmjs.org/depd/-/depd-0.4.4.tgz',
17811npm verb addRemoteTarball '07091fae75f97828d89b4a02a2d4778f0e7c0662' ]
17812npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz not in flight; adding
17813npm verb addTmpTarball already have metadata; skipping unpack for media-typer@0.2.0
17814npm http 200 http://registry.npmjs.org/raw-body
17815npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17816npm verb headers etag: '"E3KTT4MIR51RMO7KWFF1HCR2C"',
17817npm verb headers 'content-type': 'application/json',
17818npm verb headers 'cache-control': 'max-age=60',
17819npm verb headers 'content-length': '49848',
17820npm verb headers 'accept-ranges': 'bytes',
17821npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
17822npm verb headers age: '19',
17823npm verb headers 'x-served-by': 'cache-fra1224-FRA',
17824npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17825npm verb headers 'x-cache-hits': '1',
17826npm verb headers 'x-timer': 'S1451417069.601884,VS0,VE0',
17827npm verb headers vary: 'Accept',
17828npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17829npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17830npm verb headers connection: 'keep-alive' }
17831npm verb get saving raw-body to /root/.npm/registry.npmjs.org/raw-body/.cache.json
17832npm info retry fetch attempt 1 at 19:24:29
17833npm info attempt registry request try #1 at 19:24:29
17834npm http fetch GET http://registry.npmjs.org/depd/-/depd-0.4.4.tgz
17835npm http fetch 200 http://registry.npmjs.org/depd/-/depd-0.4.4.tgz
17836npm verb cache add spec raw-body@1.3.0
17837npm verb addNamed "1.3.0" is a plain semver version for raw-body
17838npm verb addNameVersion registry:http://registry.npmjs.org/raw-body not in flight; fetching
17839npm verb afterAdd /root/.npm/media-typer/0.2.0/package/package.json not in flight; writing
17840npm http 200 http://registry.npmjs.org/qs
17841npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17842npm verb headers etag: '"ABBTZ14CMW8TB0ZN25ZL5AVYM"',
17843npm verb headers 'content-type': 'application/json',
17844npm verb headers 'cache-control': 'max-age=300',
17845npm verb headers 'content-length': '64515',
17846npm verb headers 'accept-ranges': 'bytes',
17847npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
17848npm verb headers age: '6',
17849npm verb headers 'x-served-by': 'cache-fra1236-FRA',
17850npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17851npm verb headers 'x-cache-hits': '2',
17852npm verb headers 'x-timer': 'S1451417069.599359,VS0,VE0',
17853npm verb headers vary: 'Accept',
17854npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17855npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17856npm verb headers connection: 'keep-alive' }
17857npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
17858npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/depd/-/depd-0.4.4.tgz not in flight; adding
17859npm verb addTmpTarball already have metadata; skipping unpack for depd@0.4.4
17860npm verb get http://registry.npmjs.org/raw-body not expired, no request
17861npm verb afterAdd /root/.npm/media-typer/0.2.0/package/package.json written
17862npm verb addRemoteTarball http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz not in flight; adding
17863npm verb addRemoteTarball [ 'http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz',
17864npm verb addRemoteTarball '978230a156a5548f42eef14de22d0f4f610083d1' ]
17865npm info retry fetch attempt 1 at 19:24:29
17866npm info attempt registry request try #1 at 19:24:29
17867npm http fetch GET http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz
17868npm http 200 http://registry.npmjs.org/type-is
17869npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17870npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
17871npm verb headers 'content-type': 'application/json',
17872npm verb headers 'cache-control': 'max-age=60',
17873npm verb headers 'content-length': '51599',
17874npm verb headers 'accept-ranges': 'bytes',
17875npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
17876npm verb headers age: '19',
17877npm verb headers 'x-served-by': 'cache-fra1244-FRA',
17878npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17879npm verb headers 'x-cache-hits': '1',
17880npm verb headers 'x-timer': 'S1451417069.602294,VS0,VE0',
17881npm verb headers vary: 'Accept',
17882npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17883npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17884npm verb headers connection: 'keep-alive' }
17885npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
17886npm verb cache add spec qs@0.6.6
17887npm verb addNamed "0.6.6" is a plain semver version for qs
17888npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
17889npm http fetch 200 http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz
17890npm verb afterAdd /root/.npm/depd/0.4.4/package/package.json not in flight; writing
17891npm http 200 http://registry.npmjs.org/bytes
17892npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17893npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
17894npm verb headers 'content-type': 'application/json',
17895npm verb headers 'cache-control': 'max-age=60',
17896npm verb headers 'content-length': '15595',
17897npm verb headers 'accept-ranges': 'bytes',
17898npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
17899npm verb headers age: '28',
17900npm verb headers 'x-served-by': 'cache-fra1224-FRA',
17901npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17902npm verb headers 'x-cache-hits': '1',
17903npm verb headers 'x-timer': 'S1451417069.599501,VS0,VE0',
17904npm verb headers vary: 'Accept',
17905npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
17906npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17907npm verb headers connection: 'keep-alive' }
17908npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
17909npm verb get http://registry.npmjs.org/qs not expired, no request
17910npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-0.6.6.tgz not in flight; adding
17911npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-0.6.6.tgz',
17912npm verb addRemoteTarball '6e015098ff51968b8a3c819001d5f2c89bc4b107' ]
17913npm verb afterAdd /root/.npm/depd/0.4.4/package/package.json written
17914npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz not in flight; adding
17915npm verb addTmpTarball already have metadata; skipping unpack for raw-body@1.3.0
17916npm verb cache add spec type-is@~1.3.2
17917npm verb addNamed ">=1.3.2 <1.4.0" is a valid semver range for type-is
17918npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
17919npm info retry fetch attempt 1 at 19:24:29
17920npm info attempt registry request try #1 at 19:24:29
17921npm http fetch GET http://registry.npmjs.org/qs/-/qs-0.6.6.tgz
17922npm verb cache add spec bytes@1.0.0
17923npm verb addNamed "1.0.0" is a plain semver version for bytes
17924npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
17925npm http fetch 200 http://registry.npmjs.org/qs/-/qs-0.6.6.tgz
17926npm verb get http://registry.npmjs.org/type-is not expired, no request
17927npm verb addNamed "1.3.2" is a plain semver version for type-is
17928npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz not in flight; adding
17929npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz',
17930npm verb addRemoteTarball '4f2a5dc58775ca1630250afc7186f8b36309d1bb' ]
17931npm verb get http://registry.npmjs.org/bytes not expired, no request
17932npm verb afterAdd /root/.npm/raw-body/1.3.0/package/package.json not in flight; writing
17933npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz not in flight; adding
17934npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz',
17935npm verb addRemoteTarball '3569ede8ba34315fab99c3e92cb04c7220de1fa8' ]
17936npm info retry fetch attempt 1 at 19:24:29
17937npm info attempt registry request try #1 at 19:24:29
17938npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz
17939npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/qs/-/qs-0.6.6.tgz not in flight; adding
17940npm verb addTmpTarball already have metadata; skipping unpack for qs@0.6.6
17941npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz
17942npm info retry fetch attempt 1 at 19:24:29
17943npm info attempt registry request try #1 at 19:24:29
17944npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz
17945npm verb afterAdd /root/.npm/raw-body/1.3.0/package/package.json written
17946npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz
17947npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/type-is/-/type-is-1.3.2.tgz not in flight; adding
17948npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.3.2
17949npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bytes/-/bytes-1.0.0.tgz not in flight; adding
17950npm verb addTmpTarball already have metadata; skipping unpack for bytes@1.0.0
17951npm verb afterAdd /root/.npm/qs/0.6.6/package/package.json not in flight; writing
17952npm verb afterAdd /root/.npm/qs/0.6.6/package/package.json written
17953npm verb afterAdd /root/.npm/type-is/1.3.2/package/package.json not in flight; writing
17954npm verb afterAdd /root/.npm/bytes/1.0.0/package/package.json not in flight; writing
17955npm verb afterAdd /root/.npm/type-is/1.3.2/package/package.json written
17956npm verb afterAdd /root/.npm/bytes/1.0.0/package/package.json written
17957npm http 200 http://registry.npmjs.org/iconv-lite
17958npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17959npm verb headers etag: '"7JU5TDM03F9P69IYX7U2EYS0M"',
17960npm verb headers 'content-type': 'application/json',
17961npm verb headers 'cache-control': 'max-age=300',
17962npm verb headers 'content-length': '59544',
17963npm verb headers 'accept-ranges': 'bytes',
17964npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
17965npm verb headers age: '216',
17966npm verb headers 'x-served-by': 'cache-fra1245-FRA',
17967npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
17968npm verb headers 'x-cache-hits': '3',
17969npm verb headers 'x-timer': 'S1451417069.599535,VS0,VE0',
17970npm verb headers vary: 'Accept',
17971npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
17972npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
17973npm verb headers connection: 'keep-alive' }
17974npm verb get saving iconv-lite to /root/.npm/registry.npmjs.org/iconv-lite/.cache.json
17975npm verb cache add spec iconv-lite@0.4.4
17976npm verb addNamed "0.4.4" is a plain semver version for iconv-lite
17977npm verb addNameVersion registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
17978npm verb get http://registry.npmjs.org/iconv-lite not expired, no request
17979npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz not in flight; adding
17980npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz',
17981npm verb addRemoteTarball 'e95f2e41db0735fc21652f7827a5ee32e63c83a8' ]
17982npm info retry fetch attempt 1 at 19:24:29
17983npm info attempt registry request try #1 at 19:24:29
17984npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz
17985npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz
17986npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz not in flight; adding
17987npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.4.4
17988npm verb afterAdd /root/.npm/iconv-lite/0.4.4/package/package.json not in flight; writing
17989npm verb afterAdd /root/.npm/iconv-lite/0.4.4/package/package.json written
17990npm verb request uri http://registry.npmjs.org/mime-types
17991npm verb request no auth needed
17992npm info attempt registry request try #1 at 19:24:29
17993npm http request GET http://registry.npmjs.org/mime-types
17994npm http 200 http://registry.npmjs.org/mime-types
17995npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17996npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
17997npm verb headers 'content-type': 'application/json',
17998npm verb headers 'cache-control': 'max-age=300',
17999npm verb headers 'content-length': '48065',
18000npm verb headers 'accept-ranges': 'bytes',
18001npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
18002npm verb headers 'x-served-by': 'cache-fra1230-FRA',
18003npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
18004npm verb headers 'x-cache-hits': '2',
18005npm verb headers 'x-timer': 'S1451417009.603248,VS0,VE0',
18006npm verb headers vary: 'Accept',
18007npm verb headers age: '73',
18008npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18009npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18010npm verb headers connection: 'keep-alive' }
18011npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
18012npm verb cache add spec mime-types@~1.0.1
18013npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for mime-types
18014npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
18015npm verb get http://registry.npmjs.org/mime-types not expired, no request
18016npm verb addNamed "1.0.2" is a plain semver version for mime-types
18017npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
18018npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz',
18019npm verb addRemoteTarball '995ae1392ab8affcbfcb2641dd054e943c0d5dce' ]
18020npm info retry fetch attempt 1 at 19:24:29
18021npm info attempt registry request try #1 at 19:24:29
18022npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
18023npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
18024npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
18025npm verb addTmpTarball already have metadata; skipping unpack for mime-types@1.0.2
18026npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json not in flight; writing
18027npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json written
18028npm verb request uri http://registry.npmjs.org/accepts
18029npm verb request no auth needed
18030npm info attempt registry request try #1 at 19:24:29
18031npm http request GET http://registry.npmjs.org/accepts
18032npm verb request uri http://registry.npmjs.org/compressible
18033npm verb request no auth needed
18034npm info attempt registry request try #1 at 19:24:29
18035npm http request GET http://registry.npmjs.org/compressible
18036npm verb request uri http://registry.npmjs.org/debug
18037npm verb request no auth needed
18038npm info attempt registry request try #1 at 19:24:29
18039npm http request GET http://registry.npmjs.org/debug
18040npm verb request uri http://registry.npmjs.org/on-headers
18041npm verb request no auth needed
18042npm info attempt registry request try #1 at 19:24:29
18043npm http request GET http://registry.npmjs.org/on-headers
18044npm verb request uri http://registry.npmjs.org/vary
18045npm verb request no auth needed
18046npm info attempt registry request try #1 at 19:24:29
18047npm http request GET http://registry.npmjs.org/vary
18048npm http 200 http://registry.npmjs.org/on-headers
18049npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18050npm verb headers etag: '"E0VXZ3OG7BH5ARUWHUYL9TVME"',
18051npm verb headers 'content-type': 'application/json',
18052npm verb headers 'cache-control': 'max-age=60',
18053npm verb headers 'content-length': '6668',
18054npm verb headers 'accept-ranges': 'bytes',
18055npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
18056npm verb headers age: '8',
18057npm verb headers 'x-served-by': 'cache-fra1236-FRA',
18058npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18059npm verb headers 'x-cache-hits': '31',
18060npm verb headers 'x-timer': 'S1451417069.925327,VS0,VE0',
18061npm verb headers vary: 'Accept',
18062npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18063npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18064npm verb headers connection: 'keep-alive' }
18065npm verb get saving on-headers to /root/.npm/registry.npmjs.org/on-headers/.cache.json
18066npm http 200 http://registry.npmjs.org/vary
18067npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18068npm verb headers etag: '"7Q8T4HSBGINMS5AKXT3FWLUH6"',
18069npm verb headers 'content-type': 'application/json',
18070npm verb headers 'cache-control': 'max-age=60',
18071npm verb headers 'content-length': '10022',
18072npm verb headers 'accept-ranges': 'bytes',
18073npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
18074npm verb headers age: '34',
18075npm verb headers 'x-served-by': 'cache-fra1224-FRA',
18076npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18077npm verb headers 'x-cache-hits': '1',
18078npm verb headers 'x-timer': 'S1451417069.926258,VS0,VE0',
18079npm verb headers vary: 'Accept',
18080npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18081npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18082npm verb headers connection: 'keep-alive' }
18083npm verb get saving vary to /root/.npm/registry.npmjs.org/vary/.cache.json
18084npm verb cache add spec on-headers@~1.0.0
18085npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for on-headers
18086npm verb addNameRange registry:http://registry.npmjs.org/on-headers not in flight; fetching
18087npm verb cache add spec vary@~1.0.0
18088npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for vary
18089npm verb addNameRange registry:http://registry.npmjs.org/vary not in flight; fetching
18090npm verb get http://registry.npmjs.org/on-headers not expired, no request
18091npm verb addNamed "1.0.1" is a plain semver version for on-headers
18092npm verb get http://registry.npmjs.org/vary not expired, no request
18093npm verb addNamed "1.0.1" is a plain semver version for vary
18094npm verb addRemoteTarball http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz not in flight; adding
18095npm verb addRemoteTarball [ 'http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz',
18096npm verb addRemoteTarball '928f5d0f470d49342651ea6794b0857c100693f7' ]
18097npm verb addRemoteTarball http://registry.npmjs.org/vary/-/vary-1.0.1.tgz not in flight; adding
18098npm verb addRemoteTarball [ 'http://registry.npmjs.org/vary/-/vary-1.0.1.tgz',
18099npm verb addRemoteTarball '99e4981566a286118dfb2b817357df7993376d10' ]
18100npm info retry fetch attempt 1 at 19:24:29
18101npm info attempt registry request try #1 at 19:24:29
18102npm http fetch GET http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz
18103npm info retry fetch attempt 1 at 19:24:29
18104npm info attempt registry request try #1 at 19:24:29
18105npm http fetch GET http://registry.npmjs.org/vary/-/vary-1.0.1.tgz
18106npm http fetch 200 http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz
18107npm http fetch 200 http://registry.npmjs.org/vary/-/vary-1.0.1.tgz
18108npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz not in flight; adding
18109npm verb addTmpTarball already have metadata; skipping unpack for on-headers@1.0.1
18110npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/vary/-/vary-1.0.1.tgz not in flight; adding
18111npm verb addTmpTarball already have metadata; skipping unpack for vary@1.0.1
18112npm verb afterAdd /root/.npm/on-headers/1.0.1/package/package.json not in flight; writing
18113npm verb afterAdd /root/.npm/vary/1.0.1/package/package.json not in flight; writing
18114npm verb afterAdd /root/.npm/on-headers/1.0.1/package/package.json written
18115npm verb afterAdd /root/.npm/vary/1.0.1/package/package.json written
18116npm http 200 http://registry.npmjs.org/debug
18117npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18118npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
18119npm verb headers 'content-type': 'application/json',
18120npm verb headers 'cache-control': 'max-age=300',
18121npm verb headers 'content-length': '36179',
18122npm verb headers 'accept-ranges': 'bytes',
18123npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
18124npm verb headers age: '181',
18125npm verb headers 'x-served-by': 'cache-fra1244-FRA',
18126npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18127npm verb headers 'x-cache-hits': '9',
18128npm verb headers 'x-timer': 'S1451417069.925142,VS0,VE0',
18129npm verb headers vary: 'Accept',
18130npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18131npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18132npm verb headers connection: 'keep-alive' }
18133npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
18134npm verb cache add spec debug@1.0.4
18135npm verb addNamed "1.0.4" is a plain semver version for debug
18136npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
18137npm http 200 http://registry.npmjs.org/compressible
18138npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18139npm verb headers etag: '"4V7E0RO8B6BHZILYMD8Z92X46"',
18140npm verb headers 'content-type': 'application/json',
18141npm verb headers 'cache-control': 'max-age=60',
18142npm verb headers 'content-length': '23889',
18143npm verb headers 'accept-ranges': 'bytes',
18144npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
18145npm verb headers age: '28',
18146npm verb headers 'x-served-by': 'cache-fra1224-FRA',
18147npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18148npm verb headers 'x-cache-hits': '1',
18149npm verb headers 'x-timer': 'S1451417069.924956,VS0,VE0',
18150npm verb headers vary: 'Accept',
18151npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18152npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18153npm verb headers connection: 'keep-alive' }
18154npm verb get saving compressible to /root/.npm/registry.npmjs.org/compressible/.cache.json
18155npm verb get http://registry.npmjs.org/debug not expired, no request
18156npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.4.tgz not in flight; adding
18157npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
18158npm verb addRemoteTarball '5b9c256bd54b6ec02283176fa8a0ede6d154cbf8' ]
18159npm info retry fetch attempt 1 at 19:24:30
18160npm info attempt registry request try #1 at 19:24:30
18161npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.4.tgz
18162npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.4.tgz
18163npm verb cache add spec compressible@~1.1.1
18164npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for compressible
18165npm verb addNameRange registry:http://registry.npmjs.org/compressible not in flight; fetching
18166npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/debug/-/debug-1.0.4.tgz not in flight; adding
18167npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.4
18168npm verb get http://registry.npmjs.org/compressible not expired, no request
18169npm verb addNamed "1.1.1" is a plain semver version for compressible
18170npm verb addRemoteTarball http://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz not in flight; adding
18171npm verb addRemoteTarball [ 'http://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz',
18172npm verb addRemoteTarball '23b71ea90ea6c6a66289701a918182c24d0729ef' ]
18173npm http 200 http://registry.npmjs.org/accepts
18174npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18175npm verb headers etag: '"CMQELY7N9D8O3WS7OAI4D1QJL"',
18176npm verb headers 'content-type': 'application/json',
18177npm verb headers 'cache-control': 'max-age=300',
18178npm verb headers 'content-length': '51370',
18179npm verb headers 'accept-ranges': 'bytes',
18180npm verb headers date: 'Tue, 29 Dec 2015 19:24:29 GMT',
18181npm verb headers age: '61',
18182npm verb headers 'x-served-by': 'cache-fra1245-FRA',
18183npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18184npm verb headers 'x-cache-hits': '1',
18185npm verb headers 'x-timer': 'S1451417069.925128,VS0,VE0',
18186npm verb headers vary: 'Accept',
18187npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18188npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18189npm verb headers connection: 'keep-alive' }
18190npm verb get saving accepts to /root/.npm/registry.npmjs.org/accepts/.cache.json
18191npm info retry fetch attempt 1 at 19:24:30
18192npm info attempt registry request try #1 at 19:24:30
18193npm http fetch GET http://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz
18194npm verb afterAdd /root/.npm/debug/1.0.4/package/package.json not in flight; writing
18195npm verb cache add spec accepts@~1.0.7
18196npm verb addNamed ">=1.0.7 <1.1.0" is a valid semver range for accepts
18197npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
18198npm verb afterAdd /root/.npm/debug/1.0.4/package/package.json written
18199npm verb get http://registry.npmjs.org/accepts not expired, no request
18200npm verb addNamed "1.0.7" is a plain semver version for accepts
18201npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.0.7.tgz not in flight; adding
18202npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.0.7.tgz',
18203npm verb addRemoteTarball '5b501fb4f0704309964ccdb048172541208dab1a' ]
18204npm info retry fetch attempt 1 at 19:24:30
18205npm info attempt registry request try #1 at 19:24:30
18206npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.0.7.tgz
18207npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.0.7.tgz
18208npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/accepts/-/accepts-1.0.7.tgz not in flight; adding
18209npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.0.7
18210npm verb afterAdd /root/.npm/accepts/1.0.7/package/package.json not in flight; writing
18211npm verb afterAdd /root/.npm/accepts/1.0.7/package/package.json written
18212npm http fetch 200 http://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz
18213npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/compressible/-/compressible-1.1.1.tgz not in flight; adding
18214npm verb addTmpTarball already have metadata; skipping unpack for compressible@1.1.1
18215npm verb afterAdd /root/.npm/compressible/1.1.1/package/package.json not in flight; writing
18216npm verb afterAdd /root/.npm/compressible/1.1.1/package/package.json written
18217npm verb request uri http://registry.npmjs.org/negotiator
18218npm verb request no auth needed
18219npm info attempt registry request try #1 at 19:24:30
18220npm http request GET http://registry.npmjs.org/negotiator
18221npm http 200 http://registry.npmjs.org/negotiator
18222npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18223npm verb headers etag: '"EEO9SCCDNI2ZFBRVFF8RAP24E"',
18224npm verb headers 'content-type': 'application/json',
18225npm verb headers 'cache-control': 'max-age=60',
18226npm verb headers 'content-length': '33943',
18227npm verb headers 'accept-ranges': 'bytes',
18228npm verb headers date: 'Tue, 29 Dec 2015 19:24:30 GMT',
18229npm verb headers age: '3',
18230npm verb headers 'x-served-by': 'cache-fra1224-FRA',
18231npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18232npm verb headers 'x-cache-hits': '1',
18233npm verb headers 'x-timer': 'S1451417070.143567,VS0,VE0',
18234npm verb headers vary: 'Accept',
18235npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18236npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18237npm verb headers connection: 'keep-alive' }
18238npm verb get saving negotiator to /root/.npm/registry.npmjs.org/negotiator/.cache.json
18239npm verb cache add spec negotiator@0.4.7
18240npm verb addNamed "0.4.7" is a plain semver version for negotiator
18241npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
18242npm verb get http://registry.npmjs.org/negotiator not expired, no request
18243npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz not in flight; adding
18244npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz',
18245npm verb addRemoteTarball 'a4160f7177ec806738631d0d3052325da42abdc8' ]
18246npm info retry fetch attempt 1 at 19:24:30
18247npm info attempt registry request try #1 at 19:24:30
18248npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz
18249npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz
18250npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz not in flight; adding
18251npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.4.7
18252npm verb afterAdd /root/.npm/negotiator/0.4.7/package/package.json not in flight; writing
18253npm verb afterAdd /root/.npm/negotiator/0.4.7/package/package.json written
18254npm verb request uri http://registry.npmjs.org/ms
18255npm verb request no auth needed
18256npm info attempt registry request try #1 at 19:24:30
18257npm http request GET http://registry.npmjs.org/ms
18258npm http 200 http://registry.npmjs.org/ms
18259npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18260npm verb headers etag: '"5W0HPW6PWGLJ3ZF2FS08L0INV"',
18261npm verb headers 'content-type': 'application/json',
18262npm verb headers 'cache-control': 'max-age=300',
18263npm verb headers 'content-length': '8619',
18264npm verb headers 'accept-ranges': 'bytes',
18265npm verb headers date: 'Tue, 29 Dec 2015 19:24:30 GMT',
18266npm verb headers age: '221',
18267npm verb headers 'x-served-by': 'cache-fra1224-FRA',
18268npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18269npm verb headers 'x-cache-hits': '8',
18270npm verb headers 'x-timer': 'S1451417070.262721,VS0,VE0',
18271npm verb headers vary: 'Accept',
18272npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18273npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18274npm verb headers connection: 'keep-alive' }
18275npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
18276npm verb cache add spec ms@0.6.2
18277npm verb addNamed "0.6.2" is a plain semver version for ms
18278npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
18279npm verb get http://registry.npmjs.org/ms not expired, no request
18280npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.6.2.tgz not in flight; adding
18281npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.6.2.tgz',
18282npm verb addRemoteTarball 'd89c2124c6fdc1353d65a8b77bf1aac4b193708c' ]
18283npm info retry fetch attempt 1 at 19:24:30
18284npm info attempt registry request try #1 at 19:24:30
18285npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.6.2.tgz
18286npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.6.2.tgz
18287npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ms/-/ms-0.6.2.tgz not in flight; adding
18288npm verb addTmpTarball already have metadata; skipping unpack for ms@0.6.2
18289npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
18290npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
18291npm verb request uri http://registry.npmjs.org/mongodb
18292npm verb request no auth needed
18293npm info attempt registry request try #1 at 19:24:30
18294npm http request GET http://registry.npmjs.org/mongodb
18295npm http 200 http://registry.npmjs.org/mongodb
18296npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18297npm verb headers etag: '"6V7FCTRISSB8WWQ411BZX8EIB"',
18298npm verb headers 'content-type': 'application/json',
18299npm verb headers 'cache-control': 'max-age=300',
18300npm verb headers 'content-length': '499692',
18301npm verb headers 'accept-ranges': 'bytes',
18302npm verb headers date: 'Tue, 29 Dec 2015 19:24:30 GMT',
18303npm verb headers age: '110',
18304npm verb headers 'x-served-by': 'cache-fra1224-FRA',
18305npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18306npm verb headers 'x-cache-hits': '270',
18307npm verb headers 'x-timer': 'S1451417070.333250,VS0,VE0',
18308npm verb headers vary: 'Accept',
18309npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18310npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18311npm verb headers connection: 'keep-alive' }
18312npm verb get saving mongodb to /root/.npm/registry.npmjs.org/mongodb/.cache.json
18313npm verb cache add spec mongodb@1.4.x
18314npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for mongodb
18315npm verb addNameRange registry:http://registry.npmjs.org/mongodb not in flight; fetching
18316npm verb get http://registry.npmjs.org/mongodb not expired, no request
18317npm verb addNamed "1.4.39" is a plain semver version for mongodb
18318npm verb addRemoteTarball http://registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz not in flight; adding
18319npm verb addRemoteTarball [ 'http://registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz',
18320npm verb addRemoteTarball 'f5b25c7f7df06c968cd5d3c68280adc9a6404591' ]
18321npm info retry fetch attempt 1 at 19:24:31
18322npm info attempt registry request try #1 at 19:24:31
18323npm http fetch GET http://registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz
18324npm http fetch 200 http://registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz
18325npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz not in flight; adding
18326npm verb addTmpTarball already have metadata; skipping unpack for mongodb@1.4.39
18327npm verb afterAdd /root/.npm/mongodb/1.4.39/package/package.json not in flight; writing
18328npm verb afterAdd /root/.npm/mongodb/1.4.39/package/package.json written
18329npm verb request uri http://registry.npmjs.org/bson
18330npm verb request no auth needed
18331npm info attempt registry request try #1 at 19:24:31
18332npm http request GET http://registry.npmjs.org/bson
18333npm verb request uri http://registry.npmjs.org/kerberos
18334npm verb request no auth needed
18335npm info attempt registry request try #1 at 19:24:31
18336npm http request GET http://registry.npmjs.org/kerberos
18337npm verb request uri http://registry.npmjs.org/readable-stream
18338npm verb request no auth needed
18339npm info attempt registry request try #1 at 19:24:31
18340npm http request GET http://registry.npmjs.org/readable-stream
18341npm http 200 http://registry.npmjs.org/readable-stream
18342npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18343npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
18344npm verb headers 'content-type': 'application/json',
18345npm verb headers 'cache-control': 'max-age=300',
18346npm verb headers 'content-length': '52248',
18347npm verb headers 'accept-ranges': 'bytes',
18348npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
18349npm verb headers 'x-served-by': 'cache-fra1235-FRA',
18350npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
18351npm verb headers 'x-cache-hits': '13',
18352npm verb headers 'x-timer': 'S1451417010.071144,VS0,VE0',
18353npm verb headers vary: 'Accept',
18354npm verb headers age: '263',
18355npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18356npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18357npm verb headers connection: 'keep-alive' }
18358npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
18359npm verb cache add spec readable-stream@latest
18360npm verb addNamed "latest" is being treated as a dist-tag for readable-stream
18361npm info addNameTag [ 'readable-stream', 'latest' ]
18362npm verb addNameTag registry:http://registry.npmjs.org/readable-stream not in flight; fetching
18363npm verb get http://registry.npmjs.org/readable-stream not expired, no request
18364npm verb addNamed "2.0.5" is a plain semver version for readable-stream
18365npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz not in flight; adding
18366npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz',
18367npm verb addRemoteTarball 'a2426f8dcd4551c77a33f96edf2886a23c829669' ]
18368npm info retry fetch attempt 1 at 19:24:31
18369npm info attempt registry request try #1 at 19:24:31
18370npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
18371npm http 200 http://registry.npmjs.org/kerberos
18372npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18373npm verb headers etag: '"6VFVMR0KMOGBW4WYXSP9LEM3"',
18374npm verb headers 'content-type': 'application/json',
18375npm verb headers 'cache-control': 'max-age=300',
18376npm verb headers 'content-length': '19887',
18377npm verb headers 'accept-ranges': 'bytes',
18378npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18379npm verb headers age: '41',
18380npm verb headers 'x-served-by': 'cache-fra1244-FRA',
18381npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18382npm verb headers 'x-cache-hits': '1',
18383npm verb headers 'x-timer': 'S1451417071.103717,VS0,VE0',
18384npm verb headers vary: 'Accept',
18385npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18386npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18387npm verb headers connection: 'keep-alive' }
18388npm verb get saving kerberos to /root/.npm/registry.npmjs.org/kerberos/.cache.json
18389npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
18390npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz not in flight; adding
18391npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@2.0.5
18392npm verb cache add spec kerberos@0.0.11
18393npm verb addNamed "0.0.11" is a plain semver version for kerberos
18394npm verb addNameVersion registry:http://registry.npmjs.org/kerberos not in flight; fetching
18395npm verb get http://registry.npmjs.org/kerberos not expired, no request
18396npm verb addRemoteTarball http://registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz not in flight; adding
18397npm verb addRemoteTarball [ 'http://registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz',
18398npm verb addRemoteTarball 'cb29891c21c22ac195f3140b97dd12204fea7dc2' ]
18399npm verb afterAdd /root/.npm/readable-stream/2.0.5/package/package.json not in flight; writing
18400npm info retry fetch attempt 1 at 19:24:31
18401npm info attempt registry request try #1 at 19:24:31
18402npm http fetch GET http://registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz
18403npm http 200 http://registry.npmjs.org/bson
18404npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18405npm verb headers etag: '"3JA7YUYKYJEJYJTYC81GGPDTG"',
18406npm verb headers 'content-type': 'application/json',
18407npm verb headers 'cache-control': 'max-age=300',
18408npm verb headers 'content-length': '82104',
18409npm verb headers 'accept-ranges': 'bytes',
18410npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18411npm verb headers age: '252',
18412npm verb headers 'x-served-by': 'cache-fra1224-FRA',
18413npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18414npm verb headers 'x-cache-hits': '2',
18415npm verb headers 'x-timer': 'S1451417071.103603,VS0,VE0',
18416npm verb headers vary: 'Accept',
18417npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18418npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18419npm verb headers connection: 'keep-alive' }
18420npm verb get saving bson to /root/.npm/registry.npmjs.org/bson/.cache.json
18421npm http fetch 200 http://registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz
18422npm verb afterAdd /root/.npm/readable-stream/2.0.5/package/package.json written
18423npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz not in flight; adding
18424npm verb addTmpTarball already have metadata; skipping unpack for kerberos@0.0.11
18425npm verb cache add spec bson@~0.2
18426npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for bson
18427npm verb addNameRange registry:http://registry.npmjs.org/bson not in flight; fetching
18428npm verb get http://registry.npmjs.org/bson not expired, no request
18429npm verb addNamed "0.2.22" is a plain semver version for bson
18430npm verb addRemoteTarball http://registry.npmjs.org/bson/-/bson-0.2.22.tgz not in flight; adding
18431npm verb addRemoteTarball [ 'http://registry.npmjs.org/bson/-/bson-0.2.22.tgz',
18432npm verb addRemoteTarball 'fcda103f26d0c074d5a52d50927db80fd02b4b39' ]
18433npm verb afterAdd /root/.npm/kerberos/0.0.11/package/package.json not in flight; writing
18434npm info retry fetch attempt 1 at 19:24:31
18435npm info attempt registry request try #1 at 19:24:31
18436npm http fetch GET http://registry.npmjs.org/bson/-/bson-0.2.22.tgz
18437npm verb afterAdd /root/.npm/kerberos/0.0.11/package/package.json written
18438npm http fetch 200 http://registry.npmjs.org/bson/-/bson-0.2.22.tgz
18439npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bson/-/bson-0.2.22.tgz not in flight; adding
18440npm verb addTmpTarball already have metadata; skipping unpack for bson@0.2.22
18441npm verb afterAdd /root/.npm/bson/0.2.22/package/package.json not in flight; writing
18442npm verb afterAdd /root/.npm/bson/0.2.22/package/package.json written
18443npm verb request uri http://registry.npmjs.org/nan
18444npm verb request no auth needed
18445npm info attempt registry request try #1 at 19:24:31
18446npm http request GET http://registry.npmjs.org/nan
18447npm http 200 http://registry.npmjs.org/nan
18448npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18449npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
18450npm verb headers 'content-type': 'application/json',
18451npm verb headers 'cache-control': 'max-age=60',
18452npm verb headers 'content-length': '100080',
18453npm verb headers 'accept-ranges': 'bytes',
18454npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18455npm verb headers age: '30',
18456npm verb headers 'x-served-by': 'cache-fra1244-FRA',
18457npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18458npm verb headers 'x-cache-hits': '2',
18459npm verb headers 'x-timer': 'S1451417071.318848,VS0,VE0',
18460npm verb headers vary: 'Accept',
18461npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18462npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18463npm verb headers connection: 'keep-alive' }
18464npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
18465npm verb cache add spec nan@~1.8
18466npm verb addNamed ">=1.8.0 <1.9.0" is a valid semver range for nan
18467npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
18468npm verb get http://registry.npmjs.org/nan not expired, no request
18469npm verb addNamed "1.8.4" is a plain semver version for nan
18470npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-1.8.4.tgz not in flight; adding
18471npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-1.8.4.tgz',
18472npm verb addRemoteTarball '3c76b5382eab33e44b758d2813ca9d92e9342f34' ]
18473npm info retry fetch attempt 1 at 19:24:31
18474npm info attempt registry request try #1 at 19:24:31
18475npm http fetch GET http://registry.npmjs.org/nan/-/nan-1.8.4.tgz
18476npm http fetch 200 http://registry.npmjs.org/nan/-/nan-1.8.4.tgz
18477npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nan/-/nan-1.8.4.tgz not in flight; adding
18478npm verb addTmpTarball already have metadata; skipping unpack for nan@1.8.4
18479npm verb afterAdd /root/.npm/nan/1.8.4/package/package.json not in flight; writing
18480npm verb afterAdd /root/.npm/nan/1.8.4/package/package.json written
18481npm verb request uri http://registry.npmjs.org/core-util-is
18482npm verb request no auth needed
18483npm info attempt registry request try #1 at 19:24:31
18484npm http request GET http://registry.npmjs.org/core-util-is
18485npm verb request uri http://registry.npmjs.org/inherits
18486npm verb request no auth needed
18487npm info attempt registry request try #1 at 19:24:31
18488npm http request GET http://registry.npmjs.org/inherits
18489npm verb request uri http://registry.npmjs.org/isarray
18490npm verb request no auth needed
18491npm info attempt registry request try #1 at 19:24:31
18492npm http request GET http://registry.npmjs.org/isarray
18493npm verb request uri http://registry.npmjs.org/process-nextick-args
18494npm verb request no auth needed
18495npm info attempt registry request try #1 at 19:24:31
18496npm http request GET http://registry.npmjs.org/process-nextick-args
18497npm verb request uri http://registry.npmjs.org/string_decoder
18498npm verb request no auth needed
18499npm info attempt registry request try #1 at 19:24:31
18500npm http request GET http://registry.npmjs.org/string_decoder
18501npm verb request uri http://registry.npmjs.org/util-deprecate
18502npm verb request no auth needed
18503npm info attempt registry request try #1 at 19:24:31
18504npm http request GET http://registry.npmjs.org/util-deprecate
18505npm http 200 http://registry.npmjs.org/inherits
18506npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18507npm verb headers etag: '"CKJX1OCRDNX2UW7IZR6DX5BIN"',
18508npm verb headers 'content-type': 'application/json',
18509npm verb headers 'cache-control': 'max-age=300',
18510npm verb headers 'content-length': '7161',
18511npm verb headers 'accept-ranges': 'bytes',
18512npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
18513npm verb headers 'x-served-by': 'cache-fra1246-FRA',
18514npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
18515npm verb headers 'x-cache-hits': '15',
18516npm verb headers 'x-timer': 'S1451417007.075965,VS0,VE0',
18517npm verb headers vary: 'Accept',
18518npm verb headers age: '286',
18519npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18520npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18521npm verb headers connection: 'keep-alive' }
18522npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
18523npm verb cache add spec inherits@~2.0.1
18524npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
18525npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
18526npm verb get http://registry.npmjs.org/inherits not expired, no request
18527npm verb addNamed "2.0.1" is a plain semver version for inherits
18528npm http 200 http://registry.npmjs.org/string_decoder
18529npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18530npm verb headers etag: '"3SLQP4XEWUIBONOV855WOPR0B"',
18531npm verb headers 'content-type': 'application/json',
18532npm verb headers 'cache-control': 'max-age=60',
18533npm verb headers 'content-length': '8814',
18534npm verb headers 'accept-ranges': 'bytes',
18535npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18536npm verb headers age: '33',
18537npm verb headers 'x-served-by': 'cache-fra1221-FRA',
18538npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18539npm verb headers 'x-cache-hits': '3',
18540npm verb headers 'x-timer': 'S1451417071.488043,VS0,VE0',
18541npm verb headers vary: 'Accept',
18542npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18543npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18544npm verb headers connection: 'keep-alive' }
18545npm verb get saving string_decoder to /root/.npm/registry.npmjs.org/string_decoder/.cache.json
18546npm http 200 http://registry.npmjs.org/process-nextick-args
18547npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18548npm verb headers etag: '"5AJOT6HL2QR1J143EYQLHDSVU"',
18549npm verb headers 'content-type': 'application/json',
18550npm verb headers 'cache-control': 'max-age=300',
18551npm verb headers 'content-length': '8170',
18552npm verb headers 'accept-ranges': 'bytes',
18553npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18554npm verb headers age: '258',
18555npm verb headers 'x-served-by': 'cache-fra1241-FRA',
18556npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18557npm verb headers 'x-cache-hits': '4',
18558npm verb headers 'x-timer': 'S1451417071.488016,VS0,VE0',
18559npm verb headers vary: 'Accept',
18560npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18561npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18562npm verb headers connection: 'keep-alive' }
18563npm verb get saving process-nextick-args to /root/.npm/registry.npmjs.org/process-nextick-args/.cache.json
18564npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
18565npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
18566npm verb addRemoteTarball 'b17d08d326b4423e568eff719f91b0b1cbdf69f1' ]
18567npm http 200 http://registry.npmjs.org/core-util-is
18568npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18569npm verb headers etag: '"75RK9UUWAHLYO40UZKLLOJ8YF"',
18570npm verb headers 'content-type': 'application/json',
18571npm verb headers 'cache-control': 'max-age=60',
18572npm verb headers 'content-length': '3747',
18573npm verb headers 'accept-ranges': 'bytes',
18574npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18575npm verb headers age: '50',
18576npm verb headers 'x-served-by': 'cache-fra1244-FRA',
18577npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18578npm verb headers 'x-cache-hits': '2',
18579npm verb headers 'x-timer': 'S1451417071.488033,VS0,VE0',
18580npm verb headers vary: 'Accept',
18581npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18582npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18583npm verb headers connection: 'keep-alive' }
18584npm verb get saving core-util-is to /root/.npm/registry.npmjs.org/core-util-is/.cache.json
18585npm http 200 http://registry.npmjs.org/isarray
18586npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18587npm verb headers etag: '"9BAUPW5RTV3W0838KA6Y08NTG"',
18588npm verb headers 'content-type': 'application/json',
18589npm verb headers 'cache-control': 'max-age=300',
18590npm verb headers 'content-length': '5848',
18591npm verb headers 'accept-ranges': 'bytes',
18592npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18593npm verb headers age: '4',
18594npm verb headers 'x-served-by': 'cache-fra1236-FRA',
18595npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18596npm verb headers 'x-cache-hits': '1',
18597npm verb headers 'x-timer': 'S1451417071.487975,VS0,VE0',
18598npm verb headers vary: 'Accept',
18599npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18600npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18601npm verb headers connection: 'keep-alive' }
18602npm verb get saving isarray to /root/.npm/registry.npmjs.org/isarray/.cache.json
18603npm http 200 http://registry.npmjs.org/util-deprecate
18604npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18605npm verb headers etag: '"363T1WE4HHZV0LMEHAOBAVT0G"',
18606npm verb headers 'content-type': 'application/json',
18607npm verb headers 'cache-control': 'max-age=300',
18608npm verb headers 'content-length': '5799',
18609npm verb headers 'accept-ranges': 'bytes',
18610npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18611npm verb headers age: '50',
18612npm verb headers 'x-served-by': 'cache-fra1232-FRA',
18613npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18614npm verb headers 'x-cache-hits': '3',
18615npm verb headers 'x-timer': 'S1451417071.488531,VS0,VE0',
18616npm verb headers vary: 'Accept',
18617npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18618npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18619npm verb headers connection: 'keep-alive' }
18620npm verb get saving util-deprecate to /root/.npm/registry.npmjs.org/util-deprecate/.cache.json
18621npm info retry fetch attempt 1 at 19:24:31
18622npm info attempt registry request try #1 at 19:24:31
18623npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
18624npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
18625npm verb cache add spec string_decoder@~0.10.x
18626npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
18627npm verb addNameRange registry:http://registry.npmjs.org/string_decoder not in flight; fetching
18628npm verb cache add spec process-nextick-args@~1.0.6
18629npm verb addNamed ">=1.0.6 <1.1.0" is a valid semver range for process-nextick-args
18630npm verb addNameRange registry:http://registry.npmjs.org/process-nextick-args not in flight; fetching
18631npm verb cache add spec core-util-is@~1.0.0
18632npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
18633npm verb addNameRange registry:http://registry.npmjs.org/core-util-is not in flight; fetching
18634npm verb cache add spec isarray@0.0.1
18635npm verb addNamed "0.0.1" is a plain semver version for isarray
18636npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
18637npm verb cache add spec util-deprecate@~1.0.1
18638npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for util-deprecate
18639npm verb addNameRange registry:http://registry.npmjs.org/util-deprecate not in flight; fetching
18640npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
18641npm verb addTmpTarball already have metadata; skipping unpack for inherits@2.0.1
18642npm verb get http://registry.npmjs.org/string_decoder not expired, no request
18643npm verb addNamed "0.10.31" is a plain semver version for string_decoder
18644npm verb get http://registry.npmjs.org/process-nextick-args not expired, no request
18645npm verb addNamed "1.0.6" is a plain semver version for process-nextick-args
18646npm verb get http://registry.npmjs.org/core-util-is not expired, no request
18647npm verb addNamed "1.0.2" is a plain semver version for core-util-is
18648npm verb addRemoteTarball http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
18649npm verb addRemoteTarball [ 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
18650npm verb addRemoteTarball '62e203bc41766c6c28c9fc84301dab1c5310fa94' ]
18651npm verb addRemoteTarball http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz not in flight; adding
18652npm verb addRemoteTarball [ 'http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz',
18653npm verb addRemoteTarball '0f96b001cea90b12592ce566edb97ec11e69bd05' ]
18654npm verb addRemoteTarball http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
18655npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz',
18656npm verb addRemoteTarball 'b5fd54220aa2bc5ab57aab7140c940754503c1a7' ]
18657npm verb get http://registry.npmjs.org/isarray not expired, no request
18658npm verb get http://registry.npmjs.org/util-deprecate not expired, no request
18659npm verb addNamed "1.0.2" is a plain semver version for util-deprecate
18660npm verb addRemoteTarball http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
18661npm verb addRemoteTarball [ 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
18662npm verb addRemoteTarball '8a18acfca9a8f4177e09abfc6038939b05d1eedf' ]
18663npm verb addRemoteTarball http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz not in flight; adding
18664npm verb addRemoteTarball [ 'http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz',
18665npm verb addRemoteTarball '450d4dc9fa70de732762fbd2d4a28981419a0ccf' ]
18666npm info retry fetch attempt 1 at 19:24:31
18667npm info attempt registry request try #1 at 19:24:31
18668npm http fetch GET http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
18669npm info retry fetch attempt 1 at 19:24:31
18670npm info attempt registry request try #1 at 19:24:31
18671npm http fetch GET http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
18672npm info retry fetch attempt 1 at 19:24:31
18673npm info attempt registry request try #1 at 19:24:31
18674npm http fetch GET http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
18675npm info retry fetch attempt 1 at 19:24:31
18676npm info attempt registry request try #1 at 19:24:31
18677npm http fetch GET http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
18678npm info retry fetch attempt 1 at 19:24:31
18679npm info attempt registry request try #1 at 19:24:31
18680npm http fetch GET http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
18681npm http fetch 200 http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
18682npm http fetch 200 http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
18683npm http fetch 200 http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
18684npm http fetch 200 http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
18685npm http fetch 200 http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
18686npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json not in flight; writing
18687npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
18688npm verb addTmpTarball already have metadata; skipping unpack for string_decoder@0.10.31
18689npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz not in flight; adding
18690npm verb addTmpTarball already have metadata; skipping unpack for process-nextick-args@1.0.6
18691npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
18692npm verb addTmpTarball already have metadata; skipping unpack for core-util-is@1.0.2
18693npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json written
18694npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
18695npm verb addTmpTarball already have metadata; skipping unpack for isarray@0.0.1
18696npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz not in flight; adding
18697npm verb addTmpTarball already have metadata; skipping unpack for util-deprecate@1.0.2
18698npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json not in flight; writing
18699npm verb afterAdd /root/.npm/process-nextick-args/1.0.6/package/package.json not in flight; writing
18700npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json not in flight; writing
18701npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json not in flight; writing
18702npm verb afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json not in flight; writing
18703npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json written
18704npm verb afterAdd /root/.npm/process-nextick-args/1.0.6/package/package.json written
18705npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json written
18706npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json written
18707npm verb afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json written
18708npm verb request uri http://registry.npmjs.org/cookie
18709npm verb request no auth needed
18710npm info attempt registry request try #1 at 19:24:31
18711npm http request GET http://registry.npmjs.org/cookie
18712npm verb request uri http://registry.npmjs.org/cookie-signature
18713npm verb request no auth needed
18714npm info attempt registry request try #1 at 19:24:31
18715npm http request GET http://registry.npmjs.org/cookie-signature
18716npm http 200 http://registry.npmjs.org/cookie-signature
18717npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18718npm verb headers etag: '"8NE2NNIH2V0SABXWGZXHH3U6K"',
18719npm verb headers 'content-type': 'application/json',
18720npm verb headers 'cache-control': 'max-age=60',
18721npm verb headers 'content-length': '9325',
18722npm verb headers 'accept-ranges': 'bytes',
18723npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18724npm verb headers age: '7',
18725npm verb headers 'x-served-by': 'cache-fra1236-FRA',
18726npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18727npm verb headers 'x-cache-hits': '1',
18728npm verb headers 'x-timer': 'S1451417071.631642,VS0,VE0',
18729npm verb headers vary: 'Accept',
18730npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18731npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18732npm verb headers connection: 'keep-alive' }
18733npm verb get saving cookie-signature to /root/.npm/registry.npmjs.org/cookie-signature/.cache.json
18734npm verb cache add spec cookie-signature@1.0.3
18735npm verb addNamed "1.0.3" is a plain semver version for cookie-signature
18736npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
18737npm verb get http://registry.npmjs.org/cookie-signature not expired, no request
18738npm verb addRemoteTarball http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz not in flight; adding
18739npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz',
18740npm verb addRemoteTarball '91cd997cc51fb641595738c69cda020328f50ff9' ]
18741npm info retry fetch attempt 1 at 19:24:31
18742npm info attempt registry request try #1 at 19:24:31
18743npm http fetch GET http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz
18744npm http 200 http://registry.npmjs.org/cookie
18745npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18746npm verb headers etag: '"3UTV693OT3MQ8VLEZGR1RIH86"',
18747npm verb headers 'content-type': 'application/json',
18748npm verb headers 'cache-control': 'max-age=300',
18749npm verb headers 'content-length': '21765',
18750npm verb headers 'accept-ranges': 'bytes',
18751npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18752npm verb headers age: '170',
18753npm verb headers 'x-served-by': 'cache-fra1232-FRA',
18754npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18755npm verb headers 'x-cache-hits': '3',
18756npm verb headers 'x-timer': 'S1451417071.630151,VS0,VE0',
18757npm verb headers vary: 'Accept',
18758npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18759npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18760npm verb headers connection: 'keep-alive' }
18761npm verb get saving cookie to /root/.npm/registry.npmjs.org/cookie/.cache.json
18762npm http fetch 200 http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz
18763npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz not in flight; adding
18764npm verb addTmpTarball already have metadata; skipping unpack for cookie-signature@1.0.3
18765npm verb cache add spec cookie@0.1.0
18766npm verb addNamed "0.1.0" is a plain semver version for cookie
18767npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
18768npm verb get http://registry.npmjs.org/cookie not expired, no request
18769npm verb addRemoteTarball http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz not in flight; adding
18770npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz',
18771npm verb addRemoteTarball '90eb469ddce905c866de687efc43131d8801f9d0' ]
18772npm verb afterAdd /root/.npm/cookie-signature/1.0.3/package/package.json not in flight; writing
18773npm info retry fetch attempt 1 at 19:24:31
18774npm info attempt registry request try #1 at 19:24:31
18775npm http fetch GET http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz
18776npm verb afterAdd /root/.npm/cookie-signature/1.0.3/package/package.json written
18777npm http fetch 200 http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz
18778npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cookie/-/cookie-0.1.0.tgz not in flight; adding
18779npm verb addTmpTarball already have metadata; skipping unpack for cookie@0.1.0
18780npm verb afterAdd /root/.npm/cookie/0.1.0/package/package.json not in flight; writing
18781npm verb afterAdd /root/.npm/cookie/0.1.0/package/package.json written
18782npm verb request uri http://registry.npmjs.org/co
18783npm verb request no auth needed
18784npm info attempt registry request try #1 at 19:24:31
18785npm http request GET http://registry.npmjs.org/co
18786npm verb request uri http://registry.npmjs.org/xmldom
18787npm verb request no auth needed
18788npm info attempt registry request try #1 at 19:24:31
18789npm http request GET http://registry.npmjs.org/xmldom
18790npm verb request uri http://registry.npmjs.org/xmlhttprequest
18791npm verb request no auth needed
18792npm info attempt registry request try #1 at 19:24:31
18793npm http request GET http://registry.npmjs.org/xmlhttprequest
18794npm http 200 http://registry.npmjs.org/xmldom
18795npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18796npm verb headers etag: '"8F7H3A4KXY95UIYF0DQTFXQYB"',
18797npm verb headers 'content-type': 'application/json',
18798npm verb headers 'cache-control': 'max-age=300',
18799npm verb headers 'content-length': '34269',
18800npm verb headers 'accept-ranges': 'bytes',
18801npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18802npm verb headers age: '71',
18803npm verb headers 'x-served-by': 'cache-fra1236-FRA',
18804npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18805npm verb headers 'x-cache-hits': '1',
18806npm verb headers 'x-timer': 'S1451417071.712414,VS0,VE0',
18807npm verb headers vary: 'Accept',
18808npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18809npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18810npm verb headers connection: 'keep-alive' }
18811npm verb get saving xmldom to /root/.npm/registry.npmjs.org/xmldom/.cache.json
18812npm verb cache add spec xmldom@^0.1.19
18813npm verb addNamed ">=0.1.19 <0.2.0" is a valid semver range for xmldom
18814npm verb addNameRange registry:http://registry.npmjs.org/xmldom not in flight; fetching
18815npm verb get http://registry.npmjs.org/xmldom not expired, no request
18816npm verb addNamed "0.1.19" is a plain semver version for xmldom
18817npm verb addRemoteTarball http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz not in flight; adding
18818npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz',
18819npm verb addRemoteTarball '631fc07776efd84118bf25171b37ed4d075a0abc' ]
18820npm info retry fetch attempt 1 at 19:24:31
18821npm info attempt registry request try #1 at 19:24:31
18822npm http fetch GET http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz
18823npm http fetch 200 http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz
18824npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz not in flight; adding
18825npm verb addTmpTarball already have metadata; skipping unpack for xmldom@0.1.19
18826npm verb afterAdd /root/.npm/xmldom/0.1.19/package/package.json not in flight; writing
18827npm verb afterAdd /root/.npm/xmldom/0.1.19/package/package.json written
18828npm http 200 http://registry.npmjs.org/co
18829npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18830npm verb headers etag: '"9FGDSDR76DPG2RCDSYWPI2RU"',
18831npm verb headers 'content-type': 'application/json',
18832npm verb headers 'cache-control': 'max-age=300',
18833npm verb headers 'content-length': '41218',
18834npm verb headers 'accept-ranges': 'bytes',
18835npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18836npm verb headers age: '11',
18837npm verb headers 'x-served-by': 'cache-fra1232-FRA',
18838npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18839npm verb headers 'x-cache-hits': '1',
18840npm verb headers 'x-timer': 'S1451417071.712361,VS0,VE0',
18841npm verb headers vary: 'Accept',
18842npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18843npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18844npm verb headers connection: 'keep-alive' }
18845npm verb get saving co to /root/.npm/registry.npmjs.org/co/.cache.json
18846npm verb cache add spec co@^4.6.0
18847npm verb addNamed ">=4.6.0 <5.0.0" is a valid semver range for co
18848npm verb addNameRange registry:http://registry.npmjs.org/co not in flight; fetching
18849npm verb get http://registry.npmjs.org/co not expired, no request
18850npm verb addNamed "4.6.0" is a plain semver version for co
18851npm verb addRemoteTarball http://registry.npmjs.org/co/-/co-4.6.0.tgz not in flight; adding
18852npm verb addRemoteTarball [ 'http://registry.npmjs.org/co/-/co-4.6.0.tgz',
18853npm verb addRemoteTarball '6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184' ]
18854npm info retry fetch attempt 1 at 19:24:31
18855npm info attempt registry request try #1 at 19:24:31
18856npm http fetch GET http://registry.npmjs.org/co/-/co-4.6.0.tgz
18857npm http fetch 200 http://registry.npmjs.org/co/-/co-4.6.0.tgz
18858npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/co/-/co-4.6.0.tgz not in flight; adding
18859npm verb addTmpTarball already have metadata; skipping unpack for co@4.6.0
18860npm verb afterAdd /root/.npm/co/4.6.0/package/package.json not in flight; writing
18861npm verb afterAdd /root/.npm/co/4.6.0/package/package.json written
18862npm http 200 http://registry.npmjs.org/xmlhttprequest
18863npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18864npm verb headers etag: '"2LV2DEPL7QCEQLLEXHPAW21UC"',
18865npm verb headers 'content-type': 'application/json',
18866npm verb headers 'cache-control': 'max-age=300',
18867npm verb headers 'content-length': '12362',
18868npm verb headers 'accept-ranges': 'bytes',
18869npm verb headers date: 'Tue, 29 Dec 2015 19:24:31 GMT',
18870npm verb headers age: '218',
18871npm verb headers 'x-served-by': 'cache-fra1244-FRA',
18872npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18873npm verb headers 'x-cache-hits': '3',
18874npm verb headers 'x-timer': 'S1451417071.713059,VS0,VE0',
18875npm verb headers vary: 'Accept',
18876npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
18877npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18878npm verb headers connection: 'keep-alive' }
18879npm verb get saving xmlhttprequest to /root/.npm/registry.npmjs.org/xmlhttprequest/.cache.json
18880npm verb cache add spec xmlhttprequest@^1.7.0
18881npm verb addNamed ">=1.7.0 <2.0.0" is a valid semver range for xmlhttprequest
18882npm verb addNameRange registry:http://registry.npmjs.org/xmlhttprequest not in flight; fetching
18883npm verb get http://registry.npmjs.org/xmlhttprequest not expired, no request
18884npm verb addNamed "1.8.0" is a plain semver version for xmlhttprequest
18885npm verb addRemoteTarball http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz not in flight; adding
18886npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz',
18887npm verb addRemoteTarball '67fe075c5c24fef39f9d65f5f7b7fe75171968fc' ]
18888npm info retry fetch attempt 1 at 19:24:32
18889npm info attempt registry request try #1 at 19:24:32
18890npm http fetch GET http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz
18891npm http fetch 200 http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz
18892npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz not in flight; adding
18893npm verb addTmpTarball already have metadata; skipping unpack for xmlhttprequest@1.8.0
18894npm verb afterAdd /root/.npm/xmlhttprequest/1.8.0/package/package.json not in flight; writing
18895npm verb afterAdd /root/.npm/xmlhttprequest/1.8.0/package/package.json written
18896npm verb cache add spec accepts@1.0.0
18897npm verb cache add spec type-is@1.0.0
18898npm verb cache add spec debug@>= 0.7.3 < 1
18899npm verb addNamed "1.0.0" is a plain semver version for accepts
18900npm verb addNameVersion registry:http://registry.npmjs.org/accepts not in flight; fetching
18901npm verb addNamed "1.0.0" is a plain semver version for type-is
18902npm verb addNameVersion registry:http://registry.npmjs.org/type-is not in flight; fetching
18903npm verb addNamed ">=0.7.3 <1.0.0" is a valid semver range for debug
18904npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
18905npm verb request uri http://registry.npmjs.org/parseurl
18906npm verb request no auth needed
18907npm info attempt registry request try #1 at 19:24:32
18908npm http request GET http://registry.npmjs.org/parseurl
18909npm verb request uri http://registry.npmjs.org/range-parser
18910npm verb request no auth needed
18911npm info attempt registry request try #1 at 19:24:32
18912npm http request GET http://registry.npmjs.org/range-parser
18913npm verb request uri http://registry.npmjs.org/buffer-crc32
18914npm verb request no auth needed
18915npm info attempt registry request try #1 at 19:24:32
18916npm http request GET http://registry.npmjs.org/buffer-crc32
18917npm verb request uri http://registry.npmjs.org/fresh
18918npm verb request no auth needed
18919npm info attempt registry request try #1 at 19:24:32
18920npm http request GET http://registry.npmjs.org/fresh
18921npm verb request uri http://registry.npmjs.org/methods
18922npm verb request no auth needed
18923npm info attempt registry request try #1 at 19:24:32
18924npm http request GET http://registry.npmjs.org/methods
18925npm verb request uri http://registry.npmjs.org/send
18926npm verb request no auth needed
18927npm info attempt registry request try #1 at 19:24:32
18928npm http request GET http://registry.npmjs.org/send
18929npm verb request uri http://registry.npmjs.org/merge-descriptors
18930npm verb request no auth needed
18931npm info attempt registry request try #1 at 19:24:32
18932npm http request GET http://registry.npmjs.org/merge-descriptors
18933npm verb request uri http://registry.npmjs.org/utils-merge
18934npm verb request no auth needed
18935npm info attempt registry request try #1 at 19:24:32
18936npm http request GET http://registry.npmjs.org/utils-merge
18937npm verb request uri http://registry.npmjs.org/escape-html
18938npm verb request no auth needed
18939npm info attempt registry request try #1 at 19:24:32
18940npm http request GET http://registry.npmjs.org/escape-html
18941npm verb request uri http://registry.npmjs.org/serve-static
18942npm verb request no auth needed
18943npm info attempt registry request try #1 at 19:24:32
18944npm http request GET http://registry.npmjs.org/serve-static
18945npm verb request uri http://registry.npmjs.org/path-to-regexp
18946npm verb request no auth needed
18947npm info attempt registry request try #1 at 19:24:32
18948npm http request GET http://registry.npmjs.org/path-to-regexp
18949npm verb get http://registry.npmjs.org/accepts not expired, no request
18950npm verb get http://registry.npmjs.org/type-is not expired, no request
18951npm verb get http://registry.npmjs.org/debug not expired, no request
18952npm verb addNamed "0.8.1" is a plain semver version for debug
18953npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.0.0.tgz not in flight; adding
18954npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.0.0.tgz',
18955npm verb addRemoteTarball '3604c765586c3b9cf7877b6937cdbd4587f947dc' ]
18956npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz not in flight; adding
18957npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz',
18958npm verb addRemoteTarball '4ff424e97349a1ee1910b4bfc488595ecdc443fc' ]
18959npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-0.8.1.tgz not in flight; adding
18960npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-0.8.1.tgz',
18961npm verb addRemoteTarball '20ff4d26f5e422cb68a1bacbbb61039ad8c1c130' ]
18962npm info retry fetch attempt 1 at 19:24:32
18963npm info attempt registry request try #1 at 19:24:32
18964npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.0.0.tgz
18965npm info retry fetch attempt 1 at 19:24:32
18966npm info attempt registry request try #1 at 19:24:32
18967npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz
18968npm info retry fetch attempt 1 at 19:24:32
18969npm info attempt registry request try #1 at 19:24:32
18970npm http fetch GET http://registry.npmjs.org/debug/-/debug-0.8.1.tgz
18971npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.0.0.tgz
18972npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz
18973npm http 200 http://registry.npmjs.org/parseurl
18974npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18975npm verb headers etag: '"C38PVP7JXF6E8MRHKL33KKEI6"',
18976npm verb headers 'content-type': 'application/json',
18977npm verb headers 'cache-control': 'max-age=60',
18978npm verb headers 'content-length': '13360',
18979npm verb headers 'accept-ranges': 'bytes',
18980npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
18981npm verb headers age: '49',
18982npm verb headers 'x-served-by': 'cache-fra1241-FRA',
18983npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
18984npm verb headers 'x-cache-hits': '2',
18985npm verb headers 'x-timer': 'S1451417072.160764,VS0,VE0',
18986npm verb headers vary: 'Accept',
18987npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
18988npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
18989npm verb headers connection: 'keep-alive' }
18990npm verb get saving parseurl to /root/.npm/registry.npmjs.org/parseurl/.cache.json
18991npm http 200 http://registry.npmjs.org/methods
18992npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18993npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
18994npm verb headers 'content-type': 'application/json',
18995npm verb headers 'cache-control': 'max-age=300',
18996npm verb headers 'content-length': '8120',
18997npm verb headers 'accept-ranges': 'bytes',
18998npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
18999npm verb headers age: '179',
19000npm verb headers 'x-served-by': 'cache-fra1221-FRA',
19001npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19002npm verb headers 'x-cache-hits': '4',
19003npm verb headers 'x-timer': 'S1451417072.160795,VS0,VE0',
19004npm verb headers vary: 'Accept',
19005npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19006npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19007npm verb headers connection: 'keep-alive' }
19008npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
19009npm http fetch 200 http://registry.npmjs.org/debug/-/debug-0.8.1.tgz
19010npm http 200 http://registry.npmjs.org/utils-merge
19011npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19012npm verb headers etag: '"2ADZRMWMWURG65J1I1PZGOZ1N"',
19013npm verb headers 'content-type': 'application/json',
19014npm verb headers 'cache-control': 'max-age=60',
19015npm verb headers 'content-length': '2442',
19016npm verb headers 'accept-ranges': 'bytes',
19017npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19018npm verb headers age: '26',
19019npm verb headers 'x-served-by': 'cache-fra1230-FRA',
19020npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19021npm verb headers 'x-cache-hits': '2',
19022npm verb headers 'x-timer': 'S1451417072.161087,VS0,VE0',
19023npm verb headers vary: 'Accept',
19024npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19025npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19026npm verb headers connection: 'keep-alive' }
19027npm verb get saving utils-merge to /root/.npm/registry.npmjs.org/utils-merge/.cache.json
19028npm http 200 http://registry.npmjs.org/escape-html
19029npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19030npm verb headers etag: '"3RUCAG2JGG4DUNM1HT84AH638"',
19031npm verb headers 'content-type': 'application/json',
19032npm verb headers 'cache-control': 'max-age=300',
19033npm verb headers 'content-length': '5508',
19034npm verb headers 'accept-ranges': 'bytes',
19035npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19036npm verb headers age: '253',
19037npm verb headers 'x-served-by': 'cache-fra1232-FRA',
19038npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19039npm verb headers 'x-cache-hits': '1',
19040npm verb headers 'x-timer': 'S1451417072.161002,VS0,VE0',
19041npm verb headers vary: 'Accept',
19042npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19043npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19044npm verb headers connection: 'keep-alive' }
19045npm verb get saving escape-html to /root/.npm/registry.npmjs.org/escape-html/.cache.json
19046npm http 200 http://registry.npmjs.org/range-parser
19047npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19048npm verb headers etag: '"8WZEBUX4S6QUN4CYHEIWQZ9BB"',
19049npm verb headers 'content-type': 'application/json',
19050npm verb headers 'cache-control': 'max-age=60',
19051npm verb headers 'content-length': '11040',
19052npm verb headers 'accept-ranges': 'bytes',
19053npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19054npm verb headers age: '19',
19055npm verb headers 'x-served-by': 'cache-fra1231-FRA',
19056npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19057npm verb headers 'x-cache-hits': '1',
19058npm verb headers 'x-timer': 'S1451417072.160934,VS0,VE2',
19059npm verb headers vary: 'Accept',
19060npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19061npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19062npm verb headers connection: 'keep-alive' }
19063npm verb get saving range-parser to /root/.npm/registry.npmjs.org/range-parser/.cache.json
19064npm http 200 http://registry.npmjs.org/buffer-crc32
19065npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19066npm verb headers etag: '"CR10R1H9CLVA9L87RE1JJV0SA"',
19067npm verb headers 'content-type': 'application/json',
19068npm verb headers 'cache-control': 'max-age=60',
19069npm verb headers 'content-length': '9867',
19070npm verb headers 'accept-ranges': 'bytes',
19071npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19072npm verb headers age: '31',
19073npm verb headers 'x-served-by': 'cache-fra1243-FRA',
19074npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19075npm verb headers 'x-cache-hits': '1',
19076npm verb headers 'x-timer': 'S1451417072.165248,VS0,VE2',
19077npm verb headers vary: 'Accept',
19078npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19079npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19080npm verb headers connection: 'keep-alive' }
19081npm verb get saving buffer-crc32 to /root/.npm/registry.npmjs.org/buffer-crc32/.cache.json
19082npm http 200 http://registry.npmjs.org/fresh
19083npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19084npm verb headers etag: '"9NHR4LROGERRIX4U2GNV4QVT"',
19085npm verb headers 'content-type': 'application/json',
19086npm verb headers 'cache-control': 'max-age=300',
19087npm verb headers 'content-length': '11311',
19088npm verb headers 'accept-ranges': 'bytes',
19089npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19090npm verb headers age: '113',
19091npm verb headers 'x-served-by': 'cache-fra1224-FRA',
19092npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19093npm verb headers 'x-cache-hits': '1',
19094npm verb headers 'x-timer': 'S1451417072.160965,VS0,VE9',
19095npm verb headers vary: 'Accept',
19096npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19097npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19098npm verb headers connection: 'keep-alive' }
19099npm verb get saving fresh to /root/.npm/registry.npmjs.org/fresh/.cache.json
19100npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/accepts/-/accepts-1.0.0.tgz not in flight; adding
19101npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.0.0
19102npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/type-is/-/type-is-1.0.0.tgz not in flight; adding
19103npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.0.0
19104npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/debug/-/debug-0.8.1.tgz not in flight; adding
19105npm verb addTmpTarball already have metadata; skipping unpack for debug@0.8.1
19106npm verb cache add spec parseurl@1.0.1
19107npm verb addNamed "1.0.1" is a plain semver version for parseurl
19108npm verb addNameVersion registry:http://registry.npmjs.org/parseurl not in flight; fetching
19109npm verb cache add spec methods@0.1.0
19110npm verb addNamed "0.1.0" is a plain semver version for methods
19111npm verb addNameVersion registry:http://registry.npmjs.org/methods not in flight; fetching
19112npm verb cache add spec utils-merge@1.0.0
19113npm verb addNamed "1.0.0" is a plain semver version for utils-merge
19114npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
19115npm verb cache add spec escape-html@1.0.1
19116npm verb addNamed "1.0.1" is a plain semver version for escape-html
19117npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
19118npm http 200 http://registry.npmjs.org/serve-static
19119npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19120npm verb headers etag: '"DGUOJ6WTQPFO1MQ4XK90KECIO"',
19121npm verb headers 'content-type': 'application/json',
19122npm verb headers 'cache-control': 'max-age=300',
19123npm verb headers 'content-length': '69453',
19124npm verb headers 'accept-ranges': 'bytes',
19125npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19126npm verb headers age: '258',
19127npm verb headers 'x-served-by': 'cache-fra1241-FRA',
19128npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19129npm verb headers 'x-cache-hits': '4',
19130npm verb headers 'x-timer': 'S1451417072.161816,VS0,VE0',
19131npm verb headers vary: 'Accept',
19132npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19133npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19134npm verb headers connection: 'keep-alive' }
19135npm verb get saving serve-static to /root/.npm/registry.npmjs.org/serve-static/.cache.json
19136npm verb cache add spec range-parser@1.0.0
19137npm verb addNamed "1.0.0" is a plain semver version for range-parser
19138npm verb addNameVersion registry:http://registry.npmjs.org/range-parser not in flight; fetching
19139npm verb cache add spec buffer-crc32@0.2.1
19140npm verb addNamed "0.2.1" is a plain semver version for buffer-crc32
19141npm verb addNameVersion registry:http://registry.npmjs.org/buffer-crc32 not in flight; fetching
19142npm verb cache add spec fresh@0.2.2
19143npm verb addNamed "0.2.2" is a plain semver version for fresh
19144npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
19145npm http 200 http://registry.npmjs.org/merge-descriptors
19146npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19147npm verb headers etag: '"77M0MD0SK0BMYKIO15H10LIYR"',
19148npm verb headers 'content-type': 'application/json',
19149npm verb headers 'cache-control': 'max-age=300',
19150npm verb headers 'content-length': '6309',
19151npm verb headers 'accept-ranges': 'bytes',
19152npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19153npm verb headers age: '155',
19154npm verb headers 'x-served-by': 'cache-fra1223-FRA',
19155npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19156npm verb headers 'x-cache-hits': '63',
19157npm verb headers 'x-timer': 'S1451417072.162256,VS0,VE0',
19158npm verb headers vary: 'Accept',
19159npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19160npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19161npm verb headers connection: 'keep-alive' }
19162npm verb get saving merge-descriptors to /root/.npm/registry.npmjs.org/merge-descriptors/.cache.json
19163npm http 200 http://registry.npmjs.org/send
19164npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19165npm verb headers etag: '"APVO6G21BQNLG10Z1NYC3J8EZ"',
19166npm verb headers 'content-type': 'application/json',
19167npm verb headers 'cache-control': 'max-age=60',
19168npm verb headers 'content-length': '64046',
19169npm verb headers 'accept-ranges': 'bytes',
19170npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19171npm verb headers age: '20',
19172npm verb headers 'x-served-by': 'cache-fra1244-FRA',
19173npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19174npm verb headers 'x-cache-hits': '90',
19175npm verb headers 'x-timer': 'S1451417072.160899,VS0,VE0',
19176npm verb headers vary: 'Accept',
19177npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19178npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19179npm verb headers connection: 'keep-alive' }
19180npm verb get saving send to /root/.npm/registry.npmjs.org/send/.cache.json
19181npm verb afterAdd /root/.npm/accepts/1.0.0/package/package.json not in flight; writing
19182npm verb afterAdd /root/.npm/type-is/1.0.0/package/package.json not in flight; writing
19183npm verb get http://registry.npmjs.org/parseurl not expired, no request
19184npm verb get http://registry.npmjs.org/methods not expired, no request
19185npm verb afterAdd /root/.npm/debug/0.8.1/package/package.json not in flight; writing
19186npm verb addRemoteTarball http://registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz not in flight; adding
19187npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz',
19188npm verb addRemoteTarball '2e57dce6efdd37c3518701030944c22bf388b7b4' ]
19189npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-0.1.0.tgz not in flight; adding
19190npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-0.1.0.tgz',
19191npm verb addRemoteTarball '335d429eefd21b7bacf2e9c922a8d2bd14a30e4f' ]
19192npm verb get http://registry.npmjs.org/utils-merge not expired, no request
19193npm verb get http://registry.npmjs.org/escape-html not expired, no request
19194npm verb get http://registry.npmjs.org/buffer-crc32 not expired, no request
19195npm verb get http://registry.npmjs.org/range-parser not expired, no request
19196npm verb addRemoteTarball http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz not in flight; adding
19197npm verb addRemoteTarball [ 'http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz',
19198npm verb addRemoteTarball '0294fb922bb9375153541c4f7096231f287c8af8' ]
19199npm verb addRemoteTarball http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz not in flight; adding
19200npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz',
19201npm verb addRemoteTarball '181a286ead397a39a92857cfb1d43052e356bff0' ]
19202npm verb addRemoteTarball http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz not in flight; adding
19203npm verb addRemoteTarball [ 'http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz',
19204npm verb addRemoteTarball 'be3e5382fc02b6d6324956ac1af98aa98b08534c' ]
19205npm verb addRemoteTarball http://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz not in flight; adding
19206npm verb addRemoteTarball [ 'http://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz',
19207npm verb addRemoteTarball 'a4b264cfe0be5ce36abe3765ac9c2a248746dbc0' ]
19208npm verb get http://registry.npmjs.org/fresh not expired, no request
19209npm verb addRemoteTarball http://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz not in flight; adding
19210npm verb addRemoteTarball [ 'http://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz',
19211npm verb addRemoteTarball '9731dcf5678c7faeb44fb903c4f72df55187fa77' ]
19212npm info retry fetch attempt 1 at 19:24:32
19213npm info attempt registry request try #1 at 19:24:32
19214npm http fetch GET http://registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz
19215npm info retry fetch attempt 1 at 19:24:32
19216npm info attempt registry request try #1 at 19:24:32
19217npm http fetch GET http://registry.npmjs.org/methods/-/methods-0.1.0.tgz
19218npm http 200 http://registry.npmjs.org/path-to-regexp
19219npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19220npm verb headers etag: '"44L0C4D3C0FA42U3300PZE763"',
19221npm verb headers 'content-type': 'application/json',
19222npm verb headers 'cache-control': 'max-age=300',
19223npm verb headers 'content-length': '68276',
19224npm verb headers 'accept-ranges': 'bytes',
19225npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19226npm verb headers age: '8',
19227npm verb headers 'x-served-by': 'cache-fra1235-FRA',
19228npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19229npm verb headers 'x-cache-hits': '1',
19230npm verb headers 'x-timer': 'S1451417072.161499,VS0,VE0',
19231npm verb headers vary: 'Accept',
19232npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19233npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19234npm verb headers connection: 'keep-alive' }
19235npm verb get saving path-to-regexp to /root/.npm/registry.npmjs.org/path-to-regexp/.cache.json
19236npm verb afterAdd /root/.npm/accepts/1.0.0/package/package.json written
19237npm verb afterAdd /root/.npm/type-is/1.0.0/package/package.json written
19238npm verb afterAdd /root/.npm/debug/0.8.1/package/package.json written
19239npm info retry fetch attempt 1 at 19:24:32
19240npm info attempt registry request try #1 at 19:24:32
19241npm http fetch GET http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
19242npm info retry fetch attempt 1 at 19:24:32
19243npm info attempt registry request try #1 at 19:24:32
19244npm http fetch GET http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz
19245npm info retry fetch attempt 1 at 19:24:32
19246npm info attempt registry request try #1 at 19:24:32
19247npm http fetch GET http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz
19248npm info retry fetch attempt 1 at 19:24:32
19249npm info attempt registry request try #1 at 19:24:32
19250npm http fetch GET http://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz
19251npm http fetch 200 http://registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz
19252npm verb cache add spec serve-static@1.0.1
19253npm verb addNamed "1.0.1" is a plain semver version for serve-static
19254npm verb addNameVersion registry:http://registry.npmjs.org/serve-static not in flight; fetching
19255npm info retry fetch attempt 1 at 19:24:32
19256npm info attempt registry request try #1 at 19:24:32
19257npm http fetch GET http://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz
19258npm http fetch 200 http://registry.npmjs.org/methods/-/methods-0.1.0.tgz
19259npm http fetch 200 http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz
19260npm http fetch 200 http://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz
19261npm http fetch 200 http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz
19262npm verb cache add spec merge-descriptors@0.0.2
19263npm verb addNamed "0.0.2" is a plain semver version for merge-descriptors
19264npm verb addNameVersion registry:http://registry.npmjs.org/merge-descriptors not in flight; fetching
19265npm http fetch 200 http://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz
19266npm verb cache add spec send@0.2.0
19267npm verb addNamed "0.2.0" is a plain semver version for send
19268npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
19269npm http fetch 200 http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
19270npm verb get http://registry.npmjs.org/serve-static not expired, no request
19271npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz not in flight; adding
19272npm verb addTmpTarball already have metadata; skipping unpack for parseurl@1.0.1
19273npm verb addRemoteTarball http://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz not in flight; adding
19274npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz',
19275npm verb addRemoteTarball '10dcbfd44b3e0291a131fc9ab4ab25a9f5a78a42' ]
19276npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/methods/-/methods-0.1.0.tgz not in flight; adding
19277npm verb addTmpTarball already have metadata; skipping unpack for methods@0.1.0
19278npm verb get http://registry.npmjs.org/merge-descriptors not expired, no request
19279npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz not in flight; adding
19280npm verb addTmpTarball already have metadata; skipping unpack for buffer-crc32@0.2.1
19281npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz not in flight; adding
19282npm verb addTmpTarball already have metadata; skipping unpack for range-parser@1.0.0
19283npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz not in flight; adding
19284npm verb addTmpTarball already have metadata; skipping unpack for escape-html@1.0.1
19285npm verb addRemoteTarball http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz not in flight; adding
19286npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz',
19287npm verb addRemoteTarball 'c36a52a781437513c57275f39dd9d317514ac8c7' ]
19288npm verb get http://registry.npmjs.org/send not expired, no request
19289npm verb cache add spec path-to-regexp@0.1.2
19290npm verb addNamed "0.1.2" is a plain semver version for path-to-regexp
19291npm verb addNameVersion registry:http://registry.npmjs.org/path-to-regexp not in flight; fetching
19292npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fresh/-/fresh-0.2.2.tgz not in flight; adding
19293npm verb addTmpTarball already have metadata; skipping unpack for fresh@0.2.2
19294npm verb addRemoteTarball http://registry.npmjs.org/send/-/send-0.2.0.tgz not in flight; adding
19295npm verb addRemoteTarball [ 'http://registry.npmjs.org/send/-/send-0.2.0.tgz',
19296npm verb addRemoteTarball '067abf45cff8bffb29cbdb7439725b32388a2c58' ]
19297npm info retry fetch attempt 1 at 19:24:32
19298npm info attempt registry request try #1 at 19:24:32
19299npm http fetch GET http://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz
19300npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz not in flight; adding
19301npm verb addTmpTarball already have metadata; skipping unpack for utils-merge@1.0.0
19302npm info retry fetch attempt 1 at 19:24:32
19303npm info attempt registry request try #1 at 19:24:32
19304npm http fetch GET http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz
19305npm info retry fetch attempt 1 at 19:24:32
19306npm info attempt registry request try #1 at 19:24:32
19307npm http fetch GET http://registry.npmjs.org/send/-/send-0.2.0.tgz
19308npm http fetch 200 http://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz
19309npm http fetch 200 http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz
19310npm verb get http://registry.npmjs.org/path-to-regexp not expired, no request
19311npm http fetch 200 http://registry.npmjs.org/send/-/send-0.2.0.tgz
19312npm verb addRemoteTarball http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz not in flight; adding
19313npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz',
19314npm verb addRemoteTarball '9b2b151f9cc3018c9eea50ca95729e05781712b4' ]
19315npm verb afterAdd /root/.npm/parseurl/1.0.1/package/package.json not in flight; writing
19316npm info retry fetch attempt 1 at 19:24:32
19317npm info attempt registry request try #1 at 19:24:32
19318npm http fetch GET http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz
19319npm verb afterAdd /root/.npm/methods/0.1.0/package/package.json not in flight; writing
19320npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz not in flight; adding
19321npm verb addTmpTarball already have metadata; skipping unpack for serve-static@1.0.1
19322npm verb afterAdd /root/.npm/buffer-crc32/0.2.1/package/package.json not in flight; writing
19323npm verb afterAdd /root/.npm/range-parser/1.0.0/package/package.json not in flight; writing
19324npm verb afterAdd /root/.npm/escape-html/1.0.1/package/package.json not in flight; writing
19325npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz not in flight; adding
19326npm verb addTmpTarball already have metadata; skipping unpack for merge-descriptors@0.0.2
19327npm verb afterAdd /root/.npm/fresh/0.2.2/package/package.json not in flight; writing
19328npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/send/-/send-0.2.0.tgz not in flight; adding
19329npm verb addTmpTarball already have metadata; skipping unpack for send@0.2.0
19330npm verb afterAdd /root/.npm/utils-merge/1.0.0/package/package.json not in flight; writing
19331npm verb afterAdd /root/.npm/parseurl/1.0.1/package/package.json written
19332npm verb afterAdd /root/.npm/methods/0.1.0/package/package.json written
19333npm verb afterAdd /root/.npm/buffer-crc32/0.2.1/package/package.json written
19334npm verb afterAdd /root/.npm/range-parser/1.0.0/package/package.json written
19335npm verb afterAdd /root/.npm/escape-html/1.0.1/package/package.json written
19336npm verb afterAdd /root/.npm/fresh/0.2.2/package/package.json written
19337npm verb afterAdd /root/.npm/utils-merge/1.0.0/package/package.json written
19338npm http fetch 200 http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz
19339npm verb afterAdd /root/.npm/serve-static/1.0.1/package/package.json not in flight; writing
19340npm verb afterAdd /root/.npm/merge-descriptors/0.0.2/package/package.json not in flight; writing
19341npm verb afterAdd /root/.npm/send/0.2.0/package/package.json not in flight; writing
19342npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz not in flight; adding
19343npm verb addTmpTarball already have metadata; skipping unpack for path-to-regexp@0.1.2
19344npm verb afterAdd /root/.npm/serve-static/1.0.1/package/package.json written
19345npm verb afterAdd /root/.npm/merge-descriptors/0.0.2/package/package.json written
19346npm verb afterAdd /root/.npm/send/0.2.0/package/package.json written
19347npm verb afterAdd /root/.npm/path-to-regexp/0.1.2/package/package.json not in flight; writing
19348npm verb afterAdd /root/.npm/path-to-regexp/0.1.2/package/package.json written
19349npm verb cache add spec negotiator@~0.3.0
19350npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for negotiator
19351npm verb addNameRange registry:http://registry.npmjs.org/negotiator not in flight; fetching
19352npm verb request uri http://registry.npmjs.org/mime
19353npm verb request no auth needed
19354npm info attempt registry request try #1 at 19:24:32
19355npm http request GET http://registry.npmjs.org/mime
19356npm verb get http://registry.npmjs.org/negotiator not expired, no request
19357npm verb addNamed "0.3.0" is a plain semver version for negotiator
19358npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz not in flight; adding
19359npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz',
19360npm verb addRemoteTarball '706d692efeddf574d57ea9fb1ab89a4fa7ee8f60' ]
19361npm info retry fetch attempt 1 at 19:24:32
19362npm info attempt registry request try #1 at 19:24:32
19363npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz
19364npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz
19365npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz not in flight; adding
19366npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.3.0
19367npm verb afterAdd /root/.npm/negotiator/0.3.0/package/package.json not in flight; writing
19368npm verb afterAdd /root/.npm/negotiator/0.3.0/package/package.json written
19369npm http 200 http://registry.npmjs.org/mime
19370npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19371npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
19372npm verb headers 'content-type': 'application/json',
19373npm verb headers 'cache-control': 'max-age=60',
19374npm verb headers 'content-length': '20148',
19375npm verb headers 'accept-ranges': 'bytes',
19376npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19377npm verb headers age: '26',
19378npm verb headers 'x-served-by': 'cache-fra1223-FRA',
19379npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19380npm verb headers 'x-cache-hits': '1',
19381npm verb headers 'x-timer': 'S1451417072.503080,VS0,VE3',
19382npm verb headers vary: 'Accept',
19383npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19384npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19385npm verb headers connection: 'keep-alive' }
19386npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
19387npm verb cache add spec mime@~1.2.11
19388npm verb addNamed ">=1.2.11 <1.3.0" is a valid semver range for mime
19389npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
19390npm verb get http://registry.npmjs.org/mime not expired, no request
19391npm verb addNamed "1.2.11" is a plain semver version for mime
19392npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
19393npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
19394npm verb addRemoteTarball '58203eed86e3a5ef17aed2b7d9ebd47f0a60dd10' ]
19395npm info retry fetch attempt 1 at 19:24:32
19396npm info attempt registry request try #1 at 19:24:32
19397npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.2.11.tgz
19398npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.2.11.tgz
19399npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
19400npm verb addTmpTarball already have metadata; skipping unpack for mime@1.2.11
19401npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json not in flight; writing
19402npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json written
19403npm verb cache add spec send@0.1.4
19404npm verb addNamed "0.1.4" is a plain semver version for send
19405npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
19406npm verb get http://registry.npmjs.org/send not expired, no request
19407npm verb addRemoteTarball http://registry.npmjs.org/send/-/send-0.1.4.tgz not in flight; adding
19408npm verb addRemoteTarball [ 'http://registry.npmjs.org/send/-/send-0.1.4.tgz',
19409npm verb addRemoteTarball 'be70d8d1be01de61821af13780b50345a4f71abd' ]
19410npm info retry fetch attempt 1 at 19:24:32
19411npm info attempt registry request try #1 at 19:24:32
19412npm http fetch GET http://registry.npmjs.org/send/-/send-0.1.4.tgz
19413npm http fetch 200 http://registry.npmjs.org/send/-/send-0.1.4.tgz
19414npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/send/-/send-0.1.4.tgz not in flight; adding
19415npm verb addTmpTarball already have metadata; skipping unpack for send@0.1.4
19416npm verb afterAdd /root/.npm/send/0.1.4/package/package.json not in flight; writing
19417npm verb afterAdd /root/.npm/send/0.1.4/package/package.json written
19418npm verb cache add spec fresh@0.2.0
19419npm verb cache add spec range-parser@0.0.4
19420npm verb addNamed "0.2.0" is a plain semver version for fresh
19421npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
19422npm verb addNamed "0.0.4" is a plain semver version for range-parser
19423npm verb addNameVersion registry:http://registry.npmjs.org/range-parser not in flight; fetching
19424npm verb get http://registry.npmjs.org/fresh not expired, no request
19425npm verb get http://registry.npmjs.org/range-parser not expired, no request
19426npm verb addRemoteTarball http://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz not in flight; adding
19427npm verb addRemoteTarball [ 'http://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz',
19428npm verb addRemoteTarball 'bfd9402cf3df12c4a4c310c79f99a3dde13d34a7' ]
19429npm verb addRemoteTarball http://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz not in flight; adding
19430npm verb addRemoteTarball [ 'http://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz',
19431npm verb addRemoteTarball 'c0427ffef51c10acba0782a46c9602e744ff620b' ]
19432npm info retry fetch attempt 1 at 19:24:32
19433npm info attempt registry request try #1 at 19:24:32
19434npm http fetch GET http://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz
19435npm info retry fetch attempt 1 at 19:24:32
19436npm info attempt registry request try #1 at 19:24:32
19437npm http fetch GET http://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
19438npm http fetch 200 http://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
19439npm http fetch 200 http://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz
19440npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz not in flight; adding
19441npm verb addTmpTarball already have metadata; skipping unpack for range-parser@0.0.4
19442npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fresh/-/fresh-0.2.0.tgz not in flight; adding
19443npm verb addTmpTarball already have metadata; skipping unpack for fresh@0.2.0
19444npm verb afterAdd /root/.npm/range-parser/0.0.4/package/package.json not in flight; writing
19445npm verb afterAdd /root/.npm/fresh/0.2.0/package/package.json not in flight; writing
19446npm verb afterAdd /root/.npm/range-parser/0.0.4/package/package.json written
19447npm verb afterAdd /root/.npm/fresh/0.2.0/package/package.json written
19448npm verb cache add spec async@^0.9.0
19449npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
19450npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
19451npm verb request uri http://registry.npmjs.org/express-unless
19452npm verb request no auth needed
19453npm info attempt registry request try #1 at 19:24:32
19454npm http request GET http://registry.npmjs.org/express-unless
19455npm verb get http://registry.npmjs.org/async not expired, no request
19456npm verb addNamed "0.9.2" is a plain semver version for async
19457npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
19458npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.9.2.tgz',
19459npm verb addRemoteTarball 'aea74d5e61c1f899613bf64bda66d4c78f2fd17d' ]
19460npm info retry fetch attempt 1 at 19:24:32
19461npm info attempt registry request try #1 at 19:24:32
19462npm http fetch GET http://registry.npmjs.org/async/-/async-0.9.2.tgz
19463npm http fetch 200 http://registry.npmjs.org/async/-/async-0.9.2.tgz
19464npm http 200 http://registry.npmjs.org/express-unless
19465npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19466npm verb headers etag: '"5TACYVXDZ19HWL2OPH5BJQRFQ"',
19467npm verb headers 'content-type': 'application/json',
19468npm verb headers 'cache-control': 'max-age=300',
19469npm verb headers 'content-length': '7356',
19470npm verb headers 'accept-ranges': 'bytes',
19471npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19472npm verb headers age: '206',
19473npm verb headers 'x-served-by': 'cache-fra1223-FRA',
19474npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19475npm verb headers 'x-cache-hits': '1',
19476npm verb headers 'x-timer': 'S1451417072.702056,VS0,VE1',
19477npm verb headers vary: 'Accept',
19478npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19479npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19480npm verb headers connection: 'keep-alive' }
19481npm verb get saving express-unless to /root/.npm/registry.npmjs.org/express-unless/.cache.json
19482npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
19483npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.2
19484npm verb cache add spec express-unless@^0.3.0
19485npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for express-unless
19486npm verb addNameRange registry:http://registry.npmjs.org/express-unless not in flight; fetching
19487npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
19488npm verb get http://registry.npmjs.org/express-unless not expired, no request
19489npm verb addNamed "0.3.0" is a plain semver version for express-unless
19490npm verb addRemoteTarball http://registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz not in flight; adding
19491npm verb addRemoteTarball [ 'http://registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz',
19492npm verb addRemoteTarball '5c795e7392571512dd28f520b3857a52b21261a2' ]
19493npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
19494npm info retry fetch attempt 1 at 19:24:32
19495npm info attempt registry request try #1 at 19:24:32
19496npm http fetch GET http://registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz
19497npm http fetch 200 http://registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz
19498npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz not in flight; adding
19499npm verb addTmpTarball already have metadata; skipping unpack for express-unless@0.3.0
19500npm verb afterAdd /root/.npm/express-unless/0.3.0/package/package.json not in flight; writing
19501npm verb afterAdd /root/.npm/express-unless/0.3.0/package/package.json written
19502npm verb cache add spec ms@^0.7.1
19503npm verb addNamed ">=0.7.1 <0.8.0" is a valid semver range for ms
19504npm verb addNameRange registry:http://registry.npmjs.org/ms not in flight; fetching
19505npm verb request uri http://registry.npmjs.org/jws
19506npm verb request no auth needed
19507npm info attempt registry request try #1 at 19:24:32
19508npm http request GET http://registry.npmjs.org/jws
19509npm verb get http://registry.npmjs.org/ms not expired, no request
19510npm verb addNamed "0.7.1" is a plain semver version for ms
19511npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.7.1.tgz not in flight; adding
19512npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.7.1.tgz',
19513npm verb addRemoteTarball '9cd13c03adbff25b65effde7ce864ee952017098' ]
19514npm info retry fetch attempt 1 at 19:24:32
19515npm info attempt registry request try #1 at 19:24:32
19516npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
19517npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
19518npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ms/-/ms-0.7.1.tgz not in flight; adding
19519npm verb addTmpTarball already have metadata; skipping unpack for ms@0.7.1
19520npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
19521npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
19522npm http 200 http://registry.npmjs.org/jws
19523npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19524npm verb headers etag: '"CSP2VFA4VX211BCMP0QTUHKCC"',
19525npm verb headers 'content-type': 'application/json',
19526npm verb headers 'cache-control': 'max-age=300',
19527npm verb headers 'content-length': '22090',
19528npm verb headers 'accept-ranges': 'bytes',
19529npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19530npm verb headers age: '166',
19531npm verb headers 'x-served-by': 'cache-fra1241-FRA',
19532npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19533npm verb headers 'x-cache-hits': '1',
19534npm verb headers 'x-timer': 'S1451417072.789995,VS0,VE0',
19535npm verb headers vary: 'Accept',
19536npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19537npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19538npm verb headers connection: 'keep-alive' }
19539npm verb get saving jws to /root/.npm/registry.npmjs.org/jws/.cache.json
19540npm verb cache add spec jws@^3.0.0
19541npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for jws
19542npm verb addNameRange registry:http://registry.npmjs.org/jws not in flight; fetching
19543npm verb get http://registry.npmjs.org/jws not expired, no request
19544npm verb addNamed "3.1.0" is a plain semver version for jws
19545npm verb addRemoteTarball http://registry.npmjs.org/jws/-/jws-3.1.0.tgz not in flight; adding
19546npm verb addRemoteTarball [ 'http://registry.npmjs.org/jws/-/jws-3.1.0.tgz',
19547npm verb addRemoteTarball '885a89127d24119a2a93f234ddd492337a7c85a0' ]
19548npm info retry fetch attempt 1 at 19:24:32
19549npm info attempt registry request try #1 at 19:24:32
19550npm http fetch GET http://registry.npmjs.org/jws/-/jws-3.1.0.tgz
19551npm http fetch 200 http://registry.npmjs.org/jws/-/jws-3.1.0.tgz
19552npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jws/-/jws-3.1.0.tgz not in flight; adding
19553npm verb addTmpTarball already have metadata; skipping unpack for jws@3.1.0
19554npm verb afterAdd /root/.npm/jws/3.1.0/package/package.json not in flight; writing
19555npm verb afterAdd /root/.npm/jws/3.1.0/package/package.json written
19556npm verb request uri http://registry.npmjs.org/base64url
19557npm verb request no auth needed
19558npm info attempt registry request try #1 at 19:24:32
19559npm http request GET http://registry.npmjs.org/base64url
19560npm verb request uri http://registry.npmjs.org/jwa
19561npm verb request no auth needed
19562npm info attempt registry request try #1 at 19:24:32
19563npm http request GET http://registry.npmjs.org/jwa
19564npm http 200 http://registry.npmjs.org/base64url
19565npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19566npm verb headers etag: '"9BHA9AMWYG6T2OT7CKHBPDP2B"',
19567npm verb headers 'content-type': 'application/json',
19568npm verb headers 'cache-control': 'max-age=300',
19569npm verb headers 'content-length': '15479',
19570npm verb headers 'accept-ranges': 'bytes',
19571npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19572npm verb headers age: '168',
19573npm verb headers 'x-served-by': 'cache-fra1241-FRA',
19574npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19575npm verb headers 'x-cache-hits': '1',
19576npm verb headers 'x-timer': 'S1451417072.857403,VS0,VE0',
19577npm verb headers vary: 'Accept',
19578npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19579npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19580npm verb headers connection: 'keep-alive' }
19581npm verb get saving base64url to /root/.npm/registry.npmjs.org/base64url/.cache.json
19582npm verb cache add spec base64url@~1.0.4
19583npm verb addNamed ">=1.0.4 <1.1.0" is a valid semver range for base64url
19584npm verb addNameRange registry:http://registry.npmjs.org/base64url not in flight; fetching
19585npm verb get http://registry.npmjs.org/base64url not expired, no request
19586npm verb addNamed "1.0.5" is a plain semver version for base64url
19587npm verb addRemoteTarball http://registry.npmjs.org/base64url/-/base64url-1.0.5.tgz not in flight; adding
19588npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64url/-/base64url-1.0.5.tgz',
19589npm verb addRemoteTarball 'c54bcb4f9a2b7da422bca549e71c1640b533b825' ]
19590npm http 200 http://registry.npmjs.org/jwa
19591npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19592npm verb headers etag: '"DESOO7OOCU5DJUTL3FTYSBC4"',
19593npm verb headers 'content-type': 'application/json',
19594npm verb headers 'cache-control': 'max-age=300',
19595npm verb headers 'content-length': '15816',
19596npm verb headers 'accept-ranges': 'bytes',
19597npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19598npm verb headers age: '185',
19599npm verb headers 'x-served-by': 'cache-fra1231-FRA',
19600npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19601npm verb headers 'x-cache-hits': '1',
19602npm verb headers 'x-timer': 'S1451417072.857448,VS0,VE0',
19603npm verb headers vary: 'Accept',
19604npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19605npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19606npm verb headers connection: 'keep-alive' }
19607npm verb get saving jwa to /root/.npm/registry.npmjs.org/jwa/.cache.json
19608npm info retry fetch attempt 1 at 19:24:32
19609npm info attempt registry request try #1 at 19:24:32
19610npm http fetch GET http://registry.npmjs.org/base64url/-/base64url-1.0.5.tgz
19611npm http fetch 200 http://registry.npmjs.org/base64url/-/base64url-1.0.5.tgz
19612npm verb cache add spec jwa@^1.1.0
19613npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for jwa
19614npm verb addNameRange registry:http://registry.npmjs.org/jwa not in flight; fetching
19615npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/base64url/-/base64url-1.0.5.tgz not in flight; adding
19616npm verb addTmpTarball already have metadata; skipping unpack for base64url@1.0.5
19617npm verb get http://registry.npmjs.org/jwa not expired, no request
19618npm verb addNamed "1.1.1" is a plain semver version for jwa
19619npm verb addRemoteTarball http://registry.npmjs.org/jwa/-/jwa-1.1.1.tgz not in flight; adding
19620npm verb addRemoteTarball [ 'http://registry.npmjs.org/jwa/-/jwa-1.1.1.tgz',
19621npm verb addRemoteTarball 'b83c05279f0707f55ca5387b7b3f23da9f80195f' ]
19622npm info retry fetch attempt 1 at 19:24:32
19623npm info attempt registry request try #1 at 19:24:32
19624npm http fetch GET http://registry.npmjs.org/jwa/-/jwa-1.1.1.tgz
19625npm verb afterAdd /root/.npm/base64url/1.0.5/package/package.json not in flight; writing
19626npm verb afterAdd /root/.npm/base64url/1.0.5/package/package.json written
19627npm http fetch 200 http://registry.npmjs.org/jwa/-/jwa-1.1.1.tgz
19628npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jwa/-/jwa-1.1.1.tgz not in flight; adding
19629npm verb addTmpTarball already have metadata; skipping unpack for jwa@1.1.1
19630npm verb afterAdd /root/.npm/jwa/1.1.1/package/package.json not in flight; writing
19631npm verb afterAdd /root/.npm/jwa/1.1.1/package/package.json written
19632npm verb request uri http://registry.npmjs.org/concat-stream
19633npm verb request no auth needed
19634npm info attempt registry request try #1 at 19:24:32
19635npm http request GET http://registry.npmjs.org/concat-stream
19636npm verb request uri http://registry.npmjs.org/meow
19637npm verb request no auth needed
19638npm info attempt registry request try #1 at 19:24:32
19639npm http request GET http://registry.npmjs.org/meow
19640npm http 200 http://registry.npmjs.org/concat-stream
19641npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19642npm verb headers etag: '"BIB5EWCL6TFYI3CBLV6VQ5PHA"',
19643npm verb headers 'content-type': 'application/json',
19644npm verb headers 'cache-control': 'max-age=300',
19645npm verb headers 'content-length': '39409',
19646npm verb headers 'accept-ranges': 'bytes',
19647npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19648npm verb headers age: '231',
19649npm verb headers 'x-served-by': 'cache-fra1241-FRA',
19650npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19651npm verb headers 'x-cache-hits': '3',
19652npm verb headers 'x-timer': 'S1451417072.974517,VS0,VE0',
19653npm verb headers vary: 'Accept',
19654npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19655npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19656npm verb headers connection: 'keep-alive' }
19657npm verb get saving concat-stream to /root/.npm/registry.npmjs.org/concat-stream/.cache.json
19658npm http 200 http://registry.npmjs.org/meow
19659npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19660npm verb headers etag: '"147MBBL3G2D0ITO8DKU0OL5KJ"',
19661npm verb headers 'content-type': 'application/json',
19662npm verb headers 'cache-control': 'max-age=300',
19663npm verb headers 'content-length': '18674',
19664npm verb headers 'accept-ranges': 'bytes',
19665npm verb headers date: 'Tue, 29 Dec 2015 19:24:32 GMT',
19666npm verb headers age: '257',
19667npm verb headers 'x-served-by': 'cache-fra1224-FRA',
19668npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19669npm verb headers 'x-cache-hits': '4',
19670npm verb headers 'x-timer': 'S1451417072.977439,VS0,VE0',
19671npm verb headers vary: 'Accept',
19672npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19673npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19674npm verb headers connection: 'keep-alive' }
19675npm verb get saving meow to /root/.npm/registry.npmjs.org/meow/.cache.json
19676npm verb cache add spec concat-stream@~1.4.7
19677npm verb addNamed ">=1.4.7 <1.5.0" is a valid semver range for concat-stream
19678npm verb addNameRange registry:http://registry.npmjs.org/concat-stream not in flight; fetching
19679npm verb cache add spec meow@~2.0.0
19680npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for meow
19681npm verb addNameRange registry:http://registry.npmjs.org/meow not in flight; fetching
19682npm verb get http://registry.npmjs.org/concat-stream not expired, no request
19683npm verb addNamed "1.4.10" is a plain semver version for concat-stream
19684npm verb addRemoteTarball http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz not in flight; adding
19685npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz',
19686npm verb addRemoteTarball 'acc3bbf5602cb8cc980c6ac840fa7d8603e3ef36' ]
19687npm verb get http://registry.npmjs.org/meow not expired, no request
19688npm verb addNamed "2.0.0" is a plain semver version for meow
19689npm verb addRemoteTarball http://registry.npmjs.org/meow/-/meow-2.0.0.tgz not in flight; adding
19690npm verb addRemoteTarball [ 'http://registry.npmjs.org/meow/-/meow-2.0.0.tgz',
19691npm verb addRemoteTarball '8f530a8ecf5d40d3f4b4df93c3472900fba2a8f1' ]
19692npm info retry fetch attempt 1 at 19:24:33
19693npm info attempt registry request try #1 at 19:24:33
19694npm http fetch GET http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz
19695npm info retry fetch attempt 1 at 19:24:33
19696npm info attempt registry request try #1 at 19:24:33
19697npm http fetch GET http://registry.npmjs.org/meow/-/meow-2.0.0.tgz
19698npm http fetch 200 http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz
19699npm http fetch 200 http://registry.npmjs.org/meow/-/meow-2.0.0.tgz
19700npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/meow/-/meow-2.0.0.tgz not in flight; adding
19701npm verb addTmpTarball already have metadata; skipping unpack for meow@2.0.0
19702npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz not in flight; adding
19703npm verb addTmpTarball already have metadata; skipping unpack for concat-stream@1.4.10
19704npm verb afterAdd /root/.npm/concat-stream/1.4.10/package/package.json not in flight; writing
19705npm verb afterAdd /root/.npm/meow/2.0.0/package/package.json not in flight; writing
19706npm verb afterAdd /root/.npm/meow/2.0.0/package/package.json written
19707npm verb afterAdd /root/.npm/concat-stream/1.4.10/package/package.json written
19708npm verb cache add spec readable-stream@~1.1.9
19709npm verb addNamed ">=1.1.9 <1.2.0" is a valid semver range for readable-stream
19710npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
19711npm verb request uri http://registry.npmjs.org/typedarray
19712npm verb request no auth needed
19713npm info attempt registry request try #1 at 19:24:33
19714npm http request GET http://registry.npmjs.org/typedarray
19715npm verb get http://registry.npmjs.org/readable-stream not expired, no request
19716npm verb addNamed "1.1.13" is a plain semver version for readable-stream
19717npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz not in flight; adding
19718npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz',
19719npm verb addRemoteTarball 'f6eef764f514c89e2b9e23146a75ba106756d23e' ]
19720npm info retry fetch attempt 1 at 19:24:33
19721npm info attempt registry request try #1 at 19:24:33
19722npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz
19723npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz
19724npm http 200 http://registry.npmjs.org/typedarray
19725npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19726npm verb headers etag: '"6RFURVCQK0AVYAQYR6CSAQV0M"',
19727npm verb headers 'content-type': 'application/json',
19728npm verb headers 'cache-control': 'max-age=60',
19729npm verb headers 'content-length': '11304',
19730npm verb headers 'accept-ranges': 'bytes',
19731npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
19732npm verb headers age: '33',
19733npm verb headers 'x-served-by': 'cache-fra1224-FRA',
19734npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19735npm verb headers 'x-cache-hits': '1',
19736npm verb headers 'x-timer': 'S1451417073.092796,VS0,VE0',
19737npm verb headers vary: 'Accept',
19738npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19739npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19740npm verb headers connection: 'keep-alive' }
19741npm verb get saving typedarray to /root/.npm/registry.npmjs.org/typedarray/.cache.json
19742npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz not in flight; adding
19743npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.1.13
19744npm verb cache add spec typedarray@~0.0.5
19745npm verb addNamed ">=0.0.5 <0.1.0" is a valid semver range for typedarray
19746npm verb addNameRange registry:http://registry.npmjs.org/typedarray not in flight; fetching
19747npm verb get http://registry.npmjs.org/typedarray not expired, no request
19748npm verb addNamed "0.0.6" is a plain semver version for typedarray
19749npm verb addRemoteTarball http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz not in flight; adding
19750npm verb addRemoteTarball [ 'http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz',
19751npm verb addRemoteTarball '867ac74e3864187b1d3d47d996a78ec5c8830777' ]
19752npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
19753npm info retry fetch attempt 1 at 19:24:33
19754npm info attempt registry request try #1 at 19:24:33
19755npm http fetch GET http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
19756npm http fetch 200 http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
19757npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
19758npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz not in flight; adding
19759npm verb addTmpTarball already have metadata; skipping unpack for typedarray@0.0.6
19760npm verb afterAdd /root/.npm/typedarray/0.0.6/package/package.json not in flight; writing
19761npm verb afterAdd /root/.npm/typedarray/0.0.6/package/package.json written
19762npm verb request uri http://registry.npmjs.org/camelcase-keys
19763npm verb request no auth needed
19764npm info attempt registry request try #1 at 19:24:33
19765npm http request GET http://registry.npmjs.org/camelcase-keys
19766npm verb request uri http://registry.npmjs.org/indent-string
19767npm verb request no auth needed
19768npm info attempt registry request try #1 at 19:24:33
19769npm http request GET http://registry.npmjs.org/indent-string
19770npm verb request uri http://registry.npmjs.org/minimist
19771npm verb request no auth needed
19772npm info attempt registry request try #1 at 19:24:33
19773npm http request GET http://registry.npmjs.org/minimist
19774npm verb request uri http://registry.npmjs.org/object-assign
19775npm verb request no auth needed
19776npm info attempt registry request try #1 at 19:24:33
19777npm http request GET http://registry.npmjs.org/object-assign
19778npm http 200 http://registry.npmjs.org/minimist
19779npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19780npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
19781npm verb headers 'content-type': 'application/json',
19782npm verb headers 'cache-control': 'max-age=300',
19783npm verb headers 'content-length': '27449',
19784npm verb headers 'accept-ranges': 'bytes',
19785npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
19786npm verb headers 'x-served-by': 'cache-fra1232-FRA',
19787npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
19788npm verb headers 'x-cache-hits': '9',
19789npm verb headers 'x-timer': 'S1451417009.302945,VS0,VE0',
19790npm verb headers vary: 'Accept',
19791npm verb headers age: '243',
19792npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19793npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19794npm verb headers connection: 'keep-alive' }
19795npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
19796npm verb cache add spec minimist@^1.1.0
19797npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for minimist
19798npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
19799npm verb get http://registry.npmjs.org/minimist not expired, no request
19800npm verb addNamed "1.2.0" is a plain semver version for minimist
19801npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz not in flight; adding
19802npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz',
19803npm verb addRemoteTarball 'a35008b20f41383eec1fb914f4cd5df79a264284' ]
19804npm http 200 http://registry.npmjs.org/camelcase-keys
19805npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19806npm verb headers etag: '"5Z24KYT9GSOFK7NNSPJRWENI7"',
19807npm verb headers 'content-type': 'application/json',
19808npm verb headers 'cache-control': 'max-age=300',
19809npm verb headers 'content-length': '4295',
19810npm verb headers 'accept-ranges': 'bytes',
19811npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
19812npm verb headers age: '261',
19813npm verb headers 'x-served-by': 'cache-fra1224-FRA',
19814npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19815npm verb headers 'x-cache-hits': '7',
19816npm verb headers 'x-timer': 'S1451417073.170969,VS0,VE0',
19817npm verb headers vary: 'Accept',
19818npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19819npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19820npm verb headers connection: 'keep-alive' }
19821npm verb get saving camelcase-keys to /root/.npm/registry.npmjs.org/camelcase-keys/.cache.json
19822npm http 200 http://registry.npmjs.org/indent-string
19823npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19824npm verb headers etag: '"84QNOCURLKKXGO825BTSHHENT"',
19825npm verb headers 'content-type': 'application/json',
19826npm verb headers 'cache-control': 'max-age=60',
19827npm verb headers 'content-length': '14968',
19828npm verb headers 'accept-ranges': 'bytes',
19829npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
19830npm verb headers age: '50',
19831npm verb headers 'x-served-by': 'cache-fra1241-FRA',
19832npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19833npm verb headers 'x-cache-hits': '3',
19834npm verb headers 'x-timer': 'S1451417073.171565,VS0,VE0',
19835npm verb headers vary: 'Accept',
19836npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19837npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19838npm verb headers connection: 'keep-alive' }
19839npm verb get saving indent-string to /root/.npm/registry.npmjs.org/indent-string/.cache.json
19840npm info retry fetch attempt 1 at 19:24:33
19841npm info attempt registry request try #1 at 19:24:33
19842npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
19843npm verb cache add spec indent-string@^1.1.0
19844npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for indent-string
19845npm verb addNameRange registry:http://registry.npmjs.org/indent-string not in flight; fetching
19846npm verb cache add spec camelcase-keys@^1.0.0
19847npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for camelcase-keys
19848npm verb addNameRange registry:http://registry.npmjs.org/camelcase-keys not in flight; fetching
19849npm http 200 http://registry.npmjs.org/object-assign
19850npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19851npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
19852npm verb headers 'content-type': 'application/json',
19853npm verb headers 'cache-control': 'max-age=60',
19854npm verb headers 'content-length': '19881',
19855npm verb headers 'accept-ranges': 'bytes',
19856npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
19857npm verb headers age: '28',
19858npm verb headers 'x-served-by': 'cache-fra1243-FRA',
19859npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19860npm verb headers 'x-cache-hits': '3',
19861npm verb headers 'x-timer': 'S1451417073.173054,VS0,VE0',
19862npm verb headers vary: 'Accept',
19863npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
19864npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19865npm verb headers connection: 'keep-alive' }
19866npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
19867npm verb get http://registry.npmjs.org/indent-string not expired, no request
19868npm verb addNamed "1.2.2" is a plain semver version for indent-string
19869npm verb get http://registry.npmjs.org/camelcase-keys not expired, no request
19870npm verb addNamed "1.0.0" is a plain semver version for camelcase-keys
19871npm verb addRemoteTarball http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz not in flight; adding
19872npm verb addRemoteTarball [ 'http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz',
19873npm verb addRemoteTarball 'db99bcc583eb6abbb1e48dcbb1999a986041cb6b' ]
19874npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
19875npm verb addRemoteTarball http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz not in flight; adding
19876npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz',
19877npm verb addRemoteTarball 'bd1a11bf9b31a1ce493493a930de1a0baf4ad7ec' ]
19878npm info retry fetch attempt 1 at 19:24:33
19879npm info attempt registry request try #1 at 19:24:33
19880npm http fetch GET http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz
19881npm info retry fetch attempt 1 at 19:24:33
19882npm info attempt registry request try #1 at 19:24:33
19883npm http fetch GET http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz
19884npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimist/-/minimist-1.2.0.tgz not in flight; adding
19885npm verb addTmpTarball already have metadata; skipping unpack for minimist@1.2.0
19886npm verb cache add spec object-assign@^1.0.0
19887npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for object-assign
19888npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
19889npm http fetch 200 http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz
19890npm verb get http://registry.npmjs.org/object-assign not expired, no request
19891npm verb addNamed "1.0.0" is a plain semver version for object-assign
19892npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz not in flight; adding
19893npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz',
19894npm verb addRemoteTarball 'e65dc8766d3b47b4b8307465c8311da030b070a6' ]
19895npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz not in flight; adding
19896npm verb addTmpTarball already have metadata; skipping unpack for indent-string@1.2.2
19897npm info retry fetch attempt 1 at 19:24:33
19898npm info attempt registry request try #1 at 19:24:33
19899npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz
19900npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json not in flight; writing
19901npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz
19902npm http fetch 200 http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz
19903npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json written
19904npm verb afterAdd /root/.npm/indent-string/1.2.2/package/package.json not in flight; writing
19905npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz not in flight; adding
19906npm verb addTmpTarball already have metadata; skipping unpack for object-assign@1.0.0
19907npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz not in flight; adding
19908npm verb addTmpTarball already have metadata; skipping unpack for camelcase-keys@1.0.0
19909npm verb afterAdd /root/.npm/indent-string/1.2.2/package/package.json written
19910npm verb afterAdd /root/.npm/object-assign/1.0.0/package/package.json not in flight; writing
19911npm verb afterAdd /root/.npm/camelcase-keys/1.0.0/package/package.json not in flight; writing
19912npm verb afterAdd /root/.npm/object-assign/1.0.0/package/package.json written
19913npm verb afterAdd /root/.npm/camelcase-keys/1.0.0/package/package.json written
19914npm verb request uri http://registry.npmjs.org/camelcase
19915npm verb request no auth needed
19916npm info attempt registry request try #1 at 19:24:33
19917npm http request GET http://registry.npmjs.org/camelcase
19918npm verb request uri http://registry.npmjs.org/map-obj
19919npm verb request no auth needed
19920npm info attempt registry request try #1 at 19:24:33
19921npm http request GET http://registry.npmjs.org/map-obj
19922npm http 200 http://registry.npmjs.org/camelcase
19923npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19924npm verb headers etag: '"CS4J6GVTASMZWER2U0CJUSXRK"',
19925npm verb headers 'content-type': 'application/json',
19926npm verb headers 'cache-control': 'max-age=300',
19927npm verb headers 'content-length': '11909',
19928npm verb headers 'accept-ranges': 'bytes',
19929npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
19930npm verb headers age: '75',
19931npm verb headers 'x-served-by': 'cache-fra1224-FRA',
19932npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19933npm verb headers 'x-cache-hits': '6',
19934npm verb headers 'x-timer': 'S1451417073.289853,VS0,VE0',
19935npm verb headers vary: 'Accept',
19936npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19937npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19938npm verb headers connection: 'keep-alive' }
19939npm verb get saving camelcase to /root/.npm/registry.npmjs.org/camelcase/.cache.json
19940npm http 200 http://registry.npmjs.org/map-obj
19941npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19942npm verb headers etag: '"3TWI04PRYXLCI600XEYQOAS7T"',
19943npm verb headers 'content-type': 'application/json',
19944npm verb headers 'cache-control': 'max-age=300',
19945npm verb headers 'content-length': '3660',
19946npm verb headers 'accept-ranges': 'bytes',
19947npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
19948npm verb headers age: '211',
19949npm verb headers 'x-served-by': 'cache-fra1232-FRA',
19950npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
19951npm verb headers 'x-cache-hits': '3',
19952npm verb headers 'x-timer': 'S1451417073.291582,VS0,VE0',
19953npm verb headers vary: 'Accept',
19954npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
19955npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
19956npm verb headers connection: 'keep-alive' }
19957npm verb get saving map-obj to /root/.npm/registry.npmjs.org/map-obj/.cache.json
19958npm verb cache add spec camelcase@^1.0.1
19959npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for camelcase
19960npm verb addNameRange registry:http://registry.npmjs.org/camelcase not in flight; fetching
19961npm verb cache add spec map-obj@^1.0.0
19962npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for map-obj
19963npm verb addNameRange registry:http://registry.npmjs.org/map-obj not in flight; fetching
19964npm verb get http://registry.npmjs.org/camelcase not expired, no request
19965npm verb addNamed "1.2.1" is a plain semver version for camelcase
19966npm verb get http://registry.npmjs.org/map-obj not expired, no request
19967npm verb addNamed "1.0.1" is a plain semver version for map-obj
19968npm verb addRemoteTarball http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
19969npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz',
19970npm verb addRemoteTarball '9bb5304d2e0b56698b2c758b08a3eaa9daa58a39' ]
19971npm verb addRemoteTarball http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz not in flight; adding
19972npm verb addRemoteTarball [ 'http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz',
19973npm verb addRemoteTarball 'd933ceb9205d82bdcf4886f6742bdc2b4dea146d' ]
19974npm info retry fetch attempt 1 at 19:24:33
19975npm info attempt registry request try #1 at 19:24:33
19976npm http fetch GET http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
19977npm info retry fetch attempt 1 at 19:24:33
19978npm info attempt registry request try #1 at 19:24:33
19979npm http fetch GET http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz
19980npm http fetch 200 http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
19981npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
19982npm verb addTmpTarball already have metadata; skipping unpack for camelcase@1.2.1
19983npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json not in flight; writing
19984npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json written
19985npm http fetch 200 http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz
19986npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz not in flight; adding
19987npm verb addTmpTarball already have metadata; skipping unpack for map-obj@1.0.1
19988npm verb afterAdd /root/.npm/map-obj/1.0.1/package/package.json not in flight; writing
19989npm verb afterAdd /root/.npm/map-obj/1.0.1/package/package.json written
19990npm verb request uri http://registry.npmjs.org/get-stdin
19991npm verb request no auth needed
19992npm info attempt registry request try #1 at 19:24:33
19993npm http request GET http://registry.npmjs.org/get-stdin
19994npm verb request uri http://registry.npmjs.org/repeating
19995npm verb request no auth needed
19996npm info attempt registry request try #1 at 19:24:33
19997npm http request GET http://registry.npmjs.org/repeating
19998npm http 200 http://registry.npmjs.org/get-stdin
19999npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20000npm verb headers etag: '"BA32P11BIXF0YZOXXS5GKT6NO"',
20001npm verb headers 'content-type': 'application/json',
20002npm verb headers 'cache-control': 'max-age=60',
20003npm verb headers 'content-length': '13271',
20004npm verb headers 'accept-ranges': 'bytes',
20005npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
20006npm verb headers age: '25',
20007npm verb headers 'x-served-by': 'cache-fra1224-FRA',
20008npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20009npm verb headers 'x-cache-hits': '3',
20010npm verb headers 'x-timer': 'S1451417073.381725,VS0,VE0',
20011npm verb headers vary: 'Accept',
20012npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20013npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20014npm verb headers connection: 'keep-alive' }
20015npm verb get saving get-stdin to /root/.npm/registry.npmjs.org/get-stdin/.cache.json
20016npm http 200 http://registry.npmjs.org/repeating
20017npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20018npm verb headers etag: '"6BGWIKD49WSF23RCV1P70WMAA"',
20019npm verb headers 'content-type': 'application/json',
20020npm verb headers 'cache-control': 'max-age=60',
20021npm verb headers 'content-length': '10480',
20022npm verb headers 'accept-ranges': 'bytes',
20023npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
20024npm verb headers age: '18',
20025npm verb headers 'x-served-by': 'cache-fra1230-FRA',
20026npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20027npm verb headers 'x-cache-hits': '1',
20028npm verb headers 'x-timer': 'S1451417073.385879,VS0,VE0',
20029npm verb headers vary: 'Accept',
20030npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20031npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20032npm verb headers connection: 'keep-alive' }
20033npm verb get saving repeating to /root/.npm/registry.npmjs.org/repeating/.cache.json
20034npm verb cache add spec get-stdin@^4.0.1
20035npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for get-stdin
20036npm verb addNameRange registry:http://registry.npmjs.org/get-stdin not in flight; fetching
20037npm verb cache add spec repeating@^1.1.0
20038npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for repeating
20039npm verb addNameRange registry:http://registry.npmjs.org/repeating not in flight; fetching
20040npm verb get http://registry.npmjs.org/get-stdin not expired, no request
20041npm verb addNamed "4.0.1" is a plain semver version for get-stdin
20042npm verb get http://registry.npmjs.org/repeating not expired, no request
20043npm verb addNamed "1.1.3" is a plain semver version for repeating
20044npm verb addRemoteTarball http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz not in flight; adding
20045npm verb addRemoteTarball [ 'http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz',
20046npm verb addRemoteTarball 'b968c6b0a04384324902e8bf1a5df32579a450fe' ]
20047npm verb addRemoteTarball http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz not in flight; adding
20048npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz',
20049npm verb addRemoteTarball '3d4114218877537494f97f77f9785fab810fa4ac' ]
20050npm info retry fetch attempt 1 at 19:24:33
20051npm info attempt registry request try #1 at 19:24:33
20052npm http fetch GET http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
20053npm info retry fetch attempt 1 at 19:24:33
20054npm info attempt registry request try #1 at 19:24:33
20055npm http fetch GET http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz
20056npm http fetch 200 http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
20057npm http fetch 200 http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz
20058npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz not in flight; adding
20059npm verb addTmpTarball already have metadata; skipping unpack for get-stdin@4.0.1
20060npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/repeating/-/repeating-1.1.3.tgz not in flight; adding
20061npm verb addTmpTarball already have metadata; skipping unpack for repeating@1.1.3
20062npm verb afterAdd /root/.npm/get-stdin/4.0.1/package/package.json not in flight; writing
20063npm verb afterAdd /root/.npm/repeating/1.1.3/package/package.json not in flight; writing
20064npm verb afterAdd /root/.npm/get-stdin/4.0.1/package/package.json written
20065npm verb afterAdd /root/.npm/repeating/1.1.3/package/package.json written
20066npm verb request uri http://registry.npmjs.org/is-finite
20067npm verb request no auth needed
20068npm info attempt registry request try #1 at 19:24:33
20069npm http request GET http://registry.npmjs.org/is-finite
20070npm http 200 http://registry.npmjs.org/is-finite
20071npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20072npm verb headers etag: '"5UGUZMTQAD5XTPNS1L5J5373L"',
20073npm verb headers 'content-type': 'application/json',
20074npm verb headers 'cache-control': 'max-age=60',
20075npm verb headers 'content-length': '3732',
20076npm verb headers 'accept-ranges': 'bytes',
20077npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
20078npm verb headers age: '16',
20079npm verb headers 'x-served-by': 'cache-fra1230-FRA',
20080npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20081npm verb headers 'x-cache-hits': '1',
20082npm verb headers 'x-timer': 'S1451417073.451170,VS0,VE0',
20083npm verb headers vary: 'Accept',
20084npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20085npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20086npm verb headers connection: 'keep-alive' }
20087npm verb get saving is-finite to /root/.npm/registry.npmjs.org/is-finite/.cache.json
20088npm verb cache add spec is-finite@^1.0.0
20089npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-finite
20090npm verb addNameRange registry:http://registry.npmjs.org/is-finite not in flight; fetching
20091npm verb get http://registry.npmjs.org/is-finite not expired, no request
20092npm verb addNamed "1.0.1" is a plain semver version for is-finite
20093npm verb addRemoteTarball http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz not in flight; adding
20094npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz',
20095npm verb addRemoteTarball '6438603eaebe2793948ff4a4262ec8db3d62597b' ]
20096npm info retry fetch attempt 1 at 19:24:33
20097npm info attempt registry request try #1 at 19:24:33
20098npm http fetch GET http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz
20099npm http fetch 200 http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz
20100npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz not in flight; adding
20101npm verb addTmpTarball already have metadata; skipping unpack for is-finite@1.0.1
20102npm verb afterAdd /root/.npm/is-finite/1.0.1/package/package.json not in flight; writing
20103npm verb afterAdd /root/.npm/is-finite/1.0.1/package/package.json written
20104npm verb request uri http://registry.npmjs.org/number-is-nan
20105npm verb request no auth needed
20106npm info attempt registry request try #1 at 19:24:33
20107npm http request GET http://registry.npmjs.org/number-is-nan
20108npm http 200 http://registry.npmjs.org/number-is-nan
20109npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20110npm verb headers etag: '"BCBSJHWOHTBSTQRYM7FWOBJUY"',
20111npm verb headers 'content-type': 'application/json',
20112npm verb headers 'cache-control': 'max-age=60',
20113npm verb headers 'content-length': '2640',
20114npm verb headers 'accept-ranges': 'bytes',
20115npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
20116npm verb headers age: '26',
20117npm verb headers 'x-served-by': 'cache-fra1230-FRA',
20118npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20119npm verb headers 'x-cache-hits': '1',
20120npm verb headers 'x-timer': 'S1451417073.520630,VS0,VE0',
20121npm verb headers vary: 'Accept',
20122npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20123npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20124npm verb headers connection: 'keep-alive' }
20125npm verb get saving number-is-nan to /root/.npm/registry.npmjs.org/number-is-nan/.cache.json
20126npm verb cache add spec number-is-nan@^1.0.0
20127npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for number-is-nan
20128npm verb addNameRange registry:http://registry.npmjs.org/number-is-nan not in flight; fetching
20129npm verb get http://registry.npmjs.org/number-is-nan not expired, no request
20130npm verb addNamed "1.0.0" is a plain semver version for number-is-nan
20131npm verb addRemoteTarball http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz not in flight; adding
20132npm verb addRemoteTarball [ 'http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz',
20133npm verb addRemoteTarball 'c020f529c5282adfdd233d91d4b181c3d686dc4b' ]
20134npm info retry fetch attempt 1 at 19:24:33
20135npm info attempt registry request try #1 at 19:24:33
20136npm http fetch GET http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz
20137npm http fetch 200 http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz
20138npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz not in flight; adding
20139npm verb addTmpTarball already have metadata; skipping unpack for number-is-nan@1.0.0
20140npm verb afterAdd /root/.npm/number-is-nan/1.0.0/package/package.json not in flight; writing
20141npm verb afterAdd /root/.npm/number-is-nan/1.0.0/package/package.json written
20142npm verb cache add spec base64url@~0.0.4
20143npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for base64url
20144npm verb addNameRange registry:http://registry.npmjs.org/base64url not in flight; fetching
20145npm verb request uri http://registry.npmjs.org/buffer-equal-constant-time
20146npm verb request no auth needed
20147npm info attempt registry request try #1 at 19:24:33
20148npm http request GET http://registry.npmjs.org/buffer-equal-constant-time
20149npm verb request uri http://registry.npmjs.org/ecdsa-sig-formatter
20150npm verb request no auth needed
20151npm info attempt registry request try #1 at 19:24:33
20152npm http request GET http://registry.npmjs.org/ecdsa-sig-formatter
20153npm verb get http://registry.npmjs.org/base64url not expired, no request
20154npm verb addNamed "0.0.6" is a plain semver version for base64url
20155npm verb addRemoteTarball http://registry.npmjs.org/base64url/-/base64url-0.0.6.tgz not in flight; adding
20156npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64url/-/base64url-0.0.6.tgz',
20157npm verb addRemoteTarball '9597b36b330db1c42477322ea87ea8027499b82b' ]
20158npm info retry fetch attempt 1 at 19:24:33
20159npm info attempt registry request try #1 at 19:24:33
20160npm http fetch GET http://registry.npmjs.org/base64url/-/base64url-0.0.6.tgz
20161npm http fetch 200 http://registry.npmjs.org/base64url/-/base64url-0.0.6.tgz
20162npm http 200 http://registry.npmjs.org/ecdsa-sig-formatter
20163npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20164npm verb headers etag: '"EJWB3R9FJMITS0TXO9QYCQ9A5"',
20165npm verb headers 'content-type': 'application/json',
20166npm verb headers 'cache-control': 'max-age=300',
20167npm verb headers 'content-length': '7013',
20168npm verb headers 'accept-ranges': 'bytes',
20169npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
20170npm verb headers age: '168',
20171npm verb headers 'x-served-by': 'cache-fra1221-FRA',
20172npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20173npm verb headers 'x-cache-hits': '2',
20174npm verb headers 'x-timer': 'S1451417073.602861,VS0,VE0',
20175npm verb headers vary: 'Accept',
20176npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20177npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20178npm verb headers connection: 'keep-alive' }
20179npm verb get saving ecdsa-sig-formatter to /root/.npm/registry.npmjs.org/ecdsa-sig-formatter/.cache.json
20180npm http 200 http://registry.npmjs.org/buffer-equal-constant-time
20181npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20182npm verb headers etag: '"F2XV2GULE28XUATS36DCNZ0A9"',
20183npm verb headers 'content-type': 'application/json',
20184npm verb headers 'cache-control': 'max-age=300',
20185npm verb headers 'content-length': '5975',
20186npm verb headers 'accept-ranges': 'bytes',
20187npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
20188npm verb headers age: '111',
20189npm verb headers 'x-served-by': 'cache-fra1224-FRA',
20190npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20191npm verb headers 'x-cache-hits': '1',
20192npm verb headers 'x-timer': 'S1451417073.602814,VS0,VE0',
20193npm verb headers vary: 'Accept',
20194npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20195npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20196npm verb headers connection: 'keep-alive' }
20197npm verb get saving buffer-equal-constant-time to /root/.npm/registry.npmjs.org/buffer-equal-constant-time/.cache.json
20198npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/base64url/-/base64url-0.0.6.tgz not in flight; adding
20199npm verb addTmpTarball already have metadata; skipping unpack for base64url@0.0.6
20200npm verb cache add spec buffer-equal-constant-time@^1.0.1
20201npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for buffer-equal-constant-time
20202npm verb addNameRange registry:http://registry.npmjs.org/buffer-equal-constant-time not in flight; fetching
20203npm verb cache add spec ecdsa-sig-formatter@^1.0.0
20204npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ecdsa-sig-formatter
20205npm verb addNameRange registry:http://registry.npmjs.org/ecdsa-sig-formatter not in flight; fetching
20206npm verb afterAdd /root/.npm/base64url/0.0.6/package/package.json not in flight; writing
20207npm verb get http://registry.npmjs.org/buffer-equal-constant-time not expired, no request
20208npm verb addNamed "1.0.1" is a plain semver version for buffer-equal-constant-time
20209npm verb get http://registry.npmjs.org/ecdsa-sig-formatter not expired, no request
20210npm verb addNamed "1.0.2" is a plain semver version for ecdsa-sig-formatter
20211npm verb addRemoteTarball http://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz not in flight; adding
20212npm verb addRemoteTarball [ 'http://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz',
20213npm verb addRemoteTarball 'f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819' ]
20214npm verb afterAdd /root/.npm/base64url/0.0.6/package/package.json written
20215npm verb addRemoteTarball http://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz not in flight; adding
20216npm verb addRemoteTarball [ 'http://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz',
20217npm verb addRemoteTarball '2074b4bd06be5e7479c9f71e73358bc3deea4a9b' ]
20218npm info retry fetch attempt 1 at 19:24:33
20219npm info attempt registry request try #1 at 19:24:33
20220npm http fetch GET http://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz
20221npm info retry fetch attempt 1 at 19:24:33
20222npm info attempt registry request try #1 at 19:24:33
20223npm http fetch GET http://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz
20224npm http fetch 200 http://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz
20225npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz not in flight; adding
20226npm verb addTmpTarball already have metadata; skipping unpack for buffer-equal-constant-time@1.0.1
20227npm verb afterAdd /root/.npm/buffer-equal-constant-time/1.0.1/package/package.json not in flight; writing
20228npm verb afterAdd /root/.npm/buffer-equal-constant-time/1.0.1/package/package.json written
20229npm http fetch 200 http://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz
20230npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz not in flight; adding
20231npm verb addTmpTarball already have metadata; skipping unpack for ecdsa-sig-formatter@1.0.2
20232npm verb afterAdd /root/.npm/ecdsa-sig-formatter/1.0.2/package/package.json not in flight; writing
20233npm verb afterAdd /root/.npm/ecdsa-sig-formatter/1.0.2/package/package.json written
20234npm verb request uri http://registry.npmjs.org/asn1.js
20235npm verb request no auth needed
20236npm info attempt registry request try #1 at 19:24:33
20237npm http request GET http://registry.npmjs.org/asn1.js
20238npm verb request uri http://registry.npmjs.org/base64-url
20239npm verb request no auth needed
20240npm info attempt registry request try #1 at 19:24:33
20241npm http request GET http://registry.npmjs.org/base64-url
20242npm http 200 http://registry.npmjs.org/base64-url
20243npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20244npm verb headers etag: '"DZVGGAYP8LV5RTCZYXYLTU2FA"',
20245npm verb headers 'content-type': 'application/json',
20246npm verb headers 'cache-control': 'max-age=300',
20247npm verb headers 'content-length': '7583',
20248npm verb headers 'accept-ranges': 'bytes',
20249npm verb headers date: 'Tue, 29 Dec 2015 19:24:33 GMT',
20250npm verb headers age: '36',
20251npm verb headers 'x-served-by': 'cache-fra1241-FRA',
20252npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20253npm verb headers 'x-cache-hits': '1',
20254npm verb headers 'x-timer': 'S1451417073.709111,VS0,VE0',
20255npm verb headers vary: 'Accept',
20256npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20257npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20258npm verb headers connection: 'keep-alive' }
20259npm verb get saving base64-url to /root/.npm/registry.npmjs.org/base64-url/.cache.json
20260npm verb cache add spec base64-url@^1.2.1
20261npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for base64-url
20262npm verb addNameRange registry:http://registry.npmjs.org/base64-url not in flight; fetching
20263npm verb get http://registry.npmjs.org/base64-url not expired, no request
20264npm verb addNamed "1.2.1" is a plain semver version for base64-url
20265npm verb addRemoteTarball http://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz not in flight; adding
20266npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz',
20267npm verb addRemoteTarball '199fd661702a0e7b7dcae6e0698bb089c52f6d78' ]
20268npm info retry fetch attempt 1 at 19:24:33
20269npm info attempt registry request try #1 at 19:24:33
20270npm http fetch GET http://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz
20271npm http fetch 200 http://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz
20272npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz not in flight; adding
20273npm verb addTmpTarball already have metadata; skipping unpack for base64-url@1.2.1
20274npm verb afterAdd /root/.npm/base64-url/1.2.1/package/package.json not in flight; writing
20275npm verb afterAdd /root/.npm/base64-url/1.2.1/package/package.json written
20276npm http 200 http://registry.npmjs.org/asn1.js
20277npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20278npm verb headers etag: '"CSTQ3O1YNZ58SOH488RL2R439"',
20279npm verb headers 'content-type': 'application/json',
20280npm verb headers 'cache-control': 'max-age=60',
20281npm verb headers 'content-length': '55277',
20282npm verb headers 'accept-ranges': 'bytes',
20283npm verb headers date: 'Tue, 29 Dec 2015 19:24:34 GMT',
20284npm verb headers age: '0',
20285npm verb headers 'x-served-by': 'cache-fra1221-FRA',
20286npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20287npm verb headers 'x-cache-hits': '1',
20288npm verb headers 'x-timer': 'S1451417073.706169,VS0,VE932',
20289npm verb headers vary: 'Accept',
20290npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20291npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20292npm verb headers connection: 'keep-alive' }
20293npm verb get saving asn1.js to /root/.npm/registry.npmjs.org/asn1.js/.cache.json
20294npm verb cache add spec asn1.js@^2.0.3
20295npm verb addNamed ">=2.0.3 <3.0.0" is a valid semver range for asn1.js
20296npm verb addNameRange registry:http://registry.npmjs.org/asn1.js not in flight; fetching
20297npm verb get http://registry.npmjs.org/asn1.js not expired, no request
20298npm verb addNamed "2.2.1" is a plain semver version for asn1.js
20299npm verb addRemoteTarball http://registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz not in flight; adding
20300npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz',
20301npm verb addRemoteTarball 'c8ba4dd68e84431288126230cb2045bdfa9fbfe1' ]
20302npm info retry fetch attempt 1 at 19:24:34
20303npm info attempt registry request try #1 at 19:24:34
20304npm http fetch GET http://registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz
20305npm http fetch 200 http://registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz
20306npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz not in flight; adding
20307npm verb addTmpTarball already have metadata; skipping unpack for asn1.js@2.2.1
20308npm verb afterAdd /root/.npm/asn1.js/2.2.1/package/package.json not in flight; writing
20309npm verb afterAdd /root/.npm/asn1.js/2.2.1/package/package.json written
20310npm verb request uri http://registry.npmjs.org/bn.js
20311npm verb request no auth needed
20312npm info attempt registry request try #1 at 19:24:34
20313npm http request GET http://registry.npmjs.org/bn.js
20314npm verb request uri http://registry.npmjs.org/minimalistic-assert
20315npm verb request no auth needed
20316npm info attempt registry request try #1 at 19:24:34
20317npm http request GET http://registry.npmjs.org/minimalistic-assert
20318npm http 200 http://registry.npmjs.org/minimalistic-assert
20319npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20320npm verb headers etag: '"A2DNPSWH7EG4W3TI89O0NCS58"',
20321npm verb headers 'content-type': 'application/json',
20322npm verb headers 'cache-control': 'max-age=300',
20323npm verb headers 'content-length': '1736',
20324npm verb headers 'accept-ranges': 'bytes',
20325npm verb headers date: 'Tue, 29 Dec 2015 19:24:34 GMT',
20326npm verb headers age: '57',
20327npm verb headers 'x-served-by': 'cache-fra1241-FRA',
20328npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20329npm verb headers 'x-cache-hits': '1',
20330npm verb headers 'x-timer': 'S1451417074.766788,VS0,VE0',
20331npm verb headers vary: 'Accept',
20332npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20333npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20334npm verb headers connection: 'keep-alive' }
20335npm verb get saving minimalistic-assert to /root/.npm/registry.npmjs.org/minimalistic-assert/.cache.json
20336npm verb cache add spec minimalistic-assert@^1.0.0
20337npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for minimalistic-assert
20338npm verb addNameRange registry:http://registry.npmjs.org/minimalistic-assert not in flight; fetching
20339npm verb get http://registry.npmjs.org/minimalistic-assert not expired, no request
20340npm verb addNamed "1.0.0" is a plain semver version for minimalistic-assert
20341npm verb addRemoteTarball http://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz not in flight; adding
20342npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz',
20343npm verb addRemoteTarball '702be2dda6b37f4836bcb3f5db56641b64a1d3d3' ]
20344npm info retry fetch attempt 1 at 19:24:34
20345npm info attempt registry request try #1 at 19:24:34
20346npm http fetch GET http://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz
20347npm http 200 http://registry.npmjs.org/bn.js
20348npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20349npm verb headers etag: '"D2UE3JHQB9HAGI13FXMHW6FA"',
20350npm verb headers 'content-type': 'application/json',
20351npm verb headers 'cache-control': 'max-age=300',
20352npm verb headers 'content-length': '93470',
20353npm verb headers 'accept-ranges': 'bytes',
20354npm verb headers date: 'Tue, 29 Dec 2015 19:24:34 GMT',
20355npm verb headers age: '57',
20356npm verb headers 'x-served-by': 'cache-fra1221-FRA',
20357npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20358npm verb headers 'x-cache-hits': '1',
20359npm verb headers 'x-timer': 'S1451417074.763500,VS0,VE0',
20360npm verb headers vary: 'Accept',
20361npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20362npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20363npm verb headers connection: 'keep-alive' }
20364npm verb get saving bn.js to /root/.npm/registry.npmjs.org/bn.js/.cache.json
20365npm verb cache add spec bn.js@^2.0.0
20366npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for bn.js
20367npm verb addNameRange registry:http://registry.npmjs.org/bn.js not in flight; fetching
20368npm http fetch 200 http://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz
20369npm verb get http://registry.npmjs.org/bn.js not expired, no request
20370npm verb addNamed "2.2.0" is a plain semver version for bn.js
20371npm verb addRemoteTarball http://registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz not in flight; adding
20372npm verb addRemoteTarball [ 'http://registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz',
20373npm verb addRemoteTarball '12162bc2ae71fc40a5626c33438f3a875cd37625' ]
20374npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz not in flight; adding
20375npm verb addTmpTarball already have metadata; skipping unpack for minimalistic-assert@1.0.0
20376npm info retry fetch attempt 1 at 19:24:34
20377npm info attempt registry request try #1 at 19:24:34
20378npm http fetch GET http://registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz
20379npm verb afterAdd /root/.npm/minimalistic-assert/1.0.0/package/package.json not in flight; writing
20380npm verb afterAdd /root/.npm/minimalistic-assert/1.0.0/package/package.json written
20381npm http fetch 200 http://registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz
20382npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz not in flight; adding
20383npm verb addTmpTarball already have metadata; skipping unpack for bn.js@2.2.0
20384npm verb afterAdd /root/.npm/bn.js/2.2.0/package/package.json not in flight; writing
20385npm verb afterAdd /root/.npm/bn.js/2.2.0/package/package.json written
20386npm verb cache add spec cookie@0.1.2
20387npm verb cache add spec debug@0.8.1
20388npm verb addNamed "0.1.2" is a plain semver version for cookie
20389npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
20390npm verb addNamed "0.8.1" is a plain semver version for debug
20391npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
20392npm verb request uri http://registry.npmjs.org/uid2
20393npm verb request no auth needed
20394npm info attempt registry request try #1 at 19:24:34
20395npm http request GET http://registry.npmjs.org/uid2
20396npm verb get http://registry.npmjs.org/cookie not expired, no request
20397npm verb addRemoteTarball http://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz not in flight; adding
20398npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz',
20399npm verb addRemoteTarball '72fec3d24e48a3432073d90c12642005061004b1' ]
20400npm verb get http://registry.npmjs.org/debug not expired, no request
20401npm info retry fetch attempt 1 at 19:24:34
20402npm info attempt registry request try #1 at 19:24:34
20403npm http fetch GET http://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz
20404npm http fetch 200 http://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz
20405npm verb afterAdd /root/.npm/debug/0.8.1/package/package.json not in flight; writing
20406npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cookie/-/cookie-0.1.2.tgz not in flight; adding
20407npm verb addTmpTarball already have metadata; skipping unpack for cookie@0.1.2
20408npm verb afterAdd /root/.npm/debug/0.8.1/package/package.json written
20409npm verb afterAdd /root/.npm/cookie/0.1.2/package/package.json not in flight; writing
20410npm http 200 http://registry.npmjs.org/uid2
20411npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20412npm verb headers etag: '"4ROYF2URJCNNK4GKZIBMTR21Y"',
20413npm verb headers 'content-type': 'application/json',
20414npm verb headers 'cache-control': 'max-age=300',
20415npm verb headers 'content-length': '1832',
20416npm verb headers 'accept-ranges': 'bytes',
20417npm verb headers date: 'Tue, 29 Dec 2015 19:24:34 GMT',
20418npm verb headers age: '256',
20419npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20420npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20421npm verb headers 'x-cache-hits': '2',
20422npm verb headers 'x-timer': 'S1451417074.937497,VS0,VE0',
20423npm verb headers vary: 'Accept',
20424npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20425npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20426npm verb headers connection: 'keep-alive' }
20427npm verb get saving uid2 to /root/.npm/registry.npmjs.org/uid2/.cache.json
20428npm verb afterAdd /root/.npm/cookie/0.1.2/package/package.json written
20429npm verb cache add spec uid2@0.0.3
20430npm verb addNamed "0.0.3" is a plain semver version for uid2
20431npm verb addNameVersion registry:http://registry.npmjs.org/uid2 not in flight; fetching
20432npm verb get http://registry.npmjs.org/uid2 not expired, no request
20433npm verb addRemoteTarball http://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz not in flight; adding
20434npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz',
20435npm verb addRemoteTarball '483126e11774df2f71b8b639dcd799c376162b82' ]
20436npm info retry fetch attempt 1 at 19:24:34
20437npm info attempt registry request try #1 at 19:24:34
20438npm http fetch GET http://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz
20439npm http fetch 200 http://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz
20440npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uid2/-/uid2-0.0.3.tgz not in flight; adding
20441npm verb addTmpTarball already have metadata; skipping unpack for uid2@0.0.3
20442npm verb afterAdd /root/.npm/uid2/0.0.3/package/package.json not in flight; writing
20443npm verb afterAdd /root/.npm/uid2/0.0.3/package/package.json written
20444npm verb request uri http://registry.npmjs.org/flushwritable
20445npm verb request no auth needed
20446npm info attempt registry request try #1 at 19:24:34
20447npm http request GET http://registry.npmjs.org/flushwritable
20448npm http 200 http://registry.npmjs.org/flushwritable
20449npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20450npm verb headers etag: '"ANEPS7808LHPCIRQ0IKYDULKA"',
20451npm verb headers 'content-type': 'application/json',
20452npm verb headers 'cache-control': 'max-age=300',
20453npm verb headers 'content-length': '4743',
20454npm verb headers 'accept-ranges': 'bytes',
20455npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20456npm verb headers age: '0',
20457npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20458npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20459npm verb headers 'x-cache-hits': '1',
20460npm verb headers 'x-timer': 'S1451417074.990262,VS0,VE141',
20461npm verb headers vary: 'Accept',
20462npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20463npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20464npm verb headers connection: 'keep-alive' }
20465npm verb get saving flushwritable to /root/.npm/registry.npmjs.org/flushwritable/.cache.json
20466npm verb cache add spec flushwritable@^1.0.0
20467npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for flushwritable
20468npm verb addNameRange registry:http://registry.npmjs.org/flushwritable not in flight; fetching
20469npm verb get http://registry.npmjs.org/flushwritable not expired, no request
20470npm verb addNamed "1.0.0" is a plain semver version for flushwritable
20471npm verb addRemoteTarball http://registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz not in flight; adding
20472npm verb addRemoteTarball [ 'http://registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz',
20473npm verb addRemoteTarball '3e328d8fde412ad47e738e3be750b4d290043498' ]
20474npm info retry fetch attempt 1 at 19:24:35
20475npm info attempt registry request try #1 at 19:24:35
20476npm http fetch GET http://registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz
20477npm http fetch 200 http://registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz
20478npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz not in flight; adding
20479npm verb addTmpTarball already have metadata; skipping unpack for flushwritable@1.0.0
20480npm verb afterAdd /root/.npm/flushwritable/1.0.0/package/package.json not in flight; writing
20481npm verb afterAdd /root/.npm/flushwritable/1.0.0/package/package.json written
20482npm verb request uri http://registry.npmjs.org/commander
20483npm verb request no auth needed
20484npm info attempt registry request try #1 at 19:24:35
20485npm http request GET http://registry.npmjs.org/commander
20486npm verb request uri http://registry.npmjs.org/mkdirp
20487npm verb request no auth needed
20488npm info attempt registry request try #1 at 19:24:35
20489npm http request GET http://registry.npmjs.org/mkdirp
20490npm verb request uri http://registry.npmjs.org/transformers
20491npm verb request no auth needed
20492npm info attempt registry request try #1 at 19:24:35
20493npm http request GET http://registry.npmjs.org/transformers
20494npm verb request uri http://registry.npmjs.org/character-parser
20495npm verb request no auth needed
20496npm info attempt registry request try #1 at 19:24:35
20497npm http request GET http://registry.npmjs.org/character-parser
20498npm verb request uri http://registry.npmjs.org/monocle
20499npm verb request no auth needed
20500npm info attempt registry request try #1 at 19:24:35
20501npm http request GET http://registry.npmjs.org/monocle
20502npm verb request uri http://registry.npmjs.org/with
20503npm verb request no auth needed
20504npm info attempt registry request try #1 at 19:24:35
20505npm http request GET http://registry.npmjs.org/with
20506npm verb request uri http://registry.npmjs.org/constantinople
20507npm verb request no auth needed
20508npm info attempt registry request try #1 at 19:24:35
20509npm http request GET http://registry.npmjs.org/constantinople
20510npm http 200 http://registry.npmjs.org/mkdirp
20511npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20512npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
20513npm verb headers 'content-type': 'application/json',
20514npm verb headers 'cache-control': 'max-age=300',
20515npm verb headers 'content-length': '23472',
20516npm verb headers 'accept-ranges': 'bytes',
20517npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
20518npm verb headers 'x-served-by': 'cache-fra1224-FRA',
20519npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
20520npm verb headers 'x-cache-hits': '4',
20521npm verb headers 'x-timer': 'S1451417008.909424,VS0,VE0',
20522npm verb headers vary: 'Accept',
20523npm verb headers age: '183',
20524npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20525npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20526npm verb headers connection: 'keep-alive' }
20527npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
20528npm verb cache add spec mkdirp@~0.3.5
20529npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
20530npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
20531npm verb get http://registry.npmjs.org/mkdirp not expired, no request
20532npm verb addNamed "0.3.5" is a plain semver version for mkdirp
20533npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz not in flight; adding
20534npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz',
20535npm verb addRemoteTarball 'de3e5f8961c88c787ee1368df849ac4413eca8d7' ]
20536npm info retry fetch attempt 1 at 19:24:35
20537npm info attempt registry request try #1 at 19:24:35
20538npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
20539npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
20540npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz not in flight; adding
20541npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.3.5
20542npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json not in flight; writing
20543npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json written
20544npm http 200 http://registry.npmjs.org/constantinople
20545npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20546npm verb headers etag: '"21Y8BKAH234NHCD0XV2CXDBPC"',
20547npm verb headers 'content-type': 'application/json',
20548npm verb headers 'cache-control': 'max-age=300',
20549npm verb headers 'content-length': '10244',
20550npm verb headers 'accept-ranges': 'bytes',
20551npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20552npm verb headers age: '40',
20553npm verb headers 'x-served-by': 'cache-fra1227-FRA',
20554npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20555npm verb headers 'x-cache-hits': '1',
20556npm verb headers 'x-timer': 'S1451417075.245579,VS0,VE0',
20557npm verb headers vary: 'Accept',
20558npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20559npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20560npm verb headers connection: 'keep-alive' }
20561npm verb get saving constantinople to /root/.npm/registry.npmjs.org/constantinople/.cache.json
20562npm http 200 http://registry.npmjs.org/commander
20563npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20564npm verb headers etag: '"DYW0JBRXQO3Y28VX1THARSCBL"',
20565npm verb headers 'content-type': 'application/json',
20566npm verb headers 'cache-control': 'max-age=300',
20567npm verb headers 'content-length': '60654',
20568npm verb headers 'accept-ranges': 'bytes',
20569npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20570npm verb headers age: '233',
20571npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20572npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20573npm verb headers 'x-cache-hits': '8',
20574npm verb headers 'x-timer': 'S1451417075.220520,VS0,VE0',
20575npm verb headers vary: 'Accept',
20576npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20577npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20578npm verb headers connection: 'keep-alive' }
20579npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
20580npm verb cache add spec constantinople@~2.0.0
20581npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for constantinople
20582npm verb addNameRange registry:http://registry.npmjs.org/constantinople not in flight; fetching
20583npm verb cache add spec commander@2.1.0
20584npm verb addNamed "2.1.0" is a plain semver version for commander
20585npm verb addNameVersion registry:http://registry.npmjs.org/commander not in flight; fetching
20586npm verb get http://registry.npmjs.org/constantinople not expired, no request
20587npm verb addNamed "2.0.1" is a plain semver version for constantinople
20588npm verb addRemoteTarball http://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz not in flight; adding
20589npm verb addRemoteTarball [ 'http://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz',
20590npm verb addRemoteTarball '5829f856f301a9bdb107d935f77d8eb8ccec4c79' ]
20591npm verb get http://registry.npmjs.org/commander not expired, no request
20592npm info retry fetch attempt 1 at 19:24:35
20593npm info attempt registry request try #1 at 19:24:35
20594npm http fetch GET http://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz
20595npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.1.0.tgz not in flight; adding
20596npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.1.0.tgz',
20597npm verb addRemoteTarball 'd121bbae860d9992a3d517ba96f56588e47c6781' ]
20598npm info retry fetch attempt 1 at 19:24:35
20599npm info attempt registry request try #1 at 19:24:35
20600npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.1.0.tgz
20601npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.1.0.tgz
20602npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/commander/-/commander-2.1.0.tgz not in flight; adding
20603npm verb addTmpTarball already have metadata; skipping unpack for commander@2.1.0
20604npm verb afterAdd /root/.npm/commander/2.1.0/package/package.json not in flight; writing
20605npm verb afterAdd /root/.npm/commander/2.1.0/package/package.json written
20606npm http 200 http://registry.npmjs.org/transformers
20607npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20608npm verb headers etag: '"ENVH8MRV3T0HL8TZHL4Z51P8H"',
20609npm verb headers 'content-type': 'application/json',
20610npm verb headers 'cache-control': 'max-age=300',
20611npm verb headers 'content-length': '39265',
20612npm verb headers 'accept-ranges': 'bytes',
20613npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20614npm verb headers age: '10',
20615npm verb headers 'x-served-by': 'cache-fra1228-FRA',
20616npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20617npm verb headers 'x-cache-hits': '1',
20618npm verb headers 'x-timer': 'S1451417075.222250,VS0,VE0',
20619npm verb headers vary: 'Accept',
20620npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20621npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20622npm verb headers connection: 'keep-alive' }
20623npm verb get saving transformers to /root/.npm/registry.npmjs.org/transformers/.cache.json
20624npm http 200 http://registry.npmjs.org/monocle
20625npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20626npm verb headers etag: '"2J5AOQ0NEBJ0D0Z7RS9HU8GHI"',
20627npm verb headers 'content-type': 'application/json',
20628npm verb headers 'cache-control': 'max-age=300',
20629npm verb headers 'content-length': '42149',
20630npm verb headers 'accept-ranges': 'bytes',
20631npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20632npm verb headers age: '9',
20633npm verb headers 'x-served-by': 'cache-fra1235-FRA',
20634npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20635npm verb headers 'x-cache-hits': '1',
20636npm verb headers 'x-timer': 'S1451417075.222210,VS0,VE0',
20637npm verb headers vary: 'Accept',
20638npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20639npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20640npm verb headers connection: 'keep-alive' }
20641npm verb get saving monocle to /root/.npm/registry.npmjs.org/monocle/.cache.json
20642npm http 200 http://registry.npmjs.org/with
20643npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20644npm verb headers etag: '"5L9WSJ79ACG0SF4O37674CKQY"',
20645npm verb headers 'content-type': 'application/json',
20646npm verb headers 'cache-control': 'max-age=300',
20647npm verb headers 'content-length': '15711',
20648npm verb headers 'accept-ranges': 'bytes',
20649npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20650npm verb headers age: '221',
20651npm verb headers 'x-served-by': 'cache-fra1241-FRA',
20652npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20653npm verb headers 'x-cache-hits': '1',
20654npm verb headers 'x-timer': 'S1451417075.222200,VS0,VE0',
20655npm verb headers vary: 'Accept',
20656npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20657npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20658npm verb headers connection: 'keep-alive' }
20659npm verb get saving with to /root/.npm/registry.npmjs.org/with/.cache.json
20660npm verb cache add spec transformers@2.1.0
20661npm verb addNamed "2.1.0" is a plain semver version for transformers
20662npm verb addNameVersion registry:http://registry.npmjs.org/transformers not in flight; fetching
20663npm verb cache add spec monocle@1.1.51
20664npm verb addNamed "1.1.51" is a plain semver version for monocle
20665npm verb addNameVersion registry:http://registry.npmjs.org/monocle not in flight; fetching
20666npm verb cache add spec with@~2.0.0
20667npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for with
20668npm verb addNameRange registry:http://registry.npmjs.org/with not in flight; fetching
20669npm verb get http://registry.npmjs.org/transformers not expired, no request
20670npm verb get http://registry.npmjs.org/monocle not expired, no request
20671npm verb addRemoteTarball http://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz not in flight; adding
20672npm verb addRemoteTarball [ 'http://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz',
20673npm verb addRemoteTarball '5d23cb35561dd85dc67fb8482309b47d53cce9a7' ]
20674npm verb addRemoteTarball http://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz not in flight; adding
20675npm verb addRemoteTarball [ 'http://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz',
20676npm verb addRemoteTarball '22ed16e112e9b056769c5ccac920e375249d89c0' ]
20677npm verb get http://registry.npmjs.org/with not expired, no request
20678npm verb addNamed "2.0.0" is a plain semver version for with
20679npm verb addRemoteTarball http://registry.npmjs.org/with/-/with-2.0.0.tgz not in flight; adding
20680npm verb addRemoteTarball [ 'http://registry.npmjs.org/with/-/with-2.0.0.tgz',
20681npm verb addRemoteTarball 'ec01ff021db9df05639047147ede012f5e6d0afd' ]
20682npm info retry fetch attempt 1 at 19:24:35
20683npm info attempt registry request try #1 at 19:24:35
20684npm http fetch GET http://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz
20685npm info retry fetch attempt 1 at 19:24:35
20686npm info attempt registry request try #1 at 19:24:35
20687npm http fetch GET http://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz
20688npm info retry fetch attempt 1 at 19:24:35
20689npm info attempt registry request try #1 at 19:24:35
20690npm http fetch GET http://registry.npmjs.org/with/-/with-2.0.0.tgz
20691npm http fetch 200 http://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz
20692npm http fetch 200 http://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz
20693npm http fetch 200 http://registry.npmjs.org/with/-/with-2.0.0.tgz
20694npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/transformers/-/transformers-2.1.0.tgz not in flight; adding
20695npm verb addTmpTarball already have metadata; skipping unpack for transformers@2.1.0
20696npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz not in flight; adding
20697npm verb addTmpTarball already have metadata; skipping unpack for constantinople@2.0.1
20698npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/with/-/with-2.0.0.tgz not in flight; adding
20699npm verb addTmpTarball already have metadata; skipping unpack for with@2.0.0
20700npm verb afterAdd /root/.npm/constantinople/2.0.1/package/package.json not in flight; writing
20701npm verb afterAdd /root/.npm/transformers/2.1.0/package/package.json not in flight; writing
20702npm verb afterAdd /root/.npm/with/2.0.0/package/package.json not in flight; writing
20703npm verb afterAdd /root/.npm/constantinople/2.0.1/package/package.json written
20704npm verb afterAdd /root/.npm/transformers/2.1.0/package/package.json written
20705npm verb afterAdd /root/.npm/with/2.0.0/package/package.json written
20706npm http fetch 200 http://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz
20707npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/monocle/-/monocle-1.1.51.tgz not in flight; adding
20708npm verb addTmpTarball already have metadata; skipping unpack for monocle@1.1.51
20709npm verb afterAdd /root/.npm/monocle/1.1.51/package/package.json not in flight; writing
20710npm verb afterAdd /root/.npm/monocle/1.1.51/package/package.json written
20711npm http 200 http://registry.npmjs.org/character-parser
20712npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20713npm verb headers etag: '"8XO8S7PSPSM07ANFYMWNF0ABD"',
20714npm verb headers 'content-type': 'application/json',
20715npm verb headers 'cache-control': 'max-age=300',
20716npm verb headers 'content-length': '20617',
20717npm verb headers 'accept-ranges': 'bytes',
20718npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20719npm verb headers age: '10',
20720npm verb headers 'x-served-by': 'cache-fra1236-FRA',
20721npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20722npm verb headers 'x-cache-hits': '1',
20723npm verb headers 'x-timer': 'S1451417075.222236,VS0,VE0',
20724npm verb headers vary: 'Accept',
20725npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20726npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20727npm verb headers connection: 'keep-alive' }
20728npm verb get saving character-parser to /root/.npm/registry.npmjs.org/character-parser/.cache.json
20729npm verb cache add spec character-parser@1.2.0
20730npm verb addNamed "1.2.0" is a plain semver version for character-parser
20731npm verb addNameVersion registry:http://registry.npmjs.org/character-parser not in flight; fetching
20732npm verb get http://registry.npmjs.org/character-parser not expired, no request
20733npm verb addRemoteTarball http://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz not in flight; adding
20734npm verb addRemoteTarball [ 'http://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz',
20735npm verb addRemoteTarball '94134d6e5d870a39be359f7d22460935184ddef6' ]
20736npm info retry fetch attempt 1 at 19:24:35
20737npm info attempt registry request try #1 at 19:24:35
20738npm http fetch GET http://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz
20739npm http fetch 200 http://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz
20740npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz not in flight; adding
20741npm verb addTmpTarball already have metadata; skipping unpack for character-parser@1.2.0
20742npm verb afterAdd /root/.npm/character-parser/1.2.0/package/package.json not in flight; writing
20743npm verb afterAdd /root/.npm/character-parser/1.2.0/package/package.json written
20744npm verb request uri http://registry.npmjs.org/uglify-js
20745npm verb request no auth needed
20746npm info attempt registry request try #1 at 19:24:35
20747npm http request GET http://registry.npmjs.org/uglify-js
20748npm http 200 http://registry.npmjs.org/uglify-js
20749npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20750npm verb headers etag: '"BE7FWKSDTIOBL0YMPX4ZON01W"',
20751npm verb headers 'content-type': 'application/json',
20752npm verb headers 'cache-control': 'max-age=300',
20753npm verb headers 'content-length': '102950',
20754npm verb headers 'accept-ranges': 'bytes',
20755npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20756npm verb headers age: '102',
20757npm verb headers 'x-served-by': 'cache-fra1235-FRA',
20758npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20759npm verb headers 'x-cache-hits': '4',
20760npm verb headers 'x-timer': 'S1451417075.556920,VS0,VE0',
20761npm verb headers vary: 'Accept',
20762npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20763npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20764npm verb headers connection: 'keep-alive' }
20765npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
20766npm verb cache add spec uglify-js@~2.4.0
20767npm verb addNamed ">=2.4.0 <2.5.0" is a valid semver range for uglify-js
20768npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
20769npm verb get http://registry.npmjs.org/uglify-js not expired, no request
20770npm verb addNamed "2.4.24" is a plain semver version for uglify-js
20771npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz not in flight; adding
20772npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz',
20773npm verb addRemoteTarball 'fad5755c1e1577658bb06ff9ab6e548c95bebd6e' ]
20774npm info retry fetch attempt 1 at 19:24:35
20775npm info attempt registry request try #1 at 19:24:35
20776npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz
20777npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz
20778npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz not in flight; adding
20779npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.4.24
20780npm verb afterAdd /root/.npm/uglify-js/2.4.24/package/package.json not in flight; writing
20781npm verb afterAdd /root/.npm/uglify-js/2.4.24/package/package.json written
20782npm verb cache add spec async@~0.2.6
20783npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
20784npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
20785npm verb request uri http://registry.npmjs.org/source-map
20786npm verb request no auth needed
20787npm info attempt registry request try #1 at 19:24:35
20788npm http request GET http://registry.npmjs.org/source-map
20789npm verb request uri http://registry.npmjs.org/uglify-to-browserify
20790npm verb request no auth needed
20791npm info attempt registry request try #1 at 19:24:35
20792npm http request GET http://registry.npmjs.org/uglify-to-browserify
20793npm verb request uri http://registry.npmjs.org/yargs
20794npm verb request no auth needed
20795npm info attempt registry request try #1 at 19:24:35
20796npm http request GET http://registry.npmjs.org/yargs
20797npm verb get http://registry.npmjs.org/async not expired, no request
20798npm verb addNamed "0.2.10" is a plain semver version for async
20799npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
20800npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.2.10.tgz',
20801npm verb addRemoteTarball 'b6bbe0b0674b9d719708ca38de8c237cb526c3d1' ]
20802npm info retry fetch attempt 1 at 19:24:35
20803npm info attempt registry request try #1 at 19:24:35
20804npm http fetch GET http://registry.npmjs.org/async/-/async-0.2.10.tgz
20805npm http fetch 200 http://registry.npmjs.org/async/-/async-0.2.10.tgz
20806npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
20807npm verb addTmpTarball already have metadata; skipping unpack for async@0.2.10
20808npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
20809npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
20810npm http 200 http://registry.npmjs.org/uglify-to-browserify
20811npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20812npm verb headers etag: '"BEHQLBD9DR6K29JIICSDUTRUR"',
20813npm verb headers 'content-type': 'application/json',
20814npm verb headers 'cache-control': 'max-age=60',
20815npm verb headers 'content-length': '4775',
20816npm verb headers 'accept-ranges': 'bytes',
20817npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20818npm verb headers age: '30',
20819npm verb headers 'x-served-by': 'cache-fra1228-FRA',
20820npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20821npm verb headers 'x-cache-hits': '2',
20822npm verb headers 'x-timer': 'S1451417075.770216,VS0,VE0',
20823npm verb headers vary: 'Accept',
20824npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20825npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20826npm verb headers connection: 'keep-alive' }
20827npm verb get saving uglify-to-browserify to /root/.npm/registry.npmjs.org/uglify-to-browserify/.cache.json
20828npm verb cache add spec uglify-to-browserify@~1.0.0
20829npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for uglify-to-browserify
20830npm verb addNameRange registry:http://registry.npmjs.org/uglify-to-browserify not in flight; fetching
20831npm verb get http://registry.npmjs.org/uglify-to-browserify not expired, no request
20832npm verb addNamed "1.0.2" is a plain semver version for uglify-to-browserify
20833npm verb addRemoteTarball http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz not in flight; adding
20834npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz',
20835npm verb addRemoteTarball '6e0924d6bda6b5afe349e39a6d632850a0f882b7' ]
20836npm info retry fetch attempt 1 at 19:24:35
20837npm info attempt registry request try #1 at 19:24:35
20838npm http fetch GET http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
20839npm http fetch 200 http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
20840npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz not in flight; adding
20841npm verb addTmpTarball already have metadata; skipping unpack for uglify-to-browserify@1.0.2
20842npm verb afterAdd /root/.npm/uglify-to-browserify/1.0.2/package/package.json not in flight; writing
20843npm verb afterAdd /root/.npm/uglify-to-browserify/1.0.2/package/package.json written
20844npm http 200 http://registry.npmjs.org/yargs
20845npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20846npm verb headers etag: '"7EKDP4FRWZTLN3TSSF6L8LBTH"',
20847npm verb headers 'content-type': 'application/json',
20848npm verb headers 'cache-control': 'max-age=300',
20849npm verb headers 'content-length': '170209',
20850npm verb headers 'accept-ranges': 'bytes',
20851npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20852npm verb headers age: '273',
20853npm verb headers 'x-served-by': 'cache-fra1227-FRA',
20854npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20855npm verb headers 'x-cache-hits': '5',
20856npm verb headers 'x-timer': 'S1451417075.770047,VS0,VE0',
20857npm verb headers vary: 'Accept',
20858npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20859npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20860npm verb headers connection: 'keep-alive' }
20861npm verb get saving yargs to /root/.npm/registry.npmjs.org/yargs/.cache.json
20862npm verb cache add spec yargs@~3.5.4
20863npm verb addNamed ">=3.5.4 <3.6.0" is a valid semver range for yargs
20864npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
20865npm verb get http://registry.npmjs.org/yargs not expired, no request
20866npm verb addNamed "3.5.4" is a plain semver version for yargs
20867npm http 200 http://registry.npmjs.org/source-map
20868npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20869npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
20870npm verb headers 'content-type': 'application/json',
20871npm verb headers 'cache-control': 'max-age=60',
20872npm verb headers 'content-length': '140793',
20873npm verb headers 'accept-ranges': 'bytes',
20874npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20875npm verb headers age: '9',
20876npm verb headers 'x-served-by': 'cache-fra1235-FRA',
20877npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20878npm verb headers 'x-cache-hits': '1',
20879npm verb headers 'x-timer': 'S1451417075.762618,VS0,VE0',
20880npm verb headers vary: 'Accept',
20881npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20882npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20883npm verb headers connection: 'keep-alive' }
20884npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
20885npm verb addRemoteTarball http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz not in flight; adding
20886npm verb addRemoteTarball [ 'http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz',
20887npm verb addRemoteTarball 'd8aff8f665e94c34bd259bdebd1bfaf0ddd35361' ]
20888npm info retry fetch attempt 1 at 19:24:35
20889npm info attempt registry request try #1 at 19:24:35
20890npm http fetch GET http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz
20891npm http fetch 200 http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz
20892npm verb cache add spec source-map@0.1.34
20893npm verb addNamed "0.1.34" is a plain semver version for source-map
20894npm verb addNameVersion registry:http://registry.npmjs.org/source-map not in flight; fetching
20895npm verb get http://registry.npmjs.org/source-map not expired, no request
20896npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/yargs/-/yargs-3.5.4.tgz not in flight; adding
20897npm verb addTmpTarball already have metadata; skipping unpack for yargs@3.5.4
20898npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz not in flight; adding
20899npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz',
20900npm verb addRemoteTarball 'a7cfe89aec7b1682c3b198d0acfb47d7d090566b' ]
20901npm info retry fetch attempt 1 at 19:24:35
20902npm info attempt registry request try #1 at 19:24:35
20903npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz
20904npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz
20905npm verb afterAdd /root/.npm/yargs/3.5.4/package/package.json not in flight; writing
20906npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/source-map/-/source-map-0.1.34.tgz not in flight; adding
20907npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.34
20908npm verb afterAdd /root/.npm/yargs/3.5.4/package/package.json written
20909npm verb afterAdd /root/.npm/source-map/0.1.34/package/package.json not in flight; writing
20910npm verb afterAdd /root/.npm/source-map/0.1.34/package/package.json written
20911npm verb request uri http://registry.npmjs.org/amdefine
20912npm verb request no auth needed
20913npm info attempt registry request try #1 at 19:24:35
20914npm http request GET http://registry.npmjs.org/amdefine
20915npm http 200 http://registry.npmjs.org/amdefine
20916npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20917npm verb headers etag: '"6U9GHH4I8CAX7G1R4EWYEO1Z9"',
20918npm verb headers 'content-type': 'application/json',
20919npm verb headers 'cache-control': 'max-age=300',
20920npm verb headers 'content-length': '17411',
20921npm verb headers 'accept-ranges': 'bytes',
20922npm verb headers date: 'Tue, 29 Dec 2015 19:24:35 GMT',
20923npm verb headers age: '278',
20924npm verb headers 'x-served-by': 'cache-fra1235-FRA',
20925npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20926npm verb headers 'x-cache-hits': '4',
20927npm verb headers 'x-timer': 'S1451417075.972738,VS0,VE0',
20928npm verb headers vary: 'Accept',
20929npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20930npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20931npm verb headers connection: 'keep-alive' }
20932npm verb get saving amdefine to /root/.npm/registry.npmjs.org/amdefine/.cache.json
20933npm verb cache add spec amdefine@>=0.0.4
20934npm verb addNamed ">=0.0.4" is a valid semver range for amdefine
20935npm verb addNameRange registry:http://registry.npmjs.org/amdefine not in flight; fetching
20936npm verb get http://registry.npmjs.org/amdefine not expired, no request
20937npm verb addNamed "1.0.0" is a plain semver version for amdefine
20938npm verb addRemoteTarball http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
20939npm verb addRemoteTarball [ 'http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz',
20940npm verb addRemoteTarball 'fd17474700cb5cc9c2b709f0be9d23ce3c198c33' ]
20941npm info retry fetch attempt 1 at 19:24:36
20942npm info attempt registry request try #1 at 19:24:36
20943npm http fetch GET http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
20944npm http fetch 200 http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
20945npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
20946npm verb addTmpTarball already have metadata; skipping unpack for amdefine@1.0.0
20947npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json not in flight; writing
20948npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json written
20949npm verb request uri http://registry.npmjs.org/decamelize
20950npm verb request no auth needed
20951npm info attempt registry request try #1 at 19:24:36
20952npm http request GET http://registry.npmjs.org/decamelize
20953npm verb request uri http://registry.npmjs.org/window-size
20954npm verb request no auth needed
20955npm info attempt registry request try #1 at 19:24:36
20956npm http request GET http://registry.npmjs.org/window-size
20957npm verb request uri http://registry.npmjs.org/wordwrap
20958npm verb request no auth needed
20959npm info attempt registry request try #1 at 19:24:36
20960npm http request GET http://registry.npmjs.org/wordwrap
20961npm http 200 http://registry.npmjs.org/decamelize
20962npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20963npm verb headers etag: '"4P8GGUAZSP3O7T754ICN6U7IN"',
20964npm verb headers 'content-type': 'application/json',
20965npm verb headers 'cache-control': 'max-age=300',
20966npm verb headers 'content-length': '6752',
20967npm verb headers 'accept-ranges': 'bytes',
20968npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
20969npm verb headers age: '160',
20970npm verb headers 'x-served-by': 'cache-fra1227-FRA',
20971npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20972npm verb headers 'x-cache-hits': '3',
20973npm verb headers 'x-timer': 'S1451417076.075348,VS0,VE0',
20974npm verb headers vary: 'Accept',
20975npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
20976npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20977npm verb headers connection: 'keep-alive' }
20978npm verb get saving decamelize to /root/.npm/registry.npmjs.org/decamelize/.cache.json
20979npm http 200 http://registry.npmjs.org/window-size
20980npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20981npm verb headers etag: '"663MQE2QDQ87JZWCV2SZKKO24"',
20982npm verb headers 'content-type': 'application/json',
20983npm verb headers 'cache-control': 'max-age=60',
20984npm verb headers 'content-length': '8907',
20985npm verb headers 'accept-ranges': 'bytes',
20986npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
20987npm verb headers age: '30',
20988npm verb headers 'x-served-by': 'cache-fra1228-FRA',
20989npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
20990npm verb headers 'x-cache-hits': '3',
20991npm verb headers 'x-timer': 'S1451417076.075590,VS0,VE0',
20992npm verb headers vary: 'Accept',
20993npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
20994npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
20995npm verb headers connection: 'keep-alive' }
20996npm verb get saving window-size to /root/.npm/registry.npmjs.org/window-size/.cache.json
20997npm verb cache add spec decamelize@^1.0.0
20998npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for decamelize
20999npm verb addNameRange registry:http://registry.npmjs.org/decamelize not in flight; fetching
21000npm verb cache add spec window-size@0.1.0
21001npm verb addNamed "0.1.0" is a plain semver version for window-size
21002npm verb addNameVersion registry:http://registry.npmjs.org/window-size not in flight; fetching
21003npm verb get http://registry.npmjs.org/decamelize not expired, no request
21004npm verb addNamed "1.1.2" is a plain semver version for decamelize
21005npm verb get http://registry.npmjs.org/window-size not expired, no request
21006npm http 200 http://registry.npmjs.org/wordwrap
21007npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21008npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
21009npm verb headers 'content-type': 'application/json',
21010npm verb headers 'cache-control': 'max-age=300',
21011npm verb headers 'content-length': '6792',
21012npm verb headers 'accept-ranges': 'bytes',
21013npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21014npm verb headers age: '23',
21015npm verb headers 'x-served-by': 'cache-fra1222-FRA',
21016npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21017npm verb headers 'x-cache-hits': '2',
21018npm verb headers 'x-timer': 'S1451417076.095845,VS0,VE0',
21019npm verb headers vary: 'Accept',
21020npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21021npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21022npm verb headers connection: 'keep-alive' }
21023npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
21024npm verb addRemoteTarball http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz not in flight; adding
21025npm verb addRemoteTarball [ 'http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz',
21026npm verb addRemoteTarball 'dcc93727be209632e98b02718ef4cb79602322f2' ]
21027npm verb addRemoteTarball http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz not in flight; adding
21028npm verb addRemoteTarball [ 'http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz',
21029npm verb addRemoteTarball '5438cd2ea93b202efa3a19fe8887aee7c94f9c9d' ]
21030npm info retry fetch attempt 1 at 19:24:36
21031npm info attempt registry request try #1 at 19:24:36
21032npm http fetch GET http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
21033npm info retry fetch attempt 1 at 19:24:36
21034npm info attempt registry request try #1 at 19:24:36
21035npm http fetch GET http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
21036npm http fetch 200 http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
21037npm verb cache add spec wordwrap@0.0.2
21038npm verb addNamed "0.0.2" is a plain semver version for wordwrap
21039npm verb addNameVersion registry:http://registry.npmjs.org/wordwrap not in flight; fetching
21040npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/window-size/-/window-size-0.1.0.tgz not in flight; adding
21041npm verb addTmpTarball already have metadata; skipping unpack for window-size@0.1.0
21042npm verb get http://registry.npmjs.org/wordwrap not expired, no request
21043npm verb addRemoteTarball http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
21044npm verb addRemoteTarball [ 'http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz',
21045npm verb addRemoteTarball 'b79669bb42ecb409f83d583cad52ca17eaa1643f' ]
21046npm info retry fetch attempt 1 at 19:24:36
21047npm info attempt registry request try #1 at 19:24:36
21048npm http fetch GET http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
21049npm verb afterAdd /root/.npm/window-size/0.1.0/package/package.json not in flight; writing
21050npm verb afterAdd /root/.npm/window-size/0.1.0/package/package.json written
21051npm http fetch 200 http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
21052npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz not in flight; adding
21053npm verb addTmpTarball already have metadata; skipping unpack for decamelize@1.1.2
21054npm verb afterAdd /root/.npm/decamelize/1.1.2/package/package.json not in flight; writing
21055npm verb afterAdd /root/.npm/decamelize/1.1.2/package/package.json written
21056npm http fetch 200 http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
21057npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
21058npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@0.0.2
21059npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json not in flight; writing
21060npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json written
21061npm verb request uri http://registry.npmjs.org/escape-string-regexp
21062npm verb request no auth needed
21063npm info attempt registry request try #1 at 19:24:36
21064npm http request GET http://registry.npmjs.org/escape-string-regexp
21065npm http 200 http://registry.npmjs.org/escape-string-regexp
21066npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21067npm verb headers etag: '"9M31MYSQ5P7WRVITKS9SAJ2B3"',
21068npm verb headers 'content-type': 'application/json',
21069npm verb headers 'cache-control': 'max-age=300',
21070npm verb headers 'content-length': '7730',
21071npm verb headers 'accept-ranges': 'bytes',
21072npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21073npm verb headers age: '154',
21074npm verb headers 'x-served-by': 'cache-fra1227-FRA',
21075npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21076npm verb headers 'x-cache-hits': '9',
21077npm verb headers 'x-timer': 'S1451417076.180807,VS0,VE0',
21078npm verb headers vary: 'Accept',
21079npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21080npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21081npm verb headers connection: 'keep-alive' }
21082npm verb get saving escape-string-regexp to /root/.npm/registry.npmjs.org/escape-string-regexp/.cache.json
21083npm verb cache add spec escape-string-regexp@^1.0.4
21084npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for escape-string-regexp
21085npm verb addNameRange registry:http://registry.npmjs.org/escape-string-regexp not in flight; fetching
21086npm verb get http://registry.npmjs.org/escape-string-regexp not expired, no request
21087npm verb addNamed "1.0.4" is a plain semver version for escape-string-regexp
21088npm verb addRemoteTarball http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz not in flight; adding
21089npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz',
21090npm verb addRemoteTarball 'b85e679b46f72d03fbbe8a3bf7259d535c21b62f' ]
21091npm info retry fetch attempt 1 at 19:24:36
21092npm info attempt registry request try #1 at 19:24:36
21093npm http fetch GET http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
21094npm http fetch 200 http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
21095npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz not in flight; adding
21096npm verb addTmpTarball already have metadata; skipping unpack for escape-string-regexp@1.0.4
21097npm verb afterAdd /root/.npm/escape-string-regexp/1.0.4/package/package.json not in flight; writing
21098npm verb afterAdd /root/.npm/escape-string-regexp/1.0.4/package/package.json written
21099npm verb request uri http://registry.npmjs.org/readdirp
21100npm verb request no auth needed
21101npm info attempt registry request try #1 at 19:24:36
21102npm http request GET http://registry.npmjs.org/readdirp
21103npm http 200 http://registry.npmjs.org/readdirp
21104npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21105npm verb headers etag: '"COCTXE1WWQR4V0VYMHY6H3M61"',
21106npm verb headers 'content-type': 'application/json',
21107npm verb headers 'cache-control': 'max-age=60',
21108npm verb headers 'content-length': '37232',
21109npm verb headers 'accept-ranges': 'bytes',
21110npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21111npm verb headers age: '3',
21112npm verb headers 'x-served-by': 'cache-fra1227-FRA',
21113npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21114npm verb headers 'x-cache-hits': '1',
21115npm verb headers 'x-timer': 'S1451417076.242850,VS0,VE0',
21116npm verb headers vary: 'Accept',
21117npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21118npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21119npm verb headers connection: 'keep-alive' }
21120npm verb get saving readdirp to /root/.npm/registry.npmjs.org/readdirp/.cache.json
21121npm verb cache add spec readdirp@~0.2.3
21122npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for readdirp
21123npm verb addNameRange registry:http://registry.npmjs.org/readdirp not in flight; fetching
21124npm verb get http://registry.npmjs.org/readdirp not expired, no request
21125npm verb addNamed "0.2.5" is a plain semver version for readdirp
21126npm verb addRemoteTarball http://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz not in flight; adding
21127npm verb addRemoteTarball [ 'http://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz',
21128npm verb addRemoteTarball 'c4c276e52977ae25db5191fe51d008550f15d9bb' ]
21129npm info retry fetch attempt 1 at 19:24:36
21130npm info attempt registry request try #1 at 19:24:36
21131npm http fetch GET http://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz
21132npm http fetch 200 http://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz
21133npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz not in flight; adding
21134npm verb addTmpTarball already have metadata; skipping unpack for readdirp@0.2.5
21135npm verb afterAdd /root/.npm/readdirp/0.2.5/package/package.json not in flight; writing
21136npm verb afterAdd /root/.npm/readdirp/0.2.5/package/package.json written
21137npm verb request uri http://registry.npmjs.org/minimatch
21138npm verb request no auth needed
21139npm info attempt registry request try #1 at 19:24:36
21140npm http request GET http://registry.npmjs.org/minimatch
21141npm http 200 http://registry.npmjs.org/minimatch
21142npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21143npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
21144npm verb headers 'content-type': 'application/json',
21145npm verb headers 'cache-control': 'max-age=300',
21146npm verb headers 'content-length': '46171',
21147npm verb headers 'accept-ranges': 'bytes',
21148npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
21149npm verb headers 'x-served-by': 'cache-fra1228-FRA',
21150npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
21151npm verb headers 'x-cache-hits': '6',
21152npm verb headers 'x-timer': 'S1451417007.076279,VS0,VE0',
21153npm verb headers vary: 'Accept',
21154npm verb headers age: '140',
21155npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21156npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21157npm verb headers connection: 'keep-alive' }
21158npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
21159npm verb cache add spec minimatch@>=0.2.4
21160npm verb addNamed ">=0.2.4" is a valid semver range for minimatch
21161npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
21162npm verb get http://registry.npmjs.org/minimatch not expired, no request
21163npm verb addNamed "3.0.0" is a plain semver version for minimatch
21164npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
21165npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz',
21166npm verb addRemoteTarball '5236157a51e4f004c177fb3c527ff7dd78f0ef83' ]
21167npm info retry fetch attempt 1 at 19:24:36
21168npm info attempt registry request try #1 at 19:24:36
21169npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
21170npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
21171npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
21172npm verb addTmpTarball already have metadata; skipping unpack for minimatch@3.0.0
21173npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json not in flight; writing
21174npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json written
21175npm verb request uri http://registry.npmjs.org/brace-expansion
21176npm verb request no auth needed
21177npm info attempt registry request try #1 at 19:24:36
21178npm http request GET http://registry.npmjs.org/brace-expansion
21179npm http 200 http://registry.npmjs.org/brace-expansion
21180npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21181npm verb headers etag: '"BC3J7JX1LEFWG3645L5NSTZJP"',
21182npm verb headers 'content-type': 'application/json',
21183npm verb headers 'cache-control': 'max-age=300',
21184npm verb headers 'content-length': '12850',
21185npm verb headers 'accept-ranges': 'bytes',
21186npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
21187npm verb headers 'x-served-by': 'cache-fra1235-FRA',
21188npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
21189npm verb headers 'x-cache-hits': '9',
21190npm verb headers 'x-timer': 'S1451417008.575423,VS0,VE0',
21191npm verb headers vary: 'Accept',
21192npm verb headers age: '246',
21193npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21194npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21195npm verb headers connection: 'keep-alive' }
21196npm verb get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json
21197npm verb cache add spec brace-expansion@^1.0.0
21198npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
21199npm verb addNameRange registry:http://registry.npmjs.org/brace-expansion not in flight; fetching
21200npm verb get http://registry.npmjs.org/brace-expansion not expired, no request
21201npm verb addNamed "1.1.2" is a plain semver version for brace-expansion
21202npm verb addRemoteTarball http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
21203npm verb addRemoteTarball [ 'http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz',
21204npm verb addRemoteTarball 'f21445d0488b658e2771efd870eff51df29f04ef' ]
21205npm info retry fetch attempt 1 at 19:24:36
21206npm info attempt registry request try #1 at 19:24:36
21207npm http fetch GET http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
21208npm http fetch 200 http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
21209npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
21210npm verb addTmpTarball already have metadata; skipping unpack for brace-expansion@1.1.2
21211npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json not in flight; writing
21212npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json written
21213npm verb request uri http://registry.npmjs.org/balanced-match
21214npm verb request no auth needed
21215npm info attempt registry request try #1 at 19:24:36
21216npm http request GET http://registry.npmjs.org/balanced-match
21217npm verb request uri http://registry.npmjs.org/concat-map
21218npm verb request no auth needed
21219npm info attempt registry request try #1 at 19:24:36
21220npm http request GET http://registry.npmjs.org/concat-map
21221npm http 200 http://registry.npmjs.org/concat-map
21222npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21223npm verb headers etag: '"66LI2B4AH1989LYDFSL4P944A"',
21224npm verb headers 'content-type': 'application/json',
21225npm verb headers 'cache-control': 'max-age=300',
21226npm verb headers 'content-length': '3896',
21227npm verb headers 'accept-ranges': 'bytes',
21228npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
21229npm verb headers 'x-served-by': 'cache-fra1246-FRA',
21230npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
21231npm verb headers 'x-cache-hits': '8',
21232npm verb headers 'x-timer': 'S1451417008.670843,VS0,VE0',
21233npm verb headers vary: 'Accept',
21234npm verb headers age: '247',
21235npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21236npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21237npm verb headers connection: 'keep-alive' }
21238npm verb get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json
21239npm verb cache add spec concat-map@0.0.1
21240npm verb addNamed "0.0.1" is a plain semver version for concat-map
21241npm verb addNameVersion registry:http://registry.npmjs.org/concat-map not in flight; fetching
21242npm verb get http://registry.npmjs.org/concat-map not expired, no request
21243npm verb addRemoteTarball http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
21244npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
21245npm verb addRemoteTarball 'd8a96bd77fd68df7793a73036a3ba0d5405d477b' ]
21246npm info retry fetch attempt 1 at 19:24:36
21247npm info attempt registry request try #1 at 19:24:36
21248npm http fetch GET http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
21249npm http fetch 200 http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
21250npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
21251npm verb addTmpTarball already have metadata; skipping unpack for concat-map@0.0.1
21252npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing
21253npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json written
21254npm http 200 http://registry.npmjs.org/balanced-match
21255npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21256npm verb headers etag: '"EWNXFSBBRIGH7I8HCEJKUKS4M"',
21257npm verb headers 'content-type': 'application/json',
21258npm verb headers 'cache-control': 'max-age=60',
21259npm verb headers 'content-length': '11775',
21260npm verb headers 'accept-ranges': 'bytes',
21261npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21262npm verb headers age: '36',
21263npm verb headers 'x-served-by': 'cache-fra1220-FRA',
21264npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21265npm verb headers 'x-cache-hits': '3',
21266npm verb headers 'x-timer': 'S1451417076.581378,VS0,VE0',
21267npm verb headers vary: 'Accept',
21268npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21269npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21270npm verb headers connection: 'keep-alive' }
21271npm verb get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json
21272npm verb cache add spec balanced-match@^0.3.0
21273npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for balanced-match
21274npm verb addNameRange registry:http://registry.npmjs.org/balanced-match not in flight; fetching
21275npm verb get http://registry.npmjs.org/balanced-match not expired, no request
21276npm verb addNamed "0.3.0" is a plain semver version for balanced-match
21277npm verb addRemoteTarball http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
21278npm verb addRemoteTarball [ 'http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz',
21279npm verb addRemoteTarball 'a91cdd1ebef1a86659e70ff4def01625fc2d6756' ]
21280npm info retry fetch attempt 1 at 19:24:36
21281npm info attempt registry request try #1 at 19:24:36
21282npm http fetch GET http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
21283npm http fetch 200 http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
21284npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
21285npm verb addTmpTarball already have metadata; skipping unpack for balanced-match@0.3.0
21286npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json not in flight; writing
21287npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json written
21288npm verb cache add spec uglify-js@~2.2.5
21289npm verb addNamed ">=2.2.5 <2.3.0" is a valid semver range for uglify-js
21290npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
21291npm verb request uri http://registry.npmjs.org/promise
21292npm verb request no auth needed
21293npm info attempt registry request try #1 at 19:24:36
21294npm http request GET http://registry.npmjs.org/promise
21295npm verb request uri http://registry.npmjs.org/css
21296npm verb request no auth needed
21297npm info attempt registry request try #1 at 19:24:36
21298npm http request GET http://registry.npmjs.org/css
21299npm verb get http://registry.npmjs.org/uglify-js not expired, no request
21300npm verb addNamed "2.2.5" is a plain semver version for uglify-js
21301npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz not in flight; adding
21302npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz',
21303npm verb addRemoteTarball 'a6e02a70d839792b9780488b7b8b184c095c99c7' ]
21304npm info retry fetch attempt 1 at 19:24:36
21305npm info attempt registry request try #1 at 19:24:36
21306npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz
21307npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz
21308npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz not in flight; adding
21309npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.2.5
21310npm verb afterAdd /root/.npm/uglify-js/2.2.5/package/package.json not in flight; writing
21311npm verb afterAdd /root/.npm/uglify-js/2.2.5/package/package.json written
21312npm http 200 http://registry.npmjs.org/promise
21313npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21314npm verb headers etag: '"2P58GJDP3L3PABFD0T8AUJI67"',
21315npm verb headers 'content-type': 'application/json',
21316npm verb headers 'cache-control': 'max-age=300',
21317npm verb headers 'content-length': '34677',
21318npm verb headers 'accept-ranges': 'bytes',
21319npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21320npm verb headers age: '41',
21321npm verb headers 'x-served-by': 'cache-fra1220-FRA',
21322npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21323npm verb headers 'x-cache-hits': '1',
21324npm verb headers 'x-timer': 'S1451417076.677139,VS0,VE0',
21325npm verb headers vary: 'Accept',
21326npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21327npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21328npm verb headers connection: 'keep-alive' }
21329npm verb get saving promise to /root/.npm/registry.npmjs.org/promise/.cache.json
21330npm verb cache add spec promise@~2.0
21331npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for promise
21332npm verb addNameRange registry:http://registry.npmjs.org/promise not in flight; fetching
21333npm http 200 http://registry.npmjs.org/css
21334npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21335npm verb headers etag: '"CD8YTF0F0MQU5LWCFHIZ8JEEG"',
21336npm verb headers 'content-type': 'application/json',
21337npm verb headers 'cache-control': 'max-age=300',
21338npm verb headers 'content-length': '28788',
21339npm verb headers 'accept-ranges': 'bytes',
21340npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21341npm verb headers age: '31',
21342npm verb headers 'x-served-by': 'cache-fra1246-FRA',
21343npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21344npm verb headers 'x-cache-hits': '1',
21345npm verb headers 'x-timer': 'S1451417076.694431,VS0,VE0',
21346npm verb headers vary: 'Accept',
21347npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21348npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21349npm verb headers connection: 'keep-alive' }
21350npm verb get saving css to /root/.npm/registry.npmjs.org/css/.cache.json
21351npm verb get http://registry.npmjs.org/promise not expired, no request
21352npm verb addNamed "2.0.0" is a plain semver version for promise
21353npm verb addRemoteTarball http://registry.npmjs.org/promise/-/promise-2.0.0.tgz not in flight; adding
21354npm verb addRemoteTarball [ 'http://registry.npmjs.org/promise/-/promise-2.0.0.tgz',
21355npm verb addRemoteTarball '46648aa9d605af5d2e70c3024bf59436da02b80e' ]
21356npm info retry fetch attempt 1 at 19:24:36
21357npm info attempt registry request try #1 at 19:24:36
21358npm http fetch GET http://registry.npmjs.org/promise/-/promise-2.0.0.tgz
21359npm verb cache add spec css@~1.0.8
21360npm verb addNamed ">=1.0.8 <1.1.0" is a valid semver range for css
21361npm verb addNameRange registry:http://registry.npmjs.org/css not in flight; fetching
21362npm verb get http://registry.npmjs.org/css not expired, no request
21363npm verb addNamed "1.0.8" is a plain semver version for css
21364npm verb addRemoteTarball http://registry.npmjs.org/css/-/css-1.0.8.tgz not in flight; adding
21365npm verb addRemoteTarball [ 'http://registry.npmjs.org/css/-/css-1.0.8.tgz',
21366npm verb addRemoteTarball '9386811ca82bccc9ee7fb5a732b1e2a317c8a3e7' ]
21367npm info retry fetch attempt 1 at 19:24:36
21368npm info attempt registry request try #1 at 19:24:36
21369npm http fetch GET http://registry.npmjs.org/css/-/css-1.0.8.tgz
21370npm http fetch 200 http://registry.npmjs.org/promise/-/promise-2.0.0.tgz
21371npm http fetch 200 http://registry.npmjs.org/css/-/css-1.0.8.tgz
21372npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/promise/-/promise-2.0.0.tgz not in flight; adding
21373npm verb addTmpTarball already have metadata; skipping unpack for promise@2.0.0
21374npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/css/-/css-1.0.8.tgz not in flight; adding
21375npm verb addTmpTarball already have metadata; skipping unpack for css@1.0.8
21376npm verb afterAdd /root/.npm/promise/2.0.0/package/package.json not in flight; writing
21377npm verb afterAdd /root/.npm/css/1.0.8/package/package.json not in flight; writing
21378npm verb afterAdd /root/.npm/promise/2.0.0/package/package.json written
21379npm verb afterAdd /root/.npm/css/1.0.8/package/package.json written
21380npm verb request uri http://registry.npmjs.org/css-parse
21381npm verb request no auth needed
21382npm info attempt registry request try #1 at 19:24:36
21383npm http request GET http://registry.npmjs.org/css-parse
21384npm verb request uri http://registry.npmjs.org/css-stringify
21385npm verb request no auth needed
21386npm info attempt registry request try #1 at 19:24:36
21387npm http request GET http://registry.npmjs.org/css-stringify
21388npm http 200 http://registry.npmjs.org/css-parse
21389npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21390npm verb headers etag: '"B0K5SNHPPM9SNIXC9HMS7O0B6"',
21391npm verb headers 'content-type': 'application/json',
21392npm verb headers 'cache-control': 'max-age=300',
21393npm verb headers 'content-length': '12631',
21394npm verb headers 'accept-ranges': 'bytes',
21395npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21396npm verb headers age: '20',
21397npm verb headers 'x-served-by': 'cache-fra1220-FRA',
21398npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21399npm verb headers 'x-cache-hits': '1',
21400npm verb headers 'x-timer': 'S1451417076.796397,VS0,VE0',
21401npm verb headers vary: 'Accept',
21402npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21403npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21404npm verb headers connection: 'keep-alive' }
21405npm verb get saving css-parse to /root/.npm/registry.npmjs.org/css-parse/.cache.json
21406npm verb cache add spec css-parse@1.0.4
21407npm verb addNamed "1.0.4" is a plain semver version for css-parse
21408npm verb addNameVersion registry:http://registry.npmjs.org/css-parse not in flight; fetching
21409npm verb get http://registry.npmjs.org/css-parse not expired, no request
21410npm verb addRemoteTarball http://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz not in flight; adding
21411npm verb addRemoteTarball [ 'http://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz',
21412npm verb addRemoteTarball '38b0503fbf9da9f54e9c1dbda60e145c77117bdd' ]
21413npm http 200 http://registry.npmjs.org/css-stringify
21414npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21415npm verb headers etag: '"7F35YA3VL3XK5APYKP7UVEXNU"',
21416npm verb headers 'content-type': 'application/json',
21417npm verb headers 'cache-control': 'max-age=300',
21418npm verb headers 'content-length': '11739',
21419npm verb headers 'accept-ranges': 'bytes',
21420npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21421npm verb headers age: '220',
21422npm verb headers 'x-served-by': 'cache-fra1237-FRA',
21423npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21424npm verb headers 'x-cache-hits': '2',
21425npm verb headers 'x-timer': 'S1451417076.816431,VS0,VE0',
21426npm verb headers vary: 'Accept',
21427npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21428npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21429npm verb headers connection: 'keep-alive' }
21430npm verb get saving css-stringify to /root/.npm/registry.npmjs.org/css-stringify/.cache.json
21431npm info retry fetch attempt 1 at 19:24:36
21432npm info attempt registry request try #1 at 19:24:36
21433npm http fetch GET http://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz
21434npm http fetch 200 http://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz
21435npm verb cache add spec css-stringify@1.0.5
21436npm verb addNamed "1.0.5" is a plain semver version for css-stringify
21437npm verb addNameVersion registry:http://registry.npmjs.org/css-stringify not in flight; fetching
21438npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz not in flight; adding
21439npm verb addTmpTarball already have metadata; skipping unpack for css-parse@1.0.4
21440npm verb get http://registry.npmjs.org/css-stringify not expired, no request
21441npm verb addRemoteTarball http://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz not in flight; adding
21442npm verb addRemoteTarball [ 'http://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz',
21443npm verb addRemoteTarball 'b0d042946db2953bb9d292900a6cb5f6d0122031' ]
21444npm info retry fetch attempt 1 at 19:24:36
21445npm info attempt registry request try #1 at 19:24:36
21446npm http fetch GET http://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz
21447npm http fetch 200 http://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz
21448npm verb afterAdd /root/.npm/css-parse/1.0.4/package/package.json not in flight; writing
21449npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz not in flight; adding
21450npm verb addTmpTarball already have metadata; skipping unpack for css-stringify@1.0.5
21451npm verb afterAdd /root/.npm/css-parse/1.0.4/package/package.json written
21452npm verb afterAdd /root/.npm/css-stringify/1.0.5/package/package.json not in flight; writing
21453npm verb afterAdd /root/.npm/css-stringify/1.0.5/package/package.json written
21454npm verb request uri http://registry.npmjs.org/is-promise
21455npm verb request no auth needed
21456npm info attempt registry request try #1 at 19:24:36
21457npm http request GET http://registry.npmjs.org/is-promise
21458npm http 200 http://registry.npmjs.org/is-promise
21459npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21460npm verb headers etag: '"21QV35HTZ158AA7VOMSUPE2NP"',
21461npm verb headers 'content-type': 'application/json',
21462npm verb headers 'cache-control': 'max-age=300',
21463npm verb headers 'content-length': '5189',
21464npm verb headers 'accept-ranges': 'bytes',
21465npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21466npm verb headers age: '270',
21467npm verb headers 'x-served-by': 'cache-fra1237-FRA',
21468npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21469npm verb headers 'x-cache-hits': '1',
21470npm verb headers 'x-timer': 'S1451417076.876727,VS0,VE0',
21471npm verb headers vary: 'Accept',
21472npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21473npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21474npm verb headers connection: 'keep-alive' }
21475npm verb get saving is-promise to /root/.npm/registry.npmjs.org/is-promise/.cache.json
21476npm verb cache add spec is-promise@~1
21477npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-promise
21478npm verb addNameRange registry:http://registry.npmjs.org/is-promise not in flight; fetching
21479npm verb get http://registry.npmjs.org/is-promise not expired, no request
21480npm verb addNamed "1.0.1" is a plain semver version for is-promise
21481npm verb addRemoteTarball http://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz not in flight; adding
21482npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz',
21483npm verb addRemoteTarball '31573761c057e33c2e91aab9e96da08cefbe76e5' ]
21484npm info retry fetch attempt 1 at 19:24:36
21485npm info attempt registry request try #1 at 19:24:36
21486npm http fetch GET http://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz
21487npm http fetch 200 http://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz
21488npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz not in flight; adding
21489npm verb addTmpTarball already have metadata; skipping unpack for is-promise@1.0.1
21490npm verb afterAdd /root/.npm/is-promise/1.0.1/package/package.json not in flight; writing
21491npm verb afterAdd /root/.npm/is-promise/1.0.1/package/package.json written
21492npm verb request uri http://registry.npmjs.org/optimist
21493npm verb request no auth needed
21494npm info attempt registry request try #1 at 19:24:36
21495npm http request GET http://registry.npmjs.org/optimist
21496npm http 200 http://registry.npmjs.org/optimist
21497npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21498npm verb headers etag: '"6CXUKRQ1RDWCGZOWF0ABF0B0Y"',
21499npm verb headers 'content-type': 'application/json',
21500npm verb headers 'cache-control': 'max-age=300',
21501npm verb headers 'content-length': '46512',
21502npm verb headers 'accept-ranges': 'bytes',
21503npm verb headers date: 'Tue, 29 Dec 2015 19:24:36 GMT',
21504npm verb headers age: '26',
21505npm verb headers 'x-served-by': 'cache-fra1237-FRA',
21506npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21507npm verb headers 'x-cache-hits': '2',
21508npm verb headers 'x-timer': 'S1451417076.934575,VS0,VE0',
21509npm verb headers vary: 'Accept',
21510npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21511npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21512npm verb headers connection: 'keep-alive' }
21513npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
21514npm verb cache add spec optimist@~0.3.5
21515npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for optimist
21516npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
21517npm verb get http://registry.npmjs.org/optimist not expired, no request
21518npm verb addNamed "0.3.7" is a plain semver version for optimist
21519npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz not in flight; adding
21520npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz',
21521npm verb addRemoteTarball 'c90941ad59e4273328923074d2cf2e7cbc6ec0d9' ]
21522npm info retry fetch attempt 1 at 19:24:36
21523npm info attempt registry request try #1 at 19:24:36
21524npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
21525npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
21526npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/optimist/-/optimist-0.3.7.tgz not in flight; adding
21527npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.3.7
21528npm verb afterAdd /root/.npm/optimist/0.3.7/package/package.json not in flight; writing
21529npm verb afterAdd /root/.npm/optimist/0.3.7/package/package.json written
21530npm verb cache add spec uglify-js@2.4.0
21531npm verb addNamed "2.4.0" is a plain semver version for uglify-js
21532npm verb addNameVersion registry:http://registry.npmjs.org/uglify-js not in flight; fetching
21533npm verb get http://registry.npmjs.org/uglify-js not expired, no request
21534npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz not in flight; adding
21535npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz',
21536npm verb addRemoteTarball 'a5f2b6b1b817fb34c16a04234328c89ba1e77137' ]
21537npm info retry fetch attempt 1 at 19:24:37
21538npm info attempt registry request try #1 at 19:24:37
21539npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz
21540npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz
21541npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz not in flight; adding
21542npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.4.0
21543npm verb afterAdd /root/.npm/uglify-js/2.4.0/package/package.json not in flight; writing
21544npm verb afterAdd /root/.npm/uglify-js/2.4.0/package/package.json written
21545npm verb cache add spec async@~0.2.6
21546npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
21547npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
21548npm verb request uri http://registry.npmjs.org/async
21549npm verb request no auth needed
21550npm info attempt registry request try #1 at 19:24:37
21551npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
21552npm http request GET http://registry.npmjs.org/async
21553npm http 304 http://registry.npmjs.org/async
21554npm verb headers { date: 'Tue, 29 Dec 2015 19:23:30 GMT',
21555npm verb headers 'content-type': 'application/json',
21556npm verb headers age: '288',
21557npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
21558npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21559npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
21560npm verb headers connection: 'keep-alive' }
21561npm verb etag http://registry.npmjs.org/async from cache
21562npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
21563npm verb addNamed "0.2.10" is a plain semver version for async
21564npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
21565npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
21566npm verb request uri http://registry.npmjs.org/asn1
21567npm verb request no auth needed
21568npm info attempt registry request try #1 at 19:24:37
21569npm http request GET http://registry.npmjs.org/asn1
21570npm verb request uri http://registry.npmjs.org/assert-plus
21571npm verb request no auth needed
21572npm info attempt registry request try #1 at 19:24:37
21573npm http request GET http://registry.npmjs.org/assert-plus
21574npm verb request uri http://registry.npmjs.org/bunyan
21575npm verb request no auth needed
21576npm info attempt registry request try #1 at 19:24:37
21577npm http request GET http://registry.npmjs.org/bunyan
21578npm verb request uri http://registry.npmjs.org/dashdash
21579npm verb request no auth needed
21580npm info attempt registry request try #1 at 19:24:37
21581npm http request GET http://registry.npmjs.org/dashdash
21582npm verb request uri http://registry.npmjs.org/backoff
21583npm verb request no auth needed
21584npm info attempt registry request try #1 at 19:24:37
21585npm http request GET http://registry.npmjs.org/backoff
21586npm verb request uri http://registry.npmjs.org/ldap-filter
21587npm verb request no auth needed
21588npm info attempt registry request try #1 at 19:24:37
21589npm http request GET http://registry.npmjs.org/ldap-filter
21590npm verb request uri http://registry.npmjs.org/once
21591npm verb request no auth needed
21592npm info attempt registry request try #1 at 19:24:37
21593npm http request GET http://registry.npmjs.org/once
21594npm verb request uri http://registry.npmjs.org/vasync
21595npm verb request no auth needed
21596npm info attempt registry request try #1 at 19:24:37
21597npm http request GET http://registry.npmjs.org/vasync
21598npm verb request uri http://registry.npmjs.org/verror
21599npm verb request no auth needed
21600npm info attempt registry request try #1 at 19:24:37
21601npm http request GET http://registry.npmjs.org/verror
21602npm verb request uri http://registry.npmjs.org/dtrace-provider
21603npm verb request no auth needed
21604npm info attempt registry request try #1 at 19:24:37
21605npm http request GET http://registry.npmjs.org/dtrace-provider
21606npm http 200 http://registry.npmjs.org/once
21607npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21608npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
21609npm verb headers 'content-type': 'application/json',
21610npm verb headers 'cache-control': 'max-age=60',
21611npm verb headers 'content-length': '7453',
21612npm verb headers 'accept-ranges': 'bytes',
21613npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21614npm verb headers age: '36',
21615npm verb headers 'x-served-by': 'cache-fra1220-FRA',
21616npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21617npm verb headers 'x-cache-hits': '1',
21618npm verb headers 'x-timer': 'S1451417077.210073,VS0,VE0',
21619npm verb headers vary: 'Accept',
21620npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21621npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21622npm verb headers connection: 'keep-alive' }
21623npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
21624npm verb cache add spec once@1.3.2
21625npm verb addNamed "1.3.2" is a plain semver version for once
21626npm verb addNameVersion registry:http://registry.npmjs.org/once not in flight; fetching
21627npm verb get http://registry.npmjs.org/once not expired, no request
21628npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.3.2.tgz not in flight; adding
21629npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.2.tgz',
21630npm verb addRemoteTarball 'd8feeca93b039ec1dcdee7741c92bdac5e28081b' ]
21631npm http 200 http://registry.npmjs.org/assert-plus
21632npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21633npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
21634npm verb headers 'content-type': 'application/json',
21635npm verb headers 'cache-control': 'max-age=60',
21636npm verb headers 'content-length': '11635',
21637npm verb headers 'accept-ranges': 'bytes',
21638npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21639npm verb headers age: '10',
21640npm verb headers 'x-served-by': 'cache-fra1238-FRA',
21641npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21642npm verb headers 'x-cache-hits': '2',
21643npm verb headers 'x-timer': 'S1451417077.230585,VS0,VE0',
21644npm verb headers vary: 'Accept',
21645npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21646npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21647npm verb headers connection: 'keep-alive' }
21648npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
21649npm info retry fetch attempt 1 at 19:24:37
21650npm info attempt registry request try #1 at 19:24:37
21651npm http fetch GET http://registry.npmjs.org/once/-/once-1.3.2.tgz
21652npm http fetch 200 http://registry.npmjs.org/once/-/once-1.3.2.tgz
21653npm verb cache add spec assert-plus@0.2.0
21654npm verb addNamed "0.2.0" is a plain semver version for assert-plus
21655npm verb addNameVersion registry:http://registry.npmjs.org/assert-plus not in flight; fetching
21656npm http 200 http://registry.npmjs.org/dashdash
21657npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21658npm verb headers etag: '"2GJ6PG6JKOGEBLBT5J33S3U0U"',
21659npm verb headers 'content-type': 'application/json',
21660npm verb headers 'cache-control': 'max-age=60',
21661npm verb headers 'content-length': '37661',
21662npm verb headers 'accept-ranges': 'bytes',
21663npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21664npm verb headers age: '55',
21665npm verb headers 'x-served-by': 'cache-fra1223-FRA',
21666npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21667npm verb headers 'x-cache-hits': '1',
21668npm verb headers 'x-timer': 'S1451417077.228126,VS0,VE0',
21669npm verb headers vary: 'Accept',
21670npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21671npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21672npm verb headers connection: 'keep-alive' }
21673npm verb get saving dashdash to /root/.npm/registry.npmjs.org/dashdash/.cache.json
21674npm http 200 http://registry.npmjs.org/dtrace-provider
21675npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21676npm verb headers etag: '"387A01LDRYXHFB4SXLF07JMIM"',
21677npm verb headers 'content-type': 'application/json',
21678npm verb headers 'cache-control': 'max-age=300',
21679npm verb headers 'content-length': '28499',
21680npm verb headers 'accept-ranges': 'bytes',
21681npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21682npm verb headers age: '243',
21683npm verb headers 'x-served-by': 'cache-fra1246-FRA',
21684npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21685npm verb headers 'x-cache-hits': '2',
21686npm verb headers 'x-timer': 'S1451417077.230471,VS0,VE0',
21687npm verb headers vary: 'Accept',
21688npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21689npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21690npm verb headers connection: 'keep-alive' }
21691npm verb get saving dtrace-provider to /root/.npm/registry.npmjs.org/dtrace-provider/.cache.json
21692npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/once/-/once-1.3.2.tgz not in flight; adding
21693npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.2
21694npm verb get http://registry.npmjs.org/assert-plus not expired, no request
21695npm verb addRemoteTarball http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz not in flight; adding
21696npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz',
21697npm verb addRemoteTarball 'd74e1b87e7affc0db8aadb7021f3fe48101ab234' ]
21698npm info retry fetch attempt 1 at 19:24:37
21699npm info attempt registry request try #1 at 19:24:37
21700npm http fetch GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
21701npm verb cache add spec dtrace-provider@0.6.0
21702npm verb addNamed "0.6.0" is a plain semver version for dtrace-provider
21703npm verb addNameVersion registry:http://registry.npmjs.org/dtrace-provider not in flight; fetching
21704npm verb cache add spec dashdash@1.10.1
21705npm verb addNamed "1.10.1" is a plain semver version for dashdash
21706npm verb addNameVersion registry:http://registry.npmjs.org/dashdash not in flight; fetching
21707npm http fetch 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
21708npm http 200 http://registry.npmjs.org/verror
21709npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21710npm verb headers etag: '"C5QK63L6LRE7UO5109U5WIW4E"',
21711npm verb headers 'content-type': 'application/json',
21712npm verb headers 'cache-control': 'max-age=300',
21713npm verb headers 'content-length': '15615',
21714npm verb headers 'accept-ranges': 'bytes',
21715npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21716npm verb headers age: '273',
21717npm verb headers 'x-served-by': 'cache-fra1246-FRA',
21718npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21719npm verb headers 'x-cache-hits': '3',
21720npm verb headers 'x-timer': 'S1451417077.230671,VS0,VE0',
21721npm verb headers vary: 'Accept',
21722npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21723npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21724npm verb headers connection: 'keep-alive' }
21725npm verb get saving verror to /root/.npm/registry.npmjs.org/verror/.cache.json
21726npm verb afterAdd /root/.npm/once/1.3.2/package/package.json not in flight; writing
21727npm verb get http://registry.npmjs.org/dtrace-provider not expired, no request
21728npm verb get http://registry.npmjs.org/dashdash not expired, no request
21729npm verb addRemoteTarball http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz not in flight; adding
21730npm verb addRemoteTarball [ 'http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz',
21731npm verb addRemoteTarball '0b078d5517937d873101452d9146737557b75e51' ]
21732npm verb addRemoteTarball http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz not in flight; adding
21733npm verb addRemoteTarball [ 'http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz',
21734npm verb addRemoteTarball '0abf1af89a8f5129a81f18c2b35b21df22622f60' ]
21735npm verb afterAdd /root/.npm/once/1.3.2/package/package.json written
21736npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz not in flight; adding
21737npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.2.0
21738npm info retry fetch attempt 1 at 19:24:37
21739npm info attempt registry request try #1 at 19:24:37
21740npm http fetch GET http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz
21741npm info retry fetch attempt 1 at 19:24:37
21742npm info attempt registry request try #1 at 19:24:37
21743npm http fetch GET http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz
21744npm http fetch 200 http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz
21745npm http fetch 200 http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz
21746npm verb cache add spec verror@1.6.0
21747npm verb addNamed "1.6.0" is a plain semver version for verror
21748npm verb addNameVersion registry:http://registry.npmjs.org/verror not in flight; fetching
21749npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz not in flight; adding
21750npm verb addTmpTarball already have metadata; skipping unpack for dtrace-provider@0.6.0
21751npm verb get http://registry.npmjs.org/verror not expired, no request
21752npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz not in flight; adding
21753npm verb addTmpTarball already have metadata; skipping unpack for dashdash@1.10.1
21754npm verb addRemoteTarball http://registry.npmjs.org/verror/-/verror-1.6.0.tgz not in flight; adding
21755npm verb addRemoteTarball [ 'http://registry.npmjs.org/verror/-/verror-1.6.0.tgz',
21756npm verb addRemoteTarball '7d13b27b1facc2e2da90405eb5ea6e5bdd252ea5' ]
21757npm verb afterAdd /root/.npm/assert-plus/0.2.0/package/package.json not in flight; writing
21758npm info retry fetch attempt 1 at 19:24:37
21759npm info attempt registry request try #1 at 19:24:37
21760npm http fetch GET http://registry.npmjs.org/verror/-/verror-1.6.0.tgz
21761npm verb afterAdd /root/.npm/assert-plus/0.2.0/package/package.json written
21762npm http fetch 200 http://registry.npmjs.org/verror/-/verror-1.6.0.tgz
21763npm verb afterAdd /root/.npm/dtrace-provider/0.6.0/package/package.json not in flight; writing
21764npm verb afterAdd /root/.npm/dashdash/1.10.1/package/package.json not in flight; writing
21765npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/verror/-/verror-1.6.0.tgz not in flight; adding
21766npm verb addTmpTarball already have metadata; skipping unpack for verror@1.6.0
21767npm verb afterAdd /root/.npm/dtrace-provider/0.6.0/package/package.json written
21768npm verb afterAdd /root/.npm/dashdash/1.10.1/package/package.json written
21769npm verb afterAdd /root/.npm/verror/1.6.0/package/package.json not in flight; writing
21770npm verb afterAdd /root/.npm/verror/1.6.0/package/package.json written
21771npm http 200 http://registry.npmjs.org/backoff
21772npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21773npm verb headers etag: '"EP8BDJY337OW6AXI4SX8KNP3Y"',
21774npm verb headers 'content-type': 'application/json',
21775npm verb headers 'cache-control': 'max-age=300',
21776npm verb headers 'content-length': '27340',
21777npm verb headers 'accept-ranges': 'bytes',
21778npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21779npm verb headers age: '0',
21780npm verb headers 'x-served-by': 'cache-fra1237-FRA',
21781npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21782npm verb headers 'x-cache-hits': '1',
21783npm verb headers 'x-timer': 'S1451417077.207480,VS0,VE143',
21784npm verb headers vary: 'Accept',
21785npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21786npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21787npm verb headers connection: 'keep-alive' }
21788npm verb get saving backoff to /root/.npm/registry.npmjs.org/backoff/.cache.json
21789npm verb cache add spec backoff@2.4.1
21790npm verb addNamed "2.4.1" is a plain semver version for backoff
21791npm verb addNameVersion registry:http://registry.npmjs.org/backoff not in flight; fetching
21792npm verb get http://registry.npmjs.org/backoff not expired, no request
21793npm verb addRemoteTarball http://registry.npmjs.org/backoff/-/backoff-2.4.1.tgz not in flight; adding
21794npm verb addRemoteTarball [ 'http://registry.npmjs.org/backoff/-/backoff-2.4.1.tgz',
21795npm verb addRemoteTarball '2f68c50e0dd789dbefe24200a62efb04d2456d68' ]
21796npm info retry fetch attempt 1 at 19:24:37
21797npm info attempt registry request try #1 at 19:24:37
21798npm http fetch GET http://registry.npmjs.org/backoff/-/backoff-2.4.1.tgz
21799npm http fetch 200 http://registry.npmjs.org/backoff/-/backoff-2.4.1.tgz
21800npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/backoff/-/backoff-2.4.1.tgz not in flight; adding
21801npm verb addTmpTarball already have metadata; skipping unpack for backoff@2.4.1
21802npm verb afterAdd /root/.npm/backoff/2.4.1/package/package.json not in flight; writing
21803npm verb afterAdd /root/.npm/backoff/2.4.1/package/package.json written
21804npm http 200 http://registry.npmjs.org/bunyan
21805npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21806npm verb headers etag: '"6MFSD2ATSG52ZSZO8WRM277M7"',
21807npm verb headers 'content-type': 'application/json',
21808npm verb headers 'cache-control': 'max-age=300',
21809npm verb headers 'content-length': '176356',
21810npm verb headers 'accept-ranges': 'bytes',
21811npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21812npm verb headers age: '122',
21813npm verb headers 'x-served-by': 'cache-fra1236-FRA',
21814npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21815npm verb headers 'x-cache-hits': '1',
21816npm verb headers 'x-timer': 'S1451417077.225825,VS0,VE0',
21817npm verb headers vary: 'Accept',
21818npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21819npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21820npm verb headers connection: 'keep-alive' }
21821npm verb get saving bunyan to /root/.npm/registry.npmjs.org/bunyan/.cache.json
21822npm verb cache add spec bunyan@1.5.1
21823npm verb addNamed "1.5.1" is a plain semver version for bunyan
21824npm verb addNameVersion registry:http://registry.npmjs.org/bunyan not in flight; fetching
21825npm verb get http://registry.npmjs.org/bunyan not expired, no request
21826npm verb addRemoteTarball http://registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz not in flight; adding
21827npm verb addRemoteTarball [ 'http://registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz',
21828npm verb addRemoteTarball '5f6e7d44c43b952f56b0f41309e3ab12391b4e2d' ]
21829npm info retry fetch attempt 1 at 19:24:37
21830npm info attempt registry request try #1 at 19:24:37
21831npm http fetch GET http://registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz
21832npm http fetch 200 http://registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz
21833npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz not in flight; adding
21834npm verb addTmpTarball already have metadata; skipping unpack for bunyan@1.5.1
21835npm verb afterAdd /root/.npm/bunyan/1.5.1/package/package.json not in flight; writing
21836npm verb afterAdd /root/.npm/bunyan/1.5.1/package/package.json written
21837npm http 200 http://registry.npmjs.org/vasync
21838npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21839npm verb headers etag: '"DCDMB8B9LR76BJ08EOQO19ALR"',
21840npm verb headers 'content-type': 'application/json',
21841npm verb headers 'cache-control': 'max-age=300',
21842npm verb headers 'content-length': '35476',
21843npm verb headers 'accept-ranges': 'bytes',
21844npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21845npm verb headers age: '0',
21846npm verb headers 'x-served-by': 'cache-fra1228-FRA',
21847npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21848npm verb headers 'x-cache-hits': '1',
21849npm verb headers 'x-timer': 'S1451417077.225806,VS0,VE420',
21850npm verb headers vary: 'Accept',
21851npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21852npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21853npm verb headers connection: 'keep-alive' }
21854npm verb get saving vasync to /root/.npm/registry.npmjs.org/vasync/.cache.json
21855npm verb cache add spec vasync@1.6.3
21856npm verb addNamed "1.6.3" is a plain semver version for vasync
21857npm verb addNameVersion registry:http://registry.npmjs.org/vasync not in flight; fetching
21858npm verb get http://registry.npmjs.org/vasync not expired, no request
21859npm verb addRemoteTarball http://registry.npmjs.org/vasync/-/vasync-1.6.3.tgz not in flight; adding
21860npm verb addRemoteTarball [ 'http://registry.npmjs.org/vasync/-/vasync-1.6.3.tgz',
21861npm verb addRemoteTarball '4a69d7052a47f4ce85503d7641df1cbf40432a94' ]
21862npm info retry fetch attempt 1 at 19:24:37
21863npm info attempt registry request try #1 at 19:24:37
21864npm http fetch GET http://registry.npmjs.org/vasync/-/vasync-1.6.3.tgz
21865npm http fetch 200 http://registry.npmjs.org/vasync/-/vasync-1.6.3.tgz
21866npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/vasync/-/vasync-1.6.3.tgz not in flight; adding
21867npm verb addTmpTarball already have metadata; skipping unpack for vasync@1.6.3
21868npm verb afterAdd /root/.npm/vasync/1.6.3/package/package.json not in flight; writing
21869npm verb afterAdd /root/.npm/vasync/1.6.3/package/package.json written
21870npm http 200 http://registry.npmjs.org/ldap-filter
21871npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21872npm verb headers etag: '"A40S8P3LNJFUE6H70IY51BXAL"',
21873npm verb headers 'content-type': 'application/json',
21874npm verb headers 'cache-control': 'max-age=300',
21875npm verb headers 'content-length': '7907',
21876npm verb headers 'accept-ranges': 'bytes',
21877npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21878npm verb headers age: '0',
21879npm verb headers 'x-served-by': 'cache-fra1227-FRA',
21880npm verb headers 'x-cache': 'MISS, MISS from atomic01.kolabsys.com',
21881npm verb headers 'x-cache-hits': '0',
21882npm verb headers 'x-timer': 'S1451417077.230348,VS0,VE563',
21883npm verb headers vary: 'Accept',
21884npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21885npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21886npm verb headers connection: 'keep-alive' }
21887npm verb get saving ldap-filter to /root/.npm/registry.npmjs.org/ldap-filter/.cache.json
21888npm verb cache add spec ldap-filter@0.2.2
21889npm verb addNamed "0.2.2" is a plain semver version for ldap-filter
21890npm verb addNameVersion registry:http://registry.npmjs.org/ldap-filter not in flight; fetching
21891npm http 200 http://registry.npmjs.org/asn1
21892npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21893npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
21894npm verb headers 'content-type': 'application/json',
21895npm verb headers 'cache-control': 'max-age=60',
21896npm verb headers 'content-length': '18850',
21897npm verb headers 'accept-ranges': 'bytes',
21898npm verb headers date: 'Tue, 29 Dec 2015 19:24:37 GMT',
21899npm verb headers age: '0',
21900npm verb headers 'x-served-by': 'cache-fra1238-FRA',
21901npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21902npm verb headers 'x-cache-hits': '1',
21903npm verb headers 'x-timer': 'S1451417077.230571,VS0,VE564',
21904npm verb headers vary: 'Accept',
21905npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
21906npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21907npm verb headers connection: 'keep-alive' }
21908npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
21909npm verb get http://registry.npmjs.org/ldap-filter not expired, no request
21910npm verb addRemoteTarball http://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz not in flight; adding
21911npm verb addRemoteTarball [ 'http://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz',
21912npm verb addRemoteTarball 'f2b842be0b86da3352798505b31ebcae590d77d0' ]
21913npm info retry fetch attempt 1 at 19:24:37
21914npm info attempt registry request try #1 at 19:24:37
21915npm http fetch GET http://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz
21916npm http fetch 200 http://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz
21917npm verb cache add spec asn1@0.2.3
21918npm verb addNamed "0.2.3" is a plain semver version for asn1
21919npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
21920npm verb get http://registry.npmjs.org/asn1 not expired, no request
21921npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz not in flight; adding
21922npm verb addTmpTarball already have metadata; skipping unpack for ldap-filter@0.2.2
21923npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz not in flight; adding
21924npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz',
21925npm verb addRemoteTarball 'dac8787713c9966849fc8180777ebe9c1ddf3b86' ]
21926npm info retry fetch attempt 1 at 19:24:37
21927npm info attempt registry request try #1 at 19:24:37
21928npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
21929npm verb afterAdd /root/.npm/ldap-filter/0.2.2/package/package.json not in flight; writing
21930npm verb afterAdd /root/.npm/ldap-filter/0.2.2/package/package.json written
21931npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
21932npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/asn1/-/asn1-0.2.3.tgz not in flight; adding
21933npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.2.3
21934npm verb afterAdd /root/.npm/asn1/0.2.3/package/package.json not in flight; writing
21935npm verb afterAdd /root/.npm/asn1/0.2.3/package/package.json written
21936npm verb request uri http://registry.npmjs.org/precond
21937npm verb request no auth needed
21938npm info attempt registry request try #1 at 19:24:37
21939npm http request GET http://registry.npmjs.org/precond
21940npm http 200 http://registry.npmjs.org/precond
21941npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21942npm verb headers etag: '"EOEMLTO6QDUBX4RW8N009SDJ9"',
21943npm verb headers 'content-type': 'application/json',
21944npm verb headers 'cache-control': 'max-age=300',
21945npm verb headers 'content-length': '12276',
21946npm verb headers 'accept-ranges': 'bytes',
21947npm verb headers date: 'Tue, 29 Dec 2015 19:24:38 GMT',
21948npm verb headers age: '0',
21949npm verb headers 'x-served-by': 'cache-fra1227-FRA',
21950npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21951npm verb headers 'x-cache-hits': '1',
21952npm verb headers 'x-timer': 'S1451417077.917423,VS0,VE413',
21953npm verb headers vary: 'Accept',
21954npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21955npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21956npm verb headers connection: 'keep-alive' }
21957npm verb get saving precond to /root/.npm/registry.npmjs.org/precond/.cache.json
21958npm verb cache add spec precond@0.2
21959npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for precond
21960npm verb addNameRange registry:http://registry.npmjs.org/precond not in flight; fetching
21961npm verb get http://registry.npmjs.org/precond not expired, no request
21962npm verb addNamed "0.2.3" is a plain semver version for precond
21963npm verb addRemoteTarball http://registry.npmjs.org/precond/-/precond-0.2.3.tgz not in flight; adding
21964npm verb addRemoteTarball [ 'http://registry.npmjs.org/precond/-/precond-0.2.3.tgz',
21965npm verb addRemoteTarball 'aa9591bcaa24923f1e0f4849d240f47efc1075ac' ]
21966npm info retry fetch attempt 1 at 19:24:38
21967npm info attempt registry request try #1 at 19:24:38
21968npm http fetch GET http://registry.npmjs.org/precond/-/precond-0.2.3.tgz
21969npm http fetch 200 http://registry.npmjs.org/precond/-/precond-0.2.3.tgz
21970npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/precond/-/precond-0.2.3.tgz not in flight; adding
21971npm verb addTmpTarball already have metadata; skipping unpack for precond@0.2.3
21972npm verb afterAdd /root/.npm/precond/0.2.3/package/package.json not in flight; writing
21973npm verb afterAdd /root/.npm/precond/0.2.3/package/package.json written
21974npm verb request uri http://registry.npmjs.org/mv
21975npm verb request no auth needed
21976npm info attempt registry request try #1 at 19:24:38
21977npm http request GET http://registry.npmjs.org/mv
21978npm verb request uri http://registry.npmjs.org/safe-json-stringify
21979npm verb request no auth needed
21980npm info attempt registry request try #1 at 19:24:38
21981npm http request GET http://registry.npmjs.org/safe-json-stringify
21982npm http 200 http://registry.npmjs.org/mv
21983npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21984npm verb headers etag: '"85J7K7K4JNOIOZVBIWJV3UNP1"',
21985npm verb headers 'content-type': 'application/json',
21986npm verb headers 'cache-control': 'max-age=300',
21987npm verb headers 'content-length': '12821',
21988npm verb headers 'accept-ranges': 'bytes',
21989npm verb headers date: 'Tue, 29 Dec 2015 19:24:38 GMT',
21990npm verb headers age: '153',
21991npm verb headers 'x-served-by': 'cache-fra1228-FRA',
21992npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
21993npm verb headers 'x-cache-hits': '1',
21994npm verb headers 'x-timer': 'S1451417078.423514,VS0,VE0',
21995npm verb headers vary: 'Accept',
21996npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
21997npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
21998npm verb headers connection: 'keep-alive' }
21999npm verb get saving mv to /root/.npm/registry.npmjs.org/mv/.cache.json
22000npm verb cache add spec mv@~2
22001npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for mv
22002npm verb addNameRange registry:http://registry.npmjs.org/mv not in flight; fetching
22003npm verb get http://registry.npmjs.org/mv not expired, no request
22004npm verb addNamed "2.1.1" is a plain semver version for mv
22005npm verb addRemoteTarball http://registry.npmjs.org/mv/-/mv-2.1.1.tgz not in flight; adding
22006npm verb addRemoteTarball [ 'http://registry.npmjs.org/mv/-/mv-2.1.1.tgz',
22007npm verb addRemoteTarball 'ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2' ]
22008npm info retry fetch attempt 1 at 19:24:38
22009npm info attempt registry request try #1 at 19:24:38
22010npm http fetch GET http://registry.npmjs.org/mv/-/mv-2.1.1.tgz
22011npm http 200 http://registry.npmjs.org/safe-json-stringify
22012npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22013npm verb headers etag: '"28OL6O31AEUIL40RQQO3FAJIQ"',
22014npm verb headers 'content-type': 'application/json',
22015npm verb headers 'cache-control': 'max-age=300',
22016npm verb headers 'content-length': '8892',
22017npm verb headers 'accept-ranges': 'bytes',
22018npm verb headers date: 'Tue, 29 Dec 2015 19:24:38 GMT',
22019npm verb headers age: '258',
22020npm verb headers 'x-served-by': 'cache-fra1236-FRA',
22021npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22022npm verb headers 'x-cache-hits': '1',
22023npm verb headers 'x-timer': 'S1451417078.425130,VS0,VE0',
22024npm verb headers vary: 'Accept',
22025npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22026npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22027npm verb headers connection: 'keep-alive' }
22028npm verb get saving safe-json-stringify to /root/.npm/registry.npmjs.org/safe-json-stringify/.cache.json
22029npm http fetch 200 http://registry.npmjs.org/mv/-/mv-2.1.1.tgz
22030npm verb cache add spec safe-json-stringify@~1
22031npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for safe-json-stringify
22032npm verb addNameRange registry:http://registry.npmjs.org/safe-json-stringify not in flight; fetching
22033npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mv/-/mv-2.1.1.tgz not in flight; adding
22034npm verb addTmpTarball already have metadata; skipping unpack for mv@2.1.1
22035npm verb get http://registry.npmjs.org/safe-json-stringify not expired, no request
22036npm verb addNamed "1.0.3" is a plain semver version for safe-json-stringify
22037npm verb addRemoteTarball http://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz not in flight; adding
22038npm verb addRemoteTarball [ 'http://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz',
22039npm verb addRemoteTarball '3cb6717660a086d07cb5bd9b7a6875bcf67bd05e' ]
22040npm info retry fetch attempt 1 at 19:24:38
22041npm info attempt registry request try #1 at 19:24:38
22042npm http fetch GET http://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz
22043npm http fetch 200 http://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz
22044npm verb afterAdd /root/.npm/mv/2.1.1/package/package.json not in flight; writing
22045npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz not in flight; adding
22046npm verb addTmpTarball already have metadata; skipping unpack for safe-json-stringify@1.0.3
22047npm verb afterAdd /root/.npm/mv/2.1.1/package/package.json written
22048npm verb afterAdd /root/.npm/safe-json-stringify/1.0.3/package/package.json not in flight; writing
22049npm verb afterAdd /root/.npm/safe-json-stringify/1.0.3/package/package.json written
22050npm verb cache add spec nan@^2.0.8
22051npm verb addNamed ">=2.0.8 <3.0.0" is a valid semver range for nan
22052npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
22053npm verb get http://registry.npmjs.org/nan not expired, no request
22054npm verb addNamed "2.1.0" is a plain semver version for nan
22055npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-2.1.0.tgz not in flight; adding
22056npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-2.1.0.tgz',
22057npm verb addRemoteTarball '020a7ccedc63fdee85f85967d5607849e74abbe8' ]
22058npm info retry fetch attempt 1 at 19:24:38
22059npm info attempt registry request try #1 at 19:24:38
22060npm http fetch GET http://registry.npmjs.org/nan/-/nan-2.1.0.tgz
22061npm http fetch 200 http://registry.npmjs.org/nan/-/nan-2.1.0.tgz
22062npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nan/-/nan-2.1.0.tgz not in flight; adding
22063npm verb addTmpTarball already have metadata; skipping unpack for nan@2.1.0
22064npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json not in flight; writing
22065npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json written
22066npm verb cache add spec mkdirp@~0.5.1
22067npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for mkdirp
22068npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
22069npm verb request uri http://registry.npmjs.org/ncp
22070npm verb request no auth needed
22071npm info attempt registry request try #1 at 19:24:38
22072npm http request GET http://registry.npmjs.org/ncp
22073npm verb request uri http://registry.npmjs.org/rimraf
22074npm verb request no auth needed
22075npm info attempt registry request try #1 at 19:24:38
22076npm http request GET http://registry.npmjs.org/rimraf
22077npm verb get http://registry.npmjs.org/mkdirp not expired, no request
22078npm verb addNamed "0.5.1" is a plain semver version for mkdirp
22079npm http 200 http://registry.npmjs.org/rimraf
22080npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22081npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
22082npm verb headers 'content-type': 'application/json',
22083npm verb headers 'cache-control': 'max-age=300',
22084npm verb headers 'content-length': '48828',
22085npm verb headers 'accept-ranges': 'bytes',
22086npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
22087npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22088npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
22089npm verb headers 'x-cache-hits': '6',
22090npm verb headers 'x-timer': 'S1451417008.146560,VS0,VE0',
22091npm verb headers vary: 'Accept',
22092npm verb headers age: '249',
22093npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22094npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22095npm verb headers connection: 'keep-alive' }
22096npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
22097npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
22098npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
22099npm verb addRemoteTarball '30057438eac6cf7f8c4767f38648d6697d75c903' ]
22100npm info retry fetch attempt 1 at 19:24:38
22101npm info attempt registry request try #1 at 19:24:38
22102npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
22103npm http 200 http://registry.npmjs.org/ncp
22104npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22105npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
22106npm verb headers 'content-type': 'application/json',
22107npm verb headers 'cache-control': 'max-age=60',
22108npm verb headers 'content-length': '26221',
22109npm verb headers 'accept-ranges': 'bytes',
22110npm verb headers date: 'Tue, 29 Dec 2015 19:24:38 GMT',
22111npm verb headers age: '3',
22112npm verb headers 'x-served-by': 'cache-fra1237-FRA',
22113npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22114npm verb headers 'x-cache-hits': '1',
22115npm verb headers 'x-timer': 'S1451417078.640868,VS0,VE0',
22116npm verb headers vary: 'Accept',
22117npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
22118npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22119npm verb headers connection: 'keep-alive' }
22120npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
22121npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
22122npm verb cache add spec rimraf@~2.4.0
22123npm verb addNamed ">=2.4.0 <2.5.0" is a valid semver range for rimraf
22124npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
22125npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
22126npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.1
22127npm verb get http://registry.npmjs.org/rimraf not expired, no request
22128npm verb addNamed "2.4.5" is a plain semver version for rimraf
22129npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz not in flight; adding
22130npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz',
22131npm verb addRemoteTarball 'ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da' ]
22132npm verb cache add spec ncp@~2.0.0
22133npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for ncp
22134npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
22135npm info retry fetch attempt 1 at 19:24:38
22136npm info attempt registry request try #1 at 19:24:38
22137npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
22138npm verb get http://registry.npmjs.org/ncp not expired, no request
22139npm verb addNamed "2.0.0" is a plain semver version for ncp
22140npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
22141npm verb addRemoteTarball http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz not in flight; adding
22142npm verb addRemoteTarball [ 'http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz',
22143npm verb addRemoteTarball '195a21d6c46e361d2fb1281ba38b91e9df7bdbb3' ]
22144npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
22145npm info retry fetch attempt 1 at 19:24:38
22146npm info attempt registry request try #1 at 19:24:38
22147npm http fetch GET http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz
22148npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
22149npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz not in flight; adding
22150npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.4.5
22151npm verb afterAdd /root/.npm/rimraf/2.4.5/package/package.json not in flight; writing
22152npm verb afterAdd /root/.npm/rimraf/2.4.5/package/package.json written
22153npm http fetch 200 http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz
22154npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ncp/-/ncp-2.0.0.tgz not in flight; adding
22155npm verb addTmpTarball already have metadata; skipping unpack for ncp@2.0.0
22156npm verb afterAdd /root/.npm/ncp/2.0.0/package/package.json not in flight; writing
22157npm verb afterAdd /root/.npm/ncp/2.0.0/package/package.json written
22158npm verb cache add spec minimist@0.0.8
22159npm verb addNamed "0.0.8" is a plain semver version for minimist
22160npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
22161npm verb get http://registry.npmjs.org/minimist not expired, no request
22162npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
22163npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
22164npm verb addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
22165npm info retry fetch attempt 1 at 19:24:38
22166npm info attempt registry request try #1 at 19:24:38
22167npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
22168npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
22169npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
22170npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.8
22171npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
22172npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
22173npm verb request uri http://registry.npmjs.org/glob
22174npm verb request no auth needed
22175npm info attempt registry request try #1 at 19:24:38
22176npm http request GET http://registry.npmjs.org/glob
22177npm http 200 http://registry.npmjs.org/glob
22178npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22179npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
22180npm verb headers 'content-type': 'application/json',
22181npm verb headers 'cache-control': 'max-age=300',
22182npm verb headers 'content-length': '112817',
22183npm verb headers 'accept-ranges': 'bytes',
22184npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
22185npm verb headers 'x-served-by': 'cache-fra1228-FRA',
22186npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
22187npm verb headers 'x-cache-hits': '10',
22188npm verb headers 'x-timer': 'S1451417006.807509,VS0,VE0',
22189npm verb headers vary: 'Accept',
22190npm verb headers age: '258',
22191npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22192npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22193npm verb headers connection: 'keep-alive' }
22194npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
22195npm verb cache add spec glob@^6.0.1
22196npm verb addNamed ">=6.0.1 <7.0.0" is a valid semver range for glob
22197npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
22198npm verb get http://registry.npmjs.org/glob not expired, no request
22199npm verb addNamed "6.0.3" is a plain semver version for glob
22200npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-6.0.3.tgz not in flight; adding
22201npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-6.0.3.tgz',
22202npm verb addRemoteTarball '5f02cd89587ce58b154ae0855de02a2e63986fca' ]
22203npm info retry fetch attempt 1 at 19:24:38
22204npm info attempt registry request try #1 at 19:24:38
22205npm http fetch GET http://registry.npmjs.org/glob/-/glob-6.0.3.tgz
22206npm http fetch 200 http://registry.npmjs.org/glob/-/glob-6.0.3.tgz
22207npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob/-/glob-6.0.3.tgz not in flight; adding
22208npm verb addTmpTarball already have metadata; skipping unpack for glob@6.0.3
22209npm verb afterAdd /root/.npm/glob/6.0.3/package/package.json not in flight; writing
22210npm verb afterAdd /root/.npm/glob/6.0.3/package/package.json written
22211npm verb request uri http://registry.npmjs.org/inflight
22212npm verb request no auth needed
22213npm info attempt registry request try #1 at 19:24:38
22214npm http request GET http://registry.npmjs.org/inflight
22215npm verb request uri http://registry.npmjs.org/path-is-absolute
22216npm verb request no auth needed
22217npm info attempt registry request try #1 at 19:24:38
22218npm http request GET http://registry.npmjs.org/path-is-absolute
22219npm http 200 http://registry.npmjs.org/inflight
22220npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22221npm verb headers etag: '"AYD7KENJNHXM5Z0WKMT2D06HW"',
22222npm verb headers 'content-type': 'application/json',
22223npm verb headers 'cache-control': 'max-age=60',
22224npm verb headers 'content-length': '6915',
22225npm verb headers 'accept-ranges': 'bytes',
22226npm verb headers date: 'Tue, 29 Dec 2015 19:24:38 GMT',
22227npm verb headers age: '24',
22228npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22229npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22230npm verb headers 'x-cache-hits': '2',
22231npm verb headers 'x-timer': 'S1451417078.835124,VS0,VE0',
22232npm verb headers vary: 'Accept',
22233npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
22234npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22235npm verb headers connection: 'keep-alive' }
22236npm verb get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json
22237npm http 200 http://registry.npmjs.org/path-is-absolute
22238npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22239npm verb headers etag: '"BN5VZYARJTFIZINEV94ZMOHSE"',
22240npm verb headers 'content-type': 'application/json',
22241npm verb headers 'cache-control': 'max-age=60',
22242npm verb headers 'content-length': '3204',
22243npm verb headers 'accept-ranges': 'bytes',
22244npm verb headers date: 'Tue, 29 Dec 2015 19:24:38 GMT',
22245npm verb headers age: '23',
22246npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22247npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22248npm verb headers 'x-cache-hits': '1',
22249npm verb headers 'x-timer': 'S1451417078.837416,VS0,VE0',
22250npm verb headers vary: 'Accept',
22251npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
22252npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22253npm verb headers connection: 'keep-alive' }
22254npm verb get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json
22255npm verb cache add spec inflight@^1.0.4
22256npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
22257npm verb addNameRange registry:http://registry.npmjs.org/inflight not in flight; fetching
22258npm verb cache add spec path-is-absolute@^1.0.0
22259npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
22260npm verb addNameRange registry:http://registry.npmjs.org/path-is-absolute not in flight; fetching
22261npm verb get http://registry.npmjs.org/inflight not expired, no request
22262npm verb addNamed "1.0.4" is a plain semver version for inflight
22263npm verb get http://registry.npmjs.org/path-is-absolute not expired, no request
22264npm verb addNamed "1.0.0" is a plain semver version for path-is-absolute
22265npm verb addRemoteTarball http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
22266npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
22267npm verb addRemoteTarball '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a' ]
22268npm verb addRemoteTarball http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
22269npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz',
22270npm verb addRemoteTarball '263dada66ab3f2fb10bf7f9d24dd8f3e570ef912' ]
22271npm info retry fetch attempt 1 at 19:24:38
22272npm info attempt registry request try #1 at 19:24:38
22273npm http fetch GET http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
22274npm info retry fetch attempt 1 at 19:24:38
22275npm info attempt registry request try #1 at 19:24:38
22276npm http fetch GET http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
22277npm http fetch 200 http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
22278npm http fetch 200 http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
22279npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
22280npm verb addTmpTarball already have metadata; skipping unpack for inflight@1.0.4
22281npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
22282npm verb addTmpTarball already have metadata; skipping unpack for path-is-absolute@1.0.0
22283npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json not in flight; writing
22284npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json not in flight; writing
22285npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json written
22286npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json written
22287npm verb request uri http://registry.npmjs.org/wrappy
22288npm verb request no auth needed
22289npm info attempt registry request try #1 at 19:24:38
22290npm http request GET http://registry.npmjs.org/wrappy
22291npm http 200 http://registry.npmjs.org/wrappy
22292npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22293npm verb headers etag: '"BC9JAW6E2PQBS8NYYKIYUR99F"',
22294npm verb headers 'content-type': 'application/json',
22295npm verb headers 'cache-control': 'max-age=60',
22296npm verb headers 'content-length': '3276',
22297npm verb headers 'accept-ranges': 'bytes',
22298npm verb headers date: 'Tue, 29 Dec 2015 19:24:38 GMT',
22299npm verb headers age: '37',
22300npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22301npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22302npm verb headers 'x-cache-hits': '2',
22303npm verb headers 'x-timer': 'S1451417078.907527,VS0,VE0',
22304npm verb headers vary: 'Accept',
22305npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
22306npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22307npm verb headers connection: 'keep-alive' }
22308npm verb get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json
22309npm verb cache add spec wrappy@1
22310npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
22311npm verb addNameRange registry:http://registry.npmjs.org/wrappy not in flight; fetching
22312npm verb get http://registry.npmjs.org/wrappy not expired, no request
22313npm verb addNamed "1.0.1" is a plain semver version for wrappy
22314npm verb addRemoteTarball http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
22315npm verb addRemoteTarball [ 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
22316npm verb addRemoteTarball '1e65969965ccbc2db4548c6b84a6f2c5aedd4739' ]
22317npm info retry fetch attempt 1 at 19:24:38
22318npm info attempt registry request try #1 at 19:24:38
22319npm http fetch GET http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
22320npm http fetch 200 http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
22321npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
22322npm verb addTmpTarball already have metadata; skipping unpack for wrappy@1.0.1
22323npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json not in flight; writing
22324npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json written
22325npm verb cache add spec assert-plus@0.1.x
22326npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for assert-plus
22327npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
22328npm verb get http://registry.npmjs.org/assert-plus not expired, no request
22329npm verb addNamed "0.1.5" is a plain semver version for assert-plus
22330npm verb addRemoteTarball http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
22331npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz',
22332npm verb addRemoteTarball 'ee74009413002d84cec7219c6ac811812e723160' ]
22333npm info retry fetch attempt 1 at 19:24:38
22334npm info attempt registry request try #1 at 19:24:38
22335npm http fetch GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
22336npm http fetch 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
22337npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
22338npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.1.5
22339npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
22340npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
22341npm verb cache add spec assert-plus@0.1.5
22342npm verb addNamed "0.1.5" is a plain semver version for assert-plus
22343npm verb addNameVersion registry:http://registry.npmjs.org/assert-plus not in flight; fetching
22344npm verb get http://registry.npmjs.org/assert-plus not expired, no request
22345npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
22346npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
22347npm verb request uri http://registry.npmjs.org/extsprintf
22348npm verb request no auth needed
22349npm info attempt registry request try #1 at 19:24:39
22350npm http request GET http://registry.npmjs.org/extsprintf
22351npm http 200 http://registry.npmjs.org/extsprintf
22352npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22353npm verb headers etag: '"8SZHSWXY2AGI2KX70GQFVOSWW"',
22354npm verb headers 'content-type': 'application/json',
22355npm verb headers 'cache-control': 'max-age=60',
22356npm verb headers 'content-length': '8730',
22357npm verb headers 'accept-ranges': 'bytes',
22358npm verb headers date: 'Tue, 29 Dec 2015 19:24:39 GMT',
22359npm verb headers age: '59',
22360npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22361npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22362npm verb headers 'x-cache-hits': '1',
22363npm verb headers 'x-timer': 'S1451417079.027105,VS0,VE0',
22364npm verb headers vary: 'Accept',
22365npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
22366npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22367npm verb headers connection: 'keep-alive' }
22368npm verb get saving extsprintf to /root/.npm/registry.npmjs.org/extsprintf/.cache.json
22369npm verb cache add spec extsprintf@1.2.0
22370npm verb addNamed "1.2.0" is a plain semver version for extsprintf
22371npm verb addNameVersion registry:http://registry.npmjs.org/extsprintf not in flight; fetching
22372npm verb get http://registry.npmjs.org/extsprintf not expired, no request
22373npm verb addRemoteTarball http://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz not in flight; adding
22374npm verb addRemoteTarball [ 'http://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz',
22375npm verb addRemoteTarball '5ad946c22f5b32ba7f8cd7426711c6e8a3fc2529' ]
22376npm info retry fetch attempt 1 at 19:24:39
22377npm info attempt registry request try #1 at 19:24:39
22378npm http fetch GET http://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz
22379npm http fetch 200 http://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz
22380npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz not in flight; adding
22381npm verb addTmpTarball already have metadata; skipping unpack for extsprintf@1.2.0
22382npm verb afterAdd /root/.npm/extsprintf/1.2.0/package/package.json not in flight; writing
22383npm verb afterAdd /root/.npm/extsprintf/1.2.0/package/package.json written
22384npm verb cache add spec methods@1.0.0
22385npm verb addNamed "1.0.0" is a plain semver version for methods
22386npm verb addNameVersion registry:http://registry.npmjs.org/methods not in flight; fetching
22387npm verb get http://registry.npmjs.org/methods not expired, no request
22388npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-1.0.0.tgz not in flight; adding
22389npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-1.0.0.tgz',
22390npm verb addRemoteTarball '9a73d86375dfcef26ef61ca3e4b8a2e2538a80e3' ]
22391npm info retry fetch attempt 1 at 19:24:39
22392npm info attempt registry request try #1 at 19:24:39
22393npm http fetch GET http://registry.npmjs.org/methods/-/methods-1.0.0.tgz
22394npm http fetch 200 http://registry.npmjs.org/methods/-/methods-1.0.0.tgz
22395npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/methods/-/methods-1.0.0.tgz not in flight; adding
22396npm verb addTmpTarball already have metadata; skipping unpack for methods@1.0.0
22397npm verb afterAdd /root/.npm/methods/1.0.0/package/package.json not in flight; writing
22398npm verb afterAdd /root/.npm/methods/1.0.0/package/package.json written
22399npm verb cache add spec async@0.9.0
22400npm verb cache add spec bson@~0.4.18
22401npm verb cache add spec mongodb@2.0.46
22402npm verb cache add spec ms@0.1.0
22403npm verb addNamed "0.9.0" is a plain semver version for async
22404npm verb addNameVersion registry:http://registry.npmjs.org/async not in flight; fetching
22405npm verb addNamed ">=0.4.18 <0.5.0" is a valid semver range for bson
22406npm verb addNameRange registry:http://registry.npmjs.org/bson not in flight; fetching
22407npm verb addNamed "2.0.46" is a plain semver version for mongodb
22408npm verb addNameVersion registry:http://registry.npmjs.org/mongodb not in flight; fetching
22409npm verb addNamed "0.1.0" is a plain semver version for ms
22410npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
22411npm verb request uri http://registry.npmjs.org/hooks-fixed
22412npm verb request no auth needed
22413npm info attempt registry request try #1 at 19:24:40
22414npm http request GET http://registry.npmjs.org/hooks-fixed
22415npm verb request uri http://registry.npmjs.org/kareem
22416npm verb request no auth needed
22417npm info attempt registry request try #1 at 19:24:40
22418npm http request GET http://registry.npmjs.org/kareem
22419npm verb request uri http://registry.npmjs.org/mpath
22420npm verb request no auth needed
22421npm info attempt registry request try #1 at 19:24:40
22422npm http request GET http://registry.npmjs.org/mpath
22423npm verb request uri http://registry.npmjs.org/mpromise
22424npm verb request no auth needed
22425npm info attempt registry request try #1 at 19:24:40
22426npm http request GET http://registry.npmjs.org/mpromise
22427npm verb request uri http://registry.npmjs.org/mquery
22428npm verb request no auth needed
22429npm info attempt registry request try #1 at 19:24:40
22430npm http request GET http://registry.npmjs.org/mquery
22431npm verb request uri http://registry.npmjs.org/muri
22432npm verb request no auth needed
22433npm info attempt registry request try #1 at 19:24:40
22434npm http request GET http://registry.npmjs.org/muri
22435npm verb request uri http://registry.npmjs.org/regexp-clone
22436npm verb request no auth needed
22437npm info attempt registry request try #1 at 19:24:40
22438npm http request GET http://registry.npmjs.org/regexp-clone
22439npm verb request uri http://registry.npmjs.org/sliced
22440npm verb request no auth needed
22441npm info attempt registry request try #1 at 19:24:40
22442npm http request GET http://registry.npmjs.org/sliced
22443npm verb get http://registry.npmjs.org/async not expired, no request
22444npm verb get http://registry.npmjs.org/bson not expired, no request
22445npm verb addNamed "0.4.20" is a plain semver version for bson
22446npm verb get http://registry.npmjs.org/mongodb not expired, no request
22447npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.9.0.tgz not in flight; adding
22448npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.9.0.tgz',
22449npm verb addRemoteTarball 'ac3613b1da9bed1b47510bb4651b8931e47146c7' ]
22450npm verb addRemoteTarball http://registry.npmjs.org/bson/-/bson-0.4.20.tgz not in flight; adding
22451npm verb addRemoteTarball [ 'http://registry.npmjs.org/bson/-/bson-0.4.20.tgz',
22452npm verb addRemoteTarball '39b7fa42ef49378f71f40cbc165e46b41c2ff79e' ]
22453npm verb addRemoteTarball http://registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz not in flight; adding
22454npm verb addRemoteTarball [ 'http://registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz',
22455npm verb addRemoteTarball 'b1b857465e45e259b1e0e033698341a64cb93559' ]
22456npm verb request uri http://registry.npmjs.org/ms
22457npm verb request no auth needed
22458npm info attempt registry request try #1 at 19:24:40
22459npm verb etag "5W0HPW6PWGLJ3ZF2FS08L0INV"
22460npm http request GET http://registry.npmjs.org/ms
22461npm http 200 http://registry.npmjs.org/muri
22462npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22463npm verb headers etag: '"1A8HZR3VWLZ26QA17AQVL78FR"',
22464npm verb headers 'content-type': 'application/json',
22465npm verb headers 'cache-control': 'max-age=300',
22466npm verb headers 'content-length': '10567',
22467npm verb headers 'accept-ranges': 'bytes',
22468npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22469npm verb headers age: '188',
22470npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22471npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22472npm verb headers 'x-cache-hits': '2',
22473npm verb headers 'x-timer': 'S1451417080.405491,VS0,VE0',
22474npm verb headers vary: 'Accept',
22475npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22476npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22477npm verb headers connection: 'keep-alive' }
22478npm verb get saving muri to /root/.npm/registry.npmjs.org/muri/.cache.json
22479npm http 200 http://registry.npmjs.org/regexp-clone
22480npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22481npm verb headers etag: '"AMGTX5SC3OTT0F8UOW43HZ5FK"',
22482npm verb headers 'content-type': 'application/json',
22483npm verb headers 'cache-control': 'max-age=300',
22484npm verb headers 'content-length': '2001',
22485npm verb headers 'accept-ranges': 'bytes',
22486npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22487npm verb headers age: '64',
22488npm verb headers 'x-served-by': 'cache-fra1247-FRA',
22489npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22490npm verb headers 'x-cache-hits': '1',
22491npm verb headers 'x-timer': 'S1451417080.426867,VS0,VE0',
22492npm verb headers vary: 'Accept',
22493npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22494npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22495npm verb headers connection: 'keep-alive' }
22496npm verb get saving regexp-clone to /root/.npm/registry.npmjs.org/regexp-clone/.cache.json
22497npm http 200 http://registry.npmjs.org/kareem
22498npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22499npm verb headers etag: '"3KB69FSTLPHYF4Q4CP5U5CL62"',
22500npm verb headers 'content-type': 'application/json',
22501npm verb headers 'cache-control': 'max-age=300',
22502npm verb headers 'content-length': '19425',
22503npm verb headers 'accept-ranges': 'bytes',
22504npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22505npm verb headers age: '63',
22506npm verb headers 'x-served-by': 'cache-fra1220-FRA',
22507npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22508npm verb headers 'x-cache-hits': '1',
22509npm verb headers 'x-timer': 'S1451417080.427171,VS0,VE0',
22510npm verb headers vary: 'Accept',
22511npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22512npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22513npm verb headers connection: 'keep-alive' }
22514npm verb get saving kareem to /root/.npm/registry.npmjs.org/kareem/.cache.json
22515npm http 200 http://registry.npmjs.org/hooks-fixed
22516npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22517npm verb headers etag: '"7FDRSO8LVKY0T91IYEUXQLU0Z"',
22518npm verb headers 'content-type': 'application/json',
22519npm verb headers 'cache-control': 'max-age=300',
22520npm verb headers 'content-length': '19299',
22521npm verb headers 'accept-ranges': 'bytes',
22522npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22523npm verb headers age: '121',
22524npm verb headers 'x-served-by': 'cache-fra1244-FRA',
22525npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22526npm verb headers 'x-cache-hits': '1',
22527npm verb headers 'x-timer': 'S1451417080.427355,VS0,VE0',
22528npm verb headers vary: 'Accept',
22529npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22530npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22531npm verb headers connection: 'keep-alive' }
22532npm verb get saving hooks-fixed to /root/.npm/registry.npmjs.org/hooks-fixed/.cache.json
22533npm http 200 http://registry.npmjs.org/mquery
22534npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22535npm verb headers etag: '"73VBBT9H4BA6QE1ZRIL3RC2WB"',
22536npm verb headers 'content-type': 'application/json',
22537npm verb headers 'cache-control': 'max-age=300',
22538npm verb headers 'content-length': '76722',
22539npm verb headers 'accept-ranges': 'bytes',
22540npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22541npm verb headers age: '195',
22542npm verb headers 'x-served-by': 'cache-fra1238-FRA',
22543npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22544npm verb headers 'x-cache-hits': '2',
22545npm verb headers 'x-timer': 'S1451417080.405610,VS0,VE0',
22546npm verb headers vary: 'Accept',
22547npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22548npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22549npm verb headers connection: 'keep-alive' }
22550npm verb get saving mquery to /root/.npm/registry.npmjs.org/mquery/.cache.json
22551npm info retry fetch attempt 1 at 19:24:40
22552npm info attempt registry request try #1 at 19:24:40
22553npm http fetch GET http://registry.npmjs.org/async/-/async-0.9.0.tgz
22554npm info retry fetch attempt 1 at 19:24:40
22555npm info attempt registry request try #1 at 19:24:40
22556npm http fetch GET http://registry.npmjs.org/bson/-/bson-0.4.20.tgz
22557npm info retry fetch attempt 1 at 19:24:40
22558npm info attempt registry request try #1 at 19:24:40
22559npm http fetch GET http://registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz
22560npm http 304 http://registry.npmjs.org/ms
22561npm verb headers { date: 'Tue, 29 Dec 2015 19:24:30 GMT',
22562npm verb headers 'content-type': 'application/json',
22563npm verb headers age: '231',
22564npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
22565npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22566npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
22567npm verb headers connection: 'keep-alive' }
22568npm verb etag http://registry.npmjs.org/ms from cache
22569npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
22570npm http fetch 200 http://registry.npmjs.org/async/-/async-0.9.0.tgz
22571npm http fetch 200 http://registry.npmjs.org/bson/-/bson-0.4.20.tgz
22572npm http fetch 200 http://registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz
22573npm verb cache add spec muri@1.0.0
22574npm verb addNamed "1.0.0" is a plain semver version for muri
22575npm verb addNameVersion registry:http://registry.npmjs.org/muri not in flight; fetching
22576npm verb cache add spec kareem@1.0.1
22577npm verb addNamed "1.0.1" is a plain semver version for kareem
22578npm verb addNameVersion registry:http://registry.npmjs.org/kareem not in flight; fetching
22579npm verb cache add spec hooks-fixed@1.1.0
22580npm verb addNamed "1.1.0" is a plain semver version for hooks-fixed
22581npm verb addNameVersion registry:http://registry.npmjs.org/hooks-fixed not in flight; fetching
22582npm verb cache add spec regexp-clone@0.0.1
22583npm verb addNamed "0.0.1" is a plain semver version for regexp-clone
22584npm verb addNameVersion registry:http://registry.npmjs.org/regexp-clone not in flight; fetching
22585npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/async/-/async-0.9.0.tgz not in flight; adding
22586npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.0
22587npm verb cache add spec mquery@1.6.3
22588npm verb addNamed "1.6.3" is a plain semver version for mquery
22589npm verb addNameVersion registry:http://registry.npmjs.org/mquery not in flight; fetching
22590npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.1.0.tgz not in flight; adding
22591npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.1.0.tgz',
22592npm verb addRemoteTarball 'f21fac490daf1d7667fd180fe9077389cc9442b2' ]
22593npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bson/-/bson-0.4.20.tgz not in flight; adding
22594npm verb addTmpTarball already have metadata; skipping unpack for bson@0.4.20
22595npm info retry fetch attempt 1 at 19:24:40
22596npm info attempt registry request try #1 at 19:24:40
22597npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.1.0.tgz
22598npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz not in flight; adding
22599npm verb addTmpTarball already have metadata; skipping unpack for mongodb@2.0.46
22600npm verb get http://registry.npmjs.org/kareem not expired, no request
22601npm verb get http://registry.npmjs.org/muri not expired, no request
22602npm verb get http://registry.npmjs.org/regexp-clone not expired, no request
22603npm verb get http://registry.npmjs.org/hooks-fixed not expired, no request
22604npm verb addRemoteTarball http://registry.npmjs.org/kareem/-/kareem-1.0.1.tgz not in flight; adding
22605npm verb addRemoteTarball [ 'http://registry.npmjs.org/kareem/-/kareem-1.0.1.tgz',
22606npm verb addRemoteTarball '7805d215bb53214ec3af969a1d0b1f17e3e7b95c' ]
22607npm verb addRemoteTarball http://registry.npmjs.org/muri/-/muri-1.0.0.tgz not in flight; adding
22608npm verb addRemoteTarball [ 'http://registry.npmjs.org/muri/-/muri-1.0.0.tgz',
22609npm verb addRemoteTarball 'de3bf6bd71d67eae71d76689b950d2de118695c6' ]
22610npm verb get http://registry.npmjs.org/mquery not expired, no request
22611npm verb addRemoteTarball http://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz not in flight; adding
22612npm verb addRemoteTarball [ 'http://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz',
22613npm verb addRemoteTarball 'a7c2e09891fdbf38fbb10d376fb73003e68ac589' ]
22614npm verb addRemoteTarball http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz not in flight; adding
22615npm verb addRemoteTarball [ 'http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz',
22616npm verb addRemoteTarball '0e8c15336708e6611185fe390b44687dd5230dbb' ]
22617npm verb addRemoteTarball http://registry.npmjs.org/mquery/-/mquery-1.6.3.tgz not in flight; adding
22618npm verb addRemoteTarball [ 'http://registry.npmjs.org/mquery/-/mquery-1.6.3.tgz',
22619npm verb addRemoteTarball '7c02bfb7e49c8012cece1556c5e65fef61f3c8e5' ]
22620npm info retry fetch attempt 1 at 19:24:40
22621npm info attempt registry request try #1 at 19:24:40
22622npm http fetch GET http://registry.npmjs.org/kareem/-/kareem-1.0.1.tgz
22623npm info retry fetch attempt 1 at 19:24:40
22624npm info attempt registry request try #1 at 19:24:40
22625npm http fetch GET http://registry.npmjs.org/muri/-/muri-1.0.0.tgz
22626npm info retry fetch attempt 1 at 19:24:40
22627npm info attempt registry request try #1 at 19:24:40
22628npm http fetch GET http://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz
22629npm info retry fetch attempt 1 at 19:24:40
22630npm info attempt registry request try #1 at 19:24:40
22631npm http fetch GET http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz
22632npm verb afterAdd /root/.npm/async/0.9.0/package/package.json not in flight; writing
22633npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.1.0.tgz
22634npm info retry fetch attempt 1 at 19:24:40
22635npm info attempt registry request try #1 at 19:24:40
22636npm http fetch GET http://registry.npmjs.org/mquery/-/mquery-1.6.3.tgz
22637npm http fetch 200 http://registry.npmjs.org/kareem/-/kareem-1.0.1.tgz
22638npm verb afterAdd /root/.npm/bson/0.4.20/package/package.json not in flight; writing
22639npm http fetch 200 http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz
22640npm http fetch 200 http://registry.npmjs.org/mquery/-/mquery-1.6.3.tgz
22641npm verb afterAdd /root/.npm/async/0.9.0/package/package.json written
22642npm verb afterAdd /root/.npm/mongodb/2.0.46/package/package.json not in flight; writing
22643npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/kareem/-/kareem-1.0.1.tgz not in flight; adding
22644npm verb addTmpTarball already have metadata; skipping unpack for kareem@1.0.1
22645npm verb afterAdd /root/.npm/bson/0.4.20/package/package.json written
22646npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ms/-/ms-0.1.0.tgz not in flight; adding
22647npm verb addTmpTarball already have metadata; skipping unpack for ms@0.1.0
22648npm http fetch 200 http://registry.npmjs.org/muri/-/muri-1.0.0.tgz
22649npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz not in flight; adding
22650npm verb addTmpTarball already have metadata; skipping unpack for hooks-fixed@1.1.0
22651npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mquery/-/mquery-1.6.3.tgz not in flight; adding
22652npm verb addTmpTarball already have metadata; skipping unpack for mquery@1.6.3
22653npm verb afterAdd /root/.npm/mongodb/2.0.46/package/package.json written
22654npm http fetch 200 http://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz
22655npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/muri/-/muri-1.0.0.tgz not in flight; adding
22656npm verb addTmpTarball already have metadata; skipping unpack for muri@1.0.0
22657npm verb afterAdd /root/.npm/ms/0.1.0/package/package.json not in flight; writing
22658npm verb afterAdd /root/.npm/kareem/1.0.1/package/package.json not in flight; writing
22659npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz not in flight; adding
22660npm verb addTmpTarball already have metadata; skipping unpack for regexp-clone@0.0.1
22661npm verb afterAdd /root/.npm/hooks-fixed/1.1.0/package/package.json not in flight; writing
22662npm verb afterAdd /root/.npm/mquery/1.6.3/package/package.json not in flight; writing
22663npm verb afterAdd /root/.npm/kareem/1.0.1/package/package.json written
22664npm verb afterAdd /root/.npm/ms/0.1.0/package/package.json written
22665npm verb afterAdd /root/.npm/hooks-fixed/1.1.0/package/package.json written
22666npm verb afterAdd /root/.npm/mquery/1.6.3/package/package.json written
22667npm verb afterAdd /root/.npm/muri/1.0.0/package/package.json not in flight; writing
22668npm verb afterAdd /root/.npm/regexp-clone/0.0.1/package/package.json not in flight; writing
22669npm verb afterAdd /root/.npm/muri/1.0.0/package/package.json written
22670npm verb afterAdd /root/.npm/regexp-clone/0.0.1/package/package.json written
22671npm http 200 http://registry.npmjs.org/sliced
22672npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22673npm verb headers etag: '"EN5U9Y31DK6WV3FZK1C511NBT"',
22674npm verb headers 'content-type': 'application/json',
22675npm verb headers 'cache-control': 'max-age=300',
22676npm verb headers 'content-length': '9645',
22677npm verb headers 'accept-ranges': 'bytes',
22678npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22679npm verb headers age: '188',
22680npm verb headers 'x-served-by': 'cache-fra1220-FRA',
22681npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22682npm verb headers 'x-cache-hits': '2',
22683npm verb headers 'x-timer': 'S1451417080.405805,VS0,VE0',
22684npm verb headers vary: 'Accept',
22685npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22686npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22687npm verb headers connection: 'keep-alive' }
22688npm verb get saving sliced to /root/.npm/registry.npmjs.org/sliced/.cache.json
22689npm verb cache add spec sliced@0.0.5
22690npm verb addNamed "0.0.5" is a plain semver version for sliced
22691npm verb addNameVersion registry:http://registry.npmjs.org/sliced not in flight; fetching
22692npm http 200 http://registry.npmjs.org/mpath
22693npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22694npm verb headers etag: '"DD146YM5VNF79SWUY199CJ9P6"',
22695npm verb headers 'content-type': 'application/json',
22696npm verb headers 'cache-control': 'max-age=300',
22697npm verb headers 'content-length': '11847',
22698npm verb headers 'accept-ranges': 'bytes',
22699npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22700npm verb headers age: '64',
22701npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22702npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22703npm verb headers 'x-cache-hits': '1',
22704npm verb headers 'x-timer': 'S1451417080.405544,VS0,VE0',
22705npm verb headers vary: 'Accept',
22706npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22707npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22708npm verb headers connection: 'keep-alive' }
22709npm verb get saving mpath to /root/.npm/registry.npmjs.org/mpath/.cache.json
22710npm http 200 http://registry.npmjs.org/mpromise
22711npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22712npm verb headers etag: '"ANP2S12BAVZ9XZPOEVBCCO9YG"',
22713npm verb headers 'content-type': 'application/json',
22714npm verb headers 'cache-control': 'max-age=300',
22715npm verb headers 'content-length': '24225',
22716npm verb headers 'accept-ranges': 'bytes',
22717npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22718npm verb headers age: '194',
22719npm verb headers 'x-served-by': 'cache-fra1223-FRA',
22720npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22721npm verb headers 'x-cache-hits': '1',
22722npm verb headers 'x-timer': 'S1451417080.405758,VS0,VE1',
22723npm verb headers vary: 'Accept',
22724npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22725npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22726npm verb headers connection: 'keep-alive' }
22727npm verb get saving mpromise to /root/.npm/registry.npmjs.org/mpromise/.cache.json
22728npm verb get http://registry.npmjs.org/sliced not expired, no request
22729npm verb addRemoteTarball http://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz not in flight; adding
22730npm verb addRemoteTarball [ 'http://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz',
22731npm verb addRemoteTarball '5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f' ]
22732npm info retry fetch attempt 1 at 19:24:40
22733npm info attempt registry request try #1 at 19:24:40
22734npm http fetch GET http://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz
22735npm verb cache add spec mpath@0.1.1
22736npm verb addNamed "0.1.1" is a plain semver version for mpath
22737npm verb addNameVersion registry:http://registry.npmjs.org/mpath not in flight; fetching
22738npm verb cache add spec mpromise@0.5.4
22739npm verb addNamed "0.5.4" is a plain semver version for mpromise
22740npm verb addNameVersion registry:http://registry.npmjs.org/mpromise not in flight; fetching
22741npm http fetch 200 http://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz
22742npm verb get http://registry.npmjs.org/mpath not expired, no request
22743npm verb get http://registry.npmjs.org/mpromise not expired, no request
22744npm verb addRemoteTarball http://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz not in flight; adding
22745npm verb addRemoteTarball [ 'http://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz',
22746npm verb addRemoteTarball '23da852b7c232ee097f4759d29c0ee9cd22d5e46' ]
22747npm verb addRemoteTarball http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz not in flight; adding
22748npm verb addRemoteTarball [ 'http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz',
22749npm verb addRemoteTarball 'b610613ec6de37419f944b35f0783b4de9f5dc75' ]
22750npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sliced/-/sliced-0.0.5.tgz not in flight; adding
22751npm verb addTmpTarball already have metadata; skipping unpack for sliced@0.0.5
22752npm info retry fetch attempt 1 at 19:24:40
22753npm info attempt registry request try #1 at 19:24:40
22754npm http fetch GET http://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz
22755npm info retry fetch attempt 1 at 19:24:40
22756npm info attempt registry request try #1 at 19:24:40
22757npm http fetch GET http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz
22758npm http fetch 200 http://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz
22759npm http fetch 200 http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz
22760npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mpath/-/mpath-0.1.1.tgz not in flight; adding
22761npm verb addTmpTarball already have metadata; skipping unpack for mpath@0.1.1
22762npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz not in flight; adding
22763npm verb addTmpTarball already have metadata; skipping unpack for mpromise@0.5.4
22764npm verb afterAdd /root/.npm/sliced/0.0.5/package/package.json not in flight; writing
22765npm verb afterAdd /root/.npm/sliced/0.0.5/package/package.json written
22766npm verb afterAdd /root/.npm/mpath/0.1.1/package/package.json not in flight; writing
22767npm verb afterAdd /root/.npm/mpromise/0.5.4/package/package.json not in flight; writing
22768npm verb afterAdd /root/.npm/mpath/0.1.1/package/package.json written
22769npm verb afterAdd /root/.npm/mpromise/0.5.4/package/package.json written
22770npm verb cache add spec readable-stream@1.0.31
22771npm verb addNamed "1.0.31" is a plain semver version for readable-stream
22772npm verb addNameVersion registry:http://registry.npmjs.org/readable-stream not in flight; fetching
22773npm verb request uri http://registry.npmjs.org/mongodb-core
22774npm verb request no auth needed
22775npm info attempt registry request try #1 at 19:24:40
22776npm http request GET http://registry.npmjs.org/mongodb-core
22777npm verb request uri http://registry.npmjs.org/es6-promise
22778npm verb request no auth needed
22779npm info attempt registry request try #1 at 19:24:40
22780npm http request GET http://registry.npmjs.org/es6-promise
22781npm verb get http://registry.npmjs.org/readable-stream not expired, no request
22782npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz not in flight; adding
22783npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz',
22784npm verb addRemoteTarball '8f2502e0bc9e3b0da1b94520aabb4e2603ecafae' ]
22785npm info retry fetch attempt 1 at 19:24:40
22786npm info attempt registry request try #1 at 19:24:40
22787npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz
22788npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz
22789npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz not in flight; adding
22790npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.0.31
22791npm verb afterAdd /root/.npm/readable-stream/1.0.31/package/package.json not in flight; writing
22792npm http 200 http://registry.npmjs.org/es6-promise
22793npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22794npm verb headers etag: '"75NMVNXXU3PIPPO9V5X214GV5"',
22795npm verb headers 'content-type': 'application/json',
22796npm verb headers 'cache-control': 'max-age=300',
22797npm verb headers 'content-length': '28577',
22798npm verb headers 'accept-ranges': 'bytes',
22799npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22800npm verb headers age: '199',
22801npm verb headers 'x-served-by': 'cache-fra1220-FRA',
22802npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22803npm verb headers 'x-cache-hits': '3',
22804npm verb headers 'x-timer': 'S1451417080.843343,VS0,VE0',
22805npm verb headers vary: 'Accept',
22806npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22807npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22808npm verb headers connection: 'keep-alive' }
22809npm verb get saving es6-promise to /root/.npm/registry.npmjs.org/es6-promise/.cache.json
22810npm verb afterAdd /root/.npm/readable-stream/1.0.31/package/package.json written
22811npm verb cache add spec es6-promise@2.1.1
22812npm verb addNamed "2.1.1" is a plain semver version for es6-promise
22813npm verb addNameVersion registry:http://registry.npmjs.org/es6-promise not in flight; fetching
22814npm verb get http://registry.npmjs.org/es6-promise not expired, no request
22815npm verb addRemoteTarball http://registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz not in flight; adding
22816npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz',
22817npm verb addRemoteTarball '03e8f3c7297928e5478d6ab1d0643251507bdedd' ]
22818npm info retry fetch attempt 1 at 19:24:40
22819npm info attempt registry request try #1 at 19:24:40
22820npm http fetch GET http://registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz
22821npm http fetch 200 http://registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz
22822npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz not in flight; adding
22823npm verb addTmpTarball already have metadata; skipping unpack for es6-promise@2.1.1
22824npm verb afterAdd /root/.npm/es6-promise/2.1.1/package/package.json not in flight; writing
22825npm verb afterAdd /root/.npm/es6-promise/2.1.1/package/package.json written
22826npm http 200 http://registry.npmjs.org/mongodb-core
22827npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22828npm verb headers etag: '"2NU4RI1GYJTE21UNTAOMERO2N"',
22829npm verb headers 'content-type': 'application/json',
22830npm verb headers 'cache-control': 'max-age=300',
22831npm verb headers 'content-length': '106081',
22832npm verb headers 'accept-ranges': 'bytes',
22833npm verb headers date: 'Tue, 29 Dec 2015 19:24:40 GMT',
22834npm verb headers age: '159',
22835npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22836npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22837npm verb headers 'x-cache-hits': '1',
22838npm verb headers 'x-timer': 'S1451417080.843260,VS0,VE0',
22839npm verb headers vary: 'Accept',
22840npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22841npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22842npm verb headers connection: 'keep-alive' }
22843npm verb get saving mongodb-core to /root/.npm/registry.npmjs.org/mongodb-core/.cache.json
22844npm verb cache add spec mongodb-core@1.2.19
22845npm verb addNamed "1.2.19" is a plain semver version for mongodb-core
22846npm verb addNameVersion registry:http://registry.npmjs.org/mongodb-core not in flight; fetching
22847npm verb get http://registry.npmjs.org/mongodb-core not expired, no request
22848npm verb addRemoteTarball http://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz not in flight; adding
22849npm verb addRemoteTarball [ 'http://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz',
22850npm verb addRemoteTarball 'fcb35f6b6abc5c3de1f1a4a5db526b9e306f3eb7' ]
22851npm info retry fetch attempt 1 at 19:24:41
22852npm info attempt registry request try #1 at 19:24:41
22853npm http fetch GET http://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz
22854npm http fetch 200 http://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz
22855npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz not in flight; adding
22856npm verb addTmpTarball already have metadata; skipping unpack for mongodb-core@1.2.19
22857npm verb afterAdd /root/.npm/mongodb-core/1.2.19/package/package.json not in flight; writing
22858npm verb afterAdd /root/.npm/mongodb-core/1.2.19/package/package.json written
22859npm verb cache add spec bson@~0.4.19
22860npm verb addNamed ">=0.4.19 <0.5.0" is a valid semver range for bson
22861npm verb addNameRange registry:http://registry.npmjs.org/bson not in flight; fetching
22862npm verb get http://registry.npmjs.org/bson not expired, no request
22863npm verb addNamed "0.4.20" is a plain semver version for bson
22864npm verb afterAdd /root/.npm/bson/0.4.20/package/package.json not in flight; writing
22865npm verb afterAdd /root/.npm/bson/0.4.20/package/package.json written
22866npm verb cache add spec debug@2.2.0
22867npm verb addNamed "2.2.0" is a plain semver version for debug
22868npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
22869npm verb request uri http://registry.npmjs.org/bluebird
22870npm verb request no auth needed
22871npm info attempt registry request try #1 at 19:24:41
22872npm http request GET http://registry.npmjs.org/bluebird
22873npm verb request uri http://registry.npmjs.org/debug
22874npm verb request no auth needed
22875npm info attempt registry request try #1 at 19:24:41
22876npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
22877npm http request GET http://registry.npmjs.org/debug
22878npm http 304 http://registry.npmjs.org/debug
22879npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
22880npm verb headers 'content-type': 'application/json',
22881npm verb headers age: '193',
22882npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
22883npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22884npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
22885npm verb headers connection: 'keep-alive' }
22886npm verb etag http://registry.npmjs.org/debug from cache
22887npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
22888npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.2.0.tgz not in flight; adding
22889npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.2.0.tgz',
22890npm verb addRemoteTarball 'f87057e995b1a1f6ae6a4960664137bc56f039da' ]
22891npm info retry fetch attempt 1 at 19:24:41
22892npm info attempt registry request try #1 at 19:24:41
22893npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
22894npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
22895npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/debug/-/debug-2.2.0.tgz not in flight; adding
22896npm verb addTmpTarball already have metadata; skipping unpack for debug@2.2.0
22897npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
22898npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
22899npm http 200 http://registry.npmjs.org/bluebird
22900npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22901npm verb headers etag: '"3UGNFMPRGXK5JAY51Q1ZC37OM"',
22902npm verb headers 'content-type': 'application/json',
22903npm verb headers 'cache-control': 'max-age=300',
22904npm verb headers 'content-length': '336223',
22905npm verb headers 'accept-ranges': 'bytes',
22906npm verb headers date: 'Tue, 29 Dec 2015 19:24:41 GMT',
22907npm verb headers age: '168',
22908npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22909npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22910npm verb headers 'x-cache-hits': '2',
22911npm verb headers 'x-timer': 'S1451417081.198752,VS0,VE0',
22912npm verb headers vary: 'Accept',
22913npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22914npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22915npm verb headers connection: 'keep-alive' }
22916npm verb get saving bluebird to /root/.npm/registry.npmjs.org/bluebird/.cache.json
22917npm verb cache add spec bluebird@2.9.26
22918npm verb addNamed "2.9.26" is a plain semver version for bluebird
22919npm verb addNameVersion registry:http://registry.npmjs.org/bluebird not in flight; fetching
22920npm verb get http://registry.npmjs.org/bluebird not expired, no request
22921npm verb addRemoteTarball http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz not in flight; adding
22922npm verb addRemoteTarball [ 'http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz',
22923npm verb addRemoteTarball '362772ea4d09f556a4b9f3b64c2fd136e87e3a55' ]
22924npm info retry fetch attempt 1 at 19:24:41
22925npm info attempt registry request try #1 at 19:24:41
22926npm http fetch GET http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz
22927npm http fetch 200 http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz
22928npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz not in flight; adding
22929npm verb addTmpTarball already have metadata; skipping unpack for bluebird@2.9.26
22930npm verb afterAdd /root/.npm/bluebird/2.9.26/package/package.json not in flight; writing
22931npm verb afterAdd /root/.npm/bluebird/2.9.26/package/package.json written
22932npm verb cache add spec ms@0.7.1
22933npm verb addNamed "0.7.1" is a plain semver version for ms
22934npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
22935npm verb get http://registry.npmjs.org/ms not expired, no request
22936npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
22937npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
22938npm verb cache add spec bytes@0.3.0
22939npm verb addNamed "0.3.0" is a plain semver version for bytes
22940npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
22941npm verb request uri http://registry.npmjs.org/bytes
22942npm verb request no auth needed
22943npm info attempt registry request try #1 at 19:24:41
22944npm verb etag "9Z54CDPJPFB84A5EQY8A939AW"
22945npm http request GET http://registry.npmjs.org/bytes
22946npm http 304 http://registry.npmjs.org/bytes
22947npm verb headers { date: 'Tue, 29 Dec 2015 19:24:41 GMT',
22948npm verb headers 'cache-control': 'max-age=60',
22949npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
22950npm verb headers age: '40',
22951npm verb headers 'x-served-by': 'cache-fra1246-FRA',
22952npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
22953npm verb headers 'x-cache-hits': '11',
22954npm verb headers 'x-timer': 'S1451417081.902181,VS0,VE0',
22955npm verb headers vary: 'Accept',
22956npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
22957npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
22958npm verb headers connection: 'keep-alive' }
22959npm verb etag http://registry.npmjs.org/bytes from cache
22960npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
22961npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz not in flight; adding
22962npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz',
22963npm verb addRemoteTarball '78e2e0e28c7f9c7b988ea8aee0db4d5fa9941935' ]
22964npm info retry fetch attempt 1 at 19:24:41
22965npm info attempt registry request try #1 at 19:24:41
22966npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz
22967npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz
22968npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bytes/-/bytes-0.3.0.tgz not in flight; adding
22969npm verb addTmpTarball already have metadata; skipping unpack for bytes@0.3.0
22970npm verb afterAdd /root/.npm/bytes/0.3.0/package/package.json not in flight; writing
22971npm verb afterAdd /root/.npm/bytes/0.3.0/package/package.json written
22972npm verb cache add spec qs@~1.2.2
22973npm verb cache add spec type-is@~1.5.2
22974npm verb addNamed ">=1.2.2 <1.3.0" is a valid semver range for qs
22975npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
22976npm verb addNamed ">=1.5.2 <1.6.0" is a valid semver range for type-is
22977npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
22978npm verb request uri http://registry.npmjs.org/busboy
22979npm verb request no auth needed
22980npm info attempt registry request try #1 at 19:24:42
22981npm http request GET http://registry.npmjs.org/busboy
22982npm verb request uri http://registry.npmjs.org/qs
22983npm verb request no auth needed
22984npm info attempt registry request try #1 at 19:24:42
22985npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
22986npm http request GET http://registry.npmjs.org/qs
22987npm verb request uri http://registry.npmjs.org/type-is
22988npm verb request no auth needed
22989npm info attempt registry request try #1 at 19:24:42
22990npm verb etag "460R9QTM2R63TFO6D7HBETX5A"
22991npm http request GET http://registry.npmjs.org/type-is
22992npm http 304 http://registry.npmjs.org/qs
22993npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
22994npm verb headers 'content-type': 'application/json',
22995npm verb headers age: '19',
22996npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
22997npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
22998npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
22999npm verb headers connection: 'keep-alive' }
23000npm verb etag http://registry.npmjs.org/qs from cache
23001npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
23002npm verb addNamed "1.2.2" is a plain semver version for qs
23003npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-1.2.2.tgz not in flight; adding
23004npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-1.2.2.tgz',
23005npm verb addRemoteTarball '19b57ff24dc2a99ce1f8bdf6afcda59f8ef61f88' ]
23006npm info retry fetch attempt 1 at 19:24:42
23007npm info attempt registry request try #1 at 19:24:42
23008npm http fetch GET http://registry.npmjs.org/qs/-/qs-1.2.2.tgz
23009npm http fetch 200 http://registry.npmjs.org/qs/-/qs-1.2.2.tgz
23010npm http 304 http://registry.npmjs.org/type-is
23011npm verb headers { date: 'Tue, 29 Dec 2015 19:24:42 GMT',
23012npm verb headers 'cache-control': 'max-age=60',
23013npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
23014npm verb headers age: '31',
23015npm verb headers 'x-served-by': 'cache-fra1247-FRA',
23016npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23017npm verb headers 'x-cache-hits': '1',
23018npm verb headers 'x-timer': 'S1451417082.024494,VS0,VE0',
23019npm verb headers vary: 'Accept',
23020npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
23021npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23022npm verb headers connection: 'keep-alive' }
23023npm verb etag http://registry.npmjs.org/type-is from cache
23024npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
23025npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/qs/-/qs-1.2.2.tgz not in flight; adding
23026npm verb addTmpTarball already have metadata; skipping unpack for qs@1.2.2
23027npm verb addNamed "1.5.7" is a plain semver version for type-is
23028npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz not in flight; adding
23029npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz',
23030npm verb addRemoteTarball 'b9368a593cc6ef7d0645e78b2f4c64cbecd05e90' ]
23031npm info retry fetch attempt 1 at 19:24:42
23032npm info attempt registry request try #1 at 19:24:42
23033npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz
23034npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz
23035npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json not in flight; writing
23036npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/type-is/-/type-is-1.5.7.tgz not in flight; adding
23037npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.5.7
23038npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json written
23039npm verb afterAdd /root/.npm/type-is/1.5.7/package/package.json not in flight; writing
23040npm verb afterAdd /root/.npm/type-is/1.5.7/package/package.json written
23041npm http 200 http://registry.npmjs.org/busboy
23042npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23043npm verb headers etag: '"76IKLI9WBKFW5RD04CEKCP68X"',
23044npm verb headers 'content-type': 'application/json',
23045npm verb headers 'cache-control': 'max-age=300',
23046npm verb headers 'content-length': '42936',
23047npm verb headers 'accept-ranges': 'bytes',
23048npm verb headers date: 'Tue, 29 Dec 2015 19:24:42 GMT',
23049npm verb headers age: '0',
23050npm verb headers 'x-served-by': 'cache-fra1246-FRA',
23051npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23052npm verb headers 'x-cache-hits': '1',
23053npm verb headers 'x-timer': 'S1451417082.016108,VS0,VE761',
23054npm verb headers vary: 'Accept',
23055npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23056npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23057npm verb headers connection: 'keep-alive' }
23058npm verb get saving busboy to /root/.npm/registry.npmjs.org/busboy/.cache.json
23059npm verb cache add spec busboy@~0.2.9
23060npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for busboy
23061npm verb addNameRange registry:http://registry.npmjs.org/busboy not in flight; fetching
23062npm verb get http://registry.npmjs.org/busboy not expired, no request
23063npm verb addNamed "0.2.12" is a plain semver version for busboy
23064npm verb addRemoteTarball http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz not in flight; adding
23065npm verb addRemoteTarball [ 'http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz',
23066npm verb addRemoteTarball 'bf3f080dede87c72a028a3938081f3b1adf0b3ba' ]
23067npm info retry fetch attempt 1 at 19:24:42
23068npm info attempt registry request try #1 at 19:24:42
23069npm http fetch GET http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz
23070npm http fetch 200 http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz
23071npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/busboy/-/busboy-0.2.12.tgz not in flight; adding
23072npm verb addTmpTarball already have metadata; skipping unpack for busboy@0.2.12
23073npm verb afterAdd /root/.npm/busboy/0.2.12/package/package.json not in flight; writing
23074npm verb afterAdd /root/.npm/busboy/0.2.12/package/package.json written
23075npm verb cache add spec readable-stream@1.1.x
23076npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for readable-stream
23077npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
23078npm verb request uri http://registry.npmjs.org/dicer
23079npm verb request no auth needed
23080npm info attempt registry request try #1 at 19:24:42
23081npm http request GET http://registry.npmjs.org/dicer
23082npm verb request uri http://registry.npmjs.org/readable-stream
23083npm verb request no auth needed
23084npm info attempt registry request try #1 at 19:24:42
23085npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
23086npm http request GET http://registry.npmjs.org/readable-stream
23087npm http 304 http://registry.npmjs.org/readable-stream
23088npm verb headers { date: 'Tue, 29 Dec 2015 19:23:30 GMT',
23089npm verb headers 'content-type': 'application/json',
23090npm verb headers age: '274',
23091npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
23092npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23093npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
23094npm verb headers connection: 'keep-alive' }
23095npm verb etag http://registry.npmjs.org/readable-stream from cache
23096npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
23097npm verb addNamed "1.1.13" is a plain semver version for readable-stream
23098npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
23099npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
23100npm http 200 http://registry.npmjs.org/dicer
23101npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23102npm verb headers etag: '"8I66AMVUI64VASCETXQ6D0VPE"',
23103npm verb headers 'content-type': 'application/json',
23104npm verb headers 'cache-control': 'max-age=300',
23105npm verb headers 'content-length': '23599',
23106npm verb headers 'accept-ranges': 'bytes',
23107npm verb headers date: 'Tue, 29 Dec 2015 19:24:43 GMT',
23108npm verb headers age: '0',
23109npm verb headers 'x-served-by': 'cache-fra1246-FRA',
23110npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23111npm verb headers 'x-cache-hits': '1',
23112npm verb headers 'x-timer': 'S1451417082.974983,VS0,VE909',
23113npm verb headers vary: 'Accept',
23114npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23115npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23116npm verb headers connection: 'keep-alive' }
23117npm verb get saving dicer to /root/.npm/registry.npmjs.org/dicer/.cache.json
23118npm verb cache add spec dicer@0.2.5
23119npm verb addNamed "0.2.5" is a plain semver version for dicer
23120npm verb addNameVersion registry:http://registry.npmjs.org/dicer not in flight; fetching
23121npm verb get http://registry.npmjs.org/dicer not expired, no request
23122npm verb addRemoteTarball http://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz not in flight; adding
23123npm verb addRemoteTarball [ 'http://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz',
23124npm verb addRemoteTarball '5996c086bb33218c812c090bddc09cd12facb70f' ]
23125npm info retry fetch attempt 1 at 19:24:43
23126npm info attempt registry request try #1 at 19:24:43
23127npm http fetch GET http://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz
23128npm http fetch 200 http://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz
23129npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dicer/-/dicer-0.2.5.tgz not in flight; adding
23130npm verb addTmpTarball already have metadata; skipping unpack for dicer@0.2.5
23131npm verb afterAdd /root/.npm/dicer/0.2.5/package/package.json not in flight; writing
23132npm verb afterAdd /root/.npm/dicer/0.2.5/package/package.json written
23133npm verb cache add spec readable-stream@1.1.x
23134npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for readable-stream
23135npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
23136npm verb request uri http://registry.npmjs.org/streamsearch
23137npm verb request no auth needed
23138npm info attempt registry request try #1 at 19:24:44
23139npm http request GET http://registry.npmjs.org/streamsearch
23140npm verb get http://registry.npmjs.org/readable-stream not expired, no request
23141npm verb addNamed "1.1.13" is a plain semver version for readable-stream
23142npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
23143npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
23144npm http 200 http://registry.npmjs.org/streamsearch
23145npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23146npm verb headers etag: '"2WH6656VS9T8MLWVMD3PRSF7H"',
23147npm verb headers 'content-type': 'application/json',
23148npm verb headers 'cache-control': 'max-age=300',
23149npm verb headers 'content-length': '19869',
23150npm verb headers 'accept-ranges': 'bytes',
23151npm verb headers date: 'Tue, 29 Dec 2015 19:24:44 GMT',
23152npm verb headers age: '257',
23153npm verb headers 'x-served-by': 'cache-fra1247-FRA',
23154npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23155npm verb headers 'x-cache-hits': '1',
23156npm verb headers 'x-timer': 'S1451417084.094740,VS0,VE0',
23157npm verb headers vary: 'Accept',
23158npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23159npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23160npm verb headers connection: 'keep-alive' }
23161npm verb get saving streamsearch to /root/.npm/registry.npmjs.org/streamsearch/.cache.json
23162npm verb cache add spec streamsearch@0.1.2
23163npm verb addNamed "0.1.2" is a plain semver version for streamsearch
23164npm verb addNameVersion registry:http://registry.npmjs.org/streamsearch not in flight; fetching
23165npm verb get http://registry.npmjs.org/streamsearch not expired, no request
23166npm verb addRemoteTarball http://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz not in flight; adding
23167npm verb addRemoteTarball [ 'http://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz',
23168npm verb addRemoteTarball '808b9d0e56fc273d809ba57338e929919a1a9f1a' ]
23169npm info retry fetch attempt 1 at 19:24:44
23170npm info attempt registry request try #1 at 19:24:44
23171npm http fetch GET http://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz
23172npm http fetch 200 http://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz
23173npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz not in flight; adding
23174npm verb addTmpTarball already have metadata; skipping unpack for streamsearch@0.1.2
23175npm verb afterAdd /root/.npm/streamsearch/0.1.2/package/package.json not in flight; writing
23176npm verb afterAdd /root/.npm/streamsearch/0.1.2/package/package.json written
23177npm verb cache add spec media-typer@0.3.0
23178npm verb cache add spec mime-types@~2.0.9
23179npm verb addNamed "0.3.0" is a plain semver version for media-typer
23180npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
23181npm verb addNamed ">=2.0.9 <2.1.0" is a valid semver range for mime-types
23182npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
23183npm verb request uri http://registry.npmjs.org/media-typer
23184npm verb request no auth needed
23185npm info attempt registry request try #1 at 19:24:44
23186npm verb etag "EBBA17SMBE80K6FCTCN6G8KK3"
23187npm http request GET http://registry.npmjs.org/media-typer
23188npm verb request uri http://registry.npmjs.org/mime-types
23189npm verb request no auth needed
23190npm info attempt registry request try #1 at 19:24:44
23191npm verb etag "BWYQA2KRPHERKCN4B7XDHVDU7"
23192npm http request GET http://registry.npmjs.org/mime-types
23193npm http 304 http://registry.npmjs.org/mime-types
23194npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
23195npm verb headers 'content-type': 'application/json',
23196npm verb headers age: '88',
23197npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
23198npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23199npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
23200npm verb headers connection: 'keep-alive' }
23201npm verb etag http://registry.npmjs.org/mime-types from cache
23202npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
23203npm verb addNamed "2.0.14" is a plain semver version for mime-types
23204npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz not in flight; adding
23205npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz',
23206npm verb addRemoteTarball '310e159db23e077f8bb22b748dabfa4957140aa6' ]
23207npm info retry fetch attempt 1 at 19:24:44
23208npm info attempt registry request try #1 at 19:24:44
23209npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz
23210npm http 304 http://registry.npmjs.org/media-typer
23211npm verb headers { date: 'Tue, 29 Dec 2015 19:24:44 GMT',
23212npm verb headers 'cache-control': 'max-age=300',
23213npm verb headers etag: '"EBBA17SMBE80K6FCTCN6G8KK3"',
23214npm verb headers age: '299',
23215npm verb headers 'x-served-by': 'cache-fra1247-FRA',
23216npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23217npm verb headers 'x-cache-hits': '5',
23218npm verb headers 'x-timer': 'S1451417084.217133,VS0,VE0',
23219npm verb headers vary: 'Accept',
23220npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
23221npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23222npm verb headers connection: 'keep-alive' }
23223npm verb etag http://registry.npmjs.org/media-typer from cache
23224npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
23225npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz
23226npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz not in flight; adding
23227npm verb addTmpTarball already have metadata; skipping unpack for mime-types@2.0.14
23228npm verb addRemoteTarball http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz not in flight; adding
23229npm verb addRemoteTarball [ 'http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz',
23230npm verb addRemoteTarball '8710d7af0aa626f8fffa1ce00168545263255748' ]
23231npm info retry fetch attempt 1 at 19:24:44
23232npm info attempt registry request try #1 at 19:24:44
23233npm http fetch GET http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
23234npm http fetch 200 http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
23235npm verb afterAdd /root/.npm/mime-types/2.0.14/package/package.json not in flight; writing
23236npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz not in flight; adding
23237npm verb addTmpTarball already have metadata; skipping unpack for media-typer@0.3.0
23238npm verb afterAdd /root/.npm/mime-types/2.0.14/package/package.json written
23239npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json not in flight; writing
23240npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json written
23241npm verb request uri http://registry.npmjs.org/mime-db
23242npm verb request no auth needed
23243npm info attempt registry request try #1 at 19:24:44
23244npm http request GET http://registry.npmjs.org/mime-db
23245npm http 200 http://registry.npmjs.org/mime-db
23246npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23247npm verb headers etag: '"2HCBL2PJV8L2FKB3EKM4J98CJ"',
23248npm verb headers 'content-type': 'application/json',
23249npm verb headers 'cache-control': 'max-age=60',
23250npm verb headers 'content-length': '55599',
23251npm verb headers 'accept-ranges': 'bytes',
23252npm verb headers date: 'Tue, 29 Dec 2015 19:24:44 GMT',
23253npm verb headers age: '59',
23254npm verb headers 'x-served-by': 'cache-fra1247-FRA',
23255npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23256npm verb headers 'x-cache-hits': '4',
23257npm verb headers 'x-timer': 'S1451417084.269298,VS0,VE0',
23258npm verb headers vary: 'Accept',
23259npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
23260npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23261npm verb headers connection: 'keep-alive' }
23262npm verb get saving mime-db to /root/.npm/registry.npmjs.org/mime-db/.cache.json
23263npm verb cache add spec mime-db@~1.12.0
23264npm verb addNamed ">=1.12.0 <1.13.0" is a valid semver range for mime-db
23265npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
23266npm verb get http://registry.npmjs.org/mime-db not expired, no request
23267npm verb addNamed "1.12.0" is a plain semver version for mime-db
23268npm verb addRemoteTarball http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz not in flight; adding
23269npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz',
23270npm verb addRemoteTarball '3d0c63180f458eb10d325aaa37d7c58ae312e9d7' ]
23271npm info retry fetch attempt 1 at 19:24:44
23272npm info attempt registry request try #1 at 19:24:44
23273npm http fetch GET http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz
23274npm http fetch 200 http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz
23275npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz not in flight; adding
23276npm verb addTmpTarball already have metadata; skipping unpack for mime-db@1.12.0
23277npm verb afterAdd /root/.npm/mime-db/1.12.0/package/package.json not in flight; writing
23278npm verb afterAdd /root/.npm/mime-db/1.12.0/package/package.json written
23279npm verb request uri http://registry.npmjs.org/passport-strategy
23280npm verb request no auth needed
23281npm info attempt registry request try #1 at 19:24:44
23282npm http request GET http://registry.npmjs.org/passport-strategy
23283npm verb request uri http://registry.npmjs.org/pause
23284npm verb request no auth needed
23285npm info attempt registry request try #1 at 19:24:44
23286npm http request GET http://registry.npmjs.org/pause
23287npm http 200 http://registry.npmjs.org/passport-strategy
23288npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23289npm verb headers etag: '"811P1IR12SU0EJ2BHYWRT18DR"',
23290npm verb headers 'content-type': 'application/json',
23291npm verb headers 'cache-control': 'max-age=300',
23292npm verb headers 'content-length': '5297',
23293npm verb headers 'accept-ranges': 'bytes',
23294npm verb headers date: 'Tue, 29 Dec 2015 19:24:44 GMT',
23295npm verb headers age: '221',
23296npm verb headers 'x-served-by': 'cache-fra1247-FRA',
23297npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23298npm verb headers 'x-cache-hits': '1',
23299npm verb headers 'x-timer': 'S1451417084.367629,VS0,VE0',
23300npm verb headers vary: 'Accept',
23301npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23302npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23303npm verb headers connection: 'keep-alive' }
23304npm verb get saving passport-strategy to /root/.npm/registry.npmjs.org/passport-strategy/.cache.json
23305npm verb cache add spec passport-strategy@1.x.x
23306npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for passport-strategy
23307npm verb addNameRange registry:http://registry.npmjs.org/passport-strategy not in flight; fetching
23308npm verb get http://registry.npmjs.org/passport-strategy not expired, no request
23309npm verb addNamed "1.0.0" is a plain semver version for passport-strategy
23310npm verb addRemoteTarball http://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz not in flight; adding
23311npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz',
23312npm verb addRemoteTarball 'b5539aa8fc225a3d1ad179476ddf236b440f52e4' ]
23313npm info retry fetch attempt 1 at 19:24:44
23314npm info attempt registry request try #1 at 19:24:44
23315npm http fetch GET http://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz
23316npm http fetch 200 http://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz
23317npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz not in flight; adding
23318npm verb addTmpTarball already have metadata; skipping unpack for passport-strategy@1.0.0
23319npm verb afterAdd /root/.npm/passport-strategy/1.0.0/package/package.json not in flight; writing
23320npm verb afterAdd /root/.npm/passport-strategy/1.0.0/package/package.json written
23321npm http 200 http://registry.npmjs.org/pause
23322npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23323npm verb headers etag: '"SD31V4MU41UCZX0BCY4IRLTO"',
23324npm verb headers 'content-type': 'application/json',
23325npm verb headers 'cache-control': 'max-age=60',
23326npm verb headers 'content-length': '4298',
23327npm verb headers 'accept-ranges': 'bytes',
23328npm verb headers date: 'Tue, 29 Dec 2015 19:24:44 GMT',
23329npm verb headers age: '0',
23330npm verb headers 'x-served-by': 'cache-fra1246-FRA',
23331npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23332npm verb headers 'x-cache-hits': '1',
23333npm verb headers 'x-timer': 'S1451417084.370537,VS0,VE100',
23334npm verb headers vary: 'Accept',
23335npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
23336npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23337npm verb headers connection: 'keep-alive' }
23338npm verb get saving pause to /root/.npm/registry.npmjs.org/pause/.cache.json
23339npm verb cache add spec pause@0.0.1
23340npm verb addNamed "0.0.1" is a plain semver version for pause
23341npm verb addNameVersion registry:http://registry.npmjs.org/pause not in flight; fetching
23342npm verb get http://registry.npmjs.org/pause not expired, no request
23343npm verb addRemoteTarball http://registry.npmjs.org/pause/-/pause-0.0.1.tgz not in flight; adding
23344npm verb addRemoteTarball [ 'http://registry.npmjs.org/pause/-/pause-0.0.1.tgz',
23345npm verb addRemoteTarball '1d408b3fdb76923b9543d96fb4c9dfd535d9cb5d' ]
23346npm info retry fetch attempt 1 at 19:24:44
23347npm info attempt registry request try #1 at 19:24:44
23348npm http fetch GET http://registry.npmjs.org/pause/-/pause-0.0.1.tgz
23349npm http fetch 200 http://registry.npmjs.org/pause/-/pause-0.0.1.tgz
23350npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pause/-/pause-0.0.1.tgz not in flight; adding
23351npm verb addTmpTarball already have metadata; skipping unpack for pause@0.0.1
23352npm verb afterAdd /root/.npm/pause/0.0.1/package/package.json not in flight; writing
23353npm verb afterAdd /root/.npm/pause/0.0.1/package/package.json written
23354npm verb request uri http://registry.npmjs.org/ldapauth-fork
23355npm verb request no auth needed
23356npm info attempt registry request try #1 at 19:24:44
23357npm http request GET http://registry.npmjs.org/ldapauth-fork
23358npm http 200 http://registry.npmjs.org/ldapauth-fork
23359npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23360npm verb headers etag: '"24AY4ORJWR0UQ0JUCV20H22UH"',
23361npm verb headers 'content-type': 'application/json',
23362npm verb headers 'cache-control': 'max-age=300',
23363npm verb headers 'content-length': '30992',
23364npm verb headers 'accept-ranges': 'bytes',
23365npm verb headers date: 'Tue, 29 Dec 2015 19:24:45 GMT',
23366npm verb headers age: '0',
23367npm verb headers 'x-served-by': 'cache-fra1246-FRA',
23368npm verb headers 'x-cache': 'MISS, MISS from atomic01.kolabsys.com',
23369npm verb headers 'x-cache-hits': '0',
23370npm verb headers 'x-timer': 'S1451417084.557776,VS0,VE717',
23371npm verb headers vary: 'Accept',
23372npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23373npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23374npm verb headers connection: 'keep-alive' }
23375npm verb get saving ldapauth-fork to /root/.npm/registry.npmjs.org/ldapauth-fork/.cache.json
23376npm verb cache add spec ldapauth-fork@~2.3.0
23377npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for ldapauth-fork
23378npm verb addNameRange registry:http://registry.npmjs.org/ldapauth-fork not in flight; fetching
23379npm verb get http://registry.npmjs.org/ldapauth-fork not expired, no request
23380npm verb addNamed "2.3.3" is a plain semver version for ldapauth-fork
23381npm verb addRemoteTarball http://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz not in flight; adding
23382npm verb addRemoteTarball [ 'http://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz',
23383npm verb addRemoteTarball 'c754aa9508a809e9d048d91cac9908c5f335f12f' ]
23384npm info retry fetch attempt 1 at 19:24:45
23385npm info attempt registry request try #1 at 19:24:45
23386npm http fetch GET http://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz
23387npm http fetch 200 http://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz
23388npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz not in flight; adding
23389npm verb addTmpTarball already have metadata; skipping unpack for ldapauth-fork@2.3.3
23390npm verb afterAdd /root/.npm/ldapauth-fork/2.3.3/package/package.json not in flight; writing
23391npm verb afterAdd /root/.npm/ldapauth-fork/2.3.3/package/package.json written
23392npm verb request uri http://registry.npmjs.org/bcryptjs
23393npm verb request no auth needed
23394npm info attempt registry request try #1 at 19:24:45
23395npm http request GET http://registry.npmjs.org/bcryptjs
23396npm verb request uri http://registry.npmjs.org/ldapjs
23397npm verb request no auth needed
23398npm info attempt registry request try #1 at 19:24:45
23399npm http request GET http://registry.npmjs.org/ldapjs
23400npm verb request uri http://registry.npmjs.org/lru-cache
23401npm verb request no auth needed
23402npm info attempt registry request try #1 at 19:24:45
23403npm http request GET http://registry.npmjs.org/lru-cache
23404npm http 200 http://registry.npmjs.org/lru-cache
23405npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23406npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
23407npm verb headers 'content-type': 'application/json',
23408npm verb headers 'cache-control': 'max-age=300',
23409npm verb headers 'content-length': '48050',
23410npm verb headers 'accept-ranges': 'bytes',
23411npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
23412npm verb headers 'x-served-by': 'cache-fra1228-FRA',
23413npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
23414npm verb headers 'x-cache-hits': '8',
23415npm verb headers 'x-timer': 'S1451417007.508488,VS0,VE0',
23416npm verb headers vary: 'Accept',
23417npm verb headers age: '231',
23418npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23419npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23420npm verb headers connection: 'keep-alive' }
23421npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
23422npm verb cache add spec lru-cache@2.5.0
23423npm verb addNamed "2.5.0" is a plain semver version for lru-cache
23424npm verb addNameVersion registry:http://registry.npmjs.org/lru-cache not in flight; fetching
23425npm verb get http://registry.npmjs.org/lru-cache not expired, no request
23426npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz not in flight; adding
23427npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz',
23428npm verb addRemoteTarball 'd82388ae9c960becbea0c73bb9eb79b6c6ce9aeb' ]
23429npm info retry fetch attempt 1 at 19:24:45
23430npm info attempt registry request try #1 at 19:24:45
23431npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz
23432npm http 200 http://registry.npmjs.org/bcryptjs
23433npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23434npm verb headers etag: '"ADMNV915WW598LOSKALDMZN9S"',
23435npm verb headers 'content-type': 'application/json',
23436npm verb headers 'cache-control': 'max-age=300',
23437npm verb headers 'content-length': '50785',
23438npm verb headers 'accept-ranges': 'bytes',
23439npm verb headers date: 'Tue, 29 Dec 2015 19:24:45 GMT',
23440npm verb headers age: '85',
23441npm verb headers 'x-served-by': 'cache-fra1246-FRA',
23442npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23443npm verb headers 'x-cache-hits': '1',
23444npm verb headers 'x-timer': 'S1451417085.402221,VS0,VE0',
23445npm verb headers vary: 'Accept',
23446npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
23447npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23448npm verb headers connection: 'keep-alive' }
23449npm verb get saving bcryptjs to /root/.npm/registry.npmjs.org/bcryptjs/.cache.json
23450npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz
23451npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz not in flight; adding
23452npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.5.0
23453npm verb cache add spec bcryptjs@2.1.0
23454npm verb addNamed "2.1.0" is a plain semver version for bcryptjs
23455npm verb addNameVersion registry:http://registry.npmjs.org/bcryptjs not in flight; fetching
23456npm verb get http://registry.npmjs.org/bcryptjs not expired, no request
23457npm verb addRemoteTarball http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz not in flight; adding
23458npm verb addRemoteTarball [ 'http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz',
23459npm verb addRemoteTarball '5e6076196f6e3e957820aceb004410a7cf367042' ]
23460npm verb afterAdd /root/.npm/lru-cache/2.5.0/package/package.json not in flight; writing
23461npm info retry fetch attempt 1 at 19:24:45
23462npm info attempt registry request try #1 at 19:24:45
23463npm http fetch GET http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz
23464npm http fetch 200 http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz
23465npm verb afterAdd /root/.npm/lru-cache/2.5.0/package/package.json written
23466npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz not in flight; adding
23467npm verb addTmpTarball already have metadata; skipping unpack for bcryptjs@2.1.0
23468npm verb afterAdd /root/.npm/bcryptjs/2.1.0/package/package.json not in flight; writing
23469npm verb afterAdd /root/.npm/bcryptjs/2.1.0/package/package.json written
23470npm http 200 http://registry.npmjs.org/ldapjs
23471npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23472npm verb headers etag: '"BVFZOF1PGA15ONFOA0V8GBJ5I"',
23473npm verb headers 'content-type': 'application/json',
23474npm verb headers 'cache-control': 'max-age=300',
23475npm verb headers 'content-length': '65271',
23476npm verb headers 'accept-ranges': 'bytes',
23477npm verb headers date: 'Tue, 29 Dec 2015 19:24:45 GMT',
23478npm verb headers age: '0',
23479npm verb headers 'x-served-by': 'cache-fra1247-FRA',
23480npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23481npm verb headers 'x-cache-hits': '1',
23482npm verb headers 'x-timer': 'S1451417085.402149,VS0,VE139',
23483npm verb headers vary: 'Accept',
23484npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23485npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23486npm verb headers connection: 'keep-alive' }
23487npm verb get saving ldapjs to /root/.npm/registry.npmjs.org/ldapjs/.cache.json
23488npm verb cache add spec ldapjs@0.7.1
23489npm verb addNamed "0.7.1" is a plain semver version for ldapjs
23490npm verb addNameVersion registry:http://registry.npmjs.org/ldapjs not in flight; fetching
23491npm verb get http://registry.npmjs.org/ldapjs not expired, no request
23492npm verb addRemoteTarball http://registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz not in flight; adding
23493npm verb addRemoteTarball [ 'http://registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz',
23494npm verb addRemoteTarball '684798a687640bab1afbd802cf532f30492dfb56' ]
23495npm info retry fetch attempt 1 at 19:24:45
23496npm info attempt registry request try #1 at 19:24:45
23497npm http fetch GET http://registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz
23498npm http fetch 200 http://registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz
23499npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz not in flight; adding
23500npm verb addTmpTarball already have metadata; skipping unpack for ldapjs@0.7.1
23501npm verb afterAdd /root/.npm/ldapjs/0.7.1/package/package.json not in flight; writing
23502npm verb afterAdd /root/.npm/ldapjs/0.7.1/package/package.json written
23503npm verb cache add spec asn1@0.2.1
23504npm verb cache add spec assert-plus@0.1.5
23505npm verb cache add spec bunyan@0.22.1
23506npm verb cache add spec dtrace-provider@0.2.8
23507npm verb addNamed "0.2.1" is a plain semver version for asn1
23508npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
23509npm verb addNamed "0.1.5" is a plain semver version for assert-plus
23510npm verb addNameVersion registry:http://registry.npmjs.org/assert-plus not in flight; fetching
23511npm verb addNamed "0.22.1" is a plain semver version for bunyan
23512npm verb addNameVersion registry:http://registry.npmjs.org/bunyan not in flight; fetching
23513npm verb addNamed "0.2.8" is a plain semver version for dtrace-provider
23514npm verb addNameVersion registry:http://registry.npmjs.org/dtrace-provider not in flight; fetching
23515npm verb request uri http://registry.npmjs.org/nopt
23516npm verb request no auth needed
23517npm info attempt registry request try #1 at 19:24:45
23518npm http request GET http://registry.npmjs.org/nopt
23519npm verb request uri http://registry.npmjs.org/pooling
23520npm verb request no auth needed
23521npm info attempt registry request try #1 at 19:24:45
23522npm http request GET http://registry.npmjs.org/pooling
23523npm verb get http://registry.npmjs.org/assert-plus not expired, no request
23524npm verb get http://registry.npmjs.org/asn1 not expired, no request
23525npm verb get http://registry.npmjs.org/bunyan not expired, no request
23526npm verb get http://registry.npmjs.org/dtrace-provider not expired, no request
23527npm http 200 http://registry.npmjs.org/nopt
23528npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23529npm verb headers etag: '"9DHRVEOSD6J2N1Y0QWU855CCH"',
23530npm verb headers 'content-type': 'application/json',
23531npm verb headers 'cache-control': 'max-age=300',
23532npm verb headers 'content-length': '31189',
23533npm verb headers 'accept-ranges': 'bytes',
23534npm verb headers date: 'Tue, 29 Dec 2015 19:23:26 GMT',
23535npm verb headers 'x-served-by': 'cache-fra1228-FRA',
23536npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
23537npm verb headers 'x-cache-hits': '1',
23538npm verb headers 'x-timer': 'S1451417006.624922,VS0,VE0',
23539npm verb headers vary: 'Accept',
23540npm verb headers age: '112',
23541npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23542npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23543npm verb headers connection: 'keep-alive' }
23544npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
23545npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.2.1.tgz not in flight; adding
23546npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.2.1.tgz',
23547npm verb addRemoteTarball 'ecc73f75d31ea3c6ed9d47428db35fecc7b2c6dc' ]
23548npm verb addRemoteTarball http://registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz not in flight; adding
23549npm verb addRemoteTarball [ 'http://registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz',
23550npm verb addRemoteTarball '020c383bed625af5c6c8834dd8c4aca0dd0f765c' ]
23551npm verb addRemoteTarball http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz not in flight; adding
23552npm verb addRemoteTarball [ 'http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz',
23553npm verb addRemoteTarball 'e243f19219aa95fbf0d8f2ffb07f5bd64e94fe20' ]
23554npm info retry fetch attempt 1 at 19:24:45
23555npm info attempt registry request try #1 at 19:24:45
23556npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.2.1.tgz
23557npm info retry fetch attempt 1 at 19:24:45
23558npm info attempt registry request try #1 at 19:24:45
23559npm http fetch GET http://registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz
23560npm info retry fetch attempt 1 at 19:24:45
23561npm info attempt registry request try #1 at 19:24:45
23562npm http fetch GET http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz
23563npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.2.1.tgz
23564npm http fetch 200 http://registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz
23565npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
23566npm http fetch 200 http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz
23567npm verb cache add spec nopt@2.1.1
23568npm verb addNamed "2.1.1" is a plain semver version for nopt
23569npm verb addNameVersion registry:http://registry.npmjs.org/nopt not in flight; fetching
23570npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
23571npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/asn1/-/asn1-0.2.1.tgz not in flight; adding
23572npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.2.1
23573npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz not in flight; adding
23574npm verb addTmpTarball already have metadata; skipping unpack for dtrace-provider@0.2.8
23575npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz not in flight; adding
23576npm verb addTmpTarball already have metadata; skipping unpack for bunyan@0.22.1
23577npm verb get http://registry.npmjs.org/nopt not expired, no request
23578npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-2.1.1.tgz not in flight; adding
23579npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-2.1.1.tgz',
23580npm verb addRemoteTarball '91eb7c4b017e7c00adcad1fd6d63944d0fdb75c1' ]
23581npm info retry fetch attempt 1 at 19:24:45
23582npm info attempt registry request try #1 at 19:24:45
23583npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-2.1.1.tgz
23584npm verb afterAdd /root/.npm/asn1/0.2.1/package/package.json not in flight; writing
23585npm verb afterAdd /root/.npm/dtrace-provider/0.2.8/package/package.json not in flight; writing
23586npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-2.1.1.tgz
23587npm verb afterAdd /root/.npm/bunyan/0.22.1/package/package.json not in flight; writing
23588npm verb afterAdd /root/.npm/asn1/0.2.1/package/package.json written
23589npm verb afterAdd /root/.npm/dtrace-provider/0.2.8/package/package.json written
23590npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nopt/-/nopt-2.1.1.tgz not in flight; adding
23591npm verb addTmpTarball already have metadata; skipping unpack for nopt@2.1.1
23592npm verb afterAdd /root/.npm/bunyan/0.22.1/package/package.json written
23593npm verb afterAdd /root/.npm/nopt/2.1.1/package/package.json not in flight; writing
23594npm verb afterAdd /root/.npm/nopt/2.1.1/package/package.json written
23595npm http 200 http://registry.npmjs.org/pooling
23596npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23597npm verb headers etag: '"MGO4F5BFCVCQR7SSXBVM04M"',
23598npm verb headers 'content-type': 'application/json',
23599npm verb headers 'cache-control': 'max-age=300',
23600npm verb headers 'content-length': '18017',
23601npm verb headers 'accept-ranges': 'bytes',
23602npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
23603npm verb headers age: '0',
23604npm verb headers 'x-served-by': 'cache-fra1246-FRA',
23605npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23606npm verb headers 'x-cache-hits': '1',
23607npm verb headers 'x-timer': 'S1451417085.810476,VS0,VE208',
23608npm verb headers vary: 'Accept',
23609npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23610npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23611npm verb headers connection: 'keep-alive' }
23612npm verb get saving pooling to /root/.npm/registry.npmjs.org/pooling/.cache.json
23613npm verb cache add spec pooling@0.4.6
23614npm verb addNamed "0.4.6" is a plain semver version for pooling
23615npm verb addNameVersion registry:http://registry.npmjs.org/pooling not in flight; fetching
23616npm verb get http://registry.npmjs.org/pooling not expired, no request
23617npm verb addRemoteTarball http://registry.npmjs.org/pooling/-/pooling-0.4.6.tgz not in flight; adding
23618npm verb addRemoteTarball [ 'http://registry.npmjs.org/pooling/-/pooling-0.4.6.tgz',
23619npm verb addRemoteTarball '76a317371ea8a363b4858fa4799e60245f30e664' ]
23620npm info retry fetch attempt 1 at 19:24:46
23621npm info attempt registry request try #1 at 19:24:46
23622npm http fetch GET http://registry.npmjs.org/pooling/-/pooling-0.4.6.tgz
23623npm http fetch 200 http://registry.npmjs.org/pooling/-/pooling-0.4.6.tgz
23624npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pooling/-/pooling-0.4.6.tgz not in flight; adding
23625npm verb addTmpTarball already have metadata; skipping unpack for pooling@0.4.6
23626npm verb afterAdd /root/.npm/pooling/0.4.6/package/package.json not in flight; writing
23627npm verb afterAdd /root/.npm/pooling/0.4.6/package/package.json written
23628npm verb cache add spec mv@0.0.5
23629npm verb addNamed "0.0.5" is a plain semver version for mv
23630npm verb addNameVersion registry:http://registry.npmjs.org/mv not in flight; fetching
23631npm verb get http://registry.npmjs.org/mv not expired, no request
23632npm verb addRemoteTarball http://registry.npmjs.org/mv/-/mv-0.0.5.tgz not in flight; adding
23633npm verb addRemoteTarball [ 'http://registry.npmjs.org/mv/-/mv-0.0.5.tgz',
23634npm verb addRemoteTarball '15eac759479884df1131d6de56bce20b654f5391' ]
23635npm info retry fetch attempt 1 at 19:24:46
23636npm info attempt registry request try #1 at 19:24:46
23637npm http fetch GET http://registry.npmjs.org/mv/-/mv-0.0.5.tgz
23638npm http fetch 200 http://registry.npmjs.org/mv/-/mv-0.0.5.tgz
23639npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mv/-/mv-0.0.5.tgz not in flight; adding
23640npm verb addTmpTarball already have metadata; skipping unpack for mv@0.0.5
23641npm verb afterAdd /root/.npm/mv/0.0.5/package/package.json not in flight; writing
23642npm verb afterAdd /root/.npm/mv/0.0.5/package/package.json written
23643npm verb request uri http://registry.npmjs.org/abbrev
23644npm verb request no auth needed
23645npm info attempt registry request try #1 at 19:24:46
23646npm http request GET http://registry.npmjs.org/abbrev
23647npm http 200 http://registry.npmjs.org/abbrev
23648npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23649npm verb headers etag: '"5COR5F08LNF679JR9VE4E6VZW"',
23650npm verb headers 'content-type': 'application/json',
23651npm verb headers 'cache-control': 'max-age=60',
23652npm verb headers 'content-length': '5442',
23653npm verb headers 'accept-ranges': 'bytes',
23654npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
23655npm verb headers age: '12',
23656npm verb headers 'x-served-by': 'cache-fra1220-FRA',
23657npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23658npm verb headers 'x-cache-hits': '1',
23659npm verb headers 'x-timer': 'S1451417086.208670,VS0,VE1',
23660npm verb headers vary: 'Accept',
23661npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
23662npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23663npm verb headers connection: 'keep-alive' }
23664npm verb get saving abbrev to /root/.npm/registry.npmjs.org/abbrev/.cache.json
23665npm verb cache add spec abbrev@1
23666npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for abbrev
23667npm verb addNameRange registry:http://registry.npmjs.org/abbrev not in flight; fetching
23668npm verb get http://registry.npmjs.org/abbrev not expired, no request
23669npm verb addNamed "1.0.7" is a plain semver version for abbrev
23670npm verb addRemoteTarball http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
23671npm verb addRemoteTarball [ 'http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
23672npm verb addRemoteTarball '5b6035b2ee9d4fb5cf859f08a9be81b208491843' ]
23673npm info retry fetch attempt 1 at 19:24:46
23674npm info attempt registry request try #1 at 19:24:46
23675npm http fetch GET http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
23676npm http fetch 200 http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
23677npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
23678npm verb addTmpTarball already have metadata; skipping unpack for abbrev@1.0.7
23679npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json not in flight; writing
23680npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json written
23681npm verb cache add spec assert-plus@0.1.5
23682npm verb cache add spec bunyan@0.22.1
23683npm verb cache add spec once@1.3.0
23684npm verb cache add spec vasync@1.4.0
23685npm verb cache add spec dtrace-provider@0.2.8
23686npm verb addNamed "0.1.5" is a plain semver version for assert-plus
23687npm verb addNameVersion registry:http://registry.npmjs.org/assert-plus not in flight; fetching
23688npm verb addNamed "0.22.1" is a plain semver version for bunyan
23689npm verb addNameVersion registry:http://registry.npmjs.org/bunyan not in flight; fetching
23690npm verb addNamed "1.3.0" is a plain semver version for once
23691npm verb addNameVersion registry:http://registry.npmjs.org/once not in flight; fetching
23692npm verb addNamed "1.4.0" is a plain semver version for vasync
23693npm verb addNameVersion registry:http://registry.npmjs.org/vasync not in flight; fetching
23694npm verb addNamed "0.2.8" is a plain semver version for dtrace-provider
23695npm verb addNameVersion registry:http://registry.npmjs.org/dtrace-provider not in flight; fetching
23696npm verb get http://registry.npmjs.org/once not expired, no request
23697npm verb get http://registry.npmjs.org/assert-plus not expired, no request
23698npm verb get http://registry.npmjs.org/vasync not expired, no request
23699npm verb get http://registry.npmjs.org/dtrace-provider not expired, no request
23700npm verb get http://registry.npmjs.org/bunyan not expired, no request
23701npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.3.0.tgz not in flight; adding
23702npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.0.tgz',
23703npm verb addRemoteTarball '151af86bfc1f08c4b9f07d06ab250ffcbeb56581' ]
23704npm verb addRemoteTarball http://registry.npmjs.org/vasync/-/vasync-1.4.0.tgz not in flight; adding
23705npm verb addRemoteTarball [ 'http://registry.npmjs.org/vasync/-/vasync-1.4.0.tgz',
23706npm verb addRemoteTarball '6ea5a63582358868d8743cbdd6ffadc9083b910f' ]
23707npm info retry fetch attempt 1 at 19:24:46
23708npm info attempt registry request try #1 at 19:24:46
23709npm http fetch GET http://registry.npmjs.org/once/-/once-1.3.0.tgz
23710npm info retry fetch attempt 1 at 19:24:46
23711npm info attempt registry request try #1 at 19:24:46
23712npm http fetch GET http://registry.npmjs.org/vasync/-/vasync-1.4.0.tgz
23713npm http fetch 200 http://registry.npmjs.org/once/-/once-1.3.0.tgz
23714npm http fetch 200 http://registry.npmjs.org/vasync/-/vasync-1.4.0.tgz
23715npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
23716npm verb afterAdd /root/.npm/dtrace-provider/0.2.8/package/package.json not in flight; writing
23717npm verb afterAdd /root/.npm/bunyan/0.22.1/package/package.json not in flight; writing
23718npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
23719npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/once/-/once-1.3.0.tgz not in flight; adding
23720npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.0
23721npm verb afterAdd /root/.npm/dtrace-provider/0.2.8/package/package.json written
23722npm verb afterAdd /root/.npm/bunyan/0.22.1/package/package.json written
23723npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/vasync/-/vasync-1.4.0.tgz not in flight; adding
23724npm verb addTmpTarball already have metadata; skipping unpack for vasync@1.4.0
23725npm verb afterAdd /root/.npm/once/1.3.0/package/package.json not in flight; writing
23726npm verb afterAdd /root/.npm/vasync/1.4.0/package/package.json not in flight; writing
23727npm verb afterAdd /root/.npm/once/1.3.0/package/package.json written
23728npm verb afterAdd /root/.npm/vasync/1.4.0/package/package.json written
23729npm verb cache add spec mv@0.0.5
23730npm verb addNamed "0.0.5" is a plain semver version for mv
23731npm verb addNameVersion registry:http://registry.npmjs.org/mv not in flight; fetching
23732npm verb get http://registry.npmjs.org/mv not expired, no request
23733npm verb afterAdd /root/.npm/mv/0.0.5/package/package.json not in flight; writing
23734npm verb afterAdd /root/.npm/mv/0.0.5/package/package.json written
23735npm verb cache add spec verror@1.1.0
23736npm verb addNamed "1.1.0" is a plain semver version for verror
23737npm verb addNameVersion registry:http://registry.npmjs.org/verror not in flight; fetching
23738npm verb request uri http://registry.npmjs.org/jsprim
23739npm verb request no auth needed
23740npm info attempt registry request try #1 at 19:24:46
23741npm http request GET http://registry.npmjs.org/jsprim
23742npm verb get http://registry.npmjs.org/verror not expired, no request
23743npm verb addRemoteTarball http://registry.npmjs.org/verror/-/verror-1.1.0.tgz not in flight; adding
23744npm verb addRemoteTarball [ 'http://registry.npmjs.org/verror/-/verror-1.1.0.tgz',
23745npm verb addRemoteTarball '2a4b4eb14a207051e75a6f94ee51315bf173a1b0' ]
23746npm info retry fetch attempt 1 at 19:24:46
23747npm info attempt registry request try #1 at 19:24:46
23748npm http fetch GET http://registry.npmjs.org/verror/-/verror-1.1.0.tgz
23749npm http fetch 200 http://registry.npmjs.org/verror/-/verror-1.1.0.tgz
23750npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/verror/-/verror-1.1.0.tgz not in flight; adding
23751npm verb addTmpTarball already have metadata; skipping unpack for verror@1.1.0
23752npm verb afterAdd /root/.npm/verror/1.1.0/package/package.json not in flight; writing
23753npm verb afterAdd /root/.npm/verror/1.1.0/package/package.json written
23754npm http 200 http://registry.npmjs.org/jsprim
23755npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23756npm verb headers etag: '"3YGGY16NVDUR7BVVDXVSYGMYA"',
23757npm verb headers 'content-type': 'application/json',
23758npm verb headers 'cache-control': 'max-age=60',
23759npm verb headers 'content-length': '24451',
23760npm verb headers 'accept-ranges': 'bytes',
23761npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
23762npm verb headers age: '6',
23763npm verb headers 'x-served-by': 'cache-fra1220-FRA',
23764npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23765npm verb headers 'x-cache-hits': '1',
23766npm verb headers 'x-timer': 'S1451417086.512834,VS0,VE0',
23767npm verb headers vary: 'Accept',
23768npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
23769npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23770npm verb headers connection: 'keep-alive' }
23771npm verb get saving jsprim to /root/.npm/registry.npmjs.org/jsprim/.cache.json
23772npm verb cache add spec jsprim@0.3.0
23773npm verb addNamed "0.3.0" is a plain semver version for jsprim
23774npm verb addNameVersion registry:http://registry.npmjs.org/jsprim not in flight; fetching
23775npm verb get http://registry.npmjs.org/jsprim not expired, no request
23776npm verb addRemoteTarball http://registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz not in flight; adding
23777npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz',
23778npm verb addRemoteTarball 'cd13466ea2480dbd8396a570d47d31dda476f8b1' ]
23779npm info retry fetch attempt 1 at 19:24:46
23780npm info attempt registry request try #1 at 19:24:46
23781npm http fetch GET http://registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz
23782npm http fetch 200 http://registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz
23783npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz not in flight; adding
23784npm verb addTmpTarball already have metadata; skipping unpack for jsprim@0.3.0
23785npm verb afterAdd /root/.npm/jsprim/0.3.0/package/package.json not in flight; writing
23786npm verb afterAdd /root/.npm/jsprim/0.3.0/package/package.json written
23787npm verb cache add spec extsprintf@1.0.0
23788npm verb cache add spec verror@1.3.3
23789npm verb addNamed "1.0.0" is a plain semver version for extsprintf
23790npm verb addNameVersion registry:http://registry.npmjs.org/extsprintf not in flight; fetching
23791npm verb addNamed "1.3.3" is a plain semver version for verror
23792npm verb addNameVersion registry:http://registry.npmjs.org/verror not in flight; fetching
23793npm verb request uri http://registry.npmjs.org/json-schema
23794npm verb request no auth needed
23795npm info attempt registry request try #1 at 19:24:46
23796npm http request GET http://registry.npmjs.org/json-schema
23797npm verb get http://registry.npmjs.org/extsprintf not expired, no request
23798npm verb addRemoteTarball http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz not in flight; adding
23799npm verb addRemoteTarball [ 'http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz',
23800npm verb addRemoteTarball '4d58b815ace5bebfc4ebf03cf98b0a7604a99b86' ]
23801npm verb get http://registry.npmjs.org/verror not expired, no request
23802npm verb addRemoteTarball http://registry.npmjs.org/verror/-/verror-1.3.3.tgz not in flight; adding
23803npm verb addRemoteTarball [ 'http://registry.npmjs.org/verror/-/verror-1.3.3.tgz',
23804npm verb addRemoteTarball '8a6a4ac3a8c774b6f687fece49bdffd78552e2cd' ]
23805npm info retry fetch attempt 1 at 19:24:46
23806npm info attempt registry request try #1 at 19:24:46
23807npm http fetch GET http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz
23808npm info retry fetch attempt 1 at 19:24:46
23809npm info attempt registry request try #1 at 19:24:46
23810npm http fetch GET http://registry.npmjs.org/verror/-/verror-1.3.3.tgz
23811npm http fetch 200 http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz
23812npm http fetch 200 http://registry.npmjs.org/verror/-/verror-1.3.3.tgz
23813npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz not in flight; adding
23814npm verb addTmpTarball already have metadata; skipping unpack for extsprintf@1.0.0
23815npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/verror/-/verror-1.3.3.tgz not in flight; adding
23816npm verb addTmpTarball already have metadata; skipping unpack for verror@1.3.3
23817npm verb afterAdd /root/.npm/extsprintf/1.0.0/package/package.json not in flight; writing
23818npm verb afterAdd /root/.npm/verror/1.3.3/package/package.json not in flight; writing
23819npm verb afterAdd /root/.npm/extsprintf/1.0.0/package/package.json written
23820npm verb afterAdd /root/.npm/verror/1.3.3/package/package.json written
23821npm http 200 http://registry.npmjs.org/json-schema
23822npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23823npm verb headers etag: '"9WNB2O09XXV6FIP0YLWI85VF8"',
23824npm verb headers 'content-type': 'application/json',
23825npm verb headers 'cache-control': 'max-age=60',
23826npm verb headers 'content-length': '3483',
23827npm verb headers 'accept-ranges': 'bytes',
23828npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
23829npm verb headers age: '36',
23830npm verb headers 'x-served-by': 'cache-fra1226-FRA',
23831npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23832npm verb headers 'x-cache-hits': '2',
23833npm verb headers 'x-timer': 'S1451417086.672236,VS0,VE0',
23834npm verb headers vary: 'Accept',
23835npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
23836npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23837npm verb headers connection: 'keep-alive' }
23838npm verb get saving json-schema to /root/.npm/registry.npmjs.org/json-schema/.cache.json
23839npm verb cache add spec json-schema@0.2.2
23840npm verb addNamed "0.2.2" is a plain semver version for json-schema
23841npm verb addNameVersion registry:http://registry.npmjs.org/json-schema not in flight; fetching
23842npm verb get http://registry.npmjs.org/json-schema not expired, no request
23843npm verb addRemoteTarball http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz not in flight; adding
23844npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz',
23845npm verb addRemoteTarball '50354f19f603917c695f70b85afa77c3b0f23506' ]
23846npm info retry fetch attempt 1 at 19:24:46
23847npm info attempt registry request try #1 at 19:24:46
23848npm http fetch GET http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz
23849npm http fetch 200 http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz
23850npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz not in flight; adding
23851npm verb addTmpTarball already have metadata; skipping unpack for json-schema@0.2.2
23852npm verb afterAdd /root/.npm/json-schema/0.2.2/package/package.json not in flight; writing
23853npm verb afterAdd /root/.npm/json-schema/0.2.2/package/package.json written
23854npm verb cache add spec extsprintf@1.0.0
23855npm verb addNamed "1.0.0" is a plain semver version for extsprintf
23856npm verb addNameVersion registry:http://registry.npmjs.org/extsprintf not in flight; fetching
23857npm verb get http://registry.npmjs.org/extsprintf not expired, no request
23858npm verb afterAdd /root/.npm/extsprintf/1.0.0/package/package.json not in flight; writing
23859npm verb afterAdd /root/.npm/extsprintf/1.0.0/package/package.json written
23860npm verb cache add spec passport@~0.1.1
23861npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for passport
23862npm verb addNameRange registry:http://registry.npmjs.org/passport not in flight; fetching
23863npm verb request uri http://registry.npmjs.org/pkginfo
23864npm verb request no auth needed
23865npm info attempt registry request try #1 at 19:24:46
23866npm http request GET http://registry.npmjs.org/pkginfo
23867npm verb request uri http://registry.npmjs.org/passport
23868npm verb request no auth needed
23869npm info attempt registry request try #1 at 19:24:46
23870npm verb etag "EOQOJZH0LO7TETWVPNK2IPQ1"
23871npm http request GET http://registry.npmjs.org/passport
23872npm http 304 http://registry.npmjs.org/passport
23873npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
23874npm verb headers 'content-type': 'application/json',
23875npm verb headers age: '153',
23876npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
23877npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23878npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
23879npm verb headers connection: 'keep-alive' }
23880npm verb etag http://registry.npmjs.org/passport from cache
23881npm verb get saving passport to /root/.npm/registry.npmjs.org/passport/.cache.json
23882npm verb addNamed "0.1.18" is a plain semver version for passport
23883npm verb addRemoteTarball http://registry.npmjs.org/passport/-/passport-0.1.18.tgz not in flight; adding
23884npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport/-/passport-0.1.18.tgz',
23885npm verb addRemoteTarball 'c8264479dcb6414cadbb66752d12b37e0b6525a1' ]
23886npm http 200 http://registry.npmjs.org/pkginfo
23887npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23888npm verb headers etag: '"CLWKG7UL6XEZR9ZXXVTOH21VS"',
23889npm verb headers 'content-type': 'application/json',
23890npm verb headers 'cache-control': 'max-age=300',
23891npm verb headers 'content-length': '7747',
23892npm verb headers 'accept-ranges': 'bytes',
23893npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
23894npm verb headers age: '253',
23895npm verb headers 'x-served-by': 'cache-fra1226-FRA',
23896npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23897npm verb headers 'x-cache-hits': '4',
23898npm verb headers 'x-timer': 'S1451417086.783982,VS0,VE1',
23899npm verb headers vary: 'Accept',
23900npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23901npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23902npm verb headers connection: 'keep-alive' }
23903npm verb get saving pkginfo to /root/.npm/registry.npmjs.org/pkginfo/.cache.json
23904npm info retry fetch attempt 1 at 19:24:46
23905npm info attempt registry request try #1 at 19:24:46
23906npm http fetch GET http://registry.npmjs.org/passport/-/passport-0.1.18.tgz
23907npm verb cache add spec pkginfo@0.2.x
23908npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for pkginfo
23909npm verb addNameRange registry:http://registry.npmjs.org/pkginfo not in flight; fetching
23910npm verb get http://registry.npmjs.org/pkginfo not expired, no request
23911npm verb addNamed "0.2.3" is a plain semver version for pkginfo
23912npm verb addRemoteTarball http://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz not in flight; adding
23913npm verb addRemoteTarball [ 'http://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz',
23914npm verb addRemoteTarball '7239c42a5ef6c30b8f328439d9b9ff71042490f8' ]
23915npm info retry fetch attempt 1 at 19:24:46
23916npm info attempt registry request try #1 at 19:24:46
23917npm http fetch GET http://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz
23918npm http fetch 200 http://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz
23919npm http fetch 200 http://registry.npmjs.org/passport/-/passport-0.1.18.tgz
23920npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/passport/-/passport-0.1.18.tgz not in flight; adding
23921npm verb addTmpTarball already have metadata; skipping unpack for passport@0.1.18
23922npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz not in flight; adding
23923npm verb addTmpTarball already have metadata; skipping unpack for pkginfo@0.2.3
23924npm verb afterAdd /root/.npm/passport/0.1.18/package/package.json not in flight; writing
23925npm verb afterAdd /root/.npm/pkginfo/0.2.3/package/package.json not in flight; writing
23926npm verb afterAdd /root/.npm/passport/0.1.18/package/package.json written
23927npm verb afterAdd /root/.npm/pkginfo/0.2.3/package/package.json written
23928npm verb request uri http://registry.npmjs.org/dnode
23929npm verb request no auth needed
23930npm info attempt registry request try #1 at 19:24:46
23931npm http request GET http://registry.npmjs.org/dnode
23932npm verb request uri http://registry.npmjs.org/shoe
23933npm verb request no auth needed
23934npm info attempt registry request try #1 at 19:24:46
23935npm http request GET http://registry.npmjs.org/shoe
23936npm verb request uri http://registry.npmjs.org/win-spawn
23937npm verb request no auth needed
23938npm info attempt registry request try #1 at 19:24:46
23939npm http request GET http://registry.npmjs.org/win-spawn
23940npm verb request uri http://registry.npmjs.org/traverse
23941npm verb request no auth needed
23942npm info attempt registry request try #1 at 19:24:46
23943npm http request GET http://registry.npmjs.org/traverse
23944npm http 200 http://registry.npmjs.org/win-spawn
23945npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23946npm verb headers etag: '"EY5MTOCE3S6IAI6M78MKPX6IG"',
23947npm verb headers 'content-type': 'application/json',
23948npm verb headers 'cache-control': 'max-age=300',
23949npm verb headers 'content-length': '13867',
23950npm verb headers 'accept-ranges': 'bytes',
23951npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
23952npm verb headers age: '31',
23953npm verb headers 'x-served-by': 'cache-fra1223-FRA',
23954npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23955npm verb headers 'x-cache-hits': '1',
23956npm verb headers 'x-timer': 'S1451417086.896673,VS0,VE0',
23957npm verb headers vary: 'Accept',
23958npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23959npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23960npm verb headers connection: 'keep-alive' }
23961npm verb get saving win-spawn to /root/.npm/registry.npmjs.org/win-spawn/.cache.json
23962npm verb cache add spec win-spawn@~2.0.0
23963npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for win-spawn
23964npm verb addNameRange registry:http://registry.npmjs.org/win-spawn not in flight; fetching
23965npm verb get http://registry.npmjs.org/win-spawn not expired, no request
23966npm verb addNamed "2.0.0" is a plain semver version for win-spawn
23967npm verb addRemoteTarball http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz not in flight; adding
23968npm verb addRemoteTarball [ 'http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz',
23969npm verb addRemoteTarball '397a29130ec98d0aa0bc86baa4621393effd0b07' ]
23970npm info retry fetch attempt 1 at 19:24:46
23971npm info attempt registry request try #1 at 19:24:46
23972npm http fetch GET http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz
23973npm http 200 http://registry.npmjs.org/dnode
23974npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23975npm verb headers etag: '"TT0VW523MHGGAMHYGF7WYOVQ"',
23976npm verb headers 'content-type': 'application/json',
23977npm verb headers 'cache-control': 'max-age=300',
23978npm verb headers 'content-length': '85125',
23979npm verb headers 'accept-ranges': 'bytes',
23980npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
23981npm verb headers age: '266',
23982npm verb headers 'x-served-by': 'cache-fra1244-FRA',
23983npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
23984npm verb headers 'x-cache-hits': '1',
23985npm verb headers 'x-timer': 'S1451417086.896600,VS0,VE0',
23986npm verb headers vary: 'Accept',
23987npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
23988npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
23989npm verb headers connection: 'keep-alive' }
23990npm verb get saving dnode to /root/.npm/registry.npmjs.org/dnode/.cache.json
23991npm http 200 http://registry.npmjs.org/traverse
23992npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23993npm verb headers etag: '"AK6TLBX1AQLG9KW6BHXF4BIBF"',
23994npm verb headers 'content-type': 'application/json',
23995npm verb headers 'cache-control': 'max-age=60',
23996npm verb headers 'content-length': '32032',
23997npm verb headers 'accept-ranges': 'bytes',
23998npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
23999npm verb headers age: '57',
24000npm verb headers 'x-served-by': 'cache-fra1247-FRA',
24001npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24002npm verb headers 'x-cache-hits': '1',
24003npm verb headers 'x-timer': 'S1451417086.899803,VS0,VE0',
24004npm verb headers vary: 'Accept',
24005npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24006npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24007npm verb headers connection: 'keep-alive' }
24008npm verb get saving traverse to /root/.npm/registry.npmjs.org/traverse/.cache.json
24009npm http fetch 200 http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz
24010npm http 200 http://registry.npmjs.org/shoe
24011npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24012npm verb headers etag: '"C5XOROYSMYWTD5MBURIVG5IDM"',
24013npm verb headers 'content-type': 'application/json',
24014npm verb headers 'cache-control': 'max-age=300',
24015npm verb headers 'content-length': '68705',
24016npm verb headers 'accept-ranges': 'bytes',
24017npm verb headers date: 'Tue, 29 Dec 2015 19:24:46 GMT',
24018npm verb headers age: '266',
24019npm verb headers 'x-served-by': 'cache-fra1240-FRA',
24020npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24021npm verb headers 'x-cache-hits': '1',
24022npm verb headers 'x-timer': 'S1451417086.896956,VS0,VE0',
24023npm verb headers vary: 'Accept',
24024npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24025npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24026npm verb headers connection: 'keep-alive' }
24027npm verb get saving shoe to /root/.npm/registry.npmjs.org/shoe/.cache.json
24028npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz not in flight; adding
24029npm verb addTmpTarball already have metadata; skipping unpack for win-spawn@2.0.0
24030npm verb cache add spec dnode@~1.2.0
24031npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for dnode
24032npm verb addNameRange registry:http://registry.npmjs.org/dnode not in flight; fetching
24033npm verb cache add spec traverse@~0.6.3
24034npm verb addNamed ">=0.6.3 <0.7.0" is a valid semver range for traverse
24035npm verb addNameRange registry:http://registry.npmjs.org/traverse not in flight; fetching
24036npm verb cache add spec shoe@~0.0.10
24037npm verb addNamed ">=0.0.10 <0.1.0" is a valid semver range for shoe
24038npm verb addNameRange registry:http://registry.npmjs.org/shoe not in flight; fetching
24039npm verb get http://registry.npmjs.org/dnode not expired, no request
24040npm verb addNamed "1.2.2" is a plain semver version for dnode
24041npm verb get http://registry.npmjs.org/traverse not expired, no request
24042npm verb addNamed "0.6.6" is a plain semver version for traverse
24043npm verb addRemoteTarball http://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz not in flight; adding
24044npm verb addRemoteTarball [ 'http://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz',
24045npm verb addRemoteTarball '4ac3cfe26e292b3b39b8258ae7d94edc58132efa' ]
24046npm verb addRemoteTarball http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz not in flight; adding
24047npm verb addRemoteTarball [ 'http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz',
24048npm verb addRemoteTarball 'cbdf560fd7b9af632502fed40f918c157ea97137' ]
24049npm verb get http://registry.npmjs.org/shoe not expired, no request
24050npm verb addNamed "0.0.15" is a plain semver version for shoe
24051npm verb addRemoteTarball http://registry.npmjs.org/shoe/-/shoe-0.0.15.tgz not in flight; adding
24052npm verb addRemoteTarball [ 'http://registry.npmjs.org/shoe/-/shoe-0.0.15.tgz',
24053npm verb addRemoteTarball 'baed8f1a7f08f530b66f0914287fcaa65b12443a' ]
24054npm verb afterAdd /root/.npm/win-spawn/2.0.0/package/package.json not in flight; writing
24055npm info retry fetch attempt 1 at 19:24:47
24056npm info attempt registry request try #1 at 19:24:47
24057npm http fetch GET http://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz
24058npm info retry fetch attempt 1 at 19:24:47
24059npm info attempt registry request try #1 at 19:24:47
24060npm http fetch GET http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz
24061npm info retry fetch attempt 1 at 19:24:47
24062npm info attempt registry request try #1 at 19:24:47
24063npm http fetch GET http://registry.npmjs.org/shoe/-/shoe-0.0.15.tgz
24064npm http fetch 200 http://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz
24065npm http fetch 200 http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz
24066npm verb afterAdd /root/.npm/win-spawn/2.0.0/package/package.json written
24067npm http fetch 200 http://registry.npmjs.org/shoe/-/shoe-0.0.15.tgz
24068npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dnode/-/dnode-1.2.2.tgz not in flight; adding
24069npm verb addTmpTarball already have metadata; skipping unpack for dnode@1.2.2
24070npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/traverse/-/traverse-0.6.6.tgz not in flight; adding
24071npm verb addTmpTarball already have metadata; skipping unpack for traverse@0.6.6
24072npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/shoe/-/shoe-0.0.15.tgz not in flight; adding
24073npm verb addTmpTarball already have metadata; skipping unpack for shoe@0.0.15
24074npm verb afterAdd /root/.npm/dnode/1.2.2/package/package.json not in flight; writing
24075npm verb afterAdd /root/.npm/traverse/0.6.6/package/package.json not in flight; writing
24076npm verb afterAdd /root/.npm/shoe/0.0.15/package/package.json not in flight; writing
24077npm verb afterAdd /root/.npm/dnode/1.2.2/package/package.json written
24078npm verb afterAdd /root/.npm/traverse/0.6.6/package/package.json written
24079npm verb afterAdd /root/.npm/shoe/0.0.15/package/package.json written
24080npm verb addBundled extract /root/.npm/shoe/0.0.15/package.tgz
24081npm verb tar unpack /root/.npm/shoe/0.0.15/package.tgz
24082npm verb tar unpacking to /tmp/npm-6-6af00ed9/unpack-8e63e224
24083npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-6af00ed9/unpack-8e63e224
24084npm verb request uri http://registry.npmjs.org/dnode-protocol
24085npm verb request no auth needed
24086npm info attempt registry request try #1 at 19:24:47
24087npm http request GET http://registry.npmjs.org/dnode-protocol
24088npm verb request uri http://registry.npmjs.org/jsonify
24089npm verb request no auth needed
24090npm info attempt registry request try #1 at 19:24:47
24091npm http request GET http://registry.npmjs.org/jsonify
24092npm verb request uri http://registry.npmjs.org/weak
24093npm verb request no auth needed
24094npm info attempt registry request try #1 at 19:24:47
24095npm http request GET http://registry.npmjs.org/weak
24096npm http 200 http://registry.npmjs.org/dnode-protocol
24097npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24098npm verb headers etag: '"8WBEKQSKVFOTLNZZ7DJEHSYQ1"',
24099npm verb headers 'content-type': 'application/json',
24100npm verb headers 'cache-control': 'max-age=300',
24101npm verb headers 'content-length': '16673',
24102npm verb headers 'accept-ranges': 'bytes',
24103npm verb headers date: 'Tue, 29 Dec 2015 19:24:47 GMT',
24104npm verb headers age: '265',
24105npm verb headers 'x-served-by': 'cache-fra1240-FRA',
24106npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24107npm verb headers 'x-cache-hits': '1',
24108npm verb headers 'x-timer': 'S1451417087.495201,VS0,VE0',
24109npm verb headers vary: 'Accept',
24110npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24111npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24112npm verb headers connection: 'keep-alive' }
24113npm verb get saving dnode-protocol to /root/.npm/registry.npmjs.org/dnode-protocol/.cache.json
24114npm http 200 http://registry.npmjs.org/weak
24115npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24116npm verb headers etag: '"C06FCHTAD0V9QYUWNPXAFG5K6"',
24117npm verb headers 'content-type': 'application/json',
24118npm verb headers 'cache-control': 'max-age=300',
24119npm verb headers 'content-length': '27003',
24120npm verb headers 'accept-ranges': 'bytes',
24121npm verb headers date: 'Tue, 29 Dec 2015 19:24:47 GMT',
24122npm verb headers age: '266',
24123npm verb headers 'x-served-by': 'cache-fra1244-FRA',
24124npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24125npm verb headers 'x-cache-hits': '1',
24126npm verb headers 'x-timer': 'S1451417087.496621,VS0,VE0',
24127npm verb headers vary: 'Accept',
24128npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24129npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24130npm verb headers connection: 'keep-alive' }
24131npm verb get saving weak to /root/.npm/registry.npmjs.org/weak/.cache.json
24132npm verb cache add spec dnode-protocol@~0.2.2
24133npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for dnode-protocol
24134npm verb addNameRange registry:http://registry.npmjs.org/dnode-protocol not in flight; fetching
24135npm verb cache add spec weak@^1.0.0
24136npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for weak
24137npm verb addNameRange registry:http://registry.npmjs.org/weak not in flight; fetching
24138npm verb get http://registry.npmjs.org/dnode-protocol not expired, no request
24139npm verb addNamed "0.2.2" is a plain semver version for dnode-protocol
24140npm verb get http://registry.npmjs.org/weak not expired, no request
24141npm verb addNamed "1.0.0" is a plain semver version for weak
24142npm verb addRemoteTarball http://registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz not in flight; adding
24143npm verb addRemoteTarball [ 'http://registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz',
24144npm verb addRemoteTarball '51151d16fc3b5f84815ee0b9497a1061d0d1949d' ]
24145npm verb addRemoteTarball http://registry.npmjs.org/weak/-/weak-1.0.0.tgz not in flight; adding
24146npm verb addRemoteTarball [ 'http://registry.npmjs.org/weak/-/weak-1.0.0.tgz',
24147npm verb addRemoteTarball '3f2c2929e0a6963bf85a88f84782a8c0bfe10006' ]
24148npm info retry fetch attempt 1 at 19:24:47
24149npm info attempt registry request try #1 at 19:24:47
24150npm http fetch GET http://registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz
24151npm info retry fetch attempt 1 at 19:24:47
24152npm info attempt registry request try #1 at 19:24:47
24153npm http fetch GET http://registry.npmjs.org/weak/-/weak-1.0.0.tgz
24154npm http fetch 200 http://registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz
24155npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz not in flight; adding
24156npm verb addTmpTarball already have metadata; skipping unpack for dnode-protocol@0.2.2
24157npm verb afterAdd /root/.npm/dnode-protocol/0.2.2/package/package.json not in flight; writing
24158npm verb afterAdd /root/.npm/dnode-protocol/0.2.2/package/package.json written
24159npm http fetch 200 http://registry.npmjs.org/weak/-/weak-1.0.0.tgz
24160npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/weak/-/weak-1.0.0.tgz not in flight; adding
24161npm verb addTmpTarball already have metadata; skipping unpack for weak@1.0.0
24162npm verb afterAdd /root/.npm/weak/1.0.0/package/package.json not in flight; writing
24163npm verb afterAdd /root/.npm/weak/1.0.0/package/package.json written
24164npm http 200 http://registry.npmjs.org/jsonify
24165npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24166npm verb headers etag: '"2FCTXRPP4H152KNABZ4FUHTXI"',
24167npm verb headers 'content-type': 'application/json',
24168npm verb headers 'cache-control': 'max-age=60',
24169npm verb headers 'content-length': '1321',
24170npm verb headers 'accept-ranges': 'bytes',
24171npm verb headers date: 'Tue, 29 Dec 2015 19:24:47 GMT',
24172npm verb headers age: '0',
24173npm verb headers 'x-served-by': 'cache-fra1247-FRA',
24174npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24175npm verb headers 'x-cache-hits': '1',
24176npm verb headers 'x-timer': 'S1451417087.494740,VS0,VE143',
24177npm verb headers vary: 'Accept',
24178npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24179npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24180npm verb headers connection: 'keep-alive' }
24181npm verb get saving jsonify to /root/.npm/registry.npmjs.org/jsonify/.cache.json
24182npm verb cache add spec jsonify@~0.0.0
24183npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for jsonify
24184npm verb addNameRange registry:http://registry.npmjs.org/jsonify not in flight; fetching
24185npm verb get http://registry.npmjs.org/jsonify not expired, no request
24186npm verb addNamed "0.0.0" is a plain semver version for jsonify
24187npm verb addRemoteTarball http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz not in flight; adding
24188npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz',
24189npm verb addRemoteTarball '2c74b6ee41d93ca51b7b5aaee8f503631d252a73' ]
24190npm info retry fetch attempt 1 at 19:24:47
24191npm info attempt registry request try #1 at 19:24:47
24192npm http fetch GET http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
24193npm http fetch 200 http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
24194npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz not in flight; adding
24195npm verb addTmpTarball already have metadata; skipping unpack for jsonify@0.0.0
24196npm verb afterAdd /root/.npm/jsonify/0.0.0/package/package.json not in flight; writing
24197npm verb afterAdd /root/.npm/jsonify/0.0.0/package/package.json written
24198npm verb cache add spec nan@^2.0.5
24199npm verb addNamed ">=2.0.5 <3.0.0" is a valid semver range for nan
24200npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
24201npm verb request uri http://registry.npmjs.org/bindings
24202npm verb request no auth needed
24203npm info attempt registry request try #1 at 19:24:47
24204npm http request GET http://registry.npmjs.org/bindings
24205npm verb request uri http://registry.npmjs.org/nan
24206npm verb request no auth needed
24207npm info attempt registry request try #1 at 19:24:47
24208npm verb etag "7CEDVJA24M9BXRU7SU6WRSW4M"
24209npm http request GET http://registry.npmjs.org/nan
24210npm http 200 http://registry.npmjs.org/bindings
24211npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24212npm verb headers etag: '"2RXG5K4RRQWEOOFOAOOKVPOZR"',
24213npm verb headers 'content-type': 'application/json',
24214npm verb headers 'cache-control': 'max-age=60',
24215npm verb headers 'content-length': '18051',
24216npm verb headers 'accept-ranges': 'bytes',
24217npm verb headers date: 'Tue, 29 Dec 2015 19:24:47 GMT',
24218npm verb headers age: '2',
24219npm verb headers 'x-served-by': 'cache-fra1240-FRA',
24220npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24221npm verb headers 'x-cache-hits': '1',
24222npm verb headers 'x-timer': 'S1451417087.760020,VS0,VE0',
24223npm verb headers vary: 'Accept',
24224npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24225npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24226npm verb headers connection: 'keep-alive' }
24227npm verb get saving bindings to /root/.npm/registry.npmjs.org/bindings/.cache.json
24228npm verb cache add spec bindings@^1.2.1
24229npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for bindings
24230npm verb addNameRange registry:http://registry.npmjs.org/bindings not in flight; fetching
24231npm verb get http://registry.npmjs.org/bindings not expired, no request
24232npm verb addNamed "1.2.1" is a plain semver version for bindings
24233npm verb addRemoteTarball http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz not in flight; adding
24234npm verb addRemoteTarball [ 'http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz',
24235npm verb addRemoteTarball '14ad6113812d2d37d72e67b4cacb4bb726505f11' ]
24236npm info retry fetch attempt 1 at 19:24:47
24237npm info attempt registry request try #1 at 19:24:47
24238npm http fetch GET http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz
24239npm http 304 http://registry.npmjs.org/nan
24240npm verb headers { date: 'Tue, 29 Dec 2015 19:24:47 GMT',
24241npm verb headers 'cache-control': 'max-age=60',
24242npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
24243npm verb headers age: '46',
24244npm verb headers 'x-served-by': 'cache-fra1221-FRA',
24245npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24246npm verb headers 'x-cache-hits': '3',
24247npm verb headers 'x-timer': 'S1451417087.786342,VS0,VE0',
24248npm verb headers vary: 'Accept',
24249npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24250npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24251npm verb headers connection: 'keep-alive' }
24252npm verb etag http://registry.npmjs.org/nan from cache
24253npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
24254npm verb addNamed "2.1.0" is a plain semver version for nan
24255npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json not in flight; writing
24256npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json written
24257npm http fetch 200 http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz
24258npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bindings/-/bindings-1.2.1.tgz not in flight; adding
24259npm verb addTmpTarball already have metadata; skipping unpack for bindings@1.2.1
24260npm verb afterAdd /root/.npm/bindings/1.2.1/package/package.json not in flight; writing
24261npm verb afterAdd /root/.npm/bindings/1.2.1/package/package.json written
24262npm verb request uri http://registry.npmjs.org/sockjs
24263npm verb request no auth needed
24264npm info attempt registry request try #1 at 19:24:47
24265npm http request GET http://registry.npmjs.org/sockjs
24266npm http 200 http://registry.npmjs.org/sockjs
24267npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24268npm verb headers etag: '"9LTFJZKRQNEXX1JG9FVSWLMA8"',
24269npm verb headers 'content-type': 'application/json',
24270npm verb headers 'cache-control': 'max-age=300',
24271npm verb headers 'content-length': '47075',
24272npm verb headers 'accept-ranges': 'bytes',
24273npm verb headers date: 'Tue, 29 Dec 2015 19:24:47 GMT',
24274npm verb headers age: '214',
24275npm verb headers 'x-served-by': 'cache-fra1240-FRA',
24276npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24277npm verb headers 'x-cache-hits': '1',
24278npm verb headers 'x-timer': 'S1451417087.877021,VS0,VE0',
24279npm verb headers vary: 'Accept',
24280npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24281npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24282npm verb headers connection: 'keep-alive' }
24283npm verb get saving sockjs to /root/.npm/registry.npmjs.org/sockjs/.cache.json
24284npm verb cache add spec sockjs@0.3.7
24285npm verb addNamed "0.3.7" is a plain semver version for sockjs
24286npm verb addNameVersion registry:http://registry.npmjs.org/sockjs not in flight; fetching
24287npm verb get http://registry.npmjs.org/sockjs not expired, no request
24288npm verb addRemoteTarball http://registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz not in flight; adding
24289npm verb addRemoteTarball [ 'http://registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz',
24290npm verb addRemoteTarball '2950e0586d8a9d3044958a831ade68db197749cb' ]
24291npm info retry fetch attempt 1 at 19:24:47
24292npm info attempt registry request try #1 at 19:24:47
24293npm http fetch GET http://registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz
24294npm http fetch 200 http://registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz
24295npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz not in flight; adding
24296npm verb addTmpTarball already have metadata; skipping unpack for sockjs@0.3.7
24297npm verb afterAdd /root/.npm/sockjs/0.3.7/package/package.json not in flight; writing
24298npm verb afterAdd /root/.npm/sockjs/0.3.7/package/package.json written
24299npm verb request uri http://registry.npmjs.org/node-uuid
24300npm verb request no auth needed
24301npm info attempt registry request try #1 at 19:24:47
24302npm http request GET http://registry.npmjs.org/node-uuid
24303npm verb request uri http://registry.npmjs.org/faye-websocket
24304npm verb request no auth needed
24305npm info attempt registry request try #1 at 19:24:47
24306npm http request GET http://registry.npmjs.org/faye-websocket
24307npm http 200 http://registry.npmjs.org/node-uuid
24308npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24309npm verb headers etag: '"7SC44848JT0T1XLJAD5CB3ZVF"',
24310npm verb headers 'content-type': 'application/json',
24311npm verb headers 'cache-control': 'max-age=300',
24312npm verb headers 'content-length': '23337',
24313npm verb headers 'accept-ranges': 'bytes',
24314npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24315npm verb headers age: '11',
24316npm verb headers 'x-served-by': 'cache-fra1240-FRA',
24317npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24318npm verb headers 'x-cache-hits': '1',
24319npm verb headers 'x-timer': 'S1451417088.005830,VS0,VE0',
24320npm verb headers vary: 'Accept',
24321npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24322npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24323npm verb headers connection: 'keep-alive' }
24324npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
24325npm verb cache add spec node-uuid@1.3.3
24326npm verb addNamed "1.3.3" is a plain semver version for node-uuid
24327npm verb addNameVersion registry:http://registry.npmjs.org/node-uuid not in flight; fetching
24328npm verb get http://registry.npmjs.org/node-uuid not expired, no request
24329npm verb addRemoteTarball http://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz not in flight; adding
24330npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz',
24331npm verb addRemoteTarball 'd3db4d7b56810d9e4032342766282af07391729b' ]
24332npm info retry fetch attempt 1 at 19:24:48
24333npm info attempt registry request try #1 at 19:24:48
24334npm http fetch GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz
24335npm http 200 http://registry.npmjs.org/faye-websocket
24336npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24337npm verb headers etag: '"6IWLVLS53963B3DEA36MEAKHE"',
24338npm verb headers 'content-type': 'application/json',
24339npm verb headers 'cache-control': 'max-age=60',
24340npm verb headers 'content-length': '42147',
24341npm verb headers 'accept-ranges': 'bytes',
24342npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24343npm verb headers age: '51',
24344npm verb headers 'x-served-by': 'cache-fra1226-FRA',
24345npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24346npm verb headers 'x-cache-hits': '1',
24347npm verb headers 'x-timer': 'S1451417088.027718,VS0,VE0',
24348npm verb headers vary: 'Accept',
24349npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24350npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24351npm verb headers connection: 'keep-alive' }
24352npm verb get saving faye-websocket to /root/.npm/registry.npmjs.org/faye-websocket/.cache.json
24353npm http fetch 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz
24354npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz not in flight; adding
24355npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.3.3
24356npm verb cache add spec faye-websocket@0.4.4
24357npm verb addNamed "0.4.4" is a plain semver version for faye-websocket
24358npm verb addNameVersion registry:http://registry.npmjs.org/faye-websocket not in flight; fetching
24359npm verb get http://registry.npmjs.org/faye-websocket not expired, no request
24360npm verb addRemoteTarball http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz not in flight; adding
24361npm verb addRemoteTarball [ 'http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz',
24362npm verb addRemoteTarball 'c14c5b3bf14d7417ffbfd990c0a7495cd9f337bc' ]
24363npm verb afterAdd /root/.npm/node-uuid/1.3.3/package/package.json not in flight; writing
24364npm info retry fetch attempt 1 at 19:24:48
24365npm info attempt registry request try #1 at 19:24:48
24366npm http fetch GET http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz
24367npm verb afterAdd /root/.npm/node-uuid/1.3.3/package/package.json written
24368npm http fetch 200 http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz
24369npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz not in flight; adding
24370npm verb addTmpTarball already have metadata; skipping unpack for faye-websocket@0.4.4
24371npm verb afterAdd /root/.npm/faye-websocket/0.4.4/package/package.json not in flight; writing
24372npm verb afterAdd /root/.npm/faye-websocket/0.4.4/package/package.json written
24373npm verb cache add spec mime-types@~2.1.2
24374npm verb cache add spec node-uuid@~1.4.0
24375npm verb cache add spec qs@~4.0.0
24376npm verb addNamed ">=2.1.2 <2.2.0" is a valid semver range for mime-types
24377npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
24378npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
24379npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
24380npm verb addNamed ">=4.0.0 <4.1.0" is a valid semver range for qs
24381npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
24382npm verb request uri http://registry.npmjs.org/bl
24383npm verb request no auth needed
24384npm info attempt registry request try #1 at 19:24:48
24385npm http request GET http://registry.npmjs.org/bl
24386npm verb request uri http://registry.npmjs.org/caseless
24387npm verb request no auth needed
24388npm info attempt registry request try #1 at 19:24:48
24389npm http request GET http://registry.npmjs.org/caseless
24390npm verb request uri http://registry.npmjs.org/extend
24391npm verb request no auth needed
24392npm info attempt registry request try #1 at 19:24:48
24393npm http request GET http://registry.npmjs.org/extend
24394npm verb request uri http://registry.npmjs.org/forever-agent
24395npm verb request no auth needed
24396npm info attempt registry request try #1 at 19:24:48
24397npm http request GET http://registry.npmjs.org/forever-agent
24398npm verb request uri http://registry.npmjs.org/form-data
24399npm verb request no auth needed
24400npm info attempt registry request try #1 at 19:24:48
24401npm http request GET http://registry.npmjs.org/form-data
24402npm verb request uri http://registry.npmjs.org/json-stringify-safe
24403npm verb request no auth needed
24404npm info attempt registry request try #1 at 19:24:48
24405npm http request GET http://registry.npmjs.org/json-stringify-safe
24406npm verb request uri http://registry.npmjs.org/tunnel-agent
24407npm verb request no auth needed
24408npm info attempt registry request try #1 at 19:24:48
24409npm http request GET http://registry.npmjs.org/tunnel-agent
24410npm verb request uri http://registry.npmjs.org/tough-cookie
24411npm verb request no auth needed
24412npm info attempt registry request try #1 at 19:24:48
24413npm http request GET http://registry.npmjs.org/tough-cookie
24414npm verb request uri http://registry.npmjs.org/http-signature
24415npm verb request no auth needed
24416npm info attempt registry request try #1 at 19:24:48
24417npm http request GET http://registry.npmjs.org/http-signature
24418npm verb request uri http://registry.npmjs.org/oauth-sign
24419npm verb request no auth needed
24420npm info attempt registry request try #1 at 19:24:48
24421npm http request GET http://registry.npmjs.org/oauth-sign
24422npm verb request uri http://registry.npmjs.org/hawk
24423npm verb request no auth needed
24424npm info attempt registry request try #1 at 19:24:48
24425npm http request GET http://registry.npmjs.org/hawk
24426npm verb request uri http://registry.npmjs.org/aws-sign2
24427npm verb request no auth needed
24428npm info attempt registry request try #1 at 19:24:48
24429npm http request GET http://registry.npmjs.org/aws-sign2
24430npm verb request uri http://registry.npmjs.org/stringstream
24431npm verb request no auth needed
24432npm info attempt registry request try #1 at 19:24:48
24433npm http request GET http://registry.npmjs.org/stringstream
24434npm verb request uri http://registry.npmjs.org/combined-stream
24435npm verb request no auth needed
24436npm info attempt registry request try #1 at 19:24:48
24437npm http request GET http://registry.npmjs.org/combined-stream
24438npm verb request uri http://registry.npmjs.org/isstream
24439npm verb request no auth needed
24440npm info attempt registry request try #1 at 19:24:48
24441npm http request GET http://registry.npmjs.org/isstream
24442npm verb request uri http://registry.npmjs.org/har-validator
24443npm verb request no auth needed
24444npm info attempt registry request try #1 at 19:24:48
24445npm http request GET http://registry.npmjs.org/har-validator
24446npm verb get http://registry.npmjs.org/node-uuid not expired, no request
24447npm verb addNamed "1.4.7" is a plain semver version for node-uuid
24448npm verb get http://registry.npmjs.org/mime-types not expired, no request
24449npm verb addNamed "2.1.8" is a plain semver version for mime-types
24450npm verb addRemoteTarball http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
24451npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz',
24452npm verb addRemoteTarball '6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f' ]
24453npm http 200 http://registry.npmjs.org/forever-agent
24454npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24455npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
24456npm verb headers 'content-type': 'application/json',
24457npm verb headers 'cache-control': 'max-age=300',
24458npm verb headers 'content-length': '7980',
24459npm verb headers 'accept-ranges': 'bytes',
24460npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
24461npm verb headers 'x-served-by': 'cache-fra1224-FRA',
24462npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
24463npm verb headers 'x-cache-hits': '2',
24464npm verb headers 'x-timer': 'S1451417009.580924,VS0,VE0',
24465npm verb headers vary: 'Accept',
24466npm verb headers age: '125',
24467npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24468npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24469npm verb headers connection: 'keep-alive' }
24470npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
24471npm http 200 http://registry.npmjs.org/form-data
24472npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24473npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
24474npm verb headers 'content-type': 'application/json',
24475npm verb headers 'cache-control': 'max-age=300',
24476npm verb headers 'content-length': '31379',
24477npm verb headers 'accept-ranges': 'bytes',
24478npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
24479npm verb headers 'x-served-by': 'cache-fra1235-FRA',
24480npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
24481npm verb headers 'x-cache-hits': '1',
24482npm verb headers 'x-timer': 'S1451417009.603915,VS0,VE0',
24483npm verb headers vary: 'Accept',
24484npm verb headers age: '175',
24485npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24486npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24487npm verb headers connection: 'keep-alive' }
24488npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
24489npm http 200 http://registry.npmjs.org/tunnel-agent
24490npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24491npm verb headers etag: '"5431PXAZURN09OWZMSA9JZ82Z"',
24492npm verb headers 'content-type': 'application/json',
24493npm verb headers 'cache-control': 'max-age=300',
24494npm verb headers 'content-length': '6161',
24495npm verb headers 'accept-ranges': 'bytes',
24496npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
24497npm verb headers 'x-served-by': 'cache-fra1231-FRA',
24498npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
24499npm verb headers 'x-cache-hits': '2',
24500npm verb headers 'x-timer': 'S1451417009.604268,VS0,VE0',
24501npm verb headers vary: 'Accept',
24502npm verb headers age: '94',
24503npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24504npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24505npm verb headers connection: 'keep-alive' }
24506npm verb get saving tunnel-agent to /root/.npm/registry.npmjs.org/tunnel-agent/.cache.json
24507npm http 200 http://registry.npmjs.org/json-stringify-safe
24508npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24509npm verb headers etag: '"81QGNAHFB4M7T44SCE0G7ZKVX"',
24510npm verb headers 'content-type': 'application/json',
24511npm verb headers 'cache-control': 'max-age=300',
24512npm verb headers 'content-length': '7011',
24513npm verb headers 'accept-ranges': 'bytes',
24514npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
24515npm verb headers 'x-served-by': 'cache-fra1241-FRA',
24516npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
24517npm verb headers 'x-cache-hits': '2',
24518npm verb headers 'x-timer': 'S1451417009.603277,VS0,VE0',
24519npm verb headers vary: 'Accept',
24520npm verb headers age: '102',
24521npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24522npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24523npm verb headers connection: 'keep-alive' }
24524npm verb get saving json-stringify-safe to /root/.npm/registry.npmjs.org/json-stringify-safe/.cache.json
24525npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz not in flight; adding
24526npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz',
24527npm verb addRemoteTarball 'faf57823de04bc7cbff4ee82c6b63946e812ae72' ]
24528npm verb get http://registry.npmjs.org/qs not expired, no request
24529npm verb addNamed "4.0.0" is a plain semver version for qs
24530npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-4.0.0.tgz not in flight; adding
24531npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-4.0.0.tgz',
24532npm verb addRemoteTarball 'c31d9b74ec27df75e543a86c78728ed8d4623607' ]
24533npm info retry fetch attempt 1 at 19:24:48
24534npm info attempt registry request try #1 at 19:24:48
24535npm http fetch GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
24536npm info retry fetch attempt 1 at 19:24:48
24537npm info attempt registry request try #1 at 19:24:48
24538npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
24539npm http 200 http://registry.npmjs.org/isstream
24540npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24541npm verb headers etag: '"45MB8HVQTANV1MBJA3FC9L1W2"',
24542npm verb headers 'content-type': 'application/json',
24543npm verb headers 'cache-control': 'max-age=300',
24544npm verb headers 'content-length': '7951',
24545npm verb headers 'accept-ranges': 'bytes',
24546npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24547npm verb headers age: '151',
24548npm verb headers 'x-served-by': 'cache-fra1232-FRA',
24549npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24550npm verb headers 'x-cache-hits': '1560',
24551npm verb headers 'x-timer': 'S1451417088.283310,VS0,VE0',
24552npm verb headers vary: 'Accept',
24553npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24554npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24555npm verb headers connection: 'keep-alive' }
24556npm verb get saving isstream to /root/.npm/registry.npmjs.org/isstream/.cache.json
24557npm http 200 http://registry.npmjs.org/stringstream
24558npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24559npm verb headers etag: '"EBUPD6LZKZQ0XKY707YFHY8YL"',
24560npm verb headers 'content-type': 'application/json',
24561npm verb headers 'cache-control': 'max-age=60',
24562npm verb headers 'content-length': '6491',
24563npm verb headers 'accept-ranges': 'bytes',
24564npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24565npm verb headers age: '20',
24566npm verb headers 'x-served-by': 'cache-fra1234-FRA',
24567npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24568npm verb headers 'x-cache-hits': '1',
24569npm verb headers 'x-timer': 'S1451417088.283383,VS0,VE0',
24570npm verb headers vary: 'Accept',
24571npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24572npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24573npm verb headers connection: 'keep-alive' }
24574npm verb get saving stringstream to /root/.npm/registry.npmjs.org/stringstream/.cache.json
24575npm info retry fetch attempt 1 at 19:24:48
24576npm info attempt registry request try #1 at 19:24:48
24577npm http fetch GET http://registry.npmjs.org/qs/-/qs-4.0.0.tgz
24578npm http 200 http://registry.npmjs.org/combined-stream
24579npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24580npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
24581npm verb headers 'content-type': 'application/json',
24582npm verb headers 'cache-control': 'max-age=60',
24583npm verb headers 'content-length': '20052',
24584npm verb headers 'accept-ranges': 'bytes',
24585npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24586npm verb headers age: '23',
24587npm verb headers 'x-served-by': 'cache-fra1237-FRA',
24588npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24589npm verb headers 'x-cache-hits': '2',
24590npm verb headers 'x-timer': 'S1451417088.283172,VS0,VE0',
24591npm verb headers vary: 'Accept',
24592npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24593npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24594npm verb headers connection: 'keep-alive' }
24595npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
24596npm http 200 http://registry.npmjs.org/bl
24597npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24598npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
24599npm verb headers 'content-type': 'application/json',
24600npm verb headers 'cache-control': 'max-age=60',
24601npm verb headers 'content-length': '33544',
24602npm verb headers 'accept-ranges': 'bytes',
24603npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24604npm verb headers age: '42',
24605npm verb headers 'x-served-by': 'cache-fra1220-FRA',
24606npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24607npm verb headers 'x-cache-hits': '2',
24608npm verb headers 'x-timer': 'S1451417088.283520,VS0,VE0',
24609npm verb headers vary: 'Accept',
24610npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24611npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24612npm verb headers connection: 'keep-alive' }
24613npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
24614npm http fetch 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
24615npm http 200 http://registry.npmjs.org/http-signature
24616npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24617npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
24618npm verb headers 'content-type': 'application/json',
24619npm verb headers 'cache-control': 'max-age=60',
24620npm verb headers 'content-length': '24126',
24621npm verb headers 'accept-ranges': 'bytes',
24622npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24623npm verb headers age: '19',
24624npm verb headers 'x-served-by': 'cache-fra1239-FRA',
24625npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24626npm verb headers 'x-cache-hits': '3',
24627npm verb headers 'x-timer': 'S1451417088.278578,VS0,VE0',
24628npm verb headers vary: 'Accept',
24629npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24630npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24631npm verb headers connection: 'keep-alive' }
24632npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
24633npm http 200 http://registry.npmjs.org/extend
24634npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24635npm verb headers etag: '"83TINKPLNC7R67Y2P0P27BFAA"',
24636npm verb headers 'content-type': 'application/json',
24637npm verb headers 'cache-control': 'max-age=60',
24638npm verb headers 'content-length': '14112',
24639npm verb headers 'accept-ranges': 'bytes',
24640npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24641npm verb headers age: '40',
24642npm verb headers 'x-served-by': 'cache-fra1248-FRA',
24643npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24644npm verb headers 'x-cache-hits': '2',
24645npm verb headers 'x-timer': 'S1451417088.279617,VS0,VE0',
24646npm verb headers vary: 'Accept',
24647npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24648npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24649npm verb headers connection: 'keep-alive' }
24650npm verb get saving extend to /root/.npm/registry.npmjs.org/extend/.cache.json
24651npm http 200 http://registry.npmjs.org/aws-sign2
24652npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24653npm verb headers etag: '"27R48E29FV1E9H5GP3QGA5YV3"',
24654npm verb headers 'content-type': 'application/json',
24655npm verb headers 'cache-control': 'max-age=60',
24656npm verb headers 'content-length': '3749',
24657npm verb headers 'accept-ranges': 'bytes',
24658npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24659npm verb headers age: '19',
24660npm verb headers 'x-served-by': 'cache-fra1244-FRA',
24661npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24662npm verb headers 'x-cache-hits': '1',
24663npm verb headers 'x-timer': 'S1451417088.283286,VS0,VE0',
24664npm verb headers vary: 'Accept',
24665npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24666npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24667npm verb headers connection: 'keep-alive' }
24668npm verb get saving aws-sign2 to /root/.npm/registry.npmjs.org/aws-sign2/.cache.json
24669npm http 200 http://registry.npmjs.org/tough-cookie
24670npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24671npm verb headers etag: '"B7F5A665MXTTVUJINA0ZEOV17"',
24672npm verb headers 'content-type': 'application/json',
24673npm verb headers 'cache-control': 'max-age=60',
24674npm verb headers 'content-length': '57765',
24675npm verb headers 'accept-ranges': 'bytes',
24676npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24677npm verb headers age: '19',
24678npm verb headers 'x-served-by': 'cache-fra1238-FRA',
24679npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24680npm verb headers 'x-cache-hits': '1',
24681npm verb headers 'x-timer': 'S1451417088.278262,VS0,VE0',
24682npm verb headers vary: 'Accept',
24683npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24684npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24685npm verb headers connection: 'keep-alive' }
24686npm verb get saving tough-cookie to /root/.npm/registry.npmjs.org/tough-cookie/.cache.json
24687npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
24688npm verb cache add spec forever-agent@~0.6.0
24689npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for forever-agent
24690npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
24691npm verb cache add spec form-data@~1.0.0-rc1
24692npm verb addNamed ">=1.0.0-rc1 <1.1.0" is a valid semver range for form-data
24693npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
24694npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
24695npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.4.7
24696npm verb cache add spec tunnel-agent@~0.4.0
24697npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for tunnel-agent
24698npm verb addNameRange registry:http://registry.npmjs.org/tunnel-agent not in flight; fetching
24699npm verb cache add spec json-stringify-safe@~5.0.0
24700npm verb addNamed ">=5.0.0 <5.1.0" is a valid semver range for json-stringify-safe
24701npm verb addNameRange registry:http://registry.npmjs.org/json-stringify-safe not in flight; fetching
24702npm http 200 http://registry.npmjs.org/oauth-sign
24703npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24704npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
24705npm verb headers 'content-type': 'application/json',
24706npm verb headers 'cache-control': 'max-age=60',
24707npm verb headers 'content-length': '8012',
24708npm verb headers 'accept-ranges': 'bytes',
24709npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24710npm verb headers age: '22',
24711npm verb headers 'x-served-by': 'cache-fra1220-FRA',
24712npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24713npm verb headers 'x-cache-hits': '3',
24714npm verb headers 'x-timer': 'S1451417088.279858,VS0,VE0',
24715npm verb headers vary: 'Accept',
24716npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24717npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24718npm verb headers connection: 'keep-alive' }
24719npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
24720npm http fetch 200 http://registry.npmjs.org/qs/-/qs-4.0.0.tgz
24721npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz not in flight; adding
24722npm verb addTmpTarball already have metadata; skipping unpack for mime-types@2.1.8
24723npm verb cache add spec stringstream@~0.0.4
24724npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
24725npm verb addNameRange registry:http://registry.npmjs.org/stringstream not in flight; fetching
24726npm verb cache add spec isstream@~0.1.1
24727npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for isstream
24728npm verb addNameRange registry:http://registry.npmjs.org/isstream not in flight; fetching
24729npm verb cache add spec bl@~1.0.0
24730npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for bl
24731npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
24732npm verb cache add spec combined-stream@~1.0.1
24733npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for combined-stream
24734npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
24735npm verb cache add spec aws-sign2@~0.5.0
24736npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for aws-sign2
24737npm verb addNameRange registry:http://registry.npmjs.org/aws-sign2 not in flight; fetching
24738npm verb cache add spec extend@~3.0.0
24739npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for extend
24740npm verb addNameRange registry:http://registry.npmjs.org/extend not in flight; fetching
24741npm verb cache add spec http-signature@~0.11.0
24742npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for http-signature
24743npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
24744npm verb get http://registry.npmjs.org/forever-agent not expired, no request
24745npm verb addNamed "0.6.1" is a plain semver version for forever-agent
24746npm verb get http://registry.npmjs.org/form-data not expired, no request
24747npm verb addNamed "1.0.0-rc3" is a plain semver version for form-data
24748npm verb cache add spec tough-cookie@>=0.12.0
24749npm verb addNamed ">=0.12.0" is a valid semver range for tough-cookie
24750npm verb addNameRange registry:http://registry.npmjs.org/tough-cookie not in flight; fetching
24751npm verb get http://registry.npmjs.org/json-stringify-safe not expired, no request
24752npm verb addNamed "5.0.1" is a plain semver version for json-stringify-safe
24753npm verb get http://registry.npmjs.org/tunnel-agent not expired, no request
24754npm verb addNamed "0.4.2" is a plain semver version for tunnel-agent
24755npm verb addRemoteTarball http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz not in flight; adding
24756npm verb addRemoteTarball [ 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz',
24757npm verb addRemoteTarball 'fbc71f0c41adeb37f96c577ad1ed42d8fdacca91' ]
24758npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz not in flight; adding
24759npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz',
24760npm verb addRemoteTarball 'd35bc62e7fbc2937ae78f948aaa0d38d90607577' ]
24761npm http 200 http://registry.npmjs.org/hawk
24762npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24763npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
24764npm verb headers 'content-type': 'application/json',
24765npm verb headers 'cache-control': 'max-age=60',
24766npm verb headers 'content-length': '91207',
24767npm verb headers 'accept-ranges': 'bytes',
24768npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24769npm verb headers age: '20',
24770npm verb headers 'x-served-by': 'cache-fra1238-FRA',
24771npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24772npm verb headers 'x-cache-hits': '1',
24773npm verb headers 'x-timer': 'S1451417088.279608,VS0,VE0',
24774npm verb headers vary: 'Accept',
24775npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24776npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24777npm verb headers connection: 'keep-alive' }
24778npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
24779npm http 200 http://registry.npmjs.org/har-validator
24780npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24781npm verb headers etag: '"87TVRNLL51JEPCUKQOWMFC71Z"',
24782npm verb headers 'content-type': 'application/json',
24783npm verb headers 'cache-control': 'max-age=300',
24784npm verb headers 'content-length': '44760',
24785npm verb headers 'accept-ranges': 'bytes',
24786npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24787npm verb headers age: '87',
24788npm verb headers 'x-served-by': 'cache-fra1243-FRA',
24789npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24790npm verb headers 'x-cache-hits': '1',
24791npm verb headers 'x-timer': 'S1451417088.283413,VS0,VE0',
24792npm verb headers vary: 'Accept',
24793npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
24794npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24795npm verb headers connection: 'keep-alive' }
24796npm verb get saving har-validator to /root/.npm/registry.npmjs.org/har-validator/.cache.json
24797npm verb addRemoteTarball http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
24798npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz',
24799npm verb addRemoteTarball '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb' ]
24800npm verb addRemoteTarball http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
24801npm verb addRemoteTarball [ 'http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz',
24802npm verb addRemoteTarball '1104e3f36ac87125c287270067d582d18133bfee' ]
24803npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/qs/-/qs-4.0.0.tgz not in flight; adding
24804npm verb addTmpTarball already have metadata; skipping unpack for qs@4.0.0
24805npm verb get http://registry.npmjs.org/stringstream not expired, no request
24806npm verb addNamed "0.0.5" is a plain semver version for stringstream
24807npm verb get http://registry.npmjs.org/isstream not expired, no request
24808npm verb addNamed "0.1.2" is a plain semver version for isstream
24809npm info retry fetch attempt 1 at 19:24:48
24810npm info attempt registry request try #1 at 19:24:48
24811npm http fetch GET http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
24812npm verb addRemoteTarball http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
24813npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz',
24814npm verb addRemoteTarball '4e484cd4de5a0bbbee18e46307710a8a81621878' ]
24815npm verb addRemoteTarball http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz not in flight; adding
24816npm verb addRemoteTarball [ 'http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz',
24817npm verb addRemoteTarball '47e63f7af55afa6f92e1500e690eb8b8529c099a' ]
24818npm info retry fetch attempt 1 at 19:24:48
24819npm info attempt registry request try #1 at 19:24:48
24820npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
24821npm verb get http://registry.npmjs.org/bl not expired, no request
24822npm verb addNamed "1.0.0" is a plain semver version for bl
24823npm verb get http://registry.npmjs.org/extend not expired, no request
24824npm verb addNamed "3.0.0" is a plain semver version for extend
24825npm verb get http://registry.npmjs.org/aws-sign2 not expired, no request
24826npm verb addNamed "0.5.0" is a plain semver version for aws-sign2
24827npm verb get http://registry.npmjs.org/combined-stream not expired, no request
24828npm verb addNamed "1.0.5" is a plain semver version for combined-stream
24829npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
24830npm verb get http://registry.npmjs.org/http-signature not expired, no request
24831npm verb addNamed "0.11.0" is a plain semver version for http-signature
24832npm info retry fetch attempt 1 at 19:24:48
24833npm info attempt registry request try #1 at 19:24:48
24834npm http fetch GET http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
24835npm info retry fetch attempt 1 at 19:24:48
24836npm info attempt registry request try #1 at 19:24:48
24837npm http fetch GET http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
24838npm verb addRemoteTarball http://registry.npmjs.org/bl/-/bl-1.0.0.tgz not in flight; adding
24839npm verb addRemoteTarball [ 'http://registry.npmjs.org/bl/-/bl-1.0.0.tgz',
24840npm verb addRemoteTarball 'ada9a8a89a6d7ac60862f7dec7db207873e0c3f5' ]
24841npm verb addRemoteTarball http://registry.npmjs.org/extend/-/extend-3.0.0.tgz not in flight; adding
24842npm verb addRemoteTarball [ 'http://registry.npmjs.org/extend/-/extend-3.0.0.tgz',
24843npm verb addRemoteTarball '5a474353b9f3353ddd8176dfd37b91c83a46f1d4' ]
24844npm verb addRemoteTarball http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
24845npm verb addRemoteTarball [ 'http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz',
24846npm verb addRemoteTarball 'c57103f7a17fc037f02d7c2e64b602ea223f7d63' ]
24847npm verb addRemoteTarball http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz not in flight; adding
24848npm verb addRemoteTarball [ 'http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz',
24849npm verb addRemoteTarball '938370a57b4a51dea2c77c15d5c5fdf895164009' ]
24850npm verb addRemoteTarball http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz not in flight; adding
24851npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz',
24852npm verb addRemoteTarball '1796cf67a001ad5cd6849dca0991485f09089fe6' ]
24853npm verb get http://registry.npmjs.org/tough-cookie not expired, no request
24854npm verb addNamed "2.2.1" is a plain semver version for tough-cookie
24855npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
24856npm http fetch 200 http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
24857npm verb cache add spec oauth-sign@~0.8.0
24858npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for oauth-sign
24859npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
24860npm verb addRemoteTarball http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
24861npm verb addRemoteTarball [ 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz',
24862npm verb addRemoteTarball '3b0516b799e70e8164436a1446e7e5877fda118e' ]
24863npm info retry fetch attempt 1 at 19:24:48
24864npm info attempt registry request try #1 at 19:24:48
24865npm http fetch GET http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
24866npm info retry fetch attempt 1 at 19:24:48
24867npm info attempt registry request try #1 at 19:24:48
24868npm http fetch GET http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
24869npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
24870npm http fetch 200 http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
24871npm http fetch 200 http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
24872npm info retry fetch attempt 1 at 19:24:48
24873npm info attempt registry request try #1 at 19:24:48
24874npm http fetch GET http://registry.npmjs.org/bl/-/bl-1.0.0.tgz
24875npm info retry fetch attempt 1 at 19:24:48
24876npm info attempt registry request try #1 at 19:24:48
24877npm http fetch GET http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
24878npm info retry fetch attempt 1 at 19:24:48
24879npm info attempt registry request try #1 at 19:24:48
24880npm http fetch GET http://registry.npmjs.org/extend/-/extend-3.0.0.tgz
24881npm info retry fetch attempt 1 at 19:24:48
24882npm info attempt registry request try #1 at 19:24:48
24883npm http fetch GET http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
24884npm info retry fetch attempt 1 at 19:24:48
24885npm info attempt registry request try #1 at 19:24:48
24886npm http fetch GET http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz
24887npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
24888npm info retry fetch attempt 1 at 19:24:48
24889npm info attempt registry request try #1 at 19:24:48
24890npm http fetch GET http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
24891npm http fetch 200 http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
24892npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
24893npm http fetch 200 http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
24894npm http fetch 200 http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
24895npm http fetch 200 http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
24896npm verb cache add spec har-validator@^1.6.1
24897npm verb addNamed ">=1.6.1 <2.0.0" is a valid semver range for har-validator
24898npm verb addNameRange registry:http://registry.npmjs.org/har-validator not in flight; fetching
24899npm verb get http://registry.npmjs.org/oauth-sign not expired, no request
24900npm verb addNamed "0.8.0" is a plain semver version for oauth-sign
24901npm verb cache add spec hawk@~3.1.0
24902npm verb addNamed ">=3.1.0 <3.2.0" is a valid semver range for hawk
24903npm verb addNameRange registry:http://registry.npmjs.org/hawk not in flight; fetching
24904npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json not in flight; writing
24905npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz not in flight; adding
24906npm verb addTmpTarball already have metadata; skipping unpack for forever-agent@0.6.1
24907npm http fetch 200 http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
24908npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz not in flight; adding
24909npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz',
24910npm verb addRemoteTarball '938fdc875765ba527137d8aec9d178e24debc553' ]
24911npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz not in flight; adding
24912npm verb addTmpTarball already have metadata; skipping unpack for form-data@1.0.0-rc3
24913npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
24914npm verb addTmpTarball already have metadata; skipping unpack for tunnel-agent@0.4.2
24915npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
24916npm verb addTmpTarball already have metadata; skipping unpack for json-stringify-safe@5.0.1
24917npm http fetch 200 http://registry.npmjs.org/bl/-/bl-1.0.0.tgz
24918npm http fetch 200 http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz
24919npm http fetch 200 http://registry.npmjs.org/extend/-/extend-3.0.0.tgz
24920npm info retry fetch attempt 1 at 19:24:48
24921npm info attempt registry request try #1 at 19:24:48
24922npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
24923npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
24924npm verb addTmpTarball already have metadata; skipping unpack for stringstream@0.0.5
24925npm verb get http://registry.npmjs.org/har-validator not expired, no request
24926npm verb addNamed "1.8.0" is a plain semver version for har-validator
24927npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json written
24928npm verb get http://registry.npmjs.org/hawk not expired, no request
24929npm verb addNamed "3.1.2" is a plain semver version for hawk
24930npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
24931npm verb addTmpTarball already have metadata; skipping unpack for aws-sign2@0.5.0
24932npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz not in flight; adding
24933npm verb addTmpTarball already have metadata; skipping unpack for combined-stream@1.0.5
24934npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/isstream/-/isstream-0.1.2.tgz not in flight; adding
24935npm verb addTmpTarball already have metadata; skipping unpack for isstream@0.1.2
24936npm verb addRemoteTarball http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz not in flight; adding
24937npm verb addRemoteTarball [ 'http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz',
24938npm verb addRemoteTarball 'd83842b0eb4c435960aeb108a067a3aa94c0eeb2' ]
24939npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz not in flight; adding
24940npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz',
24941npm verb addRemoteTarball '90c90118886e21975d1ad4ae9b3e284ed19a2de8' ]
24942npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
24943npm http 200 http://registry.npmjs.org/caseless
24944npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24945npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
24946npm verb headers 'content-type': 'application/json',
24947npm verb headers 'cache-control': 'max-age=60',
24948npm verb headers 'content-length': '13018',
24949npm verb headers 'accept-ranges': 'bytes',
24950npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
24951npm verb headers age: '43',
24952npm verb headers 'x-served-by': 'cache-fra1227-FRA',
24953npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
24954npm verb headers 'x-cache-hits': '1',
24955npm verb headers 'x-timer': 'S1451417088.279635,VS0,VE0',
24956npm verb headers vary: 'Accept',
24957npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
24958npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
24959npm verb headers connection: 'keep-alive' }
24960npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
24961npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
24962npm verb addTmpTarball already have metadata; skipping unpack for tough-cookie@2.2.1
24963npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bl/-/bl-1.0.0.tgz not in flight; adding
24964npm verb addTmpTarball already have metadata; skipping unpack for bl@1.0.0
24965npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz not in flight; adding
24966npm verb addTmpTarball already have metadata; skipping unpack for http-signature@0.11.0
24967npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/extend/-/extend-3.0.0.tgz not in flight; adding
24968npm verb addTmpTarball already have metadata; skipping unpack for extend@3.0.0
24969npm info retry fetch attempt 1 at 19:24:48
24970npm info attempt registry request try #1 at 19:24:48
24971npm http fetch GET http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz
24972npm info retry fetch attempt 1 at 19:24:48
24973npm info attempt registry request try #1 at 19:24:48
24974npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz
24975npm verb afterAdd /root/.npm/forever-agent/0.6.1/package/package.json not in flight; writing
24976npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz
24977npm verb afterAdd /root/.npm/form-data/1.0.0-rc3/package/package.json not in flight; writing
24978npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json not in flight; writing
24979npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json not in flight; writing
24980npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz not in flight; adding
24981npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.8.0
24982npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json not in flight; writing
24983npm verb afterAdd /root/.npm/forever-agent/0.6.1/package/package.json written
24984npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json not in flight; writing
24985npm verb afterAdd /root/.npm/combined-stream/1.0.5/package/package.json not in flight; writing
24986npm verb afterAdd /root/.npm/isstream/0.1.2/package/package.json not in flight; writing
24987npm verb cache add spec caseless@~0.11.0
24988npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for caseless
24989npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
24990npm verb afterAdd /root/.npm/form-data/1.0.0-rc3/package/package.json written
24991npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json written
24992npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json written
24993npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json not in flight; writing
24994npm http fetch 200 http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz
24995npm verb afterAdd /root/.npm/bl/1.0.0/package/package.json not in flight; writing
24996npm verb afterAdd /root/.npm/http-signature/0.11.0/package/package.json not in flight; writing
24997npm verb afterAdd /root/.npm/extend/3.0.0/package/package.json not in flight; writing
24998npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/hawk/-/hawk-3.1.2.tgz not in flight; adding
24999npm verb addTmpTarball already have metadata; skipping unpack for hawk@3.1.2
25000npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json written
25001npm verb afterAdd /root/.npm/combined-stream/1.0.5/package/package.json written
25002npm verb afterAdd /root/.npm/isstream/0.1.2/package/package.json written
25003npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json written
25004npm verb get http://registry.npmjs.org/caseless not expired, no request
25005npm verb addNamed "0.11.0" is a plain semver version for caseless
25006npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json written
25007npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz not in flight; adding
25008npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz',
25009npm verb addRemoteTarball '715b96ea9841593cc33067923f5ec60ebda4f7d7' ]
25010npm verb afterAdd /root/.npm/oauth-sign/0.8.0/package/package.json not in flight; writing
25011npm verb afterAdd /root/.npm/bl/1.0.0/package/package.json written
25012npm verb afterAdd /root/.npm/http-signature/0.11.0/package/package.json written
25013npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz not in flight; adding
25014npm verb addTmpTarball already have metadata; skipping unpack for har-validator@1.8.0
25015npm verb afterAdd /root/.npm/extend/3.0.0/package/package.json written
25016npm info retry fetch attempt 1 at 19:24:48
25017npm info attempt registry request try #1 at 19:24:48
25018npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
25019npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
25020npm verb afterAdd /root/.npm/oauth-sign/0.8.0/package/package.json written
25021npm verb afterAdd /root/.npm/hawk/3.1.2/package/package.json not in flight; writing
25022npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/caseless/-/caseless-0.11.0.tgz not in flight; adding
25023npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.11.0
25024npm verb afterAdd /root/.npm/har-validator/1.8.0/package/package.json not in flight; writing
25025npm verb afterAdd /root/.npm/hawk/3.1.2/package/package.json written
25026npm verb afterAdd /root/.npm/har-validator/1.8.0/package/package.json written
25027npm verb afterAdd /root/.npm/caseless/0.11.0/package/package.json not in flight; writing
25028npm verb afterAdd /root/.npm/caseless/0.11.0/package/package.json written
25029npm verb request uri http://registry.npmjs.org/delayed-stream
25030npm verb request no auth needed
25031npm info attempt registry request try #1 at 19:24:48
25032npm http request GET http://registry.npmjs.org/delayed-stream
25033npm http 200 http://registry.npmjs.org/delayed-stream
25034npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25035npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
25036npm verb headers 'content-type': 'application/json',
25037npm verb headers 'cache-control': 'max-age=60',
25038npm verb headers 'content-length': '13299',
25039npm verb headers 'accept-ranges': 'bytes',
25040npm verb headers date: 'Tue, 29 Dec 2015 19:24:48 GMT',
25041npm verb headers age: '21',
25042npm verb headers 'x-served-by': 'cache-fra1237-FRA',
25043npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25044npm verb headers 'x-cache-hits': '1',
25045npm verb headers 'x-timer': 'S1451417088.784901,VS0,VE0',
25046npm verb headers vary: 'Accept',
25047npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25048npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25049npm verb headers connection: 'keep-alive' }
25050npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
25051npm verb cache add spec delayed-stream@~1.0.0
25052npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for delayed-stream
25053npm verb addNameRange registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
25054npm verb get http://registry.npmjs.org/delayed-stream not expired, no request
25055npm verb addNamed "1.0.0" is a plain semver version for delayed-stream
25056npm verb addRemoteTarball http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz not in flight; adding
25057npm verb addRemoteTarball [ 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz',
25058npm verb addRemoteTarball 'df3ae199acadfb7d440aaae0b29e2272b24ec619' ]
25059npm info retry fetch attempt 1 at 19:24:48
25060npm info attempt registry request try #1 at 19:24:48
25061npm http fetch GET http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
25062npm http fetch 200 http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
25063npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz not in flight; adding
25064npm verb addTmpTarball already have metadata; skipping unpack for delayed-stream@1.0.0
25065npm verb afterAdd /root/.npm/delayed-stream/1.0.0/package/package.json not in flight; writing
25066npm verb afterAdd /root/.npm/delayed-stream/1.0.0/package/package.json written
25067npm verb cache add spec async@^1.4.0
25068npm verb cache add spec mime-types@^2.1.3
25069npm verb addNamed ">=1.4.0 <2.0.0" is a valid semver range for async
25070npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
25071npm verb addNamed ">=2.1.3 <3.0.0" is a valid semver range for mime-types
25072npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
25073npm verb request uri http://registry.npmjs.org/async
25074npm verb request no auth needed
25075npm info attempt registry request try #1 at 19:24:48
25076npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
25077npm http request GET http://registry.npmjs.org/async
25078npm verb get http://registry.npmjs.org/mime-types not expired, no request
25079npm verb addNamed "2.1.8" is a plain semver version for mime-types
25080npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
25081npm http 304 http://registry.npmjs.org/async
25082npm verb headers { date: 'Tue, 29 Dec 2015 19:23:30 GMT',
25083npm verb headers 'content-type': 'application/json',
25084npm verb headers age: '299',
25085npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
25086npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25087npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
25088npm verb headers connection: 'keep-alive' }
25089npm verb etag http://registry.npmjs.org/async from cache
25090npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
25091npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
25092npm verb addNamed "1.5.0" is a plain semver version for async
25093npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-1.5.0.tgz not in flight; adding
25094npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-1.5.0.tgz',
25095npm verb addRemoteTarball '2796642723573859565633fc6274444bee2f8ce3' ]
25096npm info retry fetch attempt 1 at 19:24:48
25097npm info attempt registry request try #1 at 19:24:48
25098npm http fetch GET http://registry.npmjs.org/async/-/async-1.5.0.tgz
25099npm http fetch 200 http://registry.npmjs.org/async/-/async-1.5.0.tgz
25100npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/async/-/async-1.5.0.tgz not in flight; adding
25101npm verb addTmpTarball already have metadata; skipping unpack for async@1.5.0
25102npm verb afterAdd /root/.npm/async/1.5.0/package/package.json not in flight; writing
25103npm verb afterAdd /root/.npm/async/1.5.0/package/package.json written
25104npm verb cache add spec mime-db@~1.20.0
25105npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
25106npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
25107npm verb get http://registry.npmjs.org/mime-db not expired, no request
25108npm verb addNamed "1.20.0" is a plain semver version for mime-db
25109npm verb addRemoteTarball http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz not in flight; adding
25110npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz',
25111npm verb addRemoteTarball '496f90fd01fe0e031c8823ec3aa9450ffda18ed8' ]
25112npm info retry fetch attempt 1 at 19:24:48
25113npm info attempt registry request try #1 at 19:24:48
25114npm http fetch GET http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
25115npm http fetch 200 http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
25116npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz not in flight; adding
25117npm verb addTmpTarball already have metadata; skipping unpack for mime-db@1.20.0
25118npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
25119npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
25120npm verb cache add spec bluebird@^2.9.30
25121npm verb cache add spec commander@^2.8.1
25122npm verb addNamed ">=2.9.30 <3.0.0" is a valid semver range for bluebird
25123npm verb addNameRange registry:http://registry.npmjs.org/bluebird not in flight; fetching
25124npm verb addNamed ">=2.8.1 <3.0.0" is a valid semver range for commander
25125npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
25126npm verb request uri http://registry.npmjs.org/chalk
25127npm verb request no auth needed
25128npm info attempt registry request try #1 at 19:24:49
25129npm http request GET http://registry.npmjs.org/chalk
25130npm verb request uri http://registry.npmjs.org/is-my-json-valid
25131npm verb request no auth needed
25132npm info attempt registry request try #1 at 19:24:49
25133npm http request GET http://registry.npmjs.org/is-my-json-valid
25134npm verb get http://registry.npmjs.org/bluebird not expired, no request
25135npm verb addNamed "2.10.2" is a plain semver version for bluebird
25136npm verb request uri http://registry.npmjs.org/commander
25137npm verb request no auth needed
25138npm info attempt registry request try #1 at 19:24:49
25139npm verb etag "DYW0JBRXQO3Y28VX1THARSCBL"
25140npm http request GET http://registry.npmjs.org/commander
25141npm verb addRemoteTarball http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz not in flight; adding
25142npm verb addRemoteTarball [ 'http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz',
25143npm verb addRemoteTarball '024a5517295308857f14f91f1106fc3b555f446b' ]
25144npm http 304 http://registry.npmjs.org/commander
25145npm verb headers { date: 'Tue, 29 Dec 2015 19:24:35 GMT',
25146npm verb headers 'content-type': 'application/json',
25147npm verb headers age: '247',
25148npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
25149npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25150npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
25151npm verb headers connection: 'keep-alive' }
25152npm verb etag http://registry.npmjs.org/commander from cache
25153npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
25154npm info retry fetch attempt 1 at 19:24:49
25155npm info attempt registry request try #1 at 19:24:49
25156npm http fetch GET http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
25157npm verb addNamed "2.9.0" is a plain semver version for commander
25158npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.9.0.tgz not in flight; adding
25159npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.9.0.tgz',
25160npm verb addRemoteTarball '9c99094176e12240cb22d6c5146098400fe0f7d4' ]
25161npm info retry fetch attempt 1 at 19:24:49
25162npm info attempt registry request try #1 at 19:24:49
25163npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
25164npm http 200 http://registry.npmjs.org/is-my-json-valid
25165npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25166npm verb headers etag: '"CYM1CQJT6SV2IG2PARHZ24UXH"',
25167npm verb headers 'content-type': 'application/json',
25168npm verb headers 'cache-control': 'max-age=300',
25169npm verb headers 'content-length': '58771',
25170npm verb headers 'accept-ranges': 'bytes',
25171npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25172npm verb headers age: '64',
25173npm verb headers 'x-served-by': 'cache-fra1234-FRA',
25174npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25175npm verb headers 'x-cache-hits': '2',
25176npm verb headers 'x-timer': 'S1451417089.154484,VS0,VE0',
25177npm verb headers vary: 'Accept',
25178npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25179npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25180npm verb headers connection: 'keep-alive' }
25181npm verb get saving is-my-json-valid to /root/.npm/registry.npmjs.org/is-my-json-valid/.cache.json
25182npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
25183npm http fetch 200 http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
25184npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/commander/-/commander-2.9.0.tgz not in flight; adding
25185npm verb addTmpTarball already have metadata; skipping unpack for commander@2.9.0
25186npm verb cache add spec is-my-json-valid@^2.12.0
25187npm verb addNamed ">=2.12.0 <3.0.0" is a valid semver range for is-my-json-valid
25188npm verb addNameRange registry:http://registry.npmjs.org/is-my-json-valid not in flight; fetching
25189npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz not in flight; adding
25190npm verb addTmpTarball already have metadata; skipping unpack for bluebird@2.10.2
25191npm verb get http://registry.npmjs.org/is-my-json-valid not expired, no request
25192npm verb addNamed "2.12.3" is a plain semver version for is-my-json-valid
25193npm verb afterAdd /root/.npm/commander/2.9.0/package/package.json not in flight; writing
25194npm verb addRemoteTarball http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz not in flight; adding
25195npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz',
25196npm verb addRemoteTarball '5a39d1d76b2dbb83140bbd157b1d5ee4bdc85ad6' ]
25197npm info retry fetch attempt 1 at 19:24:49
25198npm info attempt registry request try #1 at 19:24:49
25199npm http fetch GET http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz
25200npm verb afterAdd /root/.npm/commander/2.9.0/package/package.json written
25201npm verb afterAdd /root/.npm/bluebird/2.10.2/package/package.json not in flight; writing
25202npm verb afterAdd /root/.npm/bluebird/2.10.2/package/package.json written
25203npm http fetch 200 http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz
25204npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz not in flight; adding
25205npm verb addTmpTarball already have metadata; skipping unpack for is-my-json-valid@2.12.3
25206npm verb afterAdd /root/.npm/is-my-json-valid/2.12.3/package/package.json not in flight; writing
25207npm verb afterAdd /root/.npm/is-my-json-valid/2.12.3/package/package.json written
25208npm http 200 http://registry.npmjs.org/chalk
25209npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25210npm verb headers etag: '"5MXWQX9JC99PF4Q10DE8PA4EH"',
25211npm verb headers 'content-type': 'application/json',
25212npm verb headers 'cache-control': 'max-age=300',
25213npm verb headers 'content-length': '26615',
25214npm verb headers 'accept-ranges': 'bytes',
25215npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25216npm verb headers age: '51',
25217npm verb headers 'x-served-by': 'cache-fra1239-FRA',
25218npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25219npm verb headers 'x-cache-hits': '2',
25220npm verb headers 'x-timer': 'S1451417089.154385,VS0,VE0',
25221npm verb headers vary: 'Accept',
25222npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25223npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25224npm verb headers connection: 'keep-alive' }
25225npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
25226npm verb cache add spec chalk@^1.0.0
25227npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for chalk
25228npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
25229npm verb get http://registry.npmjs.org/chalk not expired, no request
25230npm verb addNamed "1.1.1" is a plain semver version for chalk
25231npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz not in flight; adding
25232npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz',
25233npm verb addRemoteTarball '509afb67066e7499f7eb3535c77445772ae2d019' ]
25234npm info retry fetch attempt 1 at 19:24:49
25235npm info attempt registry request try #1 at 19:24:49
25236npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
25237npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
25238npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/chalk/-/chalk-1.1.1.tgz not in flight; adding
25239npm verb addTmpTarball already have metadata; skipping unpack for chalk@1.1.1
25240npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
25241npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
25242npm verb request uri http://registry.npmjs.org/ansi-styles
25243npm verb request no auth needed
25244npm info attempt registry request try #1 at 19:24:49
25245npm http request GET http://registry.npmjs.org/ansi-styles
25246npm verb request uri http://registry.npmjs.org/has-ansi
25247npm verb request no auth needed
25248npm info attempt registry request try #1 at 19:24:49
25249npm http request GET http://registry.npmjs.org/has-ansi
25250npm verb request uri http://registry.npmjs.org/strip-ansi
25251npm verb request no auth needed
25252npm info attempt registry request try #1 at 19:24:49
25253npm http request GET http://registry.npmjs.org/strip-ansi
25254npm verb request uri http://registry.npmjs.org/supports-color
25255npm verb request no auth needed
25256npm info attempt registry request try #1 at 19:24:49
25257npm http request GET http://registry.npmjs.org/supports-color
25258npm http 200 http://registry.npmjs.org/has-ansi
25259npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25260npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
25261npm verb headers 'content-type': 'application/json',
25262npm verb headers 'cache-control': 'max-age=60',
25263npm verb headers 'content-length': '9964',
25264npm verb headers 'accept-ranges': 'bytes',
25265npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25266npm verb headers age: '6',
25267npm verb headers 'x-served-by': 'cache-fra1222-FRA',
25268npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25269npm verb headers 'x-cache-hits': '1',
25270npm verb headers 'x-timer': 'S1451417089.551127,VS0,VE0',
25271npm verb headers vary: 'Accept',
25272npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25273npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25274npm verb headers connection: 'keep-alive' }
25275npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
25276npm http 200 http://registry.npmjs.org/ansi-styles
25277npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25278npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
25279npm verb headers 'content-type': 'application/json',
25280npm verb headers 'cache-control': 'max-age=300',
25281npm verb headers 'content-length': '13350',
25282npm verb headers 'accept-ranges': 'bytes',
25283npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25284npm verb headers age: '205',
25285npm verb headers 'x-served-by': 'cache-fra1239-FRA',
25286npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25287npm verb headers 'x-cache-hits': '7',
25288npm verb headers 'x-timer': 'S1451417089.534360,VS0,VE0',
25289npm verb headers vary: 'Accept',
25290npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25291npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25292npm verb headers connection: 'keep-alive' }
25293npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
25294npm http 200 http://registry.npmjs.org/strip-ansi
25295npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25296npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
25297npm verb headers 'content-type': 'application/json',
25298npm verb headers 'cache-control': 'max-age=300',
25299npm verb headers 'content-length': '14430',
25300npm verb headers 'accept-ranges': 'bytes',
25301npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25302npm verb headers age: '192',
25303npm verb headers 'x-served-by': 'cache-fra1228-FRA',
25304npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25305npm verb headers 'x-cache-hits': '7',
25306npm verb headers 'x-timer': 'S1451417089.553119,VS0,VE0',
25307npm verb headers vary: 'Accept',
25308npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25309npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25310npm verb headers connection: 'keep-alive' }
25311npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
25312npm verb cache add spec ansi-styles@^2.1.0
25313npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
25314npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
25315npm verb cache add spec has-ansi@^2.0.0
25316npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
25317npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
25318npm http 200 http://registry.npmjs.org/supports-color
25319npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25320npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
25321npm verb headers 'content-type': 'application/json',
25322npm verb headers 'cache-control': 'max-age=60',
25323npm verb headers 'content-length': '20342',
25324npm verb headers 'accept-ranges': 'bytes',
25325npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25326npm verb headers age: '10',
25327npm verb headers 'x-served-by': 'cache-fra1222-FRA',
25328npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25329npm verb headers 'x-cache-hits': '1',
25330npm verb headers 'x-timer': 'S1451417089.559494,VS0,VE0',
25331npm verb headers vary: 'Accept',
25332npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25333npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25334npm verb headers connection: 'keep-alive' }
25335npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
25336npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
25337npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
25338npm verb get http://registry.npmjs.org/has-ansi not expired, no request
25339npm verb addNamed "2.0.0" is a plain semver version for has-ansi
25340npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz not in flight; adding
25341npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz',
25342npm verb addRemoteTarball '990f747146927b559a932bf92959163d60c0d0e2' ]
25343npm verb addRemoteTarball http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz not in flight; adding
25344npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz',
25345npm verb addRemoteTarball '34f5049ce1ecdf2b0649af3ef24e45ed35416d91' ]
25346npm verb cache add spec strip-ansi@^3.0.0
25347npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
25348npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
25349npm info retry fetch attempt 1 at 19:24:49
25350npm info attempt registry request try #1 at 19:24:49
25351npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
25352npm info retry fetch attempt 1 at 19:24:49
25353npm info attempt registry request try #1 at 19:24:49
25354npm http fetch GET http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
25355npm verb cache add spec supports-color@^2.0.0
25356npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
25357npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
25358npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
25359npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
25360npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
25361npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz not in flight; adding
25362npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz',
25363npm verb addRemoteTarball '7510b665567ca914ccb5d7e072763ac968be3724' ]
25364npm verb get http://registry.npmjs.org/supports-color not expired, no request
25365npm verb addNamed "2.0.0" is a plain semver version for supports-color
25366npm info retry fetch attempt 1 at 19:24:49
25367npm info attempt registry request try #1 at 19:24:49
25368npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
25369npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz not in flight; adding
25370npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz',
25371npm verb addRemoteTarball '535d045ce6b6363fa40117084629995e9df324c7' ]
25372npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
25373npm http fetch 200 http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
25374npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz not in flight; adding
25375npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@2.1.0
25376npm info retry fetch attempt 1 at 19:24:49
25377npm info attempt registry request try #1 at 19:24:49
25378npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
25379npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz not in flight; adding
25380npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@3.0.0
25381npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz not in flight; adding
25382npm verb addTmpTarball already have metadata; skipping unpack for has-ansi@2.0.0
25383npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
25384npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
25385npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
25386npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
25387npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
25388npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
25389npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
25390npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz not in flight; adding
25391npm verb addTmpTarball already have metadata; skipping unpack for supports-color@2.0.0
25392npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
25393npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
25394npm verb request uri http://registry.npmjs.org/ansi-regex
25395npm verb request no auth needed
25396npm info attempt registry request try #1 at 19:24:49
25397npm http request GET http://registry.npmjs.org/ansi-regex
25398npm http 200 http://registry.npmjs.org/ansi-regex
25399npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25400npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
25401npm verb headers 'content-type': 'application/json',
25402npm verb headers 'cache-control': 'max-age=60',
25403npm verb headers 'content-length': '10585',
25404npm verb headers 'accept-ranges': 'bytes',
25405npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25406npm verb headers age: '31',
25407npm verb headers 'x-served-by': 'cache-fra1239-FRA',
25408npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25409npm verb headers 'x-cache-hits': '2',
25410npm verb headers 'x-timer': 'S1451417089.702682,VS0,VE0',
25411npm verb headers vary: 'Accept',
25412npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25413npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25414npm verb headers connection: 'keep-alive' }
25415npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
25416npm verb cache add spec ansi-regex@^2.0.0
25417npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
25418npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
25419npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
25420npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
25421npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz not in flight; adding
25422npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz',
25423npm verb addRemoteTarball 'c5061b6e0ef8a81775e50f5d66151bf6bf371107' ]
25424npm info retry fetch attempt 1 at 19:24:49
25425npm info attempt registry request try #1 at 19:24:49
25426npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
25427npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
25428npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz not in flight; adding
25429npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@2.0.0
25430npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
25431npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
25432npm verb request uri http://registry.npmjs.org/graceful-readlink
25433npm verb request no auth needed
25434npm info attempt registry request try #1 at 19:24:49
25435npm http request GET http://registry.npmjs.org/graceful-readlink
25436npm http 200 http://registry.npmjs.org/graceful-readlink
25437npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25438npm verb headers etag: '"4Y89F8JDJP0YPHGBB0IMVMPJA"',
25439npm verb headers 'content-type': 'application/json',
25440npm verb headers 'cache-control': 'max-age=300',
25441npm verb headers 'content-length': '3065',
25442npm verb headers 'accept-ranges': 'bytes',
25443npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25444npm verb headers age: '271',
25445npm verb headers 'x-served-by': 'cache-fra1239-FRA',
25446npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25447npm verb headers 'x-cache-hits': '4',
25448npm verb headers 'x-timer': 'S1451417089.784371,VS0,VE0',
25449npm verb headers vary: 'Accept',
25450npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25451npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25452npm verb headers connection: 'keep-alive' }
25453npm verb get saving graceful-readlink to /root/.npm/registry.npmjs.org/graceful-readlink/.cache.json
25454npm verb cache add spec graceful-readlink@>= 1.0.0
25455npm verb addNamed ">=1.0.0" is a valid semver range for graceful-readlink
25456npm verb addNameRange registry:http://registry.npmjs.org/graceful-readlink not in flight; fetching
25457npm verb get http://registry.npmjs.org/graceful-readlink not expired, no request
25458npm verb addNamed "1.0.1" is a plain semver version for graceful-readlink
25459npm verb addRemoteTarball http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz not in flight; adding
25460npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz',
25461npm verb addRemoteTarball '4cafad76bc62f02fa039b2f94e9a3dd3a391a725' ]
25462npm info retry fetch attempt 1 at 19:24:49
25463npm info attempt registry request try #1 at 19:24:49
25464npm http fetch GET http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
25465npm http fetch 200 http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
25466npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz not in flight; adding
25467npm verb addTmpTarball already have metadata; skipping unpack for graceful-readlink@1.0.1
25468npm verb afterAdd /root/.npm/graceful-readlink/1.0.1/package/package.json not in flight; writing
25469npm verb afterAdd /root/.npm/graceful-readlink/1.0.1/package/package.json written
25470npm verb request uri http://registry.npmjs.org/generate-function
25471npm verb request no auth needed
25472npm info attempt registry request try #1 at 19:24:49
25473npm http request GET http://registry.npmjs.org/generate-function
25474npm verb request uri http://registry.npmjs.org/generate-object-property
25475npm verb request no auth needed
25476npm info attempt registry request try #1 at 19:24:49
25477npm http request GET http://registry.npmjs.org/generate-object-property
25478npm verb request uri http://registry.npmjs.org/jsonpointer
25479npm verb request no auth needed
25480npm info attempt registry request try #1 at 19:24:49
25481npm http request GET http://registry.npmjs.org/jsonpointer
25482npm verb request uri http://registry.npmjs.org/xtend
25483npm verb request no auth needed
25484npm info attempt registry request try #1 at 19:24:49
25485npm http request GET http://registry.npmjs.org/xtend
25486npm http 200 http://registry.npmjs.org/generate-object-property
25487npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25488npm verb headers etag: '"72ZH0Q0U3MBSMZ2H72UQCNB13"',
25489npm verb headers 'content-type': 'application/json',
25490npm verb headers 'cache-control': 'max-age=60',
25491npm verb headers 'content-length': '5436',
25492npm verb headers 'accept-ranges': 'bytes',
25493npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25494npm verb headers age: '10',
25495npm verb headers 'x-served-by': 'cache-fra1222-FRA',
25496npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25497npm verb headers 'x-cache-hits': '1',
25498npm verb headers 'x-timer': 'S1451417089.892054,VS0,VE0',
25499npm verb headers vary: 'Accept',
25500npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25501npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25502npm verb headers connection: 'keep-alive' }
25503npm verb get saving generate-object-property to /root/.npm/registry.npmjs.org/generate-object-property/.cache.json
25504npm verb cache add spec generate-object-property@^1.1.0
25505npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for generate-object-property
25506npm verb addNameRange registry:http://registry.npmjs.org/generate-object-property not in flight; fetching
25507npm verb get http://registry.npmjs.org/generate-object-property not expired, no request
25508npm verb addNamed "1.2.0" is a plain semver version for generate-object-property
25509npm http 200 http://registry.npmjs.org/jsonpointer
25510npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25511npm verb headers etag: '"17IGQ6M9N1AFI44BLUCGLMIK8"',
25512npm verb headers 'content-type': 'application/json',
25513npm verb headers 'cache-control': 'max-age=300',
25514npm verb headers 'content-length': '6999',
25515npm verb headers 'accept-ranges': 'bytes',
25516npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25517npm verb headers age: '92',
25518npm verb headers 'x-served-by': 'cache-fra1228-FRA',
25519npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25520npm verb headers 'x-cache-hits': '3',
25521npm verb headers 'x-timer': 'S1451417089.912149,VS0,VE0',
25522npm verb headers vary: 'Accept',
25523npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25524npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25525npm verb headers connection: 'keep-alive' }
25526npm verb get saving jsonpointer to /root/.npm/registry.npmjs.org/jsonpointer/.cache.json
25527npm verb addRemoteTarball http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz not in flight; adding
25528npm verb addRemoteTarball [ 'http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz',
25529npm verb addRemoteTarball '9c0e1c40308ce804f4783618b937fa88f99d50d0' ]
25530npm http 200 http://registry.npmjs.org/generate-function
25531npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25532npm verb headers etag: '"12PLKYR2FNJXHNF7XFY76TLP0"',
25533npm verb headers 'content-type': 'application/json',
25534npm verb headers 'cache-control': 'max-age=60',
25535npm verb headers 'content-length': '9953',
25536npm verb headers 'accept-ranges': 'bytes',
25537npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25538npm verb headers age: '10',
25539npm verb headers 'x-served-by': 'cache-fra1221-FRA',
25540npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25541npm verb headers 'x-cache-hits': '1',
25542npm verb headers 'x-timer': 'S1451417089.912392,VS0,VE0',
25543npm verb headers vary: 'Accept',
25544npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25545npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25546npm verb headers connection: 'keep-alive' }
25547npm verb get saving generate-function to /root/.npm/registry.npmjs.org/generate-function/.cache.json
25548npm info retry fetch attempt 1 at 19:24:49
25549npm info attempt registry request try #1 at 19:24:49
25550npm http fetch GET http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
25551npm http fetch 200 http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
25552npm verb cache add spec jsonpointer@2.0.0
25553npm verb addNamed "2.0.0" is a plain semver version for jsonpointer
25554npm verb addNameVersion registry:http://registry.npmjs.org/jsonpointer not in flight; fetching
25555npm verb cache add spec generate-function@^2.0.0
25556npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for generate-function
25557npm verb addNameRange registry:http://registry.npmjs.org/generate-function not in flight; fetching
25558npm http 200 http://registry.npmjs.org/xtend
25559npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25560npm verb headers etag: '"1IDUFAB2QOA8033MD814NYRK9"',
25561npm verb headers 'content-type': 'application/json',
25562npm verb headers 'cache-control': 'max-age=300',
25563npm verb headers 'content-length': '20765',
25564npm verb headers 'accept-ranges': 'bytes',
25565npm verb headers date: 'Tue, 29 Dec 2015 19:24:49 GMT',
25566npm verb headers age: '270',
25567npm verb headers 'x-served-by': 'cache-fra1221-FRA',
25568npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25569npm verb headers 'x-cache-hits': '11',
25570npm verb headers 'x-timer': 'S1451417089.913437,VS0,VE0',
25571npm verb headers vary: 'Accept',
25572npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25573npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25574npm verb headers connection: 'keep-alive' }
25575npm verb get saving xtend to /root/.npm/registry.npmjs.org/xtend/.cache.json
25576npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz not in flight; adding
25577npm verb addTmpTarball already have metadata; skipping unpack for generate-object-property@1.2.0
25578npm verb get http://registry.npmjs.org/jsonpointer not expired, no request
25579npm verb get http://registry.npmjs.org/generate-function not expired, no request
25580npm verb addNamed "2.0.0" is a plain semver version for generate-function
25581npm verb addRemoteTarball http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz not in flight; adding
25582npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz',
25583npm verb addRemoteTarball '3af1dd20fe85463910d469a385e33017d2a030d9' ]
25584npm verb addRemoteTarball http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz not in flight; adding
25585npm verb addRemoteTarball [ 'http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz',
25586npm verb addRemoteTarball '6858fe7c0969b7d4e9093337647ac79f60dfbe74' ]
25587npm info retry fetch attempt 1 at 19:24:49
25588npm info attempt registry request try #1 at 19:24:49
25589npm http fetch GET http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
25590npm info retry fetch attempt 1 at 19:24:49
25591npm info attempt registry request try #1 at 19:24:49
25592npm http fetch GET http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
25593npm verb cache add spec xtend@^4.0.0
25594npm verb addNamed ">=4.0.0 <5.0.0" is a valid semver range for xtend
25595npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
25596npm http fetch 200 http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
25597npm http fetch 200 http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
25598npm verb afterAdd /root/.npm/generate-object-property/1.2.0/package/package.json not in flight; writing
25599npm verb get http://registry.npmjs.org/xtend not expired, no request
25600npm verb addNamed "4.0.1" is a plain semver version for xtend
25601npm verb addRemoteTarball http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz not in flight; adding
25602npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz',
25603npm verb addRemoteTarball 'a5c6d532be656e23db820efb943a1f04998d63af' ]
25604npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz not in flight; adding
25605npm verb addTmpTarball already have metadata; skipping unpack for jsonpointer@2.0.0
25606npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz not in flight; adding
25607npm verb addTmpTarball already have metadata; skipping unpack for generate-function@2.0.0
25608npm verb afterAdd /root/.npm/generate-object-property/1.2.0/package/package.json written
25609npm info retry fetch attempt 1 at 19:24:49
25610npm info attempt registry request try #1 at 19:24:49
25611npm http fetch GET http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
25612npm http fetch 200 http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
25613npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xtend/-/xtend-4.0.1.tgz not in flight; adding
25614npm verb addTmpTarball already have metadata; skipping unpack for xtend@4.0.1
25615npm verb afterAdd /root/.npm/jsonpointer/2.0.0/package/package.json not in flight; writing
25616npm verb afterAdd /root/.npm/generate-function/2.0.0/package/package.json not in flight; writing
25617npm verb afterAdd /root/.npm/generate-function/2.0.0/package/package.json written
25618npm verb afterAdd /root/.npm/jsonpointer/2.0.0/package/package.json written
25619npm verb afterAdd /root/.npm/xtend/4.0.1/package/package.json not in flight; writing
25620npm verb afterAdd /root/.npm/xtend/4.0.1/package/package.json written
25621npm verb request uri http://registry.npmjs.org/is-property
25622npm verb request no auth needed
25623npm info attempt registry request try #1 at 19:24:50
25624npm http request GET http://registry.npmjs.org/is-property
25625npm http 200 http://registry.npmjs.org/is-property
25626npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25627npm verb headers etag: '"BNDQTQHT86THGVOSXLSBPJXTY"',
25628npm verb headers 'content-type': 'application/json',
25629npm verb headers 'cache-control': 'max-age=300',
25630npm verb headers 'content-length': '5559',
25631npm verb headers 'accept-ranges': 'bytes',
25632npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
25633npm verb headers age: '29',
25634npm verb headers 'x-served-by': 'cache-fra1221-FRA',
25635npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25636npm verb headers 'x-cache-hits': '1',
25637npm verb headers 'x-timer': 'S1451417090.028957,VS0,VE0',
25638npm verb headers vary: 'Accept',
25639npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25640npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25641npm verb headers connection: 'keep-alive' }
25642npm verb get saving is-property to /root/.npm/registry.npmjs.org/is-property/.cache.json
25643npm verb cache add spec is-property@^1.0.0
25644npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-property
25645npm verb addNameRange registry:http://registry.npmjs.org/is-property not in flight; fetching
25646npm verb get http://registry.npmjs.org/is-property not expired, no request
25647npm verb addNamed "1.0.2" is a plain semver version for is-property
25648npm verb addRemoteTarball http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz not in flight; adding
25649npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz',
25650npm verb addRemoteTarball '57fe1c4e48474edd65b09911f26b1cd4095dda84' ]
25651npm info retry fetch attempt 1 at 19:24:50
25652npm info attempt registry request try #1 at 19:24:50
25653npm http fetch GET http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
25654npm http fetch 200 http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
25655npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-property/-/is-property-1.0.2.tgz not in flight; adding
25656npm verb addTmpTarball already have metadata; skipping unpack for is-property@1.0.2
25657npm verb afterAdd /root/.npm/is-property/1.0.2/package/package.json not in flight; writing
25658npm verb afterAdd /root/.npm/is-property/1.0.2/package/package.json written
25659npm verb request uri http://registry.npmjs.org/hoek
25660npm verb request no auth needed
25661npm info attempt registry request try #1 at 19:24:50
25662npm http request GET http://registry.npmjs.org/hoek
25663npm verb request uri http://registry.npmjs.org/boom
25664npm verb request no auth needed
25665npm info attempt registry request try #1 at 19:24:50
25666npm http request GET http://registry.npmjs.org/boom
25667npm verb request uri http://registry.npmjs.org/cryptiles
25668npm verb request no auth needed
25669npm info attempt registry request try #1 at 19:24:50
25670npm http request GET http://registry.npmjs.org/cryptiles
25671npm verb request uri http://registry.npmjs.org/sntp
25672npm verb request no auth needed
25673npm info attempt registry request try #1 at 19:24:50
25674npm http request GET http://registry.npmjs.org/sntp
25675npm http 200 http://registry.npmjs.org/boom
25676npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25677npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
25678npm verb headers 'content-type': 'application/json',
25679npm verb headers 'cache-control': 'max-age=300',
25680npm verb headers 'content-length': '70843',
25681npm verb headers 'accept-ranges': 'bytes',
25682npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
25683npm verb headers 'x-served-by': 'cache-fra1235-FRA',
25684npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
25685npm verb headers 'x-cache-hits': '462',
25686npm verb headers 'x-timer': 'S1451417010.804888,VS0,VE0',
25687npm verb headers vary: 'Accept',
25688npm verb headers age: '271',
25689npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25690npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25691npm verb headers connection: 'keep-alive' }
25692npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
25693npm http 200 http://registry.npmjs.org/sntp
25694npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25695npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
25696npm verb headers 'content-type': 'application/json',
25697npm verb headers 'cache-control': 'max-age=300',
25698npm verb headers 'content-length': '24763',
25699npm verb headers 'accept-ranges': 'bytes',
25700npm verb headers date: 'Tue, 29 Dec 2015 19:23:30 GMT',
25701npm verb headers 'x-served-by': 'cache-fra1244-FRA',
25702npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
25703npm verb headers 'x-cache-hits': '5',
25704npm verb headers 'x-timer': 'S1451417010.806168,VS0,VE0',
25705npm verb headers vary: 'Accept',
25706npm verb headers age: '274',
25707npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25708npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25709npm verb headers connection: 'keep-alive' }
25710npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
25711npm verb cache add spec boom@2.x.x
25712npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for boom
25713npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
25714npm verb cache add spec sntp@1.x.x
25715npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for sntp
25716npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
25717npm http 200 http://registry.npmjs.org/cryptiles
25718npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25719npm verb headers etag: '"99IFMGJJU8VHDG34AJNVUOITE"',
25720npm verb headers 'content-type': 'application/json',
25721npm verb headers 'cache-control': 'max-age=300',
25722npm verb headers 'content-length': '20373',
25723npm verb headers 'accept-ranges': 'bytes',
25724npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
25725npm verb headers age: '36',
25726npm verb headers 'x-served-by': 'cache-fra1221-FRA',
25727npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25728npm verb headers 'x-cache-hits': '2',
25729npm verb headers 'x-timer': 'S1451417090.106340,VS0,VE0',
25730npm verb headers vary: 'Accept',
25731npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25732npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25733npm verb headers connection: 'keep-alive' }
25734npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
25735npm verb get http://registry.npmjs.org/boom not expired, no request
25736npm verb addNamed "2.10.1" is a plain semver version for boom
25737npm verb get http://registry.npmjs.org/sntp not expired, no request
25738npm verb addNamed "1.0.9" is a plain semver version for sntp
25739npm verb addRemoteTarball http://registry.npmjs.org/boom/-/boom-2.10.1.tgz not in flight; adding
25740npm verb addRemoteTarball [ 'http://registry.npmjs.org/boom/-/boom-2.10.1.tgz',
25741npm verb addRemoteTarball '39c8918ceff5799f83f9492a848f625add0c766f' ]
25742npm verb addRemoteTarball http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz not in flight; adding
25743npm verb addRemoteTarball [ 'http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz',
25744npm verb addRemoteTarball '6541184cc90aeea6c6e7b35e2659082443c66198' ]
25745npm info retry fetch attempt 1 at 19:24:50
25746npm info attempt registry request try #1 at 19:24:50
25747npm http fetch GET http://registry.npmjs.org/boom/-/boom-2.10.1.tgz
25748npm info retry fetch attempt 1 at 19:24:50
25749npm info attempt registry request try #1 at 19:24:50
25750npm http fetch GET http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
25751npm http fetch 200 http://registry.npmjs.org/boom/-/boom-2.10.1.tgz
25752npm verb cache add spec cryptiles@2.x.x
25753npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for cryptiles
25754npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
25755npm http fetch 200 http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
25756npm verb get http://registry.npmjs.org/cryptiles not expired, no request
25757npm verb addNamed "2.0.5" is a plain semver version for cryptiles
25758npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/boom/-/boom-2.10.1.tgz not in flight; adding
25759npm verb addTmpTarball already have metadata; skipping unpack for boom@2.10.1
25760npm verb addRemoteTarball http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz not in flight; adding
25761npm verb addRemoteTarball [ 'http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz',
25762npm verb addRemoteTarball '3bdfecdc608147c1c67202fa291e7dca59eaa3b8' ]
25763npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sntp/-/sntp-1.0.9.tgz not in flight; adding
25764npm verb addTmpTarball already have metadata; skipping unpack for sntp@1.0.9
25765npm info retry fetch attempt 1 at 19:24:50
25766npm info attempt registry request try #1 at 19:24:50
25767npm http fetch GET http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
25768npm http fetch 200 http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
25769npm verb afterAdd /root/.npm/boom/2.10.1/package/package.json not in flight; writing
25770npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz not in flight; adding
25771npm verb addTmpTarball already have metadata; skipping unpack for cryptiles@2.0.5
25772npm verb afterAdd /root/.npm/sntp/1.0.9/package/package.json not in flight; writing
25773npm verb afterAdd /root/.npm/boom/2.10.1/package/package.json written
25774npm verb afterAdd /root/.npm/sntp/1.0.9/package/package.json written
25775npm http 200 http://registry.npmjs.org/hoek
25776npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25777npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
25778npm verb headers 'content-type': 'application/json',
25779npm verb headers 'cache-control': 'max-age=60',
25780npm verb headers 'content-length': '121825',
25781npm verb headers 'accept-ranges': 'bytes',
25782npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
25783npm verb headers age: '43',
25784npm verb headers 'x-served-by': 'cache-fra1221-FRA',
25785npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25786npm verb headers 'x-cache-hits': '2',
25787npm verb headers 'x-timer': 'S1451417090.106610,VS0,VE0',
25788npm verb headers vary: 'Accept',
25789npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25790npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25791npm verb headers connection: 'keep-alive' }
25792npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
25793npm verb afterAdd /root/.npm/cryptiles/2.0.5/package/package.json not in flight; writing
25794npm verb afterAdd /root/.npm/cryptiles/2.0.5/package/package.json written
25795npm verb cache add spec hoek@2.x.x
25796npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for hoek
25797npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
25798npm verb get http://registry.npmjs.org/hoek not expired, no request
25799npm verb addNamed "2.16.3" is a plain semver version for hoek
25800npm verb addRemoteTarball http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz not in flight; adding
25801npm verb addRemoteTarball [ 'http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz',
25802npm verb addRemoteTarball '20bb7403d3cea398e91dc4710a8ff1b8274a25ed' ]
25803npm info retry fetch attempt 1 at 19:24:50
25804npm info attempt registry request try #1 at 19:24:50
25805npm http fetch GET http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
25806npm http fetch 200 http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
25807npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/hoek/-/hoek-2.16.3.tgz not in flight; adding
25808npm verb addTmpTarball already have metadata; skipping unpack for hoek@2.16.3
25809npm verb afterAdd /root/.npm/hoek/2.16.3/package/package.json not in flight; writing
25810npm verb afterAdd /root/.npm/hoek/2.16.3/package/package.json written
25811npm verb cache add spec assert-plus@^0.1.5
25812npm verb cache add spec asn1@0.1.11
25813npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
25814npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
25815npm verb addNamed "0.1.11" is a plain semver version for asn1
25816npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
25817npm verb request uri http://registry.npmjs.org/ctype
25818npm verb request no auth needed
25819npm info attempt registry request try #1 at 19:24:50
25820npm http request GET http://registry.npmjs.org/ctype
25821npm verb request uri http://registry.npmjs.org/assert-plus
25822npm verb request no auth needed
25823npm info attempt registry request try #1 at 19:24:50
25824npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
25825npm http request GET http://registry.npmjs.org/assert-plus
25826npm verb request uri http://registry.npmjs.org/asn1
25827npm verb request no auth needed
25828npm info attempt registry request try #1 at 19:24:50
25829npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
25830npm http request GET http://registry.npmjs.org/asn1
25831npm http 200 http://registry.npmjs.org/ctype
25832npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25833npm verb headers etag: '"7B13NJ25OLHMF8SVEORNTMPT9"',
25834npm verb headers 'content-type': 'application/json',
25835npm verb headers 'cache-control': 'max-age=60',
25836npm verb headers 'content-length': '14368',
25837npm verb headers 'accept-ranges': 'bytes',
25838npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
25839npm verb headers age: '59',
25840npm verb headers 'x-served-by': 'cache-fra1221-FRA',
25841npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25842npm verb headers 'x-cache-hits': '1',
25843npm verb headers 'x-timer': 'S1451417090.311921,VS0,VE0',
25844npm verb headers vary: 'Accept',
25845npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25846npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25847npm verb headers connection: 'keep-alive' }
25848npm verb get saving ctype to /root/.npm/registry.npmjs.org/ctype/.cache.json
25849npm http 304 http://registry.npmjs.org/assert-plus
25850npm verb headers { date: 'Tue, 29 Dec 2015 19:24:50 GMT',
25851npm verb headers 'cache-control': 'max-age=60',
25852npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
25853npm verb headers age: '22',
25854npm verb headers 'x-served-by': 'cache-fra1228-FRA',
25855npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25856npm verb headers 'x-cache-hits': '2',
25857npm verb headers 'x-timer': 'S1451417090.319092,VS0,VE0',
25858npm verb headers vary: 'Accept',
25859npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25860npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25861npm verb headers connection: 'keep-alive' }
25862npm verb etag http://registry.npmjs.org/assert-plus from cache
25863npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
25864npm http 304 http://registry.npmjs.org/asn1
25865npm verb headers { date: 'Tue, 29 Dec 2015 19:24:50 GMT',
25866npm verb headers 'cache-control': 'max-age=60',
25867npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
25868npm verb headers age: '13',
25869npm verb headers 'x-served-by': 'cache-fra1222-FRA',
25870npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25871npm verb headers 'x-cache-hits': '1',
25872npm verb headers 'x-timer': 'S1451417090.318870,VS0,VE0',
25873npm verb headers vary: 'Accept',
25874npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
25875npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25876npm verb headers connection: 'keep-alive' }
25877npm verb etag http://registry.npmjs.org/asn1 from cache
25878npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
25879npm verb addNamed "0.1.5" is a plain semver version for assert-plus
25880npm verb cache add spec ctype@0.5.3
25881npm verb addNamed "0.5.3" is a plain semver version for ctype
25882npm verb addNameVersion registry:http://registry.npmjs.org/ctype not in flight; fetching
25883npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
25884npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz',
25885npm verb addRemoteTarball '559be18376d08a4ec4dbe80877d27818639b2df7' ]
25886npm info retry fetch attempt 1 at 19:24:50
25887npm info attempt registry request try #1 at 19:24:50
25888npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
25889npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
25890npm verb get http://registry.npmjs.org/ctype not expired, no request
25891npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
25892npm verb addRemoteTarball http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
25893npm verb addRemoteTarball [ 'http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz',
25894npm verb addRemoteTarball '82c18c2461f74114ef16c135224ad0b9144ca12f' ]
25895npm info retry fetch attempt 1 at 19:24:50
25896npm info attempt registry request try #1 at 19:24:50
25897npm http fetch GET http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
25898npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
25899npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
25900npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.1.11
25901npm http fetch 200 http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
25902npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
25903npm verb addTmpTarball already have metadata; skipping unpack for ctype@0.5.3
25904npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
25905npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
25906npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json not in flight; writing
25907npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json written
25908npm verb cache add spec mime-db@~1.20.0
25909npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
25910npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
25911npm verb get http://registry.npmjs.org/mime-db not expired, no request
25912npm verb addNamed "1.20.0" is a plain semver version for mime-db
25913npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
25914npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
25915npm verb cache add spec debug@2.1.0
25916npm verb addNamed "2.1.0" is a plain semver version for debug
25917npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
25918npm verb request uri http://registry.npmjs.org/engine.io
25919npm verb request no auth needed
25920npm info attempt registry request try #1 at 19:24:50
25921npm http request GET http://registry.npmjs.org/engine.io
25922npm verb request uri http://registry.npmjs.org/socket.io-parser
25923npm verb request no auth needed
25924npm info attempt registry request try #1 at 19:24:50
25925npm http request GET http://registry.npmjs.org/socket.io-parser
25926npm verb request uri http://registry.npmjs.org/socket.io-client
25927npm verb request no auth needed
25928npm info attempt registry request try #1 at 19:24:50
25929npm http request GET http://registry.npmjs.org/socket.io-client
25930npm verb request uri http://registry.npmjs.org/socket.io-adapter
25931npm verb request no auth needed
25932npm info attempt registry request try #1 at 19:24:50
25933npm http request GET http://registry.npmjs.org/socket.io-adapter
25934npm verb request uri http://registry.npmjs.org/has-binary-data
25935npm verb request no auth needed
25936npm info attempt registry request try #1 at 19:24:50
25937npm http request GET http://registry.npmjs.org/has-binary-data
25938npm verb get http://registry.npmjs.org/debug not expired, no request
25939npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.1.0.tgz not in flight; adding
25940npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.1.0.tgz',
25941npm verb addRemoteTarball '33ab915659d8c2cc8a41443d94d6ebd37697ed21' ]
25942npm info retry fetch attempt 1 at 19:24:50
25943npm info attempt registry request try #1 at 19:24:50
25944npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.1.0.tgz
25945npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.1.0.tgz
25946npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/debug/-/debug-2.1.0.tgz not in flight; adding
25947npm verb addTmpTarball already have metadata; skipping unpack for debug@2.1.0
25948npm verb afterAdd /root/.npm/debug/2.1.0/package/package.json not in flight; writing
25949npm verb afterAdd /root/.npm/debug/2.1.0/package/package.json written
25950npm http 200 http://registry.npmjs.org/socket.io-adapter
25951npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25952npm verb headers etag: '"CQNZW8VCO2U3ZQVEIM0BGCBBT"',
25953npm verb headers 'content-type': 'application/json',
25954npm verb headers 'cache-control': 'max-age=300',
25955npm verb headers 'content-length': '4625',
25956npm verb headers 'accept-ranges': 'bytes',
25957npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
25958npm verb headers age: '97',
25959npm verb headers 'x-served-by': 'cache-fra1228-FRA',
25960npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25961npm verb headers 'x-cache-hits': '1',
25962npm verb headers 'x-timer': 'S1451417090.497161,VS0,VE0',
25963npm verb headers vary: 'Accept',
25964npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25965npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25966npm verb headers connection: 'keep-alive' }
25967npm verb get saving socket.io-adapter to /root/.npm/registry.npmjs.org/socket.io-adapter/.cache.json
25968npm http 200 http://registry.npmjs.org/has-binary-data
25969npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25970npm verb headers etag: '"CE5JOBAP2Y5B0IFJ6IIYIFS4O"',
25971npm verb headers 'content-type': 'application/json',
25972npm verb headers 'cache-control': 'max-age=300',
25973npm verb headers 'content-length': '4109',
25974npm verb headers 'accept-ranges': 'bytes',
25975npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
25976npm verb headers age: '121',
25977npm verb headers 'x-served-by': 'cache-fra1221-FRA',
25978npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
25979npm verb headers 'x-cache-hits': '1',
25980npm verb headers 'x-timer': 'S1451417090.497096,VS0,VE0',
25981npm verb headers vary: 'Accept',
25982npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
25983npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
25984npm verb headers connection: 'keep-alive' }
25985npm verb get saving has-binary-data to /root/.npm/registry.npmjs.org/has-binary-data/.cache.json
25986npm verb cache add spec has-binary-data@0.1.3
25987npm verb addNamed "0.1.3" is a plain semver version for has-binary-data
25988npm verb addNameVersion registry:http://registry.npmjs.org/has-binary-data not in flight; fetching
25989npm verb cache add spec socket.io-adapter@0.3.1
25990npm verb addNamed "0.3.1" is a plain semver version for socket.io-adapter
25991npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-adapter not in flight; fetching
25992npm verb get http://registry.npmjs.org/has-binary-data not expired, no request
25993npm verb get http://registry.npmjs.org/socket.io-adapter not expired, no request
25994npm verb addRemoteTarball http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz not in flight; adding
25995npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz',
25996npm verb addRemoteTarball '8ebb18388b57f19a5231275a16fc18d51f379aae' ]
25997npm verb addRemoteTarball http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz not in flight; adding
25998npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz',
25999npm verb addRemoteTarball 'df81f970b4df6493902d93e519c7b72755c3a958' ]
26000npm info retry fetch attempt 1 at 19:24:50
26001npm info attempt registry request try #1 at 19:24:50
26002npm http fetch GET http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz
26003npm info retry fetch attempt 1 at 19:24:50
26004npm info attempt registry request try #1 at 19:24:50
26005npm http fetch GET http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz
26006npm http 200 http://registry.npmjs.org/socket.io-parser
26007npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26008npm verb headers etag: '"2D3W3W3Q5DVVELAU8D93HZDKI"',
26009npm verb headers 'content-type': 'application/json',
26010npm verb headers 'cache-control': 'max-age=300',
26011npm verb headers 'content-length': '20602',
26012npm verb headers 'accept-ranges': 'bytes',
26013npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
26014npm verb headers age: '120',
26015npm verb headers 'x-served-by': 'cache-fra1247-FRA',
26016npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26017npm verb headers 'x-cache-hits': '2',
26018npm verb headers 'x-timer': 'S1451417090.515237,VS0,VE0',
26019npm verb headers vary: 'Accept',
26020npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26021npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26022npm verb headers connection: 'keep-alive' }
26023npm verb get saving socket.io-parser to /root/.npm/registry.npmjs.org/socket.io-parser/.cache.json
26024npm http fetch 200 http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz
26025npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz not in flight; adding
26026npm verb addTmpTarball already have metadata; skipping unpack for socket.io-adapter@0.3.1
26027npm verb cache add spec socket.io-parser@2.2.4
26028npm verb addNamed "2.2.4" is a plain semver version for socket.io-parser
26029npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
26030npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
26031npm http fetch 200 http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz
26032npm verb addRemoteTarball http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz not in flight; adding
26033npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz',
26034npm verb addRemoteTarball 'f9ce19bf1909608ceb15d97721e23bfdd1e7cf65' ]
26035npm verb afterAdd /root/.npm/socket.io-adapter/0.3.1/package/package.json not in flight; writing
26036npm info retry fetch attempt 1 at 19:24:50
26037npm info attempt registry request try #1 at 19:24:50
26038npm http fetch GET http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz
26039npm http 200 http://registry.npmjs.org/socket.io-client
26040npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26041npm verb headers etag: '"D5XYWRRG2YJ79V2HRLI6SX3F5"',
26042npm verb headers 'content-type': 'application/json',
26043npm verb headers 'cache-control': 'max-age=60',
26044npm verb headers 'content-length': '92888',
26045npm verb headers 'accept-ranges': 'bytes',
26046npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
26047npm verb headers age: '57',
26048npm verb headers 'x-served-by': 'cache-fra1245-FRA',
26049npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26050npm verb headers 'x-cache-hits': '1',
26051npm verb headers 'x-timer': 'S1451417090.515396,VS0,VE0',
26052npm verb headers vary: 'Accept',
26053npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26054npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26055npm verb headers connection: 'keep-alive' }
26056npm verb get saving socket.io-client to /root/.npm/registry.npmjs.org/socket.io-client/.cache.json
26057npm http fetch 200 http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz
26058npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz not in flight; adding
26059npm verb addTmpTarball already have metadata; skipping unpack for has-binary-data@0.1.3
26060npm verb afterAdd /root/.npm/socket.io-adapter/0.3.1/package/package.json written
26061npm http 200 http://registry.npmjs.org/engine.io
26062npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26063npm verb headers etag: '"5DR9OW6DBS4UZGCBOOPLXVBQR"',
26064npm verb headers 'content-type': 'application/json',
26065npm verb headers 'cache-control': 'max-age=60',
26066npm verb headers 'content-length': '108494',
26067npm verb headers 'accept-ranges': 'bytes',
26068npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
26069npm verb headers age: '46',
26070npm verb headers 'x-served-by': 'cache-fra1222-FRA',
26071npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26072npm verb headers 'x-cache-hits': '1',
26073npm verb headers 'x-timer': 'S1451417090.496802,VS0,VE0',
26074npm verb headers vary: 'Accept',
26075npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26076npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26077npm verb headers connection: 'keep-alive' }
26078npm verb get saving engine.io to /root/.npm/registry.npmjs.org/engine.io/.cache.json
26079npm verb cache add spec socket.io-client@1.3.5
26080npm verb addNamed "1.3.5" is a plain semver version for socket.io-client
26081npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client not in flight; fetching
26082npm verb afterAdd /root/.npm/has-binary-data/0.1.3/package/package.json not in flight; writing
26083npm verb get http://registry.npmjs.org/socket.io-client not expired, no request
26084npm verb addRemoteTarball http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz not in flight; adding
26085npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz',
26086npm verb addRemoteTarball '9c3a6fbdbd99420c3633a16b4e2543e73f1303ea' ]
26087npm verb cache add spec engine.io@1.5.1
26088npm verb addNamed "1.5.1" is a plain semver version for engine.io
26089npm verb addNameVersion registry:http://registry.npmjs.org/engine.io not in flight; fetching
26090npm verb afterAdd /root/.npm/has-binary-data/0.1.3/package/package.json written
26091npm info retry fetch attempt 1 at 19:24:50
26092npm info attempt registry request try #1 at 19:24:50
26093npm http fetch GET http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz
26094npm verb get http://registry.npmjs.org/engine.io not expired, no request
26095npm verb addRemoteTarball http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz not in flight; adding
26096npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz',
26097npm verb addRemoteTarball '8f7a4b2aadf974b71ffd185cffe1e2bdf384ddfb' ]
26098npm http fetch 200 http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz
26099npm info retry fetch attempt 1 at 19:24:50
26100npm info attempt registry request try #1 at 19:24:50
26101npm http fetch GET http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz
26102npm http fetch 200 http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz
26103npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz not in flight; adding
26104npm verb addTmpTarball already have metadata; skipping unpack for socket.io-client@1.3.5
26105npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz not in flight; adding
26106npm verb addTmpTarball already have metadata; skipping unpack for engine.io@1.5.1
26107npm verb afterAdd /root/.npm/socket.io-client/1.3.5/package/package.json not in flight; writing
26108npm verb afterAdd /root/.npm/socket.io-client/1.3.5/package/package.json written
26109npm verb afterAdd /root/.npm/engine.io/1.5.1/package/package.json not in flight; writing
26110npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz not in flight; adding
26111npm verb addTmpTarball already have metadata; skipping unpack for socket.io-parser@2.2.4
26112npm verb afterAdd /root/.npm/engine.io/1.5.1/package/package.json written
26113npm verb afterAdd /root/.npm/socket.io-parser/2.2.4/package/package.json not in flight; writing
26114npm verb afterAdd /root/.npm/socket.io-parser/2.2.4/package/package.json written
26115npm verb cache add spec debug@1.0.3
26116npm verb addNamed "1.0.3" is a plain semver version for debug
26117npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
26118npm verb request uri http://registry.npmjs.org/ws
26119npm verb request no auth needed
26120npm info attempt registry request try #1 at 19:24:50
26121npm http request GET http://registry.npmjs.org/ws
26122npm verb request uri http://registry.npmjs.org/engine.io-parser
26123npm verb request no auth needed
26124npm info attempt registry request try #1 at 19:24:50
26125npm http request GET http://registry.npmjs.org/engine.io-parser
26126npm verb request uri http://registry.npmjs.org/base64id
26127npm verb request no auth needed
26128npm info attempt registry request try #1 at 19:24:50
26129npm http request GET http://registry.npmjs.org/base64id
26130npm verb get http://registry.npmjs.org/debug not expired, no request
26131npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.3.tgz not in flight; adding
26132npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.3.tgz',
26133npm verb addRemoteTarball 'fc8c6b2d6002804b4081c0208e0f6460ba1fa3e4' ]
26134npm info retry fetch attempt 1 at 19:24:50
26135npm info attempt registry request try #1 at 19:24:50
26136npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.3.tgz
26137npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.3.tgz
26138npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/debug/-/debug-1.0.3.tgz not in flight; adding
26139npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.3
26140npm verb afterAdd /root/.npm/debug/1.0.3/package/package.json not in flight; writing
26141npm verb afterAdd /root/.npm/debug/1.0.3/package/package.json written
26142npm http 200 http://registry.npmjs.org/ws
26143npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26144npm verb headers etag: '"BYI4IQ4WXFILP90GIM24NOJYA"',
26145npm verb headers 'content-type': 'application/json',
26146npm verb headers 'cache-control': 'max-age=300',
26147npm verb headers 'content-length': '76589',
26148npm verb headers 'accept-ranges': 'bytes',
26149npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
26150npm verb headers age: '237',
26151npm verb headers 'x-served-by': 'cache-fra1222-FRA',
26152npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26153npm verb headers 'x-cache-hits': '3',
26154npm verb headers 'x-timer': 'S1451417090.775285,VS0,VE0',
26155npm verb headers vary: 'Accept',
26156npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26157npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26158npm verb headers connection: 'keep-alive' }
26159npm verb get saving ws to /root/.npm/registry.npmjs.org/ws/.cache.json
26160npm verb cache add spec ws@0.5.0
26161npm verb addNamed "0.5.0" is a plain semver version for ws
26162npm verb addNameVersion registry:http://registry.npmjs.org/ws not in flight; fetching
26163npm http 200 http://registry.npmjs.org/base64id
26164npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26165npm verb headers etag: '"ZEE8IJIDFX5BG7BGOQN9YBZP"',
26166npm verb headers 'content-type': 'application/json',
26167npm verb headers 'cache-control': 'max-age=60',
26168npm verb headers 'content-length': '1800',
26169npm verb headers 'accept-ranges': 'bytes',
26170npm verb headers date: 'Tue, 29 Dec 2015 19:24:50 GMT',
26171npm verb headers age: '8',
26172npm verb headers 'x-served-by': 'cache-fra1247-FRA',
26173npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26174npm verb headers 'x-cache-hits': '1',
26175npm verb headers 'x-timer': 'S1451417090.775366,VS0,VE0',
26176npm verb headers vary: 'Accept',
26177npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26178npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26179npm verb headers connection: 'keep-alive' }
26180npm verb get saving base64id to /root/.npm/registry.npmjs.org/base64id/.cache.json
26181npm verb get http://registry.npmjs.org/ws not expired, no request
26182npm verb addRemoteTarball http://registry.npmjs.org/ws/-/ws-0.5.0.tgz not in flight; adding
26183npm verb addRemoteTarball [ 'http://registry.npmjs.org/ws/-/ws-0.5.0.tgz',
26184npm verb addRemoteTarball 'b3980391dc4777d83974718aa361e808d86cf9ca' ]
26185npm info retry fetch attempt 1 at 19:24:50
26186npm info attempt registry request try #1 at 19:24:50
26187npm http fetch GET http://registry.npmjs.org/ws/-/ws-0.5.0.tgz
26188npm verb cache add spec base64id@0.1.0
26189npm verb addNamed "0.1.0" is a plain semver version for base64id
26190npm verb addNameVersion registry:http://registry.npmjs.org/base64id not in flight; fetching
26191npm http fetch 200 http://registry.npmjs.org/ws/-/ws-0.5.0.tgz
26192npm verb get http://registry.npmjs.org/base64id not expired, no request
26193npm verb addRemoteTarball http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz not in flight; adding
26194npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz',
26195npm verb addRemoteTarball '02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f' ]
26196npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ws/-/ws-0.5.0.tgz not in flight; adding
26197npm verb addTmpTarball already have metadata; skipping unpack for ws@0.5.0
26198npm info retry fetch attempt 1 at 19:24:50
26199npm info attempt registry request try #1 at 19:24:50
26200npm http fetch GET http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
26201npm verb afterAdd /root/.npm/ws/0.5.0/package/package.json not in flight; writing
26202npm verb afterAdd /root/.npm/ws/0.5.0/package/package.json written
26203npm http fetch 200 http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
26204npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/base64id/-/base64id-0.1.0.tgz not in flight; adding
26205npm verb addTmpTarball already have metadata; skipping unpack for base64id@0.1.0
26206npm verb afterAdd /root/.npm/base64id/0.1.0/package/package.json not in flight; writing
26207npm verb afterAdd /root/.npm/base64id/0.1.0/package/package.json written
26208npm http 200 http://registry.npmjs.org/engine.io-parser
26209npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26210npm verb headers etag: '"B4LACT95VF025J14B9FXYAUXK"',
26211npm verb headers 'content-type': 'application/json',
26212npm verb headers 'cache-control': 'max-age=60',
26213npm verb headers 'content-length': '27825',
26214npm verb headers 'accept-ranges': 'bytes',
26215npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26216npm verb headers age: '0',
26217npm verb headers 'x-served-by': 'cache-fra1245-FRA',
26218npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26219npm verb headers 'x-cache-hits': '1',
26220npm verb headers 'x-timer': 'S1451417090.775501,VS0,VE560',
26221npm verb headers vary: 'Accept',
26222npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26223npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26224npm verb headers connection: 'keep-alive' }
26225npm verb get saving engine.io-parser to /root/.npm/registry.npmjs.org/engine.io-parser/.cache.json
26226npm verb cache add spec engine.io-parser@1.2.1
26227npm verb addNamed "1.2.1" is a plain semver version for engine.io-parser
26228npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-parser not in flight; fetching
26229npm verb get http://registry.npmjs.org/engine.io-parser not expired, no request
26230npm verb addRemoteTarball http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz not in flight; adding
26231npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz',
26232npm verb addRemoteTarball '4462a67d0c70a907c06db2e1de53791a86f5ab37' ]
26233npm info retry fetch attempt 1 at 19:24:51
26234npm info attempt registry request try #1 at 19:24:51
26235npm http fetch GET http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz
26236npm http fetch 200 http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz
26237npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz not in flight; adding
26238npm verb addTmpTarball already have metadata; skipping unpack for engine.io-parser@1.2.1
26239npm verb afterAdd /root/.npm/engine.io-parser/1.2.1/package/package.json not in flight; writing
26240npm verb afterAdd /root/.npm/engine.io-parser/1.2.1/package/package.json written
26241npm verb request uri http://registry.npmjs.org/after
26242npm verb request no auth needed
26243npm info attempt registry request try #1 at 19:24:51
26244npm http request GET http://registry.npmjs.org/after
26245npm verb request uri http://registry.npmjs.org/arraybuffer.slice
26246npm verb request no auth needed
26247npm info attempt registry request try #1 at 19:24:51
26248npm http request GET http://registry.npmjs.org/arraybuffer.slice
26249npm verb request uri http://registry.npmjs.org/base64-arraybuffer
26250npm verb request no auth needed
26251npm info attempt registry request try #1 at 19:24:51
26252npm http request GET http://registry.npmjs.org/base64-arraybuffer
26253npm verb request uri http://registry.npmjs.org/blob
26254npm verb request no auth needed
26255npm info attempt registry request try #1 at 19:24:51
26256npm http request GET http://registry.npmjs.org/blob
26257npm verb request uri http://registry.npmjs.org/has-binary
26258npm verb request no auth needed
26259npm info attempt registry request try #1 at 19:24:51
26260npm http request GET http://registry.npmjs.org/has-binary
26261npm verb request uri http://registry.npmjs.org/utf8
26262npm verb request no auth needed
26263npm info attempt registry request try #1 at 19:24:51
26264npm http request GET http://registry.npmjs.org/utf8
26265npm http 200 http://registry.npmjs.org/base64-arraybuffer
26266npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26267npm verb headers etag: '"8TO8M75M6KGGDHXG4EXO14DSH"',
26268npm verb headers 'content-type': 'application/json',
26269npm verb headers 'cache-control': 'max-age=300',
26270npm verb headers 'content-length': '7717',
26271npm verb headers 'accept-ranges': 'bytes',
26272npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26273npm verb headers age: '130',
26274npm verb headers 'x-served-by': 'cache-fra1222-FRA',
26275npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26276npm verb headers 'x-cache-hits': '1',
26277npm verb headers 'x-timer': 'S1451417091.447064,VS0,VE0',
26278npm verb headers vary: 'Accept',
26279npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26280npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26281npm verb headers connection: 'keep-alive' }
26282npm verb get saving base64-arraybuffer to /root/.npm/registry.npmjs.org/base64-arraybuffer/.cache.json
26283npm http 200 http://registry.npmjs.org/blob
26284npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26285npm verb headers etag: '"12UEL1ZGWYGH3PGFQOKTIHUMJ"',
26286npm verb headers 'content-type': 'application/json',
26287npm verb headers 'cache-control': 'max-age=60',
26288npm verb headers 'content-length': '4181',
26289npm verb headers 'accept-ranges': 'bytes',
26290npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26291npm verb headers age: '45',
26292npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26293npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26294npm verb headers 'x-cache-hits': '1',
26295npm verb headers 'x-timer': 'S1451417091.447695,VS0,VE0',
26296npm verb headers vary: 'Accept',
26297npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26298npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26299npm verb headers connection: 'keep-alive' }
26300npm verb get saving blob to /root/.npm/registry.npmjs.org/blob/.cache.json
26301npm verb cache add spec blob@0.0.2
26302npm verb addNamed "0.0.2" is a plain semver version for blob
26303npm verb addNameVersion registry:http://registry.npmjs.org/blob not in flight; fetching
26304npm verb cache add spec base64-arraybuffer@0.1.2
26305npm verb addNamed "0.1.2" is a plain semver version for base64-arraybuffer
26306npm verb addNameVersion registry:http://registry.npmjs.org/base64-arraybuffer not in flight; fetching
26307npm http 200 http://registry.npmjs.org/arraybuffer.slice
26308npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26309npm verb headers etag: '"8M14TBEVFIZTS324W732DTSK9"',
26310npm verb headers 'content-type': 'application/json',
26311npm verb headers 'cache-control': 'max-age=300',
26312npm verb headers 'content-length': '6719',
26313npm verb headers 'accept-ranges': 'bytes',
26314npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26315npm verb headers age: '22',
26316npm verb headers 'x-served-by': 'cache-fra1229-FRA',
26317npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26318npm verb headers 'x-cache-hits': '1',
26319npm verb headers 'x-timer': 'S1451417091.464220,VS0,VE0',
26320npm verb headers vary: 'Accept',
26321npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26322npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26323npm verb headers connection: 'keep-alive' }
26324npm verb get saving arraybuffer.slice to /root/.npm/registry.npmjs.org/arraybuffer.slice/.cache.json
26325npm http 200 http://registry.npmjs.org/has-binary
26326npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26327npm verb headers etag: '"54IA64EVLMM2KU65063PQEFYU"',
26328npm verb headers 'content-type': 'application/json',
26329npm verb headers 'cache-control': 'max-age=60',
26330npm verb headers 'content-length': '2982',
26331npm verb headers 'accept-ranges': 'bytes',
26332npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26333npm verb headers age: '46',
26334npm verb headers 'x-served-by': 'cache-fra1237-FRA',
26335npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26336npm verb headers 'x-cache-hits': '1',
26337npm verb headers 'x-timer': 'S1451417091.466642,VS0,VE0',
26338npm verb headers vary: 'Accept',
26339npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26340npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26341npm verb headers connection: 'keep-alive' }
26342npm verb get saving has-binary to /root/.npm/registry.npmjs.org/has-binary/.cache.json
26343npm http 200 http://registry.npmjs.org/utf8
26344npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26345npm verb headers etag: '"EEDBHS2WAMIQLRCJY6WZ5VNGI"',
26346npm verb headers 'content-type': 'application/json',
26347npm verb headers 'cache-control': 'max-age=300',
26348npm verb headers 'content-length': '9665',
26349npm verb headers 'accept-ranges': 'bytes',
26350npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26351npm verb headers age: '90',
26352npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26353npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26354npm verb headers 'x-cache-hits': '2',
26355npm verb headers 'x-timer': 'S1451417091.468243,VS0,VE0',
26356npm verb headers vary: 'Accept',
26357npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26358npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26359npm verb headers connection: 'keep-alive' }
26360npm verb get saving utf8 to /root/.npm/registry.npmjs.org/utf8/.cache.json
26361npm http 200 http://registry.npmjs.org/after
26362npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26363npm verb headers etag: '"8ZRRNYBIHU7Y0A8YMIIA673VB"',
26364npm verb headers 'content-type': 'application/json',
26365npm verb headers 'cache-control': 'max-age=300',
26366npm verb headers 'content-length': '19653',
26367npm verb headers 'accept-ranges': 'bytes',
26368npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26369npm verb headers age: '90',
26370npm verb headers 'x-served-by': 'cache-fra1248-FRA',
26371npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26372npm verb headers 'x-cache-hits': '2',
26373npm verb headers 'x-timer': 'S1451417091.464400,VS0,VE0',
26374npm verb headers vary: 'Accept',
26375npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26376npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26377npm verb headers connection: 'keep-alive' }
26378npm verb get saving after to /root/.npm/registry.npmjs.org/after/.cache.json
26379npm verb get http://registry.npmjs.org/blob not expired, no request
26380npm verb get http://registry.npmjs.org/base64-arraybuffer not expired, no request
26381npm verb addRemoteTarball http://registry.npmjs.org/blob/-/blob-0.0.2.tgz not in flight; adding
26382npm verb addRemoteTarball [ 'http://registry.npmjs.org/blob/-/blob-0.0.2.tgz',
26383npm verb addRemoteTarball 'b89562bd6994af95ba1e812155536333aa23cf24' ]
26384npm verb addRemoteTarball http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz not in flight; adding
26385npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz',
26386npm verb addRemoteTarball '474df4a9f2da24e05df3158c3b1db3c3cd46a154' ]
26387npm info retry fetch attempt 1 at 19:24:51
26388npm info attempt registry request try #1 at 19:24:51
26389npm http fetch GET http://registry.npmjs.org/blob/-/blob-0.0.2.tgz
26390npm info retry fetch attempt 1 at 19:24:51
26391npm info attempt registry request try #1 at 19:24:51
26392npm http fetch GET http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz
26393npm verb cache add spec arraybuffer.slice@0.0.6
26394npm verb addNamed "0.0.6" is a plain semver version for arraybuffer.slice
26395npm verb addNameVersion registry:http://registry.npmjs.org/arraybuffer.slice not in flight; fetching
26396npm verb cache add spec has-binary@0.1.5
26397npm verb addNamed "0.1.5" is a plain semver version for has-binary
26398npm verb addNameVersion registry:http://registry.npmjs.org/has-binary not in flight; fetching
26399npm verb cache add spec utf8@2.0.0
26400npm verb addNamed "2.0.0" is a plain semver version for utf8
26401npm verb addNameVersion registry:http://registry.npmjs.org/utf8 not in flight; fetching
26402npm http fetch 200 http://registry.npmjs.org/blob/-/blob-0.0.2.tgz
26403npm http fetch 200 http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz
26404npm verb cache add spec after@0.8.1
26405npm verb addNamed "0.8.1" is a plain semver version for after
26406npm verb addNameVersion registry:http://registry.npmjs.org/after not in flight; fetching
26407npm verb get http://registry.npmjs.org/arraybuffer.slice not expired, no request
26408npm verb get http://registry.npmjs.org/has-binary not expired, no request
26409npm verb get http://registry.npmjs.org/utf8 not expired, no request
26410npm verb addRemoteTarball http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz not in flight; adding
26411npm verb addRemoteTarball [ 'http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz',
26412npm verb addRemoteTarball 'f33b2159f0532a3f3107a272c0ccfbd1ad2979ca' ]
26413npm verb addRemoteTarball http://registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz not in flight; adding
26414npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz',
26415npm verb addRemoteTarball '95e75720ff31b72a3ba89a5b6dce082e4bc6467f' ]
26416npm verb addRemoteTarball http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz not in flight; adding
26417npm verb addRemoteTarball [ 'http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz',
26418npm verb addRemoteTarball '79ce59eced874809cab9a71fc7102c7d45d4118d' ]
26419npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/blob/-/blob-0.0.2.tgz not in flight; adding
26420npm verb addTmpTarball already have metadata; skipping unpack for blob@0.0.2
26421npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz not in flight; adding
26422npm verb addTmpTarball already have metadata; skipping unpack for base64-arraybuffer@0.1.2
26423npm verb get http://registry.npmjs.org/after not expired, no request
26424npm verb addRemoteTarball http://registry.npmjs.org/after/-/after-0.8.1.tgz not in flight; adding
26425npm verb addRemoteTarball [ 'http://registry.npmjs.org/after/-/after-0.8.1.tgz',
26426npm verb addRemoteTarball 'ab5d4fb883f596816d3515f8f791c0af486dd627' ]
26427npm info retry fetch attempt 1 at 19:24:51
26428npm info attempt registry request try #1 at 19:24:51
26429npm http fetch GET http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz
26430npm info retry fetch attempt 1 at 19:24:51
26431npm info attempt registry request try #1 at 19:24:51
26432npm http fetch GET http://registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz
26433npm info retry fetch attempt 1 at 19:24:51
26434npm info attempt registry request try #1 at 19:24:51
26435npm http fetch GET http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz
26436npm info retry fetch attempt 1 at 19:24:51
26437npm info attempt registry request try #1 at 19:24:51
26438npm http fetch GET http://registry.npmjs.org/after/-/after-0.8.1.tgz
26439npm http fetch 200 http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz
26440npm http fetch 200 http://registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz
26441npm http fetch 200 http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz
26442npm http fetch 200 http://registry.npmjs.org/after/-/after-0.8.1.tgz
26443npm verb afterAdd /root/.npm/blob/0.0.2/package/package.json not in flight; writing
26444npm verb afterAdd /root/.npm/base64-arraybuffer/0.1.2/package/package.json not in flight; writing
26445npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz not in flight; adding
26446npm verb addTmpTarball already have metadata; skipping unpack for arraybuffer.slice@0.0.6
26447npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz not in flight; adding
26448npm verb addTmpTarball already have metadata; skipping unpack for has-binary@0.1.5
26449npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/utf8/-/utf8-2.0.0.tgz not in flight; adding
26450npm verb addTmpTarball already have metadata; skipping unpack for utf8@2.0.0
26451npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/after/-/after-0.8.1.tgz not in flight; adding
26452npm verb addTmpTarball already have metadata; skipping unpack for after@0.8.1
26453npm verb afterAdd /root/.npm/blob/0.0.2/package/package.json written
26454npm verb afterAdd /root/.npm/base64-arraybuffer/0.1.2/package/package.json written
26455npm verb afterAdd /root/.npm/arraybuffer.slice/0.0.6/package/package.json not in flight; writing
26456npm verb afterAdd /root/.npm/has-binary/0.1.5/package/package.json not in flight; writing
26457npm verb afterAdd /root/.npm/utf8/2.0.0/package/package.json not in flight; writing
26458npm verb afterAdd /root/.npm/after/0.8.1/package/package.json not in flight; writing
26459npm verb afterAdd /root/.npm/arraybuffer.slice/0.0.6/package/package.json written
26460npm verb afterAdd /root/.npm/has-binary/0.1.5/package/package.json written
26461npm verb afterAdd /root/.npm/utf8/2.0.0/package/package.json written
26462npm verb afterAdd /root/.npm/after/0.8.1/package/package.json written
26463npm verb cache add spec nan@1.4.x
26464npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for nan
26465npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
26466npm verb request uri http://registry.npmjs.org/options
26467npm verb request no auth needed
26468npm info attempt registry request try #1 at 19:24:51
26469npm http request GET http://registry.npmjs.org/options
26470npm verb request uri http://registry.npmjs.org/ultron
26471npm verb request no auth needed
26472npm info attempt registry request try #1 at 19:24:51
26473npm http request GET http://registry.npmjs.org/ultron
26474npm verb get http://registry.npmjs.org/nan not expired, no request
26475npm verb addNamed "1.4.3" is a plain semver version for nan
26476npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-1.4.3.tgz not in flight; adding
26477npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-1.4.3.tgz',
26478npm verb addRemoteTarball 'c56b5404698063696f597435f9163c312aea5009' ]
26479npm info retry fetch attempt 1 at 19:24:51
26480npm info attempt registry request try #1 at 19:24:51
26481npm http fetch GET http://registry.npmjs.org/nan/-/nan-1.4.3.tgz
26482npm http fetch 200 http://registry.npmjs.org/nan/-/nan-1.4.3.tgz
26483npm http 200 http://registry.npmjs.org/ultron
26484npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26485npm verb headers etag: '"1FZPOUJM9TYE8CVALWHEK91KT"',
26486npm verb headers 'content-type': 'application/json',
26487npm verb headers 'cache-control': 'max-age=300',
26488npm verb headers 'content-length': '10092',
26489npm verb headers 'accept-ranges': 'bytes',
26490npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26491npm verb headers age: '225',
26492npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26493npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26494npm verb headers 'x-cache-hits': '3',
26495npm verb headers 'x-timer': 'S1451417091.660556,VS0,VE0',
26496npm verb headers vary: 'Accept',
26497npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26498npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26499npm verb headers connection: 'keep-alive' }
26500npm verb get saving ultron to /root/.npm/registry.npmjs.org/ultron/.cache.json
26501npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nan/-/nan-1.4.3.tgz not in flight; adding
26502npm verb addTmpTarball already have metadata; skipping unpack for nan@1.4.3
26503npm verb cache add spec ultron@1.0.x
26504npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ultron
26505npm verb addNameRange registry:http://registry.npmjs.org/ultron not in flight; fetching
26506npm verb get http://registry.npmjs.org/ultron not expired, no request
26507npm verb addNamed "1.0.2" is a plain semver version for ultron
26508npm verb addRemoteTarball http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz not in flight; adding
26509npm verb addRemoteTarball [ 'http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz',
26510npm verb addRemoteTarball 'ace116ab557cd197386a4e88f4685378c8b2e4fa' ]
26511npm verb afterAdd /root/.npm/nan/1.4.3/package/package.json not in flight; writing
26512npm info retry fetch attempt 1 at 19:24:51
26513npm info attempt registry request try #1 at 19:24:51
26514npm http fetch GET http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
26515npm verb afterAdd /root/.npm/nan/1.4.3/package/package.json written
26516npm http fetch 200 http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
26517npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ultron/-/ultron-1.0.2.tgz not in flight; adding
26518npm verb addTmpTarball already have metadata; skipping unpack for ultron@1.0.2
26519npm http 200 http://registry.npmjs.org/options
26520npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26521npm verb headers etag: '"29I1H7JJVEWWNWG0GMKORGQTC"',
26522npm verb headers 'content-type': 'application/json',
26523npm verb headers 'cache-control': 'max-age=60',
26524npm verb headers 'content-length': '8112',
26525npm verb headers 'accept-ranges': 'bytes',
26526npm verb headers date: 'Tue, 29 Dec 2015 19:24:51 GMT',
26527npm verb headers age: '0',
26528npm verb headers 'x-served-by': 'cache-fra1248-FRA',
26529npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26530npm verb headers 'x-cache-hits': '1',
26531npm verb headers 'x-timer': 'S1451417091.660282,VS0,VE33',
26532npm verb headers vary: 'Accept',
26533npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26534npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26535npm verb headers connection: 'keep-alive' }
26536npm verb get saving options to /root/.npm/registry.npmjs.org/options/.cache.json
26537npm verb afterAdd /root/.npm/ultron/1.0.2/package/package.json not in flight; writing
26538npm verb afterAdd /root/.npm/ultron/1.0.2/package/package.json written
26539npm verb cache add spec options@>=0.0.5
26540npm verb addNamed ">=0.0.5" is a valid semver range for options
26541npm verb addNameRange registry:http://registry.npmjs.org/options not in flight; fetching
26542npm verb get http://registry.npmjs.org/options not expired, no request
26543npm verb addNamed "0.0.6" is a plain semver version for options
26544npm verb addRemoteTarball http://registry.npmjs.org/options/-/options-0.0.6.tgz not in flight; adding
26545npm verb addRemoteTarball [ 'http://registry.npmjs.org/options/-/options-0.0.6.tgz',
26546npm verb addRemoteTarball 'ec22d312806bb53e731773e7cdaefcf1c643128f' ]
26547npm info retry fetch attempt 1 at 19:24:51
26548npm info attempt registry request try #1 at 19:24:51
26549npm http fetch GET http://registry.npmjs.org/options/-/options-0.0.6.tgz
26550npm http fetch 200 http://registry.npmjs.org/options/-/options-0.0.6.tgz
26551npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/options/-/options-0.0.6.tgz not in flight; adding
26552npm verb addTmpTarball already have metadata; skipping unpack for options@0.0.6
26553npm verb afterAdd /root/.npm/options/0.0.6/package/package.json not in flight; writing
26554npm verb afterAdd /root/.npm/options/0.0.6/package/package.json written
26555npm verb cache add spec debug@1.0.2
26556npm verb cache add spec socket.io-parser@2.2.2
26557npm verb addNamed "1.0.2" is a plain semver version for debug
26558npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
26559npm verb addNamed "2.2.2" is a plain semver version for socket.io-parser
26560npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
26561npm verb request uri http://registry.npmjs.org/object-keys
26562npm verb request no auth needed
26563npm info attempt registry request try #1 at 19:24:51
26564npm http request GET http://registry.npmjs.org/object-keys
26565npm verb request uri http://registry.npmjs.org/debug
26566npm verb request no auth needed
26567npm info attempt registry request try #1 at 19:24:51
26568npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
26569npm http request GET http://registry.npmjs.org/debug
26570npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
26571npm verb addRemoteTarball http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz not in flight; adding
26572npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz',
26573npm verb addRemoteTarball '3d7af6b64497e956b7d9fe775f999716027f9417' ]
26574npm http 304 http://registry.npmjs.org/debug
26575npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
26576npm verb headers 'content-type': 'application/json',
26577npm verb headers age: '203',
26578npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
26579npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26580npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
26581npm verb headers connection: 'keep-alive' }
26582npm verb etag http://registry.npmjs.org/debug from cache
26583npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
26584npm info retry fetch attempt 1 at 19:24:51
26585npm info attempt registry request try #1 at 19:24:51
26586npm http fetch GET http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz
26587npm http fetch 200 http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz
26588npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz not in flight; adding
26589npm verb addTmpTarball already have metadata; skipping unpack for socket.io-parser@2.2.2
26590npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.2.tgz not in flight; adding
26591npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.2.tgz',
26592npm verb addRemoteTarball '3849591c10cce648476c3c7c2e2e3416db5963c4' ]
26593npm info retry fetch attempt 1 at 19:24:51
26594npm info attempt registry request try #1 at 19:24:51
26595npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.2.tgz
26596npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.2.tgz
26597npm verb afterAdd /root/.npm/socket.io-parser/2.2.2/package/package.json not in flight; writing
26598npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/debug/-/debug-1.0.2.tgz not in flight; adding
26599npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.2
26600npm verb afterAdd /root/.npm/socket.io-parser/2.2.2/package/package.json written
26601npm verb afterAdd /root/.npm/debug/1.0.2/package/package.json not in flight; writing
26602npm verb afterAdd /root/.npm/debug/1.0.2/package/package.json written
26603npm http 200 http://registry.npmjs.org/object-keys
26604npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26605npm verb headers etag: '"CUJ60WAI9V1U6WYABC4C4CHJV"',
26606npm verb headers 'content-type': 'application/json',
26607npm verb headers 'cache-control': 'max-age=60',
26608npm verb headers 'content-length': '43704',
26609npm verb headers 'accept-ranges': 'bytes',
26610npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26611npm verb headers age: '0',
26612npm verb headers 'x-served-by': 'cache-fra1248-FRA',
26613npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26614npm verb headers 'x-cache-hits': '1',
26615npm verb headers 'x-timer': 'S1451417091.776775,VS0,VE452',
26616npm verb headers vary: 'Accept',
26617npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26618npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26619npm verb headers connection: 'keep-alive' }
26620npm verb get saving object-keys to /root/.npm/registry.npmjs.org/object-keys/.cache.json
26621npm verb cache add spec object-keys@1.0.1
26622npm verb addNamed "1.0.1" is a plain semver version for object-keys
26623npm verb addNameVersion registry:http://registry.npmjs.org/object-keys not in flight; fetching
26624npm verb get http://registry.npmjs.org/object-keys not expired, no request
26625npm verb addRemoteTarball http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz not in flight; adding
26626npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz',
26627npm verb addRemoteTarball '55802e85842c26bbb5ebbc157abf3be302569ba8' ]
26628npm info retry fetch attempt 1 at 19:24:52
26629npm info attempt registry request try #1 at 19:24:52
26630npm http fetch GET http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz
26631npm http fetch 200 http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz
26632npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz not in flight; adding
26633npm verb addTmpTarball already have metadata; skipping unpack for object-keys@1.0.1
26634npm verb afterAdd /root/.npm/object-keys/1.0.1/package/package.json not in flight; writing
26635npm verb afterAdd /root/.npm/object-keys/1.0.1/package/package.json written
26636npm verb cache add spec debug@0.7.4
26637npm verb addNamed "0.7.4" is a plain semver version for debug
26638npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
26639npm verb request uri http://registry.npmjs.org/json3
26640npm verb request no auth needed
26641npm info attempt registry request try #1 at 19:24:52
26642npm http request GET http://registry.npmjs.org/json3
26643npm verb request uri http://registry.npmjs.org/component-emitter
26644npm verb request no auth needed
26645npm info attempt registry request try #1 at 19:24:52
26646npm http request GET http://registry.npmjs.org/component-emitter
26647npm verb request uri http://registry.npmjs.org/benchmark
26648npm verb request no auth needed
26649npm info attempt registry request try #1 at 19:24:52
26650npm http request GET http://registry.npmjs.org/benchmark
26651npm verb get http://registry.npmjs.org/debug not expired, no request
26652npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-0.7.4.tgz not in flight; adding
26653npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-0.7.4.tgz',
26654npm verb addRemoteTarball '06e1ea8082c2cb14e39806e22e2f6f757f92af39' ]
26655npm info retry fetch attempt 1 at 19:24:52
26656npm info attempt registry request try #1 at 19:24:52
26657npm http fetch GET http://registry.npmjs.org/debug/-/debug-0.7.4.tgz
26658npm http fetch 200 http://registry.npmjs.org/debug/-/debug-0.7.4.tgz
26659npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/debug/-/debug-0.7.4.tgz not in flight; adding
26660npm verb addTmpTarball already have metadata; skipping unpack for debug@0.7.4
26661npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
26662npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
26663npm http 200 http://registry.npmjs.org/json3
26664npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26665npm verb headers etag: '"8RW74WT07XAX5LEF4SC40V3O8"',
26666npm verb headers 'content-type': 'application/json',
26667npm verb headers 'cache-control': 'max-age=300',
26668npm verb headers 'content-length': '24087',
26669npm verb headers 'accept-ranges': 'bytes',
26670npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26671npm verb headers age: '212',
26672npm verb headers 'x-served-by': 'cache-fra1248-FRA',
26673npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26674npm verb headers 'x-cache-hits': '1',
26675npm verb headers 'x-timer': 'S1451417092.354231,VS0,VE0',
26676npm verb headers vary: 'Accept',
26677npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26678npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26679npm verb headers connection: 'keep-alive' }
26680npm verb get saving json3 to /root/.npm/registry.npmjs.org/json3/.cache.json
26681npm http 200 http://registry.npmjs.org/component-emitter
26682npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26683npm verb headers etag: '"EKK7Q3KAC25VHT4JEZHQMW5ZL"',
26684npm verb headers 'content-type': 'application/json',
26685npm verb headers 'cache-control': 'max-age=60',
26686npm verb headers 'content-length': '9622',
26687npm verb headers 'accept-ranges': 'bytes',
26688npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26689npm verb headers age: '47',
26690npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26691npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26692npm verb headers 'x-cache-hits': '2',
26693npm verb headers 'x-timer': 'S1451417092.354784,VS0,VE0',
26694npm verb headers vary: 'Accept',
26695npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26696npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26697npm verb headers connection: 'keep-alive' }
26698npm verb get saving component-emitter to /root/.npm/registry.npmjs.org/component-emitter/.cache.json
26699npm verb cache add spec json3@3.2.6
26700npm verb addNamed "3.2.6" is a plain semver version for json3
26701npm verb addNameVersion registry:http://registry.npmjs.org/json3 not in flight; fetching
26702npm verb cache add spec component-emitter@1.1.2
26703npm verb addNamed "1.1.2" is a plain semver version for component-emitter
26704npm verb addNameVersion registry:http://registry.npmjs.org/component-emitter not in flight; fetching
26705npm verb get http://registry.npmjs.org/json3 not expired, no request
26706npm verb addRemoteTarball http://registry.npmjs.org/json3/-/json3-3.2.6.tgz not in flight; adding
26707npm verb addRemoteTarball [ 'http://registry.npmjs.org/json3/-/json3-3.2.6.tgz',
26708npm verb addRemoteTarball 'f6efc93c06a04de9aec53053df2559bb19e2038b' ]
26709npm verb get http://registry.npmjs.org/component-emitter not expired, no request
26710npm verb addRemoteTarball http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz not in flight; adding
26711npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz',
26712npm verb addRemoteTarball '296594f2753daa63996d2af08d15a95116c9aec3' ]
26713npm info retry fetch attempt 1 at 19:24:52
26714npm info attempt registry request try #1 at 19:24:52
26715npm http fetch GET http://registry.npmjs.org/json3/-/json3-3.2.6.tgz
26716npm info retry fetch attempt 1 at 19:24:52
26717npm info attempt registry request try #1 at 19:24:52
26718npm http fetch GET http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz
26719npm http fetch 200 http://registry.npmjs.org/json3/-/json3-3.2.6.tgz
26720npm http fetch 200 http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz
26721npm http 200 http://registry.npmjs.org/benchmark
26722npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26723npm verb headers etag: '"B9NM1GP7XQHJQMLCF81N9T9ZZ"',
26724npm verb headers 'content-type': 'application/json',
26725npm verb headers 'cache-control': 'max-age=300',
26726npm verb headers 'content-length': '27426',
26727npm verb headers 'accept-ranges': 'bytes',
26728npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26729npm verb headers age: '93',
26730npm verb headers 'x-served-by': 'cache-fra1237-FRA',
26731npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26732npm verb headers 'x-cache-hits': '1',
26733npm verb headers 'x-timer': 'S1451417092.354910,VS0,VE0',
26734npm verb headers vary: 'Accept',
26735npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26736npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26737npm verb headers connection: 'keep-alive' }
26738npm verb get saving benchmark to /root/.npm/registry.npmjs.org/benchmark/.cache.json
26739npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz not in flight; adding
26740npm verb addTmpTarball already have metadata; skipping unpack for component-emitter@1.1.2
26741npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/json3/-/json3-3.2.6.tgz not in flight; adding
26742npm verb addTmpTarball already have metadata; skipping unpack for json3@3.2.6
26743npm verb cache add spec benchmark@1.0.0
26744npm verb addNamed "1.0.0" is a plain semver version for benchmark
26745npm verb addNameVersion registry:http://registry.npmjs.org/benchmark not in flight; fetching
26746npm verb get http://registry.npmjs.org/benchmark not expired, no request
26747npm verb addRemoteTarball http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz not in flight; adding
26748npm verb addRemoteTarball [ 'http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz',
26749npm verb addRemoteTarball '2f1e2fa4c359f11122aa183082218e957e390c73' ]
26750npm verb afterAdd /root/.npm/component-emitter/1.1.2/package/package.json not in flight; writing
26751npm info retry fetch attempt 1 at 19:24:52
26752npm info attempt registry request try #1 at 19:24:52
26753npm http fetch GET http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz
26754npm verb afterAdd /root/.npm/json3/3.2.6/package/package.json not in flight; writing
26755npm http fetch 200 http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz
26756npm verb afterAdd /root/.npm/component-emitter/1.1.2/package/package.json written
26757npm verb afterAdd /root/.npm/json3/3.2.6/package/package.json written
26758npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz not in flight; adding
26759npm verb addTmpTarball already have metadata; skipping unpack for benchmark@1.0.0
26760npm verb afterAdd /root/.npm/benchmark/1.0.0/package/package.json not in flight; writing
26761npm verb afterAdd /root/.npm/benchmark/1.0.0/package/package.json written
26762npm verb cache add spec debug@0.7.4
26763npm verb cache add spec has-binary@0.1.6
26764npm verb addNamed "0.7.4" is a plain semver version for debug
26765npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
26766npm verb addNamed "0.1.6" is a plain semver version for has-binary
26767npm verb addNameVersion registry:http://registry.npmjs.org/has-binary not in flight; fetching
26768npm verb request uri http://registry.npmjs.org/engine.io-client
26769npm verb request no auth needed
26770npm info attempt registry request try #1 at 19:24:52
26771npm http request GET http://registry.npmjs.org/engine.io-client
26772npm verb request uri http://registry.npmjs.org/component-bind
26773npm verb request no auth needed
26774npm info attempt registry request try #1 at 19:24:52
26775npm http request GET http://registry.npmjs.org/component-bind
26776npm verb request uri http://registry.npmjs.org/object-component
26777npm verb request no auth needed
26778npm info attempt registry request try #1 at 19:24:52
26779npm http request GET http://registry.npmjs.org/object-component
26780npm verb request uri http://registry.npmjs.org/indexof
26781npm verb request no auth needed
26782npm info attempt registry request try #1 at 19:24:52
26783npm http request GET http://registry.npmjs.org/indexof
26784npm verb request uri http://registry.npmjs.org/parseuri
26785npm verb request no auth needed
26786npm info attempt registry request try #1 at 19:24:52
26787npm http request GET http://registry.npmjs.org/parseuri
26788npm verb request uri http://registry.npmjs.org/to-array
26789npm verb request no auth needed
26790npm info attempt registry request try #1 at 19:24:52
26791npm http request GET http://registry.npmjs.org/to-array
26792npm verb request uri http://registry.npmjs.org/backo2
26793npm verb request no auth needed
26794npm info attempt registry request try #1 at 19:24:52
26795npm http request GET http://registry.npmjs.org/backo2
26796npm verb get http://registry.npmjs.org/debug not expired, no request
26797npm verb get http://registry.npmjs.org/has-binary not expired, no request
26798npm verb addRemoteTarball http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz not in flight; adding
26799npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz',
26800npm verb addRemoteTarball '25326f39cfa4f616ad8787894e3af2cfbc7b6e10' ]
26801npm info retry fetch attempt 1 at 19:24:52
26802npm info attempt registry request try #1 at 19:24:52
26803npm http fetch GET http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz
26804npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
26805npm http fetch 200 http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz
26806npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz not in flight; adding
26807npm verb addTmpTarball already have metadata; skipping unpack for has-binary@0.1.6
26808npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
26809npm http 200 http://registry.npmjs.org/component-bind
26810npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26811npm verb headers etag: '"BTEEHNYGF6MZ3F5K1O53LMR95"',
26812npm verb headers 'content-type': 'application/json',
26813npm verb headers 'cache-control': 'max-age=60',
26814npm verb headers 'content-length': '3904',
26815npm verb headers 'accept-ranges': 'bytes',
26816npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26817npm verb headers age: '39',
26818npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26819npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26820npm verb headers 'x-cache-hits': '1',
26821npm verb headers 'x-timer': 'S1451417092.531200,VS0,VE0',
26822npm verb headers vary: 'Accept',
26823npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26824npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26825npm verb headers connection: 'keep-alive' }
26826npm verb get saving component-bind to /root/.npm/registry.npmjs.org/component-bind/.cache.json
26827npm http 200 http://registry.npmjs.org/object-component
26828npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26829npm verb headers etag: '"1HIQ5BU4412VCC2W67CB13EFB"',
26830npm verb headers 'content-type': 'application/json',
26831npm verb headers 'cache-control': 'max-age=300',
26832npm verb headers 'content-length': '3677',
26833npm verb headers 'accept-ranges': 'bytes',
26834npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26835npm verb headers age: '25',
26836npm verb headers 'x-served-by': 'cache-fra1248-FRA',
26837npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26838npm verb headers 'x-cache-hits': '1',
26839npm verb headers 'x-timer': 'S1451417092.531167,VS0,VE0',
26840npm verb headers vary: 'Accept',
26841npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26842npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26843npm verb headers connection: 'keep-alive' }
26844npm verb get saving object-component to /root/.npm/registry.npmjs.org/object-component/.cache.json
26845npm http 200 http://registry.npmjs.org/indexof
26846npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26847npm verb headers etag: '"32OBH9XPR8SP8X2OF29HMHN0Y"',
26848npm verb headers 'content-type': 'application/json',
26849npm verb headers 'cache-control': 'max-age=60',
26850npm verb headers 'content-length': '1058',
26851npm verb headers 'accept-ranges': 'bytes',
26852npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26853npm verb headers age: '54',
26854npm verb headers 'x-served-by': 'cache-fra1229-FRA',
26855npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26856npm verb headers 'x-cache-hits': '1',
26857npm verb headers 'x-timer': 'S1451417092.531206,VS0,VE0',
26858npm verb headers vary: 'Accept',
26859npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26860npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26861npm verb headers connection: 'keep-alive' }
26862npm verb get saving indexof to /root/.npm/registry.npmjs.org/indexof/.cache.json
26863npm http 200 http://registry.npmjs.org/parseuri
26864npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26865npm verb headers etag: '"5706K797GRKZN22PW92FLL2DK"',
26866npm verb headers 'content-type': 'application/json',
26867npm verb headers 'cache-control': 'max-age=300',
26868npm verb headers 'content-length': '3512',
26869npm verb headers 'accept-ranges': 'bytes',
26870npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26871npm verb headers age: '229',
26872npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26873npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26874npm verb headers 'x-cache-hits': '1',
26875npm verb headers 'x-timer': 'S1451417092.531727,VS0,VE0',
26876npm verb headers vary: 'Accept',
26877npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26878npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26879npm verb headers connection: 'keep-alive' }
26880npm verb get saving parseuri to /root/.npm/registry.npmjs.org/parseuri/.cache.json
26881npm http 200 http://registry.npmjs.org/backo2
26882npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26883npm verb headers etag: '"B16YQ5OPQ3E499Z15YCERDY6W"',
26884npm verb headers 'content-type': 'application/json',
26885npm verb headers 'cache-control': 'max-age=60',
26886npm verb headers 'content-length': '2883',
26887npm verb headers 'accept-ranges': 'bytes',
26888npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26889npm verb headers age: '39',
26890npm verb headers 'x-served-by': 'cache-fra1222-FRA',
26891npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26892npm verb headers 'x-cache-hits': '1',
26893npm verb headers 'x-timer': 'S1451417092.531861,VS0,VE0',
26894npm verb headers vary: 'Accept',
26895npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
26896npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26897npm verb headers connection: 'keep-alive' }
26898npm verb get saving backo2 to /root/.npm/registry.npmjs.org/backo2/.cache.json
26899npm verb afterAdd /root/.npm/has-binary/0.1.6/package/package.json not in flight; writing
26900npm verb afterAdd /root/.npm/has-binary/0.1.6/package/package.json written
26901npm http 200 http://registry.npmjs.org/to-array
26902npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26903npm verb headers etag: '"7W2SB8XU19O6MR1O5N1YA0R8Q"',
26904npm verb headers 'content-type': 'application/json',
26905npm verb headers 'cache-control': 'max-age=300',
26906npm verb headers 'content-length': '7075',
26907npm verb headers 'accept-ranges': 'bytes',
26908npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
26909npm verb headers age: '9',
26910npm verb headers 'x-served-by': 'cache-fra1235-FRA',
26911npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
26912npm verb headers 'x-cache-hits': '1',
26913npm verb headers 'x-timer': 'S1451417092.557691,VS0,VE0',
26914npm verb headers vary: 'Accept',
26915npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
26916npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
26917npm verb headers connection: 'keep-alive' }
26918npm verb get saving to-array to /root/.npm/registry.npmjs.org/to-array/.cache.json
26919npm verb cache add spec object-component@0.0.3
26920npm verb addNamed "0.0.3" is a plain semver version for object-component
26921npm verb addNameVersion registry:http://registry.npmjs.org/object-component not in flight; fetching
26922npm verb cache add spec component-bind@1.0.0
26923npm verb addNamed "1.0.0" is a plain semver version for component-bind
26924npm verb addNameVersion registry:http://registry.npmjs.org/component-bind not in flight; fetching
26925npm verb cache add spec parseuri@0.0.2
26926npm verb addNamed "0.0.2" is a plain semver version for parseuri
26927npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
26928npm verb cache add spec indexof@0.0.1
26929npm verb addNamed "0.0.1" is a plain semver version for indexof
26930npm verb addNameVersion registry:http://registry.npmjs.org/indexof not in flight; fetching
26931npm verb cache add spec backo2@1.0.2
26932npm verb addNamed "1.0.2" is a plain semver version for backo2
26933npm verb addNameVersion registry:http://registry.npmjs.org/backo2 not in flight; fetching
26934npm verb get http://registry.npmjs.org/object-component not expired, no request
26935npm verb get http://registry.npmjs.org/component-bind not expired, no request
26936npm verb get http://registry.npmjs.org/parseuri not expired, no request
26937npm verb get http://registry.npmjs.org/indexof not expired, no request
26938npm verb get http://registry.npmjs.org/backo2 not expired, no request
26939npm verb addRemoteTarball http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz not in flight; adding
26940npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz',
26941npm verb addRemoteTarball 'f0c69aa50efc95b866c186f400a33769cb2f1291' ]
26942npm verb addRemoteTarball http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz not in flight; adding
26943npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz',
26944npm verb addRemoteTarball '00c608ab7dcd93897c0009651b1d3a8e1e73bbd1' ]
26945npm verb addRemoteTarball http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz not in flight; adding
26946npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz',
26947npm verb addRemoteTarball 'db41878f2d6964718be870b3140973d8093be156' ]
26948npm verb addRemoteTarball http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz not in flight; adding
26949npm verb addRemoteTarball [ 'http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz',
26950npm verb addRemoteTarball '82dc336d232b9062179d05ab3293a66059fd435d' ]
26951npm verb addRemoteTarball http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz not in flight; adding
26952npm verb addRemoteTarball [ 'http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz',
26953npm verb addRemoteTarball '31ab1ac8b129363463e35b3ebb69f4dfcfba7947' ]
26954npm verb cache add spec to-array@0.1.3
26955npm verb addNamed "0.1.3" is a plain semver version for to-array
26956npm verb addNameVersion registry:http://registry.npmjs.org/to-array not in flight; fetching
26957npm info retry fetch attempt 1 at 19:24:52
26958npm info attempt registry request try #1 at 19:24:52
26959npm http fetch GET http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz
26960npm info retry fetch attempt 1 at 19:24:52
26961npm info attempt registry request try #1 at 19:24:52
26962npm http fetch GET http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz
26963npm info retry fetch attempt 1 at 19:24:52
26964npm info attempt registry request try #1 at 19:24:52
26965npm http fetch GET http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz
26966npm info retry fetch attempt 1 at 19:24:52
26967npm info attempt registry request try #1 at 19:24:52
26968npm http fetch GET http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
26969npm info retry fetch attempt 1 at 19:24:52
26970npm info attempt registry request try #1 at 19:24:52
26971npm http fetch GET http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz
26972npm http fetch 200 http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz
26973npm http fetch 200 http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz
26974npm http fetch 200 http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz
26975npm http fetch 200 http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
26976npm verb get http://registry.npmjs.org/to-array not expired, no request
26977npm http fetch 200 http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz
26978npm verb addRemoteTarball http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz not in flight; adding
26979npm verb addRemoteTarball [ 'http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz',
26980npm verb addRemoteTarball 'd45dadc6363417f60f28474fea50ecddbb4f4991' ]
26981npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/object-component/-/object-component-0.0.3.tgz not in flight; adding
26982npm verb addTmpTarball already have metadata; skipping unpack for object-component@0.0.3
26983npm info retry fetch attempt 1 at 19:24:52
26984npm info attempt registry request try #1 at 19:24:52
26985npm http fetch GET http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz
26986npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz not in flight; adding
26987npm verb addTmpTarball already have metadata; skipping unpack for component-bind@1.0.0
26988npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/backo2/-/backo2-1.0.2.tgz not in flight; adding
26989npm verb addTmpTarball already have metadata; skipping unpack for backo2@1.0.2
26990npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/indexof/-/indexof-0.0.1.tgz not in flight; adding
26991npm verb addTmpTarball already have metadata; skipping unpack for indexof@0.0.1
26992npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz not in flight; adding
26993npm verb addTmpTarball already have metadata; skipping unpack for parseuri@0.0.2
26994npm http fetch 200 http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz
26995npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/to-array/-/to-array-0.1.3.tgz not in flight; adding
26996npm verb addTmpTarball already have metadata; skipping unpack for to-array@0.1.3
26997npm verb afterAdd /root/.npm/object-component/0.0.3/package/package.json not in flight; writing
26998npm verb afterAdd /root/.npm/component-bind/1.0.0/package/package.json not in flight; writing
26999npm verb afterAdd /root/.npm/backo2/1.0.2/package/package.json not in flight; writing
27000npm verb afterAdd /root/.npm/indexof/0.0.1/package/package.json not in flight; writing
27001npm verb afterAdd /root/.npm/parseuri/0.0.2/package/package.json not in flight; writing
27002npm verb afterAdd /root/.npm/object-component/0.0.3/package/package.json written
27003npm verb afterAdd /root/.npm/component-bind/1.0.0/package/package.json written
27004npm verb afterAdd /root/.npm/backo2/1.0.2/package/package.json written
27005npm verb afterAdd /root/.npm/indexof/0.0.1/package/package.json written
27006npm verb afterAdd /root/.npm/parseuri/0.0.2/package/package.json written
27007npm verb afterAdd /root/.npm/to-array/0.1.3/package/package.json not in flight; writing
27008npm http 200 http://registry.npmjs.org/engine.io-client
27009npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27010npm verb headers etag: '"BJORYVCA9VAF9YCRBCMDI6FUE"',
27011npm verb headers 'content-type': 'application/json',
27012npm verb headers 'cache-control': 'max-age=300',
27013npm verb headers 'content-length': '128487',
27014npm verb headers 'accept-ranges': 'bytes',
27015npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
27016npm verb headers age: '88',
27017npm verb headers 'x-served-by': 'cache-fra1237-FRA',
27018npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27019npm verb headers 'x-cache-hits': '2',
27020npm verb headers 'x-timer': 'S1451417092.529950,VS0,VE0',
27021npm verb headers vary: 'Accept',
27022npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27023npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27024npm verb headers connection: 'keep-alive' }
27025npm verb get saving engine.io-client to /root/.npm/registry.npmjs.org/engine.io-client/.cache.json
27026npm verb afterAdd /root/.npm/to-array/0.1.3/package/package.json written
27027npm verb cache add spec engine.io-client@1.5.1
27028npm verb addNamed "1.5.1" is a plain semver version for engine.io-client
27029npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-client not in flight; fetching
27030npm verb get http://registry.npmjs.org/engine.io-client not expired, no request
27031npm verb addRemoteTarball http://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz not in flight; adding
27032npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz',
27033npm verb addRemoteTarball 'ecd0026d90b065169b9885960183f3d56b8da18e' ]
27034npm info retry fetch attempt 1 at 19:24:52
27035npm info attempt registry request try #1 at 19:24:52
27036npm http fetch GET http://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz
27037npm http fetch 200 http://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz
27038npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz not in flight; adding
27039npm verb addTmpTarball already have metadata; skipping unpack for engine.io-client@1.5.1
27040npm verb afterAdd /root/.npm/engine.io-client/1.5.1/package/package.json not in flight; writing
27041npm verb afterAdd /root/.npm/engine.io-client/1.5.1/package/package.json written
27042npm verb cache add spec ws@0.4.31
27043npm verb cache add spec parseuri@0.0.4
27044npm verb addNamed "0.4.31" is a plain semver version for ws
27045npm verb addNameVersion registry:http://registry.npmjs.org/ws not in flight; fetching
27046npm verb addNamed "0.0.4" is a plain semver version for parseuri
27047npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
27048npm verb cache add spec xmlhttprequest@https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
27049npm verb request uri http://registry.npmjs.org/has-cors
27050npm verb request no auth needed
27051npm info attempt registry request try #1 at 19:24:52
27052npm http request GET http://registry.npmjs.org/has-cors
27053npm verb request uri http://registry.npmjs.org/parsejson
27054npm verb request no auth needed
27055npm info attempt registry request try #1 at 19:24:52
27056npm http request GET http://registry.npmjs.org/parsejson
27057npm verb request uri http://registry.npmjs.org/parseqs
27058npm verb request no auth needed
27059npm info attempt registry request try #1 at 19:24:52
27060npm http request GET http://registry.npmjs.org/parseqs
27061npm verb request uri http://registry.npmjs.org/component-inherit
27062npm verb request no auth needed
27063npm info attempt registry request try #1 at 19:24:52
27064npm http request GET http://registry.npmjs.org/component-inherit
27065npm verb addRemoteTarball https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz not in flight; adding
27066npm verb addRemoteTarball [ 'https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz',
27067npm verb addRemoteTarball null ]
27068npm verb get http://registry.npmjs.org/ws not expired, no request
27069npm verb get http://registry.npmjs.org/parseuri not expired, no request
27070npm verb addRemoteTarball http://registry.npmjs.org/ws/-/ws-0.4.31.tgz not in flight; adding
27071npm verb addRemoteTarball [ 'http://registry.npmjs.org/ws/-/ws-0.4.31.tgz',
27072npm verb addRemoteTarball '5a4849e7a9ccd1ed5a81aeb4847c9fedf3122927' ]
27073npm verb addRemoteTarball http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz not in flight; adding
27074npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz',
27075npm verb addRemoteTarball '806582a39887e1ea18dd5e2fe0e01902268e9350' ]
27076npm info retry fetch attempt 1 at 19:24:52
27077npm info attempt registry request try #1 at 19:24:52
27078npm http fetch GET http://registry.npmjs.org/ws/-/ws-0.4.31.tgz
27079npm info retry fetch attempt 1 at 19:24:52
27080npm info attempt registry request try #1 at 19:24:52
27081npm http fetch GET http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz
27082npm info retry fetch attempt 1 at 19:24:52
27083npm info attempt registry request try #1 at 19:24:52
27084npm http fetch GET https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
27085npm http fetch 200 http://registry.npmjs.org/ws/-/ws-0.4.31.tgz
27086npm http 200 http://registry.npmjs.org/parseqs
27087npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27088npm verb headers etag: '"BRGJMXWS57TIDT46EPH3BGEO"',
27089npm verb headers 'content-type': 'application/json',
27090npm verb headers 'cache-control': 'max-age=300',
27091npm verb headers 'content-length': '2660',
27092npm verb headers 'accept-ranges': 'bytes',
27093npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
27094npm verb headers age: '90',
27095npm verb headers 'x-served-by': 'cache-fra1222-FRA',
27096npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27097npm verb headers 'x-cache-hits': '2',
27098npm verb headers 'x-timer': 'S1451417092.812889,VS0,VE0',
27099npm verb headers vary: 'Accept',
27100npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27101npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27102npm verb headers connection: 'keep-alive' }
27103npm verb get saving parseqs to /root/.npm/registry.npmjs.org/parseqs/.cache.json
27104npm http 200 http://registry.npmjs.org/parsejson
27105npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27106npm verb headers etag: '"2W7WPG4SN5C1NRTVX4V76IQBW"',
27107npm verb headers 'content-type': 'application/json',
27108npm verb headers 'cache-control': 'max-age=60',
27109npm verb headers 'content-length': '2000',
27110npm verb headers 'accept-ranges': 'bytes',
27111npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
27112npm verb headers age: '39',
27113npm verb headers 'x-served-by': 'cache-fra1237-FRA',
27114npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27115npm verb headers 'x-cache-hits': '2',
27116npm verb headers 'x-timer': 'S1451417092.812976,VS0,VE0',
27117npm verb headers vary: 'Accept',
27118npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
27119npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27120npm verb headers connection: 'keep-alive' }
27121npm verb get saving parsejson to /root/.npm/registry.npmjs.org/parsejson/.cache.json
27122npm http 200 http://registry.npmjs.org/has-cors
27123npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27124npm verb headers etag: '"E1BLQOU6LPC4SFNAUMVIW8NPJ"',
27125npm verb headers 'content-type': 'application/json',
27126npm verb headers 'cache-control': 'max-age=300',
27127npm verb headers 'content-length': '3294',
27128npm verb headers 'accept-ranges': 'bytes',
27129npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
27130npm verb headers age: '89',
27131npm verb headers 'x-served-by': 'cache-fra1235-FRA',
27132npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27133npm verb headers 'x-cache-hits': '1',
27134npm verb headers 'x-timer': 'S1451417092.812977,VS0,VE0',
27135npm verb headers vary: 'Accept',
27136npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27137npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27138npm verb headers connection: 'keep-alive' }
27139npm verb get saving has-cors to /root/.npm/registry.npmjs.org/has-cors/.cache.json
27140npm http 200 http://registry.npmjs.org/component-inherit
27141npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27142npm verb headers etag: '"CAH0O4D5KIZYR0H50AXWO2GQZ"',
27143npm verb headers 'content-type': 'application/json',
27144npm verb headers 'cache-control': 'max-age=60',
27145npm verb headers 'content-length': '1447',
27146npm verb headers 'accept-ranges': 'bytes',
27147npm verb headers date: 'Tue, 29 Dec 2015 19:24:52 GMT',
27148npm verb headers age: '38',
27149npm verb headers 'x-served-by': 'cache-fra1221-FRA',
27150npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27151npm verb headers 'x-cache-hits': '1',
27152npm verb headers 'x-timer': 'S1451417092.813259,VS0,VE0',
27153npm verb headers vary: 'Accept',
27154npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
27155npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27156npm verb headers connection: 'keep-alive' }
27157npm verb get saving component-inherit to /root/.npm/registry.npmjs.org/component-inherit/.cache.json
27158npm http fetch 200 http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz
27159npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ws/-/ws-0.4.31.tgz not in flight; adding
27160npm verb addTmpTarball already have metadata; skipping unpack for ws@0.4.31
27161npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz not in flight; adding
27162npm verb addTmpTarball already have metadata; skipping unpack for parseuri@0.0.4
27163npm verb cache add spec parseqs@0.0.2
27164npm verb addNamed "0.0.2" is a plain semver version for parseqs
27165npm verb addNameVersion registry:http://registry.npmjs.org/parseqs not in flight; fetching
27166npm verb cache add spec parsejson@0.0.1
27167npm verb addNamed "0.0.1" is a plain semver version for parsejson
27168npm verb addNameVersion registry:http://registry.npmjs.org/parsejson not in flight; fetching
27169npm verb cache add spec has-cors@1.0.3
27170npm verb addNamed "1.0.3" is a plain semver version for has-cors
27171npm verb addNameVersion registry:http://registry.npmjs.org/has-cors not in flight; fetching
27172npm verb cache add spec component-inherit@0.0.3
27173npm verb addNamed "0.0.3" is a plain semver version for component-inherit
27174npm verb addNameVersion registry:http://registry.npmjs.org/component-inherit not in flight; fetching
27175npm verb afterAdd /root/.npm/ws/0.4.31/package/package.json not in flight; writing
27176npm verb get http://registry.npmjs.org/parseqs not expired, no request
27177npm verb get http://registry.npmjs.org/parsejson not expired, no request
27178npm verb get http://registry.npmjs.org/has-cors not expired, no request
27179npm verb get http://registry.npmjs.org/component-inherit not expired, no request
27180npm verb afterAdd /root/.npm/parseuri/0.0.4/package/package.json not in flight; writing
27181npm verb addRemoteTarball http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz not in flight; adding
27182npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz',
27183npm verb addRemoteTarball '9dfe70b2cddac388bde4f35b1f240fa58adbe6c7' ]
27184npm verb addRemoteTarball http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz not in flight; adding
27185npm verb addRemoteTarball [ 'http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz',
27186npm verb addRemoteTarball '9b10c6c0d825ab589e685153826de0a3ba278bcc' ]
27187npm verb addRemoteTarball http://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz not in flight; adding
27188npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz',
27189npm verb addRemoteTarball '502acb9b3104dac33dd2630eaf2f888b0baf4cb3' ]
27190npm verb addRemoteTarball http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz not in flight; adding
27191npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz',
27192npm verb addRemoteTarball '645fc4adf58b72b649d5cae65135619db26ff143' ]
27193npm info retry fetch attempt 1 at 19:24:52
27194npm info attempt registry request try #1 at 19:24:52
27195npm http fetch GET http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz
27196npm info retry fetch attempt 1 at 19:24:52
27197npm info attempt registry request try #1 at 19:24:52
27198npm http fetch GET http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz
27199npm info retry fetch attempt 1 at 19:24:52
27200npm info attempt registry request try #1 at 19:24:52
27201npm http fetch GET http://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz
27202npm info retry fetch attempt 1 at 19:24:52
27203npm info attempt registry request try #1 at 19:24:52
27204npm http fetch GET http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz
27205npm verb afterAdd /root/.npm/ws/0.4.31/package/package.json written
27206npm verb afterAdd /root/.npm/parseuri/0.0.4/package/package.json written
27207npm http fetch 200 http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz
27208npm http fetch 200 http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz
27209npm http fetch 200 http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz
27210npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz not in flight; adding
27211npm verb addTmpTarball already have metadata; skipping unpack for parseqs@0.0.2
27212npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz not in flight; adding
27213npm verb addTmpTarball already have metadata; skipping unpack for parsejson@0.0.1
27214npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz not in flight; adding
27215npm verb addTmpTarball already have metadata; skipping unpack for component-inherit@0.0.3
27216npm http fetch 200 http://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz
27217npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz not in flight; adding
27218npm verb addTmpTarball already have metadata; skipping unpack for has-cors@1.0.3
27219npm verb afterAdd /root/.npm/parseqs/0.0.2/package/package.json not in flight; writing
27220npm verb afterAdd /root/.npm/parsejson/0.0.1/package/package.json not in flight; writing
27221npm verb afterAdd /root/.npm/component-inherit/0.0.3/package/package.json not in flight; writing
27222npm verb afterAdd /root/.npm/parseqs/0.0.2/package/package.json written
27223npm verb afterAdd /root/.npm/parsejson/0.0.1/package/package.json written
27224npm verb afterAdd /root/.npm/component-inherit/0.0.3/package/package.json written
27225npm verb afterAdd /root/.npm/has-cors/1.0.3/package/package.json not in flight; writing
27226npm verb afterAdd /root/.npm/has-cors/1.0.3/package/package.json written
27227npm http fetch 200 https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
27228npm verb addTmpTarball /tmp/npm-6-6af00ed9/github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz not in flight; adding
27229npm verb addTmpTarball validating metadata from /tmp/npm-6-6af00ed9/github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
27230npm verb tar unpack /tmp/npm-6-6af00ed9/github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
27231npm verb tar unpacking to /tmp/npm-6-6af00ed9/unpack-ee465341
27232npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-6af00ed9/unpack-ee465341
27233npm verb afterAdd /root/.npm/xmlhttprequest/1.5.0/package/package.json not in flight; writing
27234npm verb afterAdd /root/.npm/xmlhttprequest/1.5.0/package/package.json written
27235npm verb cache add spec global@https://github.com/component/global/archive/v2.0.1.tar.gz
27236npm verb addRemoteTarball https://github.com/component/global/archive/v2.0.1.tar.gz not in flight; adding
27237npm verb addRemoteTarball [ 'https://github.com/component/global/archive/v2.0.1.tar.gz',
27238npm verb addRemoteTarball null ]
27239npm info retry fetch attempt 1 at 19:24:53
27240npm info attempt registry request try #1 at 19:24:53
27241npm http fetch GET https://github.com/component/global/archive/v2.0.1.tar.gz
27242npm http fetch 200 https://github.com/component/global/archive/v2.0.1.tar.gz
27243npm verb addTmpTarball /tmp/npm-6-6af00ed9/github.com/component/global/archive/v2.0.1.tar.gz not in flight; adding
27244npm verb addTmpTarball validating metadata from /tmp/npm-6-6af00ed9/github.com/component/global/archive/v2.0.1.tar.gz
27245npm verb tar unpack /tmp/npm-6-6af00ed9/github.com/component/global/archive/v2.0.1.tar.gz
27246npm verb tar unpacking to /tmp/npm-6-6af00ed9/unpack-1ead0177
27247npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-6af00ed9/unpack-1ead0177
27248npm verb afterAdd /root/.npm/global/2.0.1/package/package.json not in flight; writing
27249npm verb afterAdd /root/.npm/global/2.0.1/package/package.json written
27250npm verb request uri http://registry.npmjs.org/better-assert
27251npm verb request no auth needed
27252npm info attempt registry request try #1 at 19:24:54
27253npm http request GET http://registry.npmjs.org/better-assert
27254npm http 200 http://registry.npmjs.org/better-assert
27255npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27256npm verb headers etag: '"5I041PX4XSOVLOARDHLC1A603"',
27257npm verb headers 'content-type': 'application/json',
27258npm verb headers 'cache-control': 'max-age=60',
27259npm verb headers 'content-length': '7489',
27260npm verb headers 'accept-ranges': 'bytes',
27261npm verb headers date: 'Tue, 29 Dec 2015 19:24:55 GMT',
27262npm verb headers age: '0',
27263npm verb headers 'x-served-by': 'cache-fra1235-FRA',
27264npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27265npm verb headers 'x-cache-hits': '1',
27266npm verb headers 'x-timer': 'S1451417095.010661,VS0,VE140',
27267npm verb headers vary: 'Accept',
27268npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
27269npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27270npm verb headers connection: 'keep-alive' }
27271npm verb get saving better-assert to /root/.npm/registry.npmjs.org/better-assert/.cache.json
27272npm verb cache add spec better-assert@~1.0.0
27273npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for better-assert
27274npm verb addNameRange registry:http://registry.npmjs.org/better-assert not in flight; fetching
27275npm verb get http://registry.npmjs.org/better-assert not expired, no request
27276npm verb addNamed "1.0.2" is a plain semver version for better-assert
27277npm verb addRemoteTarball http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz not in flight; adding
27278npm verb addRemoteTarball [ 'http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz',
27279npm verb addRemoteTarball '40866b9e1b9e0b55b481894311e68faffaebc522' ]
27280npm info retry fetch attempt 1 at 19:24:55
27281npm info attempt registry request try #1 at 19:24:55
27282npm http fetch GET http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz
27283npm http fetch 200 http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz
27284npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz not in flight; adding
27285npm verb addTmpTarball already have metadata; skipping unpack for better-assert@1.0.2
27286npm verb afterAdd /root/.npm/better-assert/1.0.2/package/package.json not in flight; writing
27287npm verb afterAdd /root/.npm/better-assert/1.0.2/package/package.json written
27288npm verb request uri http://registry.npmjs.org/callsite
27289npm verb request no auth needed
27290npm info attempt registry request try #1 at 19:24:55
27291npm http request GET http://registry.npmjs.org/callsite
27292npm http 200 http://registry.npmjs.org/callsite
27293npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27294npm verb headers etag: '"9F5WFLLEGVJLVN0BHCI2K45EN"',
27295npm verb headers 'content-type': 'application/json',
27296npm verb headers 'cache-control': 'max-age=300',
27297npm verb headers 'content-length': '3360',
27298npm verb headers 'accept-ranges': 'bytes',
27299npm verb headers date: 'Tue, 29 Dec 2015 19:24:55 GMT',
27300npm verb headers age: '51',
27301npm verb headers 'x-served-by': 'cache-fra1237-FRA',
27302npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27303npm verb headers 'x-cache-hits': '1',
27304npm verb headers 'x-timer': 'S1451417095.235149,VS0,VE0',
27305npm verb headers vary: 'Accept',
27306npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27307npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27308npm verb headers connection: 'keep-alive' }
27309npm verb get saving callsite to /root/.npm/registry.npmjs.org/callsite/.cache.json
27310npm verb cache add spec callsite@1.0.0
27311npm verb addNamed "1.0.0" is a plain semver version for callsite
27312npm verb addNameVersion registry:http://registry.npmjs.org/callsite not in flight; fetching
27313npm verb get http://registry.npmjs.org/callsite not expired, no request
27314npm verb addRemoteTarball http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz not in flight; adding
27315npm verb addRemoteTarball [ 'http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz',
27316npm verb addRemoteTarball '280398e5d664bd74038b6f0905153e6e8af1bc20' ]
27317npm info retry fetch attempt 1 at 19:24:55
27318npm info attempt registry request try #1 at 19:24:55
27319npm http fetch GET http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz
27320npm http fetch 200 http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz
27321npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/callsite/-/callsite-1.0.0.tgz not in flight; adding
27322npm verb addTmpTarball already have metadata; skipping unpack for callsite@1.0.0
27323npm verb afterAdd /root/.npm/callsite/1.0.0/package/package.json not in flight; writing
27324npm verb afterAdd /root/.npm/callsite/1.0.0/package/package.json written
27325npm verb cache add spec commander@~0.6.1
27326npm verb cache add spec nan@~0.3.0
27327npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for commander
27328npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
27329npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for nan
27330npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
27331npm verb request uri http://registry.npmjs.org/tinycolor
27332npm verb request no auth needed
27333npm info attempt registry request try #1 at 19:24:55
27334npm http request GET http://registry.npmjs.org/tinycolor
27335npm verb get http://registry.npmjs.org/commander not expired, no request
27336npm verb addNamed "0.6.1" is a plain semver version for commander
27337npm verb get http://registry.npmjs.org/nan not expired, no request
27338npm verb addNamed "0.3.2" is a plain semver version for nan
27339npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-0.6.1.tgz not in flight; adding
27340npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-0.6.1.tgz',
27341npm verb addRemoteTarball 'fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06' ]
27342npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-0.3.2.tgz not in flight; adding
27343npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-0.3.2.tgz',
27344npm verb addRemoteTarball '0df1935cab15369075ef160ad2894107aa14dc2d' ]
27345npm info retry fetch attempt 1 at 19:24:55
27346npm info attempt registry request try #1 at 19:24:55
27347npm http fetch GET http://registry.npmjs.org/commander/-/commander-0.6.1.tgz
27348npm info retry fetch attempt 1 at 19:24:55
27349npm info attempt registry request try #1 at 19:24:55
27350npm http fetch GET http://registry.npmjs.org/nan/-/nan-0.3.2.tgz
27351npm http fetch 200 http://registry.npmjs.org/commander/-/commander-0.6.1.tgz
27352npm http fetch 200 http://registry.npmjs.org/nan/-/nan-0.3.2.tgz
27353npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/commander/-/commander-0.6.1.tgz not in flight; adding
27354npm verb addTmpTarball already have metadata; skipping unpack for commander@0.6.1
27355npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nan/-/nan-0.3.2.tgz not in flight; adding
27356npm verb addTmpTarball already have metadata; skipping unpack for nan@0.3.2
27357npm verb afterAdd /root/.npm/commander/0.6.1/package/package.json not in flight; writing
27358npm verb afterAdd /root/.npm/nan/0.3.2/package/package.json not in flight; writing
27359npm verb afterAdd /root/.npm/commander/0.6.1/package/package.json written
27360npm verb afterAdd /root/.npm/nan/0.3.2/package/package.json written
27361npm http 200 http://registry.npmjs.org/tinycolor
27362npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27363npm verb headers etag: '"7Q55AK0YV957DH6ZT14LNQOJW"',
27364npm verb headers 'content-type': 'application/json',
27365npm verb headers 'cache-control': 'max-age=60',
27366npm verb headers 'content-length': '1431',
27367npm verb headers 'accept-ranges': 'bytes',
27368npm verb headers date: 'Tue, 29 Dec 2015 19:24:55 GMT',
27369npm verb headers age: '0',
27370npm verb headers 'x-served-by': 'cache-fra1237-FRA',
27371npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27372npm verb headers 'x-cache-hits': '1',
27373npm verb headers 'x-timer': 'S1451417095.356020,VS0,VE533',
27374npm verb headers vary: 'Accept',
27375npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
27376npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27377npm verb headers connection: 'keep-alive' }
27378npm verb get saving tinycolor to /root/.npm/registry.npmjs.org/tinycolor/.cache.json
27379npm verb cache add spec tinycolor@0.x
27380npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for tinycolor
27381npm verb addNameRange registry:http://registry.npmjs.org/tinycolor not in flight; fetching
27382npm verb get http://registry.npmjs.org/tinycolor not expired, no request
27383npm verb addNamed "0.0.1" is a plain semver version for tinycolor
27384npm verb addRemoteTarball http://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz not in flight; adding
27385npm verb addRemoteTarball [ 'http://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz',
27386npm verb addRemoteTarball '320b5a52d83abb5978d81a3e887d4aefb15a6164' ]
27387npm info retry fetch attempt 1 at 19:24:55
27388npm info attempt registry request try #1 at 19:24:55
27389npm http fetch GET http://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz
27390npm http fetch 200 http://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz
27391npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz not in flight; adding
27392npm verb addTmpTarball already have metadata; skipping unpack for tinycolor@0.0.1
27393npm verb afterAdd /root/.npm/tinycolor/0.0.1/package/package.json not in flight; writing
27394npm verb afterAdd /root/.npm/tinycolor/0.0.1/package/package.json written
27395npm verb cache add spec debug@0.7.4
27396npm verb addNamed "0.7.4" is a plain semver version for debug
27397npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
27398npm verb get http://registry.npmjs.org/debug not expired, no request
27399npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
27400npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
27401npm verb cache add spec xtend@~2.1.2
27402npm verb addNamed ">=2.1.2 <2.2.0" is a valid semver range for xtend
27403npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
27404npm verb get http://registry.npmjs.org/xtend not expired, no request
27405npm verb addNamed "2.1.2" is a plain semver version for xtend
27406npm verb addRemoteTarball http://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz not in flight; adding
27407npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz',
27408npm verb addRemoteTarball '6efecc2a4dad8e6962c4901b337ce7ba87b5d28b' ]
27409npm info retry fetch attempt 1 at 19:24:56
27410npm info attempt registry request try #1 at 19:24:56
27411npm http fetch GET http://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz
27412npm http fetch 200 http://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz
27413npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xtend/-/xtend-2.1.2.tgz not in flight; adding
27414npm verb addTmpTarball already have metadata; skipping unpack for xtend@2.1.2
27415npm verb afterAdd /root/.npm/xtend/2.1.2/package/package.json not in flight; writing
27416npm verb afterAdd /root/.npm/xtend/2.1.2/package/package.json written
27417npm verb cache add spec object-keys@~0.4.0
27418npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for object-keys
27419npm verb addNameRange registry:http://registry.npmjs.org/object-keys not in flight; fetching
27420npm verb get http://registry.npmjs.org/object-keys not expired, no request
27421npm verb addNamed "0.4.0" is a plain semver version for object-keys
27422npm verb addRemoteTarball http://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz not in flight; adding
27423npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz',
27424npm verb addRemoteTarball '28a6aae7428dd2c3a92f3d95f21335dd204e0336' ]
27425npm info retry fetch attempt 1 at 19:24:56
27426npm info attempt registry request try #1 at 19:24:56
27427npm http fetch GET http://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz
27428npm http fetch 200 http://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz
27429npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz not in flight; adding
27430npm verb addTmpTarball already have metadata; skipping unpack for object-keys@0.4.0
27431npm verb afterAdd /root/.npm/object-keys/0.4.0/package/package.json not in flight; writing
27432npm verb afterAdd /root/.npm/object-keys/0.4.0/package/package.json written
27433npm verb cache add spec grunt-build-control@github:daftmonk/grunt-build-control
27434npm verb request uri http://registry.npmjs.org/grunt
27435npm verb request no auth needed
27436npm info attempt registry request try #1 at 19:24:56
27437npm http request GET http://registry.npmjs.org/grunt
27438npm verb request uri http://registry.npmjs.org/grunt-autoprefixer
27439npm verb request no auth needed
27440npm info attempt registry request try #1 at 19:24:56
27441npm http request GET http://registry.npmjs.org/grunt-autoprefixer
27442npm verb request uri http://registry.npmjs.org/grunt-wiredep
27443npm verb request no auth needed
27444npm info attempt registry request try #1 at 19:24:56
27445npm http request GET http://registry.npmjs.org/grunt-wiredep
27446npm verb request uri http://registry.npmjs.org/grunt-concurrent
27447npm verb request no auth needed
27448npm info attempt registry request try #1 at 19:24:56
27449npm http request GET http://registry.npmjs.org/grunt-concurrent
27450npm verb request uri http://registry.npmjs.org/grunt-contrib-clean
27451npm verb request no auth needed
27452npm info attempt registry request try #1 at 19:24:56
27453npm http request GET http://registry.npmjs.org/grunt-contrib-clean
27454npm verb request uri http://registry.npmjs.org/grunt-contrib-concat
27455npm verb request no auth needed
27456npm info attempt registry request try #1 at 19:24:56
27457npm http request GET http://registry.npmjs.org/grunt-contrib-concat
27458npm verb request uri http://registry.npmjs.org/grunt-contrib-copy
27459npm verb request no auth needed
27460npm info attempt registry request try #1 at 19:24:56
27461npm http request GET http://registry.npmjs.org/grunt-contrib-copy
27462npm verb request uri http://registry.npmjs.org/grunt-contrib-cssmin
27463npm verb request no auth needed
27464npm info attempt registry request try #1 at 19:24:56
27465npm http request GET http://registry.npmjs.org/grunt-contrib-cssmin
27466npm verb request uri http://registry.npmjs.org/grunt-contrib-htmlmin
27467npm verb request no auth needed
27468npm info attempt registry request try #1 at 19:24:56
27469npm http request GET http://registry.npmjs.org/grunt-contrib-htmlmin
27470npm verb request uri http://registry.npmjs.org/grunt-contrib-imagemin
27471npm verb request no auth needed
27472npm info attempt registry request try #1 at 19:24:56
27473npm http request GET http://registry.npmjs.org/grunt-contrib-imagemin
27474npm verb request uri http://registry.npmjs.org/grunt-contrib-jshint
27475npm verb request no auth needed
27476npm info attempt registry request try #1 at 19:24:56
27477npm http request GET http://registry.npmjs.org/grunt-contrib-jshint
27478npm verb request uri http://registry.npmjs.org/grunt-contrib-uglify
27479npm verb request no auth needed
27480npm info attempt registry request try #1 at 19:24:56
27481npm http request GET http://registry.npmjs.org/grunt-contrib-uglify
27482npm verb request uri http://registry.npmjs.org/grunt-contrib-watch
27483npm verb request no auth needed
27484npm info attempt registry request try #1 at 19:24:56
27485npm http request GET http://registry.npmjs.org/grunt-contrib-watch
27486npm verb request uri http://registry.npmjs.org/grunt-contrib-jade
27487npm verb request no auth needed
27488npm info attempt registry request try #1 at 19:24:56
27489npm http request GET http://registry.npmjs.org/grunt-contrib-jade
27490npm verb request uri http://registry.npmjs.org/grunt-google-cdn
27491npm verb request no auth needed
27492npm info attempt registry request try #1 at 19:24:56
27493npm http request GET http://registry.npmjs.org/grunt-google-cdn
27494npm verb request uri http://registry.npmjs.org/grunt-newer
27495npm verb request no auth needed
27496npm info attempt registry request try #1 at 19:24:56
27497npm http request GET http://registry.npmjs.org/grunt-newer
27498npm verb request uri http://registry.npmjs.org/grunt-ng-annotate
27499npm verb request no auth needed
27500npm info attempt registry request try #1 at 19:24:56
27501npm http request GET http://registry.npmjs.org/grunt-ng-annotate
27502npm verb request uri http://registry.npmjs.org/grunt-filerev
27503npm verb request no auth needed
27504npm info attempt registry request try #1 at 19:24:56
27505npm http request GET http://registry.npmjs.org/grunt-filerev
27506npm verb request uri http://registry.npmjs.org/grunt-svgmin
27507npm verb request no auth needed
27508npm info attempt registry request try #1 at 19:24:56
27509npm http request GET http://registry.npmjs.org/grunt-svgmin
27510npm verb request uri http://registry.npmjs.org/grunt-usemin
27511npm verb request no auth needed
27512npm info attempt registry request try #1 at 19:24:56
27513npm http request GET http://registry.npmjs.org/grunt-usemin
27514npm verb request uri http://registry.npmjs.org/grunt-env
27515npm verb request no auth needed
27516npm info attempt registry request try #1 at 19:24:56
27517npm http request GET http://registry.npmjs.org/grunt-env
27518npm verb request uri http://registry.npmjs.org/grunt-node-inspector
27519npm verb request no auth needed
27520npm info attempt registry request try #1 at 19:24:56
27521npm http request GET http://registry.npmjs.org/grunt-node-inspector
27522npm verb request uri http://registry.npmjs.org/grunt-nodemon
27523npm verb request no auth needed
27524npm info attempt registry request try #1 at 19:24:56
27525npm http request GET http://registry.npmjs.org/grunt-nodemon
27526npm verb request uri http://registry.npmjs.org/grunt-angular-templates
27527npm verb request no auth needed
27528npm info attempt registry request try #1 at 19:24:56
27529npm http request GET http://registry.npmjs.org/grunt-angular-templates
27530npm verb request uri http://registry.npmjs.org/grunt-dom-munger
27531npm verb request no auth needed
27532npm info attempt registry request try #1 at 19:24:56
27533npm http request GET http://registry.npmjs.org/grunt-dom-munger
27534npm verb request uri http://registry.npmjs.org/grunt-protractor-runner
27535npm verb request no auth needed
27536npm info attempt registry request try #1 at 19:24:56
27537npm http request GET http://registry.npmjs.org/grunt-protractor-runner
27538npm verb request uri http://registry.npmjs.org/grunt-asset-injector
27539npm verb request no auth needed
27540npm info attempt registry request try #1 at 19:24:56
27541npm http request GET http://registry.npmjs.org/grunt-asset-injector
27542npm verb request uri http://registry.npmjs.org/grunt-karma
27543npm verb request no auth needed
27544npm info attempt registry request try #1 at 19:24:56
27545npm http request GET http://registry.npmjs.org/grunt-karma
27546npm verb request uri http://registry.npmjs.org/grunt-mocha-test
27547npm verb request no auth needed
27548npm info attempt registry request try #1 at 19:24:56
27549npm http request GET http://registry.npmjs.org/grunt-mocha-test
27550npm verb request uri http://registry.npmjs.org/jit-grunt
27551npm verb request no auth needed
27552npm info attempt registry request try #1 at 19:24:56
27553npm http request GET http://registry.npmjs.org/jit-grunt
27554npm verb request uri http://registry.npmjs.org/time-grunt
27555npm verb request no auth needed
27556npm info attempt registry request try #1 at 19:24:56
27557npm http request GET http://registry.npmjs.org/time-grunt
27558npm verb request uri http://registry.npmjs.org/grunt-express-server
27559npm verb request no auth needed
27560npm info attempt registry request try #1 at 19:24:56
27561npm http request GET http://registry.npmjs.org/grunt-express-server
27562npm verb request uri http://registry.npmjs.org/grunt-open
27563npm verb request no auth needed
27564npm info attempt registry request try #1 at 19:24:56
27565npm http request GET http://registry.npmjs.org/grunt-open
27566npm verb request uri http://registry.npmjs.org/open
27567npm verb request no auth needed
27568npm info attempt registry request try #1 at 19:24:56
27569npm http request GET http://registry.npmjs.org/open
27570npm verb request uri http://registry.npmjs.org/jshint-stylish
27571npm verb request no auth needed
27572npm info attempt registry request try #1 at 19:24:56
27573npm http request GET http://registry.npmjs.org/jshint-stylish
27574npm verb request uri http://registry.npmjs.org/connect-livereload
27575npm verb request no auth needed
27576npm info attempt registry request try #1 at 19:24:56
27577npm http request GET http://registry.npmjs.org/connect-livereload
27578npm verb request uri http://registry.npmjs.org/karma-ng-scenario
27579npm verb request no auth needed
27580npm info attempt registry request try #1 at 19:24:56
27581npm http request GET http://registry.npmjs.org/karma-ng-scenario
27582npm verb request uri http://registry.npmjs.org/karma-firefox-launcher
27583npm verb request no auth needed
27584npm info attempt registry request try #1 at 19:24:56
27585npm http request GET http://registry.npmjs.org/karma-firefox-launcher
27586npm verb request uri http://registry.npmjs.org/karma-script-launcher
27587npm verb request no auth needed
27588npm info attempt registry request try #1 at 19:24:56
27589npm http request GET http://registry.npmjs.org/karma-script-launcher
27590npm verb request uri http://registry.npmjs.org/karma-html2js-preprocessor
27591npm verb request no auth needed
27592npm info attempt registry request try #1 at 19:24:56
27593npm http request GET http://registry.npmjs.org/karma-html2js-preprocessor
27594npm verb request uri http://registry.npmjs.org/karma-ng-jade2js-preprocessor
27595npm verb request no auth needed
27596npm info attempt registry request try #1 at 19:24:56
27597npm http request GET http://registry.npmjs.org/karma-ng-jade2js-preprocessor
27598npm verb request uri http://registry.npmjs.org/karma-jasmine
27599npm verb request no auth needed
27600npm info attempt registry request try #1 at 19:24:56
27601npm http request GET http://registry.npmjs.org/karma-jasmine
27602npm verb request uri http://registry.npmjs.org/karma-chrome-launcher
27603npm verb request no auth needed
27604npm info attempt registry request try #1 at 19:24:56
27605npm http request GET http://registry.npmjs.org/karma-chrome-launcher
27606npm verb request uri http://registry.npmjs.org/requirejs
27607npm verb request no auth needed
27608npm info attempt registry request try #1 at 19:24:56
27609npm http request GET http://registry.npmjs.org/requirejs
27610npm verb request uri http://registry.npmjs.org/karma-requirejs
27611npm verb request no auth needed
27612npm info attempt registry request try #1 at 19:24:56
27613npm http request GET http://registry.npmjs.org/karma-requirejs
27614npm verb request uri http://registry.npmjs.org/karma-coffee-preprocessor
27615npm verb request no auth needed
27616npm info attempt registry request try #1 at 19:24:56
27617npm http request GET http://registry.npmjs.org/karma-coffee-preprocessor
27618npm verb request uri http://registry.npmjs.org/karma-jade-preprocessor
27619npm verb request no auth needed
27620npm info attempt registry request try #1 at 19:24:56
27621npm http request GET http://registry.npmjs.org/karma-jade-preprocessor
27622npm verb request uri http://registry.npmjs.org/karma-phantomjs-launcher
27623npm verb request no auth needed
27624npm info attempt registry request try #1 at 19:24:56
27625npm http request GET http://registry.npmjs.org/karma-phantomjs-launcher
27626npm verb request uri http://registry.npmjs.org/karma
27627npm verb request no auth needed
27628npm info attempt registry request try #1 at 19:24:56
27629npm http request GET http://registry.npmjs.org/karma
27630npm verb request uri http://registry.npmjs.org/karma-ng-html2js-preprocessor
27631npm verb request no auth needed
27632npm info attempt registry request try #1 at 19:24:56
27633npm http request GET http://registry.npmjs.org/karma-ng-html2js-preprocessor
27634npm verb request uri http://registry.npmjs.org/supertest
27635npm verb request no auth needed
27636npm info attempt registry request try #1 at 19:24:56
27637npm http request GET http://registry.npmjs.org/supertest
27638npm verb request uri http://registry.npmjs.org/should
27639npm verb request no auth needed
27640npm info attempt registry request try #1 at 19:24:56
27641npm http request GET http://registry.npmjs.org/should
27642npm verb addRemoteGit caching github:daftmonk/grunt-build-control
27643npm verb addRemoteGit daftmonk/grunt-build-control is a repository hosted by github
27644npm verb tryClone git-github-com-daftmonk-grunt-build-control-git-71b9b368 not in flight; caching
27645npm verb request uri http://registry.npmjs.org/grunt-contrib-stylus
27646npm verb request no auth needed
27647npm info attempt registry request try #1 at 19:24:56
27648npm http request GET http://registry.npmjs.org/grunt-contrib-stylus
27649npm info git [ 'clone',
27650npm info git '--template=/root/.npm/_git-remotes/_templates',
27651npm info git '--mirror',
27652npm info git 'git://github.com/daftmonk/grunt-build-control.git',
27653npm info git '/root/.npm/_git-remotes/git-github-com-daftmonk-grunt-build-control-git-71b9b368' ]
27654npm http 200 http://registry.npmjs.org/karma-jasmine
27655npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27656npm verb headers etag: '"6HSKDYIGH20E1BYWMNZ0NOHGA"',
27657npm verb headers 'content-type': 'application/json',
27658npm verb headers 'cache-control': 'max-age=300',
27659npm verb headers 'content-length': '35184',
27660npm verb headers 'accept-ranges': 'bytes',
27661npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27662npm verb headers age: '278',
27663npm verb headers 'x-served-by': 'cache-fra1239-FRA',
27664npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27665npm verb headers 'x-cache-hits': '2',
27666npm verb headers 'x-timer': 'S1451417096.432950,VS0,VE0',
27667npm verb headers vary: 'Accept',
27668npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27669npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27670npm verb headers connection: 'keep-alive' }
27671npm verb get saving karma-jasmine to /root/.npm/registry.npmjs.org/karma-jasmine/.cache.json
27672npm http 200 http://registry.npmjs.org/grunt-nodemon
27673npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27674npm verb headers etag: '"1X31LK4ZCRR4OJEDL5RCCBMF9"',
27675npm verb headers 'content-type': 'application/json',
27676npm verb headers 'cache-control': 'max-age=300',
27677npm verb headers 'content-length': '29805',
27678npm verb headers 'accept-ranges': 'bytes',
27679npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27680npm verb headers age: '254',
27681npm verb headers 'x-served-by': 'cache-fra1242-FRA',
27682npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27683npm verb headers 'x-cache-hits': '1',
27684npm verb headers 'x-timer': 'S1451417096.432693,VS0,VE0',
27685npm verb headers vary: 'Accept',
27686npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27687npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27688npm verb headers connection: 'keep-alive' }
27689npm verb get saving grunt-nodemon to /root/.npm/registry.npmjs.org/grunt-nodemon/.cache.json
27690npm http 200 http://registry.npmjs.org/karma-firefox-launcher
27691npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27692npm verb headers etag: '"ESB7LW5A74QCQE7M1EP6BNCET"',
27693npm verb headers 'content-type': 'application/json',
27694npm verb headers 'cache-control': 'max-age=300',
27695npm verb headers 'content-length': '22505',
27696npm verb headers 'accept-ranges': 'bytes',
27697npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27698npm verb headers age: '100',
27699npm verb headers 'x-served-by': 'cache-fra1248-FRA',
27700npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27701npm verb headers 'x-cache-hits': '2',
27702npm verb headers 'x-timer': 'S1451417096.439638,VS0,VE0',
27703npm verb headers vary: 'Accept',
27704npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27705npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27706npm verb headers connection: 'keep-alive' }
27707npm verb get saving karma-firefox-launcher to /root/.npm/registry.npmjs.org/karma-firefox-launcher/.cache.json
27708npm http 200 http://registry.npmjs.org/grunt-contrib-uglify
27709npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27710npm verb headers etag: '"6JKVU10S0KZ915NYM9XMYB2ID"',
27711npm verb headers 'content-type': 'application/json',
27712npm verb headers 'cache-control': 'max-age=300',
27713npm verb headers 'content-length': '74108',
27714npm verb headers 'accept-ranges': 'bytes',
27715npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27716npm verb headers age: '278',
27717npm verb headers 'x-served-by': 'cache-fra1229-FRA',
27718npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27719npm verb headers 'x-cache-hits': '3',
27720npm verb headers 'x-timer': 'S1451417096.406326,VS0,VE0',
27721npm verb headers vary: 'Accept',
27722npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27723npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27724npm verb headers connection: 'keep-alive' }
27725npm verb get saving grunt-contrib-uglify to /root/.npm/registry.npmjs.org/grunt-contrib-uglify/.cache.json
27726npm http 200 http://registry.npmjs.org/grunt
27727npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27728npm verb headers etag: '"AUJGA3340XLPE30JWF4GGVYKI"',
27729npm verb headers 'content-type': 'application/json',
27730npm verb headers 'cache-control': 'max-age=300',
27731npm verb headers 'content-length': '90953',
27732npm verb headers 'accept-ranges': 'bytes',
27733npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27734npm verb headers age: '255',
27735npm verb headers 'x-served-by': 'cache-fra1248-FRA',
27736npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27737npm verb headers 'x-cache-hits': '4',
27738npm verb headers 'x-timer': 'S1451417096.406493,VS0,VE0',
27739npm verb headers vary: 'Accept',
27740npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27741npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27742npm verb headers connection: 'keep-alive' }
27743npm verb get saving grunt to /root/.npm/registry.npmjs.org/grunt/.cache.json
27744npm http 200 http://registry.npmjs.org/connect-livereload
27745npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27746npm verb headers etag: '"E8WSW0ADRT66FFR0GVVI1NJ3U"',
27747npm verb headers 'content-type': 'application/json',
27748npm verb headers 'cache-control': 'max-age=300',
27749npm verb headers 'content-length': '24632',
27750npm verb headers 'accept-ranges': 'bytes',
27751npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27752npm verb headers age: '64',
27753npm verb headers 'x-served-by': 'cache-fra1236-FRA',
27754npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27755npm verb headers 'x-cache-hits': '1',
27756npm verb headers 'x-timer': 'S1451417096.437512,VS0,VE0',
27757npm verb headers vary: 'Accept',
27758npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27759npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27760npm verb headers connection: 'keep-alive' }
27761npm verb get saving connect-livereload to /root/.npm/registry.npmjs.org/connect-livereload/.cache.json
27762npm http 200 http://registry.npmjs.org/grunt-contrib-watch
27763npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27764npm verb headers etag: '"EC94DYTIB02OSK46U8KDVO3F1"',
27765npm verb headers 'content-type': 'application/json',
27766npm verb headers 'cache-control': 'max-age=300',
27767npm verb headers 'content-length': '59101',
27768npm verb headers 'accept-ranges': 'bytes',
27769npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27770npm verb headers age: '214',
27771npm verb headers 'x-served-by': 'cache-fra1240-FRA',
27772npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27773npm verb headers 'x-cache-hits': '3',
27774npm verb headers 'x-timer': 'S1451417096.428641,VS0,VE0',
27775npm verb headers vary: 'Accept',
27776npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27777npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27778npm verb headers connection: 'keep-alive' }
27779npm verb get saving grunt-contrib-watch to /root/.npm/registry.npmjs.org/grunt-contrib-watch/.cache.json
27780npm http 200 http://registry.npmjs.org/open
27781npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27782npm verb headers etag: '"BPO9B33WYDE29ESSI7WARRSZL"',
27783npm verb headers 'content-type': 'application/json',
27784npm verb headers 'cache-control': 'max-age=300',
27785npm verb headers 'content-length': '7201',
27786npm verb headers 'accept-ranges': 'bytes',
27787npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27788npm verb headers age: '252',
27789npm verb headers 'x-served-by': 'cache-fra1220-FRA',
27790npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27791npm verb headers 'x-cache-hits': '1',
27792npm verb headers 'x-timer': 'S1451417096.440768,VS0,VE0',
27793npm verb headers vary: 'Accept',
27794npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
27795npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27796npm verb headers connection: 'keep-alive' }
27797npm verb get saving open to /root/.npm/registry.npmjs.org/open/.cache.json
27798npm http 200 http://registry.npmjs.org/grunt-env
27799npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27800npm verb headers etag: '"A53UVXRRIC4IQXN0BD3G63JDG"',
27801npm verb headers 'content-type': 'application/json',
27802npm verb headers 'cache-control': 'max-age=300',
27803npm verb headers 'content-length': '15286',
27804npm verb headers 'accept-ranges': 'bytes',
27805npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27806npm verb headers age: '255',
27807npm verb headers 'x-served-by': 'cache-fra1248-FRA',
27808npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27809npm verb headers 'x-cache-hits': '1',
27810npm verb headers 'x-timer': 'S1451417096.428993,VS0,VE0',
27811npm verb headers vary: 'Accept',
27812npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27813npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27814npm verb headers connection: 'keep-alive' }
27815npm verb get saving grunt-env to /root/.npm/registry.npmjs.org/grunt-env/.cache.json
27816npm http 200 http://registry.npmjs.org/grunt-contrib-imagemin
27817npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27818npm verb headers etag: '"3HXRSXOVL7H8CEZC4DGG51HCQ"',
27819npm verb headers 'content-type': 'application/json',
27820npm verb headers 'cache-control': 'max-age=300',
27821npm verb headers 'content-length': '59439',
27822npm verb headers 'accept-ranges': 'bytes',
27823npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27824npm verb headers age: '256',
27825npm verb headers 'x-served-by': 'cache-fra1237-FRA',
27826npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27827npm verb headers 'x-cache-hits': '2',
27828npm verb headers 'x-timer': 'S1451417096.406282,VS0,VE0',
27829npm verb headers vary: 'Accept',
27830npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27831npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27832npm verb headers connection: 'keep-alive' }
27833npm verb get saving grunt-contrib-imagemin to /root/.npm/registry.npmjs.org/grunt-contrib-imagemin/.cache.json
27834npm http 200 http://registry.npmjs.org/grunt-newer
27835npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27836npm verb headers etag: '"TS493NR5I2G8JGOO9LSQHV61"',
27837npm verb headers 'content-type': 'application/json',
27838npm verb headers 'cache-control': 'max-age=300',
27839npm verb headers 'content-length': '31111',
27840npm verb headers 'accept-ranges': 'bytes',
27841npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27842npm verb headers age: '71',
27843npm verb headers 'x-served-by': 'cache-fra1240-FRA',
27844npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27845npm verb headers 'x-cache-hits': '1',
27846npm verb headers 'x-timer': 'S1451417096.429624,VS0,VE0',
27847npm verb headers vary: 'Accept',
27848npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
27849npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27850npm verb headers connection: 'keep-alive' }
27851npm verb get saving grunt-newer to /root/.npm/registry.npmjs.org/grunt-newer/.cache.json
27852npm http 200 http://registry.npmjs.org/jit-grunt
27853npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27854npm verb headers etag: '"CVP116ALK3LN4ANIZJZX9G8NI"',
27855npm verb headers 'content-type': 'application/json',
27856npm verb headers 'cache-control': 'max-age=300',
27857npm verb headers 'content-length': '30585',
27858npm verb headers 'accept-ranges': 'bytes',
27859npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27860npm verb headers age: '253',
27861npm verb headers 'x-served-by': 'cache-fra1228-FRA',
27862npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27863npm verb headers 'x-cache-hits': '1',
27864npm verb headers 'x-timer': 'S1451417096.432772,VS0,VE0',
27865npm verb headers vary: 'Accept',
27866npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27867npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27868npm verb headers connection: 'keep-alive' }
27869npm verb get saving jit-grunt to /root/.npm/registry.npmjs.org/jit-grunt/.cache.json
27870npm http 200 http://registry.npmjs.org/time-grunt
27871npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27872npm verb headers etag: '"2M6PRXCG0YDO0QNE1X8IZXY9G"',
27873npm verb headers 'content-type': 'application/json',
27874npm verb headers 'cache-control': 'max-age=300',
27875npm verb headers 'content-length': '30915',
27876npm verb headers 'accept-ranges': 'bytes',
27877npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27878npm verb headers age: '253',
27879npm verb headers 'x-served-by': 'cache-fra1235-FRA',
27880npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27881npm verb headers 'x-cache-hits': '2',
27882npm verb headers 'x-timer': 'S1451417096.432422,VS0,VE0',
27883npm verb headers vary: 'Accept',
27884npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27885npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27886npm verb headers connection: 'keep-alive' }
27887npm verb get saving time-grunt to /root/.npm/registry.npmjs.org/time-grunt/.cache.json
27888npm http 200 http://registry.npmjs.org/karma-chrome-launcher
27889npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27890npm verb headers etag: '"A8HDOB124C294NNAT18VDVYHA"',
27891npm verb headers 'content-type': 'application/json',
27892npm verb headers 'cache-control': 'max-age=300',
27893npm verb headers 'content-length': '35902',
27894npm verb headers 'accept-ranges': 'bytes',
27895npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27896npm verb headers age: '251',
27897npm verb headers 'x-served-by': 'cache-fra1220-FRA',
27898npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27899npm verb headers 'x-cache-hits': '1',
27900npm verb headers 'x-timer': 'S1451417096.433979,VS0,VE0',
27901npm verb headers vary: 'Accept',
27902npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27903npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27904npm verb headers connection: 'keep-alive' }
27905npm verb get saving karma-chrome-launcher to /root/.npm/registry.npmjs.org/karma-chrome-launcher/.cache.json
27906npm http 200 http://registry.npmjs.org/grunt-google-cdn
27907npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27908npm verb headers etag: '"98AMV143LFZ81CXMJP6SGCNQT"',
27909npm verb headers 'content-type': 'application/json',
27910npm verb headers 'cache-control': 'max-age=300',
27911npm verb headers 'content-length': '17973',
27912npm verb headers 'accept-ranges': 'bytes',
27913npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27914npm verb headers age: '256',
27915npm verb headers 'x-served-by': 'cache-fra1234-FRA',
27916npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27917npm verb headers 'x-cache-hits': '1',
27918npm verb headers 'x-timer': 'S1451417096.432493,VS0,VE1',
27919npm verb headers vary: 'Accept',
27920npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27921npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27922npm verb headers connection: 'keep-alive' }
27923npm verb get saving grunt-google-cdn to /root/.npm/registry.npmjs.org/grunt-google-cdn/.cache.json
27924npm http 200 http://registry.npmjs.org/karma-requirejs
27925npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27926npm verb headers etag: '"YMYD2DFV4WHUX5QJBFD01U5Q"',
27927npm verb headers 'content-type': 'application/json',
27928npm verb headers 'cache-control': 'max-age=300',
27929npm verb headers 'content-length': '10503',
27930npm verb headers 'accept-ranges': 'bytes',
27931npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27932npm verb headers age: '184',
27933npm verb headers 'x-served-by': 'cache-fra1223-FRA',
27934npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27935npm verb headers 'x-cache-hits': '1',
27936npm verb headers 'x-timer': 'S1451417096.433950,VS0,VE0',
27937npm verb headers vary: 'Accept',
27938npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27939npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27940npm verb headers connection: 'keep-alive' }
27941npm verb get saving karma-requirejs to /root/.npm/registry.npmjs.org/karma-requirejs/.cache.json
27942npm http 200 http://registry.npmjs.org/grunt-contrib-jshint
27943npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27944npm verb headers etag: '"1YCBBBGUNZDD4MP9YXX4AE2LL"',
27945npm verb headers 'content-type': 'application/json',
27946npm verb headers 'cache-control': 'max-age=300',
27947npm verb headers 'content-length': '61863',
27948npm verb headers 'accept-ranges': 'bytes',
27949npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27950npm verb headers age: '278',
27951npm verb headers 'x-served-by': 'cache-fra1222-FRA',
27952npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27953npm verb headers 'x-cache-hits': '1',
27954npm verb headers 'x-timer': 'S1451417096.406241,VS0,VE0',
27955npm verb headers vary: 'Accept',
27956npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27957npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27958npm verb headers connection: 'keep-alive' }
27959npm verb get saving grunt-contrib-jshint to /root/.npm/registry.npmjs.org/grunt-contrib-jshint/.cache.json
27960npm http 200 http://registry.npmjs.org/grunt-open
27961npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27962npm verb headers etag: '"4KKKLLWLK5U4C1M3ODO9R876I"',
27963npm verb headers 'content-type': 'application/json',
27964npm verb headers 'cache-control': 'max-age=300',
27965npm verb headers 'content-length': '9502',
27966npm verb headers 'accept-ranges': 'bytes',
27967npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27968npm verb headers age: '253',
27969npm verb headers 'x-served-by': 'cache-fra1242-FRA',
27970npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27971npm verb headers 'x-cache-hits': '1',
27972npm verb headers 'x-timer': 'S1451417096.437825,VS0,VE0',
27973npm verb headers vary: 'Accept',
27974npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
27975npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27976npm verb headers connection: 'keep-alive' }
27977npm verb get saving grunt-open to /root/.npm/registry.npmjs.org/grunt-open/.cache.json
27978npm http 200 http://registry.npmjs.org/grunt-svgmin
27979npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27980npm verb headers etag: '"DNY8HIS20JMAWOPVJ9P74TA9S"',
27981npm verb headers 'content-type': 'application/json',
27982npm verb headers 'cache-control': 'max-age=300',
27983npm verb headers 'content-length': '16691',
27984npm verb headers 'accept-ranges': 'bytes',
27985npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
27986npm verb headers age: '107',
27987npm verb headers 'x-served-by': 'cache-fra1241-FRA',
27988npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
27989npm verb headers 'x-cache-hits': '2',
27990npm verb headers 'x-timer': 'S1451417096.429468,VS0,VE0',
27991npm verb headers vary: 'Accept',
27992npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
27993npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
27994npm verb headers connection: 'keep-alive' }
27995npm verb get saving grunt-svgmin to /root/.npm/registry.npmjs.org/grunt-svgmin/.cache.json
27996npm http 200 http://registry.npmjs.org/grunt-filerev
27997npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27998npm verb headers etag: '"WSHRADBHB1G6BHYDL0VCYH7P"',
27999npm verb headers 'content-type': 'application/json',
28000npm verb headers 'cache-control': 'max-age=300',
28001npm verb headers 'content-length': '24146',
28002npm verb headers 'accept-ranges': 'bytes',
28003npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28004npm verb headers age: '255',
28005npm verb headers 'x-served-by': 'cache-fra1227-FRA',
28006npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28007npm verb headers 'x-cache-hits': '1',
28008npm verb headers 'x-timer': 'S1451417096.429118,VS0,VE0',
28009npm verb headers vary: 'Accept',
28010npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28011npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28012npm verb headers connection: 'keep-alive' }
28013npm verb get saving grunt-filerev to /root/.npm/registry.npmjs.org/grunt-filerev/.cache.json
28014npm http 200 http://registry.npmjs.org/grunt-ng-annotate
28015npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28016npm verb headers etag: '"9AQKTK9GBYUHGYYY68KM07DXY"',
28017npm verb headers 'content-type': 'application/json',
28018npm verb headers 'cache-control': 'max-age=300',
28019npm verb headers 'content-length': '42316',
28020npm verb headers 'accept-ranges': 'bytes',
28021npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28022npm verb headers age: '278',
28023npm verb headers 'x-served-by': 'cache-fra1232-FRA',
28024npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28025npm verb headers 'x-cache-hits': '2',
28026npm verb headers 'x-timer': 'S1451417096.429626,VS0,VE0',
28027npm verb headers vary: 'Accept',
28028npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28029npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28030npm verb headers connection: 'keep-alive' }
28031npm verb get saving grunt-ng-annotate to /root/.npm/registry.npmjs.org/grunt-ng-annotate/.cache.json
28032npm http 200 http://registry.npmjs.org/grunt-contrib-jade
28033npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28034npm verb headers etag: '"16H4HIZPU3UZGHIHQQZ2LTDU7"',
28035npm verb headers 'content-type': 'application/json',
28036npm verb headers 'cache-control': 'max-age=300',
28037npm verb headers 'content-length': '42596',
28038npm verb headers 'accept-ranges': 'bytes',
28039npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28040npm verb headers age: '41',
28041npm verb headers 'x-served-by': 'cache-fra1246-FRA',
28042npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28043npm verb headers 'x-cache-hits': '1',
28044npm verb headers 'x-timer': 'S1451417096.429310,VS0,VE0',
28045npm verb headers vary: 'Accept',
28046npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28047npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28048npm verb headers connection: 'keep-alive' }
28049npm verb get saving grunt-contrib-jade to /root/.npm/registry.npmjs.org/grunt-contrib-jade/.cache.json
28050npm http 200 http://registry.npmjs.org/grunt-contrib-clean
28051npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28052npm verb headers etag: '"AVIH9USR8F29KPJ15BJU2TDI4"',
28053npm verb headers 'content-type': 'application/json',
28054npm verb headers 'cache-control': 'max-age=300',
28055npm verb headers 'content-length': '26153',
28056npm verb headers 'accept-ranges': 'bytes',
28057npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28058npm verb headers age: '23',
28059npm verb headers 'x-served-by': 'cache-fra1228-FRA',
28060npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28061npm verb headers 'x-cache-hits': '1',
28062npm verb headers 'x-timer': 'S1451417096.429331,VS0,VE0',
28063npm verb headers vary: 'Accept',
28064npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28065npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28066npm verb headers connection: 'keep-alive' }
28067npm verb get saving grunt-contrib-clean to /root/.npm/registry.npmjs.org/grunt-contrib-clean/.cache.json
28068npm http 200 http://registry.npmjs.org/grunt-karma
28069npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28070npm verb headers etag: '"B0M2DGU97RL160N8ZQW469Z7W"',
28071npm verb headers 'content-type': 'application/json',
28072npm verb headers 'cache-control': 'max-age=300',
28073npm verb headers 'content-length': '60586',
28074npm verb headers 'accept-ranges': 'bytes',
28075npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28076npm verb headers age: '298',
28077npm verb headers 'x-served-by': 'cache-fra1237-FRA',
28078npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28079npm verb headers 'x-cache-hits': '1',
28080npm verb headers 'x-timer': 'S1451417096.432679,VS0,VE0',
28081npm verb headers vary: 'Accept',
28082npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
28083npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28084npm verb headers connection: 'keep-alive' }
28085npm verb get saving grunt-karma to /root/.npm/registry.npmjs.org/grunt-karma/.cache.json
28086npm http 200 http://registry.npmjs.org/requirejs
28087npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28088npm verb headers etag: '"B3WPQ6JZOVXSWBN2FTBD0DZYD"',
28089npm verb headers 'content-type': 'application/json',
28090npm verb headers 'cache-control': 'max-age=300',
28091npm verb headers 'content-length': '43956',
28092npm verb headers 'accept-ranges': 'bytes',
28093npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28094npm verb headers age: '184',
28095npm verb headers 'x-served-by': 'cache-fra1246-FRA',
28096npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28097npm verb headers 'x-cache-hits': '1',
28098npm verb headers 'x-timer': 'S1451417096.432787,VS0,VE0',
28099npm verb headers vary: 'Accept',
28100npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28101npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28102npm verb headers connection: 'keep-alive' }
28103npm verb get saving requirejs to /root/.npm/registry.npmjs.org/requirejs/.cache.json
28104npm http 200 http://registry.npmjs.org/jshint-stylish
28105npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28106npm verb headers etag: '"C8SCAQU96F70HPEJRVRMW9LYO"',
28107npm verb headers 'content-type': 'application/json',
28108npm verb headers 'cache-control': 'max-age=300',
28109npm verb headers 'content-length': '20316',
28110npm verb headers 'accept-ranges': 'bytes',
28111npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28112npm verb headers age: '202',
28113npm verb headers 'x-served-by': 'cache-fra1236-FRA',
28114npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28115npm verb headers 'x-cache-hits': '2',
28116npm verb headers 'x-timer': 'S1451417096.440104,VS0,VE0',
28117npm verb headers vary: 'Accept',
28118npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28119npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28120npm verb headers connection: 'keep-alive' }
28121npm verb get saving jshint-stylish to /root/.npm/registry.npmjs.org/jshint-stylish/.cache.json
28122npm http 200 http://registry.npmjs.org/karma-phantomjs-launcher
28123npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28124npm verb headers etag: '"EWG0W8QX5E3378BQD1PK6TXH2"',
28125npm verb headers 'content-type': 'application/json',
28126npm verb headers 'cache-control': 'max-age=300',
28127npm verb headers 'content-length': '24636',
28128npm verb headers 'accept-ranges': 'bytes',
28129npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28130npm verb headers age: '23',
28131npm verb headers 'x-served-by': 'cache-fra1232-FRA',
28132npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28133npm verb headers 'x-cache-hits': '1',
28134npm verb headers 'x-timer': 'S1451417096.436177,VS0,VE0',
28135npm verb headers vary: 'Accept',
28136npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28137npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28138npm verb headers connection: 'keep-alive' }
28139npm verb get saving karma-phantomjs-launcher to /root/.npm/registry.npmjs.org/karma-phantomjs-launcher/.cache.json
28140npm http 200 http://registry.npmjs.org/supertest
28141npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28142npm verb headers etag: '"BHP25V8X338X3SE1FYYQEQ01P"',
28143npm verb headers 'content-type': 'application/json',
28144npm verb headers 'cache-control': 'max-age=300',
28145npm verb headers 'content-length': '39593',
28146npm verb headers 'accept-ranges': 'bytes',
28147npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28148npm verb headers age: '251',
28149npm verb headers 'x-served-by': 'cache-fra1244-FRA',
28150npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28151npm verb headers 'x-cache-hits': '1',
28152npm verb headers 'x-timer': 'S1451417096.435943,VS0,VE0',
28153npm verb headers vary: 'Accept',
28154npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28155npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28156npm verb headers connection: 'keep-alive' }
28157npm verb get saving supertest to /root/.npm/registry.npmjs.org/supertest/.cache.json
28158npm http 200 http://registry.npmjs.org/grunt-contrib-stylus
28159npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28160npm verb headers etag: '"9GEZ9SFHKBTHBIYO0481E739I"',
28161npm verb headers 'content-type': 'application/json',
28162npm verb headers 'cache-control': 'max-age=300',
28163npm verb headers 'content-length': '60152',
28164npm verb headers 'accept-ranges': 'bytes',
28165npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28166npm verb headers age: '41',
28167npm verb headers 'x-served-by': 'cache-fra1229-FRA',
28168npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28169npm verb headers 'x-cache-hits': '1',
28170npm verb headers 'x-timer': 'S1451417096.436175,VS0,VE0',
28171npm verb headers vary: 'Accept',
28172npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28173npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28174npm verb headers connection: 'keep-alive' }
28175npm verb get saving grunt-contrib-stylus to /root/.npm/registry.npmjs.org/grunt-contrib-stylus/.cache.json
28176npm http 200 http://registry.npmjs.org/grunt-mocha-test
28177npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28178npm verb headers etag: '"88PHWA5KWI4AOBC4TUPZFR9RX"',
28179npm verb headers 'content-type': 'application/json',
28180npm verb headers 'cache-control': 'max-age=300',
28181npm verb headers 'content-length': '71334',
28182npm verb headers 'accept-ranges': 'bytes',
28183npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28184npm verb headers age: '149',
28185npm verb headers 'x-served-by': 'cache-fra1230-FRA',
28186npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28187npm verb headers 'x-cache-hits': '1',
28188npm verb headers 'x-timer': 'S1451417096.437635,VS0,VE0',
28189npm verb headers vary: 'Accept',
28190npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
28191npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28192npm verb headers connection: 'keep-alive' }
28193npm verb get saving grunt-mocha-test to /root/.npm/registry.npmjs.org/grunt-mocha-test/.cache.json
28194npm http 200 http://registry.npmjs.org/grunt-express-server
28195npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28196npm verb headers etag: '"AG1DTNBZH463Z36GCMIETNZCT"',
28197npm verb headers 'content-type': 'application/json',
28198npm verb headers 'cache-control': 'max-age=300',
28199npm verb headers 'content-length': '45585',
28200npm verb headers 'accept-ranges': 'bytes',
28201npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28202npm verb headers age: '253',
28203npm verb headers 'x-served-by': 'cache-fra1221-FRA',
28204npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28205npm verb headers 'x-cache-hits': '1',
28206npm verb headers 'x-timer': 'S1451417096.440109,VS0,VE0',
28207npm verb headers vary: 'Accept',
28208npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28209npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28210npm verb headers connection: 'keep-alive' }
28211npm verb get saving grunt-express-server to /root/.npm/registry.npmjs.org/grunt-express-server/.cache.json
28212npm http 200 http://registry.npmjs.org/grunt-concurrent
28213npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28214npm verb headers etag: '"6HAR912EPWACR8YJIK4HEP8N2"',
28215npm verb headers 'content-type': 'application/json',
28216npm verb headers 'cache-control': 'max-age=300',
28217npm verb headers 'content-length': '27493',
28218npm verb headers 'accept-ranges': 'bytes',
28219npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28220npm verb headers age: '107',
28221npm verb headers 'x-served-by': 'cache-fra1225-FRA',
28222npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28223npm verb headers 'x-cache-hits': '1',
28224npm verb headers 'x-timer': 'S1451417096.426085,VS0,VE0',
28225npm verb headers vary: 'Accept',
28226npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28227npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28228npm verb headers connection: 'keep-alive' }
28229npm verb get saving grunt-concurrent to /root/.npm/registry.npmjs.org/grunt-concurrent/.cache.json
28230npm http 200 http://registry.npmjs.org/grunt-protractor-runner
28231npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28232npm verb headers etag: '"DO4XBP091GR60YEM0JBKGCTE9"',
28233npm verb headers 'content-type': 'application/json',
28234npm verb headers 'cache-control': 'max-age=300',
28235npm verb headers 'content-length': '55901',
28236npm verb headers 'accept-ranges': 'bytes',
28237npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28238npm verb headers age: '0',
28239npm verb headers 'x-served-by': 'cache-fra1237-FRA',
28240npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28241npm verb headers 'x-cache-hits': '1',
28242npm verb headers 'x-timer': 'S1451417096.432482,VS0,VE107',
28243npm verb headers vary: 'Accept',
28244npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28245npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28246npm verb headers connection: 'keep-alive' }
28247npm verb get saving grunt-protractor-runner to /root/.npm/registry.npmjs.org/grunt-protractor-runner/.cache.json
28248npm http 200 http://registry.npmjs.org/karma-coffee-preprocessor
28249npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28250npm verb headers etag: '"3TSPDRQRRYXZFHZM3LCCHFA65"',
28251npm verb headers 'content-type': 'application/json',
28252npm verb headers 'cache-control': 'max-age=300',
28253npm verb headers 'content-length': '19808',
28254npm verb headers 'accept-ranges': 'bytes',
28255npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28256npm verb headers age: '0',
28257npm verb headers 'x-served-by': 'cache-fra1224-FRA',
28258npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28259npm verb headers 'x-cache-hits': '1',
28260npm verb headers 'x-timer': 'S1451417096.433864,VS0,VE136',
28261npm verb headers vary: 'Accept',
28262npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28263npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28264npm verb headers connection: 'keep-alive' }
28265npm verb get saving karma-coffee-preprocessor to /root/.npm/registry.npmjs.org/karma-coffee-preprocessor/.cache.json
28266npm http 200 http://registry.npmjs.org/grunt-usemin
28267npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28268npm verb headers etag: '"3WM6QFP2BWHXYG1QMANC0X1M0"',
28269npm verb headers 'content-type': 'application/json',
28270npm verb headers 'cache-control': 'max-age=300',
28271npm verb headers 'content-length': '65588',
28272npm verb headers 'accept-ranges': 'bytes',
28273npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28274npm verb headers age: '255',
28275npm verb headers 'x-served-by': 'cache-fra1239-FRA',
28276npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28277npm verb headers 'x-cache-hits': '1',
28278npm verb headers 'x-timer': 'S1451417096.429203,VS0,VE0',
28279npm verb headers vary: 'Accept',
28280npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28281npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28282npm verb headers connection: 'keep-alive' }
28283npm verb get saving grunt-usemin to /root/.npm/registry.npmjs.org/grunt-usemin/.cache.json
28284npm http 200 http://registry.npmjs.org/grunt-angular-templates
28285npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28286npm verb headers etag: '"S3TUYHPIN0V4VZA1MQUE1EVH"',
28287npm verb headers 'content-type': 'application/json',
28288npm verb headers 'cache-control': 'max-age=300',
28289npm verb headers 'content-length': '70173',
28290npm verb headers 'accept-ranges': 'bytes',
28291npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28292npm verb headers age: '57',
28293npm verb headers 'x-served-by': 'cache-fra1235-FRA',
28294npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28295npm verb headers 'x-cache-hits': '1',
28296npm verb headers 'x-timer': 'S1451417096.432446,VS0,VE0',
28297npm verb headers vary: 'Accept',
28298npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28299npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28300npm verb headers connection: 'keep-alive' }
28301npm verb get saving grunt-angular-templates to /root/.npm/registry.npmjs.org/grunt-angular-templates/.cache.json
28302npm http 200 http://registry.npmjs.org/karma-script-launcher
28303npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28304npm verb headers etag: '"B7K7G6UQ3EPBF6VMO7AP9CU9H"',
28305npm verb headers 'content-type': 'application/json',
28306npm verb headers 'cache-control': 'max-age=300',
28307npm verb headers 'content-length': '4909',
28308npm verb headers 'accept-ranges': 'bytes',
28309npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28310npm verb headers age: '0',
28311npm verb headers 'x-served-by': 'cache-fra1222-FRA',
28312npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28313npm verb headers 'x-cache-hits': '1',
28314npm verb headers 'x-timer': 'S1451417096.440119,VS0,VE216',
28315npm verb headers vary: 'Accept',
28316npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28317npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28318npm verb headers connection: 'keep-alive' }
28319npm verb get saving karma-script-launcher to /root/.npm/registry.npmjs.org/karma-script-launcher/.cache.json
28320npm http 200 http://registry.npmjs.org/karma-ng-scenario
28321npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28322npm verb headers etag: '"E8ETTL8WQ3HMFSK6WPQFVV3Y2"',
28323npm verb headers 'content-type': 'application/json',
28324npm verb headers 'cache-control': 'max-age=300',
28325npm verb headers 'content-length': '5307',
28326npm verb headers 'accept-ranges': 'bytes',
28327npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28328npm verb headers age: '252',
28329npm verb headers 'x-served-by': 'cache-fra1243-FRA',
28330npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28331npm verb headers 'x-cache-hits': '1',
28332npm verb headers 'x-timer': 'S1451417096.439677,VS0,VE0',
28333npm verb headers vary: 'Accept',
28334npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
28335npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28336npm verb headers connection: 'keep-alive' }
28337npm verb get saving karma-ng-scenario to /root/.npm/registry.npmjs.org/karma-ng-scenario/.cache.json
28338npm http 200 http://registry.npmjs.org/karma-ng-html2js-preprocessor
28339npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28340npm verb headers etag: '"A3K8LHZNKR3O3LAAH2GRRTBAF"',
28341npm verb headers 'content-type': 'application/json',
28342npm verb headers 'cache-control': 'max-age=300',
28343npm verb headers 'content-length': '21188',
28344npm verb headers 'accept-ranges': 'bytes',
28345npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28346npm verb headers age: '252',
28347npm verb headers 'x-served-by': 'cache-fra1231-FRA',
28348npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28349npm verb headers 'x-cache-hits': '2',
28350npm verb headers 'x-timer': 'S1451417096.436259,VS0,VE0',
28351npm verb headers vary: 'Accept',
28352npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28353npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28354npm verb headers connection: 'keep-alive' }
28355npm verb get saving karma-ng-html2js-preprocessor to /root/.npm/registry.npmjs.org/karma-ng-html2js-preprocessor/.cache.json
28356npm verb cache add spec karma-jasmine@~0.1.5
28357npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for karma-jasmine
28358npm verb addNameRange registry:http://registry.npmjs.org/karma-jasmine not in flight; fetching
28359npm verb cache add spec grunt-nodemon@~0.2.0
28360npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for grunt-nodemon
28361npm verb addNameRange registry:http://registry.npmjs.org/grunt-nodemon not in flight; fetching
28362npm http 200 http://registry.npmjs.org/grunt-contrib-cssmin
28363npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28364npm verb headers etag: '"CROWT4VO2IRZWOQFDRA2I6FD7"',
28365npm verb headers 'content-type': 'application/json',
28366npm verb headers 'cache-control': 'max-age=300',
28367npm verb headers 'content-length': '40037',
28368npm verb headers 'accept-ranges': 'bytes',
28369npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28370npm verb headers age: '158',
28371npm verb headers 'x-served-by': 'cache-fra1223-FRA',
28372npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28373npm verb headers 'x-cache-hits': '3',
28374npm verb headers 'x-timer': 'S1451417096.426973,VS0,VE0',
28375npm verb headers vary: 'Accept',
28376npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28377npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28378npm verb headers connection: 'keep-alive' }
28379npm verb get saving grunt-contrib-cssmin to /root/.npm/registry.npmjs.org/grunt-contrib-cssmin/.cache.json
28380npm verb cache add spec karma-firefox-launcher@~0.1.3
28381npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for karma-firefox-launcher
28382npm verb addNameRange registry:http://registry.npmjs.org/karma-firefox-launcher not in flight; fetching
28383npm verb cache add spec grunt-contrib-uglify@~0.4.0
28384npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for grunt-contrib-uglify
28385npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-uglify not in flight; fetching
28386npm verb cache add spec grunt@~0.4.5
28387npm verb addNamed ">=0.4.5 <0.5.0" is a valid semver range for grunt
28388npm verb addNameRange registry:http://registry.npmjs.org/grunt not in flight; fetching
28389npm verb cache add spec connect-livereload@~0.4.0
28390npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for connect-livereload
28391npm verb addNameRange registry:http://registry.npmjs.org/connect-livereload not in flight; fetching
28392npm verb cache add spec grunt-contrib-watch@~0.6.1
28393npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for grunt-contrib-watch
28394npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-watch not in flight; fetching
28395npm verb cache add spec open@~0.0.4
28396npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for open
28397npm verb addNameRange registry:http://registry.npmjs.org/open not in flight; fetching
28398npm http 200 http://registry.npmjs.org/grunt-node-inspector
28399npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28400npm verb headers etag: '"2BHGWD8O82NGXGG80XRNPL978"',
28401npm verb headers 'content-type': 'application/json',
28402npm verb headers 'cache-control': 'max-age=300',
28403npm verb headers 'content-length': '18602',
28404npm verb headers 'accept-ranges': 'bytes',
28405npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28406npm verb headers age: '0',
28407npm verb headers 'x-served-by': 'cache-fra1236-FRA',
28408npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28409npm verb headers 'x-cache-hits': '1',
28410npm verb headers 'x-timer': 'S1451417096.429686,VS0,VE370',
28411npm verb headers vary: 'Accept',
28412npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28413npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28414npm verb headers connection: 'keep-alive' }
28415npm verb get saving grunt-node-inspector to /root/.npm/registry.npmjs.org/grunt-node-inspector/.cache.json
28416npm verb cache add spec grunt-env@~0.4.1
28417npm verb addNamed ">=0.4.1 <0.5.0" is a valid semver range for grunt-env
28418npm verb addNameRange registry:http://registry.npmjs.org/grunt-env not in flight; fetching
28419npm verb cache add spec grunt-contrib-imagemin@~0.7.1
28420npm verb addNamed ">=0.7.1 <0.8.0" is a valid semver range for grunt-contrib-imagemin
28421npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-imagemin not in flight; fetching
28422npm verb cache add spec grunt-newer@~0.7.0
28423npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for grunt-newer
28424npm verb addNameRange registry:http://registry.npmjs.org/grunt-newer not in flight; fetching
28425npm verb cache add spec jit-grunt@^0.5.0
28426npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for jit-grunt
28427npm verb addNameRange registry:http://registry.npmjs.org/jit-grunt not in flight; fetching
28428npm verb cache add spec time-grunt@~0.3.1
28429npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for time-grunt
28430npm verb addNameRange registry:http://registry.npmjs.org/time-grunt not in flight; fetching
28431npm verb cache add spec karma-chrome-launcher@~0.1.3
28432npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for karma-chrome-launcher
28433npm verb addNameRange registry:http://registry.npmjs.org/karma-chrome-launcher not in flight; fetching
28434npm verb cache add spec karma-requirejs@~0.2.1
28435npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for karma-requirejs
28436npm verb addNameRange registry:http://registry.npmjs.org/karma-requirejs not in flight; fetching
28437npm verb cache add spec grunt-google-cdn@~0.4.0
28438npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for grunt-google-cdn
28439npm verb addNameRange registry:http://registry.npmjs.org/grunt-google-cdn not in flight; fetching
28440npm verb cache add spec grunt-open@~0.2.3
28441npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for grunt-open
28442npm verb addNameRange registry:http://registry.npmjs.org/grunt-open not in flight; fetching
28443npm verb cache add spec grunt-contrib-jshint@~0.10.0
28444npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for grunt-contrib-jshint
28445npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-jshint not in flight; fetching
28446npm http 200 http://registry.npmjs.org/should
28447npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28448npm verb headers etag: '"A4SQFJ37DS7NQBFG8R4N5JDXZ"',
28449npm verb headers 'content-type': 'application/json',
28450npm verb headers 'cache-control': 'max-age=300',
28451npm verb headers 'content-length': '113404',
28452npm verb headers 'accept-ranges': 'bytes',
28453npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28454npm verb headers age: '220',
28455npm verb headers 'x-served-by': 'cache-fra1245-FRA',
28456npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28457npm verb headers 'x-cache-hits': '4',
28458npm verb headers 'x-timer': 'S1451417096.436468,VS0,VE0',
28459npm verb headers vary: 'Accept',
28460npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28461npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28462npm verb headers connection: 'keep-alive' }
28463npm verb get saving should to /root/.npm/registry.npmjs.org/should/.cache.json
28464npm verb get http://registry.npmjs.org/karma-jasmine not expired, no request
28465npm verb addNamed "0.1.6" is a plain semver version for karma-jasmine
28466npm verb get http://registry.npmjs.org/grunt-nodemon not expired, no request
28467npm verb addNamed "0.2.1" is a plain semver version for grunt-nodemon
28468npm verb cache add spec grunt-svgmin@~0.4.0
28469npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for grunt-svgmin
28470npm verb addNameRange registry:http://registry.npmjs.org/grunt-svgmin not in flight; fetching
28471npm verb cache add spec grunt-filerev@~2.2.0
28472npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for grunt-filerev
28473npm verb addNameRange registry:http://registry.npmjs.org/grunt-filerev not in flight; fetching
28474npm verb cache add spec grunt-ng-annotate@^0.2.3
28475npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for grunt-ng-annotate
28476npm verb addNameRange registry:http://registry.npmjs.org/grunt-ng-annotate not in flight; fetching
28477npm verb cache add spec grunt-contrib-clean@~0.5.0
28478npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for grunt-contrib-clean
28479npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-clean not in flight; fetching
28480npm verb cache add spec grunt-contrib-jade@^0.11.0
28481npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for grunt-contrib-jade
28482npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-jade not in flight; fetching
28483npm verb cache add spec grunt-karma@~0.8.2
28484npm verb addNamed ">=0.8.2 <0.9.0" is a valid semver range for grunt-karma
28485npm verb addNameRange registry:http://registry.npmjs.org/grunt-karma not in flight; fetching
28486npm verb cache add spec jshint-stylish@~0.1.5
28487npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for jshint-stylish
28488npm verb addNameRange registry:http://registry.npmjs.org/jshint-stylish not in flight; fetching
28489npm verb cache add spec requirejs@~2.1.11
28490npm verb addNamed ">=2.1.11 <2.2.0" is a valid semver range for requirejs
28491npm verb addNameRange registry:http://registry.npmjs.org/requirejs not in flight; fetching
28492npm verb cache add spec karma-phantomjs-launcher@~0.1.4
28493npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for karma-phantomjs-launcher
28494npm verb addNameRange registry:http://registry.npmjs.org/karma-phantomjs-launcher not in flight; fetching
28495npm verb cache add spec supertest@~0.11.0
28496npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for supertest
28497npm verb addNameRange registry:http://registry.npmjs.org/supertest not in flight; fetching
28498npm verb cache add spec grunt-contrib-stylus@latest
28499npm verb cache add spec grunt-mocha-test@~0.10.2
28500npm verb addNamed ">=0.10.2 <0.11.0" is a valid semver range for grunt-mocha-test
28501npm verb addNameRange registry:http://registry.npmjs.org/grunt-mocha-test not in flight; fetching
28502npm verb cache add spec grunt-express-server@~0.4.17
28503npm verb addNamed ">=0.4.17 <0.5.0" is a valid semver range for grunt-express-server
28504npm verb addNameRange registry:http://registry.npmjs.org/grunt-express-server not in flight; fetching
28505npm verb cache add spec grunt-concurrent@~0.5.0
28506npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for grunt-concurrent
28507npm verb addNameRange registry:http://registry.npmjs.org/grunt-concurrent not in flight; fetching
28508npm verb cache add spec grunt-protractor-runner@^1.1.0
28509npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for grunt-protractor-runner
28510npm verb addNameRange registry:http://registry.npmjs.org/grunt-protractor-runner not in flight; fetching
28511npm verb cache add spec karma-coffee-preprocessor@~0.2.1
28512npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for karma-coffee-preprocessor
28513npm verb addNameRange registry:http://registry.npmjs.org/karma-coffee-preprocessor not in flight; fetching
28514npm verb addRemoteTarball http://registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz not in flight; adding
28515npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz',
28516npm verb addRemoteTarball '30545057698ebdcbc63132d47be125b75b2fbc55' ]
28517npm verb addRemoteTarball http://registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz not in flight; adding
28518npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz',
28519npm verb addRemoteTarball '1b8f24895292097dc814d1603a97e8fec1c924f3' ]
28520npm verb get http://registry.npmjs.org/karma-firefox-launcher not expired, no request
28521npm verb addNamed "0.1.7" is a plain semver version for karma-firefox-launcher
28522npm verb addNamed "latest" is being treated as a dist-tag for grunt-contrib-stylus
28523npm info addNameTag [ 'grunt-contrib-stylus', 'latest' ]
28524npm verb addNameTag registry:http://registry.npmjs.org/grunt-contrib-stylus not in flight; fetching
28525npm verb cache add spec grunt-usemin@~3.0.0
28526npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for grunt-usemin
28527npm verb addNameRange registry:http://registry.npmjs.org/grunt-usemin not in flight; fetching
28528npm verb cache add spec grunt-angular-templates@^0.5.4
28529npm verb addNamed ">=0.5.4 <0.6.0" is a valid semver range for grunt-angular-templates
28530npm verb addNameRange registry:http://registry.npmjs.org/grunt-angular-templates not in flight; fetching
28531npm verb cache add spec karma-script-launcher@~0.1.0
28532npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for karma-script-launcher
28533npm verb addNameRange registry:http://registry.npmjs.org/karma-script-launcher not in flight; fetching
28534npm verb cache add spec karma-ng-scenario@~0.1.0
28535npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for karma-ng-scenario
28536npm verb addNameRange registry:http://registry.npmjs.org/karma-ng-scenario not in flight; fetching
28537npm verb get http://registry.npmjs.org/grunt-contrib-uglify not expired, no request
28538npm verb addNamed "0.4.1" is a plain semver version for grunt-contrib-uglify
28539npm verb addRemoteTarball http://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz not in flight; adding
28540npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz',
28541npm verb addRemoteTarball 'c05dd86533691e62f31952595098e8bd357d39f3' ]
28542npm verb cache add spec karma-ng-html2js-preprocessor@~0.1.0
28543npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for karma-ng-html2js-preprocessor
28544npm verb addNameRange registry:http://registry.npmjs.org/karma-ng-html2js-preprocessor not in flight; fetching
28545npm verb get http://registry.npmjs.org/grunt not expired, no request
28546npm verb addNamed "0.4.5" is a plain semver version for grunt
28547npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz not in flight; adding
28548npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz',
28549npm verb addRemoteTarball 'd43f3bc6e02c335563f8c4f9f0813fb4b0ff79b1' ]
28550npm verb get http://registry.npmjs.org/connect-livereload not expired, no request
28551npm verb addNamed "0.4.1" is a plain semver version for connect-livereload
28552npm verb get http://registry.npmjs.org/grunt-contrib-watch not expired, no request
28553npm verb addNamed "0.6.1" is a plain semver version for grunt-contrib-watch
28554npm verb get http://registry.npmjs.org/open not expired, no request
28555npm verb addNamed "0.0.5" is a plain semver version for open
28556npm verb get http://registry.npmjs.org/grunt-env not expired, no request
28557npm verb addNamed "0.4.4" is a plain semver version for grunt-env
28558npm info retry fetch attempt 1 at 19:24:57
28559npm info attempt registry request try #1 at 19:24:57
28560npm http fetch GET http://registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz
28561npm info retry fetch attempt 1 at 19:24:57
28562npm info attempt registry request try #1 at 19:24:57
28563npm http fetch GET http://registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz
28564npm verb addRemoteTarball http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz not in flight; adding
28565npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz',
28566npm verb addRemoteTarball '56937cd5194324adff6d207631832a9d6ba4e7f0' ]
28567npm verb addRemoteTarball http://registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz not in flight; adding
28568npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz',
28569npm verb addRemoteTarball '0f8a1a816bc9baffae4637ccea917462fe35917a' ]
28570npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz not in flight; adding
28571npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz',
28572npm verb addRemoteTarball '64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15' ]
28573npm verb get http://registry.npmjs.org/grunt-contrib-imagemin not expired, no request
28574npm verb addNamed "0.7.2" is a plain semver version for grunt-contrib-imagemin
28575npm verb get http://registry.npmjs.org/grunt-newer not expired, no request
28576npm verb addNamed "0.7.0" is a plain semver version for grunt-newer
28577npm verb addRemoteTarball http://registry.npmjs.org/open/-/open-0.0.5.tgz not in flight; adding
28578npm verb addRemoteTarball [ 'http://registry.npmjs.org/open/-/open-0.0.5.tgz',
28579npm verb addRemoteTarball '42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc' ]
28580npm verb get http://registry.npmjs.org/jit-grunt not expired, no request
28581npm verb addNamed "0.5.0" is a plain semver version for jit-grunt
28582npm verb get http://registry.npmjs.org/karma-chrome-launcher not expired, no request
28583npm verb addNamed "0.1.12" is a plain semver version for karma-chrome-launcher
28584npm verb get http://registry.npmjs.org/karma-requirejs not expired, no request
28585npm verb addNamed "0.2.2" is a plain semver version for karma-requirejs
28586npm verb get http://registry.npmjs.org/time-grunt not expired, no request
28587npm verb addNamed "0.3.2" is a plain semver version for time-grunt
28588npm verb get http://registry.npmjs.org/grunt-google-cdn not expired, no request
28589npm verb addNamed "0.4.3" is a plain semver version for grunt-google-cdn
28590npm verb get http://registry.npmjs.org/grunt-open not expired, no request
28591npm verb addNamed "0.2.3" is a plain semver version for grunt-open
28592npm verb get http://registry.npmjs.org/grunt-contrib-jshint not expired, no request
28593npm verb addNamed "0.10.0" is a plain semver version for grunt-contrib-jshint
28594npm http 200 http://registry.npmjs.org/karma
28595npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28596npm verb headers etag: '"76STDLBBITZARU1M83KXAP5M6"',
28597npm verb headers 'content-type': 'application/json',
28598npm verb headers 'cache-control': 'max-age=300',
28599npm verb headers 'content-length': '1117315',
28600npm verb headers 'accept-ranges': 'bytes',
28601npm verb headers date: 'Tue, 29 Dec 2015 19:24:56 GMT',
28602npm verb headers age: '299',
28603npm verb headers 'x-served-by': 'cache-fra1248-FRA',
28604npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28605npm verb headers 'x-cache-hits': '2',
28606npm verb headers 'x-timer': 'S1451417096.436104,VS0,VE0',
28607npm verb headers vary: 'Accept',
28608npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28609npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28610npm verb headers connection: 'keep-alive' }
28611npm verb get saving karma to /root/.npm/registry.npmjs.org/karma/.cache.json
28612npm verb addRemoteTarball http://registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz not in flight; adding
28613npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz',
28614npm verb addRemoteTarball '3b38843a8d737177ddc9f893879fb69ce1a0bc2f' ]
28615npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz not in flight; adding
28616npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz',
28617npm verb addRemoteTarball 'f8fd90e2097fbc9196ffb707cef3dcbe40fa1c7b' ]
28618npm verb addRemoteTarball http://registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz not in flight; adding
28619npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz',
28620npm verb addRemoteTarball '376d9d9b64ce5c648b6bfa1bda98f7bc2193e41e' ]
28621npm info retry fetch attempt 1 at 19:24:57
28622npm info attempt registry request try #1 at 19:24:57
28623npm http fetch GET http://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz
28624npm verb addRemoteTarball http://registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz not in flight; adding
28625npm verb addRemoteTarball [ 'http://registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz',
28626npm verb addRemoteTarball 'f2058e7c6fbc66c5c3cb816e6cb4d90cdb8e36ff' ]
28627npm verb addRemoteTarball http://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz not in flight; adding
28628npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz',
28629npm verb addRemoteTarball '0ac0e22e573650f6541312fdca795c3824ccf962' ]
28630npm verb addRemoteTarball http://registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz not in flight; adding
28631npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz',
28632npm verb addRemoteTarball 'e497ca0868e2e09a9b8e3f646745c31a935fe8b6' ]
28633npm verb addRemoteTarball http://registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz not in flight; adding
28634npm verb addRemoteTarball [ 'http://registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz',
28635npm verb addRemoteTarball 'f3013645b01e68e27802a3e4c4702ceca0bdffaf' ]
28636npm verb addRemoteTarball http://registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz not in flight; adding
28637npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz',
28638npm verb addRemoteTarball '8baed98e236de57c1e34d2ef1dcdaae117c7bf18' ]
28639npm verb get http://registry.npmjs.org/grunt-svgmin not expired, no request
28640npm verb addNamed "0.4.0" is a plain semver version for grunt-svgmin
28641npm verb addRemoteTarball http://registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz not in flight; adding
28642npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz',
28643npm verb addRemoteTarball '145ac45026a57fcfaa433ffd7398ae46d2bd3957' ]
28644npm verb get http://registry.npmjs.org/grunt-filerev not expired, no request
28645npm verb addNamed "2.2.0" is a plain semver version for grunt-filerev
28646npm verb get http://registry.npmjs.org/grunt-ng-annotate not expired, no request
28647npm verb addNamed "0.2.3" is a plain semver version for grunt-ng-annotate
28648npm verb get http://registry.npmjs.org/grunt-contrib-clean not expired, no request
28649npm verb addNamed "0.5.0" is a plain semver version for grunt-contrib-clean
28650npm verb get http://registry.npmjs.org/grunt-contrib-jade not expired, no request
28651npm verb addNamed "0.11.0" is a plain semver version for grunt-contrib-jade
28652npm verb get http://registry.npmjs.org/grunt-karma not expired, no request
28653npm verb addNamed "0.8.3" is a plain semver version for grunt-karma
28654npm verb get http://registry.npmjs.org/jshint-stylish not expired, no request
28655npm verb addNamed "0.1.5" is a plain semver version for jshint-stylish
28656npm verb get http://registry.npmjs.org/karma-phantomjs-launcher not expired, no request
28657npm verb addNamed "0.1.4" is a plain semver version for karma-phantomjs-launcher
28658npm verb get http://registry.npmjs.org/supertest not expired, no request
28659npm verb addNamed "0.11.0" is a plain semver version for supertest
28660npm verb get http://registry.npmjs.org/requirejs not expired, no request
28661npm verb addNamed "2.1.22" is a plain semver version for requirejs
28662npm verb get http://registry.npmjs.org/grunt-concurrent not expired, no request
28663npm verb addNamed "0.5.0" is a plain semver version for grunt-concurrent
28664npm verb get http://registry.npmjs.org/grunt-mocha-test not expired, no request
28665npm verb addNamed "0.10.2" is a plain semver version for grunt-mocha-test
28666npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz not in flight; adding
28667npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
28668npm verb addRemoteTarball '57ebccca87e8f327af6645d8a3c586d4845e4d81' ]
28669npm verb get http://registry.npmjs.org/grunt-express-server not expired, no request
28670npm verb addNamed "0.4.19" is a plain semver version for grunt-express-server
28671npm verb get http://registry.npmjs.org/grunt-protractor-runner not expired, no request
28672npm verb addNamed "1.2.1" is a plain semver version for grunt-protractor-runner
28673npm verb cache add spec grunt-contrib-cssmin@~0.9.0
28674npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for grunt-contrib-cssmin
28675npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-cssmin not in flight; fetching
28676npm verb get http://registry.npmjs.org/karma-coffee-preprocessor not expired, no request
28677npm verb addNamed "0.2.1" is a plain semver version for karma-coffee-preprocessor
28678npm info retry fetch attempt 1 at 19:24:57
28679npm info attempt registry request try #1 at 19:24:57
28680npm http fetch GET http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz
28681npm verb addRemoteTarball http://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz not in flight; adding
28682npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz',
28683npm verb addRemoteTarball 'f19d1193022ae0080e0fae5d313e12ef7cae0aae' ]
28684npm verb addRemoteTarball http://registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz not in flight; adding
28685npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz',
28686npm verb addRemoteTarball 'c513bf2a8faf9c6d1c751ab94fa72fda13ae2f23' ]
28687npm verb addRemoteTarball http://registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz not in flight; adding
28688npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz',
28689npm verb addRemoteTarball 'ff37c013e841e2dc40feaae296849cc2a6fce83f' ]
28690npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz not in flight; adding
28691npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz',
28692npm verb addRemoteTarball 'f53dfdee0849b1c7b40e9ebbba69f48c4c6079c5' ]
28693npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz not in flight; adding
28694npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz',
28695npm verb addRemoteTarball '06786f3a81b5b65186fbbdf94470861f498c82de' ]
28696npm verb addRemoteTarball http://registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz not in flight; adding
28697npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz',
28698npm verb addRemoteTarball 'e9ecf718153af1914aa53602a37f85de04310e7f' ]
28699npm verb addRemoteTarball http://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz not in flight; adding
28700npm verb addRemoteTarball [ 'http://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz',
28701npm verb addRemoteTarball 'd41b6eef8e06a4ddfb36540bf6593fe31b987236' ]
28702npm verb addRemoteTarball http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz not in flight; adding
28703npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz',
28704npm verb addRemoteTarball '4ef96e4322ff63ae5d918e51c25b213723238f30' ]
28705npm verb get http://registry.npmjs.org/grunt-contrib-stylus not expired, no request
28706npm verb addNamed "0.22.0" is a plain semver version for grunt-contrib-stylus
28707npm verb addRemoteTarball http://registry.npmjs.org/supertest/-/supertest-0.11.0.tgz not in flight; adding
28708npm verb addRemoteTarball [ 'http://registry.npmjs.org/supertest/-/supertest-0.11.0.tgz',
28709npm verb addRemoteTarball 'f8496b9f05cac1ea2fcec1d21adeca7167f42460' ]
28710npm verb addRemoteTarball http://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz not in flight; adding
28711npm verb addRemoteTarball [ 'http://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz',
28712npm verb addRemoteTarball 'dd78fd2d34180c0d62c724b5b8aebc0664e0366f' ]
28713npm verb addRemoteTarball http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz not in flight; adding
28714npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz',
28715npm verb addRemoteTarball '4a519a4c287825f0de0715f73b85d150c750d9f7' ]
28716npm verb addRemoteTarball http://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz not in flight; adding
28717npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz',
28718npm verb addRemoteTarball '3de5dcf993e4375be1af191f8f5bbd1f57256d47' ]
28719npm verb get http://registry.npmjs.org/grunt-angular-templates not expired, no request
28720npm verb addNamed "0.5.9" is a plain semver version for grunt-angular-templates
28721npm verb addRemoteTarball http://registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz not in flight; adding
28722npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz',
28723npm verb addRemoteTarball '6bc05c4c57ffdbba8fb087802a07c8043738bb8c' ]
28724npm verb addRemoteTarball http://registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz not in flight; adding
28725npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz',
28726npm verb addRemoteTarball '726f33208889219a37c2032c28e680b253b7f8f7' ]
28727npm verb get http://registry.npmjs.org/grunt-usemin not expired, no request
28728npm verb addNamed "3.0.0" is a plain semver version for grunt-usemin
28729npm http fetch 200 http://registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz
28730npm http fetch 200 http://registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz
28731npm http 200 http://registry.npmjs.org/karma-html2js-preprocessor
28732npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28733npm verb headers etag: '"A6G29KNCT4Z44170ZIK4N61JF"',
28734npm verb headers 'content-type': 'application/json',
28735npm verb headers 'cache-control': 'max-age=300',
28736npm verb headers 'content-length': '6236',
28737npm verb headers 'accept-ranges': 'bytes',
28738npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28739npm verb headers age: '0',
28740npm verb headers 'x-served-by': 'cache-fra1246-FRA',
28741npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28742npm verb headers 'x-cache-hits': '1',
28743npm verb headers 'x-timer': 'S1451417096.433788,VS0,VE860',
28744npm verb headers vary: 'Accept',
28745npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28746npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28747npm verb headers connection: 'keep-alive' }
28748npm verb get saving karma-html2js-preprocessor to /root/.npm/registry.npmjs.org/karma-html2js-preprocessor/.cache.json
28749npm http 200 http://registry.npmjs.org/grunt-dom-munger
28750npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28751npm verb headers etag: '"4R0HAXCFBCNFRC845B8B6L1XC"',
28752npm verb headers 'content-type': 'application/json',
28753npm verb headers 'cache-control': 'max-age=300',
28754npm verb headers 'content-length': '25750',
28755npm verb headers 'accept-ranges': 'bytes',
28756npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28757npm verb headers age: '0',
28758npm verb headers 'x-served-by': 'cache-fra1235-FRA',
28759npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28760npm verb headers 'x-cache-hits': '1',
28761npm verb headers 'x-timer': 'S1451417096.429324,VS0,VE879',
28762npm verb headers vary: 'Accept',
28763npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28764npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28765npm verb headers connection: 'keep-alive' }
28766npm verb get saving grunt-dom-munger to /root/.npm/registry.npmjs.org/grunt-dom-munger/.cache.json
28767npm http 200 http://registry.npmjs.org/grunt-asset-injector
28768npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28769npm verb headers etag: '"47XUHGCX16Y7ME637E7VC3K8E"',
28770npm verb headers 'content-type': 'application/json',
28771npm verb headers 'cache-control': 'max-age=300',
28772npm verb headers 'content-length': '8945',
28773npm verb headers 'accept-ranges': 'bytes',
28774npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28775npm verb headers age: '0',
28776npm verb headers 'x-served-by': 'cache-fra1238-FRA',
28777npm verb headers 'x-cache': 'MISS, MISS from atomic01.kolabsys.com',
28778npm verb headers 'x-cache-hits': '0',
28779npm verb headers 'x-timer': 'S1451417096.429045,VS0,VE886',
28780npm verb headers vary: 'Accept',
28781npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28782npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28783npm verb headers connection: 'keep-alive' }
28784npm verb get saving grunt-asset-injector to /root/.npm/registry.npmjs.org/grunt-asset-injector/.cache.json
28785npm http 200 http://registry.npmjs.org/karma-ng-jade2js-preprocessor
28786npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28787npm verb headers etag: '"5LR930738VQK6EU4JPWXZR3GZ"',
28788npm verb headers 'content-type': 'application/json',
28789npm verb headers 'cache-control': 'max-age=300',
28790npm verb headers 'content-length': '13156',
28791npm verb headers 'accept-ranges': 'bytes',
28792npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28793npm verb headers age: '0',
28794npm verb headers 'x-served-by': 'cache-fra1230-FRA',
28795npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28796npm verb headers 'x-cache-hits': '1',
28797npm verb headers 'x-timer': 'S1451417096.432939,VS0,VE883',
28798npm verb headers vary: 'Accept',
28799npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28800npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28801npm verb headers connection: 'keep-alive' }
28802npm verb get saving karma-ng-jade2js-preprocessor to /root/.npm/registry.npmjs.org/karma-ng-jade2js-preprocessor/.cache.json
28803npm http 200 http://registry.npmjs.org/grunt-autoprefixer
28804npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28805npm verb headers etag: '"A27G7JVUL9VN77WTDXUHXNPQD"',
28806npm verb headers 'content-type': 'application/json',
28807npm verb headers 'cache-control': 'max-age=300',
28808npm verb headers 'content-length': '61708',
28809npm verb headers 'accept-ranges': 'bytes',
28810npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28811npm verb headers age: '0',
28812npm verb headers 'x-served-by': 'cache-fra1221-FRA',
28813npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28814npm verb headers 'x-cache-hits': '1',
28815npm verb headers 'x-timer': 'S1451417096.406530,VS0,VE915',
28816npm verb headers vary: 'Accept',
28817npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28818npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28819npm verb headers connection: 'keep-alive' }
28820npm verb get saving grunt-autoprefixer to /root/.npm/registry.npmjs.org/grunt-autoprefixer/.cache.json
28821npm http 200 http://registry.npmjs.org/karma-jade-preprocessor
28822npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28823npm verb headers etag: '"6VG2VUOXWCRGN379BQUHTTD5L"',
28824npm verb headers 'content-type': 'application/json',
28825npm verb headers 'cache-control': 'max-age=300',
28826npm verb headers 'content-length': '15783',
28827npm verb headers 'accept-ranges': 'bytes',
28828npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28829npm verb headers age: '0',
28830npm verb headers 'x-served-by': 'cache-fra1246-FRA',
28831npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28832npm verb headers 'x-cache-hits': '1',
28833npm verb headers 'x-timer': 'S1451417096.435927,VS0,VE906',
28834npm verb headers vary: 'Accept',
28835npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28836npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28837npm verb headers connection: 'keep-alive' }
28838npm verb get saving karma-jade-preprocessor to /root/.npm/registry.npmjs.org/karma-jade-preprocessor/.cache.json
28839npm 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'...
28840npm verb get http://registry.npmjs.org/karma-script-launcher not expired, no request
28841npm verb addNamed "0.1.0" is a plain semver version for karma-script-launcher
28842npm verb get http://registry.npmjs.org/karma-ng-scenario not expired, no request
28843npm verb addNamed "0.1.0" is a plain semver version for karma-ng-scenario
28844npm verb addRemoteTarball http://registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz not in flight; adding
28845npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz',
28846npm verb addRemoteTarball 'fbfdf7329ff6e0b1cbfd26b078e70f6d5ce48496' ]
28847npm info retry fetch attempt 1 at 19:24:57
28848npm info attempt registry request try #1 at 19:24:57
28849npm http fetch GET http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
28850npm info retry fetch attempt 1 at 19:24:57
28851npm info attempt registry request try #1 at 19:24:57
28852npm http fetch GET http://registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz
28853npm info retry fetch attempt 1 at 19:24:57
28854npm info attempt registry request try #1 at 19:24:57
28855npm http fetch GET http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz
28856npm info retry fetch attempt 1 at 19:24:57
28857npm info attempt registry request try #1 at 19:24:57
28858npm http fetch GET http://registry.npmjs.org/open/-/open-0.0.5.tgz
28859npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz not in flight; adding
28860npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz',
28861npm verb addRemoteTarball 'c1577af69dcc28a1d21355ddb1f8711e3b86cb02' ]
28862npm verb addRemoteTarball http://registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz not in flight; adding
28863npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz',
28864npm verb addRemoteTarball '2899be20d9438ad19b0d0a806aa8ec7a23b25b2a' ]
28865npm verb addRemoteTarball http://registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz not in flight; adding
28866npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz',
28867npm verb addRemoteTarball '3d84d10331a5392285acb9794e05ff81accdb0d3' ]
28868npm http fetch 200 http://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz
28869npm http 200 http://registry.npmjs.org/grunt-contrib-copy
28870npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28871npm verb headers etag: '"EBUYPX10HDYUS9ZTK0UODQE35"',
28872npm verb headers 'content-type': 'application/json',
28873npm verb headers 'cache-control': 'max-age=300',
28874npm verb headers 'content-length': '36944',
28875npm verb headers 'accept-ranges': 'bytes',
28876npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28877npm verb headers age: '280',
28878npm verb headers 'x-served-by': 'cache-fra1225-FRA',
28879npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28880npm verb headers 'x-cache-hits': '2',
28881npm verb headers 'x-timer': 'S1451417097.425655,VS0,VE0',
28882npm verb headers vary: 'Accept',
28883npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28884npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28885npm verb headers connection: 'keep-alive' }
28886npm verb get saving grunt-contrib-copy to /root/.npm/registry.npmjs.org/grunt-contrib-copy/.cache.json
28887npm http 200 http://registry.npmjs.org/grunt-wiredep
28888npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28889npm verb headers etag: '"CCQYN2SUS7CGSW8OLM2GG3D3Z"',
28890npm verb headers 'content-type': 'application/json',
28891npm verb headers 'cache-control': 'max-age=300',
28892npm verb headers 'content-length': '10709',
28893npm verb headers 'accept-ranges': 'bytes',
28894npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28895npm verb headers age: '109',
28896npm verb headers 'x-served-by': 'cache-fra1243-FRA',
28897npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28898npm verb headers 'x-cache-hits': '1',
28899npm verb headers 'x-timer': 'S1451417097.425476,VS0,VE0',
28900npm verb headers vary: 'Accept',
28901npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
28902npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28903npm verb headers connection: 'keep-alive' }
28904npm verb get saving grunt-wiredep to /root/.npm/registry.npmjs.org/grunt-wiredep/.cache.json
28905npm http 200 http://registry.npmjs.org/grunt-contrib-htmlmin
28906npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28907npm verb headers etag: '"339DH7O6BNK5WN2EOH3F1KDNZ"',
28908npm verb headers 'content-type': 'application/json',
28909npm verb headers 'cache-control': 'max-age=300',
28910npm verb headers 'content-length': '21040',
28911npm verb headers 'accept-ranges': 'bytes',
28912npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28913npm verb headers age: '108',
28914npm verb headers 'x-served-by': 'cache-fra1243-FRA',
28915npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28916npm verb headers 'x-cache-hits': '1',
28917npm verb headers 'x-timer': 'S1451417097.425620,VS0,VE0',
28918npm verb headers vary: 'Accept',
28919npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28920npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28921npm verb headers connection: 'keep-alive' }
28922npm verb get saving grunt-contrib-htmlmin to /root/.npm/registry.npmjs.org/grunt-contrib-htmlmin/.cache.json
28923npm http 200 http://registry.npmjs.org/grunt-contrib-concat
28924npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28925npm verb headers etag: '"DF9J6AQ6MLH2LVX1E4U6Z97FF"',
28926npm verb headers 'content-type': 'application/json',
28927npm verb headers 'cache-control': 'max-age=300',
28928npm verb headers 'content-length': '30384',
28929npm verb headers 'accept-ranges': 'bytes',
28930npm verb headers date: 'Tue, 29 Dec 2015 19:24:57 GMT',
28931npm verb headers age: '279',
28932npm verb headers 'x-served-by': 'cache-fra1232-FRA',
28933npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
28934npm verb headers 'x-cache-hits': '1',
28935npm verb headers 'x-timer': 'S1451417097.425565,VS0,VE0',
28936npm verb headers vary: 'Accept',
28937npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
28938npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
28939npm verb headers connection: 'keep-alive' }
28940npm verb get saving grunt-contrib-concat to /root/.npm/registry.npmjs.org/grunt-contrib-concat/.cache.json
28941npm verb addRemoteTarball http://registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz not in flight; adding
28942npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz',
28943npm verb addRemoteTarball 'b643e7c2faead1a52cdb2eeaadcf7a245f0d772a' ]
28944npm verb addRemoteTarball http://registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz not in flight; adding
28945npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz',
28946npm verb addRemoteTarball '0d7c8f1348597252178aab450866507f384d08a3' ]
28947npm verb get http://registry.npmjs.org/karma-ng-html2js-preprocessor not expired, no request
28948npm verb addNamed "0.1.2" is a plain semver version for karma-ng-html2js-preprocessor
28949npm info retry fetch attempt 1 at 19:24:57
28950npm info attempt registry request try #1 at 19:24:57
28951npm http fetch GET http://registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz
28952npm info retry fetch attempt 1 at 19:24:57
28953npm info attempt registry request try #1 at 19:24:57
28954npm http fetch GET http://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz
28955npm info retry fetch attempt 1 at 19:24:57
28956npm info attempt registry request try #1 at 19:24:57
28957npm http fetch GET http://registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz
28958npm info retry fetch attempt 1 at 19:24:57
28959npm info attempt registry request try #1 at 19:24:57
28960npm http fetch GET http://registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz
28961npm info retry fetch attempt 1 at 19:24:57
28962npm info attempt registry request try #1 at 19:24:57
28963npm http fetch GET http://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz
28964npm info retry fetch attempt 1 at 19:24:57
28965npm info attempt registry request try #1 at 19:24:57
28966npm http fetch GET http://registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz
28967npm info retry fetch attempt 1 at 19:24:57
28968npm info attempt registry request try #1 at 19:24:57
28969npm http fetch GET http://registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz
28970npm info retry fetch attempt 1 at 19:24:57
28971npm info attempt registry request try #1 at 19:24:57
28972npm http fetch GET http://registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz
28973npm info retry fetch attempt 1 at 19:24:57
28974npm info attempt registry request try #1 at 19:24:57
28975npm http fetch GET http://registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz
28976npm info retry fetch attempt 1 at 19:24:57
28977npm info attempt registry request try #1 at 19:24:57
28978npm http fetch GET http://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
28979npm http fetch 200 http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz
28980npm verb cache add spec grunt-node-inspector@~0.1.5
28981npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for grunt-node-inspector
28982npm verb addNameRange registry:http://registry.npmjs.org/grunt-node-inspector not in flight; fetching
28983npm verb addRemoteTarball http://registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz not in flight; adding
28984npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz',
28985npm verb addRemoteTarball 'c9402cb577d891bfed1a9ff064f0cdb9a4fdc9b1' ]
28986npm info retry fetch attempt 1 at 19:24:57
28987npm info attempt registry request try #1 at 19:24:57
28988npm http fetch GET http://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz
28989npm info retry fetch attempt 1 at 19:24:57
28990npm info attempt registry request try #1 at 19:24:57
28991npm http fetch GET http://registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz
28992npm info retry fetch attempt 1 at 19:24:57
28993npm info attempt registry request try #1 at 19:24:57
28994npm http fetch GET http://registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz
28995npm info retry fetch attempt 1 at 19:24:57
28996npm info attempt registry request try #1 at 19:24:57
28997npm http fetch GET http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz
28998npm info retry fetch attempt 1 at 19:24:57
28999npm info attempt registry request try #1 at 19:24:57
29000npm http fetch GET http://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz
29001npm info retry fetch attempt 1 at 19:24:57
29002npm info attempt registry request try #1 at 19:24:57
29003npm http fetch GET http://registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz
29004npm info retry fetch attempt 1 at 19:24:57
29005npm info attempt registry request try #1 at 19:24:57
29006npm http fetch GET http://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz
29007npm info retry fetch attempt 1 at 19:24:57
29008npm info attempt registry request try #1 at 19:24:57
29009npm http fetch GET http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz
29010npm info retry fetch attempt 1 at 19:24:57
29011npm info attempt registry request try #1 at 19:24:57
29012npm http fetch GET http://registry.npmjs.org/supertest/-/supertest-0.11.0.tgz
29013npm info retry fetch attempt 1 at 19:24:57
29014npm info attempt registry request try #1 at 19:24:57
29015npm http fetch GET http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz
29016npm info retry fetch attempt 1 at 19:24:57
29017npm info attempt registry request try #1 at 19:24:57
29018npm http fetch GET http://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz
29019npm info retry fetch attempt 1 at 19:24:57
29020npm info attempt registry request try #1 at 19:24:57
29021npm http fetch GET http://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz
29022npm info retry fetch attempt 1 at 19:24:57
29023npm info attempt registry request try #1 at 19:24:57
29024npm http fetch GET http://registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz
29025npm info retry fetch attempt 1 at 19:24:57
29026npm info attempt registry request try #1 at 19:24:57
29027npm http fetch GET http://registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz
29028npm http fetch 200 http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
29029npm http fetch 200 http://registry.npmjs.org/open/-/open-0.0.5.tgz
29030npm http fetch 200 http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz
29031npm http fetch 200 http://registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz
29032npm verb cache add spec should@~3.3.1
29033npm verb addNamed ">=3.3.1 <3.4.0" is a valid semver range for should
29034npm verb addNameRange registry:http://registry.npmjs.org/should not in flight; fetching
29035npm info retry fetch attempt 1 at 19:24:57
29036npm info attempt registry request try #1 at 19:24:57
29037npm http fetch GET http://registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz
29038npm info retry fetch attempt 1 at 19:24:57
29039npm info attempt registry request try #1 at 19:24:57
29040npm http fetch GET http://registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz
29041npm info retry fetch attempt 1 at 19:24:57
29042npm info attempt registry request try #1 at 19:24:57
29043npm http fetch GET http://registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz
29044npm info retry fetch attempt 1 at 19:24:57
29045npm info attempt registry request try #1 at 19:24:57
29046npm http fetch GET http://registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz
29047npm http fetch 200 http://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz
29048npm http fetch 200 http://registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz
29049npm http fetch 200 http://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz
29050npm http fetch 200 http://registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz
29051npm http fetch 200 http://registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz
29052npm http fetch 200 http://registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz
29053npm http fetch 200 http://registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz
29054npm http fetch 200 http://registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz
29055npm http fetch 200 http://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
29056npm http fetch 200 http://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz
29057npm info retry fetch attempt 1 at 19:24:57
29058npm info attempt registry request try #1 at 19:24:57
29059npm http fetch GET http://registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz
29060npm info retry fetch attempt 1 at 19:24:57
29061npm info attempt registry request try #1 at 19:24:57
29062npm http fetch GET http://registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz
29063npm verb get http://registry.npmjs.org/grunt-contrib-cssmin not expired, no request
29064npm verb addNamed "0.9.0" is a plain semver version for grunt-contrib-cssmin
29065npm http fetch 200 http://registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz
29066npm http fetch 200 http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz
29067npm http fetch 200 http://registry.npmjs.org/supertest/-/supertest-0.11.0.tgz
29068npm http fetch 200 http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz
29069npm http fetch 200 http://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz
29070npm http fetch 200 http://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz
29071npm http fetch 200 http://registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz
29072npm http fetch 200 http://registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz
29073npm http fetch 200 http://registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz
29074npm http fetch 200 http://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz
29075npm http fetch 200 http://registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz
29076npm http fetch 200 http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz
29077npm http fetch 200 http://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz
29078npm http fetch 200 http://registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz
29079npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz not in flight; adding
29080npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz',
29081npm verb addRemoteTarball '27241f0160a8866659dab40dc8c2776c01ec7ce2' ]
29082npm info retry fetch attempt 1 at 19:24:57
29083npm info attempt registry request try #1 at 19:24:57
29084npm http fetch GET http://registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz
29085npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz not in flight; adding
29086npm verb addTmpTarball already have metadata; skipping unpack for karma-jasmine@0.1.6
29087npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz not in flight; adding
29088npm verb addTmpTarball already have metadata; skipping unpack for grunt-nodemon@0.2.1
29089npm http fetch 200 http://registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz
29090npm http fetch 200 http://registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz
29091npm http fetch 200 http://registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz
29092npm http fetch 200 http://registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz
29093npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz not in flight; adding
29094npm verb addTmpTarball already have metadata; skipping unpack for karma-firefox-launcher@0.1.7
29095npm http fetch 200 http://registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz
29096npm http fetch 200 http://registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz
29097npm verb get http://registry.npmjs.org/grunt-node-inspector not expired, no request
29098npm verb addNamed "0.1.6" is a plain semver version for grunt-node-inspector
29099npm verb cache add spec karma@~0.12.9
29100npm verb addNamed ">=0.12.9 <0.13.0" is a valid semver range for karma
29101npm verb addNameRange registry:http://registry.npmjs.org/karma not in flight; fetching
29102npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz not in flight; adding
29103npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-uglify@0.4.1
29104npm http fetch 200 http://registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz
29105npm verb addRemoteTarball http://registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz not in flight; adding
29106npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz',
29107npm verb addRemoteTarball '4578fa9df4102f22bcfb0dd4263398066c901b14' ]
29108npm verb get http://registry.npmjs.org/should not expired, no request
29109npm verb addNamed "3.3.2" is a plain semver version for should
29110npm info retry fetch attempt 1 at 19:24:57
29111npm info attempt registry request try #1 at 19:24:57
29112npm http fetch GET http://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz
29113npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt/-/grunt-0.4.5.tgz not in flight; adding
29114npm verb addTmpTarball already have metadata; skipping unpack for grunt@0.4.5
29115npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/open/-/open-0.0.5.tgz not in flight; adding
29116npm verb addTmpTarball already have metadata; skipping unpack for open@0.0.5
29117npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz not in flight; adding
29118npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-watch@0.6.1
29119npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz not in flight; adding
29120npm verb addTmpTarball already have metadata; skipping unpack for connect-livereload@0.4.1
29121npm verb addRemoteTarball http://registry.npmjs.org/should/-/should-3.3.2.tgz not in flight; adding
29122npm verb addRemoteTarball [ 'http://registry.npmjs.org/should/-/should-3.3.2.tgz',
29123npm verb addRemoteTarball 'c883dd409b53bbdf1b55ec0d8fc3865f2b287e64' ]
29124npm verb cache add spec karma-html2js-preprocessor@~0.1.0
29125npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for karma-html2js-preprocessor
29126npm verb addNameRange registry:http://registry.npmjs.org/karma-html2js-preprocessor not in flight; fetching
29127npm verb cache add spec grunt-asset-injector@^0.1.0
29128npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for grunt-asset-injector
29129npm verb addNameRange registry:http://registry.npmjs.org/grunt-asset-injector not in flight; fetching
29130npm verb cache add spec karma-ng-jade2js-preprocessor@^0.1.2
29131npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for karma-ng-jade2js-preprocessor
29132npm verb addNameRange registry:http://registry.npmjs.org/karma-ng-jade2js-preprocessor not in flight; fetching
29133npm verb cache add spec grunt-dom-munger@^3.4.0
29134npm verb addNamed ">=3.4.0 <4.0.0" is a valid semver range for grunt-dom-munger
29135npm verb addNameRange registry:http://registry.npmjs.org/grunt-dom-munger not in flight; fetching
29136npm verb cache add spec grunt-autoprefixer@~0.7.2
29137npm verb addNamed ">=0.7.2 <0.8.0" is a valid semver range for grunt-autoprefixer
29138npm verb addNameRange registry:http://registry.npmjs.org/grunt-autoprefixer not in flight; fetching
29139npm verb cache add spec karma-jade-preprocessor@0.0.11
29140npm verb addNamed "0.0.11" is a plain semver version for karma-jade-preprocessor
29141npm verb addNameVersion registry:http://registry.npmjs.org/karma-jade-preprocessor not in flight; fetching
29142npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz not in flight; adding
29143npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-imagemin@0.7.2
29144npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz not in flight; adding
29145npm verb addTmpTarball already have metadata; skipping unpack for jit-grunt@0.5.0
29146npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz not in flight; adding
29147npm verb addTmpTarball already have metadata; skipping unpack for karma-chrome-launcher@0.1.12
29148npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz not in flight; adding
29149npm verb addTmpTarball already have metadata; skipping unpack for grunt-google-cdn@0.4.3
29150npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz not in flight; adding
29151npm verb addTmpTarball already have metadata; skipping unpack for grunt-env@0.4.4
29152npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz not in flight; adding
29153npm verb addTmpTarball already have metadata; skipping unpack for time-grunt@0.3.2
29154npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz not in flight; adding
29155npm verb addTmpTarball already have metadata; skipping unpack for karma-requirejs@0.2.2
29156npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz not in flight; adding
29157npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-jshint@0.10.0
29158npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz not in flight; adding
29159npm verb addTmpTarball already have metadata; skipping unpack for grunt-svgmin@0.4.0
29160npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz not in flight; adding
29161npm verb addTmpTarball already have metadata; skipping unpack for grunt-newer@0.7.0
29162npm verb cache add spec grunt-contrib-copy@~0.5.0
29163npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for grunt-contrib-copy
29164npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-copy not in flight; fetching
29165npm verb cache add spec grunt-contrib-htmlmin@~0.2.0
29166npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for grunt-contrib-htmlmin
29167npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-htmlmin not in flight; fetching
29168npm verb cache add spec grunt-contrib-concat@~0.4.0
29169npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for grunt-contrib-concat
29170npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-concat not in flight; fetching
29171npm verb cache add spec grunt-wiredep@~1.8.0
29172npm verb addNamed ">=1.8.0 <1.9.0" is a valid semver range for grunt-wiredep
29173npm verb addNameRange registry:http://registry.npmjs.org/grunt-wiredep not in flight; fetching
29174npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz not in flight; adding
29175npm verb addTmpTarball already have metadata; skipping unpack for grunt-ng-annotate@0.2.3
29176npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz not in flight; adding
29177npm verb addTmpTarball already have metadata; skipping unpack for karma-phantomjs-launcher@0.1.4
29178npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/supertest/-/supertest-0.11.0.tgz not in flight; adding
29179npm verb addTmpTarball already have metadata; skipping unpack for supertest@0.11.0
29180npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz not in flight; adding
29181npm verb addTmpTarball already have metadata; skipping unpack for grunt-concurrent@0.5.0
29182npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz not in flight; adding
29183npm verb addTmpTarball already have metadata; skipping unpack for grunt-mocha-test@0.10.2
29184npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz not in flight; adding
29185npm verb addTmpTarball already have metadata; skipping unpack for grunt-express-server@0.4.19
29186npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz not in flight; adding
29187npm verb addTmpTarball already have metadata; skipping unpack for grunt-filerev@2.2.0
29188npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz not in flight; adding
29189npm verb addTmpTarball already have metadata; skipping unpack for grunt-karma@0.8.3
29190npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz not in flight; adding
29191npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-jade@0.11.0
29192npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz not in flight; adding
29193npm verb addTmpTarball already have metadata; skipping unpack for grunt-open@0.2.3
29194npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz not in flight; adding
29195npm verb addTmpTarball already have metadata; skipping unpack for jshint-stylish@0.1.5
29196npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz not in flight; adding
29197npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-clean@0.5.0
29198npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz not in flight; adding
29199npm verb addTmpTarball already have metadata; skipping unpack for grunt-protractor-runner@1.2.1
29200npm http fetch 200 http://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz
29201npm info retry fetch attempt 1 at 19:24:57
29202npm info attempt registry request try #1 at 19:24:57
29203npm http fetch GET http://registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz
29204npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz not in flight; adding
29205npm verb addTmpTarball already have metadata; skipping unpack for grunt-usemin@3.0.0
29206npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz not in flight; adding
29207npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-stylus@0.22.0
29208npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz not in flight; adding
29209npm verb addTmpTarball already have metadata; skipping unpack for karma-coffee-preprocessor@0.2.1
29210npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz not in flight; adding
29211npm verb addTmpTarball already have metadata; skipping unpack for grunt-angular-templates@0.5.9
29212npm info retry fetch attempt 1 at 19:24:57
29213npm info attempt registry request try #1 at 19:24:57
29214npm http fetch GET http://registry.npmjs.org/should/-/should-3.3.2.tgz
29215npm verb get http://registry.npmjs.org/karma not expired, no request
29216npm verb addNamed "0.12.37" is a plain semver version for karma
29217npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz not in flight; adding
29218npm verb addTmpTarball already have metadata; skipping unpack for karma-script-launcher@0.1.0
29219npm verb addRemoteTarball http://registry.npmjs.org/karma/-/karma-0.12.37.tgz not in flight; adding
29220npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma/-/karma-0.12.37.tgz',
29221npm verb addRemoteTarball '1a9f7fdeccd69de2e835e04edbac2ecd3fa645e4' ]
29222npm verb setPermissions daftmonk/grunt-build-control set permissions on /root/.npm/_git-remotes/git-github-com-daftmonk-grunt-build-control-git-71b9b368
29223npm verb resolveHead daftmonk/grunt-build-control original treeish: master
29224npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz not in flight; adding
29225npm verb addTmpTarball already have metadata; skipping unpack for karma-ng-html2js-preprocessor@0.1.2
29226npm http fetch 200 http://registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz
29227npm verb get http://registry.npmjs.org/grunt-asset-injector not expired, no request
29228npm verb addNamed "0.1.0" is a plain semver version for grunt-asset-injector
29229npm verb get http://registry.npmjs.org/karma-html2js-preprocessor not expired, no request
29230npm verb addNamed "0.1.0" is a plain semver version for karma-html2js-preprocessor
29231npm verb get http://registry.npmjs.org/karma-ng-jade2js-preprocessor not expired, no request
29232npm verb addNamed "0.1.5" is a plain semver version for karma-ng-jade2js-preprocessor
29233npm verb get http://registry.npmjs.org/grunt-dom-munger not expired, no request
29234npm verb addNamed "3.4.0" is a plain semver version for grunt-dom-munger
29235npm verb get http://registry.npmjs.org/karma-jade-preprocessor not expired, no request
29236npm verb get http://registry.npmjs.org/grunt-autoprefixer not expired, no request
29237npm verb addNamed "0.7.6" is a plain semver version for grunt-autoprefixer
29238npm http fetch 200 http://registry.npmjs.org/should/-/should-3.3.2.tgz
29239npm verb addRemoteTarball http://registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz not in flight; adding
29240npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz',
29241npm verb addRemoteTarball '6d536f4677cfb986a289a0cc6d5fc0ea826498ba' ]
29242npm verb addRemoteTarball http://registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz not in flight; adding
29243npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz',
29244npm verb addRemoteTarball '2f7cf881f54a5d0b72154cc6ee1241c44292c7fe' ]
29245npm verb addRemoteTarball http://registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz not in flight; adding
29246npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz',
29247npm verb addRemoteTarball 'b799f7fc96f6c5fe10a0d887d37b5b3e5c873883' ]
29248npm verb addRemoteTarball http://registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz not in flight; adding
29249npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz',
29250npm verb addRemoteTarball '2d0d8f964f5a99511e914ad1d53f1f71c5ab6d89' ]
29251npm verb addRemoteTarball http://registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz not in flight; adding
29252npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz',
29253npm verb addRemoteTarball '5a6b653c2ceba25608907797d86922c5e10cb75e' ]
29254npm verb addRemoteTarball http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz not in flight; adding
29255npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz',
29256npm verb addRemoteTarball '343609a7ef7a82d8a061de6d962f555215ab91f9' ]
29257npm verb get http://registry.npmjs.org/grunt-contrib-copy not expired, no request
29258npm verb addNamed "0.5.0" is a plain semver version for grunt-contrib-copy
29259npm verb get http://registry.npmjs.org/grunt-contrib-htmlmin not expired, no request
29260npm verb addNamed "0.2.0" is a plain semver version for grunt-contrib-htmlmin
29261npm verb get http://registry.npmjs.org/grunt-contrib-concat not expired, no request
29262npm verb addNamed "0.4.0" is a plain semver version for grunt-contrib-concat
29263npm verb get http://registry.npmjs.org/grunt-wiredep not expired, no request
29264npm verb addNamed "1.8.0" is a plain semver version for grunt-wiredep
29265npm verb afterAdd /root/.npm/karma-jasmine/0.1.6/package/package.json not in flight; writing
29266npm verb afterAdd /root/.npm/grunt-nodemon/0.2.1/package/package.json not in flight; writing
29267npm info retry fetch attempt 1 at 19:24:58
29268npm info attempt registry request try #1 at 19:24:58
29269npm http fetch GET http://registry.npmjs.org/karma/-/karma-0.12.37.tgz
29270npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz not in flight; adding
29271npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz',
29272npm verb addRemoteTarball '410075ac45a5856ba191b1cc725725450d4a0215' ]
29273npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz not in flight; adding
29274npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz',
29275npm verb addRemoteTarball 'a874207f09077801c521298d0eaff73462ea1f3b' ]
29276npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz not in flight; adding
29277npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz',
29278npm verb addRemoteTarball 'b87f7cf153bf64688142f947161156013fbc7c74' ]
29279npm verb addRemoteTarball http://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz not in flight; adding
29280npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz',
29281npm verb addRemoteTarball 'e97291e171126d6493f05d4f9a01f7115a9143f4' ]
29282npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz not in flight; adding
29283npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-cssmin@0.9.0
29284npm info git [ 'rev-list', '-n1', 'master' ]
29285npm verb afterAdd /root/.npm/karma-firefox-launcher/0.1.7/package/package.json not in flight; writing
29286npm info retry fetch attempt 1 at 19:24:58
29287npm info attempt registry request try #1 at 19:24:58
29288npm http fetch GET http://registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz
29289npm info retry fetch attempt 1 at 19:24:58
29290npm info attempt registry request try #1 at 19:24:58
29291npm http fetch GET http://registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz
29292npm info retry fetch attempt 1 at 19:24:58
29293npm info attempt registry request try #1 at 19:24:58
29294npm http fetch GET http://registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz
29295npm info retry fetch attempt 1 at 19:24:58
29296npm info attempt registry request try #1 at 19:24:58
29297npm http fetch GET http://registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz
29298npm info retry fetch attempt 1 at 19:24:58
29299npm info attempt registry request try #1 at 19:24:58
29300npm http fetch GET http://registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz
29301npm info retry fetch attempt 1 at 19:24:58
29302npm info attempt registry request try #1 at 19:24:58
29303npm http fetch GET http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz
29304npm verb afterAdd /root/.npm/grunt-contrib-uglify/0.4.1/package/package.json not in flight; writing
29305npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz not in flight; adding
29306npm verb addTmpTarball already have metadata; skipping unpack for requirejs@2.1.22
29307npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz not in flight; adding
29308npm verb addTmpTarball already have metadata; skipping unpack for karma-ng-scenario@0.1.0
29309npm http fetch 200 http://registry.npmjs.org/karma/-/karma-0.12.37.tgz
29310npm verb resolveHead daftmonk/grunt-build-control resolved Git URL: git://github.com/daftmonk/grunt-build-control.git#3d03ebbe49f8f963ef43c50af1084a15f56611fa
29311npm info retry fetch attempt 1 at 19:24:58
29312npm info attempt registry request try #1 at 19:24:58
29313npm http fetch GET http://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz
29314npm info retry fetch attempt 1 at 19:24:58
29315npm info attempt registry request try #1 at 19:24:58
29316npm http fetch GET http://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz
29317npm info retry fetch attempt 1 at 19:24:58
29318npm info attempt registry request try #1 at 19:24:58
29319npm http fetch GET http://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz
29320npm info retry fetch attempt 1 at 19:24:58
29321npm info attempt registry request try #1 at 19:24:58
29322npm http fetch GET http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz
29323npm verb afterAdd /root/.npm/open/0.0.5/package/package.json not in flight; writing
29324npm verb afterAdd /root/.npm/grunt/0.4.5/package/package.json not in flight; writing
29325npm verb afterAdd /root/.npm/grunt-contrib-watch/0.6.1/package/package.json not in flight; writing
29326npm verb afterAdd /root/.npm/connect-livereload/0.4.1/package/package.json not in flight; writing
29327npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz not in flight; adding
29328npm verb addTmpTarball already have metadata; skipping unpack for grunt-node-inspector@0.1.6
29329npm http fetch 200 http://registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz
29330npm http fetch 200 http://registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz
29331npm http fetch 200 http://registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz
29332npm verb afterAdd /root/.npm/jit-grunt/0.5.0/package/package.json not in flight; writing
29333npm verb afterAdd /root/.npm/grunt-contrib-imagemin/0.7.2/package/package.json not in flight; writing
29334npm verb afterAdd /root/.npm/karma-chrome-launcher/0.1.12/package/package.json not in flight; writing
29335npm verb afterAdd /root/.npm/grunt-env/0.4.4/package/package.json not in flight; writing
29336npm verb afterAdd /root/.npm/grunt-google-cdn/0.4.3/package/package.json not in flight; writing
29337npm verb afterAdd /root/.npm/time-grunt/0.3.2/package/package.json not in flight; writing
29338npm verb afterAdd /root/.npm/karma-requirejs/0.2.2/package/package.json not in flight; writing
29339npm verb afterAdd /root/.npm/grunt-contrib-jshint/0.10.0/package/package.json not in flight; writing
29340npm verb afterAdd /root/.npm/grunt-svgmin/0.4.0/package/package.json not in flight; writing
29341npm verb afterAdd /root/.npm/grunt-newer/0.7.0/package/package.json not in flight; writing
29342npm http fetch 200 http://registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz
29343npm http fetch 200 http://registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz
29344npm http fetch 200 http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz
29345npm http fetch 200 http://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz
29346npm verb afterAdd /root/.npm/karma-jasmine/0.1.6/package/package.json written
29347npm verb afterAdd /root/.npm/grunt-nodemon/0.2.1/package/package.json written
29348npm verb afterAdd /root/.npm/grunt-ng-annotate/0.2.3/package/package.json not in flight; writing
29349npm verb afterAdd /root/.npm/karma-phantomjs-launcher/0.1.4/package/package.json not in flight; writing
29350npm verb afterAdd /root/.npm/supertest/0.11.0/package/package.json not in flight; writing
29351npm verb afterAdd /root/.npm/grunt-concurrent/0.5.0/package/package.json not in flight; writing
29352npm verb afterAdd /root/.npm/grunt-mocha-test/0.10.2/package/package.json not in flight; writing
29353npm verb afterAdd /root/.npm/grunt-filerev/2.2.0/package/package.json not in flight; writing
29354npm verb afterAdd /root/.npm/grunt-express-server/0.4.19/package/package.json not in flight; writing
29355npm verb afterAdd /root/.npm/grunt-karma/0.8.3/package/package.json not in flight; writing
29356npm verb afterAdd /root/.npm/grunt-contrib-jade/0.11.0/package/package.json not in flight; writing
29357npm verb afterAdd /root/.npm/grunt-open/0.2.3/package/package.json not in flight; writing
29358npm verb afterAdd /root/.npm/jshint-stylish/0.1.5/package/package.json not in flight; writing
29359npm verb afterAdd /root/.npm/grunt-contrib-clean/0.5.0/package/package.json not in flight; writing
29360npm verb afterAdd /root/.npm/grunt-protractor-runner/1.2.1/package/package.json not in flight; writing
29361npm http fetch 200 http://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz
29362npm http fetch 200 http://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz
29363npm http fetch 200 http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz
29364npm verb afterAdd /root/.npm/karma-firefox-launcher/0.1.7/package/package.json written
29365npm verb afterAdd /root/.npm/grunt-contrib-stylus/0.22.0/package/package.json not in flight; writing
29366npm verb afterAdd /root/.npm/grunt-usemin/3.0.0/package/package.json not in flight; writing
29367npm verb afterAdd /root/.npm/karma-coffee-preprocessor/0.2.1/package/package.json not in flight; writing
29368npm verb afterAdd /root/.npm/grunt-angular-templates/0.5.9/package/package.json not in flight; writing
29369npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/should/-/should-3.3.2.tgz not in flight; adding
29370npm verb addTmpTarball already have metadata; skipping unpack for should@3.3.2
29371npm verb afterAdd /root/.npm/grunt-contrib-uglify/0.4.1/package/package.json written
29372npm verb afterAdd /root/.npm/karma-script-launcher/0.1.0/package/package.json not in flight; writing
29373npm verb afterAdd /root/.npm/open/0.0.5/package/package.json written
29374npm verb afterAdd /root/.npm/grunt/0.4.5/package/package.json written
29375npm verb afterAdd /root/.npm/grunt-contrib-watch/0.6.1/package/package.json written
29376npm verb afterAdd /root/.npm/connect-livereload/0.4.1/package/package.json written
29377npm verb afterAdd /root/.npm/karma-ng-html2js-preprocessor/0.1.2/package/package.json not in flight; writing
29378npm verb afterAdd /root/.npm/jit-grunt/0.5.0/package/package.json written
29379npm verb afterAdd /root/.npm/grunt-contrib-imagemin/0.7.2/package/package.json written
29380npm verb afterAdd /root/.npm/karma-chrome-launcher/0.1.12/package/package.json written
29381npm verb afterAdd /root/.npm/grunt-env/0.4.4/package/package.json written
29382npm verb afterAdd /root/.npm/grunt-google-cdn/0.4.3/package/package.json written
29383npm verb afterAdd /root/.npm/time-grunt/0.3.2/package/package.json written
29384npm verb afterAdd /root/.npm/karma-requirejs/0.2.2/package/package.json written
29385npm verb afterAdd /root/.npm/grunt-contrib-jshint/0.10.0/package/package.json written
29386npm verb afterAdd /root/.npm/grunt-svgmin/0.4.0/package/package.json written
29387npm verb afterAdd /root/.npm/grunt-newer/0.7.0/package/package.json written
29388npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz not in flight; adding
29389npm verb addTmpTarball already have metadata; skipping unpack for grunt-asset-injector@0.1.0
29390npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz not in flight; adding
29391npm verb addTmpTarball already have metadata; skipping unpack for karma-html2js-preprocessor@0.1.0
29392npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz not in flight; adding
29393npm verb addTmpTarball already have metadata; skipping unpack for karma-ng-jade2js-preprocessor@0.1.5
29394npm info git [ 'clone',
29395npm info git '/root/.npm/_git-remotes/git-github-com-daftmonk-grunt-build-control-git-71b9b368',
29396npm info git '/tmp/npm-6-6af00ed9/git-cache-5a06b0e2/3d03ebbe49f8f963ef43c50af1084a15f56611fa' ]
29397npm verb afterAdd /root/.npm/grunt-ng-annotate/0.2.3/package/package.json written
29398npm verb afterAdd /root/.npm/karma-phantomjs-launcher/0.1.4/package/package.json written
29399npm verb afterAdd /root/.npm/supertest/0.11.0/package/package.json written
29400npm verb afterAdd /root/.npm/grunt-concurrent/0.5.0/package/package.json written
29401npm verb afterAdd /root/.npm/grunt-mocha-test/0.10.2/package/package.json written
29402npm verb afterAdd /root/.npm/grunt-filerev/2.2.0/package/package.json written
29403npm verb afterAdd /root/.npm/grunt-express-server/0.4.19/package/package.json written
29404npm verb afterAdd /root/.npm/grunt-karma/0.8.3/package/package.json written
29405npm verb afterAdd /root/.npm/grunt-contrib-jade/0.11.0/package/package.json written
29406npm verb afterAdd /root/.npm/grunt-open/0.2.3/package/package.json written
29407npm verb afterAdd /root/.npm/jshint-stylish/0.1.5/package/package.json written
29408npm verb afterAdd /root/.npm/grunt-contrib-clean/0.5.0/package/package.json written
29409npm verb afterAdd /root/.npm/grunt-protractor-runner/1.2.1/package/package.json written
29410npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma/-/karma-0.12.37.tgz not in flight; adding
29411npm verb addTmpTarball already have metadata; skipping unpack for karma@0.12.37
29412npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz not in flight; adding
29413npm verb addTmpTarball already have metadata; skipping unpack for karma-jade-preprocessor@0.0.11
29414npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz not in flight; adding
29415npm verb addTmpTarball already have metadata; skipping unpack for grunt-dom-munger@3.4.0
29416npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz not in flight; adding
29417npm verb addTmpTarball already have metadata; skipping unpack for grunt-autoprefixer@0.7.6
29418npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz not in flight; adding
29419npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-copy@0.5.0
29420npm verb afterAdd /root/.npm/grunt-contrib-stylus/0.22.0/package/package.json written
29421npm verb afterAdd /root/.npm/grunt-usemin/3.0.0/package/package.json written
29422npm verb afterAdd /root/.npm/karma-coffee-preprocessor/0.2.1/package/package.json written
29423npm verb afterAdd /root/.npm/grunt-angular-templates/0.5.9/package/package.json written
29424npm verb afterAdd /root/.npm/grunt-contrib-cssmin/0.9.0/package/package.json not in flight; writing
29425npm verb cloneResolved daftmonk/grunt-build-control clone Cloning into '/tmp/npm-6-6af00ed9/git-cache-5a06b0e2/3d03ebbe49f8f963ef43c50af1084a15f56611fa'...
29426npm verb cloneResolved done.
29427npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz not in flight; adding
29428npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-htmlmin@0.2.0
29429npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz not in flight; adding
29430npm verb addTmpTarball already have metadata; skipping unpack for grunt-wiredep@1.8.0
29431npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz not in flight; adding
29432npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-concat@0.4.0
29433npm verb afterAdd /root/.npm/karma-script-launcher/0.1.0/package/package.json written
29434npm verb afterAdd /root/.npm/karma-ng-html2js-preprocessor/0.1.2/package/package.json written
29435npm verb afterAdd /root/.npm/grunt-node-inspector/0.1.6/package/package.json not in flight; writing
29436npm info git [ 'checkout', '3d03ebbe49f8f963ef43c50af1084a15f56611fa' ]
29437npm verb afterAdd /root/.npm/karma-ng-scenario/0.1.0/package/package.json not in flight; writing
29438npm verb afterAdd /root/.npm/grunt-contrib-cssmin/0.9.0/package/package.json written
29439npm verb afterAdd /root/.npm/requirejs/2.1.22/package/package.json not in flight; writing
29440npm verb checkoutTreeish daftmonk/grunt-build-control checkout Note: checking out '3d03ebbe49f8f963ef43c50af1084a15f56611fa'.
29441npm verb checkoutTreeish
29442npm verb checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
29443npm verb checkoutTreeish changes and commit them, and you can discard any commits you make in this
29444npm verb checkoutTreeish state without impacting any branches by performing another checkout.
29445npm verb checkoutTreeish
29446npm verb checkoutTreeish If you want to create a new branch to retain commits you create, you may
29447npm verb checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
29448npm verb checkoutTreeish
29449npm verb checkoutTreeish git checkout -b new_branch_name
29450npm verb checkoutTreeish
29451npm verb checkoutTreeish HEAD is now at 3d03ebb... Merge remote-tracking branch 'upstream/master'
29452npm verb afterAdd /root/.npm/should/3.3.2/package/package.json not in flight; writing
29453npm verb afterAdd /root/.npm/grunt-node-inspector/0.1.6/package/package.json written
29454npm verb afterAdd /root/.npm/grunt-asset-injector/0.1.0/package/package.json not in flight; writing
29455npm verb afterAdd /root/.npm/karma-html2js-preprocessor/0.1.0/package/package.json not in flight; writing
29456npm verb afterAdd /root/.npm/karma-ng-jade2js-preprocessor/0.1.5/package/package.json not in flight; writing
29457npm verb afterAdd /root/.npm/karma-ng-scenario/0.1.0/package/package.json written
29458npm verb afterAdd /root/.npm/karma-jade-preprocessor/0.0.11/package/package.json not in flight; writing
29459npm verb afterAdd /root/.npm/grunt-dom-munger/3.4.0/package/package.json not in flight; writing
29460npm verb afterAdd /root/.npm/grunt-autoprefixer/0.7.6/package/package.json not in flight; writing
29461npm verb afterAdd /root/.npm/grunt-contrib-copy/0.5.0/package/package.json not in flight; writing
29462npm verb afterAdd /root/.npm/requirejs/2.1.22/package/package.json written
29463npm verb afterAdd /root/.npm/karma/0.12.37/package/package.json not in flight; writing
29464npm verb afterAdd /root/.npm/grunt-contrib-htmlmin/0.2.0/package/package.json not in flight; writing
29465npm verb afterAdd /root/.npm/grunt-wiredep/1.8.0/package/package.json not in flight; writing
29466npm verb afterAdd /root/.npm/grunt-contrib-concat/0.4.0/package/package.json not in flight; writing
29467npm verb afterAdd /root/.npm/should/3.3.2/package/package.json written
29468npm verb afterAdd /root/.npm/grunt-asset-injector/0.1.0/package/package.json written
29469npm verb afterAdd /root/.npm/karma-html2js-preprocessor/0.1.0/package/package.json written
29470npm verb afterAdd /root/.npm/karma-ng-jade2js-preprocessor/0.1.5/package/package.json written
29471npm verb afterAdd /root/.npm/karma-jade-preprocessor/0.0.11/package/package.json written
29472npm verb afterAdd /root/.npm/grunt-dom-munger/3.4.0/package/package.json written
29473npm verb afterAdd /root/.npm/grunt-contrib-copy/0.5.0/package/package.json written
29474npm verb afterAdd /root/.npm/grunt-autoprefixer/0.7.6/package/package.json written
29475npm verb afterAdd /root/.npm/karma/0.12.37/package/package.json written
29476npm verb afterAdd /root/.npm/grunt-contrib-htmlmin/0.2.0/package/package.json written
29477npm verb afterAdd /root/.npm/grunt-wiredep/1.8.0/package/package.json written
29478npm verb afterAdd /root/.npm/grunt-contrib-concat/0.4.0/package/package.json written
29479npm verb addLocalDirectory /root/.npm/grunt-build-control/0.1.3/package.tgz not in flight; packing
29480npm verb tar pack [ '/root/.npm/grunt-build-control/0.1.3/package.tgz',
29481npm verb tar pack '/tmp/npm-6-6af00ed9/git-cache-5a06b0e2/3d03ebbe49f8f963ef43c50af1084a15f56611fa' ]
29482npm verb tarball /root/.npm/grunt-build-control/0.1.3/package.tgz
29483npm verb folder /tmp/npm-6-6af00ed9/git-cache-5a06b0e2/3d03ebbe49f8f963ef43c50af1084a15f56611fa
29484npm verb addLocalTarball adding from inside cache /root/.npm/grunt-build-control/0.1.3/package.tgz
29485npm verb addRemoteGit data._from: daftmonk/grunt-build-control
29486npm verb addRemoteGit data._resolved: git://github.com/daftmonk/grunt-build-control.git#3d03ebbe49f8f963ef43c50af1084a15f56611fa
29487npm verb afterAdd /root/.npm/grunt-build-control/0.1.3/package/package.json not in flight; writing
29488npm verb afterAdd /root/.npm/grunt-build-control/0.1.3/package/package.json written
29489npm verb cache add spec async@~0.1.22
29490npm verb cache add spec glob@~3.1.21
29491npm verb cache add spec iconv-lite@~0.2.11
29492npm verb cache add spec minimatch@~0.2.12
29493npm verb cache add spec nopt@~1.0.10
29494npm verb cache add spec rimraf@~2.2.8
29495npm verb cache add spec lodash@~0.9.2
29496npm verb addNamed ">=0.1.22 <0.2.0" is a valid semver range for async
29497npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
29498npm verb addNamed ">=3.1.21 <3.2.0" is a valid semver range for glob
29499npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
29500npm verb addNamed ">=0.2.11 <0.3.0" is a valid semver range for iconv-lite
29501npm verb addNameRange registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
29502npm verb addNamed ">=0.2.12 <0.3.0" is a valid semver range for minimatch
29503npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
29504npm verb addNamed ">=1.0.10 <1.1.0" is a valid semver range for nopt
29505npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
29506npm verb addNamed ">=2.2.8 <2.3.0" is a valid semver range for rimraf
29507npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
29508npm verb addNamed ">=0.9.2 <0.10.0" is a valid semver range for lodash
29509npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
29510npm verb request uri http://registry.npmjs.org/coffee-script
29511npm verb request no auth needed
29512npm info attempt registry request try #1 at 19:24:58
29513npm http request GET http://registry.npmjs.org/coffee-script
29514npm verb request uri http://registry.npmjs.org/colors
29515npm verb request no auth needed
29516npm info attempt registry request try #1 at 19:24:58
29517npm http request GET http://registry.npmjs.org/colors
29518npm verb request uri http://registry.npmjs.org/dateformat
29519npm verb request no auth needed
29520npm info attempt registry request try #1 at 19:24:58
29521npm http request GET http://registry.npmjs.org/dateformat
29522npm verb request uri http://registry.npmjs.org/eventemitter2
29523npm verb request no auth needed
29524npm info attempt registry request try #1 at 19:24:58
29525npm http request GET http://registry.npmjs.org/eventemitter2
29526npm verb request uri http://registry.npmjs.org/findup-sync
29527npm verb request no auth needed
29528npm info attempt registry request try #1 at 19:24:58
29529npm http request GET http://registry.npmjs.org/findup-sync
29530npm verb request uri http://registry.npmjs.org/hooker
29531npm verb request no auth needed
29532npm info attempt registry request try #1 at 19:24:58
29533npm http request GET http://registry.npmjs.org/hooker
29534npm verb request uri http://registry.npmjs.org/underscore.string
29535npm verb request no auth needed
29536npm info attempt registry request try #1 at 19:24:58
29537npm http request GET http://registry.npmjs.org/underscore.string
29538npm verb request uri http://registry.npmjs.org/which
29539npm verb request no auth needed
29540npm info attempt registry request try #1 at 19:24:58
29541npm http request GET http://registry.npmjs.org/which
29542npm verb request uri http://registry.npmjs.org/js-yaml
29543npm verb request no auth needed
29544npm info attempt registry request try #1 at 19:24:58
29545npm http request GET http://registry.npmjs.org/js-yaml
29546npm verb request uri http://registry.npmjs.org/exit
29547npm verb request no auth needed
29548npm info attempt registry request try #1 at 19:24:58
29549npm http request GET http://registry.npmjs.org/exit
29550npm verb request uri http://registry.npmjs.org/getobject
29551npm verb request no auth needed
29552npm info attempt registry request try #1 at 19:24:58
29553npm http request GET http://registry.npmjs.org/getobject
29554npm verb request uri http://registry.npmjs.org/grunt-legacy-util
29555npm verb request no auth needed
29556npm info attempt registry request try #1 at 19:24:58
29557npm http request GET http://registry.npmjs.org/grunt-legacy-util
29558npm verb request uri http://registry.npmjs.org/grunt-legacy-log
29559npm verb request no auth needed
29560npm info attempt registry request try #1 at 19:24:59
29561npm http request GET http://registry.npmjs.org/grunt-legacy-log
29562npm verb request uri http://registry.npmjs.org/iconv-lite
29563npm verb request no auth needed
29564npm info attempt registry request try #1 at 19:24:59
29565npm verb etag "7JU5TDM03F9P69IYX7U2EYS0M"
29566npm http request GET http://registry.npmjs.org/iconv-lite
29567npm verb request uri http://registry.npmjs.org/nopt
29568npm verb request no auth needed
29569npm info attempt registry request try #1 at 19:24:59
29570npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
29571npm http request GET http://registry.npmjs.org/nopt
29572npm verb request uri http://registry.npmjs.org/minimatch
29573npm verb request no auth needed
29574npm info attempt registry request try #1 at 19:24:59
29575npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
29576npm http request GET http://registry.npmjs.org/minimatch
29577npm verb request uri http://registry.npmjs.org/rimraf
29578npm verb request no auth needed
29579npm info attempt registry request try #1 at 19:24:59
29580npm verb etag "8TBZMSTO6MKWV26CBWA5N5MR6"
29581npm http request GET http://registry.npmjs.org/rimraf
29582npm verb request uri http://registry.npmjs.org/glob
29583npm verb request no auth needed
29584npm info attempt registry request try #1 at 19:24:59
29585npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
29586npm http request GET http://registry.npmjs.org/glob
29587npm verb request uri http://registry.npmjs.org/lodash
29588npm verb request no auth needed
29589npm info attempt registry request try #1 at 19:24:59
29590npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
29591npm http request GET http://registry.npmjs.org/lodash
29592npm verb request uri http://registry.npmjs.org/async
29593npm verb request no auth needed
29594npm info attempt registry request try #1 at 19:24:59
29595npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
29596npm http request GET http://registry.npmjs.org/async
29597npm http 200 http://registry.npmjs.org/dateformat
29598npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29599npm verb headers etag: '"BA5JE0G7GVSM0T8B5I8475T8E"',
29600npm verb headers 'content-type': 'application/json',
29601npm verb headers 'cache-control': 'max-age=300',
29602npm verb headers 'content-length': '19103',
29603npm verb headers 'accept-ranges': 'bytes',
29604npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29605npm verb headers age: '78',
29606npm verb headers 'x-served-by': 'cache-fra1235-FRA',
29607npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29608npm verb headers 'x-cache-hits': '2',
29609npm verb headers 'x-timer': 'S1451417099.019135,VS0,VE0',
29610npm verb headers vary: 'Accept',
29611npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29612npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29613npm verb headers connection: 'keep-alive' }
29614npm verb get saving dateformat to /root/.npm/registry.npmjs.org/dateformat/.cache.json
29615npm http 200 http://registry.npmjs.org/hooker
29616npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29617npm verb headers etag: '"6RYGKW5R6N2X70L75FD2WWVJ2"',
29618npm verb headers 'content-type': 'application/json',
29619npm verb headers 'cache-control': 'max-age=300',
29620npm verb headers 'content-length': '8050',
29621npm verb headers 'accept-ranges': 'bytes',
29622npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29623npm verb headers age: '136',
29624npm verb headers 'x-served-by': 'cache-fra1243-FRA',
29625npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29626npm verb headers 'x-cache-hits': '1',
29627npm verb headers 'x-timer': 'S1451417099.019098,VS0,VE0',
29628npm verb headers vary: 'Accept',
29629npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29630npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29631npm verb headers connection: 'keep-alive' }
29632npm verb get saving hooker to /root/.npm/registry.npmjs.org/hooker/.cache.json
29633npm http 200 http://registry.npmjs.org/getobject
29634npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29635npm verb headers etag: '"BPRQ6ZA5H0SY8TQS2VENHJTW0"',
29636npm verb headers 'content-type': 'application/json',
29637npm verb headers 'cache-control': 'max-age=300',
29638npm verb headers 'content-length': '3082',
29639npm verb headers 'accept-ranges': 'bytes',
29640npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29641npm verb headers age: '230',
29642npm verb headers 'x-served-by': 'cache-fra1246-FRA',
29643npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29644npm verb headers 'x-cache-hits': '5',
29645npm verb headers 'x-timer': 'S1451417099.020570,VS0,VE0',
29646npm verb headers vary: 'Accept',
29647npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29648npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29649npm verb headers connection: 'keep-alive' }
29650npm verb get saving getobject to /root/.npm/registry.npmjs.org/getobject/.cache.json
29651npm http 200 http://registry.npmjs.org/exit
29652npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29653npm verb headers etag: '"66GA3RUQR76WJVRZF6ITVOZPO"',
29654npm verb headers 'content-type': 'application/json',
29655npm verb headers 'cache-control': 'max-age=300',
29656npm verb headers 'content-length': '13803',
29657npm verb headers 'accept-ranges': 'bytes',
29658npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29659npm verb headers age: '278',
29660npm verb headers 'x-served-by': 'cache-fra1221-FRA',
29661npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29662npm verb headers 'x-cache-hits': '2',
29663npm verb headers 'x-timer': 'S1451417099.021207,VS0,VE0',
29664npm verb headers vary: 'Accept',
29665npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29666npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29667npm verb headers connection: 'keep-alive' }
29668npm verb get saving exit to /root/.npm/registry.npmjs.org/exit/.cache.json
29669npm http 200 http://registry.npmjs.org/findup-sync
29670npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29671npm verb headers etag: '"B6BINNMDZYTJNG3G1M3XL3JKV"',
29672npm verb headers 'content-type': 'application/json',
29673npm verb headers 'cache-control': 'max-age=60',
29674npm verb headers 'content-length': '11289',
29675npm verb headers 'accept-ranges': 'bytes',
29676npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29677npm verb headers age: '48',
29678npm verb headers 'x-served-by': 'cache-fra1231-FRA',
29679npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29680npm verb headers 'x-cache-hits': '3',
29681npm verb headers 'x-timer': 'S1451417099.018058,VS0,VE0',
29682npm verb headers vary: 'Accept',
29683npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
29684npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29685npm verb headers connection: 'keep-alive' }
29686npm verb get saving findup-sync to /root/.npm/registry.npmjs.org/findup-sync/.cache.json
29687npm http 304 http://registry.npmjs.org/iconv-lite
29688npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
29689npm verb headers 'content-type': 'application/json',
29690npm verb headers age: '246',
29691npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
29692npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29693npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
29694npm verb headers connection: 'keep-alive' }
29695npm verb etag http://registry.npmjs.org/iconv-lite from cache
29696npm verb get saving iconv-lite to /root/.npm/registry.npmjs.org/iconv-lite/.cache.json
29697npm http 304 http://registry.npmjs.org/nopt
29698npm verb headers { date: 'Tue, 29 Dec 2015 19:23:26 GMT',
29699npm verb headers 'content-type': 'application/json',
29700npm verb headers age: '126',
29701npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
29702npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29703npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
29704npm verb headers connection: 'keep-alive' }
29705npm verb etag http://registry.npmjs.org/nopt from cache
29706npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
29707npm http 304 http://registry.npmjs.org/rimraf
29708npm verb headers { date: 'Tue, 29 Dec 2015 19:23:28 GMT',
29709npm verb headers 'content-type': 'application/json',
29710npm verb headers age: '270',
29711npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
29712npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29713npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
29714npm verb headers connection: 'keep-alive' }
29715npm verb etag http://registry.npmjs.org/rimraf from cache
29716npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
29717npm http 304 http://registry.npmjs.org/glob
29718npm verb headers { date: 'Tue, 29 Dec 2015 19:23:26 GMT',
29719npm verb headers 'content-type': 'application/json',
29720npm verb headers age: '279',
29721npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
29722npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29723npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
29724npm verb headers connection: 'keep-alive' }
29725npm verb etag http://registry.npmjs.org/glob from cache
29726npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
29727npm http 304 http://registry.npmjs.org/minimatch
29728npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
29729npm verb headers 'content-type': 'application/json',
29730npm verb headers age: '163',
29731npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
29732npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29733npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
29734npm verb headers connection: 'keep-alive' }
29735npm verb etag http://registry.npmjs.org/minimatch from cache
29736npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
29737npm http 304 http://registry.npmjs.org/lodash
29738npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
29739npm verb headers 'content-type': 'application/json',
29740npm verb headers age: '91',
29741npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
29742npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29743npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
29744npm verb headers connection: 'keep-alive' }
29745npm verb etag http://registry.npmjs.org/lodash from cache
29746npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
29747npm http 200 http://registry.npmjs.org/colors
29748npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29749npm verb headers etag: '"C05T9PO09HOM72WVMFD3O1GNZ"',
29750npm verb headers 'content-type': 'application/json',
29751npm verb headers 'cache-control': 'max-age=300',
29752npm verb headers 'content-length': '20520',
29753npm verb headers 'accept-ranges': 'bytes',
29754npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29755npm verb headers age: '98',
29756npm verb headers 'x-served-by': 'cache-fra1239-FRA',
29757npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29758npm verb headers 'x-cache-hits': '2',
29759npm verb headers 'x-timer': 'S1451417099.019443,VS0,VE0',
29760npm verb headers vary: 'Accept',
29761npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29762npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29763npm verb headers connection: 'keep-alive' }
29764npm verb get saving colors to /root/.npm/registry.npmjs.org/colors/.cache.json
29765npm http 200 http://registry.npmjs.org/grunt-legacy-log
29766npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29767npm verb headers etag: '"3AQJCVQBSOJQDRVN1ZEWR4ZM1"',
29768npm verb headers 'content-type': 'application/json',
29769npm verb headers 'cache-control': 'max-age=300',
29770npm verb headers 'content-length': '6308',
29771npm verb headers 'accept-ranges': 'bytes',
29772npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29773npm verb headers age: '158',
29774npm verb headers 'x-served-by': 'cache-fra1237-FRA',
29775npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29776npm verb headers 'x-cache-hits': '2',
29777npm verb headers 'x-timer': 'S1451417099.021332,VS0,VE0',
29778npm verb headers vary: 'Accept',
29779npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29780npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29781npm verb headers connection: 'keep-alive' }
29782npm verb get saving grunt-legacy-log to /root/.npm/registry.npmjs.org/grunt-legacy-log/.cache.json
29783npm http 304 http://registry.npmjs.org/async
29784npm verb headers { date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29785npm verb headers 'cache-control': 'max-age=300',
29786npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
29787npm verb headers age: '8',
29788npm verb headers 'x-served-by': 'cache-fra1221-FRA',
29789npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29790npm verb headers 'x-cache-hits': '1',
29791npm verb headers 'x-timer': 'S1451417099.093392,VS0,VE0',
29792npm verb headers vary: 'Accept',
29793npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29794npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29795npm verb headers connection: 'keep-alive' }
29796npm verb etag http://registry.npmjs.org/async from cache
29797npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
29798npm http 200 http://registry.npmjs.org/underscore.string
29799npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29800npm verb headers etag: '"9HLXDOKWC1I2LOXJ9C352NREI"',
29801npm verb headers 'content-type': 'application/json',
29802npm verb headers 'cache-control': 'max-age=300',
29803npm verb headers 'content-length': '69237',
29804npm verb headers 'accept-ranges': 'bytes',
29805npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29806npm verb headers age: '77',
29807npm verb headers 'x-served-by': 'cache-fra1222-FRA',
29808npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29809npm verb headers 'x-cache-hits': '1',
29810npm verb headers 'x-timer': 'S1451417099.018902,VS0,VE0',
29811npm verb headers vary: 'Accept',
29812npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
29813npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29814npm verb headers connection: 'keep-alive' }
29815npm verb get saving underscore.string to /root/.npm/registry.npmjs.org/underscore.string/.cache.json
29816npm http 200 http://registry.npmjs.org/eventemitter2
29817npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29818npm verb headers etag: '"8A1ZF87Y62BJ6STIJT166TYT8"',
29819npm verb headers 'content-type': 'application/json',
29820npm verb headers 'cache-control': 'max-age=60',
29821npm verb headers 'content-length': '37398',
29822npm verb headers 'accept-ranges': 'bytes',
29823npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29824npm verb headers age: '1',
29825npm verb headers 'x-served-by': 'cache-fra1230-FRA',
29826npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29827npm verb headers 'x-cache-hits': '1',
29828npm verb headers 'x-timer': 'S1451417099.019091,VS0,VE0',
29829npm verb headers vary: 'Accept',
29830npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
29831npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29832npm verb headers connection: 'keep-alive' }
29833npm verb get saving eventemitter2 to /root/.npm/registry.npmjs.org/eventemitter2/.cache.json
29834npm http 200 http://registry.npmjs.org/coffee-script
29835npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29836npm verb headers etag: '"5XY5DCP6V1X3WU0KKHOMXBOJ6"',
29837npm verb headers 'content-type': 'application/json',
29838npm verb headers 'cache-control': 'max-age=300',
29839npm verb headers 'content-length': '41422',
29840npm verb headers 'accept-ranges': 'bytes',
29841npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29842npm verb headers age: '105',
29843npm verb headers 'x-served-by': 'cache-fra1232-FRA',
29844npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29845npm verb headers 'x-cache-hits': '2',
29846npm verb headers 'x-timer': 'S1451417099.019784,VS0,VE0',
29847npm verb headers vary: 'Accept',
29848npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
29849npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29850npm verb headers connection: 'keep-alive' }
29851npm verb get saving coffee-script to /root/.npm/registry.npmjs.org/coffee-script/.cache.json
29852npm http 200 http://registry.npmjs.org/js-yaml
29853npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29854npm verb headers etag: '"80KSXEAHSZDUG5SQXWE04EYJ1"',
29855npm verb headers 'content-type': 'application/json',
29856npm verb headers 'cache-control': 'max-age=300',
29857npm verb headers 'content-length': '69858',
29858npm verb headers 'accept-ranges': 'bytes',
29859npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29860npm verb headers age: '97',
29861npm verb headers 'x-served-by': 'cache-fra1224-FRA',
29862npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29863npm verb headers 'x-cache-hits': '3',
29864npm verb headers 'x-timer': 'S1451417099.020823,VS0,VE0',
29865npm verb headers vary: 'Accept',
29866npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
29867npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29868npm verb headers connection: 'keep-alive' }
29869npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
29870npm http 200 http://registry.npmjs.org/which
29871npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29872npm verb headers etag: '"6DE0SJ92WYL4YTDQ4JLGBNSFS"',
29873npm verb headers 'content-type': 'application/json',
29874npm verb headers 'cache-control': 'max-age=300',
29875npm verb headers 'content-length': '15728',
29876npm verb headers 'accept-ranges': 'bytes',
29877npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29878npm verb headers age: '33',
29879npm verb headers 'x-served-by': 'cache-fra1229-FRA',
29880npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29881npm verb headers 'x-cache-hits': '2',
29882npm verb headers 'x-timer': 'S1451417099.019569,VS0,VE0',
29883npm verb headers vary: 'Accept',
29884npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
29885npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29886npm verb headers connection: 'keep-alive' }
29887npm verb get saving which to /root/.npm/registry.npmjs.org/which/.cache.json
29888npm verb addNamed "1.0.10" is a plain semver version for nopt
29889npm verb addNamed "0.2.11" is a plain semver version for iconv-lite
29890npm verb addNamed "2.2.8" is a plain semver version for rimraf
29891npm verb addNamed "0.2.14" is a plain semver version for minimatch
29892npm verb addNamed "3.1.21" is a plain semver version for glob
29893npm verb cache add spec getobject@~0.1.0
29894npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for getobject
29895npm verb addNameRange registry:http://registry.npmjs.org/getobject not in flight; fetching
29896npm verb cache add spec dateformat@1.0.2-1.2.3
29897npm verb addNamed "1.0.2-1.2.3" is a plain semver version for dateformat
29898npm verb addNameVersion registry:http://registry.npmjs.org/dateformat not in flight; fetching
29899npm verb cache add spec exit@~0.1.1
29900npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for exit
29901npm verb addNameRange registry:http://registry.npmjs.org/exit not in flight; fetching
29902npm verb cache add spec hooker@~0.2.3
29903npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for hooker
29904npm verb addNameRange registry:http://registry.npmjs.org/hooker not in flight; fetching
29905npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz not in flight; adding
29906npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
29907npm verb addRemoteTarball '6ddd21bd2a31417b92727dd585f8a6f37608ebee' ]
29908npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz not in flight; adding
29909npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz',
29910npm verb addRemoteTarball '1ce60a3a57864a292d1321ff4609ca4bb965adc8' ]
29911npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz not in flight; adding
29912npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
29913npm verb addRemoteTarball 'e439be2aaee327321952730f99a8929e4fc50582' ]
29914npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz not in flight; adding
29915npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
29916npm verb addRemoteTarball 'c74e780574f63c6f9a090e90efbe6ef53a6a756a' ]
29917npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.1.21.tgz not in flight; adding
29918npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
29919npm verb addRemoteTarball 'd29e0a055dea5138f4d07ed40e8982e83c2066cd' ]
29920npm verb addNamed "0.9.2" is a plain semver version for lodash
29921npm WARN deprecated lodash@0.9.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
29922npm verb addNamed "0.1.22" is a plain semver version for async
29923npm verb cache add spec findup-sync@~0.1.2
29924npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for findup-sync
29925npm verb addNameRange registry:http://registry.npmjs.org/findup-sync not in flight; fetching
29926npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz not in flight; adding
29927npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz',
29928npm verb addRemoteTarball '8f3499c5245d346d682e5b0d3b40767e09f1a92c' ]
29929npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.1.22.tgz not in flight; adding
29930npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.1.22.tgz',
29931npm verb addRemoteTarball '0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061' ]
29932npm info retry fetch attempt 1 at 19:24:59
29933npm info attempt registry request try #1 at 19:24:59
29934npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
29935npm info retry fetch attempt 1 at 19:24:59
29936npm info attempt registry request try #1 at 19:24:59
29937npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz
29938npm info retry fetch attempt 1 at 19:24:59
29939npm info attempt registry request try #1 at 19:24:59
29940npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
29941npm info retry fetch attempt 1 at 19:24:59
29942npm info attempt registry request try #1 at 19:24:59
29943npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
29944npm info retry fetch attempt 1 at 19:24:59
29945npm info attempt registry request try #1 at 19:24:59
29946npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.1.21.tgz
29947npm verb cache add spec grunt-legacy-log@~0.1.0
29948npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for grunt-legacy-log
29949npm verb addNameRange registry:http://registry.npmjs.org/grunt-legacy-log not in flight; fetching
29950npm verb cache add spec colors@~0.6.2
29951npm verb addNamed ">=0.6.2 <0.7.0" is a valid semver range for colors
29952npm verb addNameRange registry:http://registry.npmjs.org/colors not in flight; fetching
29953npm verb cache add spec underscore.string@~2.2.1
29954npm verb addNamed ">=2.2.1 <2.3.0" is a valid semver range for underscore.string
29955npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
29956npm http 200 http://registry.npmjs.org/grunt-legacy-util
29957npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29958npm verb headers etag: '"937M3ZH1Z0OA0IWSDR7Y8V1TP"',
29959npm verb headers 'content-type': 'application/json',
29960npm verb headers 'cache-control': 'max-age=60',
29961npm verb headers 'content-length': '7291',
29962npm verb headers 'accept-ranges': 'bytes',
29963npm verb headers date: 'Tue, 29 Dec 2015 19:24:59 GMT',
29964npm verb headers age: '18',
29965npm verb headers 'x-served-by': 'cache-fra1237-FRA',
29966npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
29967npm verb headers 'x-cache-hits': '2',
29968npm verb headers 'x-timer': 'S1451417099.020878,VS0,VE0',
29969npm verb headers vary: 'Accept',
29970npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
29971npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
29972npm verb headers connection: 'keep-alive' }
29973npm verb get saving grunt-legacy-util to /root/.npm/registry.npmjs.org/grunt-legacy-util/.cache.json
29974npm verb cache add spec eventemitter2@~0.4.13
29975npm verb addNamed ">=0.4.13 <0.5.0" is a valid semver range for eventemitter2
29976npm verb addNameRange registry:http://registry.npmjs.org/eventemitter2 not in flight; fetching
29977npm info retry fetch attempt 1 at 19:24:59
29978npm info attempt registry request try #1 at 19:24:59
29979npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz
29980npm verb cache add spec coffee-script@~1.3.3
29981npm verb addNamed ">=1.3.3 <1.4.0" is a valid semver range for coffee-script
29982npm verb addNameRange registry:http://registry.npmjs.org/coffee-script not in flight; fetching
29983npm info retry fetch attempt 1 at 19:24:59
29984npm info attempt registry request try #1 at 19:24:59
29985npm http fetch GET http://registry.npmjs.org/async/-/async-0.1.22.tgz
29986npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
29987npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.1.21.tgz
29988npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
29989npm verb cache add spec js-yaml@~2.0.5
29990npm verb addNamed ">=2.0.5 <2.1.0" is a valid semver range for js-yaml
29991npm verb addNameRange registry:http://registry.npmjs.org/js-yaml not in flight; fetching
29992npm verb cache add spec which@~1.0.5
29993npm verb addNamed ">=1.0.5 <1.1.0" is a valid semver range for which
29994npm verb addNameRange registry:http://registry.npmjs.org/which not in flight; fetching
29995npm verb get http://registry.npmjs.org/getobject not expired, no request
29996npm verb addNamed "0.1.0" is a plain semver version for getobject
29997npm verb get http://registry.npmjs.org/dateformat not expired, no request
29998npm verb get http://registry.npmjs.org/exit not expired, no request
29999npm verb addNamed "0.1.2" is a plain semver version for exit
30000npm verb get http://registry.npmjs.org/hooker not expired, no request
30001npm verb addNamed "0.2.3" is a plain semver version for hooker
30002npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
30003npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz
30004npm verb addRemoteTarball http://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz not in flight; adding
30005npm verb addRemoteTarball [ 'http://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz',
30006npm verb addRemoteTarball '047a449789fa160d018f5486ed91320b6ec7885c' ]
30007npm verb addRemoteTarball http://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz not in flight; adding
30008npm verb addRemoteTarball [ 'http://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
30009npm verb addRemoteTarball 'b0220c02de98617433b72851cf47de3df2cdbee9' ]
30010npm verb addRemoteTarball http://registry.npmjs.org/exit/-/exit-0.1.2.tgz not in flight; adding
30011npm verb addRemoteTarball [ 'http://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
30012npm verb addRemoteTarball '0632638f8d877cc82107d30a0fff1a17cba1cd0c' ]
30013npm verb addRemoteTarball http://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz not in flight; adding
30014npm verb addRemoteTarball [ 'http://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
30015npm verb addRemoteTarball 'b834f723cc4a242aa65963459df6d984c5d3d959' ]
30016npm verb get http://registry.npmjs.org/findup-sync not expired, no request
30017npm verb addNamed "0.1.3" is a plain semver version for findup-sync
30018npm http fetch 200 http://registry.npmjs.org/async/-/async-0.1.22.tgz
30019npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz
30020npm verb addRemoteTarball http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
30021npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
30022npm verb addRemoteTarball '7f3e7a97b82392c653bf06589bd85190e93c3683' ]
30023npm verb get http://registry.npmjs.org/grunt-legacy-log not expired, no request
30024npm verb addNamed "0.1.3" is a plain semver version for grunt-legacy-log
30025npm verb get http://registry.npmjs.org/colors not expired, no request
30026npm verb addNamed "0.6.2" is a plain semver version for colors
30027npm verb addRemoteTarball http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz not in flight; adding
30028npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz',
30029npm verb addRemoteTarball 'ec29426e803021af59029f87d2f9cd7335a05531' ]
30030npm verb get http://registry.npmjs.org/underscore.string not expired, no request
30031npm verb addNamed "2.2.1" is a plain semver version for underscore.string
30032npm verb addRemoteTarball http://registry.npmjs.org/colors/-/colors-0.6.2.tgz not in flight; adding
30033npm verb addRemoteTarball [ 'http://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
30034npm verb addRemoteTarball '2423fe6678ac0c5dae8852e5d0e5be08c997abcc' ]
30035npm verb get http://registry.npmjs.org/eventemitter2 not expired, no request
30036npm verb addNamed "0.4.14" is a plain semver version for eventemitter2
30037npm verb get http://registry.npmjs.org/coffee-script not expired, no request
30038npm verb addNamed "1.3.3" is a plain semver version for coffee-script
30039npm info retry fetch attempt 1 at 19:24:59
30040npm info attempt registry request try #1 at 19:24:59
30041npm http fetch GET http://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz
30042npm info retry fetch attempt 1 at 19:24:59
30043npm info attempt registry request try #1 at 19:24:59
30044npm http fetch GET http://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz
30045npm info retry fetch attempt 1 at 19:24:59
30046npm info attempt registry request try #1 at 19:24:59
30047npm http fetch GET http://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
30048npm info retry fetch attempt 1 at 19:24:59
30049npm info attempt registry request try #1 at 19:24:59
30050npm http fetch GET http://registry.npmjs.org/exit/-/exit-0.1.2.tgz
30051npm verb addRemoteTarball http://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz not in flight; adding
30052npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz',
30053npm verb addRemoteTarball 'd7c0fa2af5d5a1a67f4253daee98132e733f0f19' ]
30054npm verb get http://registry.npmjs.org/js-yaml not expired, no request
30055npm verb addNamed "2.0.5" is a plain semver version for js-yaml
30056npm verb get http://registry.npmjs.org/which not expired, no request
30057npm verb addNamed "1.0.9" is a plain semver version for which
30058npm verb addRemoteTarball http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz not in flight; adding
30059npm verb addRemoteTarball [ 'http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz',
30060npm verb addRemoteTarball '8f61b75cde012b2e9eb284d4545583b5643b61ab' ]
30061npm verb addRemoteTarball http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz not in flight; adding
30062npm verb addRemoteTarball [ 'http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz',
30063npm verb addRemoteTarball '150d6b4cb522894369efed6a2101c20bc7f4a4f4' ]
30064npm info retry fetch attempt 1 at 19:24:59
30065npm info attempt registry request try #1 at 19:24:59
30066npm http fetch GET http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
30067npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz not in flight; adding
30068npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.2.8
30069npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nopt/-/nopt-1.0.10.tgz not in flight; adding
30070npm verb addTmpTarball already have metadata; skipping unpack for nopt@1.0.10
30071npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob/-/glob-3.1.21.tgz not in flight; adding
30072npm verb addTmpTarball already have metadata; skipping unpack for glob@3.1.21
30073npm verb addRemoteTarball http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz not in flight; adding
30074npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
30075npm verb addRemoteTarball 'a25ae6509999e97df278c6719da11bd0687743a8' ]
30076npm verb addRemoteTarball http://registry.npmjs.org/which/-/which-1.0.9.tgz not in flight; adding
30077npm verb addRemoteTarball [ 'http://registry.npmjs.org/which/-/which-1.0.9.tgz',
30078npm verb addRemoteTarball '460c1da0f810103d0321a9b633af9e575e64486f' ]
30079npm info retry fetch attempt 1 at 19:24:59
30080npm info attempt registry request try #1 at 19:24:59
30081npm http fetch GET http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz
30082npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz not in flight; adding
30083npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.2.14
30084npm http fetch 200 http://registry.npmjs.org/exit/-/exit-0.1.2.tgz
30085npm http fetch 200 http://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz
30086npm http fetch 200 http://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
30087npm http fetch 200 http://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz
30088npm info retry fetch attempt 1 at 19:24:59
30089npm info attempt registry request try #1 at 19:24:59
30090npm http fetch GET http://registry.npmjs.org/colors/-/colors-0.6.2.tgz
30091npm info retry fetch attempt 1 at 19:24:59
30092npm info attempt registry request try #1 at 19:24:59
30093npm http fetch GET http://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz
30094npm http fetch 200 http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
30095npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/async/-/async-0.1.22.tgz not in flight; adding
30096npm verb addTmpTarball already have metadata; skipping unpack for async@0.1.22
30097npm info retry fetch attempt 1 at 19:24:59
30098npm info attempt registry request try #1 at 19:24:59
30099npm http fetch GET http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz
30100npm info retry fetch attempt 1 at 19:24:59
30101npm info attempt registry request try #1 at 19:24:59
30102npm http fetch GET http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz
30103npm http fetch 200 http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz
30104npm info retry fetch attempt 1 at 19:24:59
30105npm info attempt registry request try #1 at 19:24:59
30106npm http fetch GET http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz
30107npm verb cache add spec grunt-legacy-util@~0.2.0
30108npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for grunt-legacy-util
30109npm verb addNameRange registry:http://registry.npmjs.org/grunt-legacy-util not in flight; fetching
30110npm info retry fetch attempt 1 at 19:24:59
30111npm info attempt registry request try #1 at 19:24:59
30112npm http fetch GET http://registry.npmjs.org/which/-/which-1.0.9.tgz
30113npm http fetch 200 http://registry.npmjs.org/colors/-/colors-0.6.2.tgz
30114npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash/-/lodash-0.9.2.tgz not in flight; adding
30115npm verb addTmpTarball already have metadata; skipping unpack for lodash@0.9.2
30116npm http fetch 200 http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz
30117npm http fetch 200 http://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz
30118npm http fetch 200 http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz
30119npm http fetch 200 http://registry.npmjs.org/which/-/which-1.0.9.tgz
30120npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/exit/-/exit-0.1.2.tgz not in flight; adding
30121npm verb addTmpTarball already have metadata; skipping unpack for exit@0.1.2
30122npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz not in flight; adding
30123npm verb addTmpTarball already have metadata; skipping unpack for dateformat@1.0.2-1.2.3
30124npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/getobject/-/getobject-0.1.0.tgz not in flight; adding
30125npm verb addTmpTarball already have metadata; skipping unpack for getobject@0.1.0
30126npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/hooker/-/hooker-0.2.3.tgz not in flight; adding
30127npm verb addTmpTarball already have metadata; skipping unpack for hooker@0.2.3
30128npm http fetch 200 http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz
30129npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz not in flight; adding
30130npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.2.11
30131npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
30132npm verb addTmpTarball already have metadata; skipping unpack for findup-sync@0.1.3
30133npm verb get http://registry.npmjs.org/grunt-legacy-util not expired, no request
30134npm verb addNamed "0.2.0" is a plain semver version for grunt-legacy-util
30135npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json not in flight; writing
30136npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
30137npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json not in flight; writing
30138npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz not in flight; adding
30139npm verb addTmpTarball already have metadata; skipping unpack for grunt-legacy-log@0.1.3
30140npm verb addRemoteTarball http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz not in flight; adding
30141npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
30142npm verb addRemoteTarball '93324884dbf7e37a9ff7c026dff451d94a9e554b' ]
30143npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
30144npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/colors/-/colors-0.6.2.tgz not in flight; adding
30145npm verb addTmpTarball already have metadata; skipping unpack for colors@0.6.2
30146npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz not in flight; adding
30147npm verb addTmpTarball already have metadata; skipping unpack for eventemitter2@0.4.14
30148npm verb afterAdd /root/.npm/async/0.1.22/package/package.json not in flight; writing
30149npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/which/-/which-1.0.9.tgz not in flight; adding
30150npm verb addTmpTarball already have metadata; skipping unpack for which@1.0.9
30151npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz not in flight; adding
30152npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@2.0.5
30153npm info retry fetch attempt 1 at 19:24:59
30154npm info attempt registry request try #1 at 19:24:59
30155npm http fetch GET http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz
30156npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json written
30157npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
30158npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json written
30159npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz not in flight; adding
30160npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.2.1
30161npm verb afterAdd /root/.npm/lodash/0.9.2/package/package.json not in flight; writing
30162npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
30163npm http fetch 200 http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz
30164npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz not in flight; adding
30165npm verb addTmpTarball already have metadata; skipping unpack for coffee-script@1.3.3
30166npm verb afterAdd /root/.npm/async/0.1.22/package/package.json written
30167npm verb afterAdd /root/.npm/dateformat/1.0.2-1.2.3/package/package.json not in flight; writing
30168npm verb afterAdd /root/.npm/exit/0.1.2/package/package.json not in flight; writing
30169npm verb afterAdd /root/.npm/hooker/0.2.3/package/package.json not in flight; writing
30170npm verb afterAdd /root/.npm/getobject/0.1.0/package/package.json not in flight; writing
30171npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json not in flight; writing
30172npm verb afterAdd /root/.npm/lodash/0.9.2/package/package.json written
30173npm verb afterAdd /root/.npm/iconv-lite/0.2.11/package/package.json not in flight; writing
30174npm verb afterAdd /root/.npm/grunt-legacy-log/0.1.3/package/package.json not in flight; writing
30175npm verb afterAdd /root/.npm/colors/0.6.2/package/package.json not in flight; writing
30176npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz not in flight; adding
30177npm verb addTmpTarball already have metadata; skipping unpack for grunt-legacy-util@0.2.0
30178npm verb afterAdd /root/.npm/eventemitter2/0.4.14/package/package.json not in flight; writing
30179npm verb afterAdd /root/.npm/dateformat/1.0.2-1.2.3/package/package.json written
30180npm verb afterAdd /root/.npm/exit/0.1.2/package/package.json written
30181npm verb afterAdd /root/.npm/hooker/0.2.3/package/package.json written
30182npm verb afterAdd /root/.npm/getobject/0.1.0/package/package.json written
30183npm verb afterAdd /root/.npm/which/1.0.9/package/package.json not in flight; writing
30184npm verb afterAdd /root/.npm/js-yaml/2.0.5/package/package.json not in flight; writing
30185npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json written
30186npm verb afterAdd /root/.npm/iconv-lite/0.2.11/package/package.json written
30187npm verb afterAdd /root/.npm/grunt-legacy-log/0.1.3/package/package.json written
30188npm verb afterAdd /root/.npm/colors/0.6.2/package/package.json written
30189npm verb afterAdd /root/.npm/underscore.string/2.2.1/package/package.json not in flight; writing
30190npm verb afterAdd /root/.npm/eventemitter2/0.4.14/package/package.json written
30191npm verb afterAdd /root/.npm/coffee-script/1.3.3/package/package.json not in flight; writing
30192npm verb afterAdd /root/.npm/which/1.0.9/package/package.json written
30193npm verb afterAdd /root/.npm/js-yaml/2.0.5/package/package.json written
30194npm verb afterAdd /root/.npm/underscore.string/2.2.1/package/package.json written
30195npm verb afterAdd /root/.npm/grunt-legacy-util/0.2.0/package/package.json not in flight; writing
30196npm verb afterAdd /root/.npm/coffee-script/1.3.3/package/package.json written
30197npm verb afterAdd /root/.npm/grunt-legacy-util/0.2.0/package/package.json written
30198npm verb cache add spec glob@~3.2.9
30199npm verb addNamed ">=3.2.9 <3.3.0" is a valid semver range for glob
30200npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
30201npm verb get http://registry.npmjs.org/glob not expired, no request
30202npm verb addNamed "3.2.11" is a plain semver version for glob
30203npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
30204npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.2.11.tgz',
30205npm verb addRemoteTarball '4a973f635b9190f715d10987d5c00fd2815ebe3d' ]
30206npm info retry fetch attempt 1 at 19:24:59
30207npm info attempt registry request try #1 at 19:24:59
30208npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
30209npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
30210npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
30211npm verb addTmpTarball already have metadata; skipping unpack for glob@3.2.11
30212npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
30213npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
30214npm verb cache add spec minimatch@0.3
30215npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
30216npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
30217npm verb get http://registry.npmjs.org/minimatch not expired, no request
30218npm verb addNamed "0.3.0" is a plain semver version for minimatch
30219npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
30220npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz',
30221npm verb addRemoteTarball '275d8edaac4f1bb3326472089e7949c8394699dd' ]
30222npm info retry fetch attempt 1 at 19:25:00
30223npm info attempt registry request try #1 at 19:25:00
30224npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
30225npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
30226npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
30227npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.3.0
30228npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
30229npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
30230npm verb request uri http://registry.npmjs.org/sigmund
30231npm verb request no auth needed
30232npm info attempt registry request try #1 at 19:25:00
30233npm http request GET http://registry.npmjs.org/sigmund
30234npm http 200 http://registry.npmjs.org/sigmund
30235npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30236npm verb headers etag: '"1TUX00X8YEKNFED6GGWS214S3"',
30237npm verb headers 'content-type': 'application/json',
30238npm verb headers 'cache-control': 'max-age=60',
30239npm verb headers 'content-length': '4604',
30240npm verb headers 'accept-ranges': 'bytes',
30241npm verb headers date: 'Tue, 29 Dec 2015 19:25:00 GMT',
30242npm verb headers age: '0',
30243npm verb headers 'x-served-by': 'cache-fra1221-FRA',
30244npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30245npm verb headers 'x-cache-hits': '1',
30246npm verb headers 'x-timer': 'S1451417100.293161,VS0,VE197',
30247npm verb headers vary: 'Accept',
30248npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30249npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30250npm verb headers connection: 'keep-alive' }
30251npm verb get saving sigmund to /root/.npm/registry.npmjs.org/sigmund/.cache.json
30252npm verb cache add spec sigmund@~1.0.0
30253npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
30254npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
30255npm verb get http://registry.npmjs.org/sigmund not expired, no request
30256npm verb addNamed "1.0.1" is a plain semver version for sigmund
30257npm verb addRemoteTarball http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
30258npm verb addRemoteTarball [ 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz',
30259npm verb addRemoteTarball '3ff21f198cad2175f9f3b781853fd94d0d19b590' ]
30260npm info retry fetch attempt 1 at 19:25:00
30261npm info attempt registry request try #1 at 19:25:00
30262npm http fetch GET http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
30263npm http fetch 200 http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
30264npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
30265npm verb addTmpTarball already have metadata; skipping unpack for sigmund@1.0.1
30266npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json not in flight; writing
30267npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json written
30268npm verb cache add spec inherits@1
30269npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for inherits
30270npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
30271npm verb request uri http://registry.npmjs.org/graceful-fs
30272npm verb request no auth needed
30273npm info attempt registry request try #1 at 19:25:00
30274npm http request GET http://registry.npmjs.org/graceful-fs
30275npm verb request uri http://registry.npmjs.org/inherits
30276npm verb request no auth needed
30277npm info attempt registry request try #1 at 19:25:00
30278npm verb etag "CKJX1OCRDNX2UW7IZR6DX5BIN"
30279npm http request GET http://registry.npmjs.org/inherits
30280npm http 304 http://registry.npmjs.org/inherits
30281npm verb headers { date: 'Tue, 29 Dec 2015 19:25:00 GMT',
30282npm verb headers 'cache-control': 'max-age=300',
30283npm verb headers etag: '"CKJX1OCRDNX2UW7IZR6DX5BIN"',
30284npm verb headers age: '14',
30285npm verb headers 'x-served-by': 'cache-fra1239-FRA',
30286npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30287npm verb headers 'x-cache-hits': '2',
30288npm verb headers 'x-timer': 'S1451417100.595561,VS0,VE0',
30289npm verb headers vary: 'Accept',
30290npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30291npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30292npm verb headers connection: 'keep-alive' }
30293npm verb etag http://registry.npmjs.org/inherits from cache
30294npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
30295npm verb addNamed "1.0.2" is a plain semver version for inherits
30296npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz not in flight; adding
30297npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz',
30298npm verb addRemoteTarball 'ca4309dadee6b54cc0b8d247e8d7c7a0975bdc9b' ]
30299npm info retry fetch attempt 1 at 19:25:00
30300npm info attempt registry request try #1 at 19:25:00
30301npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz
30302npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz
30303npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/inherits/-/inherits-1.0.2.tgz not in flight; adding
30304npm verb addTmpTarball already have metadata; skipping unpack for inherits@1.0.2
30305npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json not in flight; writing
30306npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json written
30307npm http 200 http://registry.npmjs.org/graceful-fs
30308npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30309npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
30310npm verb headers 'content-type': 'application/json',
30311npm verb headers 'cache-control': 'max-age=300',
30312npm verb headers 'content-length': '38840',
30313npm verb headers 'accept-ranges': 'bytes',
30314npm verb headers date: 'Tue, 29 Dec 2015 19:25:00 GMT',
30315npm verb headers age: '28',
30316npm verb headers 'x-served-by': 'cache-fra1221-FRA',
30317npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30318npm verb headers 'x-cache-hits': '1',
30319npm verb headers 'x-timer': 'S1451417100.588549,VS0,VE0',
30320npm verb headers vary: 'Accept',
30321npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30322npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30323npm verb headers connection: 'keep-alive' }
30324npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
30325npm verb cache add spec graceful-fs@~1.2.0
30326npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for graceful-fs
30327npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
30328npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
30329npm verb addNamed "1.2.3" is a plain semver version for graceful-fs
30330npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz not in flight; adding
30331npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz',
30332npm verb addRemoteTarball '15a4806a57547cb2d2dbf27f42e89a8c3451b364' ]
30333npm info retry fetch attempt 1 at 19:25:00
30334npm info attempt registry request try #1 at 19:25:00
30335npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz
30336npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz
30337npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz not in flight; adding
30338npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@1.2.3
30339npm verb afterAdd /root/.npm/graceful-fs/1.2.3/package/package.json not in flight; writing
30340npm verb afterAdd /root/.npm/graceful-fs/1.2.3/package/package.json written
30341npm verb cache add spec underscore.string@~2.3.3
30342npm verb addNamed ">=2.3.3 <2.4.0" is a valid semver range for underscore.string
30343npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
30344npm verb request uri http://registry.npmjs.org/grunt-legacy-log-utils
30345npm verb request no auth needed
30346npm info attempt registry request try #1 at 19:25:00
30347npm http request GET http://registry.npmjs.org/grunt-legacy-log-utils
30348npm verb get http://registry.npmjs.org/underscore.string not expired, no request
30349npm verb addNamed "2.3.3" is a plain semver version for underscore.string
30350npm verb addRemoteTarball http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz not in flight; adding
30351npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz',
30352npm verb addRemoteTarball '71c08bf6b428b1133f37e78fa3a21c82f7329b0d' ]
30353npm info retry fetch attempt 1 at 19:25:00
30354npm info attempt registry request try #1 at 19:25:00
30355npm http fetch GET http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz
30356npm http 200 http://registry.npmjs.org/grunt-legacy-log-utils
30357npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30358npm verb headers etag: '"D341P11F09NB6JO0BCK3MDJF3"',
30359npm verb headers 'content-type': 'application/json',
30360npm verb headers 'cache-control': 'max-age=60',
30361npm verb headers 'content-length': '3729',
30362npm verb headers 'accept-ranges': 'bytes',
30363npm verb headers date: 'Tue, 29 Dec 2015 19:25:00 GMT',
30364npm verb headers age: '15',
30365npm verb headers 'x-served-by': 'cache-fra1239-FRA',
30366npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30367npm verb headers 'x-cache-hits': '4',
30368npm verb headers 'x-timer': 'S1451417100.816963,VS0,VE0',
30369npm verb headers vary: 'Accept',
30370npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30371npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30372npm verb headers connection: 'keep-alive' }
30373npm verb get saving grunt-legacy-log-utils to /root/.npm/registry.npmjs.org/grunt-legacy-log-utils/.cache.json
30374npm http fetch 200 http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz
30375npm verb cache add spec grunt-legacy-log-utils@~0.1.1
30376npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for grunt-legacy-log-utils
30377npm verb addNameRange registry:http://registry.npmjs.org/grunt-legacy-log-utils not in flight; fetching
30378npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz not in flight; adding
30379npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.3.3
30380npm verb get http://registry.npmjs.org/grunt-legacy-log-utils not expired, no request
30381npm verb addNamed "0.1.1" is a plain semver version for grunt-legacy-log-utils
30382npm verb addRemoteTarball http://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz not in flight; adding
30383npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz',
30384npm verb addRemoteTarball 'c0706b9dd9064e116f36f23fe4e6b048672c0f7e' ]
30385npm info retry fetch attempt 1 at 19:25:00
30386npm info attempt registry request try #1 at 19:25:00
30387npm http fetch GET http://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz
30388npm http fetch 200 http://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz
30389npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json not in flight; writing
30390npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz not in flight; adding
30391npm verb addTmpTarball already have metadata; skipping unpack for grunt-legacy-log-utils@0.1.1
30392npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json written
30393npm verb afterAdd /root/.npm/grunt-legacy-log-utils/0.1.1/package/package.json not in flight; writing
30394npm verb afterAdd /root/.npm/grunt-legacy-log-utils/0.1.1/package/package.json written
30395npm verb cache add spec underscore.string@~2.3.3
30396npm verb addNamed ">=2.3.3 <2.4.0" is a valid semver range for underscore.string
30397npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
30398npm verb get http://registry.npmjs.org/underscore.string not expired, no request
30399npm verb addNamed "2.3.3" is a plain semver version for underscore.string
30400npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json not in flight; writing
30401npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json written
30402npm verb cache add spec async@~0.1.22
30403npm verb cache add spec lodash@~0.9.2
30404npm verb addNamed ">=0.1.22 <0.2.0" is a valid semver range for async
30405npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
30406npm verb addNamed ">=0.9.2 <0.10.0" is a valid semver range for lodash
30407npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
30408npm verb get http://registry.npmjs.org/async not expired, no request
30409npm verb addNamed "0.1.22" is a plain semver version for async
30410npm verb get http://registry.npmjs.org/lodash not expired, no request
30411npm verb addNamed "0.9.2" is a plain semver version for lodash
30412npm verb afterAdd /root/.npm/async/0.1.22/package/package.json not in flight; writing
30413npm verb afterAdd /root/.npm/lodash/0.9.2/package/package.json not in flight; writing
30414npm verb afterAdd /root/.npm/async/0.1.22/package/package.json written
30415npm verb afterAdd /root/.npm/lodash/0.9.2/package/package.json written
30416npm verb request uri http://registry.npmjs.org/argparse
30417npm verb request no auth needed
30418npm info attempt registry request try #1 at 19:25:01
30419npm http request GET http://registry.npmjs.org/argparse
30420npm verb request uri http://registry.npmjs.org/esprima
30421npm verb request no auth needed
30422npm info attempt registry request try #1 at 19:25:01
30423npm http request GET http://registry.npmjs.org/esprima
30424npm http 200 http://registry.npmjs.org/esprima
30425npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30426npm verb headers etag: '"6A8X9EOBDF5HCCSRV5XCYY6XZ"',
30427npm verb headers 'content-type': 'application/json',
30428npm verb headers 'cache-control': 'max-age=300',
30429npm verb headers 'content-length': '65787',
30430npm verb headers 'accept-ranges': 'bytes',
30431npm verb headers date: 'Tue, 29 Dec 2015 19:25:01 GMT',
30432npm verb headers age: '115',
30433npm verb headers 'x-served-by': 'cache-fra1222-FRA',
30434npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30435npm verb headers 'x-cache-hits': '3',
30436npm verb headers 'x-timer': 'S1451417101.238718,VS0,VE0',
30437npm verb headers vary: 'Accept',
30438npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30439npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30440npm verb headers connection: 'keep-alive' }
30441npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
30442npm verb cache add spec esprima@~ 1.0.2
30443npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for esprima
30444npm verb addNameRange registry:http://registry.npmjs.org/esprima not in flight; fetching
30445npm http 200 http://registry.npmjs.org/argparse
30446npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30447npm verb headers etag: '"9DFOWC6LFKICESBRM05FPSMYH"',
30448npm verb headers 'content-type': 'application/json',
30449npm verb headers 'cache-control': 'max-age=300',
30450npm verb headers 'content-length': '32278',
30451npm verb headers 'accept-ranges': 'bytes',
30452npm verb headers date: 'Tue, 29 Dec 2015 19:25:01 GMT',
30453npm verb headers age: '106',
30454npm verb headers 'x-served-by': 'cache-fra1239-FRA',
30455npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30456npm verb headers 'x-cache-hits': '1',
30457npm verb headers 'x-timer': 'S1451417101.236577,VS0,VE0',
30458npm verb headers vary: 'Accept',
30459npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30460npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30461npm verb headers connection: 'keep-alive' }
30462npm verb get saving argparse to /root/.npm/registry.npmjs.org/argparse/.cache.json
30463npm verb get http://registry.npmjs.org/esprima not expired, no request
30464npm verb addNamed "1.0.4" is a plain semver version for esprima
30465npm verb addRemoteTarball http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz not in flight; adding
30466npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz',
30467npm verb addRemoteTarball '9f557e08fc3b4d26ece9dd34f8fbf476b62585ad' ]
30468npm info retry fetch attempt 1 at 19:25:01
30469npm info attempt registry request try #1 at 19:25:01
30470npm http fetch GET http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz
30471npm verb cache add spec argparse@~ 0.1.11
30472npm verb addNamed ">=0.1.11 <0.2.0" is a valid semver range for argparse
30473npm verb addNameRange registry:http://registry.npmjs.org/argparse not in flight; fetching
30474npm http fetch 200 http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz
30475npm verb get http://registry.npmjs.org/argparse not expired, no request
30476npm verb addNamed "0.1.16" is a plain semver version for argparse
30477npm verb addRemoteTarball http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz not in flight; adding
30478npm verb addRemoteTarball [ 'http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz',
30479npm verb addRemoteTarball 'cfd01e0fbba3d6caed049fbd758d40f65196f57c' ]
30480npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/esprima/-/esprima-1.0.4.tgz not in flight; adding
30481npm verb addTmpTarball already have metadata; skipping unpack for esprima@1.0.4
30482npm info retry fetch attempt 1 at 19:25:01
30483npm info attempt registry request try #1 at 19:25:01
30484npm http fetch GET http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz
30485npm verb afterAdd /root/.npm/esprima/1.0.4/package/package.json not in flight; writing
30486npm verb afterAdd /root/.npm/esprima/1.0.4/package/package.json written
30487npm http fetch 200 http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz
30488npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/argparse/-/argparse-0.1.16.tgz not in flight; adding
30489npm verb addTmpTarball already have metadata; skipping unpack for argparse@0.1.16
30490npm verb afterAdd /root/.npm/argparse/0.1.16/package/package.json not in flight; writing
30491npm verb afterAdd /root/.npm/argparse/0.1.16/package/package.json written
30492npm verb cache add spec underscore.string@~2.4.0
30493npm verb addNamed ">=2.4.0 <2.5.0" is a valid semver range for underscore.string
30494npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
30495npm verb request uri http://registry.npmjs.org/underscore
30496npm verb request no auth needed
30497npm info attempt registry request try #1 at 19:25:01
30498npm http request GET http://registry.npmjs.org/underscore
30499npm verb get http://registry.npmjs.org/underscore.string not expired, no request
30500npm verb addNamed "2.4.0" is a plain semver version for underscore.string
30501npm verb addRemoteTarball http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz not in flight; adding
30502npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz',
30503npm verb addRemoteTarball '8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b' ]
30504npm info retry fetch attempt 1 at 19:25:01
30505npm info attempt registry request try #1 at 19:25:01
30506npm http fetch GET http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz
30507npm http fetch 200 http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz
30508npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz not in flight; adding
30509npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.4.0
30510npm verb afterAdd /root/.npm/underscore.string/2.4.0/package/package.json not in flight; writing
30511npm verb afterAdd /root/.npm/underscore.string/2.4.0/package/package.json written
30512npm http 200 http://registry.npmjs.org/underscore
30513npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30514npm verb headers etag: '"EFDD5CQTW181YVOL282U8VRMC"',
30515npm verb headers 'content-type': 'application/json',
30516npm verb headers 'cache-control': 'max-age=300',
30517npm verb headers 'content-length': '41960',
30518npm verb headers 'accept-ranges': 'bytes',
30519npm verb headers date: 'Tue, 29 Dec 2015 19:25:01 GMT',
30520npm verb headers age: '36',
30521npm verb headers 'x-served-by': 'cache-fra1222-FRA',
30522npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30523npm verb headers 'x-cache-hits': '2',
30524npm verb headers 'x-timer': 'S1451417101.454575,VS0,VE0',
30525npm verb headers vary: 'Accept',
30526npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30527npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30528npm verb headers connection: 'keep-alive' }
30529npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
30530npm verb cache add spec underscore@~1.7.0
30531npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for underscore
30532npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
30533npm verb get http://registry.npmjs.org/underscore not expired, no request
30534npm verb addNamed "1.7.0" is a plain semver version for underscore
30535npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz not in flight; adding
30536npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz',
30537npm verb addRemoteTarball '6bbaf0877500d36be34ecaa584e0db9fef035209' ]
30538npm info retry fetch attempt 1 at 19:25:01
30539npm info attempt registry request try #1 at 19:25:01
30540npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz
30541npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz
30542npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/underscore/-/underscore-1.7.0.tgz not in flight; adding
30543npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.7.0
30544npm verb afterAdd /root/.npm/underscore/1.7.0/package/package.json not in flight; writing
30545npm verb afterAdd /root/.npm/underscore/1.7.0/package/package.json written
30546npm verb request uri http://registry.npmjs.org/html-minifier
30547npm verb request no auth needed
30548npm info attempt registry request try #1 at 19:25:01
30549npm http request GET http://registry.npmjs.org/html-minifier
30550npm http 200 http://registry.npmjs.org/html-minifier
30551npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30552npm verb headers etag: '"6755FG7FOQHCP88XVHX4S1WPG"',
30553npm verb headers 'content-type': 'application/json',
30554npm verb headers 'cache-control': 'max-age=300',
30555npm verb headers 'content-length': '50661',
30556npm verb headers 'accept-ranges': 'bytes',
30557npm verb headers date: 'Tue, 29 Dec 2015 19:25:01 GMT',
30558npm verb headers age: '60',
30559npm verb headers 'x-served-by': 'cache-fra1231-FRA',
30560npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30561npm verb headers 'x-cache-hits': '1',
30562npm verb headers 'x-timer': 'S1451417101.602954,VS0,VE0',
30563npm verb headers vary: 'Accept',
30564npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30565npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30566npm verb headers connection: 'keep-alive' }
30567npm verb get saving html-minifier to /root/.npm/registry.npmjs.org/html-minifier/.cache.json
30568npm verb cache add spec html-minifier@~0.6.3
30569npm verb addNamed ">=0.6.3 <0.7.0" is a valid semver range for html-minifier
30570npm verb addNameRange registry:http://registry.npmjs.org/html-minifier not in flight; fetching
30571npm verb get http://registry.npmjs.org/html-minifier not expired, no request
30572npm verb addNamed "0.6.9" is a plain semver version for html-minifier
30573npm verb addRemoteTarball http://registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz not in flight; adding
30574npm verb addRemoteTarball [ 'http://registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz',
30575npm verb addRemoteTarball '5105dc236f5e7e1a8ba651d4ab981386fc7abe53' ]
30576npm info retry fetch attempt 1 at 19:25:01
30577npm info attempt registry request try #1 at 19:25:01
30578npm http fetch GET http://registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz
30579npm http fetch 200 http://registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz
30580npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz not in flight; adding
30581npm verb addTmpTarball already have metadata; skipping unpack for html-minifier@0.6.9
30582npm verb afterAdd /root/.npm/html-minifier/0.6.9/package/package.json not in flight; writing
30583npm verb afterAdd /root/.npm/html-minifier/0.6.9/package/package.json written
30584npm verb request uri http://registry.npmjs.org/change-case
30585npm verb request no auth needed
30586npm info attempt registry request try #1 at 19:25:01
30587npm http request GET http://registry.npmjs.org/change-case
30588npm verb request uri http://registry.npmjs.org/clean-css
30589npm verb request no auth needed
30590npm info attempt registry request try #1 at 19:25:01
30591npm http request GET http://registry.npmjs.org/clean-css
30592npm verb request uri http://registry.npmjs.org/cli
30593npm verb request no auth needed
30594npm info attempt registry request try #1 at 19:25:01
30595npm http request GET http://registry.npmjs.org/cli
30596npm verb request uri http://registry.npmjs.org/relateurl
30597npm verb request no auth needed
30598npm info attempt registry request try #1 at 19:25:01
30599npm http request GET http://registry.npmjs.org/relateurl
30600npm http 200 http://registry.npmjs.org/change-case
30601npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30602npm verb headers etag: '"CMQJRO7PSN7RVHB4H5KF0UI9S"',
30603npm verb headers 'content-type': 'application/json',
30604npm verb headers 'cache-control': 'max-age=300',
30605npm verb headers 'content-length': '43667',
30606npm verb headers 'accept-ranges': 'bytes',
30607npm verb headers date: 'Tue, 29 Dec 2015 19:25:01 GMT',
30608npm verb headers age: '224',
30609npm verb headers 'x-served-by': 'cache-fra1231-FRA',
30610npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30611npm verb headers 'x-cache-hits': '1',
30612npm verb headers 'x-timer': 'S1451417101.776736,VS0,VE0',
30613npm verb headers vary: 'Accept',
30614npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30615npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30616npm verb headers connection: 'keep-alive' }
30617npm verb get saving change-case to /root/.npm/registry.npmjs.org/change-case/.cache.json
30618npm http 200 http://registry.npmjs.org/relateurl
30619npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30620npm verb headers etag: '"4XYSPMVF3C195IVAT4IFN2EKD"',
30621npm verb headers 'content-type': 'application/json',
30622npm verb headers 'cache-control': 'max-age=300',
30623npm verb headers 'content-length': '17272',
30624npm verb headers 'accept-ranges': 'bytes',
30625npm verb headers date: 'Tue, 29 Dec 2015 19:25:01 GMT',
30626npm verb headers age: '63',
30627npm verb headers 'x-served-by': 'cache-fra1246-FRA',
30628npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30629npm verb headers 'x-cache-hits': '1',
30630npm verb headers 'x-timer': 'S1451417101.776763,VS0,VE0',
30631npm verb headers vary: 'Accept',
30632npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30633npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30634npm verb headers connection: 'keep-alive' }
30635npm verb get saving relateurl to /root/.npm/registry.npmjs.org/relateurl/.cache.json
30636npm verb cache add spec relateurl@0.2.x
30637npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for relateurl
30638npm verb addNameRange registry:http://registry.npmjs.org/relateurl not in flight; fetching
30639npm verb cache add spec change-case@2.1.x
30640npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for change-case
30641npm verb addNameRange registry:http://registry.npmjs.org/change-case not in flight; fetching
30642npm verb get http://registry.npmjs.org/relateurl not expired, no request
30643npm verb addNamed "0.2.6" is a plain semver version for relateurl
30644npm verb get http://registry.npmjs.org/change-case not expired, no request
30645npm verb addNamed "2.1.6" is a plain semver version for change-case
30646npm verb addRemoteTarball http://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz not in flight; adding
30647npm verb addRemoteTarball [ 'http://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz',
30648npm verb addRemoteTarball '9fc22635971091c5ea5133c736e3468e79e2aaf9' ]
30649npm verb addRemoteTarball http://registry.npmjs.org/change-case/-/change-case-2.1.6.tgz not in flight; adding
30650npm verb addRemoteTarball [ 'http://registry.npmjs.org/change-case/-/change-case-2.1.6.tgz',
30651npm verb addRemoteTarball '514af20513158a68fe7f00dff4c332d6c298d2f9' ]
30652npm info retry fetch attempt 1 at 19:25:01
30653npm info attempt registry request try #1 at 19:25:01
30654npm http fetch GET http://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz
30655npm info retry fetch attempt 1 at 19:25:01
30656npm info attempt registry request try #1 at 19:25:01
30657npm http fetch GET http://registry.npmjs.org/change-case/-/change-case-2.1.6.tgz
30658npm http 200 http://registry.npmjs.org/cli
30659npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30660npm verb headers etag: '"6FXOJ0FZMLJ3BJ1HC1AD0EQYG"',
30661npm verb headers 'content-type': 'application/json',
30662npm verb headers 'cache-control': 'max-age=300',
30663npm verb headers 'content-length': '64162',
30664npm verb headers 'accept-ranges': 'bytes',
30665npm verb headers date: 'Tue, 29 Dec 2015 19:25:01 GMT',
30666npm verb headers age: '291',
30667npm verb headers 'x-served-by': 'cache-fra1243-FRA',
30668npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30669npm verb headers 'x-cache-hits': '3',
30670npm verb headers 'x-timer': 'S1451417101.776827,VS0,VE0',
30671npm verb headers vary: 'Accept',
30672npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30673npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30674npm verb headers connection: 'keep-alive' }
30675npm verb get saving cli to /root/.npm/registry.npmjs.org/cli/.cache.json
30676npm http fetch 200 http://registry.npmjs.org/change-case/-/change-case-2.1.6.tgz
30677npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/change-case/-/change-case-2.1.6.tgz not in flight; adding
30678npm verb addTmpTarball already have metadata; skipping unpack for change-case@2.1.6
30679npm verb cache add spec cli@0.6.x
30680npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for cli
30681npm verb addNameRange registry:http://registry.npmjs.org/cli not in flight; fetching
30682npm http fetch 200 http://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz
30683npm verb get http://registry.npmjs.org/cli not expired, no request
30684npm verb addNamed "0.6.6" is a plain semver version for cli
30685npm verb addRemoteTarball http://registry.npmjs.org/cli/-/cli-0.6.6.tgz not in flight; adding
30686npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli/-/cli-0.6.6.tgz',
30687npm verb addRemoteTarball '02ad44a380abf27adac5e6f0cdd7b043d74c53e3' ]
30688npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz not in flight; adding
30689npm verb addTmpTarball already have metadata; skipping unpack for relateurl@0.2.6
30690npm verb afterAdd /root/.npm/change-case/2.1.6/package/package.json not in flight; writing
30691npm info retry fetch attempt 1 at 19:25:01
30692npm info attempt registry request try #1 at 19:25:01
30693npm http fetch GET http://registry.npmjs.org/cli/-/cli-0.6.6.tgz
30694npm verb afterAdd /root/.npm/change-case/2.1.6/package/package.json written
30695npm verb afterAdd /root/.npm/relateurl/0.2.6/package/package.json not in flight; writing
30696npm verb afterAdd /root/.npm/relateurl/0.2.6/package/package.json written
30697npm http fetch 200 http://registry.npmjs.org/cli/-/cli-0.6.6.tgz
30698npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cli/-/cli-0.6.6.tgz not in flight; adding
30699npm verb addTmpTarball already have metadata; skipping unpack for cli@0.6.6
30700npm verb afterAdd /root/.npm/cli/0.6.6/package/package.json not in flight; writing
30701npm verb afterAdd /root/.npm/cli/0.6.6/package/package.json written
30702npm http 200 http://registry.npmjs.org/clean-css
30703npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30704npm verb headers etag: '"8RWX4ZKWGJ80DKX05D4ATCXKG"',
30705npm verb headers 'content-type': 'application/json',
30706npm verb headers 'cache-control': 'max-age=300',
30707npm verb headers 'content-length': '211104',
30708npm verb headers 'accept-ranges': 'bytes',
30709npm verb headers date: 'Tue, 29 Dec 2015 19:25:01 GMT',
30710npm verb headers age: '207',
30711npm verb headers 'x-served-by': 'cache-fra1235-FRA',
30712npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30713npm verb headers 'x-cache-hits': '2',
30714npm verb headers 'x-timer': 'S1451417101.776961,VS0,VE0',
30715npm verb headers vary: 'Accept',
30716npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30717npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30718npm verb headers connection: 'keep-alive' }
30719npm verb get saving clean-css to /root/.npm/registry.npmjs.org/clean-css/.cache.json
30720npm verb cache add spec clean-css@2.2.x
30721npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for clean-css
30722npm verb addNameRange registry:http://registry.npmjs.org/clean-css not in flight; fetching
30723npm verb get http://registry.npmjs.org/clean-css not expired, no request
30724npm verb addNamed "2.2.23" is a plain semver version for clean-css
30725npm verb addRemoteTarball http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz not in flight; adding
30726npm verb addRemoteTarball [ 'http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz',
30727npm verb addRemoteTarball '0590b5478b516c4903edc2d89bd3fdbdd286328c' ]
30728npm info retry fetch attempt 1 at 19:25:02
30729npm info attempt registry request try #1 at 19:25:02
30730npm http fetch GET http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz
30731npm http fetch 200 http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz
30732npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz not in flight; adding
30733npm verb addTmpTarball already have metadata; skipping unpack for clean-css@2.2.23
30734npm verb afterAdd /root/.npm/clean-css/2.2.23/package/package.json not in flight; writing
30735npm verb afterAdd /root/.npm/clean-css/2.2.23/package/package.json written
30736npm verb request uri http://registry.npmjs.org/camel-case
30737npm verb request no auth needed
30738npm info attempt registry request try #1 at 19:25:02
30739npm http request GET http://registry.npmjs.org/camel-case
30740npm verb request uri http://registry.npmjs.org/constant-case
30741npm verb request no auth needed
30742npm info attempt registry request try #1 at 19:25:02
30743npm http request GET http://registry.npmjs.org/constant-case
30744npm verb request uri http://registry.npmjs.org/dot-case
30745npm verb request no auth needed
30746npm info attempt registry request try #1 at 19:25:02
30747npm http request GET http://registry.npmjs.org/dot-case
30748npm verb request uri http://registry.npmjs.org/is-lower-case
30749npm verb request no auth needed
30750npm info attempt registry request try #1 at 19:25:02
30751npm http request GET http://registry.npmjs.org/is-lower-case
30752npm verb request uri http://registry.npmjs.org/is-upper-case
30753npm verb request no auth needed
30754npm info attempt registry request try #1 at 19:25:02
30755npm http request GET http://registry.npmjs.org/is-upper-case
30756npm verb request uri http://registry.npmjs.org/lower-case
30757npm verb request no auth needed
30758npm info attempt registry request try #1 at 19:25:02
30759npm http request GET http://registry.npmjs.org/lower-case
30760npm verb request uri http://registry.npmjs.org/param-case
30761npm verb request no auth needed
30762npm info attempt registry request try #1 at 19:25:02
30763npm http request GET http://registry.npmjs.org/param-case
30764npm verb request uri http://registry.npmjs.org/pascal-case
30765npm verb request no auth needed
30766npm info attempt registry request try #1 at 19:25:02
30767npm http request GET http://registry.npmjs.org/pascal-case
30768npm verb request uri http://registry.npmjs.org/path-case
30769npm verb request no auth needed
30770npm info attempt registry request try #1 at 19:25:02
30771npm http request GET http://registry.npmjs.org/path-case
30772npm verb request uri http://registry.npmjs.org/sentence-case
30773npm verb request no auth needed
30774npm info attempt registry request try #1 at 19:25:02
30775npm http request GET http://registry.npmjs.org/sentence-case
30776npm verb request uri http://registry.npmjs.org/snake-case
30777npm verb request no auth needed
30778npm info attempt registry request try #1 at 19:25:02
30779npm http request GET http://registry.npmjs.org/snake-case
30780npm verb request uri http://registry.npmjs.org/swap-case
30781npm verb request no auth needed
30782npm info attempt registry request try #1 at 19:25:02
30783npm http request GET http://registry.npmjs.org/swap-case
30784npm verb request uri http://registry.npmjs.org/title-case
30785npm verb request no auth needed
30786npm info attempt registry request try #1 at 19:25:02
30787npm http request GET http://registry.npmjs.org/title-case
30788npm verb request uri http://registry.npmjs.org/upper-case
30789npm verb request no auth needed
30790npm info attempt registry request try #1 at 19:25:02
30791npm http request GET http://registry.npmjs.org/upper-case
30792npm verb request uri http://registry.npmjs.org/upper-case-first
30793npm verb request no auth needed
30794npm info attempt registry request try #1 at 19:25:02
30795npm http request GET http://registry.npmjs.org/upper-case-first
30796npm http 200 http://registry.npmjs.org/param-case
30797npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30798npm verb headers etag: '"5Q2LHW0MJPXBMA6L9VOP13SU9"',
30799npm verb headers 'content-type': 'application/json',
30800npm verb headers 'cache-control': 'max-age=300',
30801npm verb headers 'content-length': '10869',
30802npm verb headers 'accept-ranges': 'bytes',
30803npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30804npm verb headers age: '174',
30805npm verb headers 'x-served-by': 'cache-fra1235-FRA',
30806npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30807npm verb headers 'x-cache-hits': '1',
30808npm verb headers 'x-timer': 'S1451417102.368197,VS0,VE0',
30809npm verb headers vary: 'Accept',
30810npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30811npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30812npm verb headers connection: 'keep-alive' }
30813npm verb get saving param-case to /root/.npm/registry.npmjs.org/param-case/.cache.json
30814npm http 200 http://registry.npmjs.org/is-lower-case
30815npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30816npm verb headers etag: '"V4NBAE3JZT1K1G9OXG69044A"',
30817npm verb headers 'content-type': 'application/json',
30818npm verb headers 'cache-control': 'max-age=300',
30819npm verb headers 'content-length': '9487',
30820npm verb headers 'accept-ranges': 'bytes',
30821npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30822npm verb headers age: '173',
30823npm verb headers 'x-served-by': 'cache-fra1231-FRA',
30824npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30825npm verb headers 'x-cache-hits': '1',
30826npm verb headers 'x-timer': 'S1451417102.368777,VS0,VE0',
30827npm verb headers vary: 'Accept',
30828npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30829npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30830npm verb headers connection: 'keep-alive' }
30831npm verb get saving is-lower-case to /root/.npm/registry.npmjs.org/is-lower-case/.cache.json
30832npm http 200 http://registry.npmjs.org/dot-case
30833npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30834npm verb headers etag: '"8LZXI11N5AK53J5ZFEBDYAQTS"',
30835npm verb headers 'content-type': 'application/json',
30836npm verb headers 'cache-control': 'max-age=300',
30837npm verb headers 'content-length': '10564',
30838npm verb headers 'accept-ranges': 'bytes',
30839npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30840npm verb headers age: '173',
30841npm verb headers 'x-served-by': 'cache-fra1227-FRA',
30842npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30843npm verb headers 'x-cache-hits': '2',
30844npm verb headers 'x-timer': 'S1451417102.371467,VS0,VE0',
30845npm verb headers vary: 'Accept',
30846npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30847npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30848npm verb headers connection: 'keep-alive' }
30849npm verb get saving dot-case to /root/.npm/registry.npmjs.org/dot-case/.cache.json
30850npm http 200 http://registry.npmjs.org/pascal-case
30851npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30852npm verb headers etag: '"7E1RJWF66B68F8DNAZ9BDGT34"',
30853npm verb headers 'content-type': 'application/json',
30854npm verb headers 'cache-control': 'max-age=300',
30855npm verb headers 'content-length': '11169',
30856npm verb headers 'accept-ranges': 'bytes',
30857npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30858npm verb headers age: '46',
30859npm verb headers 'x-served-by': 'cache-fra1236-FRA',
30860npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30861npm verb headers 'x-cache-hits': '1',
30862npm verb headers 'x-timer': 'S1451417102.371252,VS0,VE0',
30863npm verb headers vary: 'Accept',
30864npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30865npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30866npm verb headers connection: 'keep-alive' }
30867npm verb get saving pascal-case to /root/.npm/registry.npmjs.org/pascal-case/.cache.json
30868npm http 200 http://registry.npmjs.org/constant-case
30869npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30870npm verb headers etag: '"HJACIYVSM9BYBEWOJ5MV8YI6"',
30871npm verb headers 'content-type': 'application/json',
30872npm verb headers 'cache-control': 'max-age=300',
30873npm verb headers 'content-length': '10196',
30874npm verb headers 'accept-ranges': 'bytes',
30875npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30876npm verb headers age: '174',
30877npm verb headers 'x-served-by': 'cache-fra1228-FRA',
30878npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30879npm verb headers 'x-cache-hits': '379',
30880npm verb headers 'x-timer': 'S1451417102.371767,VS0,VE0',
30881npm verb headers vary: 'Accept',
30882npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30883npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30884npm verb headers connection: 'keep-alive' }
30885npm verb get saving constant-case to /root/.npm/registry.npmjs.org/constant-case/.cache.json
30886npm http 200 http://registry.npmjs.org/path-case
30887npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30888npm verb headers etag: '"7A95CNMLD0S64VAR8L9C2NXN8"',
30889npm verb headers 'content-type': 'application/json',
30890npm verb headers 'cache-control': 'max-age=300',
30891npm verb headers 'content-length': '10665',
30892npm verb headers 'accept-ranges': 'bytes',
30893npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30894npm verb headers age: '173',
30895npm verb headers 'x-served-by': 'cache-fra1246-FRA',
30896npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30897npm verb headers 'x-cache-hits': '1',
30898npm verb headers 'x-timer': 'S1451417102.371456,VS0,VE0',
30899npm verb headers vary: 'Accept',
30900npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30901npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30902npm verb headers connection: 'keep-alive' }
30903npm verb get saving path-case to /root/.npm/registry.npmjs.org/path-case/.cache.json
30904npm http 200 http://registry.npmjs.org/sentence-case
30905npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30906npm verb headers etag: '"E42TDZ5PC5LKMS657IRAVXGPF"',
30907npm verb headers 'content-type': 'application/json',
30908npm verb headers 'cache-control': 'max-age=300',
30909npm verb headers 'content-length': '16998',
30910npm verb headers 'accept-ranges': 'bytes',
30911npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30912npm verb headers age: '174',
30913npm verb headers 'x-served-by': 'cache-fra1244-FRA',
30914npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30915npm verb headers 'x-cache-hits': '1',
30916npm verb headers 'x-timer': 'S1451417102.372923,VS0,VE0',
30917npm verb headers vary: 'Accept',
30918npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30919npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30920npm verb headers connection: 'keep-alive' }
30921npm verb get saving sentence-case to /root/.npm/registry.npmjs.org/sentence-case/.cache.json
30922npm http 200 http://registry.npmjs.org/title-case
30923npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30924npm verb headers etag: '"8O919LJKHHU80VB5RVN1TFZAV"',
30925npm verb headers 'content-type': 'application/json',
30926npm verb headers 'cache-control': 'max-age=300',
30927npm verb headers 'content-length': '11012',
30928npm verb headers 'accept-ranges': 'bytes',
30929npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30930npm verb headers age: '47',
30931npm verb headers 'x-served-by': 'cache-fra1241-FRA',
30932npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30933npm verb headers 'x-cache-hits': '1',
30934npm verb headers 'x-timer': 'S1451417102.373047,VS0,VE0',
30935npm verb headers vary: 'Accept',
30936npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30937npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30938npm verb headers connection: 'keep-alive' }
30939npm verb get saving title-case to /root/.npm/registry.npmjs.org/title-case/.cache.json
30940npm http 200 http://registry.npmjs.org/upper-case-first
30941npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30942npm verb headers etag: '"5QMFALXIWEGIW2W8DL3T0236B"',
30943npm verb headers 'content-type': 'application/json',
30944npm verb headers 'cache-control': 'max-age=300',
30945npm verb headers 'content-length': '9566',
30946npm verb headers 'accept-ranges': 'bytes',
30947npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30948npm verb headers age: '174',
30949npm verb headers 'x-served-by': 'cache-fra1242-FRA',
30950npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30951npm verb headers 'x-cache-hits': '2',
30952npm verb headers 'x-timer': 'S1451417102.375725,VS0,VE0',
30953npm verb headers vary: 'Accept',
30954npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30955npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30956npm verb headers connection: 'keep-alive' }
30957npm verb get saving upper-case-first to /root/.npm/registry.npmjs.org/upper-case-first/.cache.json
30958npm http 200 http://registry.npmjs.org/upper-case
30959npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30960npm verb headers etag: '"2KID61RLY2KGWR8D2WTV6VVM9"',
30961npm verb headers 'content-type': 'application/json',
30962npm verb headers 'cache-control': 'max-age=300',
30963npm verb headers 'content-length': '12375',
30964npm verb headers 'accept-ranges': 'bytes',
30965npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30966npm verb headers age: '46',
30967npm verb headers 'x-served-by': 'cache-fra1234-FRA',
30968npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30969npm verb headers 'x-cache-hits': '1',
30970npm verb headers 'x-timer': 'S1451417102.375799,VS0,VE0',
30971npm verb headers vary: 'Accept',
30972npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
30973npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30974npm verb headers connection: 'keep-alive' }
30975npm verb get saving upper-case to /root/.npm/registry.npmjs.org/upper-case/.cache.json
30976npm http 200 http://registry.npmjs.org/lower-case
30977npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30978npm verb headers etag: '"D18D6C4ZI9Y363A3R76W8TEWP"',
30979npm verb headers 'content-type': 'application/json',
30980npm verb headers 'cache-control': 'max-age=300',
30981npm verb headers 'content-length': '12219',
30982npm verb headers 'accept-ranges': 'bytes',
30983npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
30984npm verb headers age: '174',
30985npm verb headers 'x-served-by': 'cache-fra1223-FRA',
30986npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
30987npm verb headers 'x-cache-hits': '1',
30988npm verb headers 'x-timer': 'S1451417102.375710,VS0,VE0',
30989npm verb headers vary: 'Accept',
30990npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
30991npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
30992npm verb headers connection: 'keep-alive' }
30993npm verb get saving lower-case to /root/.npm/registry.npmjs.org/lower-case/.cache.json
30994npm verb cache add spec dot-case@^1.0.0
30995npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for dot-case
30996npm verb addNameRange registry:http://registry.npmjs.org/dot-case not in flight; fetching
30997npm verb cache add spec is-lower-case@^1.0.0
30998npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-lower-case
30999npm verb addNameRange registry:http://registry.npmjs.org/is-lower-case not in flight; fetching
31000npm verb cache add spec pascal-case@^1.0.0
31001npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for pascal-case
31002npm verb addNameRange registry:http://registry.npmjs.org/pascal-case not in flight; fetching
31003npm verb cache add spec constant-case@^1.0.0
31004npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for constant-case
31005npm verb addNameRange registry:http://registry.npmjs.org/constant-case not in flight; fetching
31006npm verb cache add spec path-case@^1.0.0
31007npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-case
31008npm verb addNameRange registry:http://registry.npmjs.org/path-case not in flight; fetching
31009npm verb cache add spec upper-case-first@^1.0.0
31010npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for upper-case-first
31011npm verb addNameRange registry:http://registry.npmjs.org/upper-case-first not in flight; fetching
31012npm verb cache add spec sentence-case@^1.0.0
31013npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for sentence-case
31014npm verb addNameRange registry:http://registry.npmjs.org/sentence-case not in flight; fetching
31015npm verb cache add spec upper-case@^1.0.0
31016npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for upper-case
31017npm verb addNameRange registry:http://registry.npmjs.org/upper-case not in flight; fetching
31018npm verb cache add spec param-case@^1.0.0
31019npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for param-case
31020npm verb addNameRange registry:http://registry.npmjs.org/param-case not in flight; fetching
31021npm http 200 http://registry.npmjs.org/swap-case
31022npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31023npm verb headers etag: '"57JNIISE4U1U3FIMHW8HFPJ2M"',
31024npm verb headers 'content-type': 'application/json',
31025npm verb headers 'cache-control': 'max-age=300',
31026npm verb headers 'content-length': '10217',
31027npm verb headers 'accept-ranges': 'bytes',
31028npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
31029npm verb headers age: '46',
31030npm verb headers 'x-served-by': 'cache-fra1232-FRA',
31031npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31032npm verb headers 'x-cache-hits': '1',
31033npm verb headers 'x-timer': 'S1451417102.373161,VS0,VE0',
31034npm verb headers vary: 'Accept',
31035npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
31036npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31037npm verb headers connection: 'keep-alive' }
31038npm verb get saving swap-case to /root/.npm/registry.npmjs.org/swap-case/.cache.json
31039npm verb cache add spec title-case@^1.0.0
31040npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for title-case
31041npm verb addNameRange registry:http://registry.npmjs.org/title-case not in flight; fetching
31042npm verb cache add spec lower-case@^1.0.0
31043npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for lower-case
31044npm verb addNameRange registry:http://registry.npmjs.org/lower-case not in flight; fetching
31045npm http 200 http://registry.npmjs.org/is-upper-case
31046npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31047npm verb headers etag: '"DCUGNHW4GZEF4TN1WDT1AU1FI"',
31048npm verb headers 'content-type': 'application/json',
31049npm verb headers 'cache-control': 'max-age=300',
31050npm verb headers 'content-length': '9305',
31051npm verb headers 'accept-ranges': 'bytes',
31052npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
31053npm verb headers age: '0',
31054npm verb headers 'x-served-by': 'cache-fra1225-FRA',
31055npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31056npm verb headers 'x-cache-hits': '1',
31057npm verb headers 'x-timer': 'S1451417102.375374,VS0,VE135',
31058npm verb headers vary: 'Accept',
31059npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31060npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31061npm verb headers connection: 'keep-alive' }
31062npm verb get saving is-upper-case to /root/.npm/registry.npmjs.org/is-upper-case/.cache.json
31063npm verb get http://registry.npmjs.org/dot-case not expired, no request
31064npm verb addNamed "1.1.2" is a plain semver version for dot-case
31065npm verb get http://registry.npmjs.org/is-lower-case not expired, no request
31066npm verb addNamed "1.1.3" is a plain semver version for is-lower-case
31067npm verb get http://registry.npmjs.org/constant-case not expired, no request
31068npm verb addNamed "1.1.2" is a plain semver version for constant-case
31069npm verb get http://registry.npmjs.org/path-case not expired, no request
31070npm verb addNamed "1.1.2" is a plain semver version for path-case
31071npm verb get http://registry.npmjs.org/pascal-case not expired, no request
31072npm verb addNamed "1.1.2" is a plain semver version for pascal-case
31073npm verb get http://registry.npmjs.org/upper-case-first not expired, no request
31074npm verb addNamed "1.1.2" is a plain semver version for upper-case-first
31075npm verb get http://registry.npmjs.org/sentence-case not expired, no request
31076npm verb addNamed "1.1.3" is a plain semver version for sentence-case
31077npm verb get http://registry.npmjs.org/upper-case not expired, no request
31078npm verb addNamed "1.1.3" is a plain semver version for upper-case
31079npm verb get http://registry.npmjs.org/param-case not expired, no request
31080npm verb addNamed "1.1.2" is a plain semver version for param-case
31081npm verb get http://registry.npmjs.org/title-case not expired, no request
31082npm verb addNamed "1.1.2" is a plain semver version for title-case
31083npm verb addRemoteTarball http://registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz not in flight; adding
31084npm verb addRemoteTarball [ 'http://registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz',
31085npm verb addRemoteTarball '1e73826900de28d6de5480bc1de31d0842b06bec' ]
31086npm verb addRemoteTarball http://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz not in flight; adding
31087npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz',
31088npm verb addRemoteTarball '7e147be4768dc466db3bfb21cc60b31e6ad69393' ]
31089npm verb get http://registry.npmjs.org/lower-case not expired, no request
31090npm verb addNamed "1.1.3" is a plain semver version for lower-case
31091npm verb addRemoteTarball http://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz not in flight; adding
31092npm verb addRemoteTarball [ 'http://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz',
31093npm verb addRemoteTarball '8ec2ca5ba343e00aa38dbf4e200fd5ac907efd63' ]
31094npm verb addRemoteTarball http://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz not in flight; adding
31095npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz',
31096npm verb addRemoteTarball '50ce6ba0d3bed3dd0b5c2a9c4553697434409514' ]
31097npm http 200 http://registry.npmjs.org/camel-case
31098npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31099npm verb headers etag: '"DODMJ6E9WMA9CM9A7SG1H3F9S"',
31100npm verb headers 'content-type': 'application/json',
31101npm verb headers 'cache-control': 'max-age=300',
31102npm verb headers 'content-length': '16992',
31103npm verb headers 'accept-ranges': 'bytes',
31104npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
31105npm verb headers age: '174',
31106npm verb headers 'x-served-by': 'cache-fra1222-FRA',
31107npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31108npm verb headers 'x-cache-hits': '1',
31109npm verb headers 'x-timer': 'S1451417102.371554,VS0,VE0',
31110npm verb headers vary: 'Accept',
31111npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
31112npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31113npm verb headers connection: 'keep-alive' }
31114npm verb get saving camel-case to /root/.npm/registry.npmjs.org/camel-case/.cache.json
31115npm verb addRemoteTarball http://registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz not in flight; adding
31116npm verb addRemoteTarball [ 'http://registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz',
31117npm verb addRemoteTarball '3e5d64a20043830a7c49344c2d74b41be0c9c99b' ]
31118npm verb addRemoteTarball http://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz not in flight; adding
31119npm verb addRemoteTarball [ 'http://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz',
31120npm verb addRemoteTarball '5d79bedcff14419518fd2edb0a0507c9b6859115' ]
31121npm verb addRemoteTarball http://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz not in flight; adding
31122npm verb addRemoteTarball [ 'http://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz',
31123npm verb addRemoteTarball '8034aafc2145772d3abe1509aa42c9e1042dc139' ]
31124npm verb addRemoteTarball http://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz not in flight; adding
31125npm verb addRemoteTarball [ 'http://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz',
31126npm verb addRemoteTarball 'f6b4501c2ec4cdd26ba78be7222961de77621598' ]
31127npm verb addRemoteTarball http://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz not in flight; adding
31128npm verb addRemoteTarball [ 'http://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz',
31129npm verb addRemoteTarball 'dcb091a43c259b9228f1c341e7b6a44ea0bf9743' ]
31130npm verb addRemoteTarball http://registry.npmjs.org/title-case/-/title-case-1.1.2.tgz not in flight; adding
31131npm verb addRemoteTarball [ 'http://registry.npmjs.org/title-case/-/title-case-1.1.2.tgz',
31132npm verb addRemoteTarball 'fae4a6ae546bfa22d083a0eea910a40d12ed4f5a' ]
31133npm verb addRemoteTarball http://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz not in flight; adding
31134npm verb addRemoteTarball [ 'http://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz',
31135npm verb addRemoteTarball 'c92393d976793eee5ba4edb583cf8eae35bd9bfb' ]
31136npm http 200 http://registry.npmjs.org/snake-case
31137npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31138npm verb headers etag: '"BP3HIEXDLU49V4GT5PWC893M6"',
31139npm verb headers 'content-type': 'application/json',
31140npm verb headers 'cache-control': 'max-age=300',
31141npm verb headers 'content-length': '10880',
31142npm verb headers 'accept-ranges': 'bytes',
31143npm verb headers date: 'Tue, 29 Dec 2015 19:25:02 GMT',
31144npm verb headers age: '3',
31145npm verb headers 'x-served-by': 'cache-fra1235-FRA',
31146npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31147npm verb headers 'x-cache-hits': '1',
31148npm verb headers 'x-timer': 'S1451417102.372897,VS0,VE0',
31149npm verb headers vary: 'Accept',
31150npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31151npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31152npm verb headers connection: 'keep-alive' }
31153npm verb get saving snake-case to /root/.npm/registry.npmjs.org/snake-case/.cache.json
31154npm info retry fetch attempt 1 at 19:25:02
31155npm info attempt registry request try #1 at 19:25:02
31156npm http fetch GET http://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz
31157npm info retry fetch attempt 1 at 19:25:02
31158npm info attempt registry request try #1 at 19:25:02
31159npm http fetch GET http://registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz
31160npm info retry fetch attempt 1 at 19:25:02
31161npm info attempt registry request try #1 at 19:25:02
31162npm http fetch GET http://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz
31163npm info retry fetch attempt 1 at 19:25:02
31164npm info attempt registry request try #1 at 19:25:02
31165npm http fetch GET http://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz
31166npm info retry fetch attempt 1 at 19:25:02
31167npm info attempt registry request try #1 at 19:25:02
31168npm http fetch GET http://registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz
31169npm info retry fetch attempt 1 at 19:25:02
31170npm info attempt registry request try #1 at 19:25:02
31171npm http fetch GET http://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz
31172npm info retry fetch attempt 1 at 19:25:02
31173npm info attempt registry request try #1 at 19:25:02
31174npm http fetch GET http://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz
31175npm info retry fetch attempt 1 at 19:25:02
31176npm info attempt registry request try #1 at 19:25:02
31177npm http fetch GET http://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz
31178npm info retry fetch attempt 1 at 19:25:02
31179npm info attempt registry request try #1 at 19:25:02
31180npm http fetch GET http://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz
31181npm info retry fetch attempt 1 at 19:25:02
31182npm info attempt registry request try #1 at 19:25:02
31183npm http fetch GET http://registry.npmjs.org/title-case/-/title-case-1.1.2.tgz
31184npm info retry fetch attempt 1 at 19:25:02
31185npm info attempt registry request try #1 at 19:25:02
31186npm http fetch GET http://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz
31187npm verb cache add spec swap-case@^1.0.0
31188npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for swap-case
31189npm verb addNameRange registry:http://registry.npmjs.org/swap-case not in flight; fetching
31190npm http fetch 200 http://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz
31191npm http fetch 200 http://registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz
31192npm verb cache add spec is-upper-case@^1.0.0
31193npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-upper-case
31194npm verb addNameRange registry:http://registry.npmjs.org/is-upper-case not in flight; fetching
31195npm http fetch 200 http://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz
31196npm http fetch 200 http://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz
31197npm http fetch 200 http://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz
31198npm http fetch 200 http://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz
31199npm http fetch 200 http://registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz
31200npm http fetch 200 http://registry.npmjs.org/title-case/-/title-case-1.1.2.tgz
31201npm http fetch 200 http://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz
31202npm http fetch 200 http://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz
31203npm http fetch 200 http://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz
31204npm verb get http://registry.npmjs.org/swap-case not expired, no request
31205npm verb addNamed "1.1.2" is a plain semver version for swap-case
31206npm verb get http://registry.npmjs.org/is-upper-case not expired, no request
31207npm verb addNamed "1.1.2" is a plain semver version for is-upper-case
31208npm verb addRemoteTarball http://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz not in flight; adding
31209npm verb addRemoteTarball [ 'http://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz',
31210npm verb addRemoteTarball 'c39203a4587385fad3c850a0bd1bcafa081974e3' ]
31211npm verb cache add spec camel-case@^1.0.0
31212npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for camel-case
31213npm verb addNameRange registry:http://registry.npmjs.org/camel-case not in flight; fetching
31214npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz not in flight; adding
31215npm verb addTmpTarball already have metadata; skipping unpack for dot-case@1.1.2
31216npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz not in flight; adding
31217npm verb addTmpTarball already have metadata; skipping unpack for is-lower-case@1.1.3
31218npm verb addRemoteTarball http://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz not in flight; adding
31219npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz',
31220npm verb addRemoteTarball '8d0b1fa7e7933a1e58483600ec7d9661cbaf756f' ]
31221npm verb cache add spec snake-case@^1.0.0
31222npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for snake-case
31223npm verb addNameRange registry:http://registry.npmjs.org/snake-case not in flight; fetching
31224npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz not in flight; adding
31225npm verb addTmpTarball already have metadata; skipping unpack for constant-case@1.1.2
31226npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz not in flight; adding
31227npm verb addTmpTarball already have metadata; skipping unpack for pascal-case@1.1.2
31228npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/path-case/-/path-case-1.1.2.tgz not in flight; adding
31229npm verb addTmpTarball already have metadata; skipping unpack for path-case@1.1.2
31230npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz not in flight; adding
31231npm verb addTmpTarball already have metadata; skipping unpack for sentence-case@1.1.3
31232npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/param-case/-/param-case-1.1.2.tgz not in flight; adding
31233npm verb addTmpTarball already have metadata; skipping unpack for param-case@1.1.2
31234npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/title-case/-/title-case-1.1.2.tgz not in flight; adding
31235npm verb addTmpTarball already have metadata; skipping unpack for title-case@1.1.2
31236npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz not in flight; adding
31237npm verb addTmpTarball already have metadata; skipping unpack for upper-case@1.1.3
31238npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz not in flight; adding
31239npm verb addTmpTarball already have metadata; skipping unpack for upper-case-first@1.1.2
31240npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz not in flight; adding
31241npm verb addTmpTarball already have metadata; skipping unpack for lower-case@1.1.3
31242npm info retry fetch attempt 1 at 19:25:02
31243npm info attempt registry request try #1 at 19:25:02
31244npm http fetch GET http://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz
31245npm info retry fetch attempt 1 at 19:25:02
31246npm info attempt registry request try #1 at 19:25:02
31247npm http fetch GET http://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz
31248npm verb get http://registry.npmjs.org/camel-case not expired, no request
31249npm verb addNamed "1.2.2" is a plain semver version for camel-case
31250npm verb get http://registry.npmjs.org/snake-case not expired, no request
31251npm verb addNamed "1.1.2" is a plain semver version for snake-case
31252npm http fetch 200 http://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz
31253npm verb addRemoteTarball http://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz not in flight; adding
31254npm verb addRemoteTarball [ 'http://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz',
31255npm verb addRemoteTarball '1aca7c4d195359a2ce9955793433c6e5542511f2' ]
31256npm verb addRemoteTarball http://registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz not in flight; adding
31257npm verb addRemoteTarball [ 'http://registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz',
31258npm verb addRemoteTarball '0c2f25e305158d9a18d3d977066187fef8a5a66a' ]
31259npm http fetch 200 http://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz
31260npm info retry fetch attempt 1 at 19:25:02
31261npm info attempt registry request try #1 at 19:25:02
31262npm http fetch GET http://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz
31263npm info retry fetch attempt 1 at 19:25:02
31264npm info attempt registry request try #1 at 19:25:02
31265npm http fetch GET http://registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz
31266npm verb afterAdd /root/.npm/dot-case/1.1.2/package/package.json not in flight; writing
31267npm verb afterAdd /root/.npm/is-lower-case/1.1.3/package/package.json not in flight; writing
31268npm http fetch 200 http://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz
31269npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz not in flight; adding
31270npm verb addTmpTarball already have metadata; skipping unpack for swap-case@1.1.2
31271npm verb afterAdd /root/.npm/constant-case/1.1.2/package/package.json not in flight; writing
31272npm verb afterAdd /root/.npm/pascal-case/1.1.2/package/package.json not in flight; writing
31273npm verb afterAdd /root/.npm/path-case/1.1.2/package/package.json not in flight; writing
31274npm verb afterAdd /root/.npm/sentence-case/1.1.3/package/package.json not in flight; writing
31275npm verb afterAdd /root/.npm/param-case/1.1.2/package/package.json not in flight; writing
31276npm verb afterAdd /root/.npm/upper-case-first/1.1.2/package/package.json not in flight; writing
31277npm verb afterAdd /root/.npm/title-case/1.1.2/package/package.json not in flight; writing
31278npm verb afterAdd /root/.npm/upper-case/1.1.3/package/package.json not in flight; writing
31279npm http fetch 200 http://registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz
31280npm verb afterAdd /root/.npm/lower-case/1.1.3/package/package.json not in flight; writing
31281npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz not in flight; adding
31282npm verb addTmpTarball already have metadata; skipping unpack for is-upper-case@1.1.2
31283npm verb afterAdd /root/.npm/dot-case/1.1.2/package/package.json written
31284npm verb afterAdd /root/.npm/is-lower-case/1.1.3/package/package.json written
31285npm verb afterAdd /root/.npm/constant-case/1.1.2/package/package.json written
31286npm verb afterAdd /root/.npm/pascal-case/1.1.2/package/package.json written
31287npm verb afterAdd /root/.npm/path-case/1.1.2/package/package.json written
31288npm verb afterAdd /root/.npm/sentence-case/1.1.3/package/package.json written
31289npm verb afterAdd /root/.npm/param-case/1.1.2/package/package.json written
31290npm verb afterAdd /root/.npm/upper-case-first/1.1.2/package/package.json written
31291npm verb afterAdd /root/.npm/title-case/1.1.2/package/package.json written
31292npm verb afterAdd /root/.npm/upper-case/1.1.3/package/package.json written
31293npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz not in flight; adding
31294npm verb addTmpTarball already have metadata; skipping unpack for camel-case@1.2.2
31295npm verb afterAdd /root/.npm/lower-case/1.1.3/package/package.json written
31296npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz not in flight; adding
31297npm verb addTmpTarball already have metadata; skipping unpack for snake-case@1.1.2
31298npm verb afterAdd /root/.npm/swap-case/1.1.2/package/package.json not in flight; writing
31299npm verb afterAdd /root/.npm/is-upper-case/1.1.2/package/package.json not in flight; writing
31300npm verb afterAdd /root/.npm/swap-case/1.1.2/package/package.json written
31301npm verb afterAdd /root/.npm/camel-case/1.2.2/package/package.json not in flight; writing
31302npm verb afterAdd /root/.npm/snake-case/1.1.2/package/package.json not in flight; writing
31303npm verb afterAdd /root/.npm/is-upper-case/1.1.2/package/package.json written
31304npm verb afterAdd /root/.npm/camel-case/1.2.2/package/package.json written
31305npm verb afterAdd /root/.npm/snake-case/1.1.2/package/package.json written
31306npm verb cache add spec commander@2.2.x
31307npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for commander
31308npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
31309npm verb request uri http://registry.npmjs.org/commander
31310npm verb request no auth needed
31311npm info attempt registry request try #1 at 19:25:03
31312npm verb etag "DYW0JBRXQO3Y28VX1THARSCBL"
31313npm http request GET http://registry.npmjs.org/commander
31314npm http 304 http://registry.npmjs.org/commander
31315npm verb headers { date: 'Tue, 29 Dec 2015 19:24:35 GMT',
31316npm verb headers 'content-type': 'application/json',
31317npm verb headers age: '261',
31318npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
31319npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31320npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
31321npm verb headers connection: 'keep-alive' }
31322npm verb etag http://registry.npmjs.org/commander from cache
31323npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
31324npm verb addNamed "2.2.0" is a plain semver version for commander
31325npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.2.0.tgz not in flight; adding
31326npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.2.0.tgz',
31327npm verb addRemoteTarball '175ad4b9317f3ff615f201c1e57224f55a3e91df' ]
31328npm info retry fetch attempt 1 at 19:25:03
31329npm info attempt registry request try #1 at 19:25:03
31330npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.2.0.tgz
31331npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.2.0.tgz
31332npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/commander/-/commander-2.2.0.tgz not in flight; adding
31333npm verb addTmpTarball already have metadata; skipping unpack for commander@2.2.0
31334npm verb afterAdd /root/.npm/commander/2.2.0/package/package.json not in flight; writing
31335npm verb afterAdd /root/.npm/commander/2.2.0/package/package.json written
31336npm verb cache add spec glob@~ 3.2.1
31337npm verb addNamed ">=3.2.1 <3.3.0" is a valid semver range for glob
31338npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
31339npm verb get http://registry.npmjs.org/glob not expired, no request
31340npm verb addNamed "3.2.11" is a plain semver version for glob
31341npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
31342npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
31343npm verb cache add spec minimatch@0.3
31344npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
31345npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
31346npm verb get http://registry.npmjs.org/minimatch not expired, no request
31347npm verb addNamed "0.3.0" is a plain semver version for minimatch
31348npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
31349npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
31350npm verb request uri http://registry.npmjs.org/wiredep
31351npm verb request no auth needed
31352npm info attempt registry request try #1 at 19:25:03
31353npm http request GET http://registry.npmjs.org/wiredep
31354npm http 200 http://registry.npmjs.org/wiredep
31355npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31356npm verb headers etag: '"5XOI842YURILZ2ZV7RJH4N3YE"',
31357npm verb headers 'content-type': 'application/json',
31358npm verb headers 'cache-control': 'max-age=300',
31359npm verb headers 'content-length': '80540',
31360npm verb headers 'accept-ranges': 'bytes',
31361npm verb headers date: 'Tue, 29 Dec 2015 19:25:03 GMT',
31362npm verb headers age: '275',
31363npm verb headers 'x-served-by': 'cache-fra1225-FRA',
31364npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31365npm verb headers 'x-cache-hits': '2',
31366npm verb headers 'x-timer': 'S1451417103.386186,VS0,VE0',
31367npm verb headers vary: 'Accept',
31368npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31369npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31370npm verb headers connection: 'keep-alive' }
31371npm verb get saving wiredep to /root/.npm/registry.npmjs.org/wiredep/.cache.json
31372npm verb cache add spec wiredep@~0.4.2
31373npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for wiredep
31374npm verb addNameRange registry:http://registry.npmjs.org/wiredep not in flight; fetching
31375npm verb get http://registry.npmjs.org/wiredep not expired, no request
31376npm verb addNamed "0.4.2" is a plain semver version for wiredep
31377npm verb addRemoteTarball http://registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz not in flight; adding
31378npm verb addRemoteTarball [ 'http://registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz',
31379npm verb addRemoteTarball '42d4cf07422576f26e3a04045edc163da101a66f' ]
31380npm info retry fetch attempt 1 at 19:25:03
31381npm info attempt registry request try #1 at 19:25:03
31382npm http fetch GET http://registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz
31383npm http fetch 200 http://registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz
31384npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz not in flight; adding
31385npm verb addTmpTarball already have metadata; skipping unpack for wiredep@0.4.2
31386npm verb afterAdd /root/.npm/wiredep/0.4.2/package/package.json not in flight; writing
31387npm verb afterAdd /root/.npm/wiredep/0.4.2/package/package.json written
31388npm verb cache add spec lodash@~1.3.0
31389npm verb cache add spec chalk@~0.1.1
31390npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for lodash
31391npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
31392npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for chalk
31393npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
31394npm verb get http://registry.npmjs.org/lodash not expired, no request
31395npm verb addNamed "1.3.1" is a plain semver version for lodash
31396npm WARN deprecated lodash@1.3.1: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
31397npm verb request uri http://registry.npmjs.org/chalk
31398npm verb request no auth needed
31399npm info attempt registry request try #1 at 19:25:03
31400npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
31401npm http request GET http://registry.npmjs.org/chalk
31402npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz not in flight; adding
31403npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz',
31404npm verb addRemoteTarball 'a4663b53686b895ff074e2ba504dfb76a8e2b770' ]
31405npm http 304 http://registry.npmjs.org/chalk
31406npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
31407npm verb headers 'content-type': 'application/json',
31408npm verb headers age: '65',
31409npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
31410npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31411npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
31412npm verb headers connection: 'keep-alive' }
31413npm verb etag http://registry.npmjs.org/chalk from cache
31414npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
31415npm info retry fetch attempt 1 at 19:25:03
31416npm info attempt registry request try #1 at 19:25:03
31417npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz
31418npm verb addNamed "0.1.1" is a plain semver version for chalk
31419npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.1.1.tgz not in flight; adding
31420npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.1.1.tgz',
31421npm verb addRemoteTarball 'fe6d90ae2c270424720c87ed92d36490b7d36ea0' ]
31422npm info retry fetch attempt 1 at 19:25:03
31423npm info attempt registry request try #1 at 19:25:03
31424npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.1.1.tgz
31425npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.1.1.tgz
31426npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz
31427npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/chalk/-/chalk-0.1.1.tgz not in flight; adding
31428npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.1.1
31429npm verb afterAdd /root/.npm/chalk/0.1.1/package/package.json not in flight; writing
31430npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash/-/lodash-1.3.1.tgz not in flight; adding
31431npm verb addTmpTarball already have metadata; skipping unpack for lodash@1.3.1
31432npm verb afterAdd /root/.npm/chalk/0.1.1/package/package.json written
31433npm verb afterAdd /root/.npm/lodash/1.3.1/package/package.json not in flight; writing
31434npm verb afterAdd /root/.npm/lodash/1.3.1/package/package.json written
31435npm verb cache add spec ansi-styles@~0.1.0
31436npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for ansi-styles
31437npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
31438npm verb request uri http://registry.npmjs.org/has-color
31439npm verb request no auth needed
31440npm info attempt registry request try #1 at 19:25:03
31441npm http request GET http://registry.npmjs.org/has-color
31442npm verb request uri http://registry.npmjs.org/ansi-styles
31443npm verb request no auth needed
31444npm info attempt registry request try #1 at 19:25:03
31445npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
31446npm http request GET http://registry.npmjs.org/ansi-styles
31447npm http 304 http://registry.npmjs.org/ansi-styles
31448npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
31449npm verb headers 'content-type': 'application/json',
31450npm verb headers age: '219',
31451npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
31452npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31453npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
31454npm verb headers connection: 'keep-alive' }
31455npm verb etag http://registry.npmjs.org/ansi-styles from cache
31456npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
31457npm verb addNamed "0.1.2" is a plain semver version for ansi-styles
31458npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz not in flight; adding
31459npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz',
31460npm verb addRemoteTarball '5bab27c2e0bbe944ee42057cf23adee970abc7c6' ]
31461npm info retry fetch attempt 1 at 19:25:03
31462npm info attempt registry request try #1 at 19:25:03
31463npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz
31464npm http 200 http://registry.npmjs.org/has-color
31465npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31466npm verb headers etag: '"9ZRSWCOVUIZDICDCHIWY7SF6I"',
31467npm verb headers 'content-type': 'application/json',
31468npm verb headers 'cache-control': 'max-age=300',
31469npm verb headers 'content-length': '10259',
31470npm verb headers 'accept-ranges': 'bytes',
31471npm verb headers date: 'Tue, 29 Dec 2015 19:25:03 GMT',
31472npm verb headers age: '74',
31473npm verb headers 'x-served-by': 'cache-fra1223-FRA',
31474npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31475npm verb headers 'x-cache-hits': '1',
31476npm verb headers 'x-timer': 'S1451417103.773867,VS0,VE0',
31477npm verb headers vary: 'Accept',
31478npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31479npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31480npm verb headers connection: 'keep-alive' }
31481npm verb get saving has-color to /root/.npm/registry.npmjs.org/has-color/.cache.json
31482npm verb cache add spec has-color@~0.1.0
31483npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-color
31484npm verb addNameRange registry:http://registry.npmjs.org/has-color not in flight; fetching
31485npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz
31486npm verb get http://registry.npmjs.org/has-color not expired, no request
31487npm verb addNamed "0.1.7" is a plain semver version for has-color
31488npm verb addRemoteTarball http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz not in flight; adding
31489npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz',
31490npm verb addRemoteTarball '67144a5260c34fc3cca677d041daf52fe7b78b2f' ]
31491npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz not in flight; adding
31492npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@0.1.2
31493npm info retry fetch attempt 1 at 19:25:03
31494npm info attempt registry request try #1 at 19:25:03
31495npm http fetch GET http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
31496npm http fetch 200 http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
31497npm verb afterAdd /root/.npm/ansi-styles/0.1.2/package/package.json not in flight; writing
31498npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/has-color/-/has-color-0.1.7.tgz not in flight; adding
31499npm verb addTmpTarball already have metadata; skipping unpack for has-color@0.1.7
31500npm verb afterAdd /root/.npm/ansi-styles/0.1.2/package/package.json written
31501npm verb afterAdd /root/.npm/has-color/0.1.7/package/package.json not in flight; writing
31502npm verb afterAdd /root/.npm/has-color/0.1.7/package/package.json written
31503npm verb cache add spec chalk@~0.4.0
31504npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
31505npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
31506npm verb request uri http://registry.npmjs.org/autoprefixer
31507npm verb request no auth needed
31508npm info attempt registry request try #1 at 19:25:03
31509npm http request GET http://registry.npmjs.org/autoprefixer
31510npm verb request uri http://registry.npmjs.org/diff
31511npm verb request no auth needed
31512npm info attempt registry request try #1 at 19:25:03
31513npm http request GET http://registry.npmjs.org/diff
31514npm verb get http://registry.npmjs.org/chalk not expired, no request
31515npm verb addNamed "0.4.0" is a plain semver version for chalk
31516npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz not in flight; adding
31517npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz',
31518npm verb addRemoteTarball '5199a3ddcd0c1efe23bc08c1b027b06176e0c64f' ]
31519npm info retry fetch attempt 1 at 19:25:03
31520npm info attempt registry request try #1 at 19:25:03
31521npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
31522npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
31523npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/chalk/-/chalk-0.4.0.tgz not in flight; adding
31524npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.4.0
31525npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
31526npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
31527npm http 200 http://registry.npmjs.org/diff
31528npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31529npm verb headers etag: '"C2JR8VIFOCSEV2B6HYFHDDE8H"',
31530npm verb headers 'content-type': 'application/json',
31531npm verb headers 'cache-control': 'max-age=300',
31532npm verb headers 'content-length': '41603',
31533npm verb headers 'accept-ranges': 'bytes',
31534npm verb headers date: 'Tue, 29 Dec 2015 19:25:03 GMT',
31535npm verb headers age: '259',
31536npm verb headers 'x-served-by': 'cache-fra1234-FRA',
31537npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31538npm verb headers 'x-cache-hits': '2',
31539npm verb headers 'x-timer': 'S1451417103.888215,VS0,VE0',
31540npm verb headers vary: 'Accept',
31541npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31542npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31543npm verb headers connection: 'keep-alive' }
31544npm verb get saving diff to /root/.npm/registry.npmjs.org/diff/.cache.json
31545npm verb cache add spec diff@~1.0.8
31546npm verb addNamed ">=1.0.8 <1.1.0" is a valid semver range for diff
31547npm verb addNameRange registry:http://registry.npmjs.org/diff not in flight; fetching
31548npm verb get http://registry.npmjs.org/diff not expired, no request
31549npm verb addNamed "1.0.8" is a plain semver version for diff
31550npm verb addRemoteTarball http://registry.npmjs.org/diff/-/diff-1.0.8.tgz not in flight; adding
31551npm verb addRemoteTarball [ 'http://registry.npmjs.org/diff/-/diff-1.0.8.tgz',
31552npm verb addRemoteTarball '343276308ec991b7bc82267ed55bc1411f971666' ]
31553npm info retry fetch attempt 1 at 19:25:03
31554npm info attempt registry request try #1 at 19:25:03
31555npm http fetch GET http://registry.npmjs.org/diff/-/diff-1.0.8.tgz
31556npm http fetch 200 http://registry.npmjs.org/diff/-/diff-1.0.8.tgz
31557npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/diff/-/diff-1.0.8.tgz not in flight; adding
31558npm verb addTmpTarball already have metadata; skipping unpack for diff@1.0.8
31559npm verb afterAdd /root/.npm/diff/1.0.8/package/package.json not in flight; writing
31560npm verb afterAdd /root/.npm/diff/1.0.8/package/package.json written
31561npm http 200 http://registry.npmjs.org/autoprefixer
31562npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31563npm verb headers etag: '"396SNC1FZ8T3GRB2BTRLX33XX"',
31564npm verb headers 'content-type': 'application/json',
31565npm verb headers 'cache-control': 'max-age=300',
31566npm verb headers 'content-length': '138024',
31567npm verb headers 'accept-ranges': 'bytes',
31568npm verb headers date: 'Tue, 29 Dec 2015 19:25:03 GMT',
31569npm verb headers age: '216',
31570npm verb headers 'x-served-by': 'cache-fra1223-FRA',
31571npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31572npm verb headers 'x-cache-hits': '1',
31573npm verb headers 'x-timer': 'S1451417103.888828,VS0,VE0',
31574npm verb headers vary: 'Accept',
31575npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31576npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31577npm verb headers connection: 'keep-alive' }
31578npm verb get saving autoprefixer to /root/.npm/registry.npmjs.org/autoprefixer/.cache.json
31579npm verb cache add spec autoprefixer@~1.3.1
31580npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for autoprefixer
31581npm verb addNameRange registry:http://registry.npmjs.org/autoprefixer not in flight; fetching
31582npm verb get http://registry.npmjs.org/autoprefixer not expired, no request
31583npm verb addNamed "1.3.1" is a plain semver version for autoprefixer
31584npm verb addRemoteTarball http://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz not in flight; adding
31585npm verb addRemoteTarball [ 'http://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz',
31586npm verb addRemoteTarball 'bd731b558daabbf4556a74f75766f9e78102fefb' ]
31587npm info retry fetch attempt 1 at 19:25:04
31588npm info attempt registry request try #1 at 19:25:04
31589npm http fetch GET http://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz
31590npm http fetch 200 http://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz
31591npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz not in flight; adding
31592npm verb addTmpTarball already have metadata; skipping unpack for autoprefixer@1.3.1
31593npm verb afterAdd /root/.npm/autoprefixer/1.3.1/package/package.json not in flight; writing
31594npm verb afterAdd /root/.npm/autoprefixer/1.3.1/package/package.json written
31595npm verb request uri http://registry.npmjs.org/postcss
31596npm verb request no auth needed
31597npm info attempt registry request try #1 at 19:25:04
31598npm http request GET http://registry.npmjs.org/postcss
31599npm verb request uri http://registry.npmjs.org/fs-extra
31600npm verb request no auth needed
31601npm info attempt registry request try #1 at 19:25:04
31602npm http request GET http://registry.npmjs.org/fs-extra
31603npm verb request uri http://registry.npmjs.org/caniuse-db
31604npm verb request no auth needed
31605npm info attempt registry request try #1 at 19:25:04
31606npm http request GET http://registry.npmjs.org/caniuse-db
31607npm http 200 http://registry.npmjs.org/fs-extra
31608npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31609npm verb headers etag: '"29MGF514AYFY503MI1EY7HU5G"',
31610npm verb headers 'content-type': 'application/json',
31611npm verb headers 'cache-control': 'max-age=300',
31612npm verb headers 'content-length': '105461',
31613npm verb headers 'accept-ranges': 'bytes',
31614npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
31615npm verb headers 'x-served-by': 'cache-fra1239-FRA',
31616npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
31617npm verb headers 'x-cache-hits': '2',
31618npm verb headers 'x-timer': 'S1451417007.749606,VS0,VE0',
31619npm verb headers vary: 'Accept',
31620npm verb headers age: '178',
31621npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31622npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31623npm verb headers connection: 'keep-alive' }
31624npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
31625npm verb cache add spec fs-extra@~0.9.1
31626npm verb addNamed ">=0.9.1 <0.10.0" is a valid semver range for fs-extra
31627npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
31628npm verb get http://registry.npmjs.org/fs-extra not expired, no request
31629npm verb addNamed "0.9.1" is a plain semver version for fs-extra
31630npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz not in flight; adding
31631npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz',
31632npm verb addRemoteTarball '87dbfc01383a8ddce7d9d5496f3608564889f156' ]
31633npm info retry fetch attempt 1 at 19:25:04
31634npm info attempt registry request try #1 at 19:25:04
31635npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz
31636npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz
31637npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz not in flight; adding
31638npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.9.1
31639npm verb afterAdd /root/.npm/fs-extra/0.9.1/package/package.json not in flight; writing
31640npm verb afterAdd /root/.npm/fs-extra/0.9.1/package/package.json written
31641npm http 200 http://registry.npmjs.org/postcss
31642npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31643npm verb headers etag: '"9MHC6IR06DY9B1624UDINIHVI"',
31644npm verb headers 'content-type': 'application/json',
31645npm verb headers 'cache-control': 'max-age=300',
31646npm verb headers 'content-length': '105533',
31647npm verb headers 'accept-ranges': 'bytes',
31648npm verb headers date: 'Tue, 29 Dec 2015 19:25:04 GMT',
31649npm verb headers age: '110',
31650npm verb headers 'x-served-by': 'cache-fra1234-FRA',
31651npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31652npm verb headers 'x-cache-hits': '1',
31653npm verb headers 'x-timer': 'S1451417104.305268,VS0,VE0',
31654npm verb headers vary: 'Accept',
31655npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31656npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31657npm verb headers connection: 'keep-alive' }
31658npm verb get saving postcss to /root/.npm/registry.npmjs.org/postcss/.cache.json
31659npm http 200 http://registry.npmjs.org/caniuse-db
31660npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31661npm verb headers etag: '"118CJG5J8P52UPG4VVZ7HQYWP"',
31662npm verb headers 'content-type': 'application/json',
31663npm verb headers 'cache-control': 'max-age=300',
31664npm verb headers 'content-length': '445364',
31665npm verb headers 'accept-ranges': 'bytes',
31666npm verb headers date: 'Tue, 29 Dec 2015 19:25:04 GMT',
31667npm verb headers age: '24',
31668npm verb headers 'x-served-by': 'cache-fra1244-FRA',
31669npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31670npm verb headers 'x-cache-hits': '1',
31671npm verb headers 'x-timer': 'S1451417104.311314,VS0,VE1',
31672npm verb headers vary: 'Accept',
31673npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31674npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31675npm verb headers connection: 'keep-alive' }
31676npm verb get saving caniuse-db to /root/.npm/registry.npmjs.org/caniuse-db/.cache.json
31677npm verb cache add spec postcss@~0.3.5
31678npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for postcss
31679npm verb addNameRange registry:http://registry.npmjs.org/postcss not in flight; fetching
31680npm verb cache add spec caniuse-db@1.0.20140618 - 2
31681npm verb addNamed ">=1.0.20140618 <3.0.0" is a valid semver range for caniuse-db
31682npm verb addNameRange registry:http://registry.npmjs.org/caniuse-db not in flight; fetching
31683npm verb get http://registry.npmjs.org/postcss not expired, no request
31684npm verb addNamed "0.3.5" is a plain semver version for postcss
31685npm verb addRemoteTarball http://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz not in flight; adding
31686npm verb addRemoteTarball [ 'http://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz',
31687npm verb addRemoteTarball '5073a3d062ef3ce592ac4a5fe6b8c2862ab83ceb' ]
31688npm info retry fetch attempt 1 at 19:25:04
31689npm info attempt registry request try #1 at 19:25:04
31690npm http fetch GET http://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz
31691npm verb get http://registry.npmjs.org/caniuse-db not expired, no request
31692npm verb addNamed "1.0.30000382" is a plain semver version for caniuse-db
31693npm http fetch 200 http://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz
31694npm verb addRemoteTarball http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz not in flight; adding
31695npm verb addRemoteTarball [ 'http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz',
31696npm verb addRemoteTarball '343fea82a49d3224591d01c5aaf5cf43f5fe3bda' ]
31697npm info retry fetch attempt 1 at 19:25:04
31698npm info attempt registry request try #1 at 19:25:04
31699npm http fetch GET http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz
31700npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/postcss/-/postcss-0.3.5.tgz not in flight; adding
31701npm verb addTmpTarball already have metadata; skipping unpack for postcss@0.3.5
31702npm http fetch 200 http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz
31703npm verb afterAdd /root/.npm/postcss/0.3.5/package/package.json not in flight; writing
31704npm verb afterAdd /root/.npm/postcss/0.3.5/package/package.json written
31705npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz not in flight; adding
31706npm verb addTmpTarball already have metadata; skipping unpack for caniuse-db@1.0.30000382
31707npm verb afterAdd /root/.npm/caniuse-db/1.0.30000382/package/package.json not in flight; writing
31708npm verb afterAdd /root/.npm/caniuse-db/1.0.30000382/package/package.json written
31709npm verb cache add spec ncp@^0.5.1
31710npm verb cache add spec mkdirp@^0.5.0
31711npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for ncp
31712npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
31713npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
31714npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
31715npm verb request uri http://registry.npmjs.org/jsonfile
31716npm verb request no auth needed
31717npm info attempt registry request try #1 at 19:25:04
31718npm http request GET http://registry.npmjs.org/jsonfile
31719npm verb request uri http://registry.npmjs.org/ncp
31720npm verb request no auth needed
31721npm info attempt registry request try #1 at 19:25:04
31722npm verb etag "E335WN9HFOY1A47CZXJP6Y7CE"
31723npm http request GET http://registry.npmjs.org/ncp
31724npm verb request uri http://registry.npmjs.org/mkdirp
31725npm verb request no auth needed
31726npm info attempt registry request try #1 at 19:25:04
31727npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
31728npm http request GET http://registry.npmjs.org/mkdirp
31729npm http 200 http://registry.npmjs.org/jsonfile
31730npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31731npm verb headers etag: '"EDYTB6GREGXYI7F7RCPNW3UZI"',
31732npm verb headers 'content-type': 'application/json',
31733npm verb headers 'cache-control': 'max-age=300',
31734npm verb headers 'content-length': '19958',
31735npm verb headers 'accept-ranges': 'bytes',
31736npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
31737npm verb headers 'x-served-by': 'cache-fra1235-FRA',
31738npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
31739npm verb headers 'x-cache-hits': '1',
31740npm verb headers 'x-timer': 'S1451417008.144178,VS0,VE0',
31741npm verb headers vary: 'Accept',
31742npm verb headers age: '178',
31743npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31744npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31745npm verb headers connection: 'keep-alive' }
31746npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
31747npm http 304 http://registry.npmjs.org/mkdirp
31748npm verb headers { date: 'Tue, 29 Dec 2015 19:23:28 GMT',
31749npm verb headers 'content-type': 'application/json',
31750npm verb headers age: '212',
31751npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
31752npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31753npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
31754npm verb headers connection: 'keep-alive' }
31755npm verb etag http://registry.npmjs.org/mkdirp from cache
31756npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
31757npm verb addNamed "0.5.1" is a plain semver version for mkdirp
31758npm verb cache add spec jsonfile@~1.1.0
31759npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for jsonfile
31760npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
31761npm http 304 http://registry.npmjs.org/ncp
31762npm verb headers { date: 'Tue, 29 Dec 2015 19:25:04 GMT',
31763npm verb headers 'cache-control': 'max-age=60',
31764npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
31765npm verb headers age: '29',
31766npm verb headers 'x-served-by': 'cache-fra1244-FRA',
31767npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31768npm verb headers 'x-cache-hits': '1',
31769npm verb headers 'x-timer': 'S1451417104.994055,VS0,VE0',
31770npm verb headers vary: 'Accept',
31771npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
31772npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31773npm verb headers connection: 'keep-alive' }
31774npm verb etag http://registry.npmjs.org/ncp from cache
31775npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
31776npm verb get http://registry.npmjs.org/jsonfile not expired, no request
31777npm verb addNamed "1.1.1" is a plain semver version for jsonfile
31778npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
31779npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz not in flight; adding
31780npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz',
31781npm verb addRemoteTarball 'da4fd6ad77f1a255203ea63c7bc32dc31ef64433' ]
31782npm verb addNamed "0.5.1" is a plain semver version for ncp
31783npm info retry fetch attempt 1 at 19:25:05
31784npm info attempt registry request try #1 at 19:25:05
31785npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz
31786npm verb addRemoteTarball http://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz not in flight; adding
31787npm verb addRemoteTarball [ 'http://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz',
31788npm verb addRemoteTarball '743985316e3db459281b587169e845735a05439f' ]
31789npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
31790npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz
31791npm info retry fetch attempt 1 at 19:25:05
31792npm info attempt registry request try #1 at 19:25:05
31793npm http fetch GET http://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz
31794npm http fetch 200 http://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz
31795npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz not in flight; adding
31796npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@1.1.1
31797npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ncp/-/ncp-0.5.1.tgz not in flight; adding
31798npm verb addTmpTarball already have metadata; skipping unpack for ncp@0.5.1
31799npm verb afterAdd /root/.npm/jsonfile/1.1.1/package/package.json not in flight; writing
31800npm verb afterAdd /root/.npm/ncp/0.5.1/package/package.json not in flight; writing
31801npm verb afterAdd /root/.npm/jsonfile/1.1.1/package/package.json written
31802npm verb afterAdd /root/.npm/ncp/0.5.1/package/package.json written
31803npm verb cache add spec minimist@0.0.8
31804npm verb addNamed "0.0.8" is a plain semver version for minimist
31805npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
31806npm verb request uri http://registry.npmjs.org/minimist
31807npm verb request no auth needed
31808npm info attempt registry request try #1 at 19:25:05
31809npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
31810npm http request GET http://registry.npmjs.org/minimist
31811npm http 304 http://registry.npmjs.org/minimist
31812npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
31813npm verb headers 'content-type': 'application/json',
31814npm verb headers age: '275',
31815npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
31816npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31817npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
31818npm verb headers connection: 'keep-alive' }
31819npm verb etag http://registry.npmjs.org/minimist from cache
31820npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
31821npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
31822npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
31823npm verb request uri http://registry.npmjs.org/base64-js
31824npm verb request no auth needed
31825npm info attempt registry request try #1 at 19:25:05
31826npm http request GET http://registry.npmjs.org/base64-js
31827npm http 200 http://registry.npmjs.org/base64-js
31828npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31829npm verb headers etag: '"1JCI3OO0E7DW4I03QC3KUR4IL"',
31830npm verb headers 'content-type': 'application/json',
31831npm verb headers 'cache-control': 'max-age=60',
31832npm verb headers 'content-length': '9649',
31833npm verb headers 'accept-ranges': 'bytes',
31834npm verb headers date: 'Tue, 29 Dec 2015 19:25:05 GMT',
31835npm verb headers age: '19',
31836npm verb headers 'x-served-by': 'cache-fra1244-FRA',
31837npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31838npm verb headers 'x-cache-hits': '1',
31839npm verb headers 'x-timer': 'S1451417105.145540,VS0,VE0',
31840npm verb headers vary: 'Accept',
31841npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
31842npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31843npm verb headers connection: 'keep-alive' }
31844npm verb get saving base64-js to /root/.npm/registry.npmjs.org/base64-js/.cache.json
31845npm verb cache add spec base64-js@~0.0.6
31846npm verb addNamed ">=0.0.6 <0.1.0" is a valid semver range for base64-js
31847npm verb addNameRange registry:http://registry.npmjs.org/base64-js not in flight; fetching
31848npm verb get http://registry.npmjs.org/base64-js not expired, no request
31849npm verb addNamed "0.0.8" is a plain semver version for base64-js
31850npm verb addRemoteTarball http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz not in flight; adding
31851npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz',
31852npm verb addRemoteTarball '1101e9544f4a76b1bc3b26d452ca96d7a35e7978' ]
31853npm info retry fetch attempt 1 at 19:25:05
31854npm info attempt registry request try #1 at 19:25:05
31855npm http fetch GET http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz
31856npm http fetch 200 http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz
31857npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz not in flight; adding
31858npm verb addTmpTarball already have metadata; skipping unpack for base64-js@0.0.8
31859npm verb afterAdd /root/.npm/base64-js/0.0.8/package/package.json not in flight; writing
31860npm verb afterAdd /root/.npm/base64-js/0.0.8/package/package.json written
31861npm verb cache add spec ansi-styles@~1.0.0
31862npm verb cache add spec strip-ansi@~0.1.0
31863npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
31864npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
31865npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
31866npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
31867npm verb request uri http://registry.npmjs.org/strip-ansi
31868npm verb request no auth needed
31869npm info attempt registry request try #1 at 19:25:05
31870npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
31871npm http request GET http://registry.npmjs.org/strip-ansi
31872npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
31873npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
31874npm http 304 http://registry.npmjs.org/strip-ansi
31875npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
31876npm verb headers 'content-type': 'application/json',
31877npm verb headers age: '208',
31878npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
31879npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31880npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
31881npm verb headers connection: 'keep-alive' }
31882npm verb etag http://registry.npmjs.org/strip-ansi from cache
31883npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
31884npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz not in flight; adding
31885npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz',
31886npm verb addRemoteTarball 'cb102df1c56f5123eab8b67cd7b98027a0279178' ]
31887npm info retry fetch attempt 1 at 19:25:05
31888npm info attempt registry request try #1 at 19:25:05
31889npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
31890npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
31891npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
31892npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz not in flight; adding
31893npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz',
31894npm verb addRemoteTarball '39e8a98d044d150660abe4a6808acf70bb7bc991' ]
31895npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz not in flight; adding
31896npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@1.0.0
31897npm info retry fetch attempt 1 at 19:25:05
31898npm info attempt registry request try #1 at 19:25:05
31899npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
31900npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
31901npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
31902npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz not in flight; adding
31903npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.1.1
31904npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
31905npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
31906npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
31907npm verb request uri http://registry.npmjs.org/shelljs
31908npm verb request no auth needed
31909npm info attempt registry request try #1 at 19:25:05
31910npm http request GET http://registry.npmjs.org/shelljs
31911npm http 200 http://registry.npmjs.org/shelljs
31912npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31913npm verb headers etag: '"6HCE59UTDL2J8NPRDK7JL2N4C"',
31914npm verb headers 'content-type': 'application/json',
31915npm verb headers 'cache-control': 'max-age=300',
31916npm verb headers 'content-length': '53907',
31917npm verb headers 'accept-ranges': 'bytes',
31918npm verb headers date: 'Tue, 29 Dec 2015 19:25:05 GMT',
31919npm verb headers age: '62',
31920npm verb headers 'x-served-by': 'cache-fra1244-FRA',
31921npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31922npm verb headers 'x-cache-hits': '3',
31923npm verb headers 'x-timer': 'S1451417105.312485,VS0,VE0',
31924npm verb headers vary: 'Accept',
31925npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31926npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31927npm verb headers connection: 'keep-alive' }
31928npm verb get saving shelljs to /root/.npm/registry.npmjs.org/shelljs/.cache.json
31929npm verb cache add spec shelljs@~0.2.6
31930npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for shelljs
31931npm verb addNameRange registry:http://registry.npmjs.org/shelljs not in flight; fetching
31932npm verb get http://registry.npmjs.org/shelljs not expired, no request
31933npm verb addNamed "0.2.6" is a plain semver version for shelljs
31934npm verb addRemoteTarball http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz not in flight; adding
31935npm verb addRemoteTarball [ 'http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz',
31936npm verb addRemoteTarball '90492d72ffcc8159976baba62fb0f6884f0c3378' ]
31937npm info retry fetch attempt 1 at 19:25:05
31938npm info attempt registry request try #1 at 19:25:05
31939npm http fetch GET http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz
31940npm http fetch 200 http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz
31941npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz not in flight; adding
31942npm verb addTmpTarball already have metadata; skipping unpack for shelljs@0.2.6
31943npm verb afterAdd /root/.npm/shelljs/0.2.6/package/package.json not in flight; writing
31944npm verb afterAdd /root/.npm/shelljs/0.2.6/package/package.json written
31945npm verb cache add spec async@~0.2.9
31946npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for async
31947npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
31948npm verb request uri http://registry.npmjs.org/pad-stdio
31949npm verb request no auth needed
31950npm info attempt registry request try #1 at 19:25:05
31951npm http request GET http://registry.npmjs.org/pad-stdio
31952npm verb get http://registry.npmjs.org/async not expired, no request
31953npm verb addNamed "0.2.10" is a plain semver version for async
31954npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
31955npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
31956npm http 200 http://registry.npmjs.org/pad-stdio
31957npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31958npm verb headers etag: '"7I0SP2L2962ERFYSQ0J0RHD3C"',
31959npm verb headers 'content-type': 'application/json',
31960npm verb headers 'cache-control': 'max-age=300',
31961npm verb headers 'content-length': '6053',
31962npm verb headers 'accept-ranges': 'bytes',
31963npm verb headers date: 'Tue, 29 Dec 2015 19:25:05 GMT',
31964npm verb headers age: '0',
31965npm verb headers 'x-served-by': 'cache-fra1244-FRA',
31966npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
31967npm verb headers 'x-cache-hits': '1',
31968npm verb headers 'x-timer': 'S1451417105.751575,VS0,VE101',
31969npm verb headers vary: 'Accept',
31970npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
31971npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
31972npm verb headers connection: 'keep-alive' }
31973npm verb get saving pad-stdio to /root/.npm/registry.npmjs.org/pad-stdio/.cache.json
31974npm verb cache add spec pad-stdio@^0.1.0
31975npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for pad-stdio
31976npm verb addNameRange registry:http://registry.npmjs.org/pad-stdio not in flight; fetching
31977npm verb get http://registry.npmjs.org/pad-stdio not expired, no request
31978npm verb addNamed "0.1.1" is a plain semver version for pad-stdio
31979npm verb addRemoteTarball http://registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz not in flight; adding
31980npm verb addRemoteTarball [ 'http://registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz',
31981npm verb addRemoteTarball '7c2f99c4d969633c60c5b551259c0755078aeb2a' ]
31982npm info retry fetch attempt 1 at 19:25:05
31983npm info attempt registry request try #1 at 19:25:05
31984npm http fetch GET http://registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz
31985npm http fetch 200 http://registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz
31986npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz not in flight; adding
31987npm verb addTmpTarball already have metadata; skipping unpack for pad-stdio@0.1.1
31988npm verb afterAdd /root/.npm/pad-stdio/0.1.1/package/package.json not in flight; writing
31989npm verb afterAdd /root/.npm/pad-stdio/0.1.1/package/package.json written
31990npm verb request uri http://registry.npmjs.org/lpad
31991npm verb request no auth needed
31992npm info attempt registry request try #1 at 19:25:05
31993npm http request GET http://registry.npmjs.org/lpad
31994npm http 200 http://registry.npmjs.org/lpad
31995npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31996npm verb headers etag: '"4XSDI3IX8F8X1FF1ULMRMUZLT"',
31997npm verb headers 'content-type': 'application/json',
31998npm verb headers 'cache-control': 'max-age=300',
31999npm verb headers 'content-length': '7202',
32000npm verb headers 'accept-ranges': 'bytes',
32001npm verb headers date: 'Tue, 29 Dec 2015 19:25:05 GMT',
32002npm verb headers age: '267',
32003npm verb headers 'x-served-by': 'cache-fra1244-FRA',
32004npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32005npm verb headers 'x-cache-hits': '3',
32006npm verb headers 'x-timer': 'S1451417105.929001,VS0,VE0',
32007npm verb headers vary: 'Accept',
32008npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
32009npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32010npm verb headers connection: 'keep-alive' }
32011npm verb get saving lpad to /root/.npm/registry.npmjs.org/lpad/.cache.json
32012npm verb cache add spec lpad@^0.2.0
32013npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for lpad
32014npm verb addNameRange registry:http://registry.npmjs.org/lpad not in flight; fetching
32015npm verb get http://registry.npmjs.org/lpad not expired, no request
32016npm verb addNamed "0.2.1" is a plain semver version for lpad
32017npm verb addRemoteTarball http://registry.npmjs.org/lpad/-/lpad-0.2.1.tgz not in flight; adding
32018npm verb addRemoteTarball [ 'http://registry.npmjs.org/lpad/-/lpad-0.2.1.tgz',
32019npm verb addRemoteTarball '110587a55818485ad6a019625e3927ca4c52c3ee' ]
32020npm info retry fetch attempt 1 at 19:25:05
32021npm info attempt registry request try #1 at 19:25:05
32022npm http fetch GET http://registry.npmjs.org/lpad/-/lpad-0.2.1.tgz
32023npm http fetch 200 http://registry.npmjs.org/lpad/-/lpad-0.2.1.tgz
32024npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lpad/-/lpad-0.2.1.tgz not in flight; adding
32025npm verb addTmpTarball already have metadata; skipping unpack for lpad@0.2.1
32026npm verb afterAdd /root/.npm/lpad/0.2.1/package/package.json not in flight; writing
32027npm verb afterAdd /root/.npm/lpad/0.2.1/package/package.json written
32028npm verb cache add spec rimraf@~2.2.1
32029npm verb addNamed ">=2.2.1 <2.3.0" is a valid semver range for rimraf
32030npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
32031npm verb get http://registry.npmjs.org/rimraf not expired, no request
32032npm verb addNamed "2.2.8" is a plain semver version for rimraf
32033npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
32034npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
32035npm verb cache add spec chalk@~0.4.0
32036npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
32037npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
32038npm verb get http://registry.npmjs.org/chalk not expired, no request
32039npm verb addNamed "0.4.0" is a plain semver version for chalk
32040npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
32041npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
32042npm verb cache add spec ansi-styles@~1.0.0
32043npm verb cache add spec strip-ansi@~0.1.0
32044npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
32045npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
32046npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
32047npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
32048npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
32049npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
32050npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
32051npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
32052npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
32053npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
32054npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
32055npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
32056npm verb cache add spec chalk@~0.4.0
32057npm verb cache add spec clean-css@~2.1.0
32058npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
32059npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
32060npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for clean-css
32061npm verb addNameRange registry:http://registry.npmjs.org/clean-css not in flight; fetching
32062npm verb request uri http://registry.npmjs.org/maxmin
32063npm verb request no auth needed
32064npm info attempt registry request try #1 at 19:25:06
32065npm http request GET http://registry.npmjs.org/maxmin
32066npm verb get http://registry.npmjs.org/chalk not expired, no request
32067npm verb addNamed "0.4.0" is a plain semver version for chalk
32068npm verb get http://registry.npmjs.org/clean-css not expired, no request
32069npm verb addNamed "2.1.8" is a plain semver version for clean-css
32070npm verb addRemoteTarball http://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz not in flight; adding
32071npm verb addRemoteTarball [ 'http://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz',
32072npm verb addRemoteTarball '2b4b2fd60f32441096216ae25a21faa74580dc83' ]
32073npm info retry fetch attempt 1 at 19:25:06
32074npm info attempt registry request try #1 at 19:25:06
32075npm http fetch GET http://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz
32076npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
32077npm http fetch 200 http://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz
32078npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
32079npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz not in flight; adding
32080npm verb addTmpTarball already have metadata; skipping unpack for clean-css@2.1.8
32081npm verb afterAdd /root/.npm/clean-css/2.1.8/package/package.json not in flight; writing
32082npm verb afterAdd /root/.npm/clean-css/2.1.8/package/package.json written
32083npm http 200 http://registry.npmjs.org/maxmin
32084npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32085npm verb headers etag: '"62D8YMHQ0HTSEW5J4JW13I3ZO"',
32086npm verb headers 'content-type': 'application/json',
32087npm verb headers 'cache-control': 'max-age=300',
32088npm verb headers 'content-length': '13236',
32089npm verb headers 'accept-ranges': 'bytes',
32090npm verb headers date: 'Tue, 29 Dec 2015 19:25:06 GMT',
32091npm verb headers age: '0',
32092npm verb headers 'x-served-by': 'cache-fra1244-FRA',
32093npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32094npm verb headers 'x-cache-hits': '1',
32095npm verb headers 'x-timer': 'S1451417106.216043,VS0,VE185',
32096npm verb headers vary: 'Accept',
32097npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32098npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32099npm verb headers connection: 'keep-alive' }
32100npm verb get saving maxmin to /root/.npm/registry.npmjs.org/maxmin/.cache.json
32101npm verb cache add spec maxmin@~0.1.0
32102npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for maxmin
32103npm verb addNameRange registry:http://registry.npmjs.org/maxmin not in flight; fetching
32104npm verb get http://registry.npmjs.org/maxmin not expired, no request
32105npm verb addNamed "0.1.0" is a plain semver version for maxmin
32106npm verb addRemoteTarball http://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz not in flight; adding
32107npm verb addRemoteTarball [ 'http://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz',
32108npm verb addRemoteTarball '95d81c5289e3a9d30f7fc7dc559c024e5030c9d0' ]
32109npm info retry fetch attempt 1 at 19:25:06
32110npm info attempt registry request try #1 at 19:25:06
32111npm http fetch GET http://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz
32112npm http fetch 200 http://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz
32113npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz not in flight; adding
32114npm verb addTmpTarball already have metadata; skipping unpack for maxmin@0.1.0
32115npm verb afterAdd /root/.npm/maxmin/0.1.0/package/package.json not in flight; writing
32116npm verb afterAdd /root/.npm/maxmin/0.1.0/package/package.json written
32117npm verb cache add spec ansi-styles@~1.0.0
32118npm verb cache add spec strip-ansi@~0.1.0
32119npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
32120npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
32121npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
32122npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
32123npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
32124npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
32125npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
32126npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
32127npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
32128npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
32129npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
32130npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
32131npm verb cache add spec chalk@^0.4.0
32132npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
32133npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
32134npm verb request uri http://registry.npmjs.org/gzip-size
32135npm verb request no auth needed
32136npm info attempt registry request try #1 at 19:25:06
32137npm http request GET http://registry.npmjs.org/gzip-size
32138npm verb request uri http://registry.npmjs.org/pretty-bytes
32139npm verb request no auth needed
32140npm info attempt registry request try #1 at 19:25:06
32141npm http request GET http://registry.npmjs.org/pretty-bytes
32142npm verb get http://registry.npmjs.org/chalk not expired, no request
32143npm verb addNamed "0.4.0" is a plain semver version for chalk
32144npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
32145npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
32146npm http 200 http://registry.npmjs.org/pretty-bytes
32147npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32148npm verb headers etag: '"WS99S59XQA58X1XWMU4OVI4E"',
32149npm verb headers 'content-type': 'application/json',
32150npm verb headers 'cache-control': 'max-age=300',
32151npm verb headers 'content-length': '15852',
32152npm verb headers 'accept-ranges': 'bytes',
32153npm verb headers date: 'Tue, 29 Dec 2015 19:25:06 GMT',
32154npm verb headers age: '0',
32155npm verb headers 'x-served-by': 'cache-fra1228-FRA',
32156npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32157npm verb headers 'x-cache-hits': '1',
32158npm verb headers 'x-timer': 'S1451417106.584502,VS0,VE240',
32159npm verb headers vary: 'Accept',
32160npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
32161npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32162npm verb headers connection: 'keep-alive' }
32163npm verb get saving pretty-bytes to /root/.npm/registry.npmjs.org/pretty-bytes/.cache.json
32164npm verb cache add spec pretty-bytes@^0.1.0
32165npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for pretty-bytes
32166npm verb addNameRange registry:http://registry.npmjs.org/pretty-bytes not in flight; fetching
32167npm verb get http://registry.npmjs.org/pretty-bytes not expired, no request
32168npm verb addNamed "0.1.2" is a plain semver version for pretty-bytes
32169npm verb addRemoteTarball http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz not in flight; adding
32170npm verb addRemoteTarball [ 'http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz',
32171npm verb addRemoteTarball 'cd90294d58a1ca4e8a5d0fb9c8225998881acf00' ]
32172npm info retry fetch attempt 1 at 19:25:06
32173npm info attempt registry request try #1 at 19:25:06
32174npm http fetch GET http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz
32175npm http fetch 200 http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz
32176npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz not in flight; adding
32177npm verb addTmpTarball already have metadata; skipping unpack for pretty-bytes@0.1.2
32178npm verb afterAdd /root/.npm/pretty-bytes/0.1.2/package/package.json not in flight; writing
32179npm verb afterAdd /root/.npm/pretty-bytes/0.1.2/package/package.json written
32180npm http 200 http://registry.npmjs.org/gzip-size
32181npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32182npm verb headers etag: '"4TTCC45L4Y1Y6HPTXU8SQU2TZ"',
32183npm verb headers 'content-type': 'application/json',
32184npm verb headers 'cache-control': 'max-age=300',
32185npm verb headers 'content-length': '13816',
32186npm verb headers 'accept-ranges': 'bytes',
32187npm verb headers date: 'Tue, 29 Dec 2015 19:25:07 GMT',
32188npm verb headers age: '0',
32189npm verb headers 'x-served-by': 'cache-fra1234-FRA',
32190npm verb headers 'x-cache': 'MISS, MISS from atomic01.kolabsys.com',
32191npm verb headers 'x-cache-hits': '0',
32192npm verb headers 'x-timer': 'S1451417106.584906,VS0,VE764',
32193npm verb headers vary: 'Accept',
32194npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
32195npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32196npm verb headers connection: 'keep-alive' }
32197npm verb get saving gzip-size to /root/.npm/registry.npmjs.org/gzip-size/.cache.json
32198npm verb cache add spec gzip-size@^0.1.0
32199npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for gzip-size
32200npm verb addNameRange registry:http://registry.npmjs.org/gzip-size not in flight; fetching
32201npm verb get http://registry.npmjs.org/gzip-size not expired, no request
32202npm verb addNamed "0.1.1" is a plain semver version for gzip-size
32203npm verb addRemoteTarball http://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz not in flight; adding
32204npm verb addRemoteTarball [ 'http://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz',
32205npm verb addRemoteTarball 'ae33483b6fc8224e8342296de108ef93757f76e0' ]
32206npm info retry fetch attempt 1 at 19:25:07
32207npm info attempt registry request try #1 at 19:25:07
32208npm http fetch GET http://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz
32209npm http fetch 200 http://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz
32210npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz not in flight; adding
32211npm verb addTmpTarball already have metadata; skipping unpack for gzip-size@0.1.1
32212npm verb afterAdd /root/.npm/gzip-size/0.1.1/package/package.json not in flight; writing
32213npm verb afterAdd /root/.npm/gzip-size/0.1.1/package/package.json written
32214npm verb cache add spec ansi-styles@~1.0.0
32215npm verb cache add spec strip-ansi@~0.1.0
32216npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
32217npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
32218npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
32219npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
32220npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
32221npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
32222npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
32223npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
32224npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
32225npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
32226npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
32227npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
32228npm verb request uri http://registry.npmjs.org/zlib-browserify
32229npm verb request no auth needed
32230npm info attempt registry request try #1 at 19:25:07
32231npm http request GET http://registry.npmjs.org/zlib-browserify
32232npm http 200 http://registry.npmjs.org/zlib-browserify
32233npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32234npm verb headers etag: '"1JBYE7Q6GR3MIBZMKP9R5LCCK"',
32235npm verb headers 'content-type': 'application/json',
32236npm verb headers 'cache-control': 'max-age=60',
32237npm verb headers 'content-length': '6079',
32238npm verb headers 'accept-ranges': 'bytes',
32239npm verb headers date: 'Tue, 29 Dec 2015 19:25:08 GMT',
32240npm verb headers age: '0',
32241npm verb headers 'x-served-by': 'cache-fra1234-FRA',
32242npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32243npm verb headers 'x-cache-hits': '1',
32244npm verb headers 'x-timer': 'S1451417107.480860,VS0,VE952',
32245npm verb headers vary: 'Accept',
32246npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
32247npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32248npm verb headers connection: 'keep-alive' }
32249npm verb get saving zlib-browserify to /root/.npm/registry.npmjs.org/zlib-browserify/.cache.json
32250npm verb cache add spec zlib-browserify@^0.0.3
32251npm verb addNamed ">=0.0.3 <0.0.4" is a valid semver range for zlib-browserify
32252npm verb addNameRange registry:http://registry.npmjs.org/zlib-browserify not in flight; fetching
32253npm verb get http://registry.npmjs.org/zlib-browserify not expired, no request
32254npm verb addNamed "0.0.3" is a plain semver version for zlib-browserify
32255npm verb addRemoteTarball http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz not in flight; adding
32256npm verb addRemoteTarball [ 'http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz',
32257npm verb addRemoteTarball '240ccdbfd0203fa842b130deefb1414122c8cc50' ]
32258npm info retry fetch attempt 1 at 19:25:08
32259npm info attempt registry request try #1 at 19:25:08
32260npm http fetch GET http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz
32261npm http fetch 200 http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz
32262npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz not in flight; adding
32263npm verb addTmpTarball already have metadata; skipping unpack for zlib-browserify@0.0.3
32264npm verb afterAdd /root/.npm/zlib-browserify/0.0.3/package/package.json not in flight; writing
32265npm verb afterAdd /root/.npm/zlib-browserify/0.0.3/package/package.json written
32266npm verb request uri http://registry.npmjs.org/tape
32267npm verb request no auth needed
32268npm info attempt registry request try #1 at 19:25:08
32269npm http request GET http://registry.npmjs.org/tape
32270npm http 200 http://registry.npmjs.org/tape
32271npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32272npm verb headers etag: '"5B0ZIBOTISD81WC342JELH3QI"',
32273npm verb headers 'content-type': 'application/json',
32274npm verb headers 'cache-control': 'max-age=300',
32275npm verb headers 'content-length': '126773',
32276npm verb headers 'accept-ranges': 'bytes',
32277npm verb headers date: 'Tue, 29 Dec 2015 19:25:08 GMT',
32278npm verb headers age: '285',
32279npm verb headers 'x-served-by': 'cache-fra1234-FRA',
32280npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32281npm verb headers 'x-cache-hits': '1',
32282npm verb headers 'x-timer': 'S1451417108.514732,VS0,VE0',
32283npm verb headers vary: 'Accept',
32284npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
32285npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32286npm verb headers connection: 'keep-alive' }
32287npm verb get saving tape to /root/.npm/registry.npmjs.org/tape/.cache.json
32288npm verb cache add spec tape@~0.2.2
32289npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for tape
32290npm verb addNameRange registry:http://registry.npmjs.org/tape not in flight; fetching
32291npm verb get http://registry.npmjs.org/tape not expired, no request
32292npm verb addNamed "0.2.2" is a plain semver version for tape
32293npm verb addRemoteTarball http://registry.npmjs.org/tape/-/tape-0.2.2.tgz not in flight; adding
32294npm verb addRemoteTarball [ 'http://registry.npmjs.org/tape/-/tape-0.2.2.tgz',
32295npm verb addRemoteTarball '64ccfa4b7ecf4a0060007e61716d424781671637' ]
32296npm info retry fetch attempt 1 at 19:25:08
32297npm info attempt registry request try #1 at 19:25:08
32298npm http fetch GET http://registry.npmjs.org/tape/-/tape-0.2.2.tgz
32299npm http fetch 200 http://registry.npmjs.org/tape/-/tape-0.2.2.tgz
32300npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tape/-/tape-0.2.2.tgz not in flight; adding
32301npm verb addTmpTarball already have metadata; skipping unpack for tape@0.2.2
32302npm verb afterAdd /root/.npm/tape/0.2.2/package/package.json not in flight; writing
32303npm verb afterAdd /root/.npm/tape/0.2.2/package/package.json written
32304npm verb request uri http://registry.npmjs.org/deep-equal
32305npm verb request no auth needed
32306npm info attempt registry request try #1 at 19:25:08
32307npm http request GET http://registry.npmjs.org/deep-equal
32308npm verb request uri http://registry.npmjs.org/defined
32309npm verb request no auth needed
32310npm info attempt registry request try #1 at 19:25:08
32311npm http request GET http://registry.npmjs.org/defined
32312npm http 200 http://registry.npmjs.org/deep-equal
32313npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32314npm verb headers etag: '"A3TWJPMQMCNC0S359IFK4PIAG"',
32315npm verb headers 'content-type': 'application/json',
32316npm verb headers 'cache-control': 'max-age=300',
32317npm verb headers 'content-length': '12281',
32318npm verb headers 'accept-ranges': 'bytes',
32319npm verb headers date: 'Tue, 29 Dec 2015 19:25:08 GMT',
32320npm verb headers age: '200',
32321npm verb headers 'x-served-by': 'cache-fra1234-FRA',
32322npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32323npm verb headers 'x-cache-hits': '1',
32324npm verb headers 'x-timer': 'S1451417108.709245,VS0,VE0',
32325npm verb headers vary: 'Accept',
32326npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32327npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32328npm verb headers connection: 'keep-alive' }
32329npm verb get saving deep-equal to /root/.npm/registry.npmjs.org/deep-equal/.cache.json
32330npm http 200 http://registry.npmjs.org/defined
32331npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32332npm verb headers etag: '"BW3XNDV52RM5T6F5KNEHTYJGX"',
32333npm verb headers 'content-type': 'application/json',
32334npm verb headers 'cache-control': 'max-age=60',
32335npm verb headers 'content-length': '4088',
32336npm verb headers 'accept-ranges': 'bytes',
32337npm verb headers date: 'Tue, 29 Dec 2015 19:25:08 GMT',
32338npm verb headers age: '22',
32339npm verb headers 'x-served-by': 'cache-fra1228-FRA',
32340npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32341npm verb headers 'x-cache-hits': '1',
32342npm verb headers 'x-timer': 'S1451417108.712630,VS0,VE0',
32343npm verb headers vary: 'Accept',
32344npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
32345npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32346npm verb headers connection: 'keep-alive' }
32347npm verb get saving defined to /root/.npm/registry.npmjs.org/defined/.cache.json
32348npm verb cache add spec defined@~0.0.0
32349npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for defined
32350npm verb addNameRange registry:http://registry.npmjs.org/defined not in flight; fetching
32351npm verb cache add spec deep-equal@~0.0.0
32352npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for deep-equal
32353npm verb addNameRange registry:http://registry.npmjs.org/deep-equal not in flight; fetching
32354npm verb get http://registry.npmjs.org/defined not expired, no request
32355npm verb addNamed "0.0.0" is a plain semver version for defined
32356npm verb addRemoteTarball http://registry.npmjs.org/defined/-/defined-0.0.0.tgz not in flight; adding
32357npm verb addRemoteTarball [ 'http://registry.npmjs.org/defined/-/defined-0.0.0.tgz',
32358npm verb addRemoteTarball 'f35eea7d705e933baf13b2f03b3f83d921403b3e' ]
32359npm verb get http://registry.npmjs.org/deep-equal not expired, no request
32360npm verb addNamed "0.0.0" is a plain semver version for deep-equal
32361npm verb addRemoteTarball http://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz not in flight; adding
32362npm verb addRemoteTarball [ 'http://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz',
32363npm verb addRemoteTarball '99679d3bbd047156fcd450d3d01eeb9068691e83' ]
32364npm info retry fetch attempt 1 at 19:25:08
32365npm info attempt registry request try #1 at 19:25:08
32366npm http fetch GET http://registry.npmjs.org/defined/-/defined-0.0.0.tgz
32367npm info retry fetch attempt 1 at 19:25:08
32368npm info attempt registry request try #1 at 19:25:08
32369npm http fetch GET http://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz
32370npm http fetch 200 http://registry.npmjs.org/defined/-/defined-0.0.0.tgz
32371npm http fetch 200 http://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz
32372npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/defined/-/defined-0.0.0.tgz not in flight; adding
32373npm verb addTmpTarball already have metadata; skipping unpack for defined@0.0.0
32374npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz not in flight; adding
32375npm verb addTmpTarball already have metadata; skipping unpack for deep-equal@0.0.0
32376npm verb afterAdd /root/.npm/defined/0.0.0/package/package.json not in flight; writing
32377npm verb afterAdd /root/.npm/deep-equal/0.0.0/package/package.json not in flight; writing
32378npm verb afterAdd /root/.npm/defined/0.0.0/package/package.json written
32379npm verb afterAdd /root/.npm/deep-equal/0.0.0/package/package.json written
32380npm verb cache add spec html-minifier@~0.5.0
32381npm verb cache add spec chalk@~0.4.0
32382npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for html-minifier
32383npm verb addNameRange registry:http://registry.npmjs.org/html-minifier not in flight; fetching
32384npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
32385npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
32386npm verb request uri http://registry.npmjs.org/each-async
32387npm verb request no auth needed
32388npm info attempt registry request try #1 at 19:25:08
32389npm http request GET http://registry.npmjs.org/each-async
32390npm verb get http://registry.npmjs.org/html-minifier not expired, no request
32391npm verb addNamed "0.5.6" is a plain semver version for html-minifier
32392npm verb get http://registry.npmjs.org/chalk not expired, no request
32393npm verb addNamed "0.4.0" is a plain semver version for chalk
32394npm verb addRemoteTarball http://registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz not in flight; adding
32395npm verb addRemoteTarball [ 'http://registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz',
32396npm verb addRemoteTarball '0f15b437c27b5ce9aa84a44ca2850880e9257996' ]
32397npm info retry fetch attempt 1 at 19:25:08
32398npm info attempt registry request try #1 at 19:25:08
32399npm http fetch GET http://registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz
32400npm http fetch 200 http://registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz
32401npm http 200 http://registry.npmjs.org/each-async
32402npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32403npm verb headers etag: '"8Y7OABDLDF8YCL1U0J5SE5I6K"',
32404npm verb headers 'content-type': 'application/json',
32405npm verb headers 'cache-control': 'max-age=300',
32406npm verb headers 'content-length': '10559',
32407npm verb headers 'accept-ranges': 'bytes',
32408npm verb headers date: 'Tue, 29 Dec 2015 19:25:08 GMT',
32409npm verb headers age: '243',
32410npm verb headers 'x-served-by': 'cache-fra1228-FRA',
32411npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32412npm verb headers 'x-cache-hits': '2',
32413npm verb headers 'x-timer': 'S1451417108.842258,VS0,VE0',
32414npm verb headers vary: 'Accept',
32415npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32416npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32417npm verb headers connection: 'keep-alive' }
32418npm verb get saving each-async to /root/.npm/registry.npmjs.org/each-async/.cache.json
32419npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
32420npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz not in flight; adding
32421npm verb addTmpTarball already have metadata; skipping unpack for html-minifier@0.5.6
32422npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
32423npm verb cache add spec each-async@~0.1.2
32424npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for each-async
32425npm verb addNameRange registry:http://registry.npmjs.org/each-async not in flight; fetching
32426npm verb get http://registry.npmjs.org/each-async not expired, no request
32427npm verb addNamed "0.1.3" is a plain semver version for each-async
32428npm verb afterAdd /root/.npm/html-minifier/0.5.6/package/package.json not in flight; writing
32429npm verb addRemoteTarball http://registry.npmjs.org/each-async/-/each-async-0.1.3.tgz not in flight; adding
32430npm verb addRemoteTarball [ 'http://registry.npmjs.org/each-async/-/each-async-0.1.3.tgz',
32431npm verb addRemoteTarball 'b436025b08da2f86608025519e3096763dedfca3' ]
32432npm info retry fetch attempt 1 at 19:25:08
32433npm info attempt registry request try #1 at 19:25:08
32434npm http fetch GET http://registry.npmjs.org/each-async/-/each-async-0.1.3.tgz
32435npm verb afterAdd /root/.npm/html-minifier/0.5.6/package/package.json written
32436npm http fetch 200 http://registry.npmjs.org/each-async/-/each-async-0.1.3.tgz
32437npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/each-async/-/each-async-0.1.3.tgz not in flight; adding
32438npm verb addTmpTarball already have metadata; skipping unpack for each-async@0.1.3
32439npm verb afterAdd /root/.npm/each-async/0.1.3/package/package.json not in flight; writing
32440npm verb afterAdd /root/.npm/each-async/0.1.3/package/package.json written
32441npm verb cache add spec ansi-styles@~1.0.0
32442npm verb cache add spec strip-ansi@~0.1.0
32443npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
32444npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
32445npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
32446npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
32447npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
32448npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
32449npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
32450npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
32451npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
32452npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
32453npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
32454npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
32455npm verb cache add spec async@^0.7.0
32456npm verb cache add spec chalk@^0.4.0
32457npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for async
32458npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
32459npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
32460npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
32461npm verb request uri http://registry.npmjs.org/imagemin
32462npm verb request no auth needed
32463npm info attempt registry request try #1 at 19:25:09
32464npm http request GET http://registry.npmjs.org/imagemin
32465npm verb get http://registry.npmjs.org/async not expired, no request
32466npm verb addNamed "0.7.0" is a plain semver version for async
32467npm verb get http://registry.npmjs.org/chalk not expired, no request
32468npm verb addNamed "0.4.0" is a plain semver version for chalk
32469npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.7.0.tgz not in flight; adding
32470npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.7.0.tgz',
32471npm verb addRemoteTarball '4429e0e62f5de0a54f37458c49f0b897eb52ada5' ]
32472npm info retry fetch attempt 1 at 19:25:09
32473npm info attempt registry request try #1 at 19:25:09
32474npm http fetch GET http://registry.npmjs.org/async/-/async-0.7.0.tgz
32475npm http fetch 200 http://registry.npmjs.org/async/-/async-0.7.0.tgz
32476npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
32477npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/async/-/async-0.7.0.tgz not in flight; adding
32478npm verb addTmpTarball already have metadata; skipping unpack for async@0.7.0
32479npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
32480npm verb afterAdd /root/.npm/async/0.7.0/package/package.json not in flight; writing
32481npm verb afterAdd /root/.npm/async/0.7.0/package/package.json written
32482npm http 200 http://registry.npmjs.org/imagemin
32483npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32484npm verb headers etag: '"8P8GNRBT37JLKHUJ1YA38YQB0"',
32485npm verb headers 'content-type': 'application/json',
32486npm verb headers 'cache-control': 'max-age=300',
32487npm verb headers 'content-length': '49275',
32488npm verb headers 'accept-ranges': 'bytes',
32489npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32490npm verb headers age: '247',
32491npm verb headers 'x-served-by': 'cache-fra1234-FRA',
32492npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32493npm verb headers 'x-cache-hits': '1',
32494npm verb headers 'x-timer': 'S1451417109.017503,VS0,VE9',
32495npm verb headers vary: 'Accept',
32496npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32497npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32498npm verb headers connection: 'keep-alive' }
32499npm verb get saving imagemin to /root/.npm/registry.npmjs.org/imagemin/.cache.json
32500npm verb cache add spec imagemin@^0.4.5
32501npm verb addNamed ">=0.4.5 <0.5.0" is a valid semver range for imagemin
32502npm verb addNameRange registry:http://registry.npmjs.org/imagemin not in flight; fetching
32503npm verb get http://registry.npmjs.org/imagemin not expired, no request
32504npm verb addNamed "0.4.9" is a plain semver version for imagemin
32505npm verb addRemoteTarball http://registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz not in flight; adding
32506npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz',
32507npm verb addRemoteTarball 'f350ad5be58a1325fcdc24ac2b40874f0a6fd8f2' ]
32508npm info retry fetch attempt 1 at 19:25:09
32509npm info attempt registry request try #1 at 19:25:09
32510npm http fetch GET http://registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz
32511npm http fetch 200 http://registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz
32512npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz not in flight; adding
32513npm verb addTmpTarball already have metadata; skipping unpack for imagemin@0.4.9
32514npm verb afterAdd /root/.npm/imagemin/0.4.9/package/package.json not in flight; writing
32515npm verb afterAdd /root/.npm/imagemin/0.4.9/package/package.json written
32516npm verb cache add spec ansi-styles@~1.0.0
32517npm verb cache add spec strip-ansi@~0.1.0
32518npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
32519npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
32520npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
32521npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
32522npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
32523npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
32524npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
32525npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
32526npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
32527npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
32528npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
32529npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
32530npm verb cache add spec fs-extra@^0.10.0
32531npm verb cache add spec nopt@^3.0.1
32532npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for fs-extra
32533npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
32534npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for nopt
32535npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
32536npm verb request uri http://registry.npmjs.org/image-type
32537npm verb request no auth needed
32538npm info attempt registry request try #1 at 19:25:09
32539npm http request GET http://registry.npmjs.org/image-type
32540npm verb request uri http://registry.npmjs.org/stat-mode
32541npm verb request no auth needed
32542npm info attempt registry request try #1 at 19:25:09
32543npm http request GET http://registry.npmjs.org/stat-mode
32544npm verb request uri http://registry.npmjs.org/tempfile
32545npm verb request no auth needed
32546npm info attempt registry request try #1 at 19:25:09
32547npm http request GET http://registry.npmjs.org/tempfile
32548npm verb request uri http://registry.npmjs.org/ware
32549npm verb request no auth needed
32550npm info attempt registry request try #1 at 19:25:09
32551npm http request GET http://registry.npmjs.org/ware
32552npm verb request uri http://registry.npmjs.org/imagemin-gifsicle
32553npm verb request no auth needed
32554npm info attempt registry request try #1 at 19:25:09
32555npm http request GET http://registry.npmjs.org/imagemin-gifsicle
32556npm verb request uri http://registry.npmjs.org/imagemin-jpegtran
32557npm verb request no auth needed
32558npm info attempt registry request try #1 at 19:25:09
32559npm http request GET http://registry.npmjs.org/imagemin-jpegtran
32560npm verb request uri http://registry.npmjs.org/imagemin-optipng
32561npm verb request no auth needed
32562npm info attempt registry request try #1 at 19:25:09
32563npm http request GET http://registry.npmjs.org/imagemin-optipng
32564npm verb request uri http://registry.npmjs.org/imagemin-pngquant
32565npm verb request no auth needed
32566npm info attempt registry request try #1 at 19:25:09
32567npm http request GET http://registry.npmjs.org/imagemin-pngquant
32568npm verb request uri http://registry.npmjs.org/imagemin-svgo
32569npm verb request no auth needed
32570npm info attempt registry request try #1 at 19:25:09
32571npm http request GET http://registry.npmjs.org/imagemin-svgo
32572npm verb get http://registry.npmjs.org/fs-extra not expired, no request
32573npm verb addNamed "0.10.0" is a plain semver version for fs-extra
32574npm verb request uri http://registry.npmjs.org/nopt
32575npm verb request no auth needed
32576npm info attempt registry request try #1 at 19:25:09
32577npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
32578npm http request GET http://registry.npmjs.org/nopt
32579npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz not in flight; adding
32580npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz',
32581npm verb addRemoteTarball '99c0ec2fd5eaaad9d646245e4b014b56729982af' ]
32582npm http 304 http://registry.npmjs.org/nopt
32583npm verb headers { date: 'Tue, 29 Dec 2015 19:23:26 GMT',
32584npm verb headers 'content-type': 'application/json',
32585npm verb headers age: '136',
32586npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
32587npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32588npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
32589npm verb headers connection: 'keep-alive' }
32590npm verb etag http://registry.npmjs.org/nopt from cache
32591npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
32592npm info retry fetch attempt 1 at 19:25:09
32593npm info attempt registry request try #1 at 19:25:09
32594npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz
32595npm http 200 http://registry.npmjs.org/tempfile
32596npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32597npm verb headers etag: '"EWNZDEFDTI2H8ILZP6UZGH3TR"',
32598npm verb headers 'content-type': 'application/json',
32599npm verb headers 'cache-control': 'max-age=300',
32600npm verb headers 'content-length': '8847',
32601npm verb headers 'accept-ranges': 'bytes',
32602npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32603npm verb headers age: '49',
32604npm verb headers 'x-served-by': 'cache-fra1227-FRA',
32605npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32606npm verb headers 'x-cache-hits': '1',
32607npm verb headers 'x-timer': 'S1451417109.285151,VS0,VE0',
32608npm verb headers vary: 'Accept',
32609npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32610npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32611npm verb headers connection: 'keep-alive' }
32612npm verb get saving tempfile to /root/.npm/registry.npmjs.org/tempfile/.cache.json
32613npm http 200 http://registry.npmjs.org/stat-mode
32614npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32615npm verb headers etag: '"F354U3U9XICC3B222PJRJSUHN"',
32616npm verb headers 'content-type': 'application/json',
32617npm verb headers 'cache-control': 'max-age=300',
32618npm verb headers 'content-length': '9847',
32619npm verb headers 'accept-ranges': 'bytes',
32620npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32621npm verb headers age: '70',
32622npm verb headers 'x-served-by': 'cache-fra1236-FRA',
32623npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32624npm verb headers 'x-cache-hits': '1',
32625npm verb headers 'x-timer': 'S1451417109.285346,VS0,VE0',
32626npm verb headers vary: 'Accept',
32627npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32628npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32629npm verb headers connection: 'keep-alive' }
32630npm verb get saving stat-mode to /root/.npm/registry.npmjs.org/stat-mode/.cache.json
32631npm http 200 http://registry.npmjs.org/ware
32632npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32633npm verb headers etag: '"74DVGUYS43H87C0O9523C9ZAX"',
32634npm verb headers 'content-type': 'application/json',
32635npm verb headers 'cache-control': 'max-age=300',
32636npm verb headers 'content-length': '12848',
32637npm verb headers 'accept-ranges': 'bytes',
32638npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32639npm verb headers age: '182',
32640npm verb headers 'x-served-by': 'cache-fra1242-FRA',
32641npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32642npm verb headers 'x-cache-hits': '2',
32643npm verb headers 'x-timer': 'S1451417109.285436,VS0,VE0',
32644npm verb headers vary: 'Accept',
32645npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32646npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32647npm verb headers connection: 'keep-alive' }
32648npm verb get saving ware to /root/.npm/registry.npmjs.org/ware/.cache.json
32649npm http 200 http://registry.npmjs.org/imagemin-jpegtran
32650npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32651npm verb headers etag: '"1PYP6R0A2GE0JS19LUXU0N8NR"',
32652npm verb headers 'content-type': 'application/json',
32653npm verb headers 'cache-control': 'max-age=300',
32654npm verb headers 'content-length': '19028',
32655npm verb headers 'accept-ranges': 'bytes',
32656npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32657npm verb headers age: '206',
32658npm verb headers 'x-served-by': 'cache-fra1220-FRA',
32659npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32660npm verb headers 'x-cache-hits': '2',
32661npm verb headers 'x-timer': 'S1451417109.285953,VS0,VE0',
32662npm verb headers vary: 'Accept',
32663npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32664npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32665npm verb headers connection: 'keep-alive' }
32666npm verb get saving imagemin-jpegtran to /root/.npm/registry.npmjs.org/imagemin-jpegtran/.cache.json
32667npm http 200 http://registry.npmjs.org/imagemin-gifsicle
32668npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32669npm verb headers etag: '"EY1FVLPY7S4Q9Y1XLNW25EX3J"',
32670npm verb headers 'content-type': 'application/json',
32671npm verb headers 'cache-control': 'max-age=300',
32672npm verb headers 'content-length': '15068',
32673npm verb headers 'accept-ranges': 'bytes',
32674npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32675npm verb headers age: '205',
32676npm verb headers 'x-served-by': 'cache-fra1246-FRA',
32677npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32678npm verb headers 'x-cache-hits': '7',
32679npm verb headers 'x-timer': 'S1451417109.291346,VS0,VE0',
32680npm verb headers vary: 'Accept',
32681npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32682npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32683npm verb headers connection: 'keep-alive' }
32684npm verb get saving imagemin-gifsicle to /root/.npm/registry.npmjs.org/imagemin-gifsicle/.cache.json
32685npm http 200 http://registry.npmjs.org/imagemin-optipng
32686npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32687npm verb headers etag: '"57OQD2BXGETSR5CO04UE1U1WB"',
32688npm verb headers 'content-type': 'application/json',
32689npm verb headers 'cache-control': 'max-age=300',
32690npm verb headers 'content-length': '15974',
32691npm verb headers 'accept-ranges': 'bytes',
32692npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32693npm verb headers age: '205',
32694npm verb headers 'x-served-by': 'cache-fra1231-FRA',
32695npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32696npm verb headers 'x-cache-hits': '1',
32697npm verb headers 'x-timer': 'S1451417109.285790,VS0,VE7',
32698npm verb headers vary: 'Accept',
32699npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32700npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32701npm verb headers connection: 'keep-alive' }
32702npm verb get saving imagemin-optipng to /root/.npm/registry.npmjs.org/imagemin-optipng/.cache.json
32703npm http 200 http://registry.npmjs.org/imagemin-pngquant
32704npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32705npm verb headers etag: '"E24JDXDRNW7U158DJV6FG8BEF"',
32706npm verb headers 'content-type': 'application/json',
32707npm verb headers 'cache-control': 'max-age=300',
32708npm verb headers 'content-length': '24219',
32709npm verb headers 'accept-ranges': 'bytes',
32710npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32711npm verb headers age: '189',
32712npm verb headers 'x-served-by': 'cache-fra1235-FRA',
32713npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32714npm verb headers 'x-cache-hits': '1',
32715npm verb headers 'x-timer': 'S1451417109.285540,VS0,VE0',
32716npm verb headers vary: 'Accept',
32717npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32718npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32719npm verb headers connection: 'keep-alive' }
32720npm verb get saving imagemin-pngquant to /root/.npm/registry.npmjs.org/imagemin-pngquant/.cache.json
32721npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz
32722npm verb addNamed "3.0.6" is a plain semver version for nopt
32723npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
32724npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz',
32725npm verb addRemoteTarball 'c6465dbf08abcd4db359317f79ac68a646b28ff9' ]
32726npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz not in flight; adding
32727npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.10.0
32728npm verb cache add spec tempfile@^0.1.3
32729npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for tempfile
32730npm verb addNameRange registry:http://registry.npmjs.org/tempfile not in flight; fetching
32731npm verb cache add spec stat-mode@^0.2.0
32732npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for stat-mode
32733npm verb addNameRange registry:http://registry.npmjs.org/stat-mode not in flight; fetching
32734npm info retry fetch attempt 1 at 19:25:09
32735npm info attempt registry request try #1 at 19:25:09
32736npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
32737npm verb cache add spec ware@^0.3.0
32738npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for ware
32739npm verb addNameRange registry:http://registry.npmjs.org/ware not in flight; fetching
32740npm verb cache add spec imagemin-gifsicle@^0.1.1
32741npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for imagemin-gifsicle
32742npm verb addNameRange registry:http://registry.npmjs.org/imagemin-gifsicle not in flight; fetching
32743npm verb cache add spec imagemin-jpegtran@^0.1.0
32744npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for imagemin-jpegtran
32745npm verb addNameRange registry:http://registry.npmjs.org/imagemin-jpegtran not in flight; fetching
32746npm verb cache add spec imagemin-optipng@^0.1.0
32747npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for imagemin-optipng
32748npm verb addNameRange registry:http://registry.npmjs.org/imagemin-optipng not in flight; fetching
32749npm verb cache add spec imagemin-pngquant@^0.1.2
32750npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for imagemin-pngquant
32751npm verb addNameRange registry:http://registry.npmjs.org/imagemin-pngquant not in flight; fetching
32752npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
32753npm verb get http://registry.npmjs.org/tempfile not expired, no request
32754npm verb addNamed "0.1.3" is a plain semver version for tempfile
32755npm verb get http://registry.npmjs.org/stat-mode not expired, no request
32756npm verb addNamed "0.2.1" is a plain semver version for stat-mode
32757npm verb addRemoteTarball http://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz not in flight; adding
32758npm verb addRemoteTarball [ 'http://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz',
32759npm verb addRemoteTarball '7d6b710047339d39f847327a056dadf183103010' ]
32760npm verb addRemoteTarball http://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz not in flight; adding
32761npm verb addRemoteTarball [ 'http://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz',
32762npm verb addRemoteTarball 'd714e08a4ed157089c1340f76fee54046c8242d6' ]
32763npm verb get http://registry.npmjs.org/ware not expired, no request
32764npm verb addNamed "0.3.0" is a plain semver version for ware
32765npm verb get http://registry.npmjs.org/imagemin-gifsicle not expired, no request
32766npm verb addNamed "0.1.1" is a plain semver version for imagemin-gifsicle
32767npm verb get http://registry.npmjs.org/imagemin-jpegtran not expired, no request
32768npm verb addNamed "0.1.0" is a plain semver version for imagemin-jpegtran
32769npm verb get http://registry.npmjs.org/imagemin-optipng not expired, no request
32770npm verb addNamed "0.1.0" is a plain semver version for imagemin-optipng
32771npm verb addRemoteTarball http://registry.npmjs.org/ware/-/ware-0.3.0.tgz not in flight; adding
32772npm verb addRemoteTarball [ 'http://registry.npmjs.org/ware/-/ware-0.3.0.tgz',
32773npm verb addRemoteTarball '2df8044973542ecb5eb54397d7cd3773bcf8e9eb' ]
32774npm verb addRemoteTarball http://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz not in flight; adding
32775npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz',
32776npm verb addRemoteTarball '4e6fe46015057f60724eb5925250e79d03b9065c' ]
32777npm http 200 http://registry.npmjs.org/imagemin-svgo
32778npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32779npm verb headers etag: '"CE9GS1GDF4DGD7KN2YD4D4Y0S"',
32780npm verb headers 'content-type': 'application/json',
32781npm verb headers 'cache-control': 'max-age=300',
32782npm verb headers 'content-length': '24646',
32783npm verb headers 'accept-ranges': 'bytes',
32784npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32785npm verb headers age: '205',
32786npm verb headers 'x-served-by': 'cache-fra1240-FRA',
32787npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32788npm verb headers 'x-cache-hits': '1',
32789npm verb headers 'x-timer': 'S1451417109.285848,VS0,VE0',
32790npm verb headers vary: 'Accept',
32791npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32792npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32793npm verb headers connection: 'keep-alive' }
32794npm verb get saving imagemin-svgo to /root/.npm/registry.npmjs.org/imagemin-svgo/.cache.json
32795npm verb addRemoteTarball http://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz not in flight; adding
32796npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz',
32797npm verb addRemoteTarball '386831a0bf22f4c46e17df8f64b9b5a2c858f0a0' ]
32798npm verb get http://registry.npmjs.org/imagemin-pngquant not expired, no request
32799npm verb addNamed "0.1.3" is a plain semver version for imagemin-pngquant
32800npm verb afterAdd /root/.npm/fs-extra/0.10.0/package/package.json not in flight; writing
32801npm verb addRemoteTarball http://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz not in flight; adding
32802npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz',
32803npm verb addRemoteTarball '32964d7ea1235a0455c6a2775d6e6e51b87d5122' ]
32804npm verb addRemoteTarball http://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz not in flight; adding
32805npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz',
32806npm verb addRemoteTarball 'bfb9244c824e3ab82fa37feab79fd5b4aae0bcb4' ]
32807npm info retry fetch attempt 1 at 19:25:09
32808npm info attempt registry request try #1 at 19:25:09
32809npm http fetch GET http://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz
32810npm info retry fetch attempt 1 at 19:25:09
32811npm info attempt registry request try #1 at 19:25:09
32812npm http fetch GET http://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz
32813npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
32814npm verb addTmpTarball already have metadata; skipping unpack for nopt@3.0.6
32815npm info retry fetch attempt 1 at 19:25:09
32816npm info attempt registry request try #1 at 19:25:09
32817npm http fetch GET http://registry.npmjs.org/ware/-/ware-0.3.0.tgz
32818npm info retry fetch attempt 1 at 19:25:09
32819npm info attempt registry request try #1 at 19:25:09
32820npm http fetch GET http://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz
32821npm info retry fetch attempt 1 at 19:25:09
32822npm info attempt registry request try #1 at 19:25:09
32823npm http fetch GET http://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz
32824npm info retry fetch attempt 1 at 19:25:09
32825npm info attempt registry request try #1 at 19:25:09
32826npm http fetch GET http://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz
32827npm http fetch 200 http://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz
32828npm info retry fetch attempt 1 at 19:25:09
32829npm info attempt registry request try #1 at 19:25:09
32830npm http fetch GET http://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz
32831npm verb afterAdd /root/.npm/fs-extra/0.10.0/package/package.json written
32832npm http fetch 200 http://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz
32833npm http fetch 200 http://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz
32834npm http fetch 200 http://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz
32835npm http 200 http://registry.npmjs.org/image-type
32836npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32837npm verb headers etag: '"4RZWVN5KVAT1Q3BK20VNQYA5P"',
32838npm verb headers 'content-type': 'application/json',
32839npm verb headers 'cache-control': 'max-age=300',
32840npm verb headers 'content-length': '18694',
32841npm verb headers 'accept-ranges': 'bytes',
32842npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32843npm verb headers age: '0',
32844npm verb headers 'x-served-by': 'cache-fra1234-FRA',
32845npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
32846npm verb headers 'x-cache-hits': '1',
32847npm verb headers 'x-timer': 'S1451417109.285558,VS0,VE192',
32848npm verb headers vary: 'Accept',
32849npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
32850npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
32851npm verb headers connection: 'keep-alive' }
32852npm verb get saving image-type to /root/.npm/registry.npmjs.org/image-type/.cache.json
32853npm http fetch 200 http://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz
32854npm http fetch 200 http://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz
32855npm http fetch 200 http://registry.npmjs.org/ware/-/ware-0.3.0.tgz
32856npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz not in flight; adding
32857npm verb addTmpTarball already have metadata; skipping unpack for tempfile@0.1.3
32858npm verb cache add spec imagemin-svgo@^0.1.0
32859npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for imagemin-svgo
32860npm verb addNameRange registry:http://registry.npmjs.org/imagemin-svgo not in flight; fetching
32861npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
32862npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz not in flight; adding
32863npm verb addTmpTarball already have metadata; skipping unpack for imagemin-gifsicle@0.1.1
32864npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz not in flight; adding
32865npm verb addTmpTarball already have metadata; skipping unpack for imagemin-jpegtran@0.1.0
32866npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz not in flight; adding
32867npm verb addTmpTarball already have metadata; skipping unpack for imagemin-optipng@0.1.0
32868npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz not in flight; adding
32869npm verb addTmpTarball already have metadata; skipping unpack for imagemin-pngquant@0.1.3
32870npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz not in flight; adding
32871npm verb addTmpTarball already have metadata; skipping unpack for stat-mode@0.2.1
32872npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ware/-/ware-0.3.0.tgz not in flight; adding
32873npm verb addTmpTarball already have metadata; skipping unpack for ware@0.3.0
32874npm verb get http://registry.npmjs.org/imagemin-svgo not expired, no request
32875npm verb addNamed "0.1.1" is a plain semver version for imagemin-svgo
32876npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
32877npm verb addRemoteTarball http://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz not in flight; adding
32878npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz',
32879npm verb addRemoteTarball '85db56f34e43d8874171abb98677b966a1ce4bbc' ]
32880npm verb cache add spec image-type@^0.1.4
32881npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for image-type
32882npm verb addNameRange registry:http://registry.npmjs.org/image-type not in flight; fetching
32883npm info retry fetch attempt 1 at 19:25:09
32884npm info attempt registry request try #1 at 19:25:09
32885npm http fetch GET http://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz
32886npm verb afterAdd /root/.npm/tempfile/0.1.3/package/package.json not in flight; writing
32887npm http fetch 200 http://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz
32888npm verb get http://registry.npmjs.org/image-type not expired, no request
32889npm verb addNamed "0.1.4" is a plain semver version for image-type
32890npm verb afterAdd /root/.npm/imagemin-gifsicle/0.1.1/package/package.json not in flight; writing
32891npm verb addRemoteTarball http://registry.npmjs.org/image-type/-/image-type-0.1.4.tgz not in flight; adding
32892npm verb addRemoteTarball [ 'http://registry.npmjs.org/image-type/-/image-type-0.1.4.tgz',
32893npm verb addRemoteTarball '7cad622e2c1f2053c93599f0295a7b9ccdc161e8' ]
32894npm verb afterAdd /root/.npm/imagemin-jpegtran/0.1.0/package/package.json not in flight; writing
32895npm verb afterAdd /root/.npm/imagemin-optipng/0.1.0/package/package.json not in flight; writing
32896npm verb afterAdd /root/.npm/imagemin-pngquant/0.1.3/package/package.json not in flight; writing
32897npm verb afterAdd /root/.npm/stat-mode/0.2.1/package/package.json not in flight; writing
32898npm verb afterAdd /root/.npm/ware/0.3.0/package/package.json not in flight; writing
32899npm verb afterAdd /root/.npm/tempfile/0.1.3/package/package.json written
32900npm info retry fetch attempt 1 at 19:25:09
32901npm info attempt registry request try #1 at 19:25:09
32902npm http fetch GET http://registry.npmjs.org/image-type/-/image-type-0.1.4.tgz
32903npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz not in flight; adding
32904npm verb addTmpTarball already have metadata; skipping unpack for imagemin-svgo@0.1.1
32905npm verb afterAdd /root/.npm/imagemin-gifsicle/0.1.1/package/package.json written
32906npm verb afterAdd /root/.npm/imagemin-jpegtran/0.1.0/package/package.json written
32907npm verb afterAdd /root/.npm/imagemin-optipng/0.1.0/package/package.json written
32908npm http fetch 200 http://registry.npmjs.org/image-type/-/image-type-0.1.4.tgz
32909npm verb afterAdd /root/.npm/imagemin-pngquant/0.1.3/package/package.json written
32910npm verb afterAdd /root/.npm/stat-mode/0.2.1/package/package.json written
32911npm verb afterAdd /root/.npm/ware/0.3.0/package/package.json written
32912npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/image-type/-/image-type-0.1.4.tgz not in flight; adding
32913npm verb addTmpTarball already have metadata; skipping unpack for image-type@0.1.4
32914npm verb afterAdd /root/.npm/imagemin-svgo/0.1.1/package/package.json not in flight; writing
32915npm verb afterAdd /root/.npm/imagemin-svgo/0.1.1/package/package.json written
32916npm verb afterAdd /root/.npm/image-type/0.1.4/package/package.json not in flight; writing
32917npm verb afterAdd /root/.npm/image-type/0.1.4/package/package.json written
32918npm verb cache add spec ncp@^0.5.1
32919npm verb cache add spec mkdirp@^0.5.0
32920npm verb cache add spec jsonfile@^1.2.0
32921npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for ncp
32922npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
32923npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
32924npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
32925npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for jsonfile
32926npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
32927npm verb get http://registry.npmjs.org/ncp not expired, no request
32928npm verb addNamed "0.5.1" is a plain semver version for ncp
32929npm verb get http://registry.npmjs.org/mkdirp not expired, no request
32930npm verb addNamed "0.5.1" is a plain semver version for mkdirp
32931npm verb get http://registry.npmjs.org/jsonfile not expired, no request
32932npm verb addNamed "1.2.0" is a plain semver version for jsonfile
32933npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz not in flight; adding
32934npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz',
32935npm verb addRemoteTarball '5f35d6cd9f946ec97b5b18353fa9e58df1b86f6a' ]
32936npm info retry fetch attempt 1 at 19:25:09
32937npm info attempt registry request try #1 at 19:25:09
32938npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz
32939npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz
32940npm verb afterAdd /root/.npm/ncp/0.5.1/package/package.json not in flight; writing
32941npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
32942npm verb afterAdd /root/.npm/ncp/0.5.1/package/package.json written
32943npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz not in flight; adding
32944npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@1.2.0
32945npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
32946npm verb afterAdd /root/.npm/jsonfile/1.2.0/package/package.json not in flight; writing
32947npm verb afterAdd /root/.npm/jsonfile/1.2.0/package/package.json written
32948npm verb cache add spec minimist@0.0.8
32949npm verb addNamed "0.0.8" is a plain semver version for minimist
32950npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
32951npm verb get http://registry.npmjs.org/minimist not expired, no request
32952npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
32953npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
32954npm verb request uri http://registry.npmjs.org/is-bmp
32955npm verb request no auth needed
32956npm info attempt registry request try #1 at 19:25:09
32957npm http request GET http://registry.npmjs.org/is-bmp
32958npm verb request uri http://registry.npmjs.org/is-gif
32959npm verb request no auth needed
32960npm info attempt registry request try #1 at 19:25:09
32961npm http request GET http://registry.npmjs.org/is-gif
32962npm verb request uri http://registry.npmjs.org/is-jpg
32963npm verb request no auth needed
32964npm info attempt registry request try #1 at 19:25:09
32965npm http request GET http://registry.npmjs.org/is-jpg
32966npm verb request uri http://registry.npmjs.org/is-jxr
32967npm verb request no auth needed
32968npm info attempt registry request try #1 at 19:25:09
32969npm http request GET http://registry.npmjs.org/is-jxr
32970npm verb request uri http://registry.npmjs.org/is-png
32971npm verb request no auth needed
32972npm info attempt registry request try #1 at 19:25:09
32973npm http request GET http://registry.npmjs.org/is-png
32974npm verb request uri http://registry.npmjs.org/is-psd
32975npm verb request no auth needed
32976npm info attempt registry request try #1 at 19:25:09
32977npm http request GET http://registry.npmjs.org/is-psd
32978npm verb request uri http://registry.npmjs.org/is-tif
32979npm verb request no auth needed
32980npm info attempt registry request try #1 at 19:25:09
32981npm http request GET http://registry.npmjs.org/is-tif
32982npm verb request uri http://registry.npmjs.org/is-webp
32983npm verb request no auth needed
32984npm info attempt registry request try #1 at 19:25:09
32985npm http request GET http://registry.npmjs.org/is-webp
32986npm verb request uri http://registry.npmjs.org/read-chunk
32987npm verb request no auth needed
32988npm info attempt registry request try #1 at 19:25:09
32989npm http request GET http://registry.npmjs.org/read-chunk
32990npm http 200 http://registry.npmjs.org/is-gif
32991npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32992npm verb headers etag: '"8IS70LKUMJ2YV48YT368R4STO"',
32993npm verb headers 'content-type': 'application/json',
32994npm verb headers 'cache-control': 'max-age=300',
32995npm verb headers 'content-length': '5287',
32996npm verb headers 'accept-ranges': 'bytes',
32997npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
32998npm verb headers age: '202',
32999npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33000npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33001npm verb headers 'x-cache-hits': '1',
33002npm verb headers 'x-timer': 'S1451417109.828529,VS0,VE0',
33003npm verb headers vary: 'Accept',
33004npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33005npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33006npm verb headers connection: 'keep-alive' }
33007npm verb get saving is-gif to /root/.npm/registry.npmjs.org/is-gif/.cache.json
33008npm http 200 http://registry.npmjs.org/is-jpg
33009npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33010npm verb headers etag: '"CJ2TUPUDVV7TI1DGUVDP4TS6Y"',
33011npm verb headers 'content-type': 'application/json',
33012npm verb headers 'cache-control': 'max-age=300',
33013npm verb headers 'content-length': '6436',
33014npm verb headers 'accept-ranges': 'bytes',
33015npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
33016npm verb headers age: '203',
33017npm verb headers 'x-served-by': 'cache-fra1246-FRA',
33018npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33019npm verb headers 'x-cache-hits': '2',
33020npm verb headers 'x-timer': 'S1451417109.829831,VS0,VE0',
33021npm verb headers vary: 'Accept',
33022npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33023npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33024npm verb headers connection: 'keep-alive' }
33025npm verb get saving is-jpg to /root/.npm/registry.npmjs.org/is-jpg/.cache.json
33026npm http 200 http://registry.npmjs.org/is-png
33027npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33028npm verb headers etag: '"6EOL4QNWYZ8EBBSLI7CEXKZAC"',
33029npm verb headers 'content-type': 'application/json',
33030npm verb headers 'cache-control': 'max-age=300',
33031npm verb headers 'content-length': '5364',
33032npm verb headers 'accept-ranges': 'bytes',
33033npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
33034npm verb headers age: '269',
33035npm verb headers 'x-served-by': 'cache-fra1231-FRA',
33036npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33037npm verb headers 'x-cache-hits': '1',
33038npm verb headers 'x-timer': 'S1451417109.831352,VS0,VE3',
33039npm verb headers vary: 'Accept',
33040npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33041npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33042npm verb headers connection: 'keep-alive' }
33043npm verb get saving is-png to /root/.npm/registry.npmjs.org/is-png/.cache.json
33044npm verb cache add spec is-gif@^0.1.0
33045npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-gif
33046npm verb addNameRange registry:http://registry.npmjs.org/is-gif not in flight; fetching
33047npm verb cache add spec is-jpg@^0.1.0
33048npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-jpg
33049npm verb addNameRange registry:http://registry.npmjs.org/is-jpg not in flight; fetching
33050npm verb cache add spec is-png@^0.1.0
33051npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-png
33052npm verb addNameRange registry:http://registry.npmjs.org/is-png not in flight; fetching
33053npm verb get http://registry.npmjs.org/is-gif not expired, no request
33054npm verb addNamed "0.1.1" is a plain semver version for is-gif
33055npm verb get http://registry.npmjs.org/is-jpg not expired, no request
33056npm verb addNamed "0.1.2" is a plain semver version for is-jpg
33057npm verb get http://registry.npmjs.org/is-png not expired, no request
33058npm verb addNamed "0.1.1" is a plain semver version for is-png
33059npm verb addRemoteTarball http://registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz not in flight; adding
33060npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz',
33061npm verb addRemoteTarball 'a044335a5f91cdb6295d06e6741355ddf6e6680c' ]
33062npm verb addRemoteTarball http://registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz not in flight; adding
33063npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz',
33064npm verb addRemoteTarball 'a56f6f01fdef4baf448dc44bc6f99cbc9c536715' ]
33065npm verb addRemoteTarball http://registry.npmjs.org/is-png/-/is-png-0.1.1.tgz not in flight; adding
33066npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-png/-/is-png-0.1.1.tgz',
33067npm verb addRemoteTarball '6a5a548497365a02d321f441be820d1e08e616d3' ]
33068npm info retry fetch attempt 1 at 19:25:09
33069npm info attempt registry request try #1 at 19:25:09
33070npm http fetch GET http://registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz
33071npm info retry fetch attempt 1 at 19:25:09
33072npm info attempt registry request try #1 at 19:25:09
33073npm http fetch GET http://registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz
33074npm info retry fetch attempt 1 at 19:25:09
33075npm info attempt registry request try #1 at 19:25:09
33076npm http fetch GET http://registry.npmjs.org/is-png/-/is-png-0.1.1.tgz
33077npm http fetch 200 http://registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz
33078npm http fetch 200 http://registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz
33079npm http fetch 200 http://registry.npmjs.org/is-png/-/is-png-0.1.1.tgz
33080npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz not in flight; adding
33081npm verb addTmpTarball already have metadata; skipping unpack for is-gif@0.1.1
33082npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz not in flight; adding
33083npm verb addTmpTarball already have metadata; skipping unpack for is-jpg@0.1.2
33084npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-png/-/is-png-0.1.1.tgz not in flight; adding
33085npm verb addTmpTarball already have metadata; skipping unpack for is-png@0.1.1
33086npm verb afterAdd /root/.npm/is-gif/0.1.1/package/package.json not in flight; writing
33087npm verb afterAdd /root/.npm/is-jpg/0.1.2/package/package.json not in flight; writing
33088npm verb afterAdd /root/.npm/is-png/0.1.1/package/package.json not in flight; writing
33089npm verb afterAdd /root/.npm/is-gif/0.1.1/package/package.json written
33090npm verb afterAdd /root/.npm/is-jpg/0.1.2/package/package.json written
33091npm verb afterAdd /root/.npm/is-png/0.1.1/package/package.json written
33092npm http 200 http://registry.npmjs.org/is-tif
33093npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33094npm verb headers etag: '"37B9IURPTMC0B32QTXVNI4ZY"',
33095npm verb headers 'content-type': 'application/json',
33096npm verb headers 'cache-control': 'max-age=300',
33097npm verb headers 'content-length': '5288',
33098npm verb headers 'accept-ranges': 'bytes',
33099npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
33100npm verb headers age: '0',
33101npm verb headers 'x-served-by': 'cache-fra1220-FRA',
33102npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33103npm verb headers 'x-cache-hits': '1',
33104npm verb headers 'x-timer': 'S1451417109.837656,VS0,VE136',
33105npm verb headers vary: 'Accept',
33106npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33107npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33108npm verb headers connection: 'keep-alive' }
33109npm verb get saving is-tif to /root/.npm/registry.npmjs.org/is-tif/.cache.json
33110npm http 200 http://registry.npmjs.org/is-webp
33111npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33112npm verb headers etag: '"3VCQOB8JJTFB70LC7AC4CQB3Z"',
33113npm verb headers 'content-type': 'application/json',
33114npm verb headers 'cache-control': 'max-age=300',
33115npm verb headers 'content-length': '5416',
33116npm verb headers 'accept-ranges': 'bytes',
33117npm verb headers date: 'Tue, 29 Dec 2015 19:25:09 GMT',
33118npm verb headers age: '0',
33119npm verb headers 'x-served-by': 'cache-fra1227-FRA',
33120npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33121npm verb headers 'x-cache-hits': '1',
33122npm verb headers 'x-timer': 'S1451417109.829797,VS0,VE148',
33123npm verb headers vary: 'Accept',
33124npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33125npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33126npm verb headers connection: 'keep-alive' }
33127npm verb get saving is-webp to /root/.npm/registry.npmjs.org/is-webp/.cache.json
33128npm verb cache add spec is-tif@^0.1.0
33129npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-tif
33130npm verb addNameRange registry:http://registry.npmjs.org/is-tif not in flight; fetching
33131npm verb cache add spec is-webp@^0.1.0
33132npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-webp
33133npm verb addNameRange registry:http://registry.npmjs.org/is-webp not in flight; fetching
33134npm verb get http://registry.npmjs.org/is-tif not expired, no request
33135npm verb addNamed "0.1.1" is a plain semver version for is-tif
33136npm verb get http://registry.npmjs.org/is-webp not expired, no request
33137npm verb addNamed "0.1.1" is a plain semver version for is-webp
33138npm verb addRemoteTarball http://registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz not in flight; adding
33139npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz',
33140npm verb addRemoteTarball 'baa5abade91f5710c9ed8bbffae469211ecce6dc' ]
33141npm verb addRemoteTarball http://registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz not in flight; adding
33142npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz',
33143npm verb addRemoteTarball '1adb9cdb4a4654fef021237e49dfd8cd882a12fd' ]
33144npm info retry fetch attempt 1 at 19:25:10
33145npm info attempt registry request try #1 at 19:25:10
33146npm http fetch GET http://registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz
33147npm info retry fetch attempt 1 at 19:25:10
33148npm info attempt registry request try #1 at 19:25:10
33149npm http fetch GET http://registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz
33150npm http fetch 200 http://registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz
33151npm http fetch 200 http://registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz
33152npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz not in flight; adding
33153npm verb addTmpTarball already have metadata; skipping unpack for is-tif@0.1.1
33154npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz not in flight; adding
33155npm verb addTmpTarball already have metadata; skipping unpack for is-webp@0.1.1
33156npm http 200 http://registry.npmjs.org/is-jxr
33157npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33158npm verb headers etag: '"45AP1D3187PDTZKX489N3YDQ4"',
33159npm verb headers 'content-type': 'application/json',
33160npm verb headers 'cache-control': 'max-age=300',
33161npm verb headers 'content-length': '5354',
33162npm verb headers 'accept-ranges': 'bytes',
33163npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33164npm verb headers age: '0',
33165npm verb headers 'x-served-by': 'cache-fra1242-FRA',
33166npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33167npm verb headers 'x-cache-hits': '1',
33168npm verb headers 'x-timer': 'S1451417109.830210,VS0,VE205',
33169npm verb headers vary: 'Accept',
33170npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33171npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33172npm verb headers connection: 'keep-alive' }
33173npm verb get saving is-jxr to /root/.npm/registry.npmjs.org/is-jxr/.cache.json
33174npm http 200 http://registry.npmjs.org/is-psd
33175npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33176npm verb headers etag: '"D58EKCZ0Q1UK8YC6CUP3QKW40"',
33177npm verb headers 'content-type': 'application/json',
33178npm verb headers 'cache-control': 'max-age=300',
33179npm verb headers 'content-length': '5350',
33180npm verb headers 'accept-ranges': 'bytes',
33181npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33182npm verb headers age: '0',
33183npm verb headers 'x-served-by': 'cache-fra1237-FRA',
33184npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33185npm verb headers 'x-cache-hits': '1',
33186npm verb headers 'x-timer': 'S1451417109.836375,VS0,VE208',
33187npm verb headers vary: 'Accept',
33188npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33189npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33190npm verb headers connection: 'keep-alive' }
33191npm verb get saving is-psd to /root/.npm/registry.npmjs.org/is-psd/.cache.json
33192npm verb afterAdd /root/.npm/is-tif/0.1.1/package/package.json not in flight; writing
33193npm verb afterAdd /root/.npm/is-webp/0.1.1/package/package.json not in flight; writing
33194npm http 200 http://registry.npmjs.org/read-chunk
33195npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33196npm verb headers etag: '"7MTIBN4TZAAZRDPXHT6UGXF70"',
33197npm verb headers 'content-type': 'application/json',
33198npm verb headers 'cache-control': 'max-age=300',
33199npm verb headers 'content-length': '4956',
33200npm verb headers 'accept-ranges': 'bytes',
33201npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33202npm verb headers age: '0',
33203npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33204npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33205npm verb headers 'x-cache-hits': '1',
33206npm verb headers 'x-timer': 'S1451417109.836582,VS0,VE216',
33207npm verb headers vary: 'Accept',
33208npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33209npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33210npm verb headers connection: 'keep-alive' }
33211npm verb get saving read-chunk to /root/.npm/registry.npmjs.org/read-chunk/.cache.json
33212npm verb cache add spec is-jxr@^0.1.0
33213npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-jxr
33214npm verb addNameRange registry:http://registry.npmjs.org/is-jxr not in flight; fetching
33215npm verb afterAdd /root/.npm/is-tif/0.1.1/package/package.json written
33216npm verb afterAdd /root/.npm/is-webp/0.1.1/package/package.json written
33217npm verb get http://registry.npmjs.org/is-jxr not expired, no request
33218npm verb addNamed "0.1.1" is a plain semver version for is-jxr
33219npm verb addRemoteTarball http://registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz not in flight; adding
33220npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz',
33221npm verb addRemoteTarball '272fa52049c7c20cd706f08f2000f2c3e1957fea' ]
33222npm verb cache add spec is-psd@^0.1.0
33223npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-psd
33224npm verb addNameRange registry:http://registry.npmjs.org/is-psd not in flight; fetching
33225npm verb cache add spec read-chunk@^0.1.0
33226npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for read-chunk
33227npm verb addNameRange registry:http://registry.npmjs.org/read-chunk not in flight; fetching
33228npm info retry fetch attempt 1 at 19:25:10
33229npm info attempt registry request try #1 at 19:25:10
33230npm http fetch GET http://registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz
33231npm verb get http://registry.npmjs.org/is-psd not expired, no request
33232npm verb addNamed "0.1.1" is a plain semver version for is-psd
33233npm http fetch 200 http://registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz
33234npm verb addRemoteTarball http://registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz not in flight; adding
33235npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz',
33236npm verb addRemoteTarball '65f2b0a1aef3e794e914746f6969632397ba2e33' ]
33237npm verb get http://registry.npmjs.org/read-chunk not expired, no request
33238npm verb addNamed "0.1.0" is a plain semver version for read-chunk
33239npm verb addRemoteTarball http://registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz not in flight; adding
33240npm verb addRemoteTarball [ 'http://registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz',
33241npm verb addRemoteTarball '2495496ae3753862a95e87d2b4ccf0e11b7792ee' ]
33242npm info retry fetch attempt 1 at 19:25:10
33243npm info attempt registry request try #1 at 19:25:10
33244npm http fetch GET http://registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz
33245npm info retry fetch attempt 1 at 19:25:10
33246npm info attempt registry request try #1 at 19:25:10
33247npm http fetch GET http://registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz
33248npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz not in flight; adding
33249npm verb addTmpTarball already have metadata; skipping unpack for is-jxr@0.1.1
33250npm http fetch 200 http://registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz
33251npm http fetch 200 http://registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz
33252npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz not in flight; adding
33253npm verb addTmpTarball already have metadata; skipping unpack for is-psd@0.1.1
33254npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz not in flight; adding
33255npm verb addTmpTarball already have metadata; skipping unpack for read-chunk@0.1.0
33256npm verb afterAdd /root/.npm/is-jxr/0.1.1/package/package.json not in flight; writing
33257npm verb afterAdd /root/.npm/is-psd/0.1.1/package/package.json not in flight; writing
33258npm verb afterAdd /root/.npm/is-jxr/0.1.1/package/package.json written
33259npm verb afterAdd /root/.npm/read-chunk/0.1.0/package/package.json not in flight; writing
33260npm verb afterAdd /root/.npm/is-psd/0.1.1/package/package.json written
33261npm verb afterAdd /root/.npm/read-chunk/0.1.0/package/package.json written
33262npm http 200 http://registry.npmjs.org/is-bmp
33263npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33264npm verb headers etag: '"5PVVDYG0QYO5ETHCTET379UI1"',
33265npm verb headers 'content-type': 'application/json',
33266npm verb headers 'cache-control': 'max-age=300',
33267npm verb headers 'content-length': '5282',
33268npm verb headers 'accept-ranges': 'bytes',
33269npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33270npm verb headers age: '0',
33271npm verb headers 'x-served-by': 'cache-fra1236-FRA',
33272npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33273npm verb headers 'x-cache-hits': '1',
33274npm verb headers 'x-timer': 'S1451417109.829877,VS0,VE580',
33275npm verb headers vary: 'Accept',
33276npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33277npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33278npm verb headers connection: 'keep-alive' }
33279npm verb get saving is-bmp to /root/.npm/registry.npmjs.org/is-bmp/.cache.json
33280npm verb cache add spec is-bmp@^0.1.0
33281npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-bmp
33282npm verb addNameRange registry:http://registry.npmjs.org/is-bmp not in flight; fetching
33283npm verb get http://registry.npmjs.org/is-bmp not expired, no request
33284npm verb addNamed "0.1.1" is a plain semver version for is-bmp
33285npm verb addRemoteTarball http://registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz not in flight; adding
33286npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz',
33287npm verb addRemoteTarball '4efaf2199399d70ef5f7a1a4db3bc2c9dd50b5d3' ]
33288npm info retry fetch attempt 1 at 19:25:10
33289npm info attempt registry request try #1 at 19:25:10
33290npm http fetch GET http://registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz
33291npm http fetch 200 http://registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz
33292npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz not in flight; adding
33293npm verb addTmpTarball already have metadata; skipping unpack for is-bmp@0.1.1
33294npm verb afterAdd /root/.npm/is-bmp/0.1.1/package/package.json not in flight; writing
33295npm verb afterAdd /root/.npm/is-bmp/0.1.1/package/package.json written
33296npm verb request uri http://registry.npmjs.org/exec-buffer
33297npm verb request no auth needed
33298npm info attempt registry request try #1 at 19:25:10
33299npm http request GET http://registry.npmjs.org/exec-buffer
33300npm verb request uri http://registry.npmjs.org/gifsicle
33301npm verb request no auth needed
33302npm info attempt registry request try #1 at 19:25:10
33303npm http request GET http://registry.npmjs.org/gifsicle
33304npm http 200 http://registry.npmjs.org/exec-buffer
33305npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33306npm verb headers etag: '"AYOXJ817XQ3Z3676MN0IN0B7X"',
33307npm verb headers 'content-type': 'application/json',
33308npm verb headers 'cache-control': 'max-age=300',
33309npm verb headers 'content-length': '12261',
33310npm verb headers 'accept-ranges': 'bytes',
33311npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33312npm verb headers age: '270',
33313npm verb headers 'x-served-by': 'cache-fra1236-FRA',
33314npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33315npm verb headers 'x-cache-hits': '2',
33316npm verb headers 'x-timer': 'S1451417110.492930,VS0,VE0',
33317npm verb headers vary: 'Accept',
33318npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33319npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33320npm verb headers connection: 'keep-alive' }
33321npm verb get saving exec-buffer to /root/.npm/registry.npmjs.org/exec-buffer/.cache.json
33322npm verb cache add spec exec-buffer@^0.1.0
33323npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for exec-buffer
33324npm verb addNameRange registry:http://registry.npmjs.org/exec-buffer not in flight; fetching
33325npm verb get http://registry.npmjs.org/exec-buffer not expired, no request
33326npm verb addNamed "0.1.1" is a plain semver version for exec-buffer
33327npm verb addRemoteTarball http://registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz not in flight; adding
33328npm verb addRemoteTarball [ 'http://registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz',
33329npm verb addRemoteTarball 'f062eac734826a7a4a40e152d848a7d8859fc509' ]
33330npm http 200 http://registry.npmjs.org/gifsicle
33331npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33332npm verb headers etag: '"3H2V0BZOLLVZAL4NXRY7I41DP"',
33333npm verb headers 'content-type': 'application/json',
33334npm verb headers 'cache-control': 'max-age=300',
33335npm verb headers 'content-length': '27745',
33336npm verb headers 'accept-ranges': 'bytes',
33337npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33338npm verb headers age: '203',
33339npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33340npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33341npm verb headers 'x-cache-hits': '1',
33342npm verb headers 'x-timer': 'S1451417110.493056,VS0,VE0',
33343npm verb headers vary: 'Accept',
33344npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33345npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33346npm verb headers connection: 'keep-alive' }
33347npm verb get saving gifsicle to /root/.npm/registry.npmjs.org/gifsicle/.cache.json
33348npm info retry fetch attempt 1 at 19:25:10
33349npm info attempt registry request try #1 at 19:25:10
33350npm http fetch GET http://registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz
33351npm http fetch 200 http://registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz
33352npm verb cache add spec gifsicle@^0.1.0
33353npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for gifsicle
33354npm verb addNameRange registry:http://registry.npmjs.org/gifsicle not in flight; fetching
33355npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz not in flight; adding
33356npm verb addTmpTarball already have metadata; skipping unpack for exec-buffer@0.1.1
33357npm verb get http://registry.npmjs.org/gifsicle not expired, no request
33358npm verb addNamed "0.1.7" is a plain semver version for gifsicle
33359npm verb addRemoteTarball http://registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz not in flight; adding
33360npm verb addRemoteTarball [ 'http://registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz',
33361npm verb addRemoteTarball 'd6b1d66f71d7d583d7daa5e560a9130127727b4b' ]
33362npm info retry fetch attempt 1 at 19:25:10
33363npm info attempt registry request try #1 at 19:25:10
33364npm http fetch GET http://registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz
33365npm http fetch 200 http://registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz
33366npm verb afterAdd /root/.npm/exec-buffer/0.1.1/package/package.json not in flight; writing
33367npm verb afterAdd /root/.npm/exec-buffer/0.1.1/package/package.json written
33368npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz not in flight; adding
33369npm verb addTmpTarball already have metadata; skipping unpack for gifsicle@0.1.7
33370npm verb afterAdd /root/.npm/gifsicle/0.1.7/package/package.json not in flight; writing
33371npm verb afterAdd /root/.npm/gifsicle/0.1.7/package/package.json written
33372npm verb request uri http://registry.npmjs.org/uuid
33373npm verb request no auth needed
33374npm info attempt registry request try #1 at 19:25:10
33375npm http request GET http://registry.npmjs.org/uuid
33376npm http 200 http://registry.npmjs.org/uuid
33377npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33378npm verb headers etag: '"BQOT4LTFN9NCPW1A56J0AMUJL"',
33379npm verb headers 'content-type': 'application/json',
33380npm verb headers 'cache-control': 'max-age=300',
33381npm verb headers 'content-length': '16314',
33382npm verb headers 'accept-ranges': 'bytes',
33383npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33384npm verb headers age: '39',
33385npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33386npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33387npm verb headers 'x-cache-hits': '1',
33388npm verb headers 'x-timer': 'S1451417110.610021,VS0,VE0',
33389npm verb headers vary: 'Accept',
33390npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33391npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33392npm verb headers connection: 'keep-alive' }
33393npm verb get saving uuid to /root/.npm/registry.npmjs.org/uuid/.cache.json
33394npm verb cache add spec uuid@~1.4.0
33395npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for uuid
33396npm verb addNameRange registry:http://registry.npmjs.org/uuid not in flight; fetching
33397npm verb get http://registry.npmjs.org/uuid not expired, no request
33398npm verb addNamed "1.4.2" is a plain semver version for uuid
33399npm verb addRemoteTarball http://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz not in flight; adding
33400npm verb addRemoteTarball [ 'http://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz',
33401npm verb addRemoteTarball '453019f686966a6df83cdc5244e7c990ecc332fc' ]
33402npm info retry fetch attempt 1 at 19:25:10
33403npm info attempt registry request try #1 at 19:25:10
33404npm http fetch GET http://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz
33405npm http fetch 200 http://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz
33406npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uuid/-/uuid-1.4.2.tgz not in flight; adding
33407npm verb addTmpTarball already have metadata; skipping unpack for uuid@1.4.2
33408npm verb afterAdd /root/.npm/uuid/1.4.2/package/package.json not in flight; writing
33409npm verb afterAdd /root/.npm/uuid/1.4.2/package/package.json written
33410npm verb request uri http://registry.npmjs.org/bin-build
33411npm verb request no auth needed
33412npm info attempt registry request try #1 at 19:25:10
33413npm http request GET http://registry.npmjs.org/bin-build
33414npm verb request uri http://registry.npmjs.org/bin-wrapper
33415npm verb request no auth needed
33416npm info attempt registry request try #1 at 19:25:10
33417npm http request GET http://registry.npmjs.org/bin-wrapper
33418npm verb request uri http://registry.npmjs.org/log-symbols
33419npm verb request no auth needed
33420npm info attempt registry request try #1 at 19:25:10
33421npm http request GET http://registry.npmjs.org/log-symbols
33422npm http 200 http://registry.npmjs.org/bin-build
33423npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33424npm verb headers etag: '"3P8LHGXU745LXPABPYVY0OPLK"',
33425npm verb headers 'content-type': 'application/json',
33426npm verb headers 'cache-control': 'max-age=300',
33427npm verb headers 'content-length': '15993',
33428npm verb headers 'accept-ranges': 'bytes',
33429npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33430npm verb headers age: '200',
33431npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33432npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33433npm verb headers 'x-cache-hits': '2',
33434npm verb headers 'x-timer': 'S1451417110.705849,VS0,VE0',
33435npm verb headers vary: 'Accept',
33436npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33437npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33438npm verb headers connection: 'keep-alive' }
33439npm verb get saving bin-build to /root/.npm/registry.npmjs.org/bin-build/.cache.json
33440npm http 200 http://registry.npmjs.org/log-symbols
33441npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33442npm verb headers etag: '"C9OD3PBKERKFN90H9JNR9Q6UD"',
33443npm verb headers 'content-type': 'application/json',
33444npm verb headers 'cache-control': 'max-age=300',
33445npm verb headers 'content-length': '5633',
33446npm verb headers 'accept-ranges': 'bytes',
33447npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33448npm verb headers age: '250',
33449npm verb headers 'x-served-by': 'cache-fra1237-FRA',
33450npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33451npm verb headers 'x-cache-hits': '3',
33452npm verb headers 'x-timer': 'S1451417110.709432,VS0,VE0',
33453npm verb headers vary: 'Accept',
33454npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33455npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33456npm verb headers connection: 'keep-alive' }
33457npm verb get saving log-symbols to /root/.npm/registry.npmjs.org/log-symbols/.cache.json
33458npm verb cache add spec bin-build@^0.1.0
33459npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for bin-build
33460npm verb addNameRange registry:http://registry.npmjs.org/bin-build not in flight; fetching
33461npm verb cache add spec log-symbols@^1.0.0
33462npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for log-symbols
33463npm verb addNameRange registry:http://registry.npmjs.org/log-symbols not in flight; fetching
33464npm verb get http://registry.npmjs.org/bin-build not expired, no request
33465npm verb addNamed "0.1.1" is a plain semver version for bin-build
33466npm http 200 http://registry.npmjs.org/bin-wrapper
33467npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33468npm verb headers etag: '"1T63CHAHXH3MWGWEEUCPTBUHL"',
33469npm verb headers 'content-type': 'application/json',
33470npm verb headers 'cache-control': 'max-age=300',
33471npm verb headers 'content-length': '49913',
33472npm verb headers 'accept-ranges': 'bytes',
33473npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33474npm verb headers age: '236',
33475npm verb headers 'x-served-by': 'cache-fra1236-FRA',
33476npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33477npm verb headers 'x-cache-hits': '2',
33478npm verb headers 'x-timer': 'S1451417110.705736,VS0,VE0',
33479npm verb headers vary: 'Accept',
33480npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33481npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33482npm verb headers connection: 'keep-alive' }
33483npm verb get saving bin-wrapper to /root/.npm/registry.npmjs.org/bin-wrapper/.cache.json
33484npm verb get http://registry.npmjs.org/log-symbols not expired, no request
33485npm verb addNamed "1.0.2" is a plain semver version for log-symbols
33486npm verb addRemoteTarball http://registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz not in flight; adding
33487npm verb addRemoteTarball [ 'http://registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz',
33488npm verb addRemoteTarball 'd337b34f1040529f9fea9b2a3e2a4a0fda2d3df4' ]
33489npm verb addRemoteTarball http://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz not in flight; adding
33490npm verb addRemoteTarball [ 'http://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz',
33491npm verb addRemoteTarball '376ff7b58ea3086a0f09facc74617eca501e1a18' ]
33492npm info retry fetch attempt 1 at 19:25:10
33493npm info attempt registry request try #1 at 19:25:10
33494npm http fetch GET http://registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz
33495npm info retry fetch attempt 1 at 19:25:10
33496npm info attempt registry request try #1 at 19:25:10
33497npm http fetch GET http://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz
33498npm http fetch 200 http://registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz
33499npm http fetch 200 http://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz
33500npm verb cache add spec bin-wrapper@^0.3.0
33501npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for bin-wrapper
33502npm verb addNameRange registry:http://registry.npmjs.org/bin-wrapper not in flight; fetching
33503npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz not in flight; adding
33504npm verb addTmpTarball already have metadata; skipping unpack for bin-build@0.1.1
33505npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz not in flight; adding
33506npm verb addTmpTarball already have metadata; skipping unpack for log-symbols@1.0.2
33507npm verb get http://registry.npmjs.org/bin-wrapper not expired, no request
33508npm verb addNamed "0.3.4" is a plain semver version for bin-wrapper
33509npm verb addRemoteTarball http://registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz not in flight; adding
33510npm verb addRemoteTarball [ 'http://registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz',
33511npm verb addRemoteTarball '40c47e742d36d0c675fec7b1d37c403b92836e2f' ]
33512npm info retry fetch attempt 1 at 19:25:10
33513npm info attempt registry request try #1 at 19:25:10
33514npm http fetch GET http://registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz
33515npm http fetch 200 http://registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz
33516npm verb afterAdd /root/.npm/bin-build/0.1.1/package/package.json not in flight; writing
33517npm verb afterAdd /root/.npm/log-symbols/1.0.2/package/package.json not in flight; writing
33518npm verb afterAdd /root/.npm/bin-build/0.1.1/package/package.json written
33519npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz not in flight; adding
33520npm verb addTmpTarball already have metadata; skipping unpack for bin-wrapper@0.3.4
33521npm verb afterAdd /root/.npm/log-symbols/1.0.2/package/package.json written
33522npm verb afterAdd /root/.npm/bin-wrapper/0.3.4/package/package.json not in flight; writing
33523npm verb afterAdd /root/.npm/bin-wrapper/0.3.4/package/package.json written
33524npm verb request uri http://registry.npmjs.org/download
33525npm verb request no auth needed
33526npm info attempt registry request try #1 at 19:25:10
33527npm http request GET http://registry.npmjs.org/download
33528npm http 200 http://registry.npmjs.org/download
33529npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33530npm verb headers etag: '"ERHX5E3AZT7Z6A9KOKPYXHE8H"',
33531npm verb headers 'content-type': 'application/json',
33532npm verb headers 'cache-control': 'max-age=300',
33533npm verb headers 'content-length': '77309',
33534npm verb headers 'accept-ranges': 'bytes',
33535npm verb headers date: 'Tue, 29 Dec 2015 19:25:10 GMT',
33536npm verb headers age: '62',
33537npm verb headers 'x-served-by': 'cache-fra1236-FRA',
33538npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33539npm verb headers 'x-cache-hits': '1',
33540npm verb headers 'x-timer': 'S1451417110.879062,VS0,VE0',
33541npm verb headers vary: 'Accept',
33542npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33543npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33544npm verb headers connection: 'keep-alive' }
33545npm verb get saving download to /root/.npm/registry.npmjs.org/download/.cache.json
33546npm verb cache add spec download@^0.1.16
33547npm verb addNamed ">=0.1.16 <0.2.0" is a valid semver range for download
33548npm verb addNameRange registry:http://registry.npmjs.org/download not in flight; fetching
33549npm verb get http://registry.npmjs.org/download not expired, no request
33550npm verb addNamed "0.1.19" is a plain semver version for download
33551npm verb addRemoteTarball http://registry.npmjs.org/download/-/download-0.1.19.tgz not in flight; adding
33552npm verb addRemoteTarball [ 'http://registry.npmjs.org/download/-/download-0.1.19.tgz',
33553npm verb addRemoteTarball '1ad3e5a4177e46b41ac08e41a84c87e3c43485a0' ]
33554npm info retry fetch attempt 1 at 19:25:10
33555npm info attempt registry request try #1 at 19:25:10
33556npm http fetch GET http://registry.npmjs.org/download/-/download-0.1.19.tgz
33557npm http fetch 200 http://registry.npmjs.org/download/-/download-0.1.19.tgz
33558npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/download/-/download-0.1.19.tgz not in flight; adding
33559npm verb addTmpTarball already have metadata; skipping unpack for download@0.1.19
33560npm verb afterAdd /root/.npm/download/0.1.19/package/package.json not in flight; writing
33561npm verb afterAdd /root/.npm/download/0.1.19/package/package.json written
33562npm verb cache add spec get-stdin@^0.1.0
33563npm verb cache add spec nopt@^2.2.0
33564npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for get-stdin
33565npm verb addNameRange registry:http://registry.npmjs.org/get-stdin not in flight; fetching
33566npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for nopt
33567npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
33568npm verb request uri http://registry.npmjs.org/decompress
33569npm verb request no auth needed
33570npm info attempt registry request try #1 at 19:25:11
33571npm http request GET http://registry.npmjs.org/decompress
33572npm verb request uri http://registry.npmjs.org/get-urls
33573npm verb request no auth needed
33574npm info attempt registry request try #1 at 19:25:11
33575npm http request GET http://registry.npmjs.org/get-urls
33576npm verb request uri http://registry.npmjs.org/through2
33577npm verb request no auth needed
33578npm info attempt registry request try #1 at 19:25:11
33579npm http request GET http://registry.npmjs.org/through2
33580npm verb request uri http://registry.npmjs.org/get-stdin
33581npm verb request no auth needed
33582npm info attempt registry request try #1 at 19:25:11
33583npm verb etag "BA32P11BIXF0YZOXXS5GKT6NO"
33584npm http request GET http://registry.npmjs.org/get-stdin
33585npm verb get http://registry.npmjs.org/nopt not expired, no request
33586npm verb addNamed "2.2.1" is a plain semver version for nopt
33587npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz not in flight; adding
33588npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz',
33589npm verb addRemoteTarball '2aa09b7d1768487b3b89a9c5aa52335bff0baea7' ]
33590npm info retry fetch attempt 1 at 19:25:11
33591npm info attempt registry request try #1 at 19:25:11
33592npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz
33593npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz
33594npm http 200 http://registry.npmjs.org/get-urls
33595npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33596npm verb headers etag: '"CP29SG6U4ULYJW2LUNPJBGAZ7"',
33597npm verb headers 'content-type': 'application/json',
33598npm verb headers 'cache-control': 'max-age=300',
33599npm verb headers 'content-length': '13838',
33600npm verb headers 'accept-ranges': 'bytes',
33601npm verb headers date: 'Tue, 29 Dec 2015 19:25:11 GMT',
33602npm verb headers age: '252',
33603npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33604npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33605npm verb headers 'x-cache-hits': '1',
33606npm verb headers 'x-timer': 'S1451417111.050280,VS0,VE0',
33607npm verb headers vary: 'Accept',
33608npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33609npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33610npm verb headers connection: 'keep-alive' }
33611npm verb get saving get-urls to /root/.npm/registry.npmjs.org/get-urls/.cache.json
33612npm http 304 http://registry.npmjs.org/get-stdin
33613npm verb headers { date: 'Tue, 29 Dec 2015 19:25:11 GMT',
33614npm verb headers 'cache-control': 'max-age=60',
33615npm verb headers etag: '"BA32P11BIXF0YZOXXS5GKT6NO"',
33616npm verb headers age: '0',
33617npm verb headers 'x-served-by': 'cache-fra1242-FRA',
33618npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33619npm verb headers 'x-cache-hits': '1',
33620npm verb headers 'x-timer': 'S1451417111.056011,VS0,VE0',
33621npm verb headers vary: 'Accept',
33622npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
33623npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33624npm verb headers connection: 'keep-alive' }
33625npm verb etag http://registry.npmjs.org/get-stdin from cache
33626npm verb get saving get-stdin to /root/.npm/registry.npmjs.org/get-stdin/.cache.json
33627npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nopt/-/nopt-2.2.1.tgz not in flight; adding
33628npm verb addTmpTarball already have metadata; skipping unpack for nopt@2.2.1
33629npm http 200 http://registry.npmjs.org/through2
33630npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33631npm verb headers etag: '"CE9BDWSR3YK0T4A6LKUTKTORS"',
33632npm verb headers 'content-type': 'application/json',
33633npm verb headers 'cache-control': 'max-age=300',
33634npm verb headers 'content-length': '37698',
33635npm verb headers 'accept-ranges': 'bytes',
33636npm verb headers date: 'Tue, 29 Dec 2015 19:25:11 GMT',
33637npm verb headers age: '231',
33638npm verb headers 'x-served-by': 'cache-fra1237-FRA',
33639npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33640npm verb headers 'x-cache-hits': '7',
33641npm verb headers 'x-timer': 'S1451417111.050061,VS0,VE0',
33642npm verb headers vary: 'Accept',
33643npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33644npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33645npm verb headers connection: 'keep-alive' }
33646npm verb get saving through2 to /root/.npm/registry.npmjs.org/through2/.cache.json
33647npm verb addNamed "0.1.0" is a plain semver version for get-stdin
33648npm verb addRemoteTarball http://registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz not in flight; adding
33649npm verb addRemoteTarball [ 'http://registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz',
33650npm verb addRemoteTarball '5998af24aafc802d15c82c685657eeb8b10d4a91' ]
33651npm verb cache add spec get-urls@^0.1.1
33652npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for get-urls
33653npm verb addNameRange registry:http://registry.npmjs.org/get-urls not in flight; fetching
33654npm info retry fetch attempt 1 at 19:25:11
33655npm info attempt registry request try #1 at 19:25:11
33656npm http fetch GET http://registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz
33657npm http fetch 200 http://registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz
33658npm verb get http://registry.npmjs.org/get-urls not expired, no request
33659npm verb addNamed "0.1.2" is a plain semver version for get-urls
33660npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json not in flight; writing
33661npm verb addRemoteTarball http://registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz not in flight; adding
33662npm verb addRemoteTarball [ 'http://registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz',
33663npm verb addRemoteTarball '92a3e5ce2b9af2d2764ff5198681db373227b844' ]
33664npm verb cache add spec through2@^0.4.0
33665npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for through2
33666npm verb addNameRange registry:http://registry.npmjs.org/through2 not in flight; fetching
33667npm info retry fetch attempt 1 at 19:25:11
33668npm info attempt registry request try #1 at 19:25:11
33669npm http fetch GET http://registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz
33670npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz not in flight; adding
33671npm verb addTmpTarball already have metadata; skipping unpack for get-stdin@0.1.0
33672npm verb get http://registry.npmjs.org/through2 not expired, no request
33673npm verb addNamed "0.4.2" is a plain semver version for through2
33674npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json written
33675npm http fetch 200 http://registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz
33676npm verb addRemoteTarball http://registry.npmjs.org/through2/-/through2-0.4.2.tgz not in flight; adding
33677npm verb addRemoteTarball [ 'http://registry.npmjs.org/through2/-/through2-0.4.2.tgz',
33678npm verb addRemoteTarball 'dbf5866031151ec8352bb6c4db64a2292a840b9b' ]
33679npm info retry fetch attempt 1 at 19:25:11
33680npm info attempt registry request try #1 at 19:25:11
33681npm http fetch GET http://registry.npmjs.org/through2/-/through2-0.4.2.tgz
33682npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz not in flight; adding
33683npm verb addTmpTarball already have metadata; skipping unpack for get-urls@0.1.2
33684npm verb afterAdd /root/.npm/get-stdin/0.1.0/package/package.json not in flight; writing
33685npm verb afterAdd /root/.npm/get-stdin/0.1.0/package/package.json written
33686npm verb afterAdd /root/.npm/get-urls/0.1.2/package/package.json not in flight; writing
33687npm verb afterAdd /root/.npm/get-urls/0.1.2/package/package.json written
33688npm http fetch 200 http://registry.npmjs.org/through2/-/through2-0.4.2.tgz
33689npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/through2/-/through2-0.4.2.tgz not in flight; adding
33690npm verb addTmpTarball already have metadata; skipping unpack for through2@0.4.2
33691npm verb afterAdd /root/.npm/through2/0.4.2/package/package.json not in flight; writing
33692npm verb afterAdd /root/.npm/through2/0.4.2/package/package.json written
33693npm http 200 http://registry.npmjs.org/decompress
33694npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33695npm verb headers etag: '"75CK9ZGFJ1J1AD3CVKLOQO4NI"',
33696npm verb headers 'content-type': 'application/json',
33697npm verb headers 'cache-control': 'max-age=300',
33698npm verb headers 'content-length': '49479',
33699npm verb headers 'accept-ranges': 'bytes',
33700npm verb headers date: 'Tue, 29 Dec 2015 19:25:11 GMT',
33701npm verb headers age: '0',
33702npm verb headers 'x-served-by': 'cache-fra1236-FRA',
33703npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33704npm verb headers 'x-cache-hits': '1',
33705npm verb headers 'x-timer': 'S1451417111.050097,VS0,VE194',
33706npm verb headers vary: 'Accept',
33707npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33708npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33709npm verb headers connection: 'keep-alive' }
33710npm verb get saving decompress to /root/.npm/registry.npmjs.org/decompress/.cache.json
33711npm verb cache add spec decompress@^0.2.5
33712npm verb addNamed ">=0.2.5 <0.3.0" is a valid semver range for decompress
33713npm verb addNameRange registry:http://registry.npmjs.org/decompress not in flight; fetching
33714npm verb get http://registry.npmjs.org/decompress not expired, no request
33715npm verb addNamed "0.2.5" is a plain semver version for decompress
33716npm verb addRemoteTarball http://registry.npmjs.org/decompress/-/decompress-0.2.5.tgz not in flight; adding
33717npm verb addRemoteTarball [ 'http://registry.npmjs.org/decompress/-/decompress-0.2.5.tgz',
33718npm verb addRemoteTarball 'd213233efe066ccd80d914d793f1b30cd984b847' ]
33719npm info retry fetch attempt 1 at 19:25:11
33720npm info attempt registry request try #1 at 19:25:11
33721npm http fetch GET http://registry.npmjs.org/decompress/-/decompress-0.2.5.tgz
33722npm http fetch 200 http://registry.npmjs.org/decompress/-/decompress-0.2.5.tgz
33723npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/decompress/-/decompress-0.2.5.tgz not in flight; adding
33724npm verb addTmpTarball already have metadata; skipping unpack for decompress@0.2.5
33725npm verb afterAdd /root/.npm/decompress/0.2.5/package/package.json not in flight; writing
33726npm verb afterAdd /root/.npm/decompress/0.2.5/package/package.json written
33727npm verb cache add spec get-stdin@^0.1.0
33728npm verb cache add spec nopt@^2.2.0
33729npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for get-stdin
33730npm verb addNameRange registry:http://registry.npmjs.org/get-stdin not in flight; fetching
33731npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for nopt
33732npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
33733npm verb request uri http://registry.npmjs.org/adm-zip
33734npm verb request no auth needed
33735npm info attempt registry request try #1 at 19:25:11
33736npm http request GET http://registry.npmjs.org/adm-zip
33737npm verb request uri http://registry.npmjs.org/ext-name
33738npm verb request no auth needed
33739npm info attempt registry request try #1 at 19:25:11
33740npm http request GET http://registry.npmjs.org/ext-name
33741npm verb request uri http://registry.npmjs.org/stream-combiner
33742npm verb request no auth needed
33743npm info attempt registry request try #1 at 19:25:11
33744npm http request GET http://registry.npmjs.org/stream-combiner
33745npm verb request uri http://registry.npmjs.org/tar
33746npm verb request no auth needed
33747npm info attempt registry request try #1 at 19:25:11
33748npm http request GET http://registry.npmjs.org/tar
33749npm verb get http://registry.npmjs.org/get-stdin not expired, no request
33750npm verb addNamed "0.1.0" is a plain semver version for get-stdin
33751npm verb get http://registry.npmjs.org/nopt not expired, no request
33752npm verb addNamed "2.2.1" is a plain semver version for nopt
33753npm http 200 http://registry.npmjs.org/adm-zip
33754npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33755npm verb headers etag: '"AAB8O4XDJLTFC1LEIVD3MQ62J"',
33756npm verb headers 'content-type': 'application/json',
33757npm verb headers 'cache-control': 'max-age=300',
33758npm verb headers 'content-length': '21529',
33759npm verb headers 'accept-ranges': 'bytes',
33760npm verb headers date: 'Tue, 29 Dec 2015 19:23:27 GMT',
33761npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33762npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
33763npm verb headers 'x-cache-hits': '1',
33764npm verb headers 'x-timer': 'S1451417007.723405,VS0,VE0',
33765npm verb headers vary: 'Accept',
33766npm verb headers age: '195',
33767npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33768npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33769npm verb headers connection: 'keep-alive' }
33770npm verb get saving adm-zip to /root/.npm/registry.npmjs.org/adm-zip/.cache.json
33771npm http 200 http://registry.npmjs.org/stream-combiner
33772npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33773npm verb headers etag: '"9JFSU463QOUXE8PS7NIKW88DT"',
33774npm verb headers 'content-type': 'application/json',
33775npm verb headers 'cache-control': 'max-age=300',
33776npm verb headers 'content-length': '11400',
33777npm verb headers 'accept-ranges': 'bytes',
33778npm verb headers date: 'Tue, 29 Dec 2015 19:25:11 GMT',
33779npm verb headers age: '90',
33780npm verb headers 'x-served-by': 'cache-fra1236-FRA',
33781npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33782npm verb headers 'x-cache-hits': '2',
33783npm verb headers 'x-timer': 'S1451417111.421165,VS0,VE0',
33784npm verb headers vary: 'Accept',
33785npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33786npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33787npm verb headers connection: 'keep-alive' }
33788npm verb get saving stream-combiner to /root/.npm/registry.npmjs.org/stream-combiner/.cache.json
33789npm http 200 http://registry.npmjs.org/ext-name
33790npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33791npm verb headers etag: '"1OJLM9PY47S3R86ORV47EXIB3"',
33792npm verb headers 'content-type': 'application/json',
33793npm verb headers 'cache-control': 'max-age=300',
33794npm verb headers 'content-length': '8518',
33795npm verb headers 'accept-ranges': 'bytes',
33796npm verb headers date: 'Tue, 29 Dec 2015 19:25:11 GMT',
33797npm verb headers age: '275',
33798npm verb headers 'x-served-by': 'cache-fra1242-FRA',
33799npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33800npm verb headers 'x-cache-hits': '2',
33801npm verb headers 'x-timer': 'S1451417111.421279,VS0,VE0',
33802npm verb headers vary: 'Accept',
33803npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33804npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33805npm verb headers connection: 'keep-alive' }
33806npm verb get saving ext-name to /root/.npm/registry.npmjs.org/ext-name/.cache.json
33807npm verb afterAdd /root/.npm/get-stdin/0.1.0/package/package.json not in flight; writing
33808npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json not in flight; writing
33809npm verb afterAdd /root/.npm/get-stdin/0.1.0/package/package.json written
33810npm verb cache add spec adm-zip@^0.4.3
33811npm verb addNamed ">=0.4.3 <0.5.0" is a valid semver range for adm-zip
33812npm verb addNameRange registry:http://registry.npmjs.org/adm-zip not in flight; fetching
33813npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json written
33814npm verb cache add spec stream-combiner@^0.0.4
33815npm verb addNamed ">=0.0.4 <0.0.5" is a valid semver range for stream-combiner
33816npm verb addNameRange registry:http://registry.npmjs.org/stream-combiner not in flight; fetching
33817npm verb cache add spec ext-name@^1.0.0
33818npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ext-name
33819npm verb addNameRange registry:http://registry.npmjs.org/ext-name not in flight; fetching
33820npm verb get http://registry.npmjs.org/adm-zip not expired, no request
33821npm verb addNamed "0.4.7" is a plain semver version for adm-zip
33822npm verb addRemoteTarball http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz not in flight; adding
33823npm verb addRemoteTarball [ 'http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz',
33824npm verb addRemoteTarball '8606c2cbf1c426ce8c8ec00174447fd49b6eafc1' ]
33825npm verb get http://registry.npmjs.org/stream-combiner not expired, no request
33826npm verb addNamed "0.0.4" is a plain semver version for stream-combiner
33827npm verb addRemoteTarball http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz not in flight; adding
33828npm verb addRemoteTarball [ 'http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz',
33829npm verb addRemoteTarball '4d5e433c185261dde623ca3f44c586bcf5c4ad14' ]
33830npm verb get http://registry.npmjs.org/ext-name not expired, no request
33831npm verb addNamed "1.0.1" is a plain semver version for ext-name
33832npm info retry fetch attempt 1 at 19:25:11
33833npm info attempt registry request try #1 at 19:25:11
33834npm http fetch GET http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz
33835npm verb addRemoteTarball http://registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz not in flight; adding
33836npm verb addRemoteTarball [ 'http://registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz',
33837npm verb addRemoteTarball '18283356dc40a393455c54460f0599ce97d30e0c' ]
33838npm info retry fetch attempt 1 at 19:25:11
33839npm info attempt registry request try #1 at 19:25:11
33840npm http fetch GET http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz
33841npm info retry fetch attempt 1 at 19:25:11
33842npm info attempt registry request try #1 at 19:25:11
33843npm http fetch GET http://registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz
33844npm http fetch 200 http://registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz
33845npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz not in flight; adding
33846npm verb addTmpTarball already have metadata; skipping unpack for ext-name@1.0.1
33847npm http fetch 200 http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz
33848npm verb afterAdd /root/.npm/ext-name/1.0.1/package/package.json not in flight; writing
33849npm http fetch 200 http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz
33850npm verb afterAdd /root/.npm/ext-name/1.0.1/package/package.json written
33851npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz not in flight; adding
33852npm verb addTmpTarball already have metadata; skipping unpack for adm-zip@0.4.7
33853npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz not in flight; adding
33854npm verb addTmpTarball already have metadata; skipping unpack for stream-combiner@0.0.4
33855npm verb afterAdd /root/.npm/adm-zip/0.4.7/package/package.json not in flight; writing
33856npm verb afterAdd /root/.npm/stream-combiner/0.0.4/package/package.json not in flight; writing
33857npm verb afterAdd /root/.npm/adm-zip/0.4.7/package/package.json written
33858npm verb afterAdd /root/.npm/stream-combiner/0.0.4/package/package.json written
33859npm http 200 http://registry.npmjs.org/tar
33860npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33861npm verb headers etag: '"B65086JAZ6MBUGJ3KXVETYYSK"',
33862npm verb headers 'content-type': 'application/json',
33863npm verb headers 'cache-control': 'max-age=300',
33864npm verb headers 'content-length': '30480',
33865npm verb headers 'accept-ranges': 'bytes',
33866npm verb headers date: 'Tue, 29 Dec 2015 19:25:12 GMT',
33867npm verb headers age: '0',
33868npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33869npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33870npm verb headers 'x-cache-hits': '1',
33871npm verb headers 'x-timer': 'S1451417111.421250,VS0,VE954',
33872npm verb headers vary: 'Accept',
33873npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
33874npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33875npm verb headers connection: 'keep-alive' }
33876npm verb get saving tar to /root/.npm/registry.npmjs.org/tar/.cache.json
33877npm verb cache add spec tar@^0.1.18
33878npm verb addNamed ">=0.1.18 <0.2.0" is a valid semver range for tar
33879npm verb addNameRange registry:http://registry.npmjs.org/tar not in flight; fetching
33880npm verb get http://registry.npmjs.org/tar not expired, no request
33881npm verb addNamed "0.1.20" is a plain semver version for tar
33882npm verb addRemoteTarball http://registry.npmjs.org/tar/-/tar-0.1.20.tgz not in flight; adding
33883npm verb addRemoteTarball [ 'http://registry.npmjs.org/tar/-/tar-0.1.20.tgz',
33884npm verb addRemoteTarball '42940bae5b5f22c74483699126f9f3f27449cb13' ]
33885npm info retry fetch attempt 1 at 19:25:12
33886npm info attempt registry request try #1 at 19:25:12
33887npm http fetch GET http://registry.npmjs.org/tar/-/tar-0.1.20.tgz
33888npm http fetch 200 http://registry.npmjs.org/tar/-/tar-0.1.20.tgz
33889npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tar/-/tar-0.1.20.tgz not in flight; adding
33890npm verb addTmpTarball already have metadata; skipping unpack for tar@0.1.20
33891npm verb afterAdd /root/.npm/tar/0.1.20/package/package.json not in flight; writing
33892npm verb afterAdd /root/.npm/tar/0.1.20/package/package.json written
33893npm verb cache add spec underscore.string@~2.3.3
33894npm verb addNamed ">=2.3.3 <2.4.0" is a valid semver range for underscore.string
33895npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
33896npm verb request uri http://registry.npmjs.org/ext-list
33897npm verb request no auth needed
33898npm info attempt registry request try #1 at 19:25:12
33899npm http request GET http://registry.npmjs.org/ext-list
33900npm verb request uri http://registry.npmjs.org/underscore.string
33901npm verb request no auth needed
33902npm info attempt registry request try #1 at 19:25:12
33903npm verb etag "9HLXDOKWC1I2LOXJ9C352NREI"
33904npm http request GET http://registry.npmjs.org/underscore.string
33905npm http 304 http://registry.npmjs.org/underscore.string
33906npm verb headers { date: 'Tue, 29 Dec 2015 19:24:59 GMT',
33907npm verb headers 'content-type': 'application/json',
33908npm verb headers age: '90',
33909npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
33910npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33911npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
33912npm verb headers connection: 'keep-alive' }
33913npm verb etag http://registry.npmjs.org/underscore.string from cache
33914npm verb get saving underscore.string to /root/.npm/registry.npmjs.org/underscore.string/.cache.json
33915npm http 200 http://registry.npmjs.org/ext-list
33916npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33917npm verb headers etag: '"CQFAALFQPY792Y7GRS7Y97B5W"',
33918npm verb headers 'content-type': 'application/json',
33919npm verb headers 'cache-control': 'max-age=300',
33920npm verb headers 'content-length': '7835',
33921npm verb headers 'accept-ranges': 'bytes',
33922npm verb headers date: 'Tue, 29 Dec 2015 19:25:12 GMT',
33923npm verb headers age: '274',
33924npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33925npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33926npm verb headers 'x-cache-hits': '1',
33927npm verb headers 'x-timer': 'S1451417112.500803,VS0,VE0',
33928npm verb headers vary: 'Accept',
33929npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33930npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33931npm verb headers connection: 'keep-alive' }
33932npm verb get saving ext-list to /root/.npm/registry.npmjs.org/ext-list/.cache.json
33933npm verb addNamed "2.3.3" is a plain semver version for underscore.string
33934npm verb cache add spec ext-list@^0.2.0
33935npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ext-list
33936npm verb addNameRange registry:http://registry.npmjs.org/ext-list not in flight; fetching
33937npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json not in flight; writing
33938npm verb get http://registry.npmjs.org/ext-list not expired, no request
33939npm verb addNamed "0.2.0" is a plain semver version for ext-list
33940npm verb addRemoteTarball http://registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz not in flight; adding
33941npm verb addRemoteTarball [ 'http://registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz',
33942npm verb addRemoteTarball '3614d5f299f4a592a89629e7de825f1774d19abd' ]
33943npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json written
33944npm info retry fetch attempt 1 at 19:25:12
33945npm info attempt registry request try #1 at 19:25:12
33946npm http fetch GET http://registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz
33947npm http fetch 200 http://registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz
33948npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz not in flight; adding
33949npm verb addTmpTarball already have metadata; skipping unpack for ext-list@0.2.0
33950npm verb afterAdd /root/.npm/ext-list/0.2.0/package/package.json not in flight; writing
33951npm verb afterAdd /root/.npm/ext-list/0.2.0/package/package.json written
33952npm verb request uri http://registry.npmjs.org/got
33953npm verb request no auth needed
33954npm info attempt registry request try #1 at 19:25:12
33955npm http request GET http://registry.npmjs.org/got
33956npm http 200 http://registry.npmjs.org/got
33957npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33958npm verb headers etag: '"7AC0MU3IIC528I0G6QBQL6G1E"',
33959npm verb headers 'content-type': 'application/json',
33960npm verb headers 'cache-control': 'max-age=300',
33961npm verb headers 'content-length': '67499',
33962npm verb headers 'accept-ranges': 'bytes',
33963npm verb headers date: 'Tue, 29 Dec 2015 19:25:12 GMT',
33964npm verb headers age: '229',
33965npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33966npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
33967npm verb headers 'x-cache-hits': '3',
33968npm verb headers 'x-timer': 'S1451417112.599043,VS0,VE0',
33969npm verb headers vary: 'Accept',
33970npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
33971npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
33972npm verb headers connection: 'keep-alive' }
33973npm verb get saving got to /root/.npm/registry.npmjs.org/got/.cache.json
33974npm verb cache add spec got@^0.2.0
33975npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for got
33976npm verb addNameRange registry:http://registry.npmjs.org/got not in flight; fetching
33977npm verb get http://registry.npmjs.org/got not expired, no request
33978npm verb addNamed "0.2.0" is a plain semver version for got
33979npm verb addRemoteTarball http://registry.npmjs.org/got/-/got-0.2.0.tgz not in flight; adding
33980npm verb addRemoteTarball [ 'http://registry.npmjs.org/got/-/got-0.2.0.tgz',
33981npm verb addRemoteTarball 'd00c248b29fdccaea940df9ca0995ebff31b51a5' ]
33982npm info retry fetch attempt 1 at 19:25:12
33983npm info attempt registry request try #1 at 19:25:12
33984npm http fetch GET http://registry.npmjs.org/got/-/got-0.2.0.tgz
33985npm http fetch 200 http://registry.npmjs.org/got/-/got-0.2.0.tgz
33986npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/got/-/got-0.2.0.tgz not in flight; adding
33987npm verb addTmpTarball already have metadata; skipping unpack for got@0.2.0
33988npm verb afterAdd /root/.npm/got/0.2.0/package/package.json not in flight; writing
33989npm verb afterAdd /root/.npm/got/0.2.0/package/package.json written
33990npm verb cache add spec object-assign@^0.3.0
33991npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for object-assign
33992npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
33993npm verb request uri http://registry.npmjs.org/object-assign
33994npm verb request no auth needed
33995npm info attempt registry request try #1 at 19:25:12
33996npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
33997npm http request GET http://registry.npmjs.org/object-assign
33998npm http 304 http://registry.npmjs.org/object-assign
33999npm verb headers { date: 'Tue, 29 Dec 2015 19:25:12 GMT',
34000npm verb headers 'cache-control': 'max-age=60',
34001npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
34002npm verb headers age: '6',
34003npm verb headers 'x-served-by': 'cache-fra1228-FRA',
34004npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34005npm verb headers 'x-cache-hits': '2',
34006npm verb headers 'x-timer': 'S1451417112.729295,VS0,VE0',
34007npm verb headers vary: 'Accept',
34008npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
34009npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34010npm verb headers connection: 'keep-alive' }
34011npm verb etag http://registry.npmjs.org/object-assign from cache
34012npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
34013npm verb addNamed "0.3.1" is a plain semver version for object-assign
34014npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz not in flight; adding
34015npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz',
34016npm verb addRemoteTarball '060e2a2a27d7c0d77ec77b78f11aa47fd88008d2' ]
34017npm info retry fetch attempt 1 at 19:25:12
34018npm info attempt registry request try #1 at 19:25:12
34019npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz
34020npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz
34021npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz not in flight; adding
34022npm verb addTmpTarball already have metadata; skipping unpack for object-assign@0.3.1
34023npm verb afterAdd /root/.npm/object-assign/0.3.1/package/package.json not in flight; writing
34024npm verb afterAdd /root/.npm/object-assign/0.3.1/package/package.json written
34025npm verb request uri http://registry.npmjs.org/duplexer
34026npm verb request no auth needed
34027npm info attempt registry request try #1 at 19:25:12
34028npm http request GET http://registry.npmjs.org/duplexer
34029npm http 200 http://registry.npmjs.org/duplexer
34030npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34031npm verb headers etag: '"9M5QNW34HW8D9ZIVJEIFTNKSL"',
34032npm verb headers 'content-type': 'application/json',
34033npm verb headers 'cache-control': 'max-age=300',
34034npm verb headers 'content-length': '12289',
34035npm verb headers 'accept-ranges': 'bytes',
34036npm verb headers date: 'Tue, 29 Dec 2015 19:25:12 GMT',
34037npm verb headers age: '288',
34038npm verb headers 'x-served-by': 'cache-fra1227-FRA',
34039npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34040npm verb headers 'x-cache-hits': '1',
34041npm verb headers 'x-timer': 'S1451417112.817662,VS0,VE0',
34042npm verb headers vary: 'Accept',
34043npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34044npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34045npm verb headers connection: 'keep-alive' }
34046npm verb get saving duplexer to /root/.npm/registry.npmjs.org/duplexer/.cache.json
34047npm verb cache add spec duplexer@~0.1.1
34048npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for duplexer
34049npm verb addNameRange registry:http://registry.npmjs.org/duplexer not in flight; fetching
34050npm verb get http://registry.npmjs.org/duplexer not expired, no request
34051npm verb addNamed "0.1.1" is a plain semver version for duplexer
34052npm verb addRemoteTarball http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz not in flight; adding
34053npm verb addRemoteTarball [ 'http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz',
34054npm verb addRemoteTarball 'ace6ff808c1ce66b57d1ebf97977acb02334cfc1' ]
34055npm info retry fetch attempt 1 at 19:25:12
34056npm info attempt registry request try #1 at 19:25:12
34057npm http fetch GET http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz
34058npm http fetch 200 http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz
34059npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz not in flight; adding
34060npm verb addTmpTarball already have metadata; skipping unpack for duplexer@0.1.1
34061npm verb afterAdd /root/.npm/duplexer/0.1.1/package/package.json not in flight; writing
34062npm verb afterAdd /root/.npm/duplexer/0.1.1/package/package.json written
34063npm verb request uri http://registry.npmjs.org/block-stream
34064npm verb request no auth needed
34065npm info attempt registry request try #1 at 19:25:12
34066npm http request GET http://registry.npmjs.org/block-stream
34067npm verb request uri http://registry.npmjs.org/fstream
34068npm verb request no auth needed
34069npm info attempt registry request try #1 at 19:25:12
34070npm http request GET http://registry.npmjs.org/fstream
34071npm http 200 http://registry.npmjs.org/block-stream
34072npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34073npm verb headers etag: '"C7OJPKZD1OK2WI9TVJ794V0P5"',
34074npm verb headers 'content-type': 'application/json',
34075npm verb headers 'cache-control': 'max-age=300',
34076npm verb headers 'content-length': '6256',
34077npm verb headers 'accept-ranges': 'bytes',
34078npm verb headers date: 'Tue, 29 Dec 2015 19:25:12 GMT',
34079npm verb headers age: '114',
34080npm verb headers 'x-served-by': 'cache-fra1220-FRA',
34081npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34082npm verb headers 'x-cache-hits': '1',
34083npm verb headers 'x-timer': 'S1451417112.906509,VS0,VE0',
34084npm verb headers vary: 'Accept',
34085npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34086npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34087npm verb headers connection: 'keep-alive' }
34088npm verb get saving block-stream to /root/.npm/registry.npmjs.org/block-stream/.cache.json
34089npm verb cache add spec block-stream@*
34090npm verb addNamed "*" is a valid semver range for block-stream
34091npm verb addNameRange registry:http://registry.npmjs.org/block-stream not in flight; fetching
34092npm verb get http://registry.npmjs.org/block-stream not expired, no request
34093npm verb addNamed "0.0.8" is a plain semver version for block-stream
34094npm verb addRemoteTarball http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz not in flight; adding
34095npm verb addRemoteTarball [ 'http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz',
34096npm verb addRemoteTarball '0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b' ]
34097npm info retry fetch attempt 1 at 19:25:12
34098npm info attempt registry request try #1 at 19:25:12
34099npm http fetch GET http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz
34100npm http 200 http://registry.npmjs.org/fstream
34101npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34102npm verb headers etag: '"BVLXX1GMS5PIFGE6CRP0K1FVB"',
34103npm verb headers 'content-type': 'application/json',
34104npm verb headers 'cache-control': 'max-age=300',
34105npm verb headers 'content-length': '43132',
34106npm verb headers 'accept-ranges': 'bytes',
34107npm verb headers date: 'Tue, 29 Dec 2015 19:25:12 GMT',
34108npm verb headers age: '69',
34109npm verb headers 'x-served-by': 'cache-fra1227-FRA',
34110npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34111npm verb headers 'x-cache-hits': '10',
34112npm verb headers 'x-timer': 'S1451417112.906344,VS0,VE0',
34113npm verb headers vary: 'Accept',
34114npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34115npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34116npm verb headers connection: 'keep-alive' }
34117npm verb get saving fstream to /root/.npm/registry.npmjs.org/fstream/.cache.json
34118npm verb cache add spec fstream@~0.1.28
34119npm verb addNamed ">=0.1.28 <0.2.0" is a valid semver range for fstream
34120npm verb addNameRange registry:http://registry.npmjs.org/fstream not in flight; fetching
34121npm http fetch 200 http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz
34122npm verb get http://registry.npmjs.org/fstream not expired, no request
34123npm verb addNamed "0.1.31" is a plain semver version for fstream
34124npm verb addRemoteTarball http://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz not in flight; adding
34125npm verb addRemoteTarball [ 'http://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz',
34126npm verb addRemoteTarball '7337f058fbbbbefa8c9f561a28cab0849202c988' ]
34127npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz not in flight; adding
34128npm verb addTmpTarball already have metadata; skipping unpack for block-stream@0.0.8
34129npm info retry fetch attempt 1 at 19:25:12
34130npm info attempt registry request try #1 at 19:25:12
34131npm http fetch GET http://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz
34132npm verb afterAdd /root/.npm/block-stream/0.0.8/package/package.json not in flight; writing
34133npm verb afterAdd /root/.npm/block-stream/0.0.8/package/package.json written
34134npm http fetch 200 http://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz
34135npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fstream/-/fstream-0.1.31.tgz not in flight; adding
34136npm verb addTmpTarball already have metadata; skipping unpack for fstream@0.1.31
34137npm verb afterAdd /root/.npm/fstream/0.1.31/package/package.json not in flight; writing
34138npm verb afterAdd /root/.npm/fstream/0.1.31/package/package.json written
34139npm verb cache add spec graceful-fs@~3.0.2
34140npm verb cache add spec mkdirp@0.5
34141npm verb addNamed ">=3.0.2 <3.1.0" is a valid semver range for graceful-fs
34142npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
34143npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
34144npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
34145npm verb get http://registry.npmjs.org/mkdirp not expired, no request
34146npm verb addNamed "0.5.1" is a plain semver version for mkdirp
34147npm verb request uri http://registry.npmjs.org/graceful-fs
34148npm verb request no auth needed
34149npm info attempt registry request try #1 at 19:25:13
34150npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
34151npm http request GET http://registry.npmjs.org/graceful-fs
34152npm http 304 http://registry.npmjs.org/graceful-fs
34153npm verb headers { date: 'Tue, 29 Dec 2015 19:25:00 GMT',
34154npm verb headers 'content-type': 'application/json',
34155npm verb headers age: '41',
34156npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
34157npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34158npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
34159npm verb headers connection: 'keep-alive' }
34160npm verb etag http://registry.npmjs.org/graceful-fs from cache
34161npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
34162npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
34163npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
34164npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
34165npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz not in flight; adding
34166npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz',
34167npm verb addRemoteTarball 'ce813e725fa82f7e6147d51c9a5ca68270551c22' ]
34168npm info retry fetch attempt 1 at 19:25:13
34169npm info attempt registry request try #1 at 19:25:13
34170npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz
34171npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz
34172npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz not in flight; adding
34173npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@3.0.8
34174npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
34175npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
34176npm verb cache add spec minimist@0.0.8
34177npm verb addNamed "0.0.8" is a plain semver version for minimist
34178npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
34179npm verb get http://registry.npmjs.org/minimist not expired, no request
34180npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
34181npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
34182npm verb cache add spec readable-stream@~1.0.17
34183npm verb cache add spec xtend@~2.1.1
34184npm verb addNamed ">=1.0.17 <1.1.0" is a valid semver range for readable-stream
34185npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
34186npm verb addNamed ">=2.1.1 <2.2.0" is a valid semver range for xtend
34187npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
34188npm verb request uri http://registry.npmjs.org/readable-stream
34189npm verb request no auth needed
34190npm info attempt registry request try #1 at 19:25:13
34191npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
34192npm http request GET http://registry.npmjs.org/readable-stream
34193npm verb request uri http://registry.npmjs.org/xtend
34194npm verb request no auth needed
34195npm info attempt registry request try #1 at 19:25:13
34196npm verb etag "1IDUFAB2QOA8033MD814NYRK9"
34197npm http request GET http://registry.npmjs.org/xtend
34198npm http 304 http://registry.npmjs.org/readable-stream
34199npm verb headers { date: 'Tue, 29 Dec 2015 19:25:13 GMT',
34200npm verb headers 'cache-control': 'max-age=300',
34201npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
34202npm verb headers age: '4',
34203npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34204npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34205npm verb headers 'x-cache-hits': '2',
34206npm verb headers 'x-timer': 'S1451417113.213809,VS0,VE0',
34207npm verb headers vary: 'Accept',
34208npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34209npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34210npm verb headers connection: 'keep-alive' }
34211npm verb etag http://registry.npmjs.org/readable-stream from cache
34212npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
34213npm http 304 http://registry.npmjs.org/xtend
34214npm verb headers { date: 'Tue, 29 Dec 2015 19:25:13 GMT',
34215npm verb headers 'cache-control': 'max-age=300',
34216npm verb headers etag: '"1IDUFAB2QOA8033MD814NYRK9"',
34217npm verb headers age: '294',
34218npm verb headers 'x-served-by': 'cache-fra1246-FRA',
34219npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34220npm verb headers 'x-cache-hits': '12',
34221npm verb headers 'x-timer': 'S1451417113.219098,VS0,VE0',
34222npm verb headers vary: 'Accept',
34223npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
34224npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34225npm verb headers connection: 'keep-alive' }
34226npm verb etag http://registry.npmjs.org/xtend from cache
34227npm verb get saving xtend to /root/.npm/registry.npmjs.org/xtend/.cache.json
34228npm verb addNamed "2.1.2" is a plain semver version for xtend
34229npm verb addNamed "1.0.33" is a plain semver version for readable-stream
34230npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz not in flight; adding
34231npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz',
34232npm verb addRemoteTarball '3a360dd66c1b1d7fd4705389860eda1d0f61126c' ]
34233npm info retry fetch attempt 1 at 19:25:13
34234npm info attempt registry request try #1 at 19:25:13
34235npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz
34236npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz
34237npm verb afterAdd /root/.npm/xtend/2.1.2/package/package.json not in flight; writing
34238npm verb afterAdd /root/.npm/xtend/2.1.2/package/package.json written
34239npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz not in flight; adding
34240npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.0.33
34241npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
34242npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
34243npm verb cache add spec object-keys@~0.4.0
34244npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for object-keys
34245npm verb addNameRange registry:http://registry.npmjs.org/object-keys not in flight; fetching
34246npm verb request uri http://registry.npmjs.org/object-keys
34247npm verb request no auth needed
34248npm info attempt registry request try #1 at 19:25:13
34249npm verb etag "CUJ60WAI9V1U6WYABC4C4CHJV"
34250npm http request GET http://registry.npmjs.org/object-keys
34251npm http 304 http://registry.npmjs.org/object-keys
34252npm verb headers { date: 'Tue, 29 Dec 2015 19:25:13 GMT',
34253npm verb headers 'cache-control': 'max-age=60',
34254npm verb headers etag: '"CUJ60WAI9V1U6WYABC4C4CHJV"',
34255npm verb headers age: '21',
34256npm verb headers 'x-served-by': 'cache-fra1246-FRA',
34257npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34258npm verb headers 'x-cache-hits': '2',
34259npm verb headers 'x-timer': 'S1451417113.325304,VS0,VE0',
34260npm verb headers vary: 'Accept',
34261npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
34262npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34263npm verb headers connection: 'keep-alive' }
34264npm verb etag http://registry.npmjs.org/object-keys from cache
34265npm verb get saving object-keys to /root/.npm/registry.npmjs.org/object-keys/.cache.json
34266npm verb addNamed "0.4.0" is a plain semver version for object-keys
34267npm verb afterAdd /root/.npm/object-keys/0.4.0/package/package.json not in flight; writing
34268npm verb afterAdd /root/.npm/object-keys/0.4.0/package/package.json written
34269npm verb request uri http://registry.npmjs.org/bin-check
34270npm verb request no auth needed
34271npm info attempt registry request try #1 at 19:25:13
34272npm http request GET http://registry.npmjs.org/bin-check
34273npm verb request uri http://registry.npmjs.org/find-file
34274npm verb request no auth needed
34275npm info attempt registry request try #1 at 19:25:13
34276npm http request GET http://registry.npmjs.org/find-file
34277npm http 200 http://registry.npmjs.org/bin-check
34278npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34279npm verb headers etag: '"7RGBNVMIR7LSFQZL6FSMPWI8M"',
34280npm verb headers 'content-type': 'application/json',
34281npm verb headers 'cache-control': 'max-age=300',
34282npm verb headers 'content-length': '13130',
34283npm verb headers 'accept-ranges': 'bytes',
34284npm verb headers date: 'Tue, 29 Dec 2015 19:25:13 GMT',
34285npm verb headers age: '195',
34286npm verb headers 'x-served-by': 'cache-fra1246-FRA',
34287npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34288npm verb headers 'x-cache-hits': '3',
34289npm verb headers 'x-timer': 'S1451417113.395830,VS0,VE0',
34290npm verb headers vary: 'Accept',
34291npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34292npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34293npm verb headers connection: 'keep-alive' }
34294npm verb get saving bin-check to /root/.npm/registry.npmjs.org/bin-check/.cache.json
34295npm http 200 http://registry.npmjs.org/find-file
34296npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34297npm verb headers etag: '"BOJA0OORTI41P2JYVG9VPA1GP"',
34298npm verb headers 'content-type': 'application/json',
34299npm verb headers 'cache-control': 'max-age=300',
34300npm verb headers 'content-length': '8777',
34301npm verb headers 'accept-ranges': 'bytes',
34302npm verb headers date: 'Tue, 29 Dec 2015 19:25:13 GMT',
34303npm verb headers age: '267',
34304npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34305npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34306npm verb headers 'x-cache-hits': '1',
34307npm verb headers 'x-timer': 'S1451417113.400007,VS0,VE0',
34308npm verb headers vary: 'Accept',
34309npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34310npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34311npm verb headers connection: 'keep-alive' }
34312npm verb get saving find-file to /root/.npm/registry.npmjs.org/find-file/.cache.json
34313npm verb cache add spec bin-check@^0.1.0
34314npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for bin-check
34315npm verb addNameRange registry:http://registry.npmjs.org/bin-check not in flight; fetching
34316npm verb cache add spec find-file@^0.1.2
34317npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for find-file
34318npm verb addNameRange registry:http://registry.npmjs.org/find-file not in flight; fetching
34319npm verb get http://registry.npmjs.org/bin-check not expired, no request
34320npm verb addNamed "0.1.5" is a plain semver version for bin-check
34321npm verb get http://registry.npmjs.org/find-file not expired, no request
34322npm verb addNamed "0.1.4" is a plain semver version for find-file
34323npm WARN deprecated find-file@0.1.4: Use the globby package instead
34324npm verb addRemoteTarball http://registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz not in flight; adding
34325npm verb addRemoteTarball [ 'http://registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz',
34326npm verb addRemoteTarball 'e2438f3d06ea0fa7fa5940e78fe5775f4634254a' ]
34327npm verb addRemoteTarball http://registry.npmjs.org/find-file/-/find-file-0.1.4.tgz not in flight; adding
34328npm verb addRemoteTarball [ 'http://registry.npmjs.org/find-file/-/find-file-0.1.4.tgz',
34329npm verb addRemoteTarball 'f806bb8132a8265232bf1c9ef95ba0746511d871' ]
34330npm info retry fetch attempt 1 at 19:25:13
34331npm info attempt registry request try #1 at 19:25:13
34332npm http fetch GET http://registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz
34333npm info retry fetch attempt 1 at 19:25:13
34334npm info attempt registry request try #1 at 19:25:13
34335npm http fetch GET http://registry.npmjs.org/find-file/-/find-file-0.1.4.tgz
34336npm http fetch 200 http://registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz
34337npm http fetch 200 http://registry.npmjs.org/find-file/-/find-file-0.1.4.tgz
34338npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz not in flight; adding
34339npm verb addTmpTarball already have metadata; skipping unpack for bin-check@0.1.5
34340npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/find-file/-/find-file-0.1.4.tgz not in flight; adding
34341npm verb addTmpTarball already have metadata; skipping unpack for find-file@0.1.4
34342npm verb afterAdd /root/.npm/find-file/0.1.4/package/package.json not in flight; writing
34343npm verb afterAdd /root/.npm/bin-check/0.1.5/package/package.json not in flight; writing
34344npm verb afterAdd /root/.npm/find-file/0.1.4/package/package.json written
34345npm verb afterAdd /root/.npm/bin-check/0.1.5/package/package.json written
34346npm verb request uri http://registry.npmjs.org/executable
34347npm verb request no auth needed
34348npm info attempt registry request try #1 at 19:25:13
34349npm http request GET http://registry.npmjs.org/executable
34350npm http 200 http://registry.npmjs.org/executable
34351npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34352npm verb headers etag: '"4VRJ4T7ZKL0CGYBXONJEAP6MM"',
34353npm verb headers 'content-type': 'application/json',
34354npm verb headers 'cache-control': 'max-age=300',
34355npm verb headers 'content-length': '13366',
34356npm verb headers 'accept-ranges': 'bytes',
34357npm verb headers date: 'Tue, 29 Dec 2015 19:25:13 GMT',
34358npm verb headers age: '188',
34359npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34360npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34361npm verb headers 'x-cache-hits': '1',
34362npm verb headers 'x-timer': 'S1451417113.505964,VS0,VE0',
34363npm verb headers vary: 'Accept',
34364npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34365npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34366npm verb headers connection: 'keep-alive' }
34367npm verb get saving executable to /root/.npm/registry.npmjs.org/executable/.cache.json
34368npm verb cache add spec executable@^0.1.0
34369npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for executable
34370npm verb addNameRange registry:http://registry.npmjs.org/executable not in flight; fetching
34371npm verb get http://registry.npmjs.org/executable not expired, no request
34372npm verb addNamed "0.1.3" is a plain semver version for executable
34373npm verb addRemoteTarball http://registry.npmjs.org/executable/-/executable-0.1.3.tgz not in flight; adding
34374npm verb addRemoteTarball [ 'http://registry.npmjs.org/executable/-/executable-0.1.3.tgz',
34375npm verb addRemoteTarball '227cb205720631de150708e733909684dc67e1d8' ]
34376npm info retry fetch attempt 1 at 19:25:13
34377npm info attempt registry request try #1 at 19:25:13
34378npm http fetch GET http://registry.npmjs.org/executable/-/executable-0.1.3.tgz
34379npm http fetch 200 http://registry.npmjs.org/executable/-/executable-0.1.3.tgz
34380npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/executable/-/executable-0.1.3.tgz not in flight; adding
34381npm verb addTmpTarball already have metadata; skipping unpack for executable@0.1.3
34382npm verb afterAdd /root/.npm/executable/0.1.3/package/package.json not in flight; writing
34383npm verb afterAdd /root/.npm/executable/0.1.3/package/package.json written
34384npm verb request uri http://registry.npmjs.org/jpegtran-bin
34385npm verb request no auth needed
34386npm info attempt registry request try #1 at 19:25:13
34387npm http request GET http://registry.npmjs.org/jpegtran-bin
34388npm http 200 http://registry.npmjs.org/jpegtran-bin
34389npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34390npm verb headers etag: '"3T06L832D07I7HYZLHQ3O0ESZ"',
34391npm verb headers 'content-type': 'application/json',
34392npm verb headers 'cache-control': 'max-age=300',
34393npm verb headers 'content-length': '42899',
34394npm verb headers 'accept-ranges': 'bytes',
34395npm verb headers date: 'Tue, 29 Dec 2015 19:25:13 GMT',
34396npm verb headers age: '274',
34397npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34398npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34399npm verb headers 'x-cache-hits': '1',
34400npm verb headers 'x-timer': 'S1451417113.600130,VS0,VE0',
34401npm verb headers vary: 'Accept',
34402npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34403npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34404npm verb headers connection: 'keep-alive' }
34405npm verb get saving jpegtran-bin to /root/.npm/registry.npmjs.org/jpegtran-bin/.cache.json
34406npm verb cache add spec jpegtran-bin@^0.2.6
34407npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for jpegtran-bin
34408npm verb addNameRange registry:http://registry.npmjs.org/jpegtran-bin not in flight; fetching
34409npm verb get http://registry.npmjs.org/jpegtran-bin not expired, no request
34410npm verb addNamed "0.2.8" is a plain semver version for jpegtran-bin
34411npm verb addRemoteTarball http://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz not in flight; adding
34412npm verb addRemoteTarball [ 'http://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz',
34413npm verb addRemoteTarball '759c1be0558de8701f87a90b7ae818d3060f712b' ]
34414npm info retry fetch attempt 1 at 19:25:13
34415npm info attempt registry request try #1 at 19:25:13
34416npm http fetch GET http://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz
34417npm http fetch 200 http://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz
34418npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz not in flight; adding
34419npm verb addTmpTarball already have metadata; skipping unpack for jpegtran-bin@0.2.8
34420npm verb afterAdd /root/.npm/jpegtran-bin/0.2.8/package/package.json not in flight; writing
34421npm verb afterAdd /root/.npm/jpegtran-bin/0.2.8/package/package.json written
34422npm verb request uri http://registry.npmjs.org/optipng-bin
34423npm verb request no auth needed
34424npm info attempt registry request try #1 at 19:25:13
34425npm http request GET http://registry.npmjs.org/optipng-bin
34426npm http 200 http://registry.npmjs.org/optipng-bin
34427npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34428npm verb headers etag: '"BIYYZ1R8FIQ0EXSXJ4GY6TAYB"',
34429npm verb headers 'content-type': 'application/json',
34430npm verb headers 'cache-control': 'max-age=300',
34431npm verb headers 'content-length': '48429',
34432npm verb headers 'accept-ranges': 'bytes',
34433npm verb headers date: 'Tue, 29 Dec 2015 19:25:13 GMT',
34434npm verb headers age: '273',
34435npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34436npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34437npm verb headers 'x-cache-hits': '1',
34438npm verb headers 'x-timer': 'S1451417113.733247,VS0,VE0',
34439npm verb headers vary: 'Accept',
34440npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34441npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34442npm verb headers connection: 'keep-alive' }
34443npm verb get saving optipng-bin to /root/.npm/registry.npmjs.org/optipng-bin/.cache.json
34444npm verb cache add spec optipng-bin@^0.3.3
34445npm verb addNamed ">=0.3.3 <0.4.0" is a valid semver range for optipng-bin
34446npm verb addNameRange registry:http://registry.npmjs.org/optipng-bin not in flight; fetching
34447npm verb get http://registry.npmjs.org/optipng-bin not expired, no request
34448npm verb addNamed "0.3.11" is a plain semver version for optipng-bin
34449npm verb addRemoteTarball http://registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz not in flight; adding
34450npm verb addRemoteTarball [ 'http://registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz',
34451npm verb addRemoteTarball '400d19329f29c508b89b478b5d42ba1afb3bd4ab' ]
34452npm info retry fetch attempt 1 at 19:25:13
34453npm info attempt registry request try #1 at 19:25:13
34454npm http fetch GET http://registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz
34455npm http fetch 200 http://registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz
34456npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz not in flight; adding
34457npm verb addTmpTarball already have metadata; skipping unpack for optipng-bin@0.3.11
34458npm verb afterAdd /root/.npm/optipng-bin/0.3.11/package/package.json not in flight; writing
34459npm verb afterAdd /root/.npm/optipng-bin/0.3.11/package/package.json written
34460npm verb request uri http://registry.npmjs.org/pngquant-bin
34461npm verb request no auth needed
34462npm info attempt registry request try #1 at 19:25:13
34463npm http request GET http://registry.npmjs.org/pngquant-bin
34464npm http 200 http://registry.npmjs.org/pngquant-bin
34465npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34466npm verb headers etag: '"A2SUMQ82I12N4ON6BQ6YM2NP4"',
34467npm verb headers 'content-type': 'application/json',
34468npm verb headers 'cache-control': 'max-age=300',
34469npm verb headers 'content-length': '31864',
34470npm verb headers 'accept-ranges': 'bytes',
34471npm verb headers date: 'Tue, 29 Dec 2015 19:25:14 GMT',
34472npm verb headers age: '0',
34473npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34474npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34475npm verb headers 'x-cache-hits': '1',
34476npm verb headers 'x-timer': 'S1451417113.859228,VS0,VE225',
34477npm verb headers vary: 'Accept',
34478npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34479npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34480npm verb headers connection: 'keep-alive' }
34481npm verb get saving pngquant-bin to /root/.npm/registry.npmjs.org/pngquant-bin/.cache.json
34482npm verb cache add spec pngquant-bin@^0.3.0
34483npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for pngquant-bin
34484npm verb addNameRange registry:http://registry.npmjs.org/pngquant-bin not in flight; fetching
34485npm verb get http://registry.npmjs.org/pngquant-bin not expired, no request
34486npm verb addNamed "0.3.5" is a plain semver version for pngquant-bin
34487npm verb addRemoteTarball http://registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz not in flight; adding
34488npm verb addRemoteTarball [ 'http://registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz',
34489npm verb addRemoteTarball '06fb6fbbc31b8ce2fcbb73bd4366475bf3486eff' ]
34490npm info retry fetch attempt 1 at 19:25:14
34491npm info attempt registry request try #1 at 19:25:14
34492npm http fetch GET http://registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz
34493npm http fetch 200 http://registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz
34494npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz not in flight; adding
34495npm verb addTmpTarball already have metadata; skipping unpack for pngquant-bin@0.3.5
34496npm verb afterAdd /root/.npm/pngquant-bin/0.3.5/package/package.json not in flight; writing
34497npm verb afterAdd /root/.npm/pngquant-bin/0.3.5/package/package.json written
34498npm verb request uri http://registry.npmjs.org/is-svg
34499npm verb request no auth needed
34500npm info attempt registry request try #1 at 19:25:14
34501npm http request GET http://registry.npmjs.org/is-svg
34502npm verb request uri http://registry.npmjs.org/svgo
34503npm verb request no auth needed
34504npm info attempt registry request try #1 at 19:25:14
34505npm http request GET http://registry.npmjs.org/svgo
34506npm http 200 http://registry.npmjs.org/is-svg
34507npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34508npm verb headers etag: '"91D7XSJ2YN9XM5U7QNPS9H6KG"',
34509npm verb headers 'content-type': 'application/json',
34510npm verb headers 'cache-control': 'max-age=300',
34511npm verb headers 'content-length': '10261',
34512npm verb headers 'accept-ranges': 'bytes',
34513npm verb headers date: 'Tue, 29 Dec 2015 19:25:14 GMT',
34514npm verb headers age: '207',
34515npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34516npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34517npm verb headers 'x-cache-hits': '1',
34518npm verb headers 'x-timer': 'S1451417114.193738,VS0,VE0',
34519npm verb headers vary: 'Accept',
34520npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34521npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34522npm verb headers connection: 'keep-alive' }
34523npm verb get saving is-svg to /root/.npm/registry.npmjs.org/is-svg/.cache.json
34524npm verb cache add spec is-svg@^0.1.1
34525npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for is-svg
34526npm verb addNameRange registry:http://registry.npmjs.org/is-svg not in flight; fetching
34527npm verb get http://registry.npmjs.org/is-svg not expired, no request
34528npm verb addNamed "0.1.2" is a plain semver version for is-svg
34529npm verb addRemoteTarball http://registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz not in flight; adding
34530npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz',
34531npm verb addRemoteTarball '9f469905fbcf733598cc944b50cee082da2407b7' ]
34532npm info retry fetch attempt 1 at 19:25:14
34533npm info attempt registry request try #1 at 19:25:14
34534npm http fetch GET http://registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz
34535npm http fetch 200 http://registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz
34536npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz not in flight; adding
34537npm verb addTmpTarball already have metadata; skipping unpack for is-svg@0.1.2
34538npm verb afterAdd /root/.npm/is-svg/0.1.2/package/package.json not in flight; writing
34539npm verb afterAdd /root/.npm/is-svg/0.1.2/package/package.json written
34540npm http 200 http://registry.npmjs.org/svgo
34541npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34542npm verb headers etag: '"865EX41EV9RYKA9AP7Y7FMT73"',
34543npm verb headers 'content-type': 'application/json',
34544npm verb headers 'cache-control': 'max-age=300',
34545npm verb headers 'content-length': '89289',
34546npm verb headers 'accept-ranges': 'bytes',
34547npm verb headers date: 'Tue, 29 Dec 2015 19:25:14 GMT',
34548npm verb headers age: '102',
34549npm verb headers 'x-served-by': 'cache-fra1246-FRA',
34550npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34551npm verb headers 'x-cache-hits': '1',
34552npm verb headers 'x-timer': 'S1451417114.197510,VS0,VE0',
34553npm verb headers vary: 'Accept',
34554npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34555npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34556npm verb headers connection: 'keep-alive' }
34557npm verb get saving svgo to /root/.npm/registry.npmjs.org/svgo/.cache.json
34558npm verb cache add spec svgo@^0.4.4
34559npm verb addNamed ">=0.4.4 <0.5.0" is a valid semver range for svgo
34560npm verb addNameRange registry:http://registry.npmjs.org/svgo not in flight; fetching
34561npm verb get http://registry.npmjs.org/svgo not expired, no request
34562npm verb addNamed "0.4.5" is a plain semver version for svgo
34563npm verb addRemoteTarball http://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz not in flight; adding
34564npm verb addRemoteTarball [ 'http://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz',
34565npm verb addRemoteTarball 'ba56155fb1733728956c01b405221ee7e789a2a4' ]
34566npm info retry fetch attempt 1 at 19:25:14
34567npm info attempt registry request try #1 at 19:25:14
34568npm http fetch GET http://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz
34569npm http fetch 200 http://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz
34570npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/svgo/-/svgo-0.4.5.tgz not in flight; adding
34571npm verb addTmpTarball already have metadata; skipping unpack for svgo@0.4.5
34572npm verb afterAdd /root/.npm/svgo/0.4.5/package/package.json not in flight; writing
34573npm verb afterAdd /root/.npm/svgo/0.4.5/package/package.json written
34574npm verb cache add spec js-yaml@~2.1.0
34575npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for js-yaml
34576npm verb addNameRange registry:http://registry.npmjs.org/js-yaml not in flight; fetching
34577npm verb request uri http://registry.npmjs.org/sax
34578npm verb request no auth needed
34579npm info attempt registry request try #1 at 19:25:14
34580npm http request GET http://registry.npmjs.org/sax
34581npm verb request uri http://registry.npmjs.org/coa
34582npm verb request no auth needed
34583npm info attempt registry request try #1 at 19:25:14
34584npm http request GET http://registry.npmjs.org/coa
34585npm verb request uri http://registry.npmjs.org/whet.extend
34586npm verb request no auth needed
34587npm info attempt registry request try #1 at 19:25:14
34588npm http request GET http://registry.npmjs.org/whet.extend
34589npm verb request uri http://registry.npmjs.org/js-yaml
34590npm verb request no auth needed
34591npm info attempt registry request try #1 at 19:25:14
34592npm verb etag "80KSXEAHSZDUG5SQXWE04EYJ1"
34593npm http request GET http://registry.npmjs.org/js-yaml
34594npm http 304 http://registry.npmjs.org/js-yaml
34595npm verb headers { date: 'Tue, 29 Dec 2015 19:24:59 GMT',
34596npm verb headers 'content-type': 'application/json',
34597npm verb headers age: '112',
34598npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
34599npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34600npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
34601npm verb headers connection: 'keep-alive' }
34602npm verb etag http://registry.npmjs.org/js-yaml from cache
34603npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
34604npm http 200 http://registry.npmjs.org/whet.extend
34605npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34606npm verb headers etag: '"D3NY36I4JR4Q2BPDIOND05A6O"',
34607npm verb headers 'content-type': 'application/json',
34608npm verb headers 'cache-control': 'max-age=300',
34609npm verb headers 'content-length': '5483',
34610npm verb headers 'accept-ranges': 'bytes',
34611npm verb headers date: 'Tue, 29 Dec 2015 19:25:14 GMT',
34612npm verb headers age: '244',
34613npm verb headers 'x-served-by': 'cache-fra1234-FRA',
34614npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34615npm verb headers 'x-cache-hits': '1',
34616npm verb headers 'x-timer': 'S1451417114.480548,VS0,VE0',
34617npm verb headers vary: 'Accept',
34618npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34619npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34620npm verb headers connection: 'keep-alive' }
34621npm verb get saving whet.extend to /root/.npm/registry.npmjs.org/whet.extend/.cache.json
34622npm verb addNamed "2.1.3" is a plain semver version for js-yaml
34623npm verb cache add spec whet.extend@~0.9.9
34624npm verb addNamed ">=0.9.9 <0.10.0" is a valid semver range for whet.extend
34625npm verb addNameRange registry:http://registry.npmjs.org/whet.extend not in flight; fetching
34626npm verb addRemoteTarball http://registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz not in flight; adding
34627npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz',
34628npm verb addRemoteTarball '0ffb5617be55525878063d7a16aee7fdd282e84c' ]
34629npm http 200 http://registry.npmjs.org/coa
34630npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34631npm verb headers etag: '"47ZDVCG67C7RRDVW4KISP70DX"',
34632npm verb headers 'content-type': 'application/json',
34633npm verb headers 'cache-control': 'max-age=300',
34634npm verb headers 'content-length': '35810',
34635npm verb headers 'accept-ranges': 'bytes',
34636npm verb headers date: 'Tue, 29 Dec 2015 19:25:14 GMT',
34637npm verb headers age: '47',
34638npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34639npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34640npm verb headers 'x-cache-hits': '1',
34641npm verb headers 'x-timer': 'S1451417114.480544,VS0,VE0',
34642npm verb headers vary: 'Accept',
34643npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34644npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34645npm verb headers connection: 'keep-alive' }
34646npm verb get saving coa to /root/.npm/registry.npmjs.org/coa/.cache.json
34647npm info retry fetch attempt 1 at 19:25:14
34648npm info attempt registry request try #1 at 19:25:14
34649npm http fetch GET http://registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz
34650npm verb get http://registry.npmjs.org/whet.extend not expired, no request
34651npm verb addNamed "0.9.9" is a plain semver version for whet.extend
34652npm verb addRemoteTarball http://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz not in flight; adding
34653npm verb addRemoteTarball [ 'http://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz',
34654npm verb addRemoteTarball 'f877d5bf648c97e5aa542fadc16d6a259b9c11a1' ]
34655npm http fetch 200 http://registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz
34656npm info retry fetch attempt 1 at 19:25:14
34657npm info attempt registry request try #1 at 19:25:14
34658npm http fetch GET http://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz
34659npm verb cache add spec coa@~0.4.0
34660npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for coa
34661npm verb addNameRange registry:http://registry.npmjs.org/coa not in flight; fetching
34662npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz not in flight; adding
34663npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@2.1.3
34664npm http fetch 200 http://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz
34665npm verb get http://registry.npmjs.org/coa not expired, no request
34666npm verb addNamed "0.4.1" is a plain semver version for coa
34667npm verb addRemoteTarball http://registry.npmjs.org/coa/-/coa-0.4.1.tgz not in flight; adding
34668npm verb addRemoteTarball [ 'http://registry.npmjs.org/coa/-/coa-0.4.1.tgz',
34669npm verb addRemoteTarball 'baf6f49c7ad9f20c597af39b3fc1e5090fe8838b' ]
34670npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz not in flight; adding
34671npm verb addTmpTarball already have metadata; skipping unpack for whet.extend@0.9.9
34672npm info retry fetch attempt 1 at 19:25:14
34673npm info attempt registry request try #1 at 19:25:14
34674npm http fetch GET http://registry.npmjs.org/coa/-/coa-0.4.1.tgz
34675npm verb afterAdd /root/.npm/js-yaml/2.1.3/package/package.json not in flight; writing
34676npm verb afterAdd /root/.npm/js-yaml/2.1.3/package/package.json written
34677npm verb afterAdd /root/.npm/whet.extend/0.9.9/package/package.json not in flight; writing
34678npm verb afterAdd /root/.npm/whet.extend/0.9.9/package/package.json written
34679npm http 200 http://registry.npmjs.org/sax
34680npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34681npm verb headers etag: '"ADLE1PUK652JYD9AIO4UXBDDV"',
34682npm verb headers 'content-type': 'application/json',
34683npm verb headers 'cache-control': 'max-age=60',
34684npm verb headers 'content-length': '52675',
34685npm verb headers 'accept-ranges': 'bytes',
34686npm verb headers date: 'Tue, 29 Dec 2015 19:25:14 GMT',
34687npm verb headers age: '30',
34688npm verb headers 'x-served-by': 'cache-fra1246-FRA',
34689npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34690npm verb headers 'x-cache-hits': '1',
34691npm verb headers 'x-timer': 'S1451417114.480474,VS0,VE0',
34692npm verb headers vary: 'Accept',
34693npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
34694npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34695npm verb headers connection: 'keep-alive' }
34696npm verb get saving sax to /root/.npm/registry.npmjs.org/sax/.cache.json
34697npm http fetch 200 http://registry.npmjs.org/coa/-/coa-0.4.1.tgz
34698npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/coa/-/coa-0.4.1.tgz not in flight; adding
34699npm verb addTmpTarball already have metadata; skipping unpack for coa@0.4.1
34700npm verb cache add spec sax@~0.6.0
34701npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for sax
34702npm verb addNameRange registry:http://registry.npmjs.org/sax not in flight; fetching
34703npm verb get http://registry.npmjs.org/sax not expired, no request
34704npm verb addNamed "0.6.1" is a plain semver version for sax
34705npm verb addRemoteTarball http://registry.npmjs.org/sax/-/sax-0.6.1.tgz not in flight; adding
34706npm verb addRemoteTarball [ 'http://registry.npmjs.org/sax/-/sax-0.6.1.tgz',
34707npm verb addRemoteTarball '563b19c7c1de892e09bfc4f2fc30e3c27f0952b9' ]
34708npm verb afterAdd /root/.npm/coa/0.4.1/package/package.json not in flight; writing
34709npm info retry fetch attempt 1 at 19:25:14
34710npm info attempt registry request try #1 at 19:25:14
34711npm http fetch GET http://registry.npmjs.org/sax/-/sax-0.6.1.tgz
34712npm verb afterAdd /root/.npm/coa/0.4.1/package/package.json written
34713npm http fetch 200 http://registry.npmjs.org/sax/-/sax-0.6.1.tgz
34714npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sax/-/sax-0.6.1.tgz not in flight; adding
34715npm verb addTmpTarball already have metadata; skipping unpack for sax@0.6.1
34716npm verb afterAdd /root/.npm/sax/0.6.1/package/package.json not in flight; writing
34717npm verb afterAdd /root/.npm/sax/0.6.1/package/package.json written
34718npm verb request uri http://registry.npmjs.org/q
34719npm verb request no auth needed
34720npm info attempt registry request try #1 at 19:25:14
34721npm http request GET http://registry.npmjs.org/q
34722npm http 200 http://registry.npmjs.org/q
34723npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34724npm verb headers etag: '"5IOO0153MVIX8ZOINFF1RYLY3"',
34725npm verb headers 'content-type': 'application/json',
34726npm verb headers 'cache-control': 'max-age=300',
34727npm verb headers 'content-length': '144102',
34728npm verb headers 'accept-ranges': 'bytes',
34729npm verb headers date: 'Tue, 29 Dec 2015 19:25:14 GMT',
34730npm verb headers age: '20',
34731npm verb headers 'x-served-by': 'cache-fra1234-FRA',
34732npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34733npm verb headers 'x-cache-hits': '1',
34734npm verb headers 'x-timer': 'S1451417114.742730,VS0,VE1',
34735npm verb headers vary: 'Accept',
34736npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34737npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34738npm verb headers connection: 'keep-alive' }
34739npm verb get saving q to /root/.npm/registry.npmjs.org/q/.cache.json
34740npm verb cache add spec q@~0.9.6
34741npm verb addNamed ">=0.9.6 <0.10.0" is a valid semver range for q
34742npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
34743npm verb get http://registry.npmjs.org/q not expired, no request
34744npm verb addNamed "0.9.7" is a plain semver version for q
34745npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-0.9.7.tgz not in flight; adding
34746npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-0.9.7.tgz',
34747npm verb addRemoteTarball '4de2e6cb3b29088c9e4cbc03bf9d42fb96ce2f75' ]
34748npm info retry fetch attempt 1 at 19:25:14
34749npm info attempt registry request try #1 at 19:25:14
34750npm http fetch GET http://registry.npmjs.org/q/-/q-0.9.7.tgz
34751npm http fetch 200 http://registry.npmjs.org/q/-/q-0.9.7.tgz
34752npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/q/-/q-0.9.7.tgz not in flight; adding
34753npm verb addTmpTarball already have metadata; skipping unpack for q@0.9.7
34754npm verb afterAdd /root/.npm/q/0.9.7/package/package.json not in flight; writing
34755npm verb afterAdd /root/.npm/q/0.9.7/package/package.json written
34756npm verb cache add spec chalk@~0.4.0
34757npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
34758npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
34759npm verb request uri http://registry.npmjs.org/grunt-lib-contrib
34760npm verb request no auth needed
34761npm info attempt registry request try #1 at 19:25:14
34762npm http request GET http://registry.npmjs.org/grunt-lib-contrib
34763npm verb request uri http://registry.npmjs.org/chalk
34764npm verb request no auth needed
34765npm info attempt registry request try #1 at 19:25:14
34766npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
34767npm http request GET http://registry.npmjs.org/chalk
34768npm http 304 http://registry.npmjs.org/chalk
34769npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
34770npm verb headers 'content-type': 'application/json',
34771npm verb headers age: '76',
34772npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
34773npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34774npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
34775npm verb headers connection: 'keep-alive' }
34776npm verb etag http://registry.npmjs.org/chalk from cache
34777npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
34778npm verb addNamed "0.4.0" is a plain semver version for chalk
34779npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
34780npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
34781npm http 200 http://registry.npmjs.org/grunt-lib-contrib
34782npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34783npm verb headers etag: '"3RGZHYCGP72QLS4ZYPK3QFCWS"',
34784npm verb headers 'content-type': 'application/json',
34785npm verb headers 'cache-control': 'max-age=300',
34786npm verb headers 'content-length': '16517',
34787npm verb headers 'accept-ranges': 'bytes',
34788npm verb headers date: 'Tue, 29 Dec 2015 19:25:14 GMT',
34789npm verb headers age: '72',
34790npm verb headers 'x-served-by': 'cache-fra1248-FRA',
34791npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34792npm verb headers 'x-cache-hits': '1',
34793npm verb headers 'x-timer': 'S1451417114.971333,VS0,VE0',
34794npm verb headers vary: 'Accept',
34795npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34796npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34797npm verb headers connection: 'keep-alive' }
34798npm verb get saving grunt-lib-contrib to /root/.npm/registry.npmjs.org/grunt-lib-contrib/.cache.json
34799npm verb cache add spec grunt-lib-contrib@~0.6.1
34800npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for grunt-lib-contrib
34801npm verb addNameRange registry:http://registry.npmjs.org/grunt-lib-contrib not in flight; fetching
34802npm verb get http://registry.npmjs.org/grunt-lib-contrib not expired, no request
34803npm verb addNamed "0.6.1" is a plain semver version for grunt-lib-contrib
34804npm verb addRemoteTarball http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz not in flight; adding
34805npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz',
34806npm verb addRemoteTarball '3f56adb7da06e814795ee2415b0ebe5fb8903ebb' ]
34807npm info retry fetch attempt 1 at 19:25:15
34808npm info attempt registry request try #1 at 19:25:15
34809npm http fetch GET http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz
34810npm http fetch 200 http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz
34811npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz not in flight; adding
34812npm verb addTmpTarball already have metadata; skipping unpack for grunt-lib-contrib@0.6.1
34813npm verb afterAdd /root/.npm/grunt-lib-contrib/0.6.1/package/package.json not in flight; writing
34814npm verb afterAdd /root/.npm/grunt-lib-contrib/0.6.1/package/package.json written
34815npm verb cache add spec ansi-styles@~1.0.0
34816npm verb cache add spec strip-ansi@~0.1.0
34817npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
34818npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
34819npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
34820npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
34821npm verb request uri http://registry.npmjs.org/ansi-styles
34822npm verb request no auth needed
34823npm info attempt registry request try #1 at 19:25:15
34824npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
34825npm http request GET http://registry.npmjs.org/ansi-styles
34826npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
34827npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
34828npm http 304 http://registry.npmjs.org/ansi-styles
34829npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
34830npm verb headers 'content-type': 'application/json',
34831npm verb headers age: '231',
34832npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
34833npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34834npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
34835npm verb headers connection: 'keep-alive' }
34836npm verb etag http://registry.npmjs.org/ansi-styles from cache
34837npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
34838npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
34839npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
34840npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
34841npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
34842npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
34843npm verb cache add spec zlib-browserify@0.0.1
34844npm verb addNamed "0.0.1" is a plain semver version for zlib-browserify
34845npm verb addNameVersion registry:http://registry.npmjs.org/zlib-browserify not in flight; fetching
34846npm verb get http://registry.npmjs.org/zlib-browserify not expired, no request
34847npm verb addRemoteTarball http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz not in flight; adding
34848npm verb addRemoteTarball [ 'http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz',
34849npm verb addRemoteTarball '4fa6a45d00dbc15f318a4afa1d9afc0258e176cc' ]
34850npm info retry fetch attempt 1 at 19:25:15
34851npm info attempt registry request try #1 at 19:25:15
34852npm http fetch GET http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz
34853npm http fetch 200 http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz
34854npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz not in flight; adding
34855npm verb addTmpTarball already have metadata; skipping unpack for zlib-browserify@0.0.1
34856npm verb afterAdd /root/.npm/zlib-browserify/0.0.1/package/package.json not in flight; writing
34857npm verb afterAdd /root/.npm/zlib-browserify/0.0.1/package/package.json written
34858npm verb request uri http://registry.npmjs.org/jshint
34859npm verb request no auth needed
34860npm info attempt registry request try #1 at 19:25:15
34861npm http request GET http://registry.npmjs.org/jshint
34862npm http 200 http://registry.npmjs.org/jshint
34863npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34864npm verb headers etag: '"7Q4INL3EQ3VWVYEHL72RA6U45"',
34865npm verb headers 'content-type': 'application/json',
34866npm verb headers 'cache-control': 'max-age=300',
34867npm verb headers 'content-length': '107863',
34868npm verb headers 'accept-ranges': 'bytes',
34869npm verb headers date: 'Tue, 29 Dec 2015 19:25:15 GMT',
34870npm verb headers age: '116',
34871npm verb headers 'x-served-by': 'cache-fra1240-FRA',
34872npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34873npm verb headers 'x-cache-hits': '1',
34874npm verb headers 'x-timer': 'S1451417115.199533,VS0,VE0',
34875npm verb headers vary: 'Accept',
34876npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34877npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34878npm verb headers connection: 'keep-alive' }
34879npm verb get saving jshint to /root/.npm/registry.npmjs.org/jshint/.cache.json
34880npm verb cache add spec jshint@~2.5.0
34881npm verb addNamed ">=2.5.0 <2.6.0" is a valid semver range for jshint
34882npm verb addNameRange registry:http://registry.npmjs.org/jshint not in flight; fetching
34883npm verb get http://registry.npmjs.org/jshint not expired, no request
34884npm verb addNamed "2.5.11" is a plain semver version for jshint
34885npm verb addRemoteTarball http://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz not in flight; adding
34886npm verb addRemoteTarball [ 'http://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz',
34887npm verb addRemoteTarball 'e2d95858bbb1aa78300108a2e81099fb095622e0' ]
34888npm info retry fetch attempt 1 at 19:25:15
34889npm info attempt registry request try #1 at 19:25:15
34890npm http fetch GET http://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz
34891npm http fetch 200 http://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz
34892npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jshint/-/jshint-2.5.11.tgz not in flight; adding
34893npm verb addTmpTarball already have metadata; skipping unpack for jshint@2.5.11
34894npm verb afterAdd /root/.npm/jshint/2.5.11/package/package.json not in flight; writing
34895npm verb afterAdd /root/.npm/jshint/2.5.11/package/package.json written
34896npm verb cache add spec minimatch@1.0.x
34897npm verb cache add spec shelljs@0.3.x
34898npm verb cache add spec underscore@1.6.x
34899npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for minimatch
34900npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
34901npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for shelljs
34902npm verb addNameRange registry:http://registry.npmjs.org/shelljs not in flight; fetching
34903npm verb addNamed ">=1.6.0 <1.7.0" is a valid semver range for underscore
34904npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
34905npm verb request uri http://registry.npmjs.org/console-browserify
34906npm verb request no auth needed
34907npm info attempt registry request try #1 at 19:25:15
34908npm http request GET http://registry.npmjs.org/console-browserify
34909npm verb request uri http://registry.npmjs.org/htmlparser2
34910npm verb request no auth needed
34911npm info attempt registry request try #1 at 19:25:15
34912npm http request GET http://registry.npmjs.org/htmlparser2
34913npm verb request uri http://registry.npmjs.org/strip-json-comments
34914npm verb request no auth needed
34915npm info attempt registry request try #1 at 19:25:15
34916npm http request GET http://registry.npmjs.org/strip-json-comments
34917npm verb request uri http://registry.npmjs.org/minimatch
34918npm verb request no auth needed
34919npm info attempt registry request try #1 at 19:25:15
34920npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
34921npm http request GET http://registry.npmjs.org/minimatch
34922npm verb get http://registry.npmjs.org/shelljs not expired, no request
34923npm verb addNamed "0.3.0" is a plain semver version for shelljs
34924npm verb request uri http://registry.npmjs.org/underscore
34925npm verb request no auth needed
34926npm info attempt registry request try #1 at 19:25:15
34927npm verb etag "EFDD5CQTW181YVOL282U8VRMC"
34928npm http request GET http://registry.npmjs.org/underscore
34929npm verb addRemoteTarball http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz not in flight; adding
34930npm verb addRemoteTarball [ 'http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz',
34931npm verb addRemoteTarball '3596e6307a781544f591f37da618360f31db57b1' ]
34932npm http 200 http://registry.npmjs.org/console-browserify
34933npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34934npm verb headers etag: '"9P4UVMYNOTKBMJP46LG2SRWG"',
34935npm verb headers 'content-type': 'application/json',
34936npm verb headers 'cache-control': 'max-age=60',
34937npm verb headers 'content-length': '17292',
34938npm verb headers 'accept-ranges': 'bytes',
34939npm verb headers date: 'Tue, 29 Dec 2015 19:25:15 GMT',
34940npm verb headers age: '46',
34941npm verb headers 'x-served-by': 'cache-fra1240-FRA',
34942npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
34943npm verb headers 'x-cache-hits': '1',
34944npm verb headers 'x-timer': 'S1451417115.561034,VS0,VE0',
34945npm verb headers vary: 'Accept',
34946npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
34947npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
34948npm verb headers connection: 'keep-alive' }
34949npm verb get saving console-browserify to /root/.npm/registry.npmjs.org/console-browserify/.cache.json
34950npm http 304 http://registry.npmjs.org/minimatch
34951npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
34952npm verb headers 'content-type': 'application/json',
34953npm verb headers age: '179',
34954npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
34955npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34956npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
34957npm verb headers connection: 'keep-alive' }
34958npm verb etag http://registry.npmjs.org/minimatch from cache
34959npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
34960npm http 304 http://registry.npmjs.org/underscore
34961npm verb headers { date: 'Tue, 29 Dec 2015 19:25:01 GMT',
34962npm verb headers 'content-type': 'application/json',
34963npm verb headers age: '50',
34964npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
34965npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
34966npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
34967npm verb headers connection: 'keep-alive' }
34968npm verb etag http://registry.npmjs.org/underscore from cache
34969npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
34970npm info retry fetch attempt 1 at 19:25:15
34971npm info attempt registry request try #1 at 19:25:15
34972npm http fetch GET http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz
34973npm http fetch 200 http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz
34974npm verb addNamed "1.0.0" is a plain semver version for minimatch
34975npm verb addNamed "1.6.0" is a plain semver version for underscore
34976npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz not in flight; adding
34977npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz',
34978npm verb addRemoteTarball 'e0dd2120b49e1b724ce8d714c520822a9438576d' ]
34979npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz not in flight; adding
34980npm verb addTmpTarball already have metadata; skipping unpack for shelljs@0.3.0
34981npm verb cache add spec console-browserify@1.1.x
34982npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for console-browserify
34983npm verb addNameRange registry:http://registry.npmjs.org/console-browserify not in flight; fetching
34984npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz not in flight; adding
34985npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz',
34986npm verb addRemoteTarball '8b38b10cacdef63337b8b24e4ff86d45aea529a8' ]
34987npm info retry fetch attempt 1 at 19:25:15
34988npm info attempt registry request try #1 at 19:25:15
34989npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz
34990npm info retry fetch attempt 1 at 19:25:15
34991npm info attempt registry request try #1 at 19:25:15
34992npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
34993npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz
34994npm http 200 http://registry.npmjs.org/htmlparser2
34995npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34996npm verb headers etag: '"4CFEQB0OJXCBCDIPQA1D2087V"',
34997npm verb headers 'content-type': 'application/json',
34998npm verb headers 'cache-control': 'max-age=300',
34999npm verb headers 'content-length': '71332',
35000npm verb headers 'accept-ranges': 'bytes',
35001npm verb headers date: 'Tue, 29 Dec 2015 19:25:15 GMT',
35002npm verb headers age: '225',
35003npm verb headers 'x-served-by': 'cache-fra1236-FRA',
35004npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35005npm verb headers 'x-cache-hits': '2',
35006npm verb headers 'x-timer': 'S1451417115.561448,VS0,VE0',
35007npm verb headers vary: 'Accept',
35008npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35009npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35010npm verb headers connection: 'keep-alive' }
35011npm verb get saving htmlparser2 to /root/.npm/registry.npmjs.org/htmlparser2/.cache.json
35012npm verb get http://registry.npmjs.org/console-browserify not expired, no request
35013npm verb addNamed "1.1.0" is a plain semver version for console-browserify
35014npm verb addRemoteTarball http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz not in flight; adding
35015npm verb addRemoteTarball [ 'http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz',
35016npm verb addRemoteTarball 'f0241c45730a9fc6323b206dbf38edc741d0bb10' ]
35017npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
35018npm verb afterAdd /root/.npm/shelljs/0.3.0/package/package.json not in flight; writing
35019npm info retry fetch attempt 1 at 19:25:15
35020npm info attempt registry request try #1 at 19:25:15
35021npm http fetch GET http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz
35022npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz not in flight; adding
35023npm verb addTmpTarball already have metadata; skipping unpack for minimatch@1.0.0
35024npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/underscore/-/underscore-1.6.0.tgz not in flight; adding
35025npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.6.0
35026npm verb afterAdd /root/.npm/shelljs/0.3.0/package/package.json written
35027npm verb cache add spec htmlparser2@3.8.x
35028npm verb addNamed ">=3.8.0 <3.9.0" is a valid semver range for htmlparser2
35029npm verb addNameRange registry:http://registry.npmjs.org/htmlparser2 not in flight; fetching
35030npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json not in flight; writing
35031npm verb get http://registry.npmjs.org/htmlparser2 not expired, no request
35032npm verb addNamed "3.8.3" is a plain semver version for htmlparser2
35033npm http fetch 200 http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz
35034npm verb addRemoteTarball http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz not in flight; adding
35035npm verb addRemoteTarball [ 'http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz',
35036npm verb addRemoteTarball '996c28b191516a8be86501a7d79757e5c70c1068' ]
35037npm verb afterAdd /root/.npm/underscore/1.6.0/package/package.json not in flight; writing
35038npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json written
35039npm info retry fetch attempt 1 at 19:25:15
35040npm info attempt registry request try #1 at 19:25:15
35041npm http fetch GET http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz
35042npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz not in flight; adding
35043npm verb addTmpTarball already have metadata; skipping unpack for console-browserify@1.1.0
35044npm http fetch 200 http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz
35045npm verb afterAdd /root/.npm/underscore/1.6.0/package/package.json written
35046npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz not in flight; adding
35047npm verb addTmpTarball already have metadata; skipping unpack for htmlparser2@3.8.3
35048npm verb afterAdd /root/.npm/console-browserify/1.1.0/package/package.json not in flight; writing
35049npm verb afterAdd /root/.npm/console-browserify/1.1.0/package/package.json written
35050npm verb afterAdd /root/.npm/htmlparser2/3.8.3/package/package.json not in flight; writing
35051npm verb afterAdd /root/.npm/htmlparser2/3.8.3/package/package.json written
35052npm http 200 http://registry.npmjs.org/strip-json-comments
35053npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35054npm verb headers etag: '"CCHEXQ2QONC2QKAUR2L944ICN"',
35055npm verb headers 'content-type': 'application/json',
35056npm verb headers 'cache-control': 'max-age=300',
35057npm verb headers 'content-length': '15953',
35058npm verb headers 'accept-ranges': 'bytes',
35059npm verb headers date: 'Tue, 29 Dec 2015 19:25:15 GMT',
35060npm verb headers age: '280',
35061npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35062npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35063npm verb headers 'x-cache-hits': '3',
35064npm verb headers 'x-timer': 'S1451417115.561544,VS0,VE0',
35065npm verb headers vary: 'Accept',
35066npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35067npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35068npm verb headers connection: 'keep-alive' }
35069npm verb get saving strip-json-comments to /root/.npm/registry.npmjs.org/strip-json-comments/.cache.json
35070npm verb cache add spec strip-json-comments@1.0.x
35071npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for strip-json-comments
35072npm verb addNameRange registry:http://registry.npmjs.org/strip-json-comments not in flight; fetching
35073npm verb get http://registry.npmjs.org/strip-json-comments not expired, no request
35074npm verb addNamed "1.0.4" is a plain semver version for strip-json-comments
35075npm verb addRemoteTarball http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz not in flight; adding
35076npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz',
35077npm verb addRemoteTarball '1e15fbcac97d3ee99bf2d73b4c656b082bbafb91' ]
35078npm info retry fetch attempt 1 at 19:25:15
35079npm info attempt registry request try #1 at 19:25:15
35080npm http fetch GET http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz
35081npm http fetch 200 http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz
35082npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz not in flight; adding
35083npm verb addTmpTarball already have metadata; skipping unpack for strip-json-comments@1.0.4
35084npm verb afterAdd /root/.npm/strip-json-comments/1.0.4/package/package.json not in flight; writing
35085npm verb afterAdd /root/.npm/strip-json-comments/1.0.4/package/package.json written
35086npm verb request uri http://registry.npmjs.org/date-now
35087npm verb request no auth needed
35088npm info attempt registry request try #1 at 19:25:15
35089npm http request GET http://registry.npmjs.org/date-now
35090npm http 200 http://registry.npmjs.org/date-now
35091npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35092npm verb headers etag: '"4IVDPT1USQTTDVL345B8VOWJW"',
35093npm verb headers 'content-type': 'application/json',
35094npm verb headers 'cache-control': 'max-age=60',
35095npm verb headers 'content-length': '10921',
35096npm verb headers 'accept-ranges': 'bytes',
35097npm verb headers date: 'Tue, 29 Dec 2015 19:25:15 GMT',
35098npm verb headers age: '27',
35099npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35100npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35101npm verb headers 'x-cache-hits': '1',
35102npm verb headers 'x-timer': 'S1451417115.955431,VS0,VE0',
35103npm verb headers vary: 'Accept',
35104npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
35105npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35106npm verb headers connection: 'keep-alive' }
35107npm verb get saving date-now to /root/.npm/registry.npmjs.org/date-now/.cache.json
35108npm verb cache add spec date-now@^0.1.4
35109npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for date-now
35110npm verb addNameRange registry:http://registry.npmjs.org/date-now not in flight; fetching
35111npm verb get http://registry.npmjs.org/date-now not expired, no request
35112npm verb addNamed "0.1.4" is a plain semver version for date-now
35113npm verb addRemoteTarball http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz not in flight; adding
35114npm verb addRemoteTarball [ 'http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz',
35115npm verb addRemoteTarball 'eaf439fd4d4848ad74e5cc7dbef200672b9e345b' ]
35116npm info retry fetch attempt 1 at 19:25:16
35117npm info attempt registry request try #1 at 19:25:16
35118npm http fetch GET http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz
35119npm http fetch 200 http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz
35120npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/date-now/-/date-now-0.1.4.tgz not in flight; adding
35121npm verb addTmpTarball already have metadata; skipping unpack for date-now@0.1.4
35122npm verb afterAdd /root/.npm/date-now/0.1.4/package/package.json not in flight; writing
35123npm verb afterAdd /root/.npm/date-now/0.1.4/package/package.json written
35124npm verb cache add spec readable-stream@1.1
35125npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for readable-stream
35126npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
35127npm verb request uri http://registry.npmjs.org/domhandler
35128npm verb request no auth needed
35129npm info attempt registry request try #1 at 19:25:16
35130npm http request GET http://registry.npmjs.org/domhandler
35131npm verb request uri http://registry.npmjs.org/domutils
35132npm verb request no auth needed
35133npm info attempt registry request try #1 at 19:25:16
35134npm http request GET http://registry.npmjs.org/domutils
35135npm verb request uri http://registry.npmjs.org/domelementtype
35136npm verb request no auth needed
35137npm info attempt registry request try #1 at 19:25:16
35138npm http request GET http://registry.npmjs.org/domelementtype
35139npm verb request uri http://registry.npmjs.org/entities
35140npm verb request no auth needed
35141npm info attempt registry request try #1 at 19:25:16
35142npm http request GET http://registry.npmjs.org/entities
35143npm verb get http://registry.npmjs.org/readable-stream not expired, no request
35144npm verb addNamed "1.1.13" is a plain semver version for readable-stream
35145npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
35146npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
35147npm http 200 http://registry.npmjs.org/entities
35148npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35149npm verb headers etag: '"EO4WDP8UFKVQ97DJPW5Z0PCEC"',
35150npm verb headers 'content-type': 'application/json',
35151npm verb headers 'cache-control': 'max-age=300',
35152npm verb headers 'content-length': '13070',
35153npm verb headers 'accept-ranges': 'bytes',
35154npm verb headers date: 'Tue, 29 Dec 2015 19:25:16 GMT',
35155npm verb headers age: '211',
35156npm verb headers 'x-served-by': 'cache-fra1242-FRA',
35157npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35158npm verb headers 'x-cache-hits': '3',
35159npm verb headers 'x-timer': 'S1451417116.120842,VS0,VE0',
35160npm verb headers vary: 'Accept',
35161npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35162npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35163npm verb headers connection: 'keep-alive' }
35164npm verb get saving entities to /root/.npm/registry.npmjs.org/entities/.cache.json
35165npm http 200 http://registry.npmjs.org/domhandler
35166npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35167npm verb headers etag: '"A3OOX9EJC4NKPJUQLQ26WPPTB"',
35168npm verb headers 'content-type': 'application/json',
35169npm verb headers 'cache-control': 'max-age=300',
35170npm verb headers 'content-length': '15376',
35171npm verb headers 'accept-ranges': 'bytes',
35172npm verb headers date: 'Tue, 29 Dec 2015 19:25:16 GMT',
35173npm verb headers age: '112',
35174npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35175npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35176npm verb headers 'x-cache-hits': '1',
35177npm verb headers 'x-timer': 'S1451417116.120024,VS0,VE0',
35178npm verb headers vary: 'Accept',
35179npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35180npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35181npm verb headers connection: 'keep-alive' }
35182npm verb get saving domhandler to /root/.npm/registry.npmjs.org/domhandler/.cache.json
35183npm verb cache add spec domhandler@2.3
35184npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for domhandler
35185npm verb addNameRange registry:http://registry.npmjs.org/domhandler not in flight; fetching
35186npm verb cache add spec entities@1.0
35187npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for entities
35188npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
35189npm verb get http://registry.npmjs.org/domhandler not expired, no request
35190npm verb addNamed "2.3.0" is a plain semver version for domhandler
35191npm verb get http://registry.npmjs.org/entities not expired, no request
35192npm verb addNamed "1.0.0" is a plain semver version for entities
35193npm verb addRemoteTarball http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz not in flight; adding
35194npm verb addRemoteTarball [ 'http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz',
35195npm verb addRemoteTarball '2de59a0822d5027fabff6f032c2b25a2a8abe738' ]
35196npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-1.0.0.tgz not in flight; adding
35197npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-1.0.0.tgz',
35198npm verb addRemoteTarball 'b2987aa3821347fcde642b24fdfc9e4fb712bf26' ]
35199npm info retry fetch attempt 1 at 19:25:16
35200npm info attempt registry request try #1 at 19:25:16
35201npm http fetch GET http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz
35202npm info retry fetch attempt 1 at 19:25:16
35203npm info attempt registry request try #1 at 19:25:16
35204npm http fetch GET http://registry.npmjs.org/entities/-/entities-1.0.0.tgz
35205npm http fetch 200 http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz
35206npm http fetch 200 http://registry.npmjs.org/entities/-/entities-1.0.0.tgz
35207npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz not in flight; adding
35208npm verb addTmpTarball already have metadata; skipping unpack for domhandler@2.3.0
35209npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/entities/-/entities-1.0.0.tgz not in flight; adding
35210npm verb addTmpTarball already have metadata; skipping unpack for entities@1.0.0
35211npm verb afterAdd /root/.npm/entities/1.0.0/package/package.json not in flight; writing
35212npm verb afterAdd /root/.npm/domhandler/2.3.0/package/package.json not in flight; writing
35213npm verb afterAdd /root/.npm/domhandler/2.3.0/package/package.json written
35214npm verb afterAdd /root/.npm/entities/1.0.0/package/package.json written
35215npm http 200 http://registry.npmjs.org/domutils
35216npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35217npm verb headers etag: '"DEDBJTHGW9Y0ZH23SCVHKGJ3Y"',
35218npm verb headers 'content-type': 'application/json',
35219npm verb headers 'cache-control': 'max-age=60',
35220npm verb headers 'content-length': '18789',
35221npm verb headers 'accept-ranges': 'bytes',
35222npm verb headers date: 'Tue, 29 Dec 2015 19:25:16 GMT',
35223npm verb headers age: '46',
35224npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35225npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35226npm verb headers 'x-cache-hits': '1',
35227npm verb headers 'x-timer': 'S1451417116.120706,VS0,VE0',
35228npm verb headers vary: 'Accept',
35229npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
35230npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35231npm verb headers connection: 'keep-alive' }
35232npm verb get saving domutils to /root/.npm/registry.npmjs.org/domutils/.cache.json
35233npm verb cache add spec domutils@1.5
35234npm verb addNamed ">=1.5.0 <1.6.0" is a valid semver range for domutils
35235npm verb addNameRange registry:http://registry.npmjs.org/domutils not in flight; fetching
35236npm verb get http://registry.npmjs.org/domutils not expired, no request
35237npm verb addNamed "1.5.1" is a plain semver version for domutils
35238npm verb addRemoteTarball http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz not in flight; adding
35239npm verb addRemoteTarball [ 'http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz',
35240npm verb addRemoteTarball 'dcd8488a26f563d61079e48c9f7b7e32373682cf' ]
35241npm info retry fetch attempt 1 at 19:25:16
35242npm info attempt registry request try #1 at 19:25:16
35243npm http fetch GET http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz
35244npm http fetch 200 http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz
35245npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/domutils/-/domutils-1.5.1.tgz not in flight; adding
35246npm verb addTmpTarball already have metadata; skipping unpack for domutils@1.5.1
35247npm http 200 http://registry.npmjs.org/domelementtype
35248npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35249npm verb headers etag: '"4W2849LOGQQ1FMDQHW6E59VF1"',
35250npm verb headers 'content-type': 'application/json',
35251npm verb headers 'cache-control': 'max-age=60',
35252npm verb headers 'content-length': '7028',
35253npm verb headers 'accept-ranges': 'bytes',
35254npm verb headers date: 'Tue, 29 Dec 2015 19:25:16 GMT',
35255npm verb headers age: '59',
35256npm verb headers 'x-served-by': 'cache-fra1239-FRA',
35257npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35258npm verb headers 'x-cache-hits': '1',
35259npm verb headers 'x-timer': 'S1451417116.120857,VS0,VE0',
35260npm verb headers vary: 'Accept',
35261npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
35262npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35263npm verb headers connection: 'keep-alive' }
35264npm verb get saving domelementtype to /root/.npm/registry.npmjs.org/domelementtype/.cache.json
35265npm verb afterAdd /root/.npm/domutils/1.5.1/package/package.json not in flight; writing
35266npm verb cache add spec domelementtype@1
35267npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for domelementtype
35268npm verb addNameRange registry:http://registry.npmjs.org/domelementtype not in flight; fetching
35269npm verb afterAdd /root/.npm/domutils/1.5.1/package/package.json written
35270npm verb get http://registry.npmjs.org/domelementtype not expired, no request
35271npm verb addNamed "1.3.0" is a plain semver version for domelementtype
35272npm verb addRemoteTarball http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz not in flight; adding
35273npm verb addRemoteTarball [ 'http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz',
35274npm verb addRemoteTarball 'b17aed82e8ab59e52dd9c19b1756e0fc187204c2' ]
35275npm info retry fetch attempt 1 at 19:25:16
35276npm info attempt registry request try #1 at 19:25:16
35277npm http fetch GET http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz
35278npm http fetch 200 http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz
35279npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz not in flight; adding
35280npm verb addTmpTarball already have metadata; skipping unpack for domelementtype@1.3.0
35281npm verb afterAdd /root/.npm/domelementtype/1.3.0/package/package.json not in flight; writing
35282npm verb afterAdd /root/.npm/domelementtype/1.3.0/package/package.json written
35283npm verb request uri http://registry.npmjs.org/dom-serializer
35284npm verb request no auth needed
35285npm info attempt registry request try #1 at 19:25:16
35286npm http request GET http://registry.npmjs.org/dom-serializer
35287npm http 200 http://registry.npmjs.org/dom-serializer
35288npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35289npm verb headers etag: '"7KWYMW6FM9W2UI46QMZNA9AM9"',
35290npm verb headers 'content-type': 'application/json',
35291npm verb headers 'cache-control': 'max-age=300',
35292npm verb headers 'content-length': '4191',
35293npm verb headers 'accept-ranges': 'bytes',
35294npm verb headers date: 'Tue, 29 Dec 2015 19:25:16 GMT',
35295npm verb headers age: '231',
35296npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35297npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35298npm verb headers 'x-cache-hits': '283',
35299npm verb headers 'x-timer': 'S1451417116.516070,VS0,VE0',
35300npm verb headers vary: 'Accept',
35301npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35302npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35303npm verb headers connection: 'keep-alive' }
35304npm verb get saving dom-serializer to /root/.npm/registry.npmjs.org/dom-serializer/.cache.json
35305npm verb cache add spec dom-serializer@0
35306npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for dom-serializer
35307npm verb addNameRange registry:http://registry.npmjs.org/dom-serializer not in flight; fetching
35308npm verb get http://registry.npmjs.org/dom-serializer not expired, no request
35309npm verb addNamed "0.1.0" is a plain semver version for dom-serializer
35310npm verb addRemoteTarball http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz not in flight; adding
35311npm verb addRemoteTarball [ 'http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz',
35312npm verb addRemoteTarball '073c697546ce0780ce23be4a28e293e40bc30c82' ]
35313npm info retry fetch attempt 1 at 19:25:16
35314npm info attempt registry request try #1 at 19:25:16
35315npm http fetch GET http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz
35316npm http fetch 200 http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz
35317npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz not in flight; adding
35318npm verb addTmpTarball already have metadata; skipping unpack for dom-serializer@0.1.0
35319npm verb afterAdd /root/.npm/dom-serializer/0.1.0/package/package.json not in flight; writing
35320npm verb afterAdd /root/.npm/dom-serializer/0.1.0/package/package.json written
35321npm verb cache add spec domelementtype@~1.1.1
35322npm verb cache add spec entities@~1.1.1
35323npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for domelementtype
35324npm verb addNameRange registry:http://registry.npmjs.org/domelementtype not in flight; fetching
35325npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for entities
35326npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
35327npm verb get http://registry.npmjs.org/domelementtype not expired, no request
35328npm verb addNamed "1.1.3" is a plain semver version for domelementtype
35329npm verb get http://registry.npmjs.org/entities not expired, no request
35330npm verb addNamed "1.1.1" is a plain semver version for entities
35331npm verb addRemoteTarball http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz not in flight; adding
35332npm verb addRemoteTarball [ 'http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz',
35333npm verb addRemoteTarball 'bd28773e2642881aec51544924299c5cd822185b' ]
35334npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-1.1.1.tgz not in flight; adding
35335npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-1.1.1.tgz',
35336npm verb addRemoteTarball '6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0' ]
35337npm info retry fetch attempt 1 at 19:25:16
35338npm info attempt registry request try #1 at 19:25:16
35339npm http fetch GET http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz
35340npm info retry fetch attempt 1 at 19:25:16
35341npm info attempt registry request try #1 at 19:25:16
35342npm http fetch GET http://registry.npmjs.org/entities/-/entities-1.1.1.tgz
35343npm http fetch 200 http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz
35344npm http fetch 200 http://registry.npmjs.org/entities/-/entities-1.1.1.tgz
35345npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz not in flight; adding
35346npm verb addTmpTarball already have metadata; skipping unpack for domelementtype@1.1.3
35347npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/entities/-/entities-1.1.1.tgz not in flight; adding
35348npm verb addTmpTarball already have metadata; skipping unpack for entities@1.1.1
35349npm verb afterAdd /root/.npm/domelementtype/1.1.3/package/package.json not in flight; writing
35350npm verb afterAdd /root/.npm/entities/1.1.1/package/package.json not in flight; writing
35351npm verb afterAdd /root/.npm/domelementtype/1.1.3/package/package.json written
35352npm verb afterAdd /root/.npm/entities/1.1.1/package/package.json written
35353npm verb cache add spec async@^0.9.0
35354npm verb cache add spec lodash@^3.3.1
35355npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
35356npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
35357npm verb addNamed ">=3.3.1 <4.0.0" is a valid semver range for lodash
35358npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
35359npm verb request uri http://registry.npmjs.org/nib
35360npm verb request no auth needed
35361npm info attempt registry request try #1 at 19:25:16
35362npm http request GET http://registry.npmjs.org/nib
35363npm verb request uri http://registry.npmjs.org/stylus
35364npm verb request no auth needed
35365npm info attempt registry request try #1 at 19:25:16
35366npm http request GET http://registry.npmjs.org/stylus
35367npm verb request uri http://registry.npmjs.org/async
35368npm verb request no auth needed
35369npm info attempt registry request try #1 at 19:25:16
35370npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
35371npm http request GET http://registry.npmjs.org/async
35372npm verb request uri http://registry.npmjs.org/lodash
35373npm verb request no auth needed
35374npm info attempt registry request try #1 at 19:25:16
35375npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
35376npm http request GET http://registry.npmjs.org/lodash
35377npm http 304 http://registry.npmjs.org/lodash
35378npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
35379npm verb headers 'content-type': 'application/json',
35380npm verb headers age: '108',
35381npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
35382npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35383npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
35384npm verb headers connection: 'keep-alive' }
35385npm verb etag http://registry.npmjs.org/lodash from cache
35386npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
35387npm verb addNamed "3.10.1" is a plain semver version for lodash
35388npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
35389npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz',
35390npm verb addRemoteTarball '5bf45e8e49ba4189e17d482789dfd15bd140b7b6' ]
35391npm info retry fetch attempt 1 at 19:25:16
35392npm info attempt registry request try #1 at 19:25:16
35393npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
35394npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
35395npm http 304 http://registry.npmjs.org/async
35396npm verb headers { date: 'Tue, 29 Dec 2015 19:25:16 GMT',
35397npm verb headers 'cache-control': 'max-age=300',
35398npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
35399npm verb headers age: '25',
35400npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35401npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35402npm verb headers 'x-cache-hits': '4',
35403npm verb headers 'x-timer': 'S1451417116.768438,VS0,VE0',
35404npm verb headers vary: 'Accept',
35405npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35406npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35407npm verb headers connection: 'keep-alive' }
35408npm verb etag http://registry.npmjs.org/async from cache
35409npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
35410npm http 200 http://registry.npmjs.org/nib
35411npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35412npm verb headers etag: '"CC1RF6N2C9124FW7EPD7MBPUP"',
35413npm verb headers 'content-type': 'application/json',
35414npm verb headers 'cache-control': 'max-age=300',
35415npm verb headers 'content-length': '26231',
35416npm verb headers 'accept-ranges': 'bytes',
35417npm verb headers date: 'Tue, 29 Dec 2015 19:25:16 GMT',
35418npm verb headers age: '237',
35419npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35420npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35421npm verb headers 'x-cache-hits': '1',
35422npm verb headers 'x-timer': 'S1451417116.745613,VS0,VE0',
35423npm verb headers vary: 'Accept',
35424npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35425npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35426npm verb headers connection: 'keep-alive' }
35427npm verb get saving nib to /root/.npm/registry.npmjs.org/nib/.cache.json
35428npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
35429npm verb addTmpTarball already have metadata; skipping unpack for lodash@3.10.1
35430npm verb addNamed "0.9.2" is a plain semver version for async
35431npm verb cache add spec nib@^1.1.0
35432npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for nib
35433npm verb addNameRange registry:http://registry.npmjs.org/nib not in flight; fetching
35434npm http 200 http://registry.npmjs.org/stylus
35435npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35436npm verb headers etag: '"EJZ92NIO19EJQNH2S6VSV1B7Z"',
35437npm verb headers 'content-type': 'application/json',
35438npm verb headers 'cache-control': 'max-age=300',
35439npm verb headers 'content-length': '192195',
35440npm verb headers 'accept-ranges': 'bytes',
35441npm verb headers date: 'Tue, 29 Dec 2015 19:25:16 GMT',
35442npm verb headers age: '266',
35443npm verb headers 'x-served-by': 'cache-fra1242-FRA',
35444npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35445npm verb headers 'x-cache-hits': '4',
35446npm verb headers 'x-timer': 'S1451417116.745718,VS0,VE0',
35447npm verb headers vary: 'Accept',
35448npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35449npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35450npm verb headers connection: 'keep-alive' }
35451npm verb get saving stylus to /root/.npm/registry.npmjs.org/stylus/.cache.json
35452npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
35453npm verb get http://registry.npmjs.org/nib not expired, no request
35454npm verb addNamed "1.1.0" is a plain semver version for nib
35455npm verb addRemoteTarball http://registry.npmjs.org/nib/-/nib-1.1.0.tgz not in flight; adding
35456npm verb addRemoteTarball [ 'http://registry.npmjs.org/nib/-/nib-1.1.0.tgz',
35457npm verb addRemoteTarball '527c19662a10a2b565fe85e9b309d622aa7557d3' ]
35458npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
35459npm info retry fetch attempt 1 at 19:25:16
35460npm info attempt registry request try #1 at 19:25:16
35461npm http fetch GET http://registry.npmjs.org/nib/-/nib-1.1.0.tgz
35462npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
35463npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
35464npm http fetch 200 http://registry.npmjs.org/nib/-/nib-1.1.0.tgz
35465npm verb cache add spec stylus@^0.52.0
35466npm verb addNamed ">=0.52.0 <0.53.0" is a valid semver range for stylus
35467npm verb addNameRange registry:http://registry.npmjs.org/stylus not in flight; fetching
35468npm verb get http://registry.npmjs.org/stylus not expired, no request
35469npm verb addNamed "0.52.4" is a plain semver version for stylus
35470npm verb addRemoteTarball http://registry.npmjs.org/stylus/-/stylus-0.52.4.tgz not in flight; adding
35471npm verb addRemoteTarball [ 'http://registry.npmjs.org/stylus/-/stylus-0.52.4.tgz',
35472npm verb addRemoteTarball '6551b5f0bfdcf29ee7f0fe0a59b7eb6ff26d2539' ]
35473npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nib/-/nib-1.1.0.tgz not in flight; adding
35474npm verb addTmpTarball already have metadata; skipping unpack for nib@1.1.0
35475npm info retry fetch attempt 1 at 19:25:16
35476npm info attempt registry request try #1 at 19:25:16
35477npm http fetch GET http://registry.npmjs.org/stylus/-/stylus-0.52.4.tgz
35478npm http fetch 200 http://registry.npmjs.org/stylus/-/stylus-0.52.4.tgz
35479npm verb afterAdd /root/.npm/nib/1.1.0/package/package.json not in flight; writing
35480npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stylus/-/stylus-0.52.4.tgz not in flight; adding
35481npm verb addTmpTarball already have metadata; skipping unpack for stylus@0.52.4
35482npm verb afterAdd /root/.npm/nib/1.1.0/package/package.json written
35483npm verb afterAdd /root/.npm/stylus/0.52.4/package/package.json not in flight; writing
35484npm verb afterAdd /root/.npm/stylus/0.52.4/package/package.json written
35485npm verb cache add spec stylus@0.49.x
35486npm verb addNamed ">=0.49.0 <0.50.0" is a valid semver range for stylus
35487npm verb addNameRange registry:http://registry.npmjs.org/stylus not in flight; fetching
35488npm verb get http://registry.npmjs.org/stylus not expired, no request
35489npm verb addNamed "0.49.3" is a plain semver version for stylus
35490npm verb addRemoteTarball http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz not in flight; adding
35491npm verb addRemoteTarball [ 'http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz',
35492npm verb addRemoteTarball '1fbdabe479ed460872c71a6252a67f95040ba511' ]
35493npm info retry fetch attempt 1 at 19:25:17
35494npm info attempt registry request try #1 at 19:25:17
35495npm http fetch GET http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz
35496npm http fetch 200 http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz
35497npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stylus/-/stylus-0.49.3.tgz not in flight; adding
35498npm verb addTmpTarball already have metadata; skipping unpack for stylus@0.49.3
35499npm verb afterAdd /root/.npm/stylus/0.49.3/package/package.json not in flight; writing
35500npm verb afterAdd /root/.npm/stylus/0.49.3/package/package.json written
35501npm verb cache add spec css-parse@1.7.x
35502npm verb cache add spec sax@0.5.x
35503npm verb cache add spec glob@3.2.x
35504npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for css-parse
35505npm verb addNameRange registry:http://registry.npmjs.org/css-parse not in flight; fetching
35506npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for sax
35507npm verb addNameRange registry:http://registry.npmjs.org/sax not in flight; fetching
35508npm verb addNamed ">=3.2.0 <3.3.0" is a valid semver range for glob
35509npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
35510npm verb request uri http://registry.npmjs.org/css-parse
35511npm verb request no auth needed
35512npm info attempt registry request try #1 at 19:25:17
35513npm verb etag "B0K5SNHPPM9SNIXC9HMS7O0B6"
35514npm http request GET http://registry.npmjs.org/css-parse
35515npm verb get http://registry.npmjs.org/sax not expired, no request
35516npm verb addNamed "0.5.8" is a plain semver version for sax
35517npm verb request uri http://registry.npmjs.org/glob
35518npm verb request no auth needed
35519npm info attempt registry request try #1 at 19:25:17
35520npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
35521npm http request GET http://registry.npmjs.org/glob
35522npm verb addRemoteTarball http://registry.npmjs.org/sax/-/sax-0.5.8.tgz not in flight; adding
35523npm verb addRemoteTarball [ 'http://registry.npmjs.org/sax/-/sax-0.5.8.tgz',
35524npm verb addRemoteTarball 'd472db228eb331c2506b0e8c15524adb939d12c1' ]
35525npm http 304 http://registry.npmjs.org/css-parse
35526npm verb headers { date: 'Tue, 29 Dec 2015 19:24:36 GMT',
35527npm verb headers 'content-type': 'application/json',
35528npm verb headers age: '61',
35529npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
35530npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35531npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
35532npm verb headers connection: 'keep-alive' }
35533npm verb etag http://registry.npmjs.org/css-parse from cache
35534npm verb get saving css-parse to /root/.npm/registry.npmjs.org/css-parse/.cache.json
35535npm info retry fetch attempt 1 at 19:25:17
35536npm info attempt registry request try #1 at 19:25:17
35537npm http fetch GET http://registry.npmjs.org/sax/-/sax-0.5.8.tgz
35538npm http 304 http://registry.npmjs.org/glob
35539npm verb headers { date: 'Tue, 29 Dec 2015 19:23:26 GMT',
35540npm verb headers 'content-type': 'application/json',
35541npm verb headers age: '297',
35542npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
35543npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35544npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
35545npm verb headers connection: 'keep-alive' }
35546npm verb etag http://registry.npmjs.org/glob from cache
35547npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
35548npm http fetch 200 http://registry.npmjs.org/sax/-/sax-0.5.8.tgz
35549npm verb addNamed "1.7.0" is a plain semver version for css-parse
35550npm verb addNamed "3.2.11" is a plain semver version for glob
35551npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sax/-/sax-0.5.8.tgz not in flight; adding
35552npm verb addTmpTarball already have metadata; skipping unpack for sax@0.5.8
35553npm verb addRemoteTarball http://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz not in flight; adding
35554npm verb addRemoteTarball [ 'http://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz',
35555npm verb addRemoteTarball '321f6cf73782a6ff751111390fc05e2c657d8c9b' ]
35556npm info retry fetch attempt 1 at 19:25:17
35557npm info attempt registry request try #1 at 19:25:17
35558npm http fetch GET http://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz
35559npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
35560npm verb afterAdd /root/.npm/sax/0.5.8/package/package.json not in flight; writing
35561npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
35562npm verb afterAdd /root/.npm/sax/0.5.8/package/package.json written
35563npm http fetch 200 http://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz
35564npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz not in flight; adding
35565npm verb addTmpTarball already have metadata; skipping unpack for css-parse@1.7.0
35566npm verb afterAdd /root/.npm/css-parse/1.7.0/package/package.json not in flight; writing
35567npm verb afterAdd /root/.npm/css-parse/1.7.0/package/package.json written
35568npm verb cache add spec minimatch@0.3
35569npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
35570npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
35571npm verb get http://registry.npmjs.org/minimatch not expired, no request
35572npm verb addNamed "0.3.0" is a plain semver version for minimatch
35573npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
35574npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
35575npm verb cache add spec css-parse@1.7.x
35576npm verb cache add spec mkdirp@0.5.x
35577npm verb cache add spec sax@0.5.x
35578npm verb cache add spec glob@3.2.x
35579npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for css-parse
35580npm verb addNameRange registry:http://registry.npmjs.org/css-parse not in flight; fetching
35581npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
35582npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
35583npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for sax
35584npm verb addNameRange registry:http://registry.npmjs.org/sax not in flight; fetching
35585npm verb addNamed ">=3.2.0 <3.3.0" is a valid semver range for glob
35586npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
35587npm verb get http://registry.npmjs.org/css-parse not expired, no request
35588npm verb addNamed "1.7.0" is a plain semver version for css-parse
35589npm verb request uri http://registry.npmjs.org/mkdirp
35590npm verb request no auth needed
35591npm info attempt registry request try #1 at 19:25:17
35592npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
35593npm http request GET http://registry.npmjs.org/mkdirp
35594npm verb get http://registry.npmjs.org/sax not expired, no request
35595npm verb addNamed "0.5.8" is a plain semver version for sax
35596npm verb get http://registry.npmjs.org/glob not expired, no request
35597npm verb addNamed "3.2.11" is a plain semver version for glob
35598npm http 304 http://registry.npmjs.org/mkdirp
35599npm verb headers { date: 'Tue, 29 Dec 2015 19:23:28 GMT',
35600npm verb headers 'content-type': 'application/json',
35601npm verb headers age: '225',
35602npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
35603npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35604npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
35605npm verb headers connection: 'keep-alive' }
35606npm verb etag http://registry.npmjs.org/mkdirp from cache
35607npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
35608npm verb afterAdd /root/.npm/css-parse/1.7.0/package/package.json not in flight; writing
35609npm verb afterAdd /root/.npm/sax/0.5.8/package/package.json not in flight; writing
35610npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
35611npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
35612npm verb afterAdd /root/.npm/css-parse/1.7.0/package/package.json written
35613npm verb afterAdd /root/.npm/sax/0.5.8/package/package.json written
35614npm verb addNamed "0.5.1" is a plain semver version for mkdirp
35615npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
35616npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
35617npm verb cache add spec minimatch@0.3
35618npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
35619npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
35620npm verb get http://registry.npmjs.org/minimatch not expired, no request
35621npm verb addNamed "0.3.0" is a plain semver version for minimatch
35622npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
35623npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
35624npm verb cache add spec minimist@0.0.8
35625npm verb addNamed "0.0.8" is a plain semver version for minimist
35626npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
35627npm verb request uri http://registry.npmjs.org/minimist
35628npm verb request no auth needed
35629npm info attempt registry request try #1 at 19:25:17
35630npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
35631npm http request GET http://registry.npmjs.org/minimist
35632npm http 304 http://registry.npmjs.org/minimist
35633npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
35634npm verb headers 'content-type': 'application/json',
35635npm verb headers age: '287',
35636npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
35637npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35638npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
35639npm verb headers connection: 'keep-alive' }
35640npm verb etag http://registry.npmjs.org/minimist from cache
35641npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
35642npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
35643npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
35644npm verb cache add spec chalk@^0.4.0
35645npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
35646npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
35647npm verb get http://registry.npmjs.org/chalk not expired, no request
35648npm verb addNamed "0.4.0" is a plain semver version for chalk
35649npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
35650npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
35651npm verb cache add spec ansi-styles@~1.0.0
35652npm verb cache add spec strip-ansi@~0.1.0
35653npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
35654npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
35655npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
35656npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
35657npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
35658npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
35659npm verb request uri http://registry.npmjs.org/strip-ansi
35660npm verb request no auth needed
35661npm info attempt registry request try #1 at 19:25:17
35662npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
35663npm http request GET http://registry.npmjs.org/strip-ansi
35664npm http 304 http://registry.npmjs.org/strip-ansi
35665npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
35666npm verb headers 'content-type': 'application/json',
35667npm verb headers age: '220',
35668npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
35669npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35670npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
35671npm verb headers connection: 'keep-alive' }
35672npm verb etag http://registry.npmjs.org/strip-ansi from cache
35673npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
35674npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
35675npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
35676npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
35677npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
35678npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
35679npm verb cache add spec async@~0.2.9
35680npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for async
35681npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
35682npm verb request uri http://registry.npmjs.org/gaze
35683npm verb request no auth needed
35684npm info attempt registry request try #1 at 19:25:17
35685npm http request GET http://registry.npmjs.org/gaze
35686npm verb request uri http://registry.npmjs.org/tiny-lr-fork
35687npm verb request no auth needed
35688npm info attempt registry request try #1 at 19:25:17
35689npm http request GET http://registry.npmjs.org/tiny-lr-fork
35690npm verb get http://registry.npmjs.org/async not expired, no request
35691npm verb addNamed "0.2.10" is a plain semver version for async
35692npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
35693npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
35694npm http 200 http://registry.npmjs.org/tiny-lr-fork
35695npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35696npm verb headers etag: '"9ATLEQSLOKA6WCFFKVWB9Y5GI"',
35697npm verb headers 'content-type': 'application/json',
35698npm verb headers 'cache-control': 'max-age=300',
35699npm verb headers 'content-length': '12403',
35700npm verb headers 'accept-ranges': 'bytes',
35701npm verb headers date: 'Tue, 29 Dec 2015 19:25:17 GMT',
35702npm verb headers age: '102',
35703npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35704npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35705npm verb headers 'x-cache-hits': '1',
35706npm verb headers 'x-timer': 'S1451417117.990651,VS0,VE0',
35707npm verb headers vary: 'Accept',
35708npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35709npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35710npm verb headers connection: 'keep-alive' }
35711npm verb get saving tiny-lr-fork to /root/.npm/registry.npmjs.org/tiny-lr-fork/.cache.json
35712npm verb cache add spec tiny-lr-fork@0.0.5
35713npm verb addNamed "0.0.5" is a plain semver version for tiny-lr-fork
35714npm verb addNameVersion registry:http://registry.npmjs.org/tiny-lr-fork not in flight; fetching
35715npm verb get http://registry.npmjs.org/tiny-lr-fork not expired, no request
35716npm verb addRemoteTarball http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz not in flight; adding
35717npm verb addRemoteTarball [ 'http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz',
35718npm verb addRemoteTarball '1e99e1e2a8469b736ab97d97eefa98c71f76ed0a' ]
35719npm info retry fetch attempt 1 at 19:25:18
35720npm info attempt registry request try #1 at 19:25:18
35721npm http fetch GET http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz
35722npm http fetch 200 http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz
35723npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz not in flight; adding
35724npm verb addTmpTarball already have metadata; skipping unpack for tiny-lr-fork@0.0.5
35725npm http 200 http://registry.npmjs.org/gaze
35726npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35727npm verb headers etag: '"8LVTN7FE3K1ZI518JH6BVSA6O"',
35728npm verb headers 'content-type': 'application/json',
35729npm verb headers 'cache-control': 'max-age=60',
35730npm verb headers 'content-length': '48616',
35731npm verb headers 'accept-ranges': 'bytes',
35732npm verb headers date: 'Tue, 29 Dec 2015 19:25:17 GMT',
35733npm verb headers age: '59',
35734npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35735npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35736npm verb headers 'x-cache-hits': '1',
35737npm verb headers 'x-timer': 'S1451417117.990765,VS0,VE0',
35738npm verb headers vary: 'Accept',
35739npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
35740npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35741npm verb headers connection: 'keep-alive' }
35742npm verb get saving gaze to /root/.npm/registry.npmjs.org/gaze/.cache.json
35743npm verb afterAdd /root/.npm/tiny-lr-fork/0.0.5/package/package.json not in flight; writing
35744npm verb afterAdd /root/.npm/tiny-lr-fork/0.0.5/package/package.json written
35745npm verb cache add spec gaze@~0.5.1
35746npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for gaze
35747npm verb addNameRange registry:http://registry.npmjs.org/gaze not in flight; fetching
35748npm verb get http://registry.npmjs.org/gaze not expired, no request
35749npm verb addNamed "0.5.2" is a plain semver version for gaze
35750npm verb addRemoteTarball http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz not in flight; adding
35751npm verb addRemoteTarball [ 'http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz',
35752npm verb addRemoteTarball '40b709537d24d1d45767db5a908689dfe69ac44f' ]
35753npm info retry fetch attempt 1 at 19:25:18
35754npm info attempt registry request try #1 at 19:25:18
35755npm http fetch GET http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz
35756npm http fetch 200 http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz
35757npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/gaze/-/gaze-0.5.2.tgz not in flight; adding
35758npm verb addTmpTarball already have metadata; skipping unpack for gaze@0.5.2
35759npm verb afterAdd /root/.npm/gaze/0.5.2/package/package.json not in flight; writing
35760npm verb afterAdd /root/.npm/gaze/0.5.2/package/package.json written
35761npm verb request uri http://registry.npmjs.org/globule
35762npm verb request no auth needed
35763npm info attempt registry request try #1 at 19:25:18
35764npm http request GET http://registry.npmjs.org/globule
35765npm http 200 http://registry.npmjs.org/globule
35766npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35767npm verb headers etag: '"4MRHUL3PZOWAT3TXB1JGH9YUM"',
35768npm verb headers 'content-type': 'application/json',
35769npm verb headers 'cache-control': 'max-age=300',
35770npm verb headers 'content-length': '21150',
35771npm verb headers 'accept-ranges': 'bytes',
35772npm verb headers date: 'Tue, 29 Dec 2015 19:25:18 GMT',
35773npm verb headers age: '74',
35774npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35775npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35776npm verb headers 'x-cache-hits': '1',
35777npm verb headers 'x-timer': 'S1451417118.112031,VS0,VE0',
35778npm verb headers vary: 'Accept',
35779npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35780npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35781npm verb headers connection: 'keep-alive' }
35782npm verb get saving globule to /root/.npm/registry.npmjs.org/globule/.cache.json
35783npm verb cache add spec globule@~0.1.0
35784npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for globule
35785npm verb addNameRange registry:http://registry.npmjs.org/globule not in flight; fetching
35786npm verb get http://registry.npmjs.org/globule not expired, no request
35787npm verb addNamed "0.1.0" is a plain semver version for globule
35788npm verb addRemoteTarball http://registry.npmjs.org/globule/-/globule-0.1.0.tgz not in flight; adding
35789npm verb addRemoteTarball [ 'http://registry.npmjs.org/globule/-/globule-0.1.0.tgz',
35790npm verb addRemoteTarball 'd9c8edde1da79d125a151b79533b978676346ae5' ]
35791npm info retry fetch attempt 1 at 19:25:18
35792npm info attempt registry request try #1 at 19:25:18
35793npm http fetch GET http://registry.npmjs.org/globule/-/globule-0.1.0.tgz
35794npm http fetch 200 http://registry.npmjs.org/globule/-/globule-0.1.0.tgz
35795npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/globule/-/globule-0.1.0.tgz not in flight; adding
35796npm verb addTmpTarball already have metadata; skipping unpack for globule@0.1.0
35797npm verb afterAdd /root/.npm/globule/0.1.0/package/package.json not in flight; writing
35798npm verb afterAdd /root/.npm/globule/0.1.0/package/package.json written
35799npm verb cache add spec lodash@~1.0.1
35800npm verb cache add spec glob@~3.1.21
35801npm verb cache add spec minimatch@~0.2.11
35802npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for lodash
35803npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
35804npm verb addNamed ">=3.1.21 <3.2.0" is a valid semver range for glob
35805npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
35806npm verb addNamed ">=0.2.11 <0.3.0" is a valid semver range for minimatch
35807npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
35808npm verb get http://registry.npmjs.org/lodash not expired, no request
35809npm verb addNamed "1.0.2" is a plain semver version for lodash
35810npm WARN deprecated lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
35811npm verb get http://registry.npmjs.org/glob not expired, no request
35812npm verb addNamed "3.1.21" is a plain semver version for glob
35813npm verb get http://registry.npmjs.org/minimatch not expired, no request
35814npm verb addNamed "0.2.14" is a plain semver version for minimatch
35815npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz not in flight; adding
35816npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz',
35817npm verb addRemoteTarball '8f57560c83b59fc270bd3d561b690043430e2551' ]
35818npm info retry fetch attempt 1 at 19:25:18
35819npm info attempt registry request try #1 at 19:25:18
35820npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz
35821npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz
35822npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json not in flight; writing
35823npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
35824npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json written
35825npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
35826npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash/-/lodash-1.0.2.tgz not in flight; adding
35827npm verb addTmpTarball already have metadata; skipping unpack for lodash@1.0.2
35828npm verb afterAdd /root/.npm/lodash/1.0.2/package/package.json not in flight; writing
35829npm verb afterAdd /root/.npm/lodash/1.0.2/package/package.json written
35830npm verb cache add spec inherits@1
35831npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for inherits
35832npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
35833npm verb request uri http://registry.npmjs.org/inherits
35834npm verb request no auth needed
35835npm info attempt registry request try #1 at 19:25:18
35836npm verb etag "CKJX1OCRDNX2UW7IZR6DX5BIN"
35837npm http request GET http://registry.npmjs.org/inherits
35838npm http 304 http://registry.npmjs.org/inherits
35839npm verb headers { date: 'Tue, 29 Dec 2015 19:25:18 GMT',
35840npm verb headers 'cache-control': 'max-age=300',
35841npm verb headers etag: '"CKJX1OCRDNX2UW7IZR6DX5BIN"',
35842npm verb headers age: '32',
35843npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35844npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35845npm verb headers 'x-cache-hits': '5',
35846npm verb headers 'x-timer': 'S1451417118.406742,VS0,VE0',
35847npm verb headers vary: 'Accept',
35848npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35849npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35850npm verb headers connection: 'keep-alive' }
35851npm verb etag http://registry.npmjs.org/inherits from cache
35852npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
35853npm verb addNamed "1.0.2" is a plain semver version for inherits
35854npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json not in flight; writing
35855npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json written
35856npm verb cache add spec qs@~0.5.2
35857npm verb cache add spec debug@~0.7.0
35858npm verb addNamed ">=0.5.2 <0.6.0" is a valid semver range for qs
35859npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
35860npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for debug
35861npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
35862npm verb request uri http://registry.npmjs.org/noptify
35863npm verb request no auth needed
35864npm info attempt registry request try #1 at 19:25:18
35865npm http request GET http://registry.npmjs.org/noptify
35866npm verb request uri http://registry.npmjs.org/debug
35867npm verb request no auth needed
35868npm info attempt registry request try #1 at 19:25:18
35869npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
35870npm http request GET http://registry.npmjs.org/debug
35871npm verb request uri http://registry.npmjs.org/qs
35872npm verb request no auth needed
35873npm info attempt registry request try #1 at 19:25:18
35874npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
35875npm http request GET http://registry.npmjs.org/qs
35876npm http 304 http://registry.npmjs.org/debug
35877npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
35878npm verb headers 'content-type': 'application/json',
35879npm verb headers age: '230',
35880npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
35881npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35882npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
35883npm verb headers connection: 'keep-alive' }
35884npm verb etag http://registry.npmjs.org/debug from cache
35885npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
35886npm http 304 http://registry.npmjs.org/qs
35887npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
35888npm verb headers 'content-type': 'application/json',
35889npm verb headers age: '55',
35890npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
35891npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35892npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
35893npm verb headers connection: 'keep-alive' }
35894npm verb etag http://registry.npmjs.org/qs from cache
35895npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
35896npm http 200 http://registry.npmjs.org/noptify
35897npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35898npm verb headers etag: '"54FU4PQ3TD6NXXJ8GHL2OMF67"',
35899npm verb headers 'content-type': 'application/json',
35900npm verb headers 'cache-control': 'max-age=300',
35901npm verb headers 'content-length': '9137',
35902npm verb headers 'accept-ranges': 'bytes',
35903npm verb headers date: 'Tue, 29 Dec 2015 19:25:18 GMT',
35904npm verb headers age: '5',
35905npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35906npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35907npm verb headers 'x-cache-hits': '2',
35908npm verb headers 'x-timer': 'S1451417118.507237,VS0,VE0',
35909npm verb headers vary: 'Accept',
35910npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
35911npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35912npm verb headers connection: 'keep-alive' }
35913npm verb get saving noptify to /root/.npm/registry.npmjs.org/noptify/.cache.json
35914npm verb addNamed "0.7.4" is a plain semver version for debug
35915npm verb addNamed "0.5.6" is a plain semver version for qs
35916npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-0.5.6.tgz not in flight; adding
35917npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-0.5.6.tgz',
35918npm verb addRemoteTarball '31b1ad058567651c526921506b9a8793911a0384' ]
35919npm verb cache add spec noptify@~0.0.3
35920npm verb addNamed ">=0.0.3 <0.1.0" is a valid semver range for noptify
35921npm verb addNameRange registry:http://registry.npmjs.org/noptify not in flight; fetching
35922npm info retry fetch attempt 1 at 19:25:18
35923npm info attempt registry request try #1 at 19:25:18
35924npm http fetch GET http://registry.npmjs.org/qs/-/qs-0.5.6.tgz
35925npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
35926npm http fetch 200 http://registry.npmjs.org/qs/-/qs-0.5.6.tgz
35927npm verb get http://registry.npmjs.org/noptify not expired, no request
35928npm verb addNamed "0.0.3" is a plain semver version for noptify
35929npm verb addRemoteTarball http://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz not in flight; adding
35930npm verb addRemoteTarball [ 'http://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz',
35931npm verb addRemoteTarball '58f654a73d9753df0c51d9686dc92104a67f4bbb' ]
35932npm info retry fetch attempt 1 at 19:25:18
35933npm info attempt registry request try #1 at 19:25:18
35934npm http fetch GET http://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz
35935npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
35936npm http fetch 200 http://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz
35937npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/qs/-/qs-0.5.6.tgz not in flight; adding
35938npm verb addTmpTarball already have metadata; skipping unpack for qs@0.5.6
35939npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/noptify/-/noptify-0.0.3.tgz not in flight; adding
35940npm verb addTmpTarball already have metadata; skipping unpack for noptify@0.0.3
35941npm verb afterAdd /root/.npm/qs/0.5.6/package/package.json not in flight; writing
35942npm verb afterAdd /root/.npm/qs/0.5.6/package/package.json written
35943npm verb afterAdd /root/.npm/noptify/0.0.3/package/package.json not in flight; writing
35944npm verb afterAdd /root/.npm/noptify/0.0.3/package/package.json written
35945npm verb cache add spec nopt@~2.0.0
35946npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for nopt
35947npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
35948npm verb get http://registry.npmjs.org/nopt not expired, no request
35949npm verb addNamed "2.0.0" is a plain semver version for nopt
35950npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz not in flight; adding
35951npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz',
35952npm verb addRemoteTarball 'ca7416f20a5e3f9c3b86180f96295fa3d0b52e0d' ]
35953npm info retry fetch attempt 1 at 19:25:18
35954npm info attempt registry request try #1 at 19:25:18
35955npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz
35956npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz
35957npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nopt/-/nopt-2.0.0.tgz not in flight; adding
35958npm verb addTmpTarball already have metadata; skipping unpack for nopt@2.0.0
35959npm verb afterAdd /root/.npm/nopt/2.0.0/package/package.json not in flight; writing
35960npm verb afterAdd /root/.npm/nopt/2.0.0/package/package.json written
35961npm verb request uri http://registry.npmjs.org/cheerio
35962npm verb request no auth needed
35963npm info attempt registry request try #1 at 19:25:18
35964npm http request GET http://registry.npmjs.org/cheerio
35965npm http 200 http://registry.npmjs.org/cheerio
35966npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35967npm verb headers etag: '"CYF9EHR0G9I6RM91CAS7IMYBJ"',
35968npm verb headers 'content-type': 'application/json',
35969npm verb headers 'cache-control': 'max-age=300',
35970npm verb headers 'content-length': '92509',
35971npm verb headers 'accept-ranges': 'bytes',
35972npm verb headers date: 'Tue, 29 Dec 2015 19:25:18 GMT',
35973npm verb headers age: '245',
35974npm verb headers 'x-served-by': 'cache-fra1248-FRA',
35975npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
35976npm verb headers 'x-cache-hits': '2',
35977npm verb headers 'x-timer': 'S1451417118.700076,VS0,VE0',
35978npm verb headers vary: 'Accept',
35979npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
35980npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
35981npm verb headers connection: 'keep-alive' }
35982npm verb get saving cheerio to /root/.npm/registry.npmjs.org/cheerio/.cache.json
35983npm verb cache add spec cheerio@~0.12.3
35984npm verb addNamed ">=0.12.3 <0.13.0" is a valid semver range for cheerio
35985npm verb addNameRange registry:http://registry.npmjs.org/cheerio not in flight; fetching
35986npm verb get http://registry.npmjs.org/cheerio not expired, no request
35987npm verb addNamed "0.12.4" is a plain semver version for cheerio
35988npm verb addRemoteTarball http://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz not in flight; adding
35989npm verb addRemoteTarball [ 'http://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
35990npm verb addRemoteTarball 'c199626e9e1eb0d4233a91a4793e7f8aaa69a18b' ]
35991npm info retry fetch attempt 1 at 19:25:18
35992npm info attempt registry request try #1 at 19:25:18
35993npm http fetch GET http://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz
35994npm http fetch 200 http://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz
35995npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz not in flight; adding
35996npm verb addTmpTarball already have metadata; skipping unpack for cheerio@0.12.4
35997npm verb afterAdd /root/.npm/cheerio/0.12.4/package/package.json not in flight; writing
35998npm verb afterAdd /root/.npm/cheerio/0.12.4/package/package.json written
35999npm verb cache add spec htmlparser2@3.1.4
36000npm verb cache add spec underscore@~1.4
36001npm verb cache add spec entities@0.x
36002npm verb addNamed "3.1.4" is a plain semver version for htmlparser2
36003npm verb addNameVersion registry:http://registry.npmjs.org/htmlparser2 not in flight; fetching
36004npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for underscore
36005npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
36006npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for entities
36007npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
36008npm verb request uri http://registry.npmjs.org/cheerio-select
36009npm verb request no auth needed
36010npm info attempt registry request try #1 at 19:25:18
36011npm http request GET http://registry.npmjs.org/cheerio-select
36012npm verb get http://registry.npmjs.org/underscore not expired, no request
36013npm verb addNamed "1.4.4" is a plain semver version for underscore
36014npm verb get http://registry.npmjs.org/htmlparser2 not expired, no request
36015npm verb get http://registry.npmjs.org/entities not expired, no request
36016npm verb addNamed "0.5.0" is a plain semver version for entities
36017npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz not in flight; adding
36018npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz',
36019npm verb addRemoteTarball '61a6a32010622afa07963bf325203cf12239d604' ]
36020npm verb addRemoteTarball http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz not in flight; adding
36021npm verb addRemoteTarball [ 'http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz',
36022npm verb addRemoteTarball '72cbe7d5d56c01acf61fcf7b933331f4e45b36f0' ]
36023npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-0.5.0.tgz not in flight; adding
36024npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-0.5.0.tgz',
36025npm verb addRemoteTarball 'f611cb5ae221050e0012c66979503fd7ae19cc49' ]
36026npm info retry fetch attempt 1 at 19:25:18
36027npm info attempt registry request try #1 at 19:25:18
36028npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz
36029npm info retry fetch attempt 1 at 19:25:18
36030npm info attempt registry request try #1 at 19:25:18
36031npm http fetch GET http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz
36032npm info retry fetch attempt 1 at 19:25:18
36033npm info attempt registry request try #1 at 19:25:18
36034npm http fetch GET http://registry.npmjs.org/entities/-/entities-0.5.0.tgz
36035npm http fetch 200 http://registry.npmjs.org/entities/-/entities-0.5.0.tgz
36036npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/entities/-/entities-0.5.0.tgz not in flight; adding
36037npm verb addTmpTarball already have metadata; skipping unpack for entities@0.5.0
36038npm verb afterAdd /root/.npm/entities/0.5.0/package/package.json not in flight; writing
36039npm verb afterAdd /root/.npm/entities/0.5.0/package/package.json written
36040npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz
36041npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/underscore/-/underscore-1.4.4.tgz not in flight; adding
36042npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.4.4
36043npm verb afterAdd /root/.npm/underscore/1.4.4/package/package.json not in flight; writing
36044npm verb afterAdd /root/.npm/underscore/1.4.4/package/package.json written
36045npm http fetch 200 http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz
36046npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz not in flight; adding
36047npm verb addTmpTarball already have metadata; skipping unpack for htmlparser2@3.1.4
36048npm verb afterAdd /root/.npm/htmlparser2/3.1.4/package/package.json not in flight; writing
36049npm verb afterAdd /root/.npm/htmlparser2/3.1.4/package/package.json written
36050npm http 200 http://registry.npmjs.org/cheerio-select
36051npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36052npm verb headers etag: '"9DKC0VPJ2EP4UAN7GREIIKCEE"',
36053npm verb headers 'content-type': 'application/json',
36054npm verb headers 'cache-control': 'max-age=300',
36055npm verb headers 'content-length': '4900',
36056npm verb headers 'accept-ranges': 'bytes',
36057npm verb headers date: 'Tue, 29 Dec 2015 19:25:19 GMT',
36058npm verb headers age: '0',
36059npm verb headers 'x-served-by': 'cache-fra1248-FRA',
36060npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36061npm verb headers 'x-cache-hits': '1',
36062npm verb headers 'x-timer': 'S1451417118.915613,VS0,VE231',
36063npm verb headers vary: 'Accept',
36064npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36065npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36066npm verb headers connection: 'keep-alive' }
36067npm verb get saving cheerio-select to /root/.npm/registry.npmjs.org/cheerio-select/.cache.json
36068npm verb cache add spec cheerio-select@*
36069npm verb addNamed "*" is a valid semver range for cheerio-select
36070npm verb addNameRange registry:http://registry.npmjs.org/cheerio-select not in flight; fetching
36071npm verb get http://registry.npmjs.org/cheerio-select not expired, no request
36072npm verb addNamed "0.0.3" is a plain semver version for cheerio-select
36073npm verb addRemoteTarball http://registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz not in flight; adding
36074npm verb addRemoteTarball [ 'http://registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz',
36075npm verb addRemoteTarball '3f2420114f3ccb0b1b075c245ccfaae5d617a388' ]
36076npm info retry fetch attempt 1 at 19:25:19
36077npm info attempt registry request try #1 at 19:25:19
36078npm http fetch GET http://registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz
36079npm http fetch 200 http://registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz
36080npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz not in flight; adding
36081npm verb addTmpTarball already have metadata; skipping unpack for cheerio-select@0.0.3
36082npm verb afterAdd /root/.npm/cheerio-select/0.0.3/package/package.json not in flight; writing
36083npm verb afterAdd /root/.npm/cheerio-select/0.0.3/package/package.json written
36084npm verb request uri http://registry.npmjs.org/CSSselect
36085npm verb request no auth needed
36086npm info attempt registry request try #1 at 19:25:19
36087npm http request GET http://registry.npmjs.org/CSSselect
36088npm http 200 http://registry.npmjs.org/CSSselect
36089npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36090npm verb headers etag: '"7MFKOS4AP0V3TTSEAGOKCEM8C"',
36091npm verb headers 'content-type': 'application/json',
36092npm verb headers 'cache-control': 'max-age=300',
36093npm verb headers 'content-length': '25434',
36094npm verb headers 'accept-ranges': 'bytes',
36095npm verb headers date: 'Tue, 29 Dec 2015 19:25:19 GMT',
36096npm verb headers age: '31',
36097npm verb headers 'x-served-by': 'cache-fra1227-FRA',
36098npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36099npm verb headers 'x-cache-hits': '1',
36100npm verb headers 'x-timer': 'S1451417119.258612,VS0,VE0',
36101npm verb headers vary: 'Accept',
36102npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36103npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36104npm verb headers connection: 'keep-alive' }
36105npm verb get saving CSSselect to /root/.npm/registry.npmjs.org/CSSselect/.cache.json
36106npm verb cache add spec CSSselect@0.x
36107npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for CSSselect
36108npm verb addNameRange registry:http://registry.npmjs.org/CSSselect not in flight; fetching
36109npm verb get http://registry.npmjs.org/CSSselect not expired, no request
36110npm verb addNamed "0.7.0" is a plain semver version for CSSselect
36111npm WARN deprecated CSSselect@0.7.0: the module is now available as 'css-select'
36112npm verb addRemoteTarball http://registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz not in flight; adding
36113npm verb addRemoteTarball [ 'http://registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz',
36114npm verb addRemoteTarball 'e4054c67b467465f3c9500c0da0aa7878c4babd2' ]
36115npm info retry fetch attempt 1 at 19:25:19
36116npm info attempt registry request try #1 at 19:25:19
36117npm http fetch GET http://registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz
36118npm http fetch 200 http://registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz
36119npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz not in flight; adding
36120npm verb addTmpTarball already have metadata; skipping unpack for CSSselect@0.7.0
36121npm verb afterAdd /root/.npm/CSSselect/0.7.0/package/package.json not in flight; writing
36122npm verb afterAdd /root/.npm/CSSselect/0.7.0/package/package.json written
36123npm verb cache add spec domutils@1.4
36124npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for domutils
36125npm verb addNameRange registry:http://registry.npmjs.org/domutils not in flight; fetching
36126npm verb request uri http://registry.npmjs.org/CSSwhat
36127npm verb request no auth needed
36128npm info attempt registry request try #1 at 19:25:19
36129npm http request GET http://registry.npmjs.org/CSSwhat
36130npm verb request uri http://registry.npmjs.org/boolbase
36131npm verb request no auth needed
36132npm info attempt registry request try #1 at 19:25:19
36133npm http request GET http://registry.npmjs.org/boolbase
36134npm verb request uri http://registry.npmjs.org/nth-check
36135npm verb request no auth needed
36136npm info attempt registry request try #1 at 19:25:19
36137npm http request GET http://registry.npmjs.org/nth-check
36138npm verb get http://registry.npmjs.org/domutils not expired, no request
36139npm verb addNamed "1.4.3" is a plain semver version for domutils
36140npm verb addRemoteTarball http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz not in flight; adding
36141npm verb addRemoteTarball [ 'http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz',
36142npm verb addRemoteTarball '0865513796c6b306031850e175516baf80b72a6f' ]
36143npm info retry fetch attempt 1 at 19:25:19
36144npm info attempt registry request try #1 at 19:25:19
36145npm http fetch GET http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz
36146npm http fetch 200 http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz
36147npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/domutils/-/domutils-1.4.3.tgz not in flight; adding
36148npm verb addTmpTarball already have metadata; skipping unpack for domutils@1.4.3
36149npm http 200 http://registry.npmjs.org/CSSwhat
36150npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36151npm verb headers etag: '"95WLX9RC7I3WT23A1A5PCZOF2"',
36152npm verb headers 'content-type': 'application/json',
36153npm verb headers 'cache-control': 'max-age=300',
36154npm verb headers 'content-length': '13434',
36155npm verb headers 'accept-ranges': 'bytes',
36156npm verb headers date: 'Tue, 29 Dec 2015 19:25:19 GMT',
36157npm verb headers age: '43',
36158npm verb headers 'x-served-by': 'cache-fra1227-FRA',
36159npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36160npm verb headers 'x-cache-hits': '1',
36161npm verb headers 'x-timer': 'S1451417119.392648,VS0,VE0',
36162npm verb headers vary: 'Accept',
36163npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36164npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36165npm verb headers connection: 'keep-alive' }
36166npm verb get saving CSSwhat to /root/.npm/registry.npmjs.org/CSSwhat/.cache.json
36167npm verb afterAdd /root/.npm/domutils/1.4.3/package/package.json not in flight; writing
36168npm verb cache add spec CSSwhat@0.4
36169npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for CSSwhat
36170npm verb addNameRange registry:http://registry.npmjs.org/CSSwhat not in flight; fetching
36171npm http 200 http://registry.npmjs.org/boolbase
36172npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36173npm verb headers etag: '"1IVMVRJZPS9QX41AN95WI0MYH"',
36174npm verb headers 'content-type': 'application/json',
36175npm verb headers 'cache-control': 'max-age=300',
36176npm verb headers 'content-length': '1899',
36177npm verb headers 'accept-ranges': 'bytes',
36178npm verb headers date: 'Tue, 29 Dec 2015 19:25:19 GMT',
36179npm verb headers age: '242',
36180npm verb headers 'x-served-by': 'cache-fra1237-FRA',
36181npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36182npm verb headers 'x-cache-hits': '1',
36183npm verb headers 'x-timer': 'S1451417119.411274,VS0,VE0',
36184npm verb headers vary: 'Accept',
36185npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36186npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36187npm verb headers connection: 'keep-alive' }
36188npm verb get saving boolbase to /root/.npm/registry.npmjs.org/boolbase/.cache.json
36189npm http 200 http://registry.npmjs.org/nth-check
36190npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36191npm verb headers etag: '"45CD80S39GV9E7FX3H4YMY0XZ"',
36192npm verb headers 'content-type': 'application/json',
36193npm verb headers 'cache-control': 'max-age=300',
36194npm verb headers 'content-length': '3946',
36195npm verb headers 'accept-ranges': 'bytes',
36196npm verb headers date: 'Tue, 29 Dec 2015 19:25:19 GMT',
36197npm verb headers age: '241',
36198npm verb headers 'x-served-by': 'cache-fra1234-FRA',
36199npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36200npm verb headers 'x-cache-hits': '1',
36201npm verb headers 'x-timer': 'S1451417119.411392,VS0,VE0',
36202npm verb headers vary: 'Accept',
36203npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36204npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36205npm verb headers connection: 'keep-alive' }
36206npm verb get saving nth-check to /root/.npm/registry.npmjs.org/nth-check/.cache.json
36207npm verb afterAdd /root/.npm/domutils/1.4.3/package/package.json written
36208npm verb get http://registry.npmjs.org/CSSwhat not expired, no request
36209npm verb addNamed "0.4.7" is a plain semver version for CSSwhat
36210npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'
36211npm verb addRemoteTarball http://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz not in flight; adding
36212npm verb addRemoteTarball [ 'http://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz',
36213npm verb addRemoteTarball '867da0ff39f778613242c44cfea83f0aa4ebdf9b' ]
36214npm info retry fetch attempt 1 at 19:25:19
36215npm info attempt registry request try #1 at 19:25:19
36216npm http fetch GET http://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz
36217npm verb cache add spec boolbase@~1.0.0
36218npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for boolbase
36219npm verb addNameRange registry:http://registry.npmjs.org/boolbase not in flight; fetching
36220npm verb cache add spec nth-check@~1.0.0
36221npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for nth-check
36222npm verb addNameRange registry:http://registry.npmjs.org/nth-check not in flight; fetching
36223npm http fetch 200 http://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz
36224npm verb get http://registry.npmjs.org/boolbase not expired, no request
36225npm verb addNamed "1.0.0" is a plain semver version for boolbase
36226npm verb get http://registry.npmjs.org/nth-check not expired, no request
36227npm verb addNamed "1.0.1" is a plain semver version for nth-check
36228npm verb addRemoteTarball http://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz not in flight; adding
36229npm verb addRemoteTarball [ 'http://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz',
36230npm verb addRemoteTarball '68dff5fbe60c51eb37725ea9e3ed310dcc1e776e' ]
36231npm verb addRemoteTarball http://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz not in flight; adding
36232npm verb addRemoteTarball [ 'http://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz',
36233npm verb addRemoteTarball '9929acdf628fc2c41098deab82ac580cf149aae4' ]
36234npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz not in flight; adding
36235npm verb addTmpTarball already have metadata; skipping unpack for CSSwhat@0.4.7
36236npm info retry fetch attempt 1 at 19:25:19
36237npm info attempt registry request try #1 at 19:25:19
36238npm http fetch GET http://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz
36239npm info retry fetch attempt 1 at 19:25:19
36240npm info attempt registry request try #1 at 19:25:19
36241npm http fetch GET http://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz
36242npm http fetch 200 http://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz
36243npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz not in flight; adding
36244npm verb addTmpTarball already have metadata; skipping unpack for nth-check@1.0.1
36245npm verb afterAdd /root/.npm/CSSwhat/0.4.7/package/package.json not in flight; writing
36246npm verb afterAdd /root/.npm/CSSwhat/0.4.7/package/package.json written
36247npm verb afterAdd /root/.npm/nth-check/1.0.1/package/package.json not in flight; writing
36248npm http fetch 200 http://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz
36249npm verb afterAdd /root/.npm/nth-check/1.0.1/package/package.json written
36250npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz not in flight; adding
36251npm verb addTmpTarball already have metadata; skipping unpack for boolbase@1.0.0
36252npm verb afterAdd /root/.npm/boolbase/1.0.0/package/package.json not in flight; writing
36253npm verb afterAdd /root/.npm/boolbase/1.0.0/package/package.json written
36254npm verb cache add spec domhandler@2.0
36255npm verb cache add spec domutils@1.1
36256npm verb cache add spec readable-stream@1.0
36257npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for domhandler
36258npm verb addNameRange registry:http://registry.npmjs.org/domhandler not in flight; fetching
36259npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for domutils
36260npm verb addNameRange registry:http://registry.npmjs.org/domutils not in flight; fetching
36261npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for readable-stream
36262npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
36263npm verb get http://registry.npmjs.org/domhandler not expired, no request
36264npm verb addNamed "2.0.3" is a plain semver version for domhandler
36265npm verb get http://registry.npmjs.org/domutils not expired, no request
36266npm verb addNamed "1.1.6" is a plain semver version for domutils
36267npm verb get http://registry.npmjs.org/readable-stream not expired, no request
36268npm verb addNamed "1.0.33" is a plain semver version for readable-stream
36269npm verb addRemoteTarball http://registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz not in flight; adding
36270npm verb addRemoteTarball [ 'http://registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz',
36271npm verb addRemoteTarball '889f8df626403af0788e29d66d5d5c6f7ebf0fd6' ]
36272npm verb addRemoteTarball http://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz not in flight; adding
36273npm verb addRemoteTarball [ 'http://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz',
36274npm verb addRemoteTarball 'bddc3de099b9a2efacc51c623f28f416ecc57485' ]
36275npm info retry fetch attempt 1 at 19:25:19
36276npm info attempt registry request try #1 at 19:25:19
36277npm http fetch GET http://registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz
36278npm info retry fetch attempt 1 at 19:25:19
36279npm info attempt registry request try #1 at 19:25:19
36280npm http fetch GET http://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz
36281npm http fetch 200 http://registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz
36282npm http fetch 200 http://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz
36283npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
36284npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz not in flight; adding
36285npm verb addTmpTarball already have metadata; skipping unpack for domhandler@2.0.3
36286npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/domutils/-/domutils-1.1.6.tgz not in flight; adding
36287npm verb addTmpTarball already have metadata; skipping unpack for domutils@1.1.6
36288npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
36289npm verb afterAdd /root/.npm/domhandler/2.0.3/package/package.json not in flight; writing
36290npm verb afterAdd /root/.npm/domutils/1.1.6/package/package.json not in flight; writing
36291npm verb afterAdd /root/.npm/domhandler/2.0.3/package/package.json written
36292npm verb afterAdd /root/.npm/domutils/1.1.6/package/package.json written
36293npm verb request uri http://registry.npmjs.org/ini
36294npm verb request no auth needed
36295npm info attempt registry request try #1 at 19:25:19
36296npm http request GET http://registry.npmjs.org/ini
36297npm http 200 http://registry.npmjs.org/ini
36298npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36299npm verb headers etag: '"R52V4AUHE1ZAYPLUYOIGNC3N"',
36300npm verb headers 'content-type': 'application/json',
36301npm verb headers 'cache-control': 'max-age=300',
36302npm verb headers 'content-length': '15321',
36303npm verb headers 'accept-ranges': 'bytes',
36304npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
36305npm verb headers 'x-served-by': 'cache-fra1232-FRA',
36306npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
36307npm verb headers 'x-cache-hits': '2',
36308npm verb headers 'x-timer': 'S1451417008.909772,VS0,VE0',
36309npm verb headers vary: 'Accept',
36310npm verb headers age: '134',
36311npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36312npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36313npm verb headers connection: 'keep-alive' }
36314npm verb get saving ini to /root/.npm/registry.npmjs.org/ini/.cache.json
36315npm verb cache add spec ini@~1.3.0
36316npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for ini
36317npm verb addNameRange registry:http://registry.npmjs.org/ini not in flight; fetching
36318npm verb get http://registry.npmjs.org/ini not expired, no request
36319npm verb addNamed "1.3.4" is a plain semver version for ini
36320npm verb addRemoteTarball http://registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
36321npm verb addRemoteTarball [ 'http://registry.npmjs.org/ini/-/ini-1.3.4.tgz',
36322npm verb addRemoteTarball '0537cb79daf59b59a1a517dff706c86ec039162e' ]
36323npm info retry fetch attempt 1 at 19:25:19
36324npm info attempt registry request try #1 at 19:25:19
36325npm http fetch GET http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
36326npm http fetch 200 http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
36327npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
36328npm verb addTmpTarball already have metadata; skipping unpack for ini@1.3.4
36329npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json not in flight; writing
36330npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json written
36331npm verb cache add spec chalk@^0.5.1
36332npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
36333npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
36334npm verb request uri http://registry.npmjs.org/bower
36335npm verb request no auth needed
36336npm info attempt registry request try #1 at 19:25:19
36337npm http request GET http://registry.npmjs.org/bower
36338npm verb request uri http://registry.npmjs.org/google-cdn
36339npm verb request no auth needed
36340npm info attempt registry request try #1 at 19:25:19
36341npm http request GET http://registry.npmjs.org/google-cdn
36342npm verb get http://registry.npmjs.org/chalk not expired, no request
36343npm verb addNamed "0.5.1" is a plain semver version for chalk
36344npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz not in flight; adding
36345npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz',
36346npm verb addRemoteTarball '663b3a648b68b55d04690d49167aa837858f2174' ]
36347npm info retry fetch attempt 1 at 19:25:19
36348npm info attempt registry request try #1 at 19:25:19
36349npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
36350npm http 200 http://registry.npmjs.org/google-cdn
36351npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36352npm verb headers etag: '"SWA0POJVTBRPDKD37LXYK7XH"',
36353npm verb headers 'content-type': 'application/json',
36354npm verb headers 'cache-control': 'max-age=300',
36355npm verb headers 'content-length': '26363',
36356npm verb headers 'accept-ranges': 'bytes',
36357npm verb headers date: 'Tue, 29 Dec 2015 19:25:19 GMT',
36358npm verb headers age: '258',
36359npm verb headers 'x-served-by': 'cache-fra1227-FRA',
36360npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36361npm verb headers 'x-cache-hits': '1',
36362npm verb headers 'x-timer': 'S1451417119.832786,VS0,VE0',
36363npm verb headers vary: 'Accept',
36364npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36365npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36366npm verb headers connection: 'keep-alive' }
36367npm verb get saving google-cdn to /root/.npm/registry.npmjs.org/google-cdn/.cache.json
36368npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
36369npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/chalk/-/chalk-0.5.1.tgz not in flight; adding
36370npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.5.1
36371npm verb cache add spec google-cdn@~0.7.0
36372npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for google-cdn
36373npm verb addNameRange registry:http://registry.npmjs.org/google-cdn not in flight; fetching
36374npm verb get http://registry.npmjs.org/google-cdn not expired, no request
36375npm verb addNamed "0.7.0" is a plain semver version for google-cdn
36376npm verb addRemoteTarball http://registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz not in flight; adding
36377npm verb addRemoteTarball [ 'http://registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz',
36378npm verb addRemoteTarball 'b1522f1791455b299f7a1a556a4920ea9d0609f9' ]
36379npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
36380npm info retry fetch attempt 1 at 19:25:19
36381npm info attempt registry request try #1 at 19:25:19
36382npm http fetch GET http://registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz
36383npm http 200 http://registry.npmjs.org/bower
36384npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36385npm verb headers etag: '"29H2XZ1C030L5443VPZB5GPR6"',
36386npm verb headers 'content-type': 'application/json',
36387npm verb headers 'cache-control': 'max-age=300',
36388npm verb headers 'content-length': '161700',
36389npm verb headers 'accept-ranges': 'bytes',
36390npm verb headers date: 'Tue, 29 Dec 2015 19:25:19 GMT',
36391npm verb headers age: '213',
36392npm verb headers 'x-served-by': 'cache-fra1237-FRA',
36393npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36394npm verb headers 'x-cache-hits': '437',
36395npm verb headers 'x-timer': 'S1451417119.832664,VS0,VE0',
36396npm verb headers vary: 'Accept',
36397npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36398npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36399npm verb headers connection: 'keep-alive' }
36400npm verb get saving bower to /root/.npm/registry.npmjs.org/bower/.cache.json
36401npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
36402npm http fetch 200 http://registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz
36403npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz not in flight; adding
36404npm verb addTmpTarball already have metadata; skipping unpack for google-cdn@0.7.0
36405npm verb cache add spec bower@>=1.0.0
36406npm verb addNamed ">=1.0.0" is a valid semver range for bower
36407npm verb addNameRange registry:http://registry.npmjs.org/bower not in flight; fetching
36408npm verb get http://registry.npmjs.org/bower not expired, no request
36409npm verb addNamed "1.7.1" is a plain semver version for bower
36410npm verb addRemoteTarball http://registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
36411npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower/-/bower-1.7.1.tgz',
36412npm verb addRemoteTarball '8d0c1a31d85237b3629fd2af981bd11e1b1dca82' ]
36413npm verb afterAdd /root/.npm/google-cdn/0.7.0/package/package.json not in flight; writing
36414npm info retry fetch attempt 1 at 19:25:19
36415npm info attempt registry request try #1 at 19:25:19
36416npm http fetch GET http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
36417npm verb afterAdd /root/.npm/google-cdn/0.7.0/package/package.json written
36418npm http fetch 200 http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
36419npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
36420npm verb addTmpTarball already have metadata; skipping unpack for bower@1.7.1
36421npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json not in flight; writing
36422npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json written
36423npm verb addBundled extract /root/.npm/bower/1.7.1/package.tgz
36424npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
36425npm verb tar unpacking to /tmp/npm-6-6af00ed9/unpack-61a54844
36426npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-6af00ed9/unpack-61a54844
36427npm verb request uri http://registry.npmjs.org/semver-utils
36428npm verb request no auth needed
36429npm info attempt registry request try #1 at 19:25:38
36430npm http request GET http://registry.npmjs.org/semver-utils
36431npm http 200 http://registry.npmjs.org/semver-utils
36432npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36433npm verb headers etag: '"67EI8DYDZVBHURJ0MLYRZOWZD"',
36434npm verb headers 'content-type': 'application/json',
36435npm verb headers 'cache-control': 'max-age=300',
36436npm verb headers 'content-length': '8425',
36437npm verb headers 'accept-ranges': 'bytes',
36438npm verb headers date: 'Tue, 29 Dec 2015 19:25:38 GMT',
36439npm verb headers age: '3',
36440npm verb headers 'x-served-by': 'cache-fra1237-FRA',
36441npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36442npm verb headers 'x-cache-hits': '1',
36443npm verb headers 'x-timer': 'S1451417138.279626,VS0,VE0',
36444npm verb headers vary: 'Accept',
36445npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
36446npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36447npm verb headers connection: 'keep-alive' }
36448npm verb get saving semver-utils to /root/.npm/registry.npmjs.org/semver-utils/.cache.json
36449npm verb cache add spec semver-utils@^1.1.1
36450npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for semver-utils
36451npm verb addNameRange registry:http://registry.npmjs.org/semver-utils not in flight; fetching
36452npm verb get http://registry.npmjs.org/semver-utils not expired, no request
36453npm verb addNamed "1.1.1" is a plain semver version for semver-utils
36454npm verb addRemoteTarball http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
36455npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz',
36456npm verb addRemoteTarball '27d92fec34d27cfa42707d3b40d025ae9855f2df' ]
36457npm info retry fetch attempt 1 at 19:25:38
36458npm info attempt registry request try #1 at 19:25:38
36459npm http fetch GET http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
36460npm http fetch 200 http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
36461npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
36462npm verb addTmpTarball already have metadata; skipping unpack for semver-utils@1.1.1
36463npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json not in flight; writing
36464npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json written
36465npm verb cache add spec ansi-styles@^1.1.0
36466npm verb cache add spec has-ansi@^0.1.0
36467npm verb cache add spec strip-ansi@^0.3.0
36468npm verb cache add spec supports-color@^0.2.0
36469npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
36470npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
36471npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
36472npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
36473npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
36474npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
36475npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
36476npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
36477npm verb request uri http://registry.npmjs.org/ansi-styles
36478npm verb request no auth needed
36479npm info attempt registry request try #1 at 19:25:39
36480npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
36481npm http request GET http://registry.npmjs.org/ansi-styles
36482npm verb request uri http://registry.npmjs.org/has-ansi
36483npm verb request no auth needed
36484npm info attempt registry request try #1 at 19:25:39
36485npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
36486npm http request GET http://registry.npmjs.org/has-ansi
36487npm verb request uri http://registry.npmjs.org/strip-ansi
36488npm verb request no auth needed
36489npm info attempt registry request try #1 at 19:25:39
36490npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
36491npm http request GET http://registry.npmjs.org/strip-ansi
36492npm verb request uri http://registry.npmjs.org/supports-color
36493npm verb request no auth needed
36494npm info attempt registry request try #1 at 19:25:39
36495npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
36496npm http request GET http://registry.npmjs.org/supports-color
36497npm http 304 http://registry.npmjs.org/ansi-styles
36498npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
36499npm verb headers 'content-type': 'application/json',
36500npm verb headers age: '255',
36501npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
36502npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36503npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
36504npm verb headers connection: 'keep-alive' }
36505npm verb etag http://registry.npmjs.org/ansi-styles from cache
36506npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
36507npm http 304 http://registry.npmjs.org/strip-ansi
36508npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
36509npm verb headers 'content-type': 'application/json',
36510npm verb headers age: '242',
36511npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
36512npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36513npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
36514npm verb headers connection: 'keep-alive' }
36515npm verb etag http://registry.npmjs.org/strip-ansi from cache
36516npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
36517npm http 304 http://registry.npmjs.org/has-ansi
36518npm verb headers { date: 'Tue, 29 Dec 2015 19:25:39 GMT',
36519npm verb headers 'cache-control': 'max-age=60',
36520npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
36521npm verb headers age: '55',
36522npm verb headers 'x-served-by': 'cache-fra1237-FRA',
36523npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36524npm verb headers 'x-cache-hits': '68',
36525npm verb headers 'x-timer': 'S1451417139.439742,VS0,VE0',
36526npm verb headers vary: 'Accept',
36527npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
36528npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36529npm verb headers connection: 'keep-alive' }
36530npm verb etag http://registry.npmjs.org/has-ansi from cache
36531npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
36532npm http 304 http://registry.npmjs.org/supports-color
36533npm verb headers { date: 'Tue, 29 Dec 2015 19:25:39 GMT',
36534npm verb headers 'cache-control': 'max-age=60',
36535npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
36536npm verb headers age: '59',
36537npm verb headers 'x-served-by': 'cache-fra1227-FRA',
36538npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36539npm verb headers 'x-cache-hits': '4',
36540npm verb headers 'x-timer': 'S1451417139.452683,VS0,VE0',
36541npm verb headers vary: 'Accept',
36542npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
36543npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36544npm verb headers connection: 'keep-alive' }
36545npm verb etag http://registry.npmjs.org/supports-color from cache
36546npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
36547npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
36548npm verb addNamed "0.1.0" is a plain semver version for has-ansi
36549npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
36550npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz not in flight; adding
36551npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz',
36552npm verb addRemoteTarball 'eaecbf66cd706882760b2f4691582b8f55d7a7de' ]
36553npm verb addNamed "0.2.0" is a plain semver version for supports-color
36554npm verb addRemoteTarball http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz not in flight; adding
36555npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz',
36556npm verb addRemoteTarball '84f265aae8c0e6a88a12d7022894b7568894c62e' ]
36557npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz not in flight; adding
36558npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz',
36559npm verb addRemoteTarball '25f48ea22ca79187f3174a4db8759347bb126220' ]
36560npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz not in flight; adding
36561npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz',
36562npm verb addRemoteTarball 'd92de2694eb3f67323973d7ae3d8b55b4c22190a' ]
36563npm info retry fetch attempt 1 at 19:25:39
36564npm info attempt registry request try #1 at 19:25:39
36565npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz
36566npm info retry fetch attempt 1 at 19:25:39
36567npm info attempt registry request try #1 at 19:25:39
36568npm http fetch GET http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz
36569npm info retry fetch attempt 1 at 19:25:39
36570npm info attempt registry request try #1 at 19:25:39
36571npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz
36572npm info retry fetch attempt 1 at 19:25:39
36573npm info attempt registry request try #1 at 19:25:39
36574npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
36575npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz
36576npm http fetch 200 http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz
36577npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz
36578npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
36579npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz not in flight; adding
36580npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@1.1.0
36581npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz not in flight; adding
36582npm verb addTmpTarball already have metadata; skipping unpack for has-ansi@0.1.0
36583npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz not in flight; adding
36584npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.3.0
36585npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz not in flight; adding
36586npm verb addTmpTarball already have metadata; skipping unpack for supports-color@0.2.0
36587npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
36588npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
36589npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
36590npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
36591npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
36592npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
36593npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
36594npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
36595npm verb cache add spec ansi-regex@^0.2.0
36596npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
36597npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
36598npm verb request uri http://registry.npmjs.org/ansi-regex
36599npm verb request no auth needed
36600npm info attempt registry request try #1 at 19:25:39
36601npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
36602npm http request GET http://registry.npmjs.org/ansi-regex
36603npm http 304 http://registry.npmjs.org/ansi-regex
36604npm verb headers { date: 'Tue, 29 Dec 2015 19:25:39 GMT',
36605npm verb headers 'cache-control': 'max-age=60',
36606npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
36607npm verb headers age: '20',
36608npm verb headers 'x-served-by': 'cache-fra1227-FRA',
36609npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36610npm verb headers 'x-cache-hits': '2',
36611npm verb headers 'x-timer': 'S1451417139.606961,VS0,VE0',
36612npm verb headers vary: 'Accept',
36613npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
36614npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36615npm verb headers connection: 'keep-alive' }
36616npm verb etag http://registry.npmjs.org/ansi-regex from cache
36617npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
36618npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
36619npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz not in flight; adding
36620npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz',
36621npm verb addRemoteTarball '0d8e946967a3d8143f93e24e298525fc1b2235f9' ]
36622npm info retry fetch attempt 1 at 19:25:39
36623npm info attempt registry request try #1 at 19:25:39
36624npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz
36625npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz
36626npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz not in flight; adding
36627npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@0.2.1
36628npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
36629npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
36630npm verb cache add spec async@^0.9.0
36631npm verb cache add spec bower@~1.3.1
36632npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
36633npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
36634npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for bower
36635npm verb addNameRange registry:http://registry.npmjs.org/bower not in flight; fetching
36636npm verb request uri http://registry.npmjs.org/cdnjs-cdn-data
36637npm verb request no auth needed
36638npm info attempt registry request try #1 at 19:25:47
36639npm http request GET http://registry.npmjs.org/cdnjs-cdn-data
36640npm verb request uri http://registry.npmjs.org/google-cdn-data
36641npm verb request no auth needed
36642npm info attempt registry request try #1 at 19:25:47
36643npm http request GET http://registry.npmjs.org/google-cdn-data
36644npm verb request uri http://registry.npmjs.org/regexp-quote
36645npm verb request no auth needed
36646npm info attempt registry request try #1 at 19:25:47
36647npm http request GET http://registry.npmjs.org/regexp-quote
36648npm verb request uri http://registry.npmjs.org/semver
36649npm verb request no auth needed
36650npm info attempt registry request try #1 at 19:25:47
36651npm http request GET http://registry.npmjs.org/semver
36652npm verb request uri http://registry.npmjs.org/async
36653npm verb request no auth needed
36654npm info attempt registry request try #1 at 19:25:47
36655npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
36656npm http request GET http://registry.npmjs.org/async
36657npm verb request uri http://registry.npmjs.org/bower
36658npm verb request no auth needed
36659npm info attempt registry request try #1 at 19:25:47
36660npm verb etag "29H2XZ1C030L5443VPZB5GPR6"
36661npm http request GET http://registry.npmjs.org/bower
36662npm http 200 http://registry.npmjs.org/semver
36663npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36664npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
36665npm verb headers 'content-type': 'application/json',
36666npm verb headers 'cache-control': 'max-age=300',
36667npm verb headers 'content-length': '67438',
36668npm verb headers 'accept-ranges': 'bytes',
36669npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
36670npm verb headers 'x-served-by': 'cache-fra1220-FRA',
36671npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
36672npm verb headers 'x-cache-hits': '5',
36673npm verb headers 'x-timer': 'S1451417008.926661,VS0,VE0',
36674npm verb headers vary: 'Accept',
36675npm verb headers age: '288',
36676npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36677npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36678npm verb headers connection: 'keep-alive' }
36679npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
36680npm http 304 http://registry.npmjs.org/bower
36681npm verb headers { date: 'Tue, 29 Dec 2015 19:25:19 GMT',
36682npm verb headers 'content-type': 'application/json',
36683npm verb headers age: '241',
36684npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
36685npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36686npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
36687npm verb headers connection: 'keep-alive' }
36688npm verb etag http://registry.npmjs.org/bower from cache
36689npm verb get saving bower to /root/.npm/registry.npmjs.org/bower/.cache.json
36690npm http 200 http://registry.npmjs.org/google-cdn-data
36691npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36692npm verb headers etag: '"BC1UTUV1J799UEM93I0BF1P7B"',
36693npm verb headers 'content-type': 'application/json',
36694npm verb headers 'cache-control': 'max-age=300',
36695npm verb headers 'content-length': '23541',
36696npm verb headers 'accept-ranges': 'bytes',
36697npm verb headers date: 'Tue, 29 Dec 2015 19:25:47 GMT',
36698npm verb headers age: '278',
36699npm verb headers 'x-served-by': 'cache-fra1227-FRA',
36700npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36701npm verb headers 'x-cache-hits': '1',
36702npm verb headers 'x-timer': 'S1451417147.453631,VS0,VE0',
36703npm verb headers vary: 'Accept',
36704npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36705npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36706npm verb headers connection: 'keep-alive' }
36707npm verb get saving google-cdn-data to /root/.npm/registry.npmjs.org/google-cdn-data/.cache.json
36708npm http 304 http://registry.npmjs.org/async
36709npm verb headers { date: 'Tue, 29 Dec 2015 19:25:47 GMT',
36710npm verb headers 'cache-control': 'max-age=300',
36711npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
36712npm verb headers age: '56',
36713npm verb headers 'x-served-by': 'cache-fra1228-FRA',
36714npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36715npm verb headers 'x-cache-hits': '5',
36716npm verb headers 'x-timer': 'S1451417147.492974,VS0,VE0',
36717npm verb headers vary: 'Accept',
36718npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36719npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36720npm verb headers connection: 'keep-alive' }
36721npm verb etag http://registry.npmjs.org/async from cache
36722npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
36723npm verb cache add spec semver@^2.3.0
36724npm verb addNamed ">=2.3.0 <3.0.0" is a valid semver range for semver
36725npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
36726npm verb addNamed "1.3.12" is a plain semver version for bower
36727npm verb addRemoteTarball http://registry.npmjs.org/bower/-/bower-1.3.12.tgz not in flight; adding
36728npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower/-/bower-1.3.12.tgz',
36729npm verb addRemoteTarball '37de0edb3904baf90aee13384a1a379a05ee214c' ]
36730npm verb cache add spec google-cdn-data@~0.1.0
36731npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for google-cdn-data
36732npm verb addNameRange registry:http://registry.npmjs.org/google-cdn-data not in flight; fetching
36733npm info retry fetch attempt 1 at 19:25:47
36734npm info attempt registry request try #1 at 19:25:47
36735npm http fetch GET http://registry.npmjs.org/bower/-/bower-1.3.12.tgz
36736npm verb get http://registry.npmjs.org/semver not expired, no request
36737npm verb addNamed "2.3.2" is a plain semver version for semver
36738npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-2.3.2.tgz not in flight; adding
36739npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-2.3.2.tgz',
36740npm verb addRemoteTarball 'b9848f25d6cf36333073ec9ef8856d42f1233e52' ]
36741npm verb addNamed "0.9.2" is a plain semver version for async
36742npm http fetch 200 http://registry.npmjs.org/bower/-/bower-1.3.12.tgz
36743npm verb get http://registry.npmjs.org/google-cdn-data not expired, no request
36744npm verb addNamed "0.1.23" is a plain semver version for google-cdn-data
36745npm info retry fetch attempt 1 at 19:25:47
36746npm info attempt registry request try #1 at 19:25:47
36747npm http fetch GET http://registry.npmjs.org/semver/-/semver-2.3.2.tgz
36748npm verb addRemoteTarball http://registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz not in flight; adding
36749npm verb addRemoteTarball [ 'http://registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz',
36750npm verb addRemoteTarball '54d340e77bf8960167f0088cbf141fbc8b40dd10' ]
36751npm http fetch 200 http://registry.npmjs.org/semver/-/semver-2.3.2.tgz
36752npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
36753npm info retry fetch attempt 1 at 19:25:47
36754npm info attempt registry request try #1 at 19:25:47
36755npm http fetch GET http://registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz
36756npm http fetch 200 http://registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz
36757npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bower/-/bower-1.3.12.tgz not in flight; adding
36758npm verb addTmpTarball already have metadata; skipping unpack for bower@1.3.12
36759npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/semver/-/semver-2.3.2.tgz not in flight; adding
36760npm verb addTmpTarball already have metadata; skipping unpack for semver@2.3.2
36761npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
36762npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz not in flight; adding
36763npm verb addTmpTarball already have metadata; skipping unpack for google-cdn-data@0.1.23
36764npm http 200 http://registry.npmjs.org/cdnjs-cdn-data
36765npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36766npm verb headers etag: '"6RCHJEIA9IWA8RVPM4DO4K697"',
36767npm verb headers 'content-type': 'application/json',
36768npm verb headers 'cache-control': 'max-age=300',
36769npm verb headers 'content-length': '5735',
36770npm verb headers 'accept-ranges': 'bytes',
36771npm verb headers date: 'Tue, 29 Dec 2015 19:25:47 GMT',
36772npm verb headers age: '0',
36773npm verb headers 'x-served-by': 'cache-fra1227-FRA',
36774npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
36775npm verb headers 'x-cache-hits': '1',
36776npm verb headers 'x-timer': 'S1451417147.434099,VS0,VE199',
36777npm verb headers vary: 'Accept',
36778npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36779npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36780npm verb headers connection: 'keep-alive' }
36781npm verb get saving cdnjs-cdn-data to /root/.npm/registry.npmjs.org/cdnjs-cdn-data/.cache.json
36782npm verb afterAdd /root/.npm/bower/1.3.12/package/package.json not in flight; writing
36783npm verb afterAdd /root/.npm/semver/2.3.2/package/package.json not in flight; writing
36784npm verb afterAdd /root/.npm/bower/1.3.12/package/package.json written
36785npm verb afterAdd /root/.npm/google-cdn-data/0.1.23/package/package.json not in flight; writing
36786npm verb afterAdd /root/.npm/semver/2.3.2/package/package.json written
36787npm verb cache add spec cdnjs-cdn-data@~0.1.0
36788npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for cdnjs-cdn-data
36789npm verb addNameRange registry:http://registry.npmjs.org/cdnjs-cdn-data not in flight; fetching
36790npm verb afterAdd /root/.npm/google-cdn-data/0.1.23/package/package.json written
36791npm verb get http://registry.npmjs.org/cdnjs-cdn-data not expired, no request
36792npm verb addNamed "0.1.2" is a plain semver version for cdnjs-cdn-data
36793npm verb addRemoteTarball http://registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz not in flight; adding
36794npm verb addRemoteTarball [ 'http://registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz',
36795npm verb addRemoteTarball '865d34ba4e48dd1b73fd668e24a61a5adf9b8b21' ]
36796npm info retry fetch attempt 1 at 19:25:47
36797npm info attempt registry request try #1 at 19:25:47
36798npm http fetch GET http://registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz
36799npm http fetch 200 http://registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz
36800npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz not in flight; adding
36801npm verb addTmpTarball already have metadata; skipping unpack for cdnjs-cdn-data@0.1.2
36802npm verb afterAdd /root/.npm/cdnjs-cdn-data/0.1.2/package/package.json not in flight; writing
36803npm verb afterAdd /root/.npm/cdnjs-cdn-data/0.1.2/package/package.json written
36804npm http 200 http://registry.npmjs.org/regexp-quote
36805npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36806npm verb headers etag: '"DLXSV4X5ZGOD1W6OXX6B3VEM5"',
36807npm verb headers 'content-type': 'application/json',
36808npm verb headers 'cache-control': 'max-age=300',
36809npm verb headers 'content-length': '1423',
36810npm verb headers 'accept-ranges': 'bytes',
36811npm verb headers date: 'Tue, 29 Dec 2015 19:25:48 GMT',
36812npm verb headers age: '0',
36813npm verb headers 'x-served-by': 'cache-fra1237-FRA',
36814npm verb headers 'x-cache': 'MISS, MISS from atomic01.kolabsys.com',
36815npm verb headers 'x-cache-hits': '0',
36816npm verb headers 'x-timer': 'S1451417147.433955,VS0,VE810',
36817npm verb headers vary: 'Accept',
36818npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
36819npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
36820npm verb headers connection: 'keep-alive' }
36821npm verb get saving regexp-quote to /root/.npm/registry.npmjs.org/regexp-quote/.cache.json
36822npm verb cache add spec regexp-quote@0.0.0
36823npm verb addNamed "0.0.0" is a plain semver version for regexp-quote
36824npm verb addNameVersion registry:http://registry.npmjs.org/regexp-quote not in flight; fetching
36825npm verb get http://registry.npmjs.org/regexp-quote not expired, no request
36826npm verb addRemoteTarball http://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz not in flight; adding
36827npm verb addRemoteTarball [ 'http://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz',
36828npm verb addRemoteTarball '1e0f4650c862dcbfed54fd42b148e9bb1721fcf2' ]
36829npm info retry fetch attempt 1 at 19:25:48
36830npm info attempt registry request try #1 at 19:25:48
36831npm http fetch GET http://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz
36832npm http fetch 200 http://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz
36833npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz not in flight; adding
36834npm verb addTmpTarball already have metadata; skipping unpack for regexp-quote@0.0.0
36835npm verb afterAdd /root/.npm/regexp-quote/0.0.0/package/package.json not in flight; writing
36836npm verb afterAdd /root/.npm/regexp-quote/0.0.0/package/package.json written
36837npm verb cache add spec chalk@0.5.0
36838npm verb cache add spec fstream@~1.0.2
36839npm verb cache add spec glob@~4.0.2
36840npm verb cache add spec graceful-fs@~3.0.1
36841npm verb cache add spec mkdirp@0.5.0
36842npm verb cache add spec nopt@~3.0.0
36843npm verb cache add spec q@~1.0.1
36844npm verb cache add spec request@~2.42.0
36845npm verb cache add spec rimraf@~2.2.0
36846npm verb addNamed "0.5.0" is a plain semver version for chalk
36847npm verb addNameVersion registry:http://registry.npmjs.org/chalk not in flight; fetching
36848npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for fstream
36849npm verb addNameRange registry:http://registry.npmjs.org/fstream not in flight; fetching
36850npm verb addNamed ">=4.0.2 <4.1.0" is a valid semver range for glob
36851npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
36852npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for graceful-fs
36853npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
36854npm verb addNamed "0.5.0" is a plain semver version for mkdirp
36855npm verb addNameVersion registry:http://registry.npmjs.org/mkdirp not in flight; fetching
36856npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for nopt
36857npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
36858npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for q
36859npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
36860npm verb addNamed ">=2.42.0 <2.43.0" is a valid semver range for request
36861npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
36862npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for rimraf
36863npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
36864npm verb request uri http://registry.npmjs.org/archy
36865npm verb request no auth needed
36866npm info attempt registry request try #1 at 19:25:50
36867npm http request GET http://registry.npmjs.org/archy
36868npm verb request uri http://registry.npmjs.org/bower-config
36869npm verb request no auth needed
36870npm info attempt registry request try #1 at 19:25:50
36871npm http request GET http://registry.npmjs.org/bower-config
36872npm verb request uri http://registry.npmjs.org/bower-endpoint-parser
36873npm verb request no auth needed
36874npm info attempt registry request try #1 at 19:25:50
36875npm http request GET http://registry.npmjs.org/bower-endpoint-parser
36876npm verb request uri http://registry.npmjs.org/bower-json
36877npm verb request no auth needed
36878npm info attempt registry request try #1 at 19:25:50
36879npm http request GET http://registry.npmjs.org/bower-json
36880npm verb request uri http://registry.npmjs.org/bower-logger
36881npm verb request no auth needed
36882npm info attempt registry request try #1 at 19:25:50
36883npm http request GET http://registry.npmjs.org/bower-logger
36884npm verb request uri http://registry.npmjs.org/bower-registry-client
36885npm verb request no auth needed
36886npm info attempt registry request try #1 at 19:25:50
36887npm http request GET http://registry.npmjs.org/bower-registry-client
36888npm verb request uri http://registry.npmjs.org/cardinal
36889npm verb request no auth needed
36890npm info attempt registry request try #1 at 19:25:50
36891npm http request GET http://registry.npmjs.org/cardinal
36892npm verb request uri http://registry.npmjs.org/chmodr
36893npm verb request no auth needed
36894npm info attempt registry request try #1 at 19:25:50
36895npm http request GET http://registry.npmjs.org/chmodr
36896npm verb request uri http://registry.npmjs.org/decompress-zip
36897npm verb request no auth needed
36898npm info attempt registry request try #1 at 19:25:50
36899npm http request GET http://registry.npmjs.org/decompress-zip
36900npm verb request uri http://registry.npmjs.org/fstream-ignore
36901npm verb request no auth needed
36902npm info attempt registry request try #1 at 19:25:50
36903npm http request GET http://registry.npmjs.org/fstream-ignore
36904npm verb request uri http://registry.npmjs.org/handlebars
36905npm verb request no auth needed
36906npm info attempt registry request try #1 at 19:25:50
36907npm http request GET http://registry.npmjs.org/handlebars
36908npm verb request uri http://registry.npmjs.org/inquirer
36909npm verb request no auth needed
36910npm info attempt registry request try #1 at 19:25:50
36911npm http request GET http://registry.npmjs.org/inquirer
36912npm verb request uri http://registry.npmjs.org/insight
36913npm verb request no auth needed
36914npm info attempt registry request try #1 at 19:25:50
36915npm http request GET http://registry.npmjs.org/insight
36916npm verb request uri http://registry.npmjs.org/is-root
36917npm verb request no auth needed
36918npm info attempt registry request try #1 at 19:25:50
36919npm http request GET http://registry.npmjs.org/is-root
36920npm verb request uri http://registry.npmjs.org/junk
36921npm verb request no auth needed
36922npm info attempt registry request try #1 at 19:25:50
36923npm http request GET http://registry.npmjs.org/junk
36924npm verb request uri http://registry.npmjs.org/lockfile
36925npm verb request no auth needed
36926npm info attempt registry request try #1 at 19:25:50
36927npm http request GET http://registry.npmjs.org/lockfile
36928npm verb request uri http://registry.npmjs.org/mout
36929npm verb request no auth needed
36930npm info attempt registry request try #1 at 19:25:50
36931npm http request GET http://registry.npmjs.org/mout
36932npm verb request uri http://registry.npmjs.org/opn
36933npm verb request no auth needed
36934npm info attempt registry request try #1 at 19:25:50
36935npm http request GET http://registry.npmjs.org/opn
36936npm verb request uri http://registry.npmjs.org/osenv
36937npm verb request no auth needed
36938npm info attempt registry request try #1 at 19:25:50
36939npm http request GET http://registry.npmjs.org/osenv
36940npm verb request uri http://registry.npmjs.org/p-throttler
36941npm verb request no auth needed
36942npm info attempt registry request try #1 at 19:25:50
36943npm http request GET http://registry.npmjs.org/p-throttler
36944npm verb request uri http://registry.npmjs.org/promptly
36945npm verb request no auth needed
36946npm info attempt registry request try #1 at 19:25:51
36947npm http request GET http://registry.npmjs.org/promptly
36948npm verb request uri http://registry.npmjs.org/request-progress
36949npm verb request no auth needed
36950npm info attempt registry request try #1 at 19:25:51
36951npm http request GET http://registry.npmjs.org/request-progress
36952npm verb request uri http://registry.npmjs.org/retry
36953npm verb request no auth needed
36954npm info attempt registry request try #1 at 19:25:51
36955npm http request GET http://registry.npmjs.org/retry
36956npm verb request uri http://registry.npmjs.org/shell-quote
36957npm verb request no auth needed
36958npm info attempt registry request try #1 at 19:25:51
36959npm http request GET http://registry.npmjs.org/shell-quote
36960npm verb request uri http://registry.npmjs.org/stringify-object
36961npm verb request no auth needed
36962npm info attempt registry request try #1 at 19:25:51
36963npm http request GET http://registry.npmjs.org/stringify-object
36964npm verb request uri http://registry.npmjs.org/tar-fs
36965npm verb request no auth needed
36966npm info attempt registry request try #1 at 19:25:51
36967npm http request GET http://registry.npmjs.org/tar-fs
36968npm verb request uri http://registry.npmjs.org/tmp
36969npm verb request no auth needed
36970npm info attempt registry request try #1 at 19:25:51
36971npm http request GET http://registry.npmjs.org/tmp
36972npm verb request uri http://registry.npmjs.org/update-notifier
36973npm verb request no auth needed
36974npm info attempt registry request try #1 at 19:25:51
36975npm http request GET http://registry.npmjs.org/update-notifier
36976npm verb request uri http://registry.npmjs.org/chalk
36977npm verb request no auth needed
36978npm info attempt registry request try #1 at 19:25:51
36979npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
36980npm http request GET http://registry.npmjs.org/chalk
36981npm verb request uri http://registry.npmjs.org/fstream
36982npm verb request no auth needed
36983npm info attempt registry request try #1 at 19:25:51
36984npm verb etag "BVLXX1GMS5PIFGE6CRP0K1FVB"
36985npm http request GET http://registry.npmjs.org/fstream
36986npm verb request uri http://registry.npmjs.org/glob
36987npm verb request no auth needed
36988npm info attempt registry request try #1 at 19:25:51
36989npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
36990npm http request GET http://registry.npmjs.org/glob
36991npm verb request uri http://registry.npmjs.org/graceful-fs
36992npm verb request no auth needed
36993npm info attempt registry request try #1 at 19:25:51
36994npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
36995npm http request GET http://registry.npmjs.org/graceful-fs
36996npm verb request uri http://registry.npmjs.org/mkdirp
36997npm verb request no auth needed
36998npm info attempt registry request try #1 at 19:25:51
36999npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
37000npm http request GET http://registry.npmjs.org/mkdirp
37001npm verb request uri http://registry.npmjs.org/nopt
37002npm verb request no auth needed
37003npm info attempt registry request try #1 at 19:25:51
37004npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
37005npm http request GET http://registry.npmjs.org/nopt
37006npm verb request uri http://registry.npmjs.org/q
37007npm verb request no auth needed
37008npm info attempt registry request try #1 at 19:25:51
37009npm verb etag "5IOO0153MVIX8ZOINFF1RYLY3"
37010npm http request GET http://registry.npmjs.org/q
37011npm verb request uri http://registry.npmjs.org/request
37012npm verb request no auth needed
37013npm info attempt registry request try #1 at 19:25:51
37014npm verb etag "41O2YUQ0F957MF7HVJELBZYE5"
37015npm http request GET http://registry.npmjs.org/request
37016npm verb request uri http://registry.npmjs.org/rimraf
37017npm verb request no auth needed
37018npm info attempt registry request try #1 at 19:25:51
37019npm verb etag "8TBZMSTO6MKWV26CBWA5N5MR6"
37020npm http request GET http://registry.npmjs.org/rimraf
37021npm http 200 http://registry.npmjs.org/archy
37022npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37023npm verb headers etag: '"85DMUW5Y4D44RL2LB4Z5BH2OJ"',
37024npm verb headers 'content-type': 'application/json',
37025npm verb headers 'cache-control': 'max-age=60',
37026npm verb headers 'content-length': '6921',
37027npm verb headers 'accept-ranges': 'bytes',
37028npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37029npm verb headers age: '12',
37030npm verb headers 'x-served-by': 'cache-fra1237-FRA',
37031npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37032npm verb headers 'x-cache-hits': '1',
37033npm verb headers 'x-timer': 'S1451417151.063656,VS0,VE0',
37034npm verb headers vary: 'Accept',
37035npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
37036npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37037npm verb headers connection: 'keep-alive' }
37038npm verb get saving archy to /root/.npm/registry.npmjs.org/archy/.cache.json
37039npm http 200 http://registry.npmjs.org/bower-config
37040npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37041npm verb headers etag: '"BUD9F4SVWVMMJCIVICVO2MDA"',
37042npm verb headers 'content-type': 'application/json',
37043npm verb headers 'cache-control': 'max-age=300',
37044npm verb headers 'content-length': '42786',
37045npm verb headers 'accept-ranges': 'bytes',
37046npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37047npm verb headers age: '16',
37048npm verb headers 'x-served-by': 'cache-fra1227-FRA',
37049npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37050npm verb headers 'x-cache-hits': '1',
37051npm verb headers 'x-timer': 'S1451417151.063902,VS0,VE0',
37052npm verb headers vary: 'Accept',
37053npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37054npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37055npm verb headers connection: 'keep-alive' }
37056npm verb get saving bower-config to /root/.npm/registry.npmjs.org/bower-config/.cache.json
37057npm http 200 http://registry.npmjs.org/bower-endpoint-parser
37058npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37059npm verb headers etag: '"3FMNLCPGK26OHT574O3Y97XJ3"',
37060npm verb headers 'content-type': 'application/json',
37061npm verb headers 'cache-control': 'max-age=300',
37062npm verb headers 'content-length': '9539',
37063npm verb headers 'accept-ranges': 'bytes',
37064npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37065npm verb headers age: '162',
37066npm verb headers 'x-served-by': 'cache-fra1227-FRA',
37067npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37068npm verb headers 'x-cache-hits': '1',
37069npm verb headers 'x-timer': 'S1451417151.064656,VS0,VE0',
37070npm verb headers vary: 'Accept',
37071npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37072npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37073npm verb headers connection: 'keep-alive' }
37074npm verb get saving bower-endpoint-parser to /root/.npm/registry.npmjs.org/bower-endpoint-parser/.cache.json
37075npm http 200 http://registry.npmjs.org/chmodr
37076npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37077npm verb headers etag: '"AAYDZ1MNUPNS31X5K6PARAFT3"',
37078npm verb headers 'content-type': 'application/json',
37079npm verb headers 'cache-control': 'max-age=300',
37080npm verb headers 'content-length': '6814',
37081npm verb headers 'accept-ranges': 'bytes',
37082npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37083npm verb headers age: '294',
37084npm verb headers 'x-served-by': 'cache-fra1246-FRA',
37085npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37086npm verb headers 'x-cache-hits': '1',
37087npm verb headers 'x-timer': 'S1451417151.089084,VS0,VE0',
37088npm verb headers vary: 'Accept',
37089npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37090npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37091npm verb headers connection: 'keep-alive' }
37092npm verb get saving chmodr to /root/.npm/registry.npmjs.org/chmodr/.cache.json
37093npm http 200 http://registry.npmjs.org/inquirer
37094npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37095npm verb headers etag: '"4N9E33THRPEMUH6DN1V2YOX41"',
37096npm verb headers 'content-type': 'application/json',
37097npm verb headers 'cache-control': 'max-age=300',
37098npm verb headers 'content-length': '64400',
37099npm verb headers 'accept-ranges': 'bytes',
37100npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37101npm verb headers age: '250',
37102npm verb headers 'x-served-by': 'cache-fra1244-FRA',
37103npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37104npm verb headers 'x-cache-hits': '2',
37105npm verb headers 'x-timer': 'S1451417151.089947,VS0,VE0',
37106npm verb headers vary: 'Accept',
37107npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37108npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37109npm verb headers connection: 'keep-alive' }
37110npm verb get saving inquirer to /root/.npm/registry.npmjs.org/inquirer/.cache.json
37111npm http 200 http://registry.npmjs.org/handlebars
37112npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37113npm verb headers etag: '"BB4TDZC0U7NUOC53LLJH94QJW"',
37114npm verb headers 'content-type': 'application/json',
37115npm verb headers 'cache-control': 'max-age=300',
37116npm verb headers 'content-length': '61367',
37117npm verb headers 'accept-ranges': 'bytes',
37118npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37119npm verb headers age: '124',
37120npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37121npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37122npm verb headers 'x-cache-hits': '1',
37123npm verb headers 'x-timer': 'S1451417151.089272,VS0,VE0',
37124npm verb headers vary: 'Accept',
37125npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37126npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37127npm verb headers connection: 'keep-alive' }
37128npm verb get saving handlebars to /root/.npm/registry.npmjs.org/handlebars/.cache.json
37129npm http 200 http://registry.npmjs.org/fstream-ignore
37130npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37131npm verb headers etag: '"34RZ7DGAOST31BEITD659U4HH"',
37132npm verb headers 'content-type': 'application/json',
37133npm verb headers 'cache-control': 'max-age=300',
37134npm verb headers 'content-length': '15280',
37135npm verb headers 'accept-ranges': 'bytes',
37136npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37137npm verb headers age: '161',
37138npm verb headers 'x-served-by': 'cache-fra1222-FRA',
37139npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37140npm verb headers 'x-cache-hits': '1',
37141npm verb headers 'x-timer': 'S1451417151.089786,VS0,VE0',
37142npm verb headers vary: 'Accept',
37143npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37144npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37145npm verb headers connection: 'keep-alive' }
37146npm verb get saving fstream-ignore to /root/.npm/registry.npmjs.org/fstream-ignore/.cache.json
37147npm http 200 http://registry.npmjs.org/decompress-zip
37148npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37149npm verb headers etag: '"2M7H3WFIXPP6S2KXGACIHPOQM"',
37150npm verb headers 'content-type': 'application/json',
37151npm verb headers 'cache-control': 'max-age=300',
37152npm verb headers 'content-length': '18314',
37153npm verb headers 'accept-ranges': 'bytes',
37154npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37155npm verb headers age: '294',
37156npm verb headers 'x-served-by': 'cache-fra1235-FRA',
37157npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37158npm verb headers 'x-cache-hits': '1',
37159npm verb headers 'x-timer': 'S1451417151.090041,VS0,VE0',
37160npm verb headers vary: 'Accept',
37161npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37162npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37163npm verb headers connection: 'keep-alive' }
37164npm verb get saving decompress-zip to /root/.npm/registry.npmjs.org/decompress-zip/.cache.json
37165npm http 200 http://registry.npmjs.org/is-root
37166npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37167npm verb headers etag: '"CWOW548IXZ8XYVS8KMOI0A0QQ"',
37168npm verb headers 'content-type': 'application/json',
37169npm verb headers 'cache-control': 'max-age=300',
37170npm verb headers 'content-length': '3415',
37171npm verb headers 'accept-ranges': 'bytes',
37172npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37173npm verb headers age: '190',
37174npm verb headers 'x-served-by': 'cache-fra1220-FRA',
37175npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37176npm verb headers 'x-cache-hits': '1',
37177npm verb headers 'x-timer': 'S1451417151.090631,VS0,VE0',
37178npm verb headers vary: 'Accept',
37179npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
37180npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37181npm verb headers connection: 'keep-alive' }
37182npm verb get saving is-root to /root/.npm/registry.npmjs.org/is-root/.cache.json
37183npm http 200 http://registry.npmjs.org/insight
37184npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37185npm verb headers etag: '"8TYMCKI1JVWCMKAJG68TK6BSU"',
37186npm verb headers 'content-type': 'application/json',
37187npm verb headers 'cache-control': 'max-age=300',
37188npm verb headers 'content-length': '31477',
37189npm verb headers 'accept-ranges': 'bytes',
37190npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37191npm verb headers age: '253',
37192npm verb headers 'x-served-by': 'cache-fra1243-FRA',
37193npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37194npm verb headers 'x-cache-hits': '1',
37195npm verb headers 'x-timer': 'S1451417151.090711,VS0,VE0',
37196npm verb headers vary: 'Accept',
37197npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37198npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37199npm verb headers connection: 'keep-alive' }
37200npm verb get saving insight to /root/.npm/registry.npmjs.org/insight/.cache.json
37201npm http 200 http://registry.npmjs.org/bower-json
37202npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37203npm verb headers etag: '"9GD7W4TQAG79KGJEQASHHAYZS"',
37204npm verb headers 'content-type': 'application/json',
37205npm verb headers 'cache-control': 'max-age=300',
37206npm verb headers 'content-length': '11946',
37207npm verb headers 'accept-ranges': 'bytes',
37208npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37209npm verb headers age: '160',
37210npm verb headers 'x-served-by': 'cache-fra1237-FRA',
37211npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37212npm verb headers 'x-cache-hits': '1',
37213npm verb headers 'x-timer': 'S1451417151.091580,VS0,VE0',
37214npm verb headers vary: 'Accept',
37215npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37216npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37217npm verb headers connection: 'keep-alive' }
37218npm verb get saving bower-json to /root/.npm/registry.npmjs.org/bower-json/.cache.json
37219npm http 200 http://registry.npmjs.org/junk
37220npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37221npm verb headers etag: '"8ENIG96XFTBPBWNVIEYG8JXCC"',
37222npm verb headers 'content-type': 'application/json',
37223npm verb headers 'cache-control': 'max-age=300',
37224npm verb headers 'content-length': '10024',
37225npm verb headers 'accept-ranges': 'bytes',
37226npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37227npm verb headers age: '40',
37228npm verb headers 'x-served-by': 'cache-fra1248-FRA',
37229npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37230npm verb headers 'x-cache-hits': '1',
37231npm verb headers 'x-timer': 'S1451417151.091635,VS0,VE0',
37232npm verb headers vary: 'Accept',
37233npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37234npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37235npm verb headers connection: 'keep-alive' }
37236npm verb get saving junk to /root/.npm/registry.npmjs.org/junk/.cache.json
37237npm http 200 http://registry.npmjs.org/bower-logger
37238npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37239npm verb headers etag: '"7ROYKUJCAJOZ48EV18DJTGE28"',
37240npm verb headers 'content-type': 'application/json',
37241npm verb headers 'cache-control': 'max-age=300',
37242npm verb headers 'content-length': '8233',
37243npm verb headers 'accept-ranges': 'bytes',
37244npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37245npm verb headers age: '161',
37246npm verb headers 'x-served-by': 'cache-fra1231-FRA',
37247npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37248npm verb headers 'x-cache-hits': '1',
37249npm verb headers 'x-timer': 'S1451417151.091901,VS0,VE0',
37250npm verb headers vary: 'Accept',
37251npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37252npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37253npm verb headers connection: 'keep-alive' }
37254npm verb get saving bower-logger to /root/.npm/registry.npmjs.org/bower-logger/.cache.json
37255npm http 200 http://registry.npmjs.org/tar-fs
37256npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37257npm verb headers etag: '"7Y3FBXLQEQNL9ZFQBN45AF4OB"',
37258npm verb headers 'content-type': 'application/json',
37259npm verb headers 'cache-control': 'max-age=300',
37260npm verb headers 'content-length': '38895',
37261npm verb headers 'accept-ranges': 'bytes',
37262npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37263npm verb headers age: '293',
37264npm verb headers 'x-served-by': 'cache-fra1230-FRA',
37265npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37266npm verb headers 'x-cache-hits': '1',
37267npm verb headers 'x-timer': 'S1451417151.092568,VS0,VE0',
37268npm verb headers vary: 'Accept',
37269npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37270npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37271npm verb headers connection: 'keep-alive' }
37272npm verb get saving tar-fs to /root/.npm/registry.npmjs.org/tar-fs/.cache.json
37273npm http 200 http://registry.npmjs.org/tmp
37274npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37275npm verb headers etag: '"94E0AUDAPYNDXZ0481TGS791C"',
37276npm verb headers 'content-type': 'application/json',
37277npm verb headers 'cache-control': 'max-age=300',
37278npm verb headers 'content-length': '37355',
37279npm verb headers 'accept-ranges': 'bytes',
37280npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37281npm verb headers age: '223',
37282npm verb headers 'x-served-by': 'cache-fra1222-FRA',
37283npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37284npm verb headers 'x-cache-hits': '2',
37285npm verb headers 'x-timer': 'S1451417151.092347,VS0,VE0',
37286npm verb headers vary: 'Accept',
37287npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
37288npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37289npm verb headers connection: 'keep-alive' }
37290npm verb get saving tmp to /root/.npm/registry.npmjs.org/tmp/.cache.json
37291npm http 200 http://registry.npmjs.org/retry
37292npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37293npm verb headers etag: '"18SYY9Q83HXNOONXZZ24MFKO7"',
37294npm verb headers 'content-type': 'application/json',
37295npm verb headers 'cache-control': 'max-age=300',
37296npm verb headers 'content-length': '16827',
37297npm verb headers 'accept-ranges': 'bytes',
37298npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37299npm verb headers age: '247',
37300npm verb headers 'x-served-by': 'cache-fra1240-FRA',
37301npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37302npm verb headers 'x-cache-hits': '1',
37303npm verb headers 'x-timer': 'S1451417151.092177,VS0,VE0',
37304npm verb headers vary: 'Accept',
37305npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37306npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37307npm verb headers connection: 'keep-alive' }
37308npm verb get saving retry to /root/.npm/registry.npmjs.org/retry/.cache.json
37309npm http 200 http://registry.npmjs.org/cardinal
37310npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37311npm verb headers etag: '"3MGDHVGVUIPY41ADEVJQR41VA"',
37312npm verb headers 'content-type': 'application/json',
37313npm verb headers 'cache-control': 'max-age=300',
37314npm verb headers 'content-length': '22212',
37315npm verb headers 'accept-ranges': 'bytes',
37316npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37317npm verb headers age: '120',
37318npm verb headers 'x-served-by': 'cache-fra1226-FRA',
37319npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37320npm verb headers 'x-cache-hits': '1',
37321npm verb headers 'x-timer': 'S1451417151.092027,VS0,VE0',
37322npm verb headers vary: 'Accept',
37323npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37324npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37325npm verb headers connection: 'keep-alive' }
37326npm verb get saving cardinal to /root/.npm/registry.npmjs.org/cardinal/.cache.json
37327npm http 200 http://registry.npmjs.org/shell-quote
37328npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37329npm verb headers etag: '"DL9YS7S3YWMPYWIWBBWEYC3UU"',
37330npm verb headers 'content-type': 'application/json',
37331npm verb headers 'cache-control': 'max-age=60',
37332npm verb headers 'content-length': '18098',
37333npm verb headers 'accept-ranges': 'bytes',
37334npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37335npm verb headers age: '51',
37336npm verb headers 'x-served-by': 'cache-fra1240-FRA',
37337npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37338npm verb headers 'x-cache-hits': '1',
37339npm verb headers 'x-timer': 'S1451417151.092601,VS0,VE0',
37340npm verb headers vary: 'Accept',
37341npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
37342npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37343npm verb headers connection: 'keep-alive' }
37344npm verb get saving shell-quote to /root/.npm/registry.npmjs.org/shell-quote/.cache.json
37345npm http 304 http://registry.npmjs.org/chalk
37346npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
37347npm verb headers 'content-type': 'application/json',
37348npm verb headers age: '113',
37349npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
37350npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37351npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
37352npm verb headers connection: 'keep-alive' }
37353npm verb etag http://registry.npmjs.org/chalk from cache
37354npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
37355npm http 304 http://registry.npmjs.org/fstream
37356npm verb headers { date: 'Tue, 29 Dec 2015 19:25:12 GMT',
37357npm verb headers 'content-type': 'application/json',
37358npm verb headers age: '108',
37359npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
37360npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37361npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
37362npm verb headers connection: 'keep-alive' }
37363npm verb etag http://registry.npmjs.org/fstream from cache
37364npm verb get saving fstream to /root/.npm/registry.npmjs.org/fstream/.cache.json
37365npm http 304 http://registry.npmjs.org/graceful-fs
37366npm verb headers { date: 'Tue, 29 Dec 2015 19:25:00 GMT',
37367npm verb headers 'content-type': 'application/json',
37368npm verb headers age: '79',
37369npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
37370npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37371npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
37372npm verb headers connection: 'keep-alive' }
37373npm verb etag http://registry.npmjs.org/graceful-fs from cache
37374npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
37375npm http 304 http://registry.npmjs.org/nopt
37376npm verb headers { date: 'Tue, 29 Dec 2015 19:23:26 GMT',
37377npm verb headers 'content-type': 'application/json',
37378npm verb headers age: '178',
37379npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
37380npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37381npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
37382npm verb headers connection: 'keep-alive' }
37383npm verb etag http://registry.npmjs.org/nopt from cache
37384npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
37385npm http 304 http://registry.npmjs.org/q
37386npm verb headers { date: 'Tue, 29 Dec 2015 19:25:14 GMT',
37387npm verb headers 'content-type': 'application/json',
37388npm verb headers age: '57',
37389npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
37390npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37391npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
37392npm verb headers connection: 'keep-alive' }
37393npm verb etag http://registry.npmjs.org/q from cache
37394npm verb get saving q to /root/.npm/registry.npmjs.org/q/.cache.json
37395npm http 304 http://registry.npmjs.org/request
37396npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
37397npm verb headers 'content-type': 'application/json',
37398npm verb headers age: '110',
37399npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
37400npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37401npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
37402npm verb headers connection: 'keep-alive' }
37403npm verb etag http://registry.npmjs.org/request from cache
37404npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
37405npm http 304 http://registry.npmjs.org/mkdirp
37406npm verb headers { date: 'Tue, 29 Dec 2015 19:23:28 GMT',
37407npm verb headers 'content-type': 'application/json',
37408npm verb headers age: '259',
37409npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
37410npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37411npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
37412npm verb headers connection: 'keep-alive' }
37413npm verb etag http://registry.npmjs.org/mkdirp from cache
37414npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
37415npm http 200 http://registry.npmjs.org/mout
37416npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37417npm verb headers etag: '"6ZGD57FAZ6ZAFSXX44MFX6OEJ"',
37418npm verb headers 'content-type': 'application/json',
37419npm verb headers 'cache-control': 'max-age=300',
37420npm verb headers 'content-length': '29560',
37421npm verb headers 'accept-ranges': 'bytes',
37422npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37423npm verb headers age: '222',
37424npm verb headers 'x-served-by': 'cache-fra1243-FRA',
37425npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37426npm verb headers 'x-cache-hits': '1',
37427npm verb headers 'x-timer': 'S1451417151.091716,VS0,VE0',
37428npm verb headers vary: 'Accept',
37429npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37430npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37431npm verb headers connection: 'keep-alive' }
37432npm verb get saving mout to /root/.npm/registry.npmjs.org/mout/.cache.json
37433npm http 304 http://registry.npmjs.org/glob
37434npm verb headers { date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37435npm verb headers 'cache-control': 'max-age=300',
37436npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
37437npm verb headers age: '30',
37438npm verb headers 'x-served-by': 'cache-fra1220-FRA',
37439npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37440npm verb headers 'x-cache-hits': '2',
37441npm verb headers 'x-timer': 'S1451417151.140581,VS0,VE0',
37442npm verb headers vary: 'Accept',
37443npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37444npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37445npm verb headers connection: 'keep-alive' }
37446npm verb etag http://registry.npmjs.org/glob from cache
37447npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
37448npm http 200 http://registry.npmjs.org/update-notifier
37449npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37450npm verb headers etag: '"9RFA8JL01WJUWTUI9VY20VYNQ"',
37451npm verb headers 'content-type': 'application/json',
37452npm verb headers 'cache-control': 'max-age=300',
37453npm verb headers 'content-length': '34713',
37454npm verb headers 'accept-ranges': 'bytes',
37455npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37456npm verb headers age: '219',
37457npm verb headers 'x-served-by': 'cache-fra1236-FRA',
37458npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37459npm verb headers 'x-cache-hits': '4',
37460npm verb headers 'x-timer': 'S1451417151.092579,VS0,VE0',
37461npm verb headers vary: 'Accept',
37462npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37463npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37464npm verb headers connection: 'keep-alive' }
37465npm verb get saving update-notifier to /root/.npm/registry.npmjs.org/update-notifier/.cache.json
37466npm http 200 http://registry.npmjs.org/promptly
37467npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37468npm verb headers etag: '"7NGV0RMVG3DZOJZURJZNM3IEY"',
37469npm verb headers 'content-type': 'application/json',
37470npm verb headers 'cache-control': 'max-age=300',
37471npm verb headers 'content-length': '9826',
37472npm verb headers 'accept-ranges': 'bytes',
37473npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37474npm verb headers age: '293',
37475npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37476npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37477npm verb headers 'x-cache-hits': '1',
37478npm verb headers 'x-timer': 'S1451417151.092557,VS0,VE0',
37479npm verb headers vary: 'Accept',
37480npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37481npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37482npm verb headers connection: 'keep-alive' }
37483npm verb get saving promptly to /root/.npm/registry.npmjs.org/promptly/.cache.json
37484npm http 304 http://registry.npmjs.org/rimraf
37485npm verb headers { date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37486npm verb headers 'cache-control': 'max-age=300',
37487npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
37488npm verb headers age: '19',
37489npm verb headers 'x-served-by': 'cache-fra1236-FRA',
37490npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37491npm verb headers 'x-cache-hits': '1',
37492npm verb headers 'x-timer': 'S1451417151.296688,VS0,VE0',
37493npm verb headers vary: 'Accept',
37494npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37495npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37496npm verb headers connection: 'keep-alive' }
37497npm verb etag http://registry.npmjs.org/rimraf from cache
37498npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
37499npm http 200 http://registry.npmjs.org/osenv
37500npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37501npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
37502npm verb headers 'content-type': 'application/json',
37503npm verb headers 'cache-control': 'max-age=60',
37504npm verb headers 'content-length': '9454',
37505npm verb headers 'accept-ranges': 'bytes',
37506npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37507npm verb headers age: '38',
37508npm verb headers 'x-served-by': 'cache-fra1224-FRA',
37509npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37510npm verb headers 'x-cache-hits': '1',
37511npm verb headers 'x-timer': 'S1451417151.091739,VS0,VE0',
37512npm verb headers vary: 'Accept',
37513npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
37514npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37515npm verb headers connection: 'keep-alive' }
37516npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
37517npm http 200 http://registry.npmjs.org/request-progress
37518npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37519npm verb headers etag: '"6EOGJGB8CLEDDBKU4TTN42PMS"',
37520npm verb headers 'content-type': 'application/json',
37521npm verb headers 'cache-control': 'max-age=60',
37522npm verb headers 'content-length': '12204',
37523npm verb headers 'accept-ranges': 'bytes',
37524npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37525npm verb headers age: '10',
37526npm verb headers 'x-served-by': 'cache-fra1223-FRA',
37527npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37528npm verb headers 'x-cache-hits': '1',
37529npm verb headers 'x-timer': 'S1451417151.092124,VS0,VE0',
37530npm verb headers vary: 'Accept',
37531npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
37532npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37533npm verb headers connection: 'keep-alive' }
37534npm verb get saving request-progress to /root/.npm/registry.npmjs.org/request-progress/.cache.json
37535npm http 200 http://registry.npmjs.org/lockfile
37536npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37537npm verb headers etag: '"B13JVGULE5JXKWBACU49G8DZZ"',
37538npm verb headers 'content-type': 'application/json',
37539npm verb headers 'cache-control': 'max-age=300',
37540npm verb headers 'content-length': '18602',
37541npm verb headers 'accept-ranges': 'bytes',
37542npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37543npm verb headers age: '161',
37544npm verb headers 'x-served-by': 'cache-fra1230-FRA',
37545npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37546npm verb headers 'x-cache-hits': '1',
37547npm verb headers 'x-timer': 'S1451417151.091900,VS0,VE0',
37548npm verb headers vary: 'Accept',
37549npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37550npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37551npm verb headers connection: 'keep-alive' }
37552npm verb get saving lockfile to /root/.npm/registry.npmjs.org/lockfile/.cache.json
37553npm http 200 http://registry.npmjs.org/opn
37554npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37555npm verb headers etag: '"8E0AO1L5Q5PL5YJL9HKR0312V"',
37556npm verb headers 'content-type': 'application/json',
37557npm verb headers 'cache-control': 'max-age=300',
37558npm verb headers 'content-length': '18496',
37559npm verb headers 'accept-ranges': 'bytes',
37560npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37561npm verb headers age: '253',
37562npm verb headers 'x-served-by': 'cache-fra1230-FRA',
37563npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37564npm verb headers 'x-cache-hits': '1',
37565npm verb headers 'x-timer': 'S1451417151.091763,VS0,VE0',
37566npm verb headers vary: 'Accept',
37567npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37568npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37569npm verb headers connection: 'keep-alive' }
37570npm verb get saving opn to /root/.npm/registry.npmjs.org/opn/.cache.json
37571npm http 200 http://registry.npmjs.org/bower-registry-client
37572npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37573npm verb headers etag: '"9IEK7L3XLJTVLC6OM2D10PHMN"',
37574npm verb headers 'content-type': 'application/json',
37575npm verb headers 'cache-control': 'max-age=300',
37576npm verb headers 'content-length': '31792',
37577npm verb headers 'accept-ranges': 'bytes',
37578npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37579npm verb headers age: '161',
37580npm verb headers 'x-served-by': 'cache-fra1234-FRA',
37581npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37582npm verb headers 'x-cache-hits': '1',
37583npm verb headers 'x-timer': 'S1451417151.091839,VS0,VE0',
37584npm verb headers vary: 'Accept',
37585npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37586npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37587npm verb headers connection: 'keep-alive' }
37588npm verb get saving bower-registry-client to /root/.npm/registry.npmjs.org/bower-registry-client/.cache.json
37589npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
37590npm verb addNamed "1.0.8" is a plain semver version for fstream
37591npm verb addNamed "3.0.6" is a plain semver version for nopt
37592npm verb addNamed "4.0.6" is a plain semver version for glob
37593npm verb addNamed "1.0.1" is a plain semver version for q
37594npm verb addNamed "2.42.0" is a plain semver version for request
37595npm verb cache add spec bower-endpoint-parser@~0.2.2
37596npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for bower-endpoint-parser
37597npm verb addNameRange registry:http://registry.npmjs.org/bower-endpoint-parser not in flight; fetching
37598npm verb cache add spec archy@0.0.2
37599npm verb addNamed "0.0.2" is a plain semver version for archy
37600npm verb addNameVersion registry:http://registry.npmjs.org/archy not in flight; fetching
37601npm verb cache add spec chmodr@0.1.0
37602npm verb addNamed "0.1.0" is a plain semver version for chmodr
37603npm verb addNameVersion registry:http://registry.npmjs.org/chmodr not in flight; fetching
37604npm verb cache add spec bower-config@~0.5.2
37605npm verb addNamed ">=0.5.2 <0.6.0" is a valid semver range for bower-config
37606npm verb addNameRange registry:http://registry.npmjs.org/bower-config not in flight; fetching
37607npm verb cache add spec fstream-ignore@~1.0.1
37608npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for fstream-ignore
37609npm verb addNameRange registry:http://registry.npmjs.org/fstream-ignore not in flight; fetching
37610npm verb cache add spec handlebars@~2.0.0
37611npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for handlebars
37612npm verb addNameRange registry:http://registry.npmjs.org/handlebars not in flight; fetching
37613npm verb cache add spec inquirer@0.7.1
37614npm verb addNamed "0.7.1" is a plain semver version for inquirer
37615npm verb addNameVersion registry:http://registry.npmjs.org/inquirer not in flight; fetching
37616npm verb cache add spec decompress-zip@0.0.8
37617npm verb addNamed "0.0.8" is a plain semver version for decompress-zip
37618npm verb addNameVersion registry:http://registry.npmjs.org/decompress-zip not in flight; fetching
37619npm verb cache add spec insight@0.4.3
37620npm verb addNamed "0.4.3" is a plain semver version for insight
37621npm verb addNameVersion registry:http://registry.npmjs.org/insight not in flight; fetching
37622npm verb cache add spec is-root@~1.0.0
37623npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for is-root
37624npm verb addNameRange registry:http://registry.npmjs.org/is-root not in flight; fetching
37625npm verb cache add spec bower-json@~0.4.0
37626npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for bower-json
37627npm verb addNameRange registry:http://registry.npmjs.org/bower-json not in flight; fetching
37628npm verb cache add spec bower-logger@~0.2.2
37629npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for bower-logger
37630npm verb addNameRange registry:http://registry.npmjs.org/bower-logger not in flight; fetching
37631npm verb cache add spec junk@~1.0.0
37632npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for junk
37633npm verb addNameRange registry:http://registry.npmjs.org/junk not in flight; fetching
37634npm verb cache add spec tar-fs@0.5.2
37635npm verb addNamed "0.5.2" is a plain semver version for tar-fs
37636npm verb addNameVersion registry:http://registry.npmjs.org/tar-fs not in flight; fetching
37637npm verb cache add spec tmp@0.0.23
37638npm verb addNamed "0.0.23" is a plain semver version for tmp
37639npm verb addNameVersion registry:http://registry.npmjs.org/tmp not in flight; fetching
37640npm verb cache add spec retry@0.6.0
37641npm verb addNamed "0.6.0" is a plain semver version for retry
37642npm verb addNameVersion registry:http://registry.npmjs.org/retry not in flight; fetching
37643npm verb cache add spec shell-quote@~1.4.1
37644npm verb addNamed ">=1.4.1 <1.5.0" is a valid semver range for shell-quote
37645npm verb addNameRange registry:http://registry.npmjs.org/shell-quote not in flight; fetching
37646npm verb cache add spec cardinal@0.4.0
37647npm verb addNamed "0.4.0" is a plain semver version for cardinal
37648npm verb addNameVersion registry:http://registry.npmjs.org/cardinal not in flight; fetching
37649npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.5.0.tgz not in flight; adding
37650npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.5.0.tgz',
37651npm verb addRemoteTarball '375dfccbc21c0a60a8b61bc5b78f3dc2a55c212f' ]
37652npm verb addRemoteTarball http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz not in flight; adding
37653npm verb addRemoteTarball [ 'http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz',
37654npm verb addRemoteTarball '7e8d7a73abb3647ef36e4b8a15ca801dba03d038' ]
37655npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-4.0.6.tgz not in flight; adding
37656npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-4.0.6.tgz',
37657npm verb addRemoteTarball '695c50bdd4e2fb5c5d370b091f388d3707e291a7' ]
37658npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz not in flight; adding
37659npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz',
37660npm verb addRemoteTarball '1d73076a6df986cd9344e15e71fcc05a4c9abf12' ]
37661npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-1.0.1.tgz not in flight; adding
37662npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-1.0.1.tgz',
37663npm verb addRemoteTarball '11872aeedee89268110b10a718448ffb10112a14' ]
37664npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.42.0.tgz not in flight; adding
37665npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.42.0.tgz',
37666npm verb addRemoteTarball '572bd0148938564040ac7ab148b96423a063304a' ]
37667npm verb addNamed "2.2.8" is a plain semver version for rimraf
37668npm verb cache add spec mout@~0.9.0
37669npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for mout
37670npm verb addNameRange registry:http://registry.npmjs.org/mout not in flight; fetching
37671npm http 200 http://registry.npmjs.org/stringify-object
37672npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37673npm verb headers etag: '"CG0QYJ80OWXN0K8Z4CJQD0OFH"',
37674npm verb headers 'content-type': 'application/json',
37675npm verb headers 'cache-control': 'max-age=300',
37676npm verb headers 'content-length': '26620',
37677npm verb headers 'accept-ranges': 'bytes',
37678npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37679npm verb headers age: '0',
37680npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37681npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37682npm verb headers 'x-cache-hits': '1',
37683npm verb headers 'x-timer': 'S1451417151.092052,VS0,VE403',
37684npm verb headers vary: 'Accept',
37685npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
37686npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37687npm verb headers connection: 'keep-alive' }
37688npm verb get saving stringify-object to /root/.npm/registry.npmjs.org/stringify-object/.cache.json
37689npm verb cache add spec update-notifier@0.2.0
37690npm verb addNamed "0.2.0" is a plain semver version for update-notifier
37691npm verb addNameVersion registry:http://registry.npmjs.org/update-notifier not in flight; fetching
37692npm verb cache add spec promptly@0.2.0
37693npm verb addNamed "0.2.0" is a plain semver version for promptly
37694npm verb addNameVersion registry:http://registry.npmjs.org/promptly not in flight; fetching
37695npm info retry fetch attempt 1 at 19:25:51
37696npm info attempt registry request try #1 at 19:25:51
37697npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.5.0.tgz
37698npm info retry fetch attempt 1 at 19:25:51
37699npm info attempt registry request try #1 at 19:25:51
37700npm http fetch GET http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz
37701npm info retry fetch attempt 1 at 19:25:51
37702npm info attempt registry request try #1 at 19:25:51
37703npm http fetch GET http://registry.npmjs.org/glob/-/glob-4.0.6.tgz
37704npm info retry fetch attempt 1 at 19:25:51
37705npm info attempt registry request try #1 at 19:25:51
37706npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz
37707npm info retry fetch attempt 1 at 19:25:51
37708npm info attempt registry request try #1 at 19:25:51
37709npm http fetch GET http://registry.npmjs.org/q/-/q-1.0.1.tgz
37710npm info retry fetch attempt 1 at 19:25:51
37711npm info attempt registry request try #1 at 19:25:51
37712npm http fetch GET http://registry.npmjs.org/request/-/request-2.42.0.tgz
37713npm verb cache add spec osenv@0.1.0
37714npm verb addNamed "0.1.0" is a plain semver version for osenv
37715npm verb addNameVersion registry:http://registry.npmjs.org/osenv not in flight; fetching
37716npm http fetch 200 http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz
37717npm http fetch 200 http://registry.npmjs.org/glob/-/glob-4.0.6.tgz
37718npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz
37719npm verb get http://registry.npmjs.org/bower-endpoint-parser not expired, no request
37720npm verb addNamed "0.2.2" is a plain semver version for bower-endpoint-parser
37721npm verb get http://registry.npmjs.org/archy not expired, no request
37722npm verb get http://registry.npmjs.org/chmodr not expired, no request
37723npm verb get http://registry.npmjs.org/fstream-ignore not expired, no request
37724npm verb addNamed "1.0.3" is a plain semver version for fstream-ignore
37725npm verb get http://registry.npmjs.org/bower-config not expired, no request
37726npm verb addNamed "0.5.2" is a plain semver version for bower-config
37727npm verb get http://registry.npmjs.org/handlebars not expired, no request
37728npm verb addNamed "2.0.0" is a plain semver version for handlebars
37729npm verb get http://registry.npmjs.org/decompress-zip not expired, no request
37730npm verb get http://registry.npmjs.org/inquirer not expired, no request
37731npm verb get http://registry.npmjs.org/insight not expired, no request
37732npm verb get http://registry.npmjs.org/bower-json not expired, no request
37733npm verb addNamed "0.4.0" is a plain semver version for bower-json
37734npm verb get http://registry.npmjs.org/bower-logger not expired, no request
37735npm verb addNamed "0.2.2" is a plain semver version for bower-logger
37736npm verb get http://registry.npmjs.org/junk not expired, no request
37737npm verb addNamed "1.0.2" is a plain semver version for junk
37738npm verb get http://registry.npmjs.org/tar-fs not expired, no request
37739npm verb get http://registry.npmjs.org/is-root not expired, no request
37740npm verb addNamed "1.0.0" is a plain semver version for is-root
37741npm verb get http://registry.npmjs.org/tmp not expired, no request
37742npm verb get http://registry.npmjs.org/retry not expired, no request
37743npm verb get http://registry.npmjs.org/shell-quote not expired, no request
37744npm verb addNamed "1.4.3" is a plain semver version for shell-quote
37745npm verb get http://registry.npmjs.org/cardinal not expired, no request
37746npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
37747npm http fetch 200 http://registry.npmjs.org/q/-/q-1.0.1.tgz
37748npm http fetch 200 http://registry.npmjs.org/request/-/request-2.42.0.tgz
37749npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.5.0.tgz
37750npm verb cache add spec request-progress@0.3.0
37751npm verb addNamed "0.3.0" is a plain semver version for request-progress
37752npm verb addNameVersion registry:http://registry.npmjs.org/request-progress not in flight; fetching
37753npm verb cache add spec lockfile@~1.0.0
37754npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for lockfile
37755npm verb addNameRange registry:http://registry.npmjs.org/lockfile not in flight; fetching
37756npm verb cache add spec opn@~1.0.0
37757npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for opn
37758npm verb addNameRange registry:http://registry.npmjs.org/opn not in flight; fetching
37759npm verb addRemoteTarball http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz not in flight; adding
37760npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz',
37761npm verb addRemoteTarball '00b565adbfab6f2d35addde977e97962acbcb3f6' ]
37762npm verb addRemoteTarball http://registry.npmjs.org/archy/-/archy-0.0.2.tgz not in flight; adding
37763npm verb addRemoteTarball [ 'http://registry.npmjs.org/archy/-/archy-0.0.2.tgz',
37764npm verb addRemoteTarball '910f43bf66141fc335564597abc189df44b3d35e' ]
37765npm verb addRemoteTarball http://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz not in flight; adding
37766npm verb addRemoteTarball [ 'http://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz',
37767npm verb addRemoteTarball 'e09215a1d51542db2a2576969765bcf6125583eb' ]
37768npm verb addRemoteTarball http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz not in flight; adding
37769npm verb addRemoteTarball [ 'http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz',
37770npm verb addRemoteTarball '4c74d91fa88b22b42f4f86a18a2820dd79d8fcdd' ]
37771npm verb addRemoteTarball http://registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz not in flight; adding
37772npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz',
37773npm verb addRemoteTarball '1f7d2e899e99b70c29a613e70d4c64590414b22e' ]
37774npm verb addRemoteTarball http://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz not in flight; adding
37775npm verb addRemoteTarball [ 'http://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz',
37776npm verb addRemoteTarball '6e9d7f8514a3467fa5e9f82cc158ecfc1d5ac76f' ]
37777npm verb addRemoteTarball http://registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz not in flight; adding
37778npm verb addRemoteTarball [ 'http://registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz',
37779npm verb addRemoteTarball '4a265b22c7b209d7b24fa66f2b2dfbced59044f3' ]
37780npm verb addRemoteTarball http://registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz not in flight; adding
37781npm verb addRemoteTarball [ 'http://registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz',
37782npm verb addRemoteTarball 'b8acf140165bd581862ed1198fb6d26430091fac' ]
37783npm verb addRemoteTarball http://registry.npmjs.org/insight/-/insight-0.4.3.tgz not in flight; adding
37784npm verb addRemoteTarball [ 'http://registry.npmjs.org/insight/-/insight-0.4.3.tgz',
37785npm verb addRemoteTarball '76d653c5c0d8048b03cdba6385a6948f74614af0' ]
37786npm verb addRemoteTarball http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz not in flight; adding
37787npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz',
37788npm verb addRemoteTarball 'a99c3ccf416ef0590ed0ded252c760f1c6d93766' ]
37789npm verb addRemoteTarball http://registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz not in flight; adding
37790npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz',
37791npm verb addRemoteTarball '39be07e979b2fc8e03a94634205ed9422373d381' ]
37792npm verb addRemoteTarball http://registry.npmjs.org/junk/-/junk-1.0.2.tgz not in flight; adding
37793npm verb addRemoteTarball [ 'http://registry.npmjs.org/junk/-/junk-1.0.2.tgz',
37794npm verb addRemoteTarball 'cc71db3c05d53b3238d0f1dec97a88267c10700e' ]
37795npm verb addRemoteTarball http://registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz not in flight; adding
37796npm verb addRemoteTarball [ 'http://registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz',
37797npm verb addRemoteTarball '0f59424be7eeee45232316e302f66d3f6ea6db3e' ]
37798npm verb addRemoteTarball http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz not in flight; adding
37799npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz',
37800npm verb addRemoteTarball '07b6c233bc394cd9d02ba15c966bd6660d6342d5' ]
37801npm verb addRemoteTarball http://registry.npmjs.org/tmp/-/tmp-0.0.23.tgz not in flight; adding
37802npm verb addRemoteTarball [ 'http://registry.npmjs.org/tmp/-/tmp-0.0.23.tgz',
37803npm verb addRemoteTarball 'de874aa5e974a85f0a32cdfdbd74663cb3bd9c74' ]
37804npm verb addRemoteTarball http://registry.npmjs.org/retry/-/retry-0.6.0.tgz not in flight; adding
37805npm verb addRemoteTarball [ 'http://registry.npmjs.org/retry/-/retry-0.6.0.tgz',
37806npm verb addRemoteTarball '1c010713279a6fd1e8def28af0c3ff1871caa537' ]
37807npm verb addRemoteTarball http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz not in flight; adding
37808npm verb addRemoteTarball [ 'http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz',
37809npm verb addRemoteTarball '952c44e0b1ed9013ef53958179cc643e8777466b' ]
37810npm verb addRemoteTarball http://registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz not in flight; adding
37811npm verb addRemoteTarball [ 'http://registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz',
37812npm verb addRemoteTarball '7d10aafb20837bde043c45e43a0c8c28cdaae45e' ]
37813npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
37814npm verb get http://registry.npmjs.org/mout not expired, no request
37815npm verb addNamed "0.9.1" is a plain semver version for mout
37816npm verb get http://registry.npmjs.org/update-notifier not expired, no request
37817npm verb cache add spec bower-registry-client@~0.2.0
37818npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for bower-registry-client
37819npm verb addNameRange registry:http://registry.npmjs.org/bower-registry-client not in flight; fetching
37820npm verb get http://registry.npmjs.org/promptly not expired, no request
37821npm verb addRemoteTarball http://registry.npmjs.org/mout/-/mout-0.9.1.tgz not in flight; adding
37822npm verb addRemoteTarball [ 'http://registry.npmjs.org/mout/-/mout-0.9.1.tgz',
37823npm verb addRemoteTarball '84f0f3fd6acc7317f63de2affdcc0cee009b0477' ]
37824npm verb addRemoteTarball http://registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz not in flight; adding
37825npm verb addRemoteTarball [ 'http://registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz',
37826npm verb addRemoteTarball 'a010c928adcf02090b8e0ce7fef6fb0a7cacc34a' ]
37827npm verb get http://registry.npmjs.org/osenv not expired, no request
37828npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
37829npm verb addRemoteTarball http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz not in flight; adding
37830npm verb addRemoteTarball [ 'http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz',
37831npm verb addRemoteTarball '73ef200fa8329d5d3a8df41798950b8646ca46d9' ]
37832npm http 200 http://registry.npmjs.org/p-throttler
37833npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37834npm verb headers etag: '"5W7GJZLV9F8IYDR8FXHW0ZNCZ"',
37835npm verb headers 'content-type': 'application/json',
37836npm verb headers 'cache-control': 'max-age=300',
37837npm verb headers 'content-length': '6513',
37838npm verb headers 'accept-ranges': 'bytes',
37839npm verb headers date: 'Tue, 29 Dec 2015 19:25:51 GMT',
37840npm verb headers age: '0',
37841npm verb headers 'x-served-by': 'cache-fra1244-FRA',
37842npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
37843npm verb headers 'x-cache-hits': '1',
37844npm verb headers 'x-timer': 'S1451417151.092543,VS0,VE786',
37845npm verb headers vary: 'Accept',
37846npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
37847npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
37848npm verb headers connection: 'keep-alive' }
37849npm verb get saving p-throttler to /root/.npm/registry.npmjs.org/p-throttler/.cache.json
37850npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz not in flight; adding
37851npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz',
37852npm verb addRemoteTarball '61668121eec584955030b9f470b1d2309504bfcb' ]
37853npm info retry fetch attempt 1 at 19:25:51
37854npm info attempt registry request try #1 at 19:25:51
37855npm http fetch GET http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz
37856npm info retry fetch attempt 1 at 19:25:51
37857npm info attempt registry request try #1 at 19:25:51
37858npm http fetch GET http://registry.npmjs.org/archy/-/archy-0.0.2.tgz
37859npm info retry fetch attempt 1 at 19:25:51
37860npm info attempt registry request try #1 at 19:25:51
37861npm http fetch GET http://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz
37862npm info retry fetch attempt 1 at 19:25:51
37863npm info attempt registry request try #1 at 19:25:51
37864npm http fetch GET http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz
37865npm info retry fetch attempt 1 at 19:25:51
37866npm info attempt registry request try #1 at 19:25:51
37867npm http fetch GET http://registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz
37868npm info retry fetch attempt 1 at 19:25:51
37869npm info attempt registry request try #1 at 19:25:51
37870npm http fetch GET http://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz
37871npm info retry fetch attempt 1 at 19:25:51
37872npm info attempt registry request try #1 at 19:25:51
37873npm http fetch GET http://registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz
37874npm info retry fetch attempt 1 at 19:25:51
37875npm info attempt registry request try #1 at 19:25:51
37876npm http fetch GET http://registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz
37877npm info retry fetch attempt 1 at 19:25:51
37878npm info attempt registry request try #1 at 19:25:51
37879npm http fetch GET http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz
37880npm info retry fetch attempt 1 at 19:25:51
37881npm info attempt registry request try #1 at 19:25:51
37882npm http fetch GET http://registry.npmjs.org/insight/-/insight-0.4.3.tgz
37883npm info retry fetch attempt 1 at 19:25:51
37884npm info attempt registry request try #1 at 19:25:51
37885npm http fetch GET http://registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz
37886npm info retry fetch attempt 1 at 19:25:51
37887npm info attempt registry request try #1 at 19:25:51
37888npm http fetch GET http://registry.npmjs.org/junk/-/junk-1.0.2.tgz
37889npm info retry fetch attempt 1 at 19:25:51
37890npm info attempt registry request try #1 at 19:25:51
37891npm http fetch GET http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz
37892npm info retry fetch attempt 1 at 19:25:52
37893npm info attempt registry request try #1 at 19:25:52
37894npm http fetch GET http://registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz
37895npm info retry fetch attempt 1 at 19:25:52
37896npm info attempt registry request try #1 at 19:25:52
37897npm http fetch GET http://registry.npmjs.org/retry/-/retry-0.6.0.tgz
37898npm info retry fetch attempt 1 at 19:25:52
37899npm info attempt registry request try #1 at 19:25:52
37900npm http fetch GET http://registry.npmjs.org/tmp/-/tmp-0.0.23.tgz
37901npm info retry fetch attempt 1 at 19:25:52
37902npm info attempt registry request try #1 at 19:25:52
37903npm http fetch GET http://registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz
37904npm info retry fetch attempt 1 at 19:25:52
37905npm info attempt registry request try #1 at 19:25:52
37906npm http fetch GET http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz
37907npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fstream/-/fstream-1.0.8.tgz not in flight; adding
37908npm verb addTmpTarball already have metadata; skipping unpack for fstream@1.0.8
37909npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
37910npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz not in flight; adding
37911npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.0
37912npm info retry fetch attempt 1 at 19:25:52
37913npm info attempt registry request try #1 at 19:25:52
37914npm http fetch GET http://registry.npmjs.org/mout/-/mout-0.9.1.tgz
37915npm http fetch 200 http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz
37916npm http fetch 200 http://registry.npmjs.org/archy/-/archy-0.0.2.tgz
37917npm info retry fetch attempt 1 at 19:25:52
37918npm info attempt registry request try #1 at 19:25:52
37919npm http fetch GET http://registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz
37920npm verb get http://registry.npmjs.org/request-progress not expired, no request
37921npm verb get http://registry.npmjs.org/lockfile not expired, no request
37922npm verb addNamed "1.0.1" is a plain semver version for lockfile
37923npm verb get http://registry.npmjs.org/opn not expired, no request
37924npm verb addNamed "1.0.2" is a plain semver version for opn
37925npm info retry fetch attempt 1 at 19:25:52
37926npm info attempt registry request try #1 at 19:25:52
37927npm http fetch GET http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz
37928npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
37929npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/q/-/q-1.0.1.tgz not in flight; adding
37930npm verb addTmpTarball already have metadata; skipping unpack for q@1.0.1
37931npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/chalk/-/chalk-0.5.0.tgz not in flight; adding
37932npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.5.0
37933npm http fetch 200 http://registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz
37934npm http fetch 200 http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz
37935npm http fetch 200 http://registry.npmjs.org/tmp/-/tmp-0.0.23.tgz
37936npm http fetch 200 http://registry.npmjs.org/insight/-/insight-0.4.3.tgz
37937npm http fetch 200 http://registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz
37938npm http fetch 200 http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz
37939npm http fetch 200 http://registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz
37940npm http fetch 200 http://registry.npmjs.org/retry/-/retry-0.6.0.tgz
37941npm http fetch 200 http://registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz
37942npm http fetch 200 http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz
37943npm http fetch 200 http://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz
37944npm http fetch 200 http://registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz
37945npm http fetch 200 http://registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz
37946npm http fetch 200 http://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz
37947npm http fetch 200 http://registry.npmjs.org/junk/-/junk-1.0.2.tgz
37948npm verb addRemoteTarball http://registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz not in flight; adding
37949npm verb addRemoteTarball [ 'http://registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz',
37950npm verb addRemoteTarball 'bdf2062bfc197c5d492500d44cb3aff7865b492e' ]
37951npm verb cache add spec stringify-object@~1.0.0
37952npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for stringify-object
37953npm verb addNameRange registry:http://registry.npmjs.org/stringify-object not in flight; fetching
37954npm verb addRemoteTarball http://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz not in flight; adding
37955npm verb addRemoteTarball [ 'http://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz',
37956npm verb addRemoteTarball '9d353ecfe3f54d150bb57f89d51746935a39c4f5' ]
37957npm info retry fetch attempt 1 at 19:25:52
37958npm info attempt registry request try #1 at 19:25:52
37959npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz
37960npm verb addRemoteTarball http://registry.npmjs.org/opn/-/opn-1.0.2.tgz not in flight; adding
37961npm verb addRemoteTarball [ 'http://registry.npmjs.org/opn/-/opn-1.0.2.tgz',
37962npm verb addRemoteTarball 'b909643346d00a1abc977a8b96f3ce3c53d5cf5f' ]
37963npm verb get http://registry.npmjs.org/bower-registry-client not expired, no request
37964npm verb addNamed "0.2.4" is a plain semver version for bower-registry-client
37965npm http fetch 200 http://registry.npmjs.org/mout/-/mout-0.9.1.tgz
37966npm http fetch 200 http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz
37967npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
37968npm verb addRemoteTarball http://registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz not in flight; adding
37969npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz',
37970npm verb addRemoteTarball '269fc7e898b627fb939d1144a593254d7fbbeebc' ]
37971npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/request/-/request-2.42.0.tgz not in flight; adding
37972npm verb addTmpTarball already have metadata; skipping unpack for request@2.42.0
37973npm http fetch 200 http://registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz
37974npm http fetch 200 http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz
37975npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz
37976npm info retry fetch attempt 1 at 19:25:52
37977npm info attempt registry request try #1 at 19:25:52
37978npm http fetch GET http://registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz
37979npm info retry fetch attempt 1 at 19:25:52
37980npm info attempt registry request try #1 at 19:25:52
37981npm http fetch GET http://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz
37982npm info retry fetch attempt 1 at 19:25:52
37983npm info attempt registry request try #1 at 19:25:52
37984npm http fetch GET http://registry.npmjs.org/opn/-/opn-1.0.2.tgz
37985npm info retry fetch attempt 1 at 19:25:52
37986npm info attempt registry request try #1 at 19:25:52
37987npm http fetch GET http://registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz
37988npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz not in flight; adding
37989npm verb addTmpTarball already have metadata; skipping unpack for bower-endpoint-parser@0.2.2
37990npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/archy/-/archy-0.0.2.tgz not in flight; adding
37991npm verb addTmpTarball already have metadata; skipping unpack for archy@0.0.2
37992npm verb get http://registry.npmjs.org/stringify-object not expired, no request
37993npm verb addNamed "1.0.1" is a plain semver version for stringify-object
37994npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz not in flight; adding
37995npm verb addTmpTarball already have metadata; skipping unpack for bower-config@0.5.2
37996npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tmp/-/tmp-0.0.23.tgz not in flight; adding
37997npm verb addTmpTarball already have metadata; skipping unpack for tmp@0.0.23
37998npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz not in flight; adding
37999npm verb addTmpTarball already have metadata; skipping unpack for bower-json@0.4.0
38000npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/insight/-/insight-0.4.3.tgz not in flight; adding
38001npm verb addTmpTarball already have metadata; skipping unpack for insight@0.4.3
38002npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz not in flight; adding
38003npm verb addTmpTarball already have metadata; skipping unpack for bower-logger@0.2.2
38004npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-root/-/is-root-1.0.0.tgz not in flight; adding
38005npm verb addTmpTarball already have metadata; skipping unpack for is-root@1.0.0
38006npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz not in flight; adding
38007npm verb addTmpTarball already have metadata; skipping unpack for tar-fs@0.5.2
38008npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/retry/-/retry-0.6.0.tgz not in flight; adding
38009npm verb addTmpTarball already have metadata; skipping unpack for retry@0.6.0
38010npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz not in flight; adding
38011npm verb addTmpTarball already have metadata; skipping unpack for cardinal@0.4.0
38012npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz not in flight; adding
38013npm verb addTmpTarball already have metadata; skipping unpack for shell-quote@1.4.3
38014npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz not in flight; adding
38015npm verb addTmpTarball already have metadata; skipping unpack for decompress-zip@0.0.8
38016npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz not in flight; adding
38017npm verb addTmpTarball already have metadata; skipping unpack for inquirer@0.7.1
38018npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz not in flight; adding
38019npm verb addTmpTarball already have metadata; skipping unpack for chmodr@0.1.0
38020npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/junk/-/junk-1.0.2.tgz not in flight; adding
38021npm verb addTmpTarball already have metadata; skipping unpack for junk@1.0.2
38022npm http fetch 200 http://registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz
38023npm http fetch 200 http://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz
38024npm http fetch 200 http://registry.npmjs.org/opn/-/opn-1.0.2.tgz
38025npm verb addRemoteTarball http://registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz not in flight; adding
38026npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz',
38027npm verb addRemoteTarball '86d35e7dbfbce9aa45637d7ecdd7847e159db8a2' ]
38028npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz not in flight; adding
38029npm verb addTmpTarball already have metadata; skipping unpack for fstream-ignore@1.0.3
38030npm http fetch 200 http://registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz
38031npm verb cache add spec p-throttler@0.1.0
38032npm verb addNamed "0.1.0" is a plain semver version for p-throttler
38033npm verb addNameVersion registry:http://registry.npmjs.org/p-throttler not in flight; fetching
38034npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json not in flight; writing
38035npm verb afterAdd /root/.npm/mkdirp/0.5.0/package/package.json not in flight; writing
38036npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz not in flight; adding
38037npm verb addTmpTarball already have metadata; skipping unpack for update-notifier@0.2.0
38038npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/promptly/-/promptly-0.2.0.tgz not in flight; adding
38039npm verb addTmpTarball already have metadata; skipping unpack for promptly@0.2.0
38040npm verb afterAdd /root/.npm/q/1.0.1/package/package.json not in flight; writing
38041npm verb afterAdd /root/.npm/chalk/0.5.0/package/package.json not in flight; writing
38042npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mout/-/mout-0.9.1.tgz not in flight; adding
38043npm verb addTmpTarball already have metadata; skipping unpack for mout@0.9.1
38044npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/osenv/-/osenv-0.1.0.tgz not in flight; adding
38045npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.1.0
38046npm info retry fetch attempt 1 at 19:25:52
38047npm info attempt registry request try #1 at 19:25:52
38048npm http fetch GET http://registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz
38049npm verb afterAdd /root/.npm/request/2.42.0/package/package.json not in flight; writing
38050npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz not in flight; adding
38051npm verb addTmpTarball already have metadata; skipping unpack for lockfile@1.0.1
38052npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz not in flight; adding
38053npm verb addTmpTarball already have metadata; skipping unpack for request-progress@0.3.0
38054npm http fetch 200 http://registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz
38055npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/opn/-/opn-1.0.2.tgz not in flight; adding
38056npm verb addTmpTarball already have metadata; skipping unpack for opn@1.0.2
38057npm verb get http://registry.npmjs.org/p-throttler not expired, no request
38058npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json written
38059npm verb afterAdd /root/.npm/mkdirp/0.5.0/package/package.json written
38060npm verb addRemoteTarball http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz not in flight; adding
38061npm verb addRemoteTarball [ 'http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz',
38062npm verb addRemoteTarball '1b16907942c333e6f1ddeabcb3479204b8c417c4' ]
38063npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz not in flight; adding
38064npm verb addTmpTarball already have metadata; skipping unpack for bower-registry-client@0.2.4
38065npm verb afterAdd /root/.npm/q/1.0.1/package/package.json written
38066npm verb afterAdd /root/.npm/chalk/0.5.0/package/package.json written
38067npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob/-/glob-4.0.6.tgz not in flight; adding
38068npm verb addTmpTarball already have metadata; skipping unpack for glob@4.0.6
38069npm verb afterAdd /root/.npm/bower-endpoint-parser/0.2.2/package/package.json not in flight; writing
38070npm verb afterAdd /root/.npm/archy/0.0.2/package/package.json not in flight; writing
38071npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz not in flight; adding
38072npm verb addTmpTarball already have metadata; skipping unpack for handlebars@2.0.0
38073npm info retry fetch attempt 1 at 19:25:52
38074npm info attempt registry request try #1 at 19:25:52
38075npm http fetch GET http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz
38076npm verb afterAdd /root/.npm/request/2.42.0/package/package.json written
38077npm verb afterAdd /root/.npm/bower-config/0.5.2/package/package.json not in flight; writing
38078npm verb afterAdd /root/.npm/tmp/0.0.23/package/package.json not in flight; writing
38079npm verb afterAdd /root/.npm/bower-json/0.4.0/package/package.json not in flight; writing
38080npm verb afterAdd /root/.npm/bower-logger/0.2.2/package/package.json not in flight; writing
38081npm verb afterAdd /root/.npm/is-root/1.0.0/package/package.json not in flight; writing
38082npm verb afterAdd /root/.npm/insight/0.4.3/package/package.json not in flight; writing
38083npm verb afterAdd /root/.npm/retry/0.6.0/package/package.json not in flight; writing
38084npm verb afterAdd /root/.npm/tar-fs/0.5.2/package/package.json not in flight; writing
38085npm verb afterAdd /root/.npm/shell-quote/1.4.3/package/package.json not in flight; writing
38086npm verb afterAdd /root/.npm/cardinal/0.4.0/package/package.json not in flight; writing
38087npm verb afterAdd /root/.npm/inquirer/0.7.1/package/package.json not in flight; writing
38088npm verb afterAdd /root/.npm/decompress-zip/0.0.8/package/package.json not in flight; writing
38089npm verb afterAdd /root/.npm/chmodr/0.1.0/package/package.json not in flight; writing
38090npm verb afterAdd /root/.npm/junk/1.0.2/package/package.json not in flight; writing
38091npm verb afterAdd /root/.npm/fstream-ignore/1.0.3/package/package.json not in flight; writing
38092npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz not in flight; adding
38093npm verb addTmpTarball already have metadata; skipping unpack for stringify-object@1.0.1
38094npm verb afterAdd /root/.npm/update-notifier/0.2.0/package/package.json not in flight; writing
38095npm http fetch 200 http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz
38096npm verb afterAdd /root/.npm/promptly/0.2.0/package/package.json not in flight; writing
38097npm verb afterAdd /root/.npm/osenv/0.1.0/package/package.json not in flight; writing
38098npm verb afterAdd /root/.npm/bower-endpoint-parser/0.2.2/package/package.json written
38099npm verb afterAdd /root/.npm/archy/0.0.2/package/package.json written
38100npm verb afterAdd /root/.npm/mout/0.9.1/package/package.json not in flight; writing
38101npm verb afterAdd /root/.npm/bower-config/0.5.2/package/package.json written
38102npm verb afterAdd /root/.npm/tmp/0.0.23/package/package.json written
38103npm verb afterAdd /root/.npm/bower-json/0.4.0/package/package.json written
38104npm verb afterAdd /root/.npm/bower-logger/0.2.2/package/package.json written
38105npm verb afterAdd /root/.npm/is-root/1.0.0/package/package.json written
38106npm verb afterAdd /root/.npm/insight/0.4.3/package/package.json written
38107npm verb afterAdd /root/.npm/retry/0.6.0/package/package.json written
38108npm verb afterAdd /root/.npm/tar-fs/0.5.2/package/package.json written
38109npm verb afterAdd /root/.npm/shell-quote/1.4.3/package/package.json written
38110npm verb afterAdd /root/.npm/cardinal/0.4.0/package/package.json written
38111npm verb afterAdd /root/.npm/inquirer/0.7.1/package/package.json written
38112npm verb afterAdd /root/.npm/decompress-zip/0.0.8/package/package.json written
38113npm verb afterAdd /root/.npm/chmodr/0.1.0/package/package.json written
38114npm verb afterAdd /root/.npm/junk/1.0.2/package/package.json written
38115npm verb afterAdd /root/.npm/fstream-ignore/1.0.3/package/package.json written
38116npm verb afterAdd /root/.npm/request-progress/0.3.0/package/package.json not in flight; writing
38117npm verb afterAdd /root/.npm/lockfile/1.0.1/package/package.json not in flight; writing
38118npm verb afterAdd /root/.npm/opn/1.0.2/package/package.json not in flight; writing
38119npm verb afterAdd /root/.npm/update-notifier/0.2.0/package/package.json written
38120npm verb afterAdd /root/.npm/promptly/0.2.0/package/package.json written
38121npm verb afterAdd /root/.npm/bower-registry-client/0.2.4/package/package.json not in flight; writing
38122npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz not in flight; adding
38123npm verb addTmpTarball already have metadata; skipping unpack for p-throttler@0.1.0
38124npm verb afterAdd /root/.npm/osenv/0.1.0/package/package.json written
38125npm verb afterAdd /root/.npm/mout/0.9.1/package/package.json written
38126npm verb afterAdd /root/.npm/request-progress/0.3.0/package/package.json written
38127npm verb afterAdd /root/.npm/lockfile/1.0.1/package/package.json written
38128npm verb afterAdd /root/.npm/opn/1.0.2/package/package.json written
38129npm verb afterAdd /root/.npm/stringify-object/1.0.1/package/package.json not in flight; writing
38130npm verb afterAdd /root/.npm/bower-registry-client/0.2.4/package/package.json written
38131npm verb afterAdd /root/.npm/glob/4.0.6/package/package.json not in flight; writing
38132npm verb afterAdd /root/.npm/handlebars/2.0.0/package/package.json not in flight; writing
38133npm verb afterAdd /root/.npm/stringify-object/1.0.1/package/package.json written
38134npm verb afterAdd /root/.npm/p-throttler/0.1.0/package/package.json not in flight; writing
38135npm verb afterAdd /root/.npm/glob/4.0.6/package/package.json written
38136npm verb afterAdd /root/.npm/handlebars/2.0.0/package/package.json written
38137npm verb afterAdd /root/.npm/p-throttler/0.1.0/package/package.json written
38138npm verb cache add spec graceful-fs@~2.0.0
38139npm verb cache add spec optimist@~0.6.0
38140npm verb cache add spec osenv@0.0.3
38141npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
38142npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
38143npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
38144npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
38145npm verb addNamed "0.0.3" is a plain semver version for osenv
38146npm verb addNameVersion registry:http://registry.npmjs.org/osenv not in flight; fetching
38147npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
38148npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
38149npm verb get http://registry.npmjs.org/osenv not expired, no request
38150npm verb request uri http://registry.npmjs.org/optimist
38151npm verb request no auth needed
38152npm info attempt registry request try #1 at 19:25:53
38153npm verb etag "6CXUKRQ1RDWCGZOWF0ABF0B0Y"
38154npm http request GET http://registry.npmjs.org/optimist
38155npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz not in flight; adding
38156npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz',
38157npm verb addRemoteTarball '7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0' ]
38158npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz not in flight; adding
38159npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz',
38160npm verb addRemoteTarball 'cd6ad8ddb290915ad9e22765576025d411f29cb6' ]
38161npm http 304 http://registry.npmjs.org/optimist
38162npm verb headers { date: 'Tue, 29 Dec 2015 19:24:36 GMT',
38163npm verb headers 'content-type': 'application/json',
38164npm verb headers age: '103',
38165npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
38166npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38167npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
38168npm verb headers connection: 'keep-alive' }
38169npm verb etag http://registry.npmjs.org/optimist from cache
38170npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
38171npm info retry fetch attempt 1 at 19:25:53
38172npm info attempt registry request try #1 at 19:25:53
38173npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz
38174npm info retry fetch attempt 1 at 19:25:53
38175npm info attempt registry request try #1 at 19:25:53
38176npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz
38177npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz
38178npm verb addNamed "0.6.1" is a plain semver version for optimist
38179npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz not in flight; adding
38180npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@2.0.3
38181npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
38182npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
38183npm verb addRemoteTarball 'da3ea74686fa21a19a111c326e90eb15a0196686' ]
38184npm info retry fetch attempt 1 at 19:25:53
38185npm info attempt registry request try #1 at 19:25:53
38186npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
38187npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
38188npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz
38189npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
38190npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
38191npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.6.1
38192npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/osenv/-/osenv-0.0.3.tgz not in flight; adding
38193npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.0.3
38194npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
38195npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
38196npm verb afterAdd /root/.npm/osenv/0.0.3/package/package.json not in flight; writing
38197npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
38198npm verb afterAdd /root/.npm/osenv/0.0.3/package/package.json written
38199npm verb cache add spec minimist@~0.0.1
38200npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
38201npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
38202npm verb request uri http://registry.npmjs.org/minimist
38203npm verb request no auth needed
38204npm info attempt registry request try #1 at 19:25:53
38205npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
38206npm http request GET http://registry.npmjs.org/minimist
38207npm http 304 http://registry.npmjs.org/minimist
38208npm verb headers { date: 'Tue, 29 Dec 2015 19:25:53 GMT',
38209npm verb headers 'cache-control': 'max-age=300',
38210npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
38211npm verb headers age: '23',
38212npm verb headers 'x-served-by': 'cache-fra1224-FRA',
38213npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38214npm verb headers 'x-cache-hits': '1',
38215npm verb headers 'x-timer': 'S1451417153.435121,VS0,VE0',
38216npm verb headers vary: 'Accept',
38217npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38218npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38219npm verb headers connection: 'keep-alive' }
38220npm verb etag http://registry.npmjs.org/minimist from cache
38221npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
38222npm verb addNamed "0.0.10" is a plain semver version for minimist
38223npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz not in flight; adding
38224npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz',
38225npm verb addRemoteTarball 'de3f98543dbf96082be48ad1a0c7cda836301dcf' ]
38226npm info retry fetch attempt 1 at 19:25:53
38227npm info attempt registry request try #1 at 19:25:53
38228npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
38229npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
38230npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimist/-/minimist-0.0.10.tgz not in flight; adding
38231npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.10
38232npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
38233npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
38234npm verb cache add spec graceful-fs@~2.0.0
38235npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
38236npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
38237npm verb request uri http://registry.npmjs.org/deep-extend
38238npm verb request no auth needed
38239npm info attempt registry request try #1 at 19:25:53
38240npm http request GET http://registry.npmjs.org/deep-extend
38241npm verb request uri http://registry.npmjs.org/intersect
38242npm verb request no auth needed
38243npm info attempt registry request try #1 at 19:25:53
38244npm http request GET http://registry.npmjs.org/intersect
38245npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
38246npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
38247npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
38248npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
38249npm http 200 http://registry.npmjs.org/intersect
38250npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38251npm verb headers etag: '"8E0XRGVI1JYA2PYANRMWGBJWL"',
38252npm verb headers 'content-type': 'application/json',
38253npm verb headers 'cache-control': 'max-age=300',
38254npm verb headers 'content-length': '10843',
38255npm verb headers 'accept-ranges': 'bytes',
38256npm verb headers date: 'Tue, 29 Dec 2015 19:25:53 GMT',
38257npm verb headers age: '161',
38258npm verb headers 'x-served-by': 'cache-fra1236-FRA',
38259npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38260npm verb headers 'x-cache-hits': '1',
38261npm verb headers 'x-timer': 'S1451417153.545476,VS0,VE0',
38262npm verb headers vary: 'Accept',
38263npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38264npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38265npm verb headers connection: 'keep-alive' }
38266npm verb get saving intersect to /root/.npm/registry.npmjs.org/intersect/.cache.json
38267npm verb cache add spec intersect@~0.0.3
38268npm verb addNamed ">=0.0.3 <0.1.0" is a valid semver range for intersect
38269npm verb addNameRange registry:http://registry.npmjs.org/intersect not in flight; fetching
38270npm verb get http://registry.npmjs.org/intersect not expired, no request
38271npm verb addNamed "0.0.3" is a plain semver version for intersect
38272npm verb addRemoteTarball http://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz not in flight; adding
38273npm verb addRemoteTarball [ 'http://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz',
38274npm verb addRemoteTarball 'c1a4a5e5eac6ede4af7504cc07e0ada7bc9f4920' ]
38275npm info retry fetch attempt 1 at 19:25:53
38276npm info attempt registry request try #1 at 19:25:53
38277npm http fetch GET http://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz
38278npm http 200 http://registry.npmjs.org/deep-extend
38279npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38280npm verb headers etag: '"4U98DLSLRBDBUNMZEPTH39DKX"',
38281npm verb headers 'content-type': 'application/json',
38282npm verb headers 'cache-control': 'max-age=60',
38283npm verb headers 'content-length': '18131',
38284npm verb headers 'accept-ranges': 'bytes',
38285npm verb headers date: 'Tue, 29 Dec 2015 19:25:53 GMT',
38286npm verb headers age: '2',
38287npm verb headers 'x-served-by': 'cache-fra1224-FRA',
38288npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38289npm verb headers 'x-cache-hits': '1',
38290npm verb headers 'x-timer': 'S1451417153.545134,VS0,VE0',
38291npm verb headers vary: 'Accept',
38292npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38293npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38294npm verb headers connection: 'keep-alive' }
38295npm verb get saving deep-extend to /root/.npm/registry.npmjs.org/deep-extend/.cache.json
38296npm verb cache add spec deep-extend@~0.2.5
38297npm verb addNamed ">=0.2.5 <0.3.0" is a valid semver range for deep-extend
38298npm verb addNameRange registry:http://registry.npmjs.org/deep-extend not in flight; fetching
38299npm verb get http://registry.npmjs.org/deep-extend not expired, no request
38300npm verb addNamed "0.2.11" is a plain semver version for deep-extend
38301npm http fetch 200 http://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz
38302npm verb addRemoteTarball http://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz not in flight; adding
38303npm verb addRemoteTarball [ 'http://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz',
38304npm verb addRemoteTarball '7a16ba69729132340506170494bc83f7076fe08f' ]
38305npm info retry fetch attempt 1 at 19:25:53
38306npm info attempt registry request try #1 at 19:25:53
38307npm http fetch GET http://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz
38308npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/intersect/-/intersect-0.0.3.tgz not in flight; adding
38309npm verb addTmpTarball already have metadata; skipping unpack for intersect@0.0.3
38310npm verb afterAdd /root/.npm/intersect/0.0.3/package/package.json not in flight; writing
38311npm verb afterAdd /root/.npm/intersect/0.0.3/package/package.json written
38312npm http fetch 200 http://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz
38313npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz not in flight; adding
38314npm verb addTmpTarball already have metadata; skipping unpack for deep-extend@0.2.11
38315npm verb afterAdd /root/.npm/deep-extend/0.2.11/package/package.json not in flight; writing
38316npm verb afterAdd /root/.npm/deep-extend/0.2.11/package/package.json written
38317npm verb cache add spec async@~0.2.8
38318npm verb cache add spec graceful-fs@~2.0.0
38319npm verb cache add spec lru-cache@~2.3.0
38320npm verb cache add spec request@~2.51.0
38321npm verb cache add spec rimraf@~2.2.0
38322npm verb addNamed ">=0.2.8 <0.3.0" is a valid semver range for async
38323npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
38324npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
38325npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
38326npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for lru-cache
38327npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
38328npm verb addNamed ">=2.51.0 <2.52.0" is a valid semver range for request
38329npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
38330npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for rimraf
38331npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
38332npm verb request uri http://registry.npmjs.org/request-replay
38333npm verb request no auth needed
38334npm info attempt registry request try #1 at 19:25:53
38335npm http request GET http://registry.npmjs.org/request-replay
38336npm verb request uri http://registry.npmjs.org/lru-cache
38337npm verb request no auth needed
38338npm info attempt registry request try #1 at 19:25:53
38339npm verb etag "F0MK8HIC1M0PVUN3L8D5VTEPD"
38340npm http request GET http://registry.npmjs.org/lru-cache
38341npm verb get http://registry.npmjs.org/async not expired, no request
38342npm verb addNamed "0.2.10" is a plain semver version for async
38343npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
38344npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
38345npm verb get http://registry.npmjs.org/request not expired, no request
38346npm verb addNamed "2.51.0" is a plain semver version for request
38347npm verb get http://registry.npmjs.org/rimraf not expired, no request
38348npm verb addNamed "2.2.8" is a plain semver version for rimraf
38349npm http 304 http://registry.npmjs.org/lru-cache
38350npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
38351npm verb headers 'content-type': 'application/json',
38352npm verb headers age: '299',
38353npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
38354npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38355npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
38356npm verb headers connection: 'keep-alive' }
38357npm verb etag http://registry.npmjs.org/lru-cache from cache
38358npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
38359npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.51.0.tgz not in flight; adding
38360npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.51.0.tgz',
38361npm verb addRemoteTarball '35d00bbecc012e55f907b1bd9e0dbd577bfef26e' ]
38362npm http 200 http://registry.npmjs.org/request-replay
38363npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38364npm verb headers etag: '"CH2O1X2Y4A5YVRC5YYTJNGZXM"',
38365npm verb headers 'content-type': 'application/json',
38366npm verb headers 'cache-control': 'max-age=300',
38367npm verb headers 'content-length': '30890',
38368npm verb headers 'accept-ranges': 'bytes',
38369npm verb headers date: 'Tue, 29 Dec 2015 19:25:53 GMT',
38370npm verb headers age: '270',
38371npm verb headers 'x-served-by': 'cache-fra1222-FRA',
38372npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38373npm verb headers 'x-cache-hits': '1',
38374npm verb headers 'x-timer': 'S1451417153.814201,VS0,VE0',
38375npm verb headers vary: 'Accept',
38376npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38377npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38378npm verb headers connection: 'keep-alive' }
38379npm verb get saving request-replay to /root/.npm/registry.npmjs.org/request-replay/.cache.json
38380npm info retry fetch attempt 1 at 19:25:53
38381npm info attempt registry request try #1 at 19:25:53
38382npm http fetch GET http://registry.npmjs.org/request/-/request-2.51.0.tgz
38383npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
38384npm http fetch 200 http://registry.npmjs.org/request/-/request-2.51.0.tgz
38385npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
38386npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
38387npm verb addNamed "2.3.1" is a plain semver version for lru-cache
38388npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
38389npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz not in flight; adding
38390npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz',
38391npm verb addRemoteTarball 'b3adf6b3d856e954e2c390e6cef22081245a53d6' ]
38392npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
38393npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/request/-/request-2.51.0.tgz not in flight; adding
38394npm verb addTmpTarball already have metadata; skipping unpack for request@2.51.0
38395npm verb cache add spec request-replay@~0.2.0
38396npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for request-replay
38397npm verb addNameRange registry:http://registry.npmjs.org/request-replay not in flight; fetching
38398npm info retry fetch attempt 1 at 19:25:53
38399npm info attempt registry request try #1 at 19:25:53
38400npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz
38401npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
38402npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz
38403npm verb get http://registry.npmjs.org/request-replay not expired, no request
38404npm verb addNamed "0.2.0" is a plain semver version for request-replay
38405npm verb addRemoteTarball http://registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz not in flight; adding
38406npm verb addRemoteTarball [ 'http://registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz',
38407npm verb addRemoteTarball '9b693a5d118b39f5c596ead5ed91a26444057f60' ]
38408npm verb afterAdd /root/.npm/request/2.51.0/package/package.json not in flight; writing
38409npm info retry fetch attempt 1 at 19:25:53
38410npm info attempt registry request try #1 at 19:25:53
38411npm http fetch GET http://registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz
38412npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz not in flight; adding
38413npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.3.1
38414npm verb afterAdd /root/.npm/request/2.51.0/package/package.json written
38415npm verb afterAdd /root/.npm/lru-cache/2.3.1/package/package.json not in flight; writing
38416npm verb afterAdd /root/.npm/lru-cache/2.3.1/package/package.json written
38417npm http fetch 200 http://registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz
38418npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz not in flight; adding
38419npm verb addTmpTarball already have metadata; skipping unpack for request-replay@0.2.0
38420npm verb afterAdd /root/.npm/request-replay/0.2.0/package/package.json not in flight; writing
38421npm verb afterAdd /root/.npm/request-replay/0.2.0/package/package.json written
38422npm verb cache add spec bl@~0.9.0
38423npm verb cache add spec caseless@~0.8.0
38424npm verb cache add spec forever-agent@~0.5.0
38425npm verb cache add spec form-data@~0.2.0
38426npm verb cache add spec node-uuid@~1.4.0
38427npm verb cache add spec qs@~2.3.1
38428npm verb cache add spec http-signature@~0.10.0
38429npm verb cache add spec oauth-sign@~0.5.0
38430npm verb cache add spec hawk@1.1.1
38431npm verb cache add spec combined-stream@~0.0.5
38432npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
38433npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
38434npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for caseless
38435npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
38436npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
38437npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
38438npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for form-data
38439npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
38440npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
38441npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
38442npm verb addNamed ">=2.3.1 <2.4.0" is a valid semver range for qs
38443npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
38444npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
38445npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
38446npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for oauth-sign
38447npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
38448npm verb addNamed "1.1.1" is a plain semver version for hawk
38449npm verb addNameVersion registry:http://registry.npmjs.org/hawk not in flight; fetching
38450npm verb addNamed ">=0.0.5 <0.1.0" is a valid semver range for combined-stream
38451npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
38452npm verb request uri http://registry.npmjs.org/bl
38453npm verb request no auth needed
38454npm info attempt registry request try #1 at 19:25:54
38455npm verb etag "1QW45QJTVFVWJ5YM6H0GGCASF"
38456npm http request GET http://registry.npmjs.org/bl
38457npm verb request uri http://registry.npmjs.org/caseless
38458npm verb request no auth needed
38459npm info attempt registry request try #1 at 19:25:54
38460npm verb etag "31X3RJHEJY3DII8ZZ4JC45YBC"
38461npm http request GET http://registry.npmjs.org/caseless
38462npm verb request uri http://registry.npmjs.org/forever-agent
38463npm verb request no auth needed
38464npm info attempt registry request try #1 at 19:25:54
38465npm verb etag "3Z9M332T1HPVIXR93E7J1RS1E"
38466npm http request GET http://registry.npmjs.org/forever-agent
38467npm verb request uri http://registry.npmjs.org/form-data
38468npm verb request no auth needed
38469npm info attempt registry request try #1 at 19:25:54
38470npm verb etag "3168ZUC1M6PC20LWUFGLM15N0"
38471npm http request GET http://registry.npmjs.org/form-data
38472npm verb request uri http://registry.npmjs.org/node-uuid
38473npm verb request no auth needed
38474npm info attempt registry request try #1 at 19:25:54
38475npm verb etag "7SC44848JT0T1XLJAD5CB3ZVF"
38476npm http request GET http://registry.npmjs.org/node-uuid
38477npm verb request uri http://registry.npmjs.org/qs
38478npm verb request no auth needed
38479npm info attempt registry request try #1 at 19:25:54
38480npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
38481npm http request GET http://registry.npmjs.org/qs
38482npm verb request uri http://registry.npmjs.org/http-signature
38483npm verb request no auth needed
38484npm info attempt registry request try #1 at 19:25:54
38485npm verb etag "AY89R528YS9SVNQROK52E9CF7"
38486npm http request GET http://registry.npmjs.org/http-signature
38487npm verb request uri http://registry.npmjs.org/oauth-sign
38488npm verb request no auth needed
38489npm info attempt registry request try #1 at 19:25:54
38490npm verb etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
38491npm http request GET http://registry.npmjs.org/oauth-sign
38492npm verb request uri http://registry.npmjs.org/hawk
38493npm verb request no auth needed
38494npm info attempt registry request try #1 at 19:25:54
38495npm verb etag "DL06CWBZE06RBOAKK3T35XMYW"
38496npm http request GET http://registry.npmjs.org/hawk
38497npm verb request uri http://registry.npmjs.org/combined-stream
38498npm verb request no auth needed
38499npm info attempt registry request try #1 at 19:25:54
38500npm verb etag "B4WTGKY32M1VDZX0V45HEIVUL"
38501npm http request GET http://registry.npmjs.org/combined-stream
38502npm http 304 http://registry.npmjs.org/forever-agent
38503npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
38504npm verb headers 'content-type': 'application/json',
38505npm verb headers age: '191',
38506npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
38507npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38508npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
38509npm verb headers connection: 'keep-alive' }
38510npm verb etag http://registry.npmjs.org/forever-agent from cache
38511npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
38512npm http 304 http://registry.npmjs.org/qs
38513npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
38514npm verb headers 'content-type': 'application/json',
38515npm verb headers age: '91',
38516npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
38517npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38518npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
38519npm verb headers connection: 'keep-alive' }
38520npm verb etag http://registry.npmjs.org/qs from cache
38521npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
38522npm http 304 http://registry.npmjs.org/form-data
38523npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
38524npm verb headers 'content-type': 'application/json',
38525npm verb headers age: '241',
38526npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
38527npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38528npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
38529npm verb headers connection: 'keep-alive' }
38530npm verb etag http://registry.npmjs.org/form-data from cache
38531npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
38532npm http 304 http://registry.npmjs.org/node-uuid
38533npm verb headers { date: 'Tue, 29 Dec 2015 19:24:48 GMT',
38534npm verb headers 'content-type': 'application/json',
38535npm verb headers age: '78',
38536npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
38537npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38538npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
38539npm verb headers connection: 'keep-alive' }
38540npm verb etag http://registry.npmjs.org/node-uuid from cache
38541npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
38542npm http 304 http://registry.npmjs.org/bl
38543npm verb headers { date: 'Tue, 29 Dec 2015 19:25:54 GMT',
38544npm verb headers 'cache-control': 'max-age=60',
38545npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
38546npm verb headers age: '48',
38547npm verb headers 'x-served-by': 'cache-fra1243-FRA',
38548npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38549npm verb headers 'x-cache-hits': '1',
38550npm verb headers 'x-timer': 'S1451417154.230762,VS0,VE0',
38551npm verb headers vary: 'Accept',
38552npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38553npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38554npm verb headers connection: 'keep-alive' }
38555npm verb etag http://registry.npmjs.org/bl from cache
38556npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
38557npm http 304 http://registry.npmjs.org/caseless
38558npm verb headers { date: 'Tue, 29 Dec 2015 19:25:54 GMT',
38559npm verb headers 'cache-control': 'max-age=60',
38560npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
38561npm verb headers age: '48',
38562npm verb headers 'x-served-by': 'cache-fra1230-FRA',
38563npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38564npm verb headers 'x-cache-hits': '2',
38565npm verb headers 'x-timer': 'S1451417154.230717,VS0,VE0',
38566npm verb headers vary: 'Accept',
38567npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38568npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38569npm verb headers connection: 'keep-alive' }
38570npm verb etag http://registry.npmjs.org/caseless from cache
38571npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
38572npm http 304 http://registry.npmjs.org/http-signature
38573npm verb headers { date: 'Tue, 29 Dec 2015 19:25:54 GMT',
38574npm verb headers 'cache-control': 'max-age=60',
38575npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
38576npm verb headers age: '23',
38577npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38578npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38579npm verb headers 'x-cache-hits': '3',
38580npm verb headers 'x-timer': 'S1451417154.233083,VS0,VE0',
38581npm verb headers vary: 'Accept',
38582npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38583npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38584npm verb headers connection: 'keep-alive' }
38585npm verb etag http://registry.npmjs.org/http-signature from cache
38586npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
38587npm http 304 http://registry.npmjs.org/oauth-sign
38588npm verb headers { date: 'Tue, 29 Dec 2015 19:25:54 GMT',
38589npm verb headers 'cache-control': 'max-age=60',
38590npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
38591npm verb headers age: '23',
38592npm verb headers 'x-served-by': 'cache-fra1231-FRA',
38593npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38594npm verb headers 'x-cache-hits': '1',
38595npm verb headers 'x-timer': 'S1451417154.234654,VS0,VE0',
38596npm verb headers vary: 'Accept',
38597npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38598npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38599npm verb headers connection: 'keep-alive' }
38600npm verb etag http://registry.npmjs.org/oauth-sign from cache
38601npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
38602npm http 304 http://registry.npmjs.org/hawk
38603npm verb headers { date: 'Tue, 29 Dec 2015 19:25:54 GMT',
38604npm verb headers 'cache-control': 'max-age=60',
38605npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
38606npm verb headers age: '23',
38607npm verb headers 'x-served-by': 'cache-fra1229-FRA',
38608npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38609npm verb headers 'x-cache-hits': '1',
38610npm verb headers 'x-timer': 'S1451417154.242679,VS0,VE0',
38611npm verb headers vary: 'Accept',
38612npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38613npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38614npm verb headers connection: 'keep-alive' }
38615npm verb etag http://registry.npmjs.org/hawk from cache
38616npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
38617npm http 304 http://registry.npmjs.org/combined-stream
38618npm verb headers { date: 'Tue, 29 Dec 2015 19:25:54 GMT',
38619npm verb headers 'cache-control': 'max-age=60',
38620npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
38621npm verb headers age: '28',
38622npm verb headers 'x-served-by': 'cache-fra1248-FRA',
38623npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38624npm verb headers 'x-cache-hits': '3',
38625npm verb headers 'x-timer': 'S1451417154.242756,VS0,VE0',
38626npm verb headers vary: 'Accept',
38627npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38628npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38629npm verb headers connection: 'keep-alive' }
38630npm verb etag http://registry.npmjs.org/combined-stream from cache
38631npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
38632npm verb addNamed "0.5.2" is a plain semver version for forever-agent
38633npm verb addNamed "2.3.3" is a plain semver version for qs
38634npm verb addNamed "0.2.0" is a plain semver version for form-data
38635npm verb addRemoteTarball http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
38636npm verb addRemoteTarball [ 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz',
38637npm verb addRemoteTarball '6d0e09c4921f94a27f63d3b49c5feff1ea4c5130' ]
38638npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-2.3.3.tgz not in flight; adding
38639npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-2.3.3.tgz',
38640npm verb addRemoteTarball 'e9e85adbe75da0bbe4c8e0476a086290f863b404' ]
38641npm verb addNamed "1.4.7" is a plain semver version for node-uuid
38642npm verb addNamed "0.8.0" is a plain semver version for caseless
38643npm verb addNamed "0.10.1" is a plain semver version for http-signature
38644npm verb addNamed "0.9.4" is a plain semver version for bl
38645npm verb addNamed "0.5.0" is a plain semver version for oauth-sign
38646npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz not in flight; adding
38647npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz',
38648npm verb addRemoteTarball '26f8bc26da6440e299cbdcfb69035c4f77a6e466' ]
38649npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz not in flight; adding
38650npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz',
38651npm verb addRemoteTarball '5bca2881d41437f54b2407ebe34888c7b9ad4f7d' ]
38652npm verb addRemoteTarball http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
38653npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz',
38654npm verb addRemoteTarball '4fbdac132559aa8323121e540779c0a012b27e66' ]
38655npm verb addRemoteTarball http://registry.npmjs.org/bl/-/bl-0.9.4.tgz not in flight; adding
38656npm verb addRemoteTarball [ 'http://registry.npmjs.org/bl/-/bl-0.9.4.tgz',
38657npm verb addRemoteTarball '4702ddf72fbe0ecd82787c00c113aea1935ad0e7' ]
38658npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz not in flight; adding
38659npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz',
38660npm verb addRemoteTarball 'd767f5169325620eab2e087ef0c472e773db6461' ]
38661npm verb addNamed "0.0.7" is a plain semver version for combined-stream
38662npm info retry fetch attempt 1 at 19:25:54
38663npm info attempt registry request try #1 at 19:25:54
38664npm http fetch GET http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
38665npm info retry fetch attempt 1 at 19:25:54
38666npm info attempt registry request try #1 at 19:25:54
38667npm http fetch GET http://registry.npmjs.org/qs/-/qs-2.3.3.tgz
38668npm verb addRemoteTarball http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
38669npm verb addRemoteTarball [ 'http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz',
38670npm verb addRemoteTarball '0137e657baa5a7541c57ac37ac5fc07d73b4dc1f' ]
38671npm info retry fetch attempt 1 at 19:25:54
38672npm info attempt registry request try #1 at 19:25:54
38673npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz
38674npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
38675npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz',
38676npm verb addRemoteTarball '87cd491f9b46e4e2aeaca335416766885d2d1ed9' ]
38677npm info retry fetch attempt 1 at 19:25:54
38678npm info attempt registry request try #1 at 19:25:54
38679npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz
38680npm info retry fetch attempt 1 at 19:25:54
38681npm info attempt registry request try #1 at 19:25:54
38682npm http fetch GET http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
38683npm info retry fetch attempt 1 at 19:25:54
38684npm info attempt registry request try #1 at 19:25:54
38685npm http fetch GET http://registry.npmjs.org/bl/-/bl-0.9.4.tgz
38686npm info retry fetch attempt 1 at 19:25:54
38687npm info attempt registry request try #1 at 19:25:54
38688npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz
38689npm http fetch 200 http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
38690npm http fetch 200 http://registry.npmjs.org/qs/-/qs-2.3.3.tgz
38691npm info retry fetch attempt 1 at 19:25:54
38692npm info attempt registry request try #1 at 19:25:54
38693npm http fetch GET http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
38694npm info retry fetch attempt 1 at 19:25:54
38695npm info attempt registry request try #1 at 19:25:54
38696npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
38697npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz
38698npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz
38699npm http fetch 200 http://registry.npmjs.org/bl/-/bl-0.9.4.tgz
38700npm http fetch 200 http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
38701npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz
38702npm http fetch 200 http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
38703npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
38704npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
38705npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/qs/-/qs-2.3.3.tgz not in flight; adding
38706npm verb addTmpTarball already have metadata; skipping unpack for qs@2.3.3
38707npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
38708npm verb addTmpTarball already have metadata; skipping unpack for forever-agent@0.5.2
38709npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/caseless/-/caseless-0.8.0.tgz not in flight; adding
38710npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.8.0
38711npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/form-data/-/form-data-0.2.0.tgz not in flight; adding
38712npm verb addTmpTarball already have metadata; skipping unpack for form-data@0.2.0
38713npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bl/-/bl-0.9.4.tgz not in flight; adding
38714npm verb addTmpTarball already have metadata; skipping unpack for bl@0.9.4
38715npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
38716npm verb addTmpTarball already have metadata; skipping unpack for http-signature@0.10.1
38717npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz not in flight; adding
38718npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.5.0
38719npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
38720npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
38721npm verb addTmpTarball already have metadata; skipping unpack for combined-stream@0.0.7
38722npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
38723npm verb addTmpTarball already have metadata; skipping unpack for hawk@1.1.1
38724npm verb afterAdd /root/.npm/qs/2.3.3/package/package.json not in flight; writing
38725npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
38726npm verb afterAdd /root/.npm/caseless/0.8.0/package/package.json not in flight; writing
38727npm verb afterAdd /root/.npm/form-data/0.2.0/package/package.json not in flight; writing
38728npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
38729npm verb afterAdd /root/.npm/oauth-sign/0.5.0/package/package.json not in flight; writing
38730npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
38731npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
38732npm verb afterAdd /root/.npm/qs/2.3.3/package/package.json written
38733npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
38734npm verb afterAdd /root/.npm/caseless/0.8.0/package/package.json written
38735npm verb afterAdd /root/.npm/form-data/0.2.0/package/package.json written
38736npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
38737npm verb afterAdd /root/.npm/oauth-sign/0.5.0/package/package.json written
38738npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
38739npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
38740npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
38741npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
38742npm verb cache add spec readable-stream@~1.0.26
38743npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
38744npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
38745npm verb request uri http://registry.npmjs.org/readable-stream
38746npm verb request no auth needed
38747npm info attempt registry request try #1 at 19:25:54
38748npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
38749npm http request GET http://registry.npmjs.org/readable-stream
38750npm http 304 http://registry.npmjs.org/readable-stream
38751npm verb headers { date: 'Tue, 29 Dec 2015 19:25:54 GMT',
38752npm verb headers 'cache-control': 'max-age=300',
38753npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
38754npm verb headers age: '45',
38755npm verb headers 'x-served-by': 'cache-fra1248-FRA',
38756npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38757npm verb headers 'x-cache-hits': '6',
38758npm verb headers 'x-timer': 'S1451417154.632392,VS0,VE0',
38759npm verb headers vary: 'Accept',
38760npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38761npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38762npm verb headers connection: 'keep-alive' }
38763npm verb etag http://registry.npmjs.org/readable-stream from cache
38764npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
38765npm verb addNamed "1.0.33" is a plain semver version for readable-stream
38766npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
38767npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
38768npm verb cache add spec delayed-stream@0.0.5
38769npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
38770npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
38771npm verb request uri http://registry.npmjs.org/delayed-stream
38772npm verb request no auth needed
38773npm info attempt registry request try #1 at 19:25:54
38774npm verb etag "3R3PDLMYOHW7LS95R001QU3HH"
38775npm http request GET http://registry.npmjs.org/delayed-stream
38776npm http 304 http://registry.npmjs.org/delayed-stream
38777npm verb headers { date: 'Tue, 29 Dec 2015 19:25:54 GMT',
38778npm verb headers 'cache-control': 'max-age=60',
38779npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
38780npm verb headers age: '25',
38781npm verb headers 'x-served-by': 'cache-fra1248-FRA',
38782npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38783npm verb headers 'x-cache-hits': '3',
38784npm verb headers 'x-timer': 'S1451417154.732315,VS0,VE0',
38785npm verb headers vary: 'Accept',
38786npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38787npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38788npm verb headers connection: 'keep-alive' }
38789npm verb etag http://registry.npmjs.org/delayed-stream from cache
38790npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
38791npm verb addRemoteTarball http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
38792npm verb addRemoteTarball [ 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz',
38793npm verb addRemoteTarball 'd4b1f43a93e8296dfe02694f4680bc37a313c73f' ]
38794npm info retry fetch attempt 1 at 19:25:54
38795npm info attempt registry request try #1 at 19:25:54
38796npm http fetch GET http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
38797npm http fetch 200 http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
38798npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
38799npm verb addTmpTarball already have metadata; skipping unpack for delayed-stream@0.0.5
38800npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
38801npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
38802npm verb cache add spec async@~0.9.0
38803npm verb cache add spec mime-types@~2.0.3
38804npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
38805npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
38806npm verb addNamed ">=2.0.3 <2.1.0" is a valid semver range for mime-types
38807npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
38808npm verb get http://registry.npmjs.org/async not expired, no request
38809npm verb addNamed "0.9.2" is a plain semver version for async
38810npm verb request uri http://registry.npmjs.org/mime-types
38811npm verb request no auth needed
38812npm info attempt registry request try #1 at 19:25:54
38813npm verb etag "BWYQA2KRPHERKCN4B7XDHVDU7"
38814npm http request GET http://registry.npmjs.org/mime-types
38815npm http 304 http://registry.npmjs.org/mime-types
38816npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
38817npm verb headers 'content-type': 'application/json',
38818npm verb headers age: '158',
38819npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
38820npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38821npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
38822npm verb headers connection: 'keep-alive' }
38823npm verb etag http://registry.npmjs.org/mime-types from cache
38824npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
38825npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
38826npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
38827npm verb addNamed "2.0.14" is a plain semver version for mime-types
38828npm verb afterAdd /root/.npm/mime-types/2.0.14/package/package.json not in flight; writing
38829npm verb afterAdd /root/.npm/mime-types/2.0.14/package/package.json written
38830npm verb cache add spec hoek@0.9.x
38831npm verb cache add spec boom@0.4.x
38832npm verb cache add spec cryptiles@0.2.x
38833npm verb cache add spec sntp@0.2.x
38834npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
38835npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
38836npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
38837npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
38838npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
38839npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
38840npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
38841npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
38842npm verb request uri http://registry.npmjs.org/cryptiles
38843npm verb request no auth needed
38844npm info attempt registry request try #1 at 19:25:55
38845npm verb etag "99IFMGJJU8VHDG34AJNVUOITE"
38846npm http request GET http://registry.npmjs.org/cryptiles
38847npm verb request uri http://registry.npmjs.org/hoek
38848npm verb request no auth needed
38849npm info attempt registry request try #1 at 19:25:55
38850npm verb etag "BK0EM5E3PB0W7BTA9A4XMYS4P"
38851npm http request GET http://registry.npmjs.org/hoek
38852npm verb request uri http://registry.npmjs.org/sntp
38853npm verb request no auth needed
38854npm info attempt registry request try #1 at 19:25:55
38855npm verb etag "26EOAOB5E6XN99QN0TPGQ2YJE"
38856npm http request GET http://registry.npmjs.org/sntp
38857npm verb request uri http://registry.npmjs.org/boom
38858npm verb request no auth needed
38859npm info attempt registry request try #1 at 19:25:55
38860npm verb etag "1F1PXIUEXIT4BCI84DVI6LC4C"
38861npm http request GET http://registry.npmjs.org/boom
38862npm http 304 http://registry.npmjs.org/cryptiles
38863npm verb headers { date: 'Tue, 29 Dec 2015 19:24:50 GMT',
38864npm verb headers 'content-type': 'application/json',
38865npm verb headers age: '101',
38866npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
38867npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38868npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
38869npm verb headers connection: 'keep-alive' }
38870npm verb etag http://registry.npmjs.org/cryptiles from cache
38871npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
38872npm http 304 http://registry.npmjs.org/hoek
38873npm verb headers { date: 'Tue, 29 Dec 2015 19:25:55 GMT',
38874npm verb headers 'cache-control': 'max-age=60',
38875npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
38876npm verb headers age: '47',
38877npm verb headers 'x-served-by': 'cache-fra1248-FRA',
38878npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38879npm verb headers 'x-cache-hits': '2',
38880npm verb headers 'x-timer': 'S1451417155.042802,VS0,VE0',
38881npm verb headers vary: 'Accept',
38882npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38883npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38884npm verb headers connection: 'keep-alive' }
38885npm verb etag http://registry.npmjs.org/hoek from cache
38886npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
38887npm http 304 http://registry.npmjs.org/boom
38888npm verb headers { date: 'Tue, 29 Dec 2015 19:25:55 GMT',
38889npm verb headers 'cache-control': 'max-age=300',
38890npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
38891npm verb headers age: '35',
38892npm verb headers 'x-served-by': 'cache-fra1231-FRA',
38893npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38894npm verb headers 'x-cache-hits': '3',
38895npm verb headers 'x-timer': 'S1451417155.058356,VS0,VE0',
38896npm verb headers vary: 'Accept',
38897npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38898npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38899npm verb headers connection: 'keep-alive' }
38900npm verb etag http://registry.npmjs.org/boom from cache
38901npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
38902npm http 304 http://registry.npmjs.org/sntp
38903npm verb headers { date: 'Tue, 29 Dec 2015 19:25:55 GMT',
38904npm verb headers 'cache-control': 'max-age=300',
38905npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
38906npm verb headers age: '36',
38907npm verb headers 'x-served-by': 'cache-fra1229-FRA',
38908npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38909npm verb headers 'x-cache-hits': '1',
38910npm verb headers 'x-timer': 'S1451417155.058190,VS0,VE0',
38911npm verb headers vary: 'Accept',
38912npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
38913npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38914npm verb headers connection: 'keep-alive' }
38915npm verb etag http://registry.npmjs.org/sntp from cache
38916npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
38917npm verb addNamed "0.2.2" is a plain semver version for cryptiles
38918npm verb addRemoteTarball http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
38919npm verb addRemoteTarball [ 'http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz',
38920npm verb addRemoteTarball 'ed91ff1f17ad13d3748288594f8a48a0d26f325c' ]
38921npm verb addNamed "0.9.1" is a plain semver version for hoek
38922npm verb addRemoteTarball http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
38923npm verb addRemoteTarball [ 'http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz',
38924npm verb addRemoteTarball '3d322462badf07716ea7eb85baf88079cddce505' ]
38925npm info retry fetch attempt 1 at 19:25:55
38926npm info attempt registry request try #1 at 19:25:55
38927npm http fetch GET http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
38928npm info retry fetch attempt 1 at 19:25:55
38929npm info attempt registry request try #1 at 19:25:55
38930npm http fetch GET http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
38931npm http fetch 200 http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
38932npm http fetch 200 http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
38933npm verb addNamed "0.4.2" is a plain semver version for boom
38934npm verb addRemoteTarball http://registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
38935npm verb addRemoteTarball [ 'http://registry.npmjs.org/boom/-/boom-0.4.2.tgz',
38936npm verb addRemoteTarball '7a636e9ded4efcefb19cef4947a3c67dfaee911b' ]
38937npm verb addNamed "0.2.4" is a plain semver version for sntp
38938npm verb addRemoteTarball http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
38939npm verb addRemoteTarball [ 'http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz',
38940npm verb addRemoteTarball 'fb885f18b0f3aad189f824862536bceeec750900' ]
38941npm info retry fetch attempt 1 at 19:25:55
38942npm info attempt registry request try #1 at 19:25:55
38943npm http fetch GET http://registry.npmjs.org/boom/-/boom-0.4.2.tgz
38944npm info retry fetch attempt 1 at 19:25:55
38945npm info attempt registry request try #1 at 19:25:55
38946npm http fetch GET http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
38947npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
38948npm verb addTmpTarball already have metadata; skipping unpack for cryptiles@0.2.2
38949npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
38950npm verb addTmpTarball already have metadata; skipping unpack for hoek@0.9.1
38951npm http fetch 200 http://registry.npmjs.org/boom/-/boom-0.4.2.tgz
38952npm http fetch 200 http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
38953npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
38954npm verb addTmpTarball already have metadata; skipping unpack for boom@0.4.2
38955npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
38956npm verb addTmpTarball already have metadata; skipping unpack for sntp@0.2.4
38957npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
38958npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
38959npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
38960npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
38961npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
38962npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
38963npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
38964npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
38965npm verb cache add spec assert-plus@^0.1.5
38966npm verb cache add spec asn1@0.1.11
38967npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
38968npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
38969npm verb addNamed "0.1.11" is a plain semver version for asn1
38970npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
38971npm verb request uri http://registry.npmjs.org/assert-plus
38972npm verb request no auth needed
38973npm info attempt registry request try #1 at 19:25:55
38974npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
38975npm http request GET http://registry.npmjs.org/assert-plus
38976npm verb request uri http://registry.npmjs.org/asn1
38977npm verb request no auth needed
38978npm info attempt registry request try #1 at 19:25:55
38979npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
38980npm http request GET http://registry.npmjs.org/asn1
38981npm http 304 http://registry.npmjs.org/assert-plus
38982npm verb headers { date: 'Tue, 29 Dec 2015 19:25:55 GMT',
38983npm verb headers 'cache-control': 'max-age=60',
38984npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
38985npm verb headers age: '27',
38986npm verb headers 'x-served-by': 'cache-fra1229-FRA',
38987npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
38988npm verb headers 'x-cache-hits': '3',
38989npm verb headers 'x-timer': 'S1451417155.256492,VS0,VE0',
38990npm verb headers vary: 'Accept',
38991npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
38992npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
38993npm verb headers connection: 'keep-alive' }
38994npm verb etag http://registry.npmjs.org/assert-plus from cache
38995npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
38996npm http 304 http://registry.npmjs.org/asn1
38997npm verb headers { date: 'Tue, 29 Dec 2015 19:25:55 GMT',
38998npm verb headers 'cache-control': 'max-age=60',
38999npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
39000npm verb headers age: '17',
39001npm verb headers 'x-served-by': 'cache-fra1231-FRA',
39002npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39003npm verb headers 'x-cache-hits': '3',
39004npm verb headers 'x-timer': 'S1451417155.256315,VS0,VE0',
39005npm verb headers vary: 'Accept',
39006npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39007npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39008npm verb headers connection: 'keep-alive' }
39009npm verb etag http://registry.npmjs.org/asn1 from cache
39010npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
39011npm verb addNamed "0.1.5" is a plain semver version for assert-plus
39012npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
39013npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
39014npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
39015npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
39016npm verb request uri http://registry.npmjs.org/redeyed
39017npm verb request no auth needed
39018npm info attempt registry request try #1 at 19:25:55
39019npm http request GET http://registry.npmjs.org/redeyed
39020npm http 200 http://registry.npmjs.org/redeyed
39021npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39022npm verb headers etag: '"3SQX0HECB3EO89IPCJUV16RL9"',
39023npm verb headers 'content-type': 'application/json',
39024npm verb headers 'cache-control': 'max-age=300',
39025npm verb headers 'content-length': '21624',
39026npm verb headers 'accept-ranges': 'bytes',
39027npm verb headers date: 'Tue, 29 Dec 2015 19:25:55 GMT',
39028npm verb headers age: '230',
39029npm verb headers 'x-served-by': 'cache-fra1231-FRA',
39030npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39031npm verb headers 'x-cache-hits': '2',
39032npm verb headers 'x-timer': 'S1451417155.347677,VS0,VE0',
39033npm verb headers vary: 'Accept',
39034npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39035npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39036npm verb headers connection: 'keep-alive' }
39037npm verb get saving redeyed to /root/.npm/registry.npmjs.org/redeyed/.cache.json
39038npm verb cache add spec redeyed@~0.4.0
39039npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for redeyed
39040npm verb addNameRange registry:http://registry.npmjs.org/redeyed not in flight; fetching
39041npm verb get http://registry.npmjs.org/redeyed not expired, no request
39042npm verb addNamed "0.4.4" is a plain semver version for redeyed
39043npm verb addRemoteTarball http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz not in flight; adding
39044npm verb addRemoteTarball [ 'http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz',
39045npm verb addRemoteTarball '37e990a6f2b21b2a11c2e6a48fd4135698cba97f' ]
39046npm info retry fetch attempt 1 at 19:25:55
39047npm info attempt registry request try #1 at 19:25:55
39048npm http fetch GET http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz
39049npm http fetch 200 http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz
39050npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz not in flight; adding
39051npm verb addTmpTarball already have metadata; skipping unpack for redeyed@0.4.4
39052npm verb afterAdd /root/.npm/redeyed/0.4.4/package/package.json not in flight; writing
39053npm verb afterAdd /root/.npm/redeyed/0.4.4/package/package.json written
39054npm verb cache add spec ansi-styles@^1.1.0
39055npm verb cache add spec has-ansi@^0.1.0
39056npm verb cache add spec strip-ansi@^0.3.0
39057npm verb cache add spec supports-color@^0.2.0
39058npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
39059npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
39060npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
39061npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
39062npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
39063npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
39064npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
39065npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
39066npm verb request uri http://registry.npmjs.org/ansi-styles
39067npm verb request no auth needed
39068npm info attempt registry request try #1 at 19:25:55
39069npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
39070npm http request GET http://registry.npmjs.org/ansi-styles
39071npm verb request uri http://registry.npmjs.org/strip-ansi
39072npm verb request no auth needed
39073npm info attempt registry request try #1 at 19:25:55
39074npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
39075npm http request GET http://registry.npmjs.org/strip-ansi
39076npm verb request uri http://registry.npmjs.org/supports-color
39077npm verb request no auth needed
39078npm info attempt registry request try #1 at 19:25:55
39079npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
39080npm http request GET http://registry.npmjs.org/supports-color
39081npm verb request uri http://registry.npmjs.org/has-ansi
39082npm verb request no auth needed
39083npm info attempt registry request try #1 at 19:25:55
39084npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
39085npm http request GET http://registry.npmjs.org/has-ansi
39086npm http 304 http://registry.npmjs.org/ansi-styles
39087npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
39088npm verb headers 'content-type': 'application/json',
39089npm verb headers age: '271',
39090npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
39091npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39092npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
39093npm verb headers connection: 'keep-alive' }
39094npm verb etag http://registry.npmjs.org/ansi-styles from cache
39095npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
39096npm http 304 http://registry.npmjs.org/strip-ansi
39097npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
39098npm verb headers 'content-type': 'application/json',
39099npm verb headers age: '258',
39100npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
39101npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39102npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
39103npm verb headers connection: 'keep-alive' }
39104npm verb etag http://registry.npmjs.org/strip-ansi from cache
39105npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
39106npm http 304 http://registry.npmjs.org/supports-color
39107npm verb headers { date: 'Tue, 29 Dec 2015 19:25:55 GMT',
39108npm verb headers 'cache-control': 'max-age=60',
39109npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
39110npm verb headers age: '15',
39111npm verb headers 'x-served-by': 'cache-fra1231-FRA',
39112npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39113npm verb headers 'x-cache-hits': '1',
39114npm verb headers 'x-timer': 'S1451417155.547874,VS0,VE0',
39115npm verb headers vary: 'Accept',
39116npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39117npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39118npm verb headers connection: 'keep-alive' }
39119npm verb etag http://registry.npmjs.org/supports-color from cache
39120npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
39121npm http 304 http://registry.npmjs.org/has-ansi
39122npm verb headers { date: 'Tue, 29 Dec 2015 19:25:55 GMT',
39123npm verb headers 'cache-control': 'max-age=60',
39124npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
39125npm verb headers age: '9',
39126npm verb headers 'x-served-by': 'cache-fra1229-FRA',
39127npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39128npm verb headers 'x-cache-hits': '3',
39129npm verb headers 'x-timer': 'S1451417155.552357,VS0,VE0',
39130npm verb headers vary: 'Accept',
39131npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39132npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39133npm verb headers connection: 'keep-alive' }
39134npm verb etag http://registry.npmjs.org/has-ansi from cache
39135npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
39136npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
39137npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
39138npm verb addNamed "0.2.0" is a plain semver version for supports-color
39139npm verb addNamed "0.1.0" is a plain semver version for has-ansi
39140npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
39141npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
39142npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
39143npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
39144npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
39145npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
39146npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
39147npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
39148npm verb cache add spec ansi-regex@^0.2.0
39149npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
39150npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
39151npm verb request uri http://registry.npmjs.org/ansi-regex
39152npm verb request no auth needed
39153npm info attempt registry request try #1 at 19:25:55
39154npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
39155npm http request GET http://registry.npmjs.org/ansi-regex
39156npm http 304 http://registry.npmjs.org/ansi-regex
39157npm verb headers { date: 'Tue, 29 Dec 2015 19:25:55 GMT',
39158npm verb headers 'cache-control': 'max-age=60',
39159npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
39160npm verb headers age: '36',
39161npm verb headers 'x-served-by': 'cache-fra1229-FRA',
39162npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39163npm verb headers 'x-cache-hits': '2',
39164npm verb headers 'x-timer': 'S1451417155.649701,VS0,VE0',
39165npm verb headers vary: 'Accept',
39166npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39167npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39168npm verb headers connection: 'keep-alive' }
39169npm verb etag http://registry.npmjs.org/ansi-regex from cache
39170npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
39171npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
39172npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
39173npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
39174npm verb cache add spec q@~1.0.0
39175npm verb cache add spec readable-stream@~1.1.8
39176npm verb cache add spec nopt@~2.2.0
39177npm verb cache add spec graceful-fs@~3.0.0
39178npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for q
39179npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
39180npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for readable-stream
39181npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
39182npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for nopt
39183npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
39184npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for graceful-fs
39185npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
39186npm verb request uri http://registry.npmjs.org/mkpath
39187npm verb request no auth needed
39188npm info attempt registry request try #1 at 19:25:55
39189npm http request GET http://registry.npmjs.org/mkpath
39190npm verb request uri http://registry.npmjs.org/binary
39191npm verb request no auth needed
39192npm info attempt registry request try #1 at 19:25:55
39193npm http request GET http://registry.npmjs.org/binary
39194npm verb request uri http://registry.npmjs.org/touch
39195npm verb request no auth needed
39196npm info attempt registry request try #1 at 19:25:55
39197npm http request GET http://registry.npmjs.org/touch
39198npm verb get http://registry.npmjs.org/q not expired, no request
39199npm verb addNamed "1.0.1" is a plain semver version for q
39200npm verb get http://registry.npmjs.org/readable-stream not expired, no request
39201npm verb addNamed "1.1.13" is a plain semver version for readable-stream
39202npm verb get http://registry.npmjs.org/nopt not expired, no request
39203npm verb addNamed "2.2.1" is a plain semver version for nopt
39204npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
39205npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
39206npm http 200 http://registry.npmjs.org/mkpath
39207npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39208npm verb headers etag: '"IKMPZXGDONBF2FHB554PHUA2"',
39209npm verb headers 'content-type': 'application/json',
39210npm verb headers 'cache-control': 'max-age=300',
39211npm verb headers 'content-length': '3333',
39212npm verb headers 'accept-ranges': 'bytes',
39213npm verb headers date: 'Tue, 29 Dec 2015 19:25:55 GMT',
39214npm verb headers age: '241',
39215npm verb headers 'x-served-by': 'cache-fra1229-FRA',
39216npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39217npm verb headers 'x-cache-hits': '1',
39218npm verb headers 'x-timer': 'S1451417155.844962,VS0,VE0',
39219npm verb headers vary: 'Accept',
39220npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39221npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39222npm verb headers connection: 'keep-alive' }
39223npm verb get saving mkpath to /root/.npm/registry.npmjs.org/mkpath/.cache.json
39224npm http 200 http://registry.npmjs.org/touch
39225npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39226npm verb headers etag: '"E1HTGB5B7TWNEPHLU14DHYSSB"',
39227npm verb headers 'content-type': 'application/json',
39228npm verb headers 'cache-control': 'max-age=300',
39229npm verb headers 'content-length': '5675',
39230npm verb headers 'accept-ranges': 'bytes',
39231npm verb headers date: 'Tue, 29 Dec 2015 19:25:55 GMT',
39232npm verb headers age: '240',
39233npm verb headers 'x-served-by': 'cache-fra1248-FRA',
39234npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39235npm verb headers 'x-cache-hits': '2',
39236npm verb headers 'x-timer': 'S1451417155.845702,VS0,VE0',
39237npm verb headers vary: 'Accept',
39238npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39239npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39240npm verb headers connection: 'keep-alive' }
39241npm verb get saving touch to /root/.npm/registry.npmjs.org/touch/.cache.json
39242npm http 200 http://registry.npmjs.org/binary
39243npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39244npm verb headers etag: '"8QNK4P49J4MT1TQIAOBET04Q4"',
39245npm verb headers 'content-type': 'application/json',
39246npm verb headers 'cache-control': 'max-age=300',
39247npm verb headers 'content-length': '21864',
39248npm verb headers 'accept-ranges': 'bytes',
39249npm verb headers date: 'Tue, 29 Dec 2015 19:25:55 GMT',
39250npm verb headers age: '242',
39251npm verb headers 'x-served-by': 'cache-fra1231-FRA',
39252npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39253npm verb headers 'x-cache-hits': '1',
39254npm verb headers 'x-timer': 'S1451417155.845985,VS0,VE0',
39255npm verb headers vary: 'Accept',
39256npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39257npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39258npm verb headers connection: 'keep-alive' }
39259npm verb get saving binary to /root/.npm/registry.npmjs.org/binary/.cache.json
39260npm verb afterAdd /root/.npm/q/1.0.1/package/package.json not in flight; writing
39261npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
39262npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
39263npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json not in flight; writing
39264npm verb afterAdd /root/.npm/q/1.0.1/package/package.json written
39265npm verb cache add spec mkpath@~0.1.0
39266npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for mkpath
39267npm verb addNameRange registry:http://registry.npmjs.org/mkpath not in flight; fetching
39268npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
39269npm verb cache add spec touch@0.0.2
39270npm verb addNamed "0.0.2" is a plain semver version for touch
39271npm verb addNameVersion registry:http://registry.npmjs.org/touch not in flight; fetching
39272npm verb cache add spec binary@~0.3.0
39273npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for binary
39274npm verb addNameRange registry:http://registry.npmjs.org/binary not in flight; fetching
39275npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
39276npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json written
39277npm verb get http://registry.npmjs.org/mkpath not expired, no request
39278npm verb addNamed "0.1.0" is a plain semver version for mkpath
39279npm verb get http://registry.npmjs.org/touch not expired, no request
39280npm verb get http://registry.npmjs.org/binary not expired, no request
39281npm verb addNamed "0.3.0" is a plain semver version for binary
39282npm verb addRemoteTarball http://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz not in flight; adding
39283npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz',
39284npm verb addRemoteTarball '7554a6f8d871834cc97b5462b122c4c124d6de91' ]
39285npm verb addRemoteTarball http://registry.npmjs.org/touch/-/touch-0.0.2.tgz not in flight; adding
39286npm verb addRemoteTarball [ 'http://registry.npmjs.org/touch/-/touch-0.0.2.tgz',
39287npm verb addRemoteTarball 'a65a777795e5cbbe1299499bdc42281ffb21b5f4' ]
39288npm verb addRemoteTarball http://registry.npmjs.org/binary/-/binary-0.3.0.tgz not in flight; adding
39289npm verb addRemoteTarball [ 'http://registry.npmjs.org/binary/-/binary-0.3.0.tgz',
39290npm verb addRemoteTarball '9f60553bc5ce8c3386f3b553cff47462adecaa79' ]
39291npm info retry fetch attempt 1 at 19:25:56
39292npm info attempt registry request try #1 at 19:25:56
39293npm http fetch GET http://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz
39294npm info retry fetch attempt 1 at 19:25:56
39295npm info attempt registry request try #1 at 19:25:56
39296npm http fetch GET http://registry.npmjs.org/touch/-/touch-0.0.2.tgz
39297npm info retry fetch attempt 1 at 19:25:56
39298npm info attempt registry request try #1 at 19:25:56
39299npm http fetch GET http://registry.npmjs.org/binary/-/binary-0.3.0.tgz
39300npm http fetch 200 http://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz
39301npm http fetch 200 http://registry.npmjs.org/binary/-/binary-0.3.0.tgz
39302npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz not in flight; adding
39303npm verb addTmpTarball already have metadata; skipping unpack for mkpath@0.1.0
39304npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/binary/-/binary-0.3.0.tgz not in flight; adding
39305npm verb addTmpTarball already have metadata; skipping unpack for binary@0.3.0
39306npm verb afterAdd /root/.npm/mkpath/0.1.0/package/package.json not in flight; writing
39307npm verb afterAdd /root/.npm/binary/0.3.0/package/package.json not in flight; writing
39308npm http fetch 200 http://registry.npmjs.org/touch/-/touch-0.0.2.tgz
39309npm verb afterAdd /root/.npm/mkpath/0.1.0/package/package.json written
39310npm verb afterAdd /root/.npm/binary/0.3.0/package/package.json written
39311npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/touch/-/touch-0.0.2.tgz not in flight; adding
39312npm verb addTmpTarball already have metadata; skipping unpack for touch@0.0.2
39313npm verb afterAdd /root/.npm/touch/0.0.2/package/package.json not in flight; writing
39314npm verb afterAdd /root/.npm/touch/0.0.2/package/package.json written
39315npm verb request uri http://registry.npmjs.org/chainsaw
39316npm verb request no auth needed
39317npm info attempt registry request try #1 at 19:25:56
39318npm http request GET http://registry.npmjs.org/chainsaw
39319npm verb request uri http://registry.npmjs.org/buffers
39320npm verb request no auth needed
39321npm info attempt registry request try #1 at 19:25:56
39322npm http request GET http://registry.npmjs.org/buffers
39323npm http 200 http://registry.npmjs.org/chainsaw
39324npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39325npm verb headers etag: '"BXHGEMF27G4M2QR1Q6V23AOME"',
39326npm verb headers 'content-type': 'application/json',
39327npm verb headers 'cache-control': 'max-age=300',
39328npm verb headers 'content-length': '7566',
39329npm verb headers 'accept-ranges': 'bytes',
39330npm verb headers date: 'Tue, 29 Dec 2015 19:25:56 GMT',
39331npm verb headers age: '240',
39332npm verb headers 'x-served-by': 'cache-fra1248-FRA',
39333npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39334npm verb headers 'x-cache-hits': '1',
39335npm verb headers 'x-timer': 'S1451417156.102438,VS0,VE0',
39336npm verb headers vary: 'Accept',
39337npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39338npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39339npm verb headers connection: 'keep-alive' }
39340npm verb get saving chainsaw to /root/.npm/registry.npmjs.org/chainsaw/.cache.json
39341npm verb cache add spec chainsaw@~0.1.0
39342npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for chainsaw
39343npm verb addNameRange registry:http://registry.npmjs.org/chainsaw not in flight; fetching
39344npm verb get http://registry.npmjs.org/chainsaw not expired, no request
39345npm verb addNamed "0.1.0" is a plain semver version for chainsaw
39346npm verb addRemoteTarball http://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz not in flight; adding
39347npm verb addRemoteTarball [ 'http://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz',
39348npm verb addRemoteTarball '5eab50b28afe58074d0d58291388828b5e5fbc98' ]
39349npm info retry fetch attempt 1 at 19:25:56
39350npm info attempt registry request try #1 at 19:25:56
39351npm http fetch GET http://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz
39352npm http fetch 200 http://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz
39353npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz not in flight; adding
39354npm verb addTmpTarball already have metadata; skipping unpack for chainsaw@0.1.0
39355npm verb afterAdd /root/.npm/chainsaw/0.1.0/package/package.json not in flight; writing
39356npm verb afterAdd /root/.npm/chainsaw/0.1.0/package/package.json written
39357npm http 200 http://registry.npmjs.org/buffers
39358npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39359npm verb headers etag: '"B86MHUKB0M67RBF5TSP1O1XUN"',
39360npm verb headers 'content-type': 'application/json',
39361npm verb headers 'cache-control': 'max-age=300',
39362npm verb headers 'content-length': '5054',
39363npm verb headers 'accept-ranges': 'bytes',
39364npm verb headers date: 'Tue, 29 Dec 2015 19:25:57 GMT',
39365npm verb headers age: '0',
39366npm verb headers 'x-served-by': 'cache-fra1229-FRA',
39367npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39368npm verb headers 'x-cache-hits': '1',
39369npm verb headers 'x-timer': 'S1451417156.108725,VS0,VE947',
39370npm verb headers vary: 'Accept',
39371npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39372npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39373npm verb headers connection: 'keep-alive' }
39374npm verb get saving buffers to /root/.npm/registry.npmjs.org/buffers/.cache.json
39375npm verb cache add spec buffers@~0.1.1
39376npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for buffers
39377npm verb addNameRange registry:http://registry.npmjs.org/buffers not in flight; fetching
39378npm verb get http://registry.npmjs.org/buffers not expired, no request
39379npm verb addNamed "0.1.1" is a plain semver version for buffers
39380npm verb addRemoteTarball http://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz not in flight; adding
39381npm verb addRemoteTarball [ 'http://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz',
39382npm verb addRemoteTarball 'b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb' ]
39383npm info retry fetch attempt 1 at 19:25:57
39384npm info attempt registry request try #1 at 19:25:57
39385npm http fetch GET http://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz
39386npm http fetch 200 http://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz
39387npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/buffers/-/buffers-0.1.1.tgz not in flight; adding
39388npm verb addTmpTarball already have metadata; skipping unpack for buffers@0.1.1
39389npm verb afterAdd /root/.npm/buffers/0.1.1/package/package.json not in flight; writing
39390npm verb afterAdd /root/.npm/buffers/0.1.1/package/package.json written
39391npm verb cache add spec traverse@>=0.3.0 <0.4
39392npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for traverse
39393npm verb addNameRange registry:http://registry.npmjs.org/traverse not in flight; fetching
39394npm verb request uri http://registry.npmjs.org/traverse
39395npm verb request no auth needed
39396npm info attempt registry request try #1 at 19:25:57
39397npm verb etag "AK6TLBX1AQLG9KW6BHXF4BIBF"
39398npm http request GET http://registry.npmjs.org/traverse
39399npm http 304 http://registry.npmjs.org/traverse
39400npm verb headers { date: 'Tue, 29 Dec 2015 19:25:57 GMT',
39401npm verb headers 'cache-control': 'max-age=60',
39402npm verb headers etag: '"AK6TLBX1AQLG9KW6BHXF4BIBF"',
39403npm verb headers age: '53',
39404npm verb headers 'x-served-by': 'cache-fra1229-FRA',
39405npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39406npm verb headers 'x-cache-hits': '1',
39407npm verb headers 'x-timer': 'S1451417157.175161,VS0,VE0',
39408npm verb headers vary: 'Accept',
39409npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39410npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39411npm verb headers connection: 'keep-alive' }
39412npm verb etag http://registry.npmjs.org/traverse from cache
39413npm verb get saving traverse to /root/.npm/registry.npmjs.org/traverse/.cache.json
39414npm verb addNamed "0.3.9" is a plain semver version for traverse
39415npm verb addRemoteTarball http://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz not in flight; adding
39416npm verb addRemoteTarball [ 'http://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz',
39417npm verb addRemoteTarball '717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9' ]
39418npm info retry fetch attempt 1 at 19:25:57
39419npm info attempt registry request try #1 at 19:25:57
39420npm http fetch GET http://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz
39421npm http fetch 200 http://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz
39422npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/traverse/-/traverse-0.3.9.tgz not in flight; adding
39423npm verb addTmpTarball already have metadata; skipping unpack for traverse@0.3.9
39424npm verb afterAdd /root/.npm/traverse/0.3.9/package/package.json not in flight; writing
39425npm verb afterAdd /root/.npm/traverse/0.3.9/package/package.json written
39426npm verb cache add spec nopt@~1.0.10
39427npm verb addNamed ">=1.0.10 <1.1.0" is a valid semver range for nopt
39428npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
39429npm verb get http://registry.npmjs.org/nopt not expired, no request
39430npm verb addNamed "1.0.10" is a plain semver version for nopt
39431npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json not in flight; writing
39432npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json written
39433npm verb cache add spec graceful-fs@^4.1.2
39434npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
39435npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
39436npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
39437npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
39438npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
39439npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz',
39440npm verb addRemoteTarball 'fe2239b7574972e67e41f808823f9bfa4a991e37' ]
39441npm info retry fetch attempt 1 at 19:25:57
39442npm info attempt registry request try #1 at 19:25:57
39443npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
39444npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
39445npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
39446npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@4.1.2
39447npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
39448npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
39449npm verb cache add spec minimist@0.0.8
39450npm verb addNamed "0.0.8" is a plain semver version for minimist
39451npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
39452npm verb get http://registry.npmjs.org/minimist not expired, no request
39453npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
39454npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
39455npm verb cache add spec fstream@^1.0.0
39456npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for fstream
39457npm verb addNameRange registry:http://registry.npmjs.org/fstream not in flight; fetching
39458npm verb get http://registry.npmjs.org/fstream not expired, no request
39459npm verb addNamed "1.0.8" is a plain semver version for fstream
39460npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json not in flight; writing
39461npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json written
39462npm verb cache add spec graceful-fs@^4.1.2
39463npm verb cache add spec mkdirp@>=0.5 0
39464npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
39465npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
39466npm verb addNamed ">=0.5.0 >=0.0.0 <1.0.0" is a valid semver range for mkdirp
39467npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
39468npm verb get http://registry.npmjs.org/mkdirp not expired, no request
39469npm verb addNamed "0.5.1" is a plain semver version for mkdirp
39470npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
39471npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
39472npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
39473npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
39474npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
39475npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
39476npm verb cache add spec minimist@0.0.8
39477npm verb addNamed "0.0.8" is a plain semver version for minimist
39478npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
39479npm verb get http://registry.npmjs.org/minimist not expired, no request
39480npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
39481npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
39482npm verb cache add spec minimatch@^1.0.0
39483npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for minimatch
39484npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
39485npm verb request uri http://registry.npmjs.org/minimatch
39486npm verb request no auth needed
39487npm info attempt registry request try #1 at 19:25:57
39488npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
39489npm http request GET http://registry.npmjs.org/minimatch
39490npm http 304 http://registry.npmjs.org/minimatch
39491npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
39492npm verb headers 'content-type': 'application/json',
39493npm verb headers age: '221',
39494npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
39495npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39496npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
39497npm verb headers connection: 'keep-alive' }
39498npm verb etag http://registry.npmjs.org/minimatch from cache
39499npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
39500npm verb addNamed "1.0.0" is a plain semver version for minimatch
39501npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json not in flight; writing
39502npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json written
39503npm verb cache add spec uglify-js@~2.3
39504npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for uglify-js
39505npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
39506npm verb request uri http://registry.npmjs.org/uglify-js
39507npm verb request no auth needed
39508npm info attempt registry request try #1 at 19:25:57
39509npm verb etag "BE7FWKSDTIOBL0YMPX4ZON01W"
39510npm http request GET http://registry.npmjs.org/uglify-js
39511npm http 304 http://registry.npmjs.org/uglify-js
39512npm verb headers { date: 'Tue, 29 Dec 2015 19:24:35 GMT',
39513npm verb headers 'content-type': 'application/json',
39514npm verb headers age: '184',
39515npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
39516npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39517npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
39518npm verb headers connection: 'keep-alive' }
39519npm verb etag http://registry.npmjs.org/uglify-js from cache
39520npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
39521npm verb addNamed "2.3.6" is a plain semver version for uglify-js
39522npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz not in flight; adding
39523npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz',
39524npm verb addRemoteTarball 'fa0984770b428b7a9b2a8058f46355d14fef211a' ]
39525npm info retry fetch attempt 1 at 19:25:57
39526npm info attempt registry request try #1 at 19:25:57
39527npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz
39528npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz
39529npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz not in flight; adding
39530npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.3.6
39531npm verb afterAdd /root/.npm/uglify-js/2.3.6/package/package.json not in flight; writing
39532npm verb afterAdd /root/.npm/uglify-js/2.3.6/package/package.json written
39533npm verb cache add spec async@~0.2.6
39534npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
39535npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
39536npm verb request uri http://registry.npmjs.org/async
39537npm verb request no auth needed
39538npm info attempt registry request try #1 at 19:25:57
39539npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
39540npm http request GET http://registry.npmjs.org/async
39541npm http 304 http://registry.npmjs.org/async
39542npm verb headers { date: 'Tue, 29 Dec 2015 19:25:57 GMT',
39543npm verb headers 'cache-control': 'max-age=300',
39544npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
39545npm verb headers age: '67',
39546npm verb headers 'x-served-by': 'cache-fra1226-FRA',
39547npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39548npm verb headers 'x-cache-hits': '5',
39549npm verb headers 'x-timer': 'S1451417157.882501,VS0,VE0',
39550npm verb headers vary: 'Accept',
39551npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39552npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39553npm verb headers connection: 'keep-alive' }
39554npm verb etag http://registry.npmjs.org/async from cache
39555npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
39556npm verb addNamed "0.2.10" is a plain semver version for async
39557npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
39558npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
39559npm verb cache add spec chalk@^0.5.0
39560npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for chalk
39561npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
39562npm verb request uri http://registry.npmjs.org/cli-color
39563npm verb request no auth needed
39564npm info attempt registry request try #1 at 19:25:57
39565npm http request GET http://registry.npmjs.org/cli-color
39566npm verb request uri http://registry.npmjs.org/figures
39567npm verb request no auth needed
39568npm info attempt registry request try #1 at 19:25:57
39569npm http request GET http://registry.npmjs.org/figures
39570npm verb request uri http://registry.npmjs.org/mute-stream
39571npm verb request no auth needed
39572npm info attempt registry request try #1 at 19:25:57
39573npm http request GET http://registry.npmjs.org/mute-stream
39574npm verb request uri http://registry.npmjs.org/readline2
39575npm verb request no auth needed
39576npm info attempt registry request try #1 at 19:25:57
39577npm http request GET http://registry.npmjs.org/readline2
39578npm verb request uri http://registry.npmjs.org/rx
39579npm verb request no auth needed
39580npm info attempt registry request try #1 at 19:25:57
39581npm http request GET http://registry.npmjs.org/rx
39582npm verb request uri http://registry.npmjs.org/through
39583npm verb request no auth needed
39584npm info attempt registry request try #1 at 19:25:58
39585npm http request GET http://registry.npmjs.org/through
39586npm verb get http://registry.npmjs.org/chalk not expired, no request
39587npm verb addNamed "0.5.1" is a plain semver version for chalk
39588npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
39589npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
39590npm http 200 http://registry.npmjs.org/mute-stream
39591npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39592npm verb headers etag: '"9MR20F1A94PJOGCIECBR44CP4"',
39593npm verb headers 'content-type': 'application/json',
39594npm verb headers 'cache-control': 'max-age=300',
39595npm verb headers 'content-length': '6495',
39596npm verb headers 'accept-ranges': 'bytes',
39597npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39598npm verb headers age: '72',
39599npm verb headers 'x-served-by': 'cache-fra1240-FRA',
39600npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39601npm verb headers 'x-cache-hits': '1',
39602npm verb headers 'x-timer': 'S1451417158.023418,VS0,VE0',
39603npm verb headers vary: 'Accept',
39604npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39605npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39606npm verb headers connection: 'keep-alive' }
39607npm verb get saving mute-stream to /root/.npm/registry.npmjs.org/mute-stream/.cache.json
39608npm http 200 http://registry.npmjs.org/figures
39609npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39610npm verb headers etag: '"4M063ED6QQYBVG2GICKFCCF63"',
39611npm verb headers 'content-type': 'application/json',
39612npm verb headers 'cache-control': 'max-age=300',
39613npm verb headers 'content-length': '15097',
39614npm verb headers 'accept-ranges': 'bytes',
39615npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39616npm verb headers age: '194',
39617npm verb headers 'x-served-by': 'cache-fra1243-FRA',
39618npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39619npm verb headers 'x-cache-hits': '2',
39620npm verb headers 'x-timer': 'S1451417158.023171,VS0,VE0',
39621npm verb headers vary: 'Accept',
39622npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39623npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39624npm verb headers connection: 'keep-alive' }
39625npm verb get saving figures to /root/.npm/registry.npmjs.org/figures/.cache.json
39626npm verb cache add spec mute-stream@0.0.4
39627npm verb addNamed "0.0.4" is a plain semver version for mute-stream
39628npm verb addNameVersion registry:http://registry.npmjs.org/mute-stream not in flight; fetching
39629npm verb cache add spec figures@^1.3.2
39630npm verb addNamed ">=1.3.2 <2.0.0" is a valid semver range for figures
39631npm verb addNameRange registry:http://registry.npmjs.org/figures not in flight; fetching
39632npm verb get http://registry.npmjs.org/mute-stream not expired, no request
39633npm http 200 http://registry.npmjs.org/through
39634npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39635npm verb headers etag: '"DWNO24DNYHQVREW9O3HWGAR9G"',
39636npm verb headers 'content-type': 'application/json',
39637npm verb headers 'cache-control': 'max-age=60',
39638npm verb headers 'content-length': '29440',
39639npm verb headers 'accept-ranges': 'bytes',
39640npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39641npm verb headers age: '14',
39642npm verb headers 'x-served-by': 'cache-fra1237-FRA',
39643npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39644npm verb headers 'x-cache-hits': '1',
39645npm verb headers 'x-timer': 'S1451417158.023271,VS0,VE0',
39646npm verb headers vary: 'Accept',
39647npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39648npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39649npm verb headers connection: 'keep-alive' }
39650npm verb get saving through to /root/.npm/registry.npmjs.org/through/.cache.json
39651npm verb addRemoteTarball http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz not in flight; adding
39652npm verb addRemoteTarball [ 'http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz',
39653npm verb addRemoteTarball 'a9219960a6d5d5d046597aee51252c6655f7177e' ]
39654npm info retry fetch attempt 1 at 19:25:58
39655npm info attempt registry request try #1 at 19:25:58
39656npm http fetch GET http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz
39657npm verb get http://registry.npmjs.org/figures not expired, no request
39658npm verb addNamed "1.4.0" is a plain semver version for figures
39659npm verb addRemoteTarball http://registry.npmjs.org/figures/-/figures-1.4.0.tgz not in flight; adding
39660npm verb addRemoteTarball [ 'http://registry.npmjs.org/figures/-/figures-1.4.0.tgz',
39661npm verb addRemoteTarball 'eb8f56390dbe3081044a5c2a9d9089075a48432f' ]
39662npm http fetch 200 http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz
39663npm info retry fetch attempt 1 at 19:25:58
39664npm info attempt registry request try #1 at 19:25:58
39665npm http fetch GET http://registry.npmjs.org/figures/-/figures-1.4.0.tgz
39666npm verb cache add spec through@~2.3.4
39667npm verb addNamed ">=2.3.4 <2.4.0" is a valid semver range for through
39668npm verb addNameRange registry:http://registry.npmjs.org/through not in flight; fetching
39669npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz not in flight; adding
39670npm verb addTmpTarball already have metadata; skipping unpack for mute-stream@0.0.4
39671npm http 200 http://registry.npmjs.org/readline2
39672npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39673npm verb headers etag: '"5RNSSOEQU7AFOKPK77IF7645M"',
39674npm verb headers 'content-type': 'application/json',
39675npm verb headers 'cache-control': 'max-age=300',
39676npm verb headers 'content-length': '6934',
39677npm verb headers 'accept-ranges': 'bytes',
39678npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39679npm verb headers age: '217',
39680npm verb headers 'x-served-by': 'cache-fra1240-FRA',
39681npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39682npm verb headers 'x-cache-hits': '4',
39683npm verb headers 'x-timer': 'S1451417158.025138,VS0,VE0',
39684npm verb headers vary: 'Accept',
39685npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39686npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39687npm verb headers connection: 'keep-alive' }
39688npm verb get saving readline2 to /root/.npm/registry.npmjs.org/readline2/.cache.json
39689npm http 200 http://registry.npmjs.org/rx
39690npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39691npm verb headers etag: '"A4XK1HOBZ97EFX5EDULMGQ0XF"',
39692npm verb headers 'content-type': 'application/json',
39693npm verb headers 'cache-control': 'max-age=300',
39694npm verb headers 'content-length': '169914',
39695npm verb headers 'accept-ranges': 'bytes',
39696npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39697npm verb headers age: '162',
39698npm verb headers 'x-served-by': 'cache-fra1230-FRA',
39699npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39700npm verb headers 'x-cache-hits': '1',
39701npm verb headers 'x-timer': 'S1451417158.023221,VS0,VE0',
39702npm verb headers vary: 'Accept',
39703npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39704npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39705npm verb headers connection: 'keep-alive' }
39706npm verb get saving rx to /root/.npm/registry.npmjs.org/rx/.cache.json
39707npm http fetch 200 http://registry.npmjs.org/figures/-/figures-1.4.0.tgz
39708npm verb get http://registry.npmjs.org/through not expired, no request
39709npm verb addNamed "2.3.8" is a plain semver version for through
39710npm verb addRemoteTarball http://registry.npmjs.org/through/-/through-2.3.8.tgz not in flight; adding
39711npm verb addRemoteTarball [ 'http://registry.npmjs.org/through/-/through-2.3.8.tgz',
39712npm verb addRemoteTarball '0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5' ]
39713npm info retry fetch attempt 1 at 19:25:58
39714npm info attempt registry request try #1 at 19:25:58
39715npm http fetch GET http://registry.npmjs.org/through/-/through-2.3.8.tgz
39716npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/figures/-/figures-1.4.0.tgz not in flight; adding
39717npm verb addTmpTarball already have metadata; skipping unpack for figures@1.4.0
39718npm http 200 http://registry.npmjs.org/cli-color
39719npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39720npm verb headers etag: '"QCN9XMWODHZQY7ID1K3JR226"',
39721npm verb headers 'content-type': 'application/json',
39722npm verb headers 'cache-control': 'max-age=300',
39723npm verb headers 'content-length': '57656',
39724npm verb headers 'accept-ranges': 'bytes',
39725npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39726npm verb headers age: '256',
39727npm verb headers 'x-served-by': 'cache-fra1226-FRA',
39728npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39729npm verb headers 'x-cache-hits': '1',
39730npm verb headers 'x-timer': 'S1451417158.023775,VS0,VE0',
39731npm verb headers vary: 'Accept',
39732npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39733npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39734npm verb headers connection: 'keep-alive' }
39735npm verb get saving cli-color to /root/.npm/registry.npmjs.org/cli-color/.cache.json
39736npm http fetch 200 http://registry.npmjs.org/through/-/through-2.3.8.tgz
39737npm verb cache add spec readline2@~0.1.0
39738npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for readline2
39739npm verb addNameRange registry:http://registry.npmjs.org/readline2 not in flight; fetching
39740npm verb cache add spec rx@^2.2.27
39741npm verb addNamed ">=2.2.27 <3.0.0" is a valid semver range for rx
39742npm verb addNameRange registry:http://registry.npmjs.org/rx not in flight; fetching
39743npm verb afterAdd /root/.npm/mute-stream/0.0.4/package/package.json not in flight; writing
39744npm verb get http://registry.npmjs.org/readline2 not expired, no request
39745npm verb addNamed "0.1.1" is a plain semver version for readline2
39746npm verb get http://registry.npmjs.org/rx not expired, no request
39747npm verb addNamed "2.5.3" is a plain semver version for rx
39748npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/through/-/through-2.3.8.tgz not in flight; adding
39749npm verb addTmpTarball already have metadata; skipping unpack for through@2.3.8
39750npm verb afterAdd /root/.npm/mute-stream/0.0.4/package/package.json written
39751npm verb addRemoteTarball http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz not in flight; adding
39752npm verb addRemoteTarball [ 'http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz',
39753npm verb addRemoteTarball '99443ba6e83b830ef3051bfd7dc241a82728d568' ]
39754npm verb addRemoteTarball http://registry.npmjs.org/rx/-/rx-2.5.3.tgz not in flight; adding
39755npm verb addRemoteTarball [ 'http://registry.npmjs.org/rx/-/rx-2.5.3.tgz',
39756npm verb addRemoteTarball '21adc7d80f02002af50dae97fd9dbf248755f566' ]
39757npm verb afterAdd /root/.npm/figures/1.4.0/package/package.json not in flight; writing
39758npm verb cache add spec cli-color@~0.3.2
39759npm verb addNamed ">=0.3.2 <0.4.0" is a valid semver range for cli-color
39760npm verb addNameRange registry:http://registry.npmjs.org/cli-color not in flight; fetching
39761npm info retry fetch attempt 1 at 19:25:58
39762npm info attempt registry request try #1 at 19:25:58
39763npm http fetch GET http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz
39764npm info retry fetch attempt 1 at 19:25:58
39765npm info attempt registry request try #1 at 19:25:58
39766npm http fetch GET http://registry.npmjs.org/rx/-/rx-2.5.3.tgz
39767npm http fetch 200 http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz
39768npm http fetch 200 http://registry.npmjs.org/rx/-/rx-2.5.3.tgz
39769npm verb afterAdd /root/.npm/figures/1.4.0/package/package.json written
39770npm verb get http://registry.npmjs.org/cli-color not expired, no request
39771npm verb addNamed "0.3.3" is a plain semver version for cli-color
39772npm verb addRemoteTarball http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz not in flight; adding
39773npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz',
39774npm verb addRemoteTarball '12d5bdd158ff8a0b0db401198913c03df069f6f5' ]
39775npm verb afterAdd /root/.npm/through/2.3.8/package/package.json not in flight; writing
39776npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/readline2/-/readline2-0.1.1.tgz not in flight; adding
39777npm verb addTmpTarball already have metadata; skipping unpack for readline2@0.1.1
39778npm info retry fetch attempt 1 at 19:25:58
39779npm info attempt registry request try #1 at 19:25:58
39780npm http fetch GET http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz
39781npm verb afterAdd /root/.npm/through/2.3.8/package/package.json written
39782npm verb afterAdd /root/.npm/readline2/0.1.1/package/package.json not in flight; writing
39783npm verb afterAdd /root/.npm/readline2/0.1.1/package/package.json written
39784npm http fetch 200 http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz
39785npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz not in flight; adding
39786npm verb addTmpTarball already have metadata; skipping unpack for cli-color@0.3.3
39787npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/rx/-/rx-2.5.3.tgz not in flight; adding
39788npm verb addTmpTarball already have metadata; skipping unpack for rx@2.5.3
39789npm verb afterAdd /root/.npm/cli-color/0.3.3/package/package.json not in flight; writing
39790npm verb afterAdd /root/.npm/cli-color/0.3.3/package/package.json written
39791npm verb afterAdd /root/.npm/rx/2.5.3/package/package.json not in flight; writing
39792npm verb afterAdd /root/.npm/rx/2.5.3/package/package.json written
39793npm verb cache add spec ansi-styles@^1.1.0
39794npm verb cache add spec has-ansi@^0.1.0
39795npm verb cache add spec strip-ansi@^0.3.0
39796npm verb cache add spec supports-color@^0.2.0
39797npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
39798npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
39799npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
39800npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
39801npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
39802npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
39803npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
39804npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
39805npm verb get http://registry.npmjs.org/supports-color not expired, no request
39806npm verb addNamed "0.2.0" is a plain semver version for supports-color
39807npm verb get http://registry.npmjs.org/has-ansi not expired, no request
39808npm verb addNamed "0.1.0" is a plain semver version for has-ansi
39809npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
39810npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
39811npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
39812npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
39813npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
39814npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
39815npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
39816npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
39817npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
39818npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
39819npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
39820npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
39821npm verb cache add spec ansi-regex@^0.2.0
39822npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
39823npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
39824npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
39825npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
39826npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
39827npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
39828npm verb request uri http://registry.npmjs.org/d
39829npm verb request no auth needed
39830npm info attempt registry request try #1 at 19:25:58
39831npm http request GET http://registry.npmjs.org/d
39832npm verb request uri http://registry.npmjs.org/es5-ext
39833npm verb request no auth needed
39834npm info attempt registry request try #1 at 19:25:58
39835npm http request GET http://registry.npmjs.org/es5-ext
39836npm verb request uri http://registry.npmjs.org/memoizee
39837npm verb request no auth needed
39838npm info attempt registry request try #1 at 19:25:58
39839npm http request GET http://registry.npmjs.org/memoizee
39840npm verb request uri http://registry.npmjs.org/timers-ext
39841npm verb request no auth needed
39842npm info attempt registry request try #1 at 19:25:58
39843npm http request GET http://registry.npmjs.org/timers-ext
39844npm http 200 http://registry.npmjs.org/timers-ext
39845npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39846npm verb headers etag: '"3E7DYAVYUDKBPE7PCOTUJ0AZS"',
39847npm verb headers 'content-type': 'application/json',
39848npm verb headers 'cache-control': 'max-age=300',
39849npm verb headers 'content-length': '4596',
39850npm verb headers 'accept-ranges': 'bytes',
39851npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39852npm verb headers age: '106',
39853npm verb headers 'x-served-by': 'cache-fra1240-FRA',
39854npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39855npm verb headers 'x-cache-hits': '2',
39856npm verb headers 'x-timer': 'S1451417158.838616,VS0,VE0',
39857npm verb headers vary: 'Accept',
39858npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39859npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39860npm verb headers connection: 'keep-alive' }
39861npm verb get saving timers-ext to /root/.npm/registry.npmjs.org/timers-ext/.cache.json
39862npm verb cache add spec timers-ext@0.1
39863npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for timers-ext
39864npm verb addNameRange registry:http://registry.npmjs.org/timers-ext not in flight; fetching
39865npm verb get http://registry.npmjs.org/timers-ext not expired, no request
39866npm verb addNamed "0.1.0" is a plain semver version for timers-ext
39867npm verb addRemoteTarball http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz not in flight; adding
39868npm verb addRemoteTarball [ 'http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz',
39869npm verb addRemoteTarball '00345a2ca93089d1251322054389d263e27b77e2' ]
39870npm info retry fetch attempt 1 at 19:25:58
39871npm info attempt registry request try #1 at 19:25:58
39872npm http fetch GET http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz
39873npm http fetch 200 http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz
39874npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz not in flight; adding
39875npm verb addTmpTarball already have metadata; skipping unpack for timers-ext@0.1.0
39876npm verb afterAdd /root/.npm/timers-ext/0.1.0/package/package.json not in flight; writing
39877npm verb afterAdd /root/.npm/timers-ext/0.1.0/package/package.json written
39878npm http 200 http://registry.npmjs.org/memoizee
39879npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39880npm verb headers etag: '"C2P0C7XFS1RAM6P3R4UFYKUEJ"',
39881npm verb headers 'content-type': 'application/json',
39882npm verb headers 'cache-control': 'max-age=300',
39883npm verb headers 'content-length': '37115',
39884npm verb headers 'accept-ranges': 'bytes',
39885npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39886npm verb headers age: '55',
39887npm verb headers 'x-served-by': 'cache-fra1240-FRA',
39888npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39889npm verb headers 'x-cache-hits': '2',
39890npm verb headers 'x-timer': 'S1451417158.829319,VS0,VE0',
39891npm verb headers vary: 'Accept',
39892npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
39893npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39894npm verb headers connection: 'keep-alive' }
39895npm verb get saving memoizee to /root/.npm/registry.npmjs.org/memoizee/.cache.json
39896npm verb cache add spec memoizee@~0.3.8
39897npm verb addNamed ">=0.3.8 <0.4.0" is a valid semver range for memoizee
39898npm verb addNameRange registry:http://registry.npmjs.org/memoizee not in flight; fetching
39899npm verb get http://registry.npmjs.org/memoizee not expired, no request
39900npm verb addNamed "0.3.9" is a plain semver version for memoizee
39901npm http 200 http://registry.npmjs.org/es5-ext
39902npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39903npm verb headers etag: '"5N3UDKF12VBAKPXU7J38W44DD"',
39904npm verb headers 'content-type': 'application/json',
39905npm verb headers 'cache-control': 'max-age=300',
39906npm verb headers 'content-length': '74914',
39907npm verb headers 'accept-ranges': 'bytes',
39908npm verb headers date: 'Tue, 29 Dec 2015 19:25:58 GMT',
39909npm verb headers age: '108',
39910npm verb headers 'x-served-by': 'cache-fra1243-FRA',
39911npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39912npm verb headers 'x-cache-hits': '2',
39913npm verb headers 'x-timer': 'S1451417158.829482,VS0,VE0',
39914npm verb headers vary: 'Accept',
39915npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39916npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39917npm verb headers connection: 'keep-alive' }
39918npm verb get saving es5-ext to /root/.npm/registry.npmjs.org/es5-ext/.cache.json
39919npm verb addRemoteTarball http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz not in flight; adding
39920npm verb addRemoteTarball [ 'http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz',
39921npm verb addRemoteTarball 'fc2b2f33ea39a07637eef76f40e3fc8b7072406c' ]
39922npm info retry fetch attempt 1 at 19:25:58
39923npm info attempt registry request try #1 at 19:25:58
39924npm http fetch GET http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz
39925npm http fetch 200 http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz
39926npm verb cache add spec es5-ext@~0.10.6
39927npm verb addNamed ">=0.10.6 <0.11.0" is a valid semver range for es5-ext
39928npm verb addNameRange registry:http://registry.npmjs.org/es5-ext not in flight; fetching
39929npm verb get http://registry.npmjs.org/es5-ext not expired, no request
39930npm verb addNamed "0.10.11" is a plain semver version for es5-ext
39931npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz not in flight; adding
39932npm verb addTmpTarball already have metadata; skipping unpack for memoizee@0.3.9
39933npm verb addRemoteTarball http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz not in flight; adding
39934npm verb addRemoteTarball [ 'http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz',
39935npm verb addRemoteTarball '8184c3e705a820948c2dbe043849379b1dbd0c45' ]
39936npm info retry fetch attempt 1 at 19:25:58
39937npm info attempt registry request try #1 at 19:25:58
39938npm http fetch GET http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz
39939npm http fetch 200 http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz
39940npm verb afterAdd /root/.npm/memoizee/0.3.9/package/package.json not in flight; writing
39941npm verb afterAdd /root/.npm/memoizee/0.3.9/package/package.json written
39942npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz not in flight; adding
39943npm verb addTmpTarball already have metadata; skipping unpack for es5-ext@0.10.11
39944npm verb afterAdd /root/.npm/es5-ext/0.10.11/package/package.json not in flight; writing
39945npm verb afterAdd /root/.npm/es5-ext/0.10.11/package/package.json written
39946npm http 200 http://registry.npmjs.org/d
39947npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39948npm verb headers etag: '"D6K0EP7GBZWHEG8WIBMM3HGYU"',
39949npm verb headers 'content-type': 'application/json',
39950npm verb headers 'cache-control': 'max-age=60',
39951npm verb headers 'content-length': '6805',
39952npm verb headers 'accept-ranges': 'bytes',
39953npm verb headers date: 'Tue, 29 Dec 2015 19:25:59 GMT',
39954npm verb headers age: '0',
39955npm verb headers 'x-served-by': 'cache-fra1230-FRA',
39956npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39957npm verb headers 'x-cache-hits': '1',
39958npm verb headers 'x-timer': 'S1451417158.829371,VS0,VE436',
39959npm verb headers vary: 'Accept',
39960npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
39961npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
39962npm verb headers connection: 'keep-alive' }
39963npm verb get saving d to /root/.npm/registry.npmjs.org/d/.cache.json
39964npm verb cache add spec d@~0.1.1
39965npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for d
39966npm verb addNameRange registry:http://registry.npmjs.org/d not in flight; fetching
39967npm verb get http://registry.npmjs.org/d not expired, no request
39968npm verb addNamed "0.1.1" is a plain semver version for d
39969npm verb addRemoteTarball http://registry.npmjs.org/d/-/d-0.1.1.tgz not in flight; adding
39970npm verb addRemoteTarball [ 'http://registry.npmjs.org/d/-/d-0.1.1.tgz',
39971npm verb addRemoteTarball 'da184c535d18d8ee7ba2aa229b914009fae11309' ]
39972npm info retry fetch attempt 1 at 19:25:59
39973npm info attempt registry request try #1 at 19:25:59
39974npm http fetch GET http://registry.npmjs.org/d/-/d-0.1.1.tgz
39975npm http fetch 200 http://registry.npmjs.org/d/-/d-0.1.1.tgz
39976npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/d/-/d-0.1.1.tgz not in flight; adding
39977npm verb addTmpTarball already have metadata; skipping unpack for d@0.1.1
39978npm verb afterAdd /root/.npm/d/0.1.1/package/package.json not in flight; writing
39979npm verb afterAdd /root/.npm/d/0.1.1/package/package.json written
39980npm verb request uri http://registry.npmjs.org/es6-iterator
39981npm verb request no auth needed
39982npm info attempt registry request try #1 at 19:25:59
39983npm http request GET http://registry.npmjs.org/es6-iterator
39984npm verb request uri http://registry.npmjs.org/es6-symbol
39985npm verb request no auth needed
39986npm info attempt registry request try #1 at 19:25:59
39987npm http request GET http://registry.npmjs.org/es6-symbol
39988npm http 200 http://registry.npmjs.org/es6-iterator
39989npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39990npm verb headers etag: '"28TXQ5EQWF6GN9UHJJEGXFF7P"',
39991npm verb headers 'content-type': 'application/json',
39992npm verb headers 'cache-control': 'max-age=300',
39993npm verb headers 'content-length': '14220',
39994npm verb headers 'accept-ranges': 'bytes',
39995npm verb headers date: 'Tue, 29 Dec 2015 19:25:59 GMT',
39996npm verb headers age: '107',
39997npm verb headers 'x-served-by': 'cache-fra1243-FRA',
39998npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
39999npm verb headers 'x-cache-hits': '3',
40000npm verb headers 'x-timer': 'S1451417159.389159,VS0,VE0',
40001npm verb headers vary: 'Accept',
40002npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40003npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40004npm verb headers connection: 'keep-alive' }
40005npm verb get saving es6-iterator to /root/.npm/registry.npmjs.org/es6-iterator/.cache.json
40006npm http 200 http://registry.npmjs.org/es6-symbol
40007npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40008npm verb headers etag: '"AS6CHBAD9CPSJA1WYB7VUJ73K"',
40009npm verb headers 'content-type': 'application/json',
40010npm verb headers 'cache-control': 'max-age=300',
40011npm verb headers 'content-length': '14494',
40012npm verb headers 'accept-ranges': 'bytes',
40013npm verb headers date: 'Tue, 29 Dec 2015 19:25:59 GMT',
40014npm verb headers age: '165',
40015npm verb headers 'x-served-by': 'cache-fra1240-FRA',
40016npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40017npm verb headers 'x-cache-hits': '2',
40018npm verb headers 'x-timer': 'S1451417159.395208,VS0,VE0',
40019npm verb headers vary: 'Accept',
40020npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40021npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40022npm verb headers connection: 'keep-alive' }
40023npm verb get saving es6-symbol to /root/.npm/registry.npmjs.org/es6-symbol/.cache.json
40024npm verb cache add spec es6-iterator@2
40025npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for es6-iterator
40026npm verb addNameRange registry:http://registry.npmjs.org/es6-iterator not in flight; fetching
40027npm verb cache add spec es6-symbol@~3.0.2
40028npm verb addNamed ">=3.0.2 <3.1.0" is a valid semver range for es6-symbol
40029npm verb addNameRange registry:http://registry.npmjs.org/es6-symbol not in flight; fetching
40030npm verb get http://registry.npmjs.org/es6-iterator not expired, no request
40031npm verb addNamed "2.0.0" is a plain semver version for es6-iterator
40032npm verb get http://registry.npmjs.org/es6-symbol not expired, no request
40033npm verb addNamed "3.0.2" is a plain semver version for es6-symbol
40034npm verb addRemoteTarball http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz not in flight; adding
40035npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz',
40036npm verb addRemoteTarball 'bd968567d61635e33c0b80727613c9cb4b096bac' ]
40037npm verb addRemoteTarball http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz not in flight; adding
40038npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz',
40039npm verb addRemoteTarball '1e928878c6f5e63541625b4bb4df4af07d154219' ]
40040npm info retry fetch attempt 1 at 19:25:59
40041npm info attempt registry request try #1 at 19:25:59
40042npm http fetch GET http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz
40043npm info retry fetch attempt 1 at 19:25:59
40044npm info attempt registry request try #1 at 19:25:59
40045npm http fetch GET http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz
40046npm http fetch 200 http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz
40047npm http fetch 200 http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz
40048npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz not in flight; adding
40049npm verb addTmpTarball already have metadata; skipping unpack for es6-symbol@3.0.2
40050npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz not in flight; adding
40051npm verb addTmpTarball already have metadata; skipping unpack for es6-iterator@2.0.0
40052npm verb afterAdd /root/.npm/es6-symbol/3.0.2/package/package.json not in flight; writing
40053npm verb afterAdd /root/.npm/es6-iterator/2.0.0/package/package.json not in flight; writing
40054npm verb afterAdd /root/.npm/es6-symbol/3.0.2/package/package.json written
40055npm verb afterAdd /root/.npm/es6-iterator/2.0.0/package/package.json written
40056npm verb request uri http://registry.npmjs.org/es6-weak-map
40057npm verb request no auth needed
40058npm info attempt registry request try #1 at 19:25:59
40059npm http request GET http://registry.npmjs.org/es6-weak-map
40060npm verb request uri http://registry.npmjs.org/event-emitter
40061npm verb request no auth needed
40062npm info attempt registry request try #1 at 19:25:59
40063npm http request GET http://registry.npmjs.org/event-emitter
40064npm verb request uri http://registry.npmjs.org/lru-queue
40065npm verb request no auth needed
40066npm info attempt registry request try #1 at 19:25:59
40067npm http request GET http://registry.npmjs.org/lru-queue
40068npm verb request uri http://registry.npmjs.org/next-tick
40069npm verb request no auth needed
40070npm info attempt registry request try #1 at 19:25:59
40071npm http request GET http://registry.npmjs.org/next-tick
40072npm http 200 http://registry.npmjs.org/lru-queue
40073npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40074npm verb headers etag: '"CFJ5WT39JFIVIP3NYUYV4UBSH"',
40075npm verb headers 'content-type': 'application/json',
40076npm verb headers 'cache-control': 'max-age=300',
40077npm verb headers 'content-length': '3473',
40078npm verb headers 'accept-ranges': 'bytes',
40079npm verb headers date: 'Tue, 29 Dec 2015 19:25:59 GMT',
40080npm verb headers age: '216',
40081npm verb headers 'x-served-by': 'cache-fra1240-FRA',
40082npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40083npm verb headers 'x-cache-hits': '2',
40084npm verb headers 'x-timer': 'S1451417159.618313,VS0,VE0',
40085npm verb headers vary: 'Accept',
40086npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
40087npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40088npm verb headers connection: 'keep-alive' }
40089npm verb get saving lru-queue to /root/.npm/registry.npmjs.org/lru-queue/.cache.json
40090npm http 200 http://registry.npmjs.org/next-tick
40091npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40092npm verb headers etag: '"D18MYWI7BFQGY2IH7ROD2PQSJ"',
40093npm verb headers 'content-type': 'application/json',
40094npm verb headers 'cache-control': 'max-age=300',
40095npm verb headers 'content-length': '5563',
40096npm verb headers 'accept-ranges': 'bytes',
40097npm verb headers date: 'Tue, 29 Dec 2015 19:25:59 GMT',
40098npm verb headers age: '187',
40099npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40100npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40101npm verb headers 'x-cache-hits': '1',
40102npm verb headers 'x-timer': 'S1451417159.618411,VS0,VE0',
40103npm verb headers vary: 'Accept',
40104npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40105npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40106npm verb headers connection: 'keep-alive' }
40107npm verb get saving next-tick to /root/.npm/registry.npmjs.org/next-tick/.cache.json
40108npm http 200 http://registry.npmjs.org/event-emitter
40109npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40110npm verb headers etag: '"BNDRZD5PL7DASNJLUHWO17MQA"',
40111npm verb headers 'content-type': 'application/json',
40112npm verb headers 'cache-control': 'max-age=300',
40113npm verb headers 'content-length': '20261',
40114npm verb headers 'accept-ranges': 'bytes',
40115npm verb headers date: 'Tue, 29 Dec 2015 19:25:59 GMT',
40116npm verb headers age: '131',
40117npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40118npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40119npm verb headers 'x-cache-hits': '1',
40120npm verb headers 'x-timer': 'S1451417159.618290,VS0,VE0',
40121npm verb headers vary: 'Accept',
40122npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40123npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40124npm verb headers connection: 'keep-alive' }
40125npm verb get saving event-emitter to /root/.npm/registry.npmjs.org/event-emitter/.cache.json
40126npm verb cache add spec next-tick@~0.2.2
40127npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for next-tick
40128npm verb addNameRange registry:http://registry.npmjs.org/next-tick not in flight; fetching
40129npm verb cache add spec lru-queue@0.1
40130npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for lru-queue
40131npm verb addNameRange registry:http://registry.npmjs.org/lru-queue not in flight; fetching
40132npm verb cache add spec event-emitter@~0.3.3
40133npm verb addNamed ">=0.3.3 <0.4.0" is a valid semver range for event-emitter
40134npm verb addNameRange registry:http://registry.npmjs.org/event-emitter not in flight; fetching
40135npm verb get http://registry.npmjs.org/next-tick not expired, no request
40136npm verb addNamed "0.2.2" is a plain semver version for next-tick
40137npm verb get http://registry.npmjs.org/lru-queue not expired, no request
40138npm verb addNamed "0.1.0" is a plain semver version for lru-queue
40139npm verb addRemoteTarball http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz not in flight; adding
40140npm verb addRemoteTarball [ 'http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz',
40141npm verb addRemoteTarball '75da4a927ee5887e39065880065b7336413b310d' ]
40142npm verb get http://registry.npmjs.org/event-emitter not expired, no request
40143npm verb addNamed "0.3.4" is a plain semver version for event-emitter
40144npm verb addRemoteTarball http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz not in flight; adding
40145npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz',
40146npm verb addRemoteTarball '2738bd9f0d3cf4f84490c5736c48699ac632cda3' ]
40147npm verb addRemoteTarball http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz not in flight; adding
40148npm verb addRemoteTarball [ 'http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz',
40149npm verb addRemoteTarball '8d63ddfb4cfe1fae3b32ca265c4c720222080bb5' ]
40150npm info retry fetch attempt 1 at 19:25:59
40151npm info attempt registry request try #1 at 19:25:59
40152npm http fetch GET http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz
40153npm info retry fetch attempt 1 at 19:25:59
40154npm info attempt registry request try #1 at 19:25:59
40155npm http fetch GET http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz
40156npm info retry fetch attempt 1 at 19:25:59
40157npm info attempt registry request try #1 at 19:25:59
40158npm http fetch GET http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz
40159npm http fetch 200 http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz
40160npm http fetch 200 http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz
40161npm http fetch 200 http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz
40162npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz not in flight; adding
40163npm verb addTmpTarball already have metadata; skipping unpack for next-tick@0.2.2
40164npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz not in flight; adding
40165npm verb addTmpTarball already have metadata; skipping unpack for lru-queue@0.1.0
40166npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz not in flight; adding
40167npm verb addTmpTarball already have metadata; skipping unpack for event-emitter@0.3.4
40168npm verb afterAdd /root/.npm/lru-queue/0.1.0/package/package.json not in flight; writing
40169npm verb afterAdd /root/.npm/next-tick/0.2.2/package/package.json not in flight; writing
40170npm verb afterAdd /root/.npm/event-emitter/0.3.4/package/package.json not in flight; writing
40171npm verb afterAdd /root/.npm/next-tick/0.2.2/package/package.json written
40172npm verb afterAdd /root/.npm/lru-queue/0.1.0/package/package.json written
40173npm verb afterAdd /root/.npm/event-emitter/0.3.4/package/package.json written
40174npm http 200 http://registry.npmjs.org/es6-weak-map
40175npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40176npm verb headers etag: '"DBAWLO6AQR930X30NZGWWA9TD"',
40177npm verb headers 'content-type': 'application/json',
40178npm verb headers 'cache-control': 'max-age=60',
40179npm verb headers 'content-length': '17049',
40180npm verb headers 'accept-ranges': 'bytes',
40181npm verb headers date: 'Tue, 29 Dec 2015 19:26:00 GMT',
40182npm verb headers age: '0',
40183npm verb headers 'x-served-by': 'cache-fra1240-FRA',
40184npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40185npm verb headers 'x-cache-hits': '1',
40186npm verb headers 'x-timer': 'S1451417159.618162,VS0,VE523',
40187npm verb headers vary: 'Accept',
40188npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
40189npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40190npm verb headers connection: 'keep-alive' }
40191npm verb get saving es6-weak-map to /root/.npm/registry.npmjs.org/es6-weak-map/.cache.json
40192npm verb cache add spec es6-weak-map@~0.1.4
40193npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for es6-weak-map
40194npm verb addNameRange registry:http://registry.npmjs.org/es6-weak-map not in flight; fetching
40195npm verb get http://registry.npmjs.org/es6-weak-map not expired, no request
40196npm verb addNamed "0.1.4" is a plain semver version for es6-weak-map
40197npm verb addRemoteTarball http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz not in flight; adding
40198npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz',
40199npm verb addRemoteTarball '706cef9e99aa236ba7766c239c8b9e286ea7d228' ]
40200npm info retry fetch attempt 1 at 19:26:00
40201npm info attempt registry request try #1 at 19:26:00
40202npm http fetch GET http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz
40203npm http fetch 200 http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz
40204npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz not in flight; adding
40205npm verb addTmpTarball already have metadata; skipping unpack for es6-weak-map@0.1.4
40206npm verb afterAdd /root/.npm/es6-weak-map/0.1.4/package/package.json not in flight; writing
40207npm verb afterAdd /root/.npm/es6-weak-map/0.1.4/package/package.json written
40208npm verb cache add spec es6-iterator@~0.1.3
40209npm verb cache add spec es6-symbol@~2.0.1
40210npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for es6-iterator
40211npm verb addNameRange registry:http://registry.npmjs.org/es6-iterator not in flight; fetching
40212npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for es6-symbol
40213npm verb addNameRange registry:http://registry.npmjs.org/es6-symbol not in flight; fetching
40214npm verb get http://registry.npmjs.org/es6-iterator not expired, no request
40215npm verb addNamed "0.1.3" is a plain semver version for es6-iterator
40216npm verb get http://registry.npmjs.org/es6-symbol not expired, no request
40217npm verb addNamed "2.0.1" is a plain semver version for es6-symbol
40218npm verb addRemoteTarball http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz not in flight; adding
40219npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz',
40220npm verb addRemoteTarball 'd6f58b8c4fc413c249b4baa19768f8e4d7c8944e' ]
40221npm verb addRemoteTarball http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz not in flight; adding
40222npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz',
40223npm verb addRemoteTarball '761b5c67cfd4f1d18afb234f691d678682cb3bf3' ]
40224npm info retry fetch attempt 1 at 19:26:00
40225npm info attempt registry request try #1 at 19:26:00
40226npm http fetch GET http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz
40227npm info retry fetch attempt 1 at 19:26:00
40228npm info attempt registry request try #1 at 19:26:00
40229npm http fetch GET http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz
40230npm http fetch 200 http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz
40231npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz not in flight; adding
40232npm verb addTmpTarball already have metadata; skipping unpack for es6-iterator@0.1.3
40233npm verb afterAdd /root/.npm/es6-iterator/0.1.3/package/package.json not in flight; writing
40234npm verb afterAdd /root/.npm/es6-iterator/0.1.3/package/package.json written
40235npm http fetch 200 http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz
40236npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz not in flight; adding
40237npm verb addTmpTarball already have metadata; skipping unpack for es6-symbol@2.0.1
40238npm verb afterAdd /root/.npm/es6-symbol/2.0.1/package/package.json not in flight; writing
40239npm verb afterAdd /root/.npm/es6-symbol/2.0.1/package/package.json written
40240npm verb cache add spec strip-ansi@^2.0.1
40241npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for strip-ansi
40242npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
40243npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
40244npm verb addNamed "2.0.1" is a plain semver version for strip-ansi
40245npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz not in flight; adding
40246npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz',
40247npm verb addRemoteTarball 'df62c1aa94ed2f114e1d0f21fd1d50482b79a60e' ]
40248npm info retry fetch attempt 1 at 19:26:00
40249npm info attempt registry request try #1 at 19:26:00
40250npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz
40251npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz
40252npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz not in flight; adding
40253npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@2.0.1
40254npm verb afterAdd /root/.npm/strip-ansi/2.0.1/package/package.json not in flight; writing
40255npm verb afterAdd /root/.npm/strip-ansi/2.0.1/package/package.json written
40256npm verb cache add spec ansi-regex@^1.0.0
40257npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ansi-regex
40258npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
40259npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
40260npm verb addNamed "1.1.1" is a plain semver version for ansi-regex
40261npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz not in flight; adding
40262npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz',
40263npm verb addRemoteTarball '41c847194646375e6a1a5d10c3ca054ef9fc980d' ]
40264npm info retry fetch attempt 1 at 19:26:00
40265npm info attempt registry request try #1 at 19:26:00
40266npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
40267npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
40268npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz not in flight; adding
40269npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@1.1.1
40270npm verb afterAdd /root/.npm/ansi-regex/1.1.1/package/package.json not in flight; writing
40271npm verb afterAdd /root/.npm/ansi-regex/1.1.1/package/package.json written
40272npm verb cache add spec async@^0.9.0
40273npm verb cache add spec chalk@^0.5.1
40274npm verb cache add spec inquirer@^0.6.0
40275npm verb cache add spec tough-cookie@^0.12.1
40276npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
40277npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
40278npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
40279npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
40280npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for inquirer
40281npm verb addNameRange registry:http://registry.npmjs.org/inquirer not in flight; fetching
40282npm verb addNamed ">=0.12.1 <0.13.0" is a valid semver range for tough-cookie
40283npm verb addNameRange registry:http://registry.npmjs.org/tough-cookie not in flight; fetching
40284npm verb request uri http://registry.npmjs.org/configstore
40285npm verb request no auth needed
40286npm info attempt registry request try #1 at 19:26:00
40287npm http request GET http://registry.npmjs.org/configstore
40288npm verb request uri http://registry.npmjs.org/lodash.debounce
40289npm verb request no auth needed
40290npm info attempt registry request try #1 at 19:26:00
40291npm http request GET http://registry.npmjs.org/lodash.debounce
40292npm verb request uri http://registry.npmjs.org/os-name
40293npm verb request no auth needed
40294npm info attempt registry request try #1 at 19:26:00
40295npm http request GET http://registry.npmjs.org/os-name
40296npm verb get http://registry.npmjs.org/async not expired, no request
40297npm verb addNamed "0.9.2" is a plain semver version for async
40298npm verb get http://registry.npmjs.org/chalk not expired, no request
40299npm verb addNamed "0.5.1" is a plain semver version for chalk
40300npm verb get http://registry.npmjs.org/inquirer not expired, no request
40301npm verb addNamed "0.6.0" is a plain semver version for inquirer
40302npm verb request uri http://registry.npmjs.org/tough-cookie
40303npm verb request no auth needed
40304npm info attempt registry request try #1 at 19:26:00
40305npm verb etag "B7F5A665MXTTVUJINA0ZEOV17"
40306npm http request GET http://registry.npmjs.org/tough-cookie
40307npm http 200 http://registry.npmjs.org/os-name
40308npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40309npm verb headers etag: '"ZZ4OBC2SBH4BJ1B6H3HZCMQN"',
40310npm verb headers 'content-type': 'application/json',
40311npm verb headers 'cache-control': 'max-age=300',
40312npm verb headers 'content-length': '10961',
40313npm verb headers 'accept-ranges': 'bytes',
40314npm verb headers date: 'Tue, 29 Dec 2015 19:26:00 GMT',
40315npm verb headers age: '158',
40316npm verb headers 'x-served-by': 'cache-fra1240-FRA',
40317npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40318npm verb headers 'x-cache-hits': '1',
40319npm verb headers 'x-timer': 'S1451417160.599089,VS0,VE0',
40320npm verb headers vary: 'Accept',
40321npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40322npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40323npm verb headers connection: 'keep-alive' }
40324npm verb get saving os-name to /root/.npm/registry.npmjs.org/os-name/.cache.json
40325npm verb addRemoteTarball http://registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz not in flight; adding
40326npm verb addRemoteTarball [ 'http://registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz',
40327npm verb addRemoteTarball '614d7bb3e48f9e6a8028e94a0c38f23ef29823d3' ]
40328npm http 200 http://registry.npmjs.org/lodash.debounce
40329npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40330npm verb headers etag: '"9G5YAO3GUOLWYO76I1CCHI0LO"',
40331npm verb headers 'content-type': 'application/json',
40332npm verb headers 'cache-control': 'max-age=300',
40333npm verb headers 'content-length': '23618',
40334npm verb headers 'accept-ranges': 'bytes',
40335npm verb headers date: 'Tue, 29 Dec 2015 19:26:00 GMT',
40336npm verb headers age: '291',
40337npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40338npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40339npm verb headers 'x-cache-hits': '2',
40340npm verb headers 'x-timer': 'S1451417160.598884,VS0,VE0',
40341npm verb headers vary: 'Accept',
40342npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40343npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40344npm verb headers connection: 'keep-alive' }
40345npm verb get saving lodash.debounce to /root/.npm/registry.npmjs.org/lodash.debounce/.cache.json
40346npm http 200 http://registry.npmjs.org/configstore
40347npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40348npm verb headers etag: '"EQV841U1OQ39SO7A0FH0AS9EE"',
40349npm verb headers 'content-type': 'application/json',
40350npm verb headers 'cache-control': 'max-age=300',
40351npm verb headers 'content-length': '33024',
40352npm verb headers 'accept-ranges': 'bytes',
40353npm verb headers date: 'Tue, 29 Dec 2015 19:26:00 GMT',
40354npm verb headers age: '209',
40355npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40356npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40357npm verb headers 'x-cache-hits': '2',
40358npm verb headers 'x-timer': 'S1451417160.598846,VS0,VE0',
40359npm verb headers vary: 'Accept',
40360npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40361npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40362npm verb headers connection: 'keep-alive' }
40363npm verb get saving configstore to /root/.npm/registry.npmjs.org/configstore/.cache.json
40364npm info retry fetch attempt 1 at 19:26:00
40365npm info attempt registry request try #1 at 19:26:00
40366npm http fetch GET http://registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz
40367npm http 304 http://registry.npmjs.org/tough-cookie
40368npm verb headers { date: 'Tue, 29 Dec 2015 19:26:00 GMT',
40369npm verb headers 'cache-control': 'max-age=60',
40370npm verb headers etag: '"B7F5A665MXTTVUJINA0ZEOV17"',
40371npm verb headers age: '31',
40372npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40373npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40374npm verb headers 'x-cache-hits': '2',
40375npm verb headers 'x-timer': 'S1451417160.644297,VS0,VE0',
40376npm verb headers vary: 'Accept',
40377npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
40378npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40379npm verb headers connection: 'keep-alive' }
40380npm verb etag http://registry.npmjs.org/tough-cookie from cache
40381npm verb get saving tough-cookie to /root/.npm/registry.npmjs.org/tough-cookie/.cache.json
40382npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
40383npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
40384npm http fetch 200 http://registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz
40385npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
40386npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
40387npm verb cache add spec os-name@^1.0.0
40388npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-name
40389npm verb addNameRange registry:http://registry.npmjs.org/os-name not in flight; fetching
40390npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz not in flight; adding
40391npm verb addTmpTarball already have metadata; skipping unpack for inquirer@0.6.0
40392npm verb addNamed "0.12.1" is a plain semver version for tough-cookie
40393npm verb cache add spec lodash.debounce@^2.4.1
40394npm verb addNamed ">=2.4.1 <3.0.0" is a valid semver range for lodash.debounce
40395npm verb addNameRange registry:http://registry.npmjs.org/lodash.debounce not in flight; fetching
40396npm verb addRemoteTarball http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz not in flight; adding
40397npm verb addRemoteTarball [ 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz',
40398npm verb addRemoteTarball '8220c7e21abd5b13d96804254bd5a81ebf2c7d62' ]
40399npm verb cache add spec configstore@^0.3.1
40400npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for configstore
40401npm verb addNameRange registry:http://registry.npmjs.org/configstore not in flight; fetching
40402npm info retry fetch attempt 1 at 19:26:00
40403npm info attempt registry request try #1 at 19:26:00
40404npm http fetch GET http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz
40405npm verb get http://registry.npmjs.org/os-name not expired, no request
40406npm verb addNamed "1.0.3" is a plain semver version for os-name
40407npm verb addRemoteTarball http://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz not in flight; adding
40408npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz',
40409npm verb addRemoteTarball '1b379f64835af7c5a7f498b357cb95215c159edf' ]
40410npm http fetch 200 http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz
40411npm verb get http://registry.npmjs.org/lodash.debounce not expired, no request
40412npm verb addNamed "2.4.1" is a plain semver version for lodash.debounce
40413npm verb get http://registry.npmjs.org/configstore not expired, no request
40414npm verb addNamed "0.3.2" is a plain semver version for configstore
40415npm verb addRemoteTarball http://registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz not in flight; adding
40416npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz',
40417npm verb addRemoteTarball 'd8cead246ec4b926e8b85678fc396bfeba8cc6fc' ]
40418npm verb addRemoteTarball http://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz not in flight; adding
40419npm verb addRemoteTarball [ 'http://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz',
40420npm verb addRemoteTarball '25e4c16c3768abf75c5a65bc61761f495055b459' ]
40421npm info retry fetch attempt 1 at 19:26:00
40422npm info attempt registry request try #1 at 19:26:00
40423npm http fetch GET http://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz
40424npm verb afterAdd /root/.npm/inquirer/0.6.0/package/package.json not in flight; writing
40425npm info retry fetch attempt 1 at 19:26:00
40426npm info attempt registry request try #1 at 19:26:00
40427npm http fetch GET http://registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz
40428npm info retry fetch attempt 1 at 19:26:00
40429npm info attempt registry request try #1 at 19:26:00
40430npm http fetch GET http://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz
40431npm http fetch 200 http://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz
40432npm http fetch 200 http://registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz
40433npm http fetch 200 http://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz
40434npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz not in flight; adding
40435npm verb addTmpTarball already have metadata; skipping unpack for tough-cookie@0.12.1
40436npm verb afterAdd /root/.npm/inquirer/0.6.0/package/package.json written
40437npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/os-name/-/os-name-1.0.3.tgz not in flight; adding
40438npm verb addTmpTarball already have metadata; skipping unpack for os-name@1.0.3
40439npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz not in flight; adding
40440npm verb addTmpTarball already have metadata; skipping unpack for lodash.debounce@2.4.1
40441npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/configstore/-/configstore-0.3.2.tgz not in flight; adding
40442npm verb addTmpTarball already have metadata; skipping unpack for configstore@0.3.2
40443npm verb afterAdd /root/.npm/tough-cookie/0.12.1/package/package.json not in flight; writing
40444npm verb afterAdd /root/.npm/os-name/1.0.3/package/package.json not in flight; writing
40445npm verb afterAdd /root/.npm/tough-cookie/0.12.1/package/package.json written
40446npm verb afterAdd /root/.npm/lodash.debounce/2.4.1/package/package.json not in flight; writing
40447npm verb afterAdd /root/.npm/configstore/0.3.2/package/package.json not in flight; writing
40448npm verb afterAdd /root/.npm/os-name/1.0.3/package/package.json written
40449npm verb afterAdd /root/.npm/lodash.debounce/2.4.1/package/package.json written
40450npm verb afterAdd /root/.npm/configstore/0.3.2/package/package.json written
40451npm verb cache add spec ansi-styles@^1.1.0
40452npm verb cache add spec has-ansi@^0.1.0
40453npm verb cache add spec strip-ansi@^0.3.0
40454npm verb cache add spec supports-color@^0.2.0
40455npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
40456npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
40457npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
40458npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
40459npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
40460npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
40461npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
40462npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
40463npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
40464npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
40465npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
40466npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
40467npm verb get http://registry.npmjs.org/has-ansi not expired, no request
40468npm verb addNamed "0.1.0" is a plain semver version for has-ansi
40469npm verb get http://registry.npmjs.org/supports-color not expired, no request
40470npm verb addNamed "0.2.0" is a plain semver version for supports-color
40471npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
40472npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
40473npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
40474npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
40475npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
40476npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
40477npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
40478npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
40479npm verb cache add spec ansi-regex@^0.2.0
40480npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
40481npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
40482npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
40483npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
40484npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
40485npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
40486npm verb cache add spec graceful-fs@^3.0.1
40487npm verb cache add spec js-yaml@^3.1.0
40488npm verb cache add spec mkdirp@^0.5.0
40489npm verb cache add spec object-assign@^2.0.0
40490npm verb cache add spec uuid@^2.0.1
40491npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for graceful-fs
40492npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
40493npm verb addNamed ">=3.1.0 <4.0.0" is a valid semver range for js-yaml
40494npm verb addNameRange registry:http://registry.npmjs.org/js-yaml not in flight; fetching
40495npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
40496npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
40497npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for object-assign
40498npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
40499npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for uuid
40500npm verb addNameRange registry:http://registry.npmjs.org/uuid not in flight; fetching
40501npm verb request uri http://registry.npmjs.org/user-home
40502npm verb request no auth needed
40503npm info attempt registry request try #1 at 19:26:01
40504npm http request GET http://registry.npmjs.org/user-home
40505npm verb request uri http://registry.npmjs.org/xdg-basedir
40506npm verb request no auth needed
40507npm info attempt registry request try #1 at 19:26:01
40508npm http request GET http://registry.npmjs.org/xdg-basedir
40509npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
40510npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
40511npm verb request uri http://registry.npmjs.org/js-yaml
40512npm verb request no auth needed
40513npm info attempt registry request try #1 at 19:26:01
40514npm verb etag "80KSXEAHSZDUG5SQXWE04EYJ1"
40515npm http request GET http://registry.npmjs.org/js-yaml
40516npm verb get http://registry.npmjs.org/mkdirp not expired, no request
40517npm verb addNamed "0.5.1" is a plain semver version for mkdirp
40518npm verb request uri http://registry.npmjs.org/object-assign
40519npm verb request no auth needed
40520npm info attempt registry request try #1 at 19:26:01
40521npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
40522npm http request GET http://registry.npmjs.org/object-assign
40523npm verb request uri http://registry.npmjs.org/uuid
40524npm verb request no auth needed
40525npm info attempt registry request try #1 at 19:26:01
40526npm verb etag "BQOT4LTFN9NCPW1A56J0AMUJL"
40527npm http request GET http://registry.npmjs.org/uuid
40528npm http 200 http://registry.npmjs.org/user-home
40529npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40530npm verb headers etag: '"9OP5ZJHH4AEWD4GZXKUSGZQ0I"',
40531npm verb headers 'content-type': 'application/json',
40532npm verb headers 'cache-control': 'max-age=300',
40533npm verb headers 'content-length': '6464',
40534npm verb headers 'accept-ranges': 'bytes',
40535npm verb headers date: 'Tue, 29 Dec 2015 19:26:01 GMT',
40536npm verb headers age: '239',
40537npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40538npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40539npm verb headers 'x-cache-hits': '4',
40540npm verb headers 'x-timer': 'S1451417161.104667,VS0,VE0',
40541npm verb headers vary: 'Accept',
40542npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40543npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40544npm verb headers connection: 'keep-alive' }
40545npm verb get saving user-home to /root/.npm/registry.npmjs.org/user-home/.cache.json
40546npm http 200 http://registry.npmjs.org/xdg-basedir
40547npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40548npm verb headers etag: '"EDEBMOZGUHPSLT08U2DUM0ER7"',
40549npm verb headers 'content-type': 'application/json',
40550npm verb headers 'cache-control': 'max-age=60',
40551npm verb headers 'content-length': '6144',
40552npm verb headers 'accept-ranges': 'bytes',
40553npm verb headers date: 'Tue, 29 Dec 2015 19:26:01 GMT',
40554npm verb headers age: '14',
40555npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40556npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40557npm verb headers 'x-cache-hits': '1',
40558npm verb headers 'x-timer': 'S1451417161.104257,VS0,VE0',
40559npm verb headers vary: 'Accept',
40560npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
40561npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40562npm verb headers connection: 'keep-alive' }
40563npm verb get saving xdg-basedir to /root/.npm/registry.npmjs.org/xdg-basedir/.cache.json
40564npm http 304 http://registry.npmjs.org/js-yaml
40565npm verb headers { date: 'Tue, 29 Dec 2015 19:24:59 GMT',
40566npm verb headers 'content-type': 'application/json',
40567npm verb headers age: '159',
40568npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
40569npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40570npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
40571npm verb headers connection: 'keep-alive' }
40572npm verb etag http://registry.npmjs.org/js-yaml from cache
40573npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
40574npm http 304 http://registry.npmjs.org/uuid
40575npm verb headers { date: 'Tue, 29 Dec 2015 19:25:10 GMT',
40576npm verb headers 'content-type': 'application/json',
40577npm verb headers age: '90',
40578npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
40579npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40580npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
40581npm verb headers connection: 'keep-alive' }
40582npm verb etag http://registry.npmjs.org/uuid from cache
40583npm verb get saving uuid to /root/.npm/registry.npmjs.org/uuid/.cache.json
40584npm http 304 http://registry.npmjs.org/object-assign
40585npm verb headers { date: 'Tue, 29 Dec 2015 19:26:01 GMT',
40586npm verb headers 'cache-control': 'max-age=60',
40587npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
40588npm verb headers age: '54',
40589npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40590npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40591npm verb headers 'x-cache-hits': '3',
40592npm verb headers 'x-timer': 'S1451417161.139306,VS0,VE0',
40593npm verb headers vary: 'Accept',
40594npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
40595npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40596npm verb headers connection: 'keep-alive' }
40597npm verb etag http://registry.npmjs.org/object-assign from cache
40598npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
40599npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
40600npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
40601npm verb addNamed "2.0.1" is a plain semver version for uuid
40602npm verb addNamed "3.4.6" is a plain semver version for js-yaml
40603npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
40604npm verb cache add spec user-home@^1.0.0
40605npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for user-home
40606npm verb addNameRange registry:http://registry.npmjs.org/user-home not in flight; fetching
40607npm verb addRemoteTarball http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz not in flight; adding
40608npm verb addRemoteTarball [ 'http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz',
40609npm verb addRemoteTarball 'c2a30dedb3e535d72ccf82e343941a50ba8533ac' ]
40610npm verb addRemoteTarball http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz not in flight; adding
40611npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz',
40612npm verb addRemoteTarball '6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0' ]
40613npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
40614npm verb addNamed "2.1.1" is a plain semver version for object-assign
40615npm verb cache add spec xdg-basedir@^1.0.0
40616npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for xdg-basedir
40617npm verb addNameRange registry:http://registry.npmjs.org/xdg-basedir not in flight; fetching
40618npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz not in flight; adding
40619npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz',
40620npm verb addRemoteTarball '43c36e5d569ff8e4816c4efa8be02d26967c18aa' ]
40621npm info retry fetch attempt 1 at 19:26:01
40622npm info attempt registry request try #1 at 19:26:01
40623npm http fetch GET http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz
40624npm info retry fetch attempt 1 at 19:26:01
40625npm info attempt registry request try #1 at 19:26:01
40626npm http fetch GET http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz
40627npm info retry fetch attempt 1 at 19:26:01
40628npm info attempt registry request try #1 at 19:26:01
40629npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz
40630npm http fetch 200 http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz
40631npm verb get http://registry.npmjs.org/user-home not expired, no request
40632npm verb addNamed "1.1.1" is a plain semver version for user-home
40633npm verb get http://registry.npmjs.org/xdg-basedir not expired, no request
40634npm verb addNamed "1.0.1" is a plain semver version for xdg-basedir
40635npm verb addRemoteTarball http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz not in flight; adding
40636npm verb addRemoteTarball [ 'http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz',
40637npm verb addRemoteTarball '2b5be23a32b63a7c9deb8d0f28d485724a3df190' ]
40638npm verb addRemoteTarball http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz not in flight; adding
40639npm verb addRemoteTarball [ 'http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz',
40640npm verb addRemoteTarball '14ff8f63a4fdbcb05d5b6eea22b36f3033b9f04e' ]
40641npm http fetch 200 http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz
40642npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz
40643npm info retry fetch attempt 1 at 19:26:01
40644npm info attempt registry request try #1 at 19:26:01
40645npm http fetch GET http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
40646npm info retry fetch attempt 1 at 19:26:01
40647npm info attempt registry request try #1 at 19:26:01
40648npm http fetch GET http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz
40649npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uuid/-/uuid-2.0.1.tgz not in flight; adding
40650npm verb addTmpTarball already have metadata; skipping unpack for uuid@2.0.1
40651npm http fetch 200 http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
40652npm http fetch 200 http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz
40653npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz not in flight; adding
40654npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@3.4.6
40655npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz not in flight; adding
40656npm verb addTmpTarball already have metadata; skipping unpack for object-assign@2.1.1
40657npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/user-home/-/user-home-1.1.1.tgz not in flight; adding
40658npm verb addTmpTarball already have metadata; skipping unpack for user-home@1.1.1
40659npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz not in flight; adding
40660npm verb addTmpTarball already have metadata; skipping unpack for xdg-basedir@1.0.1
40661npm verb afterAdd /root/.npm/uuid/2.0.1/package/package.json not in flight; writing
40662npm verb afterAdd /root/.npm/js-yaml/3.4.6/package/package.json not in flight; writing
40663npm verb afterAdd /root/.npm/object-assign/2.1.1/package/package.json not in flight; writing
40664npm verb afterAdd /root/.npm/uuid/2.0.1/package/package.json written
40665npm verb afterAdd /root/.npm/js-yaml/3.4.6/package/package.json written
40666npm verb afterAdd /root/.npm/object-assign/2.1.1/package/package.json written
40667npm verb afterAdd /root/.npm/user-home/1.1.1/package/package.json not in flight; writing
40668npm verb afterAdd /root/.npm/xdg-basedir/1.0.1/package/package.json not in flight; writing
40669npm verb afterAdd /root/.npm/user-home/1.1.1/package/package.json written
40670npm verb afterAdd /root/.npm/xdg-basedir/1.0.1/package/package.json written
40671npm verb cache add spec argparse@^1.0.2
40672npm verb cache add spec esprima@^2.6.0
40673npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for argparse
40674npm verb addNameRange registry:http://registry.npmjs.org/argparse not in flight; fetching
40675npm verb addNamed ">=2.6.0 <3.0.0" is a valid semver range for esprima
40676npm verb addNameRange registry:http://registry.npmjs.org/esprima not in flight; fetching
40677npm verb request uri http://registry.npmjs.org/inherit
40678npm verb request no auth needed
40679npm info attempt registry request try #1 at 19:26:01
40680npm http request GET http://registry.npmjs.org/inherit
40681npm verb request uri http://registry.npmjs.org/argparse
40682npm verb request no auth needed
40683npm info attempt registry request try #1 at 19:26:01
40684npm verb etag "9DFOWC6LFKICESBRM05FPSMYH"
40685npm http request GET http://registry.npmjs.org/argparse
40686npm verb request uri http://registry.npmjs.org/esprima
40687npm verb request no auth needed
40688npm info attempt registry request try #1 at 19:26:01
40689npm verb etag "6A8X9EOBDF5HCCSRV5XCYY6XZ"
40690npm http request GET http://registry.npmjs.org/esprima
40691npm http 304 http://registry.npmjs.org/argparse
40692npm verb headers { date: 'Tue, 29 Dec 2015 19:25:01 GMT',
40693npm verb headers 'content-type': 'application/json',
40694npm verb headers age: '166',
40695npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
40696npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40697npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
40698npm verb headers connection: 'keep-alive' }
40699npm verb etag http://registry.npmjs.org/argparse from cache
40700npm verb get saving argparse to /root/.npm/registry.npmjs.org/argparse/.cache.json
40701npm http 304 http://registry.npmjs.org/esprima
40702npm verb headers { date: 'Tue, 29 Dec 2015 19:25:01 GMT',
40703npm verb headers 'content-type': 'application/json',
40704npm verb headers age: '175',
40705npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
40706npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40707npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
40708npm verb headers connection: 'keep-alive' }
40709npm verb etag http://registry.npmjs.org/esprima from cache
40710npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
40711npm verb addNamed "1.0.3" is a plain semver version for argparse
40712npm verb addRemoteTarball http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz not in flight; adding
40713npm verb addRemoteTarball [ 'http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz',
40714npm verb addRemoteTarball '14389deeb0c28fc4cda9405b9f532a4e3785ce84' ]
40715npm http 200 http://registry.npmjs.org/inherit
40716npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40717npm verb headers etag: '"CF7OVU5IDV30N1F1KIPZOM501"',
40718npm verb headers 'content-type': 'application/json',
40719npm verb headers 'cache-control': 'max-age=60',
40720npm verb headers 'content-length': '14313',
40721npm verb headers 'accept-ranges': 'bytes',
40722npm verb headers date: 'Tue, 29 Dec 2015 19:26:01 GMT',
40723npm verb headers age: '8',
40724npm verb headers 'x-served-by': 'cache-fra1240-FRA',
40725npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40726npm verb headers 'x-cache-hits': '1',
40727npm verb headers 'x-timer': 'S1451417161.401882,VS0,VE0',
40728npm verb headers vary: 'Accept',
40729npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
40730npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40731npm verb headers connection: 'keep-alive' }
40732npm verb get saving inherit to /root/.npm/registry.npmjs.org/inherit/.cache.json
40733npm verb addNamed "2.7.1" is a plain semver version for esprima
40734npm verb addRemoteTarball http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz not in flight; adding
40735npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz',
40736npm verb addRemoteTarball '2ab7d1549edd06d14d69a6c1a1754aca02e9657e' ]
40737npm info retry fetch attempt 1 at 19:26:01
40738npm info attempt registry request try #1 at 19:26:01
40739npm http fetch GET http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz
40740npm info retry fetch attempt 1 at 19:26:01
40741npm info attempt registry request try #1 at 19:26:01
40742npm http fetch GET http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz
40743npm http fetch 200 http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz
40744npm http fetch 200 http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz
40745npm verb cache add spec inherit@^2.2.2
40746npm verb addNamed ">=2.2.2 <3.0.0" is a valid semver range for inherit
40747npm verb addNameRange registry:http://registry.npmjs.org/inherit not in flight; fetching
40748npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/argparse/-/argparse-1.0.3.tgz not in flight; adding
40749npm verb addTmpTarball already have metadata; skipping unpack for argparse@1.0.3
40750npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/esprima/-/esprima-2.7.1.tgz not in flight; adding
40751npm verb addTmpTarball already have metadata; skipping unpack for esprima@2.7.1
40752npm verb get http://registry.npmjs.org/inherit not expired, no request
40753npm verb addNamed "2.2.2" is a plain semver version for inherit
40754npm verb addRemoteTarball http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz not in flight; adding
40755npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz',
40756npm verb addRemoteTarball '3b5b3417d434f81a234d68f79612615e416244a3' ]
40757npm info retry fetch attempt 1 at 19:26:01
40758npm info attempt registry request try #1 at 19:26:01
40759npm http fetch GET http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz
40760npm verb afterAdd /root/.npm/argparse/1.0.3/package/package.json not in flight; writing
40761npm verb afterAdd /root/.npm/esprima/2.7.1/package/package.json not in flight; writing
40762npm verb afterAdd /root/.npm/argparse/1.0.3/package/package.json written
40763npm verb afterAdd /root/.npm/esprima/2.7.1/package/package.json written
40764npm http fetch 200 http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz
40765npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/inherit/-/inherit-2.2.2.tgz not in flight; adding
40766npm verb addTmpTarball already have metadata; skipping unpack for inherit@2.2.2
40767npm verb afterAdd /root/.npm/inherit/2.2.2/package/package.json not in flight; writing
40768npm verb afterAdd /root/.npm/inherit/2.2.2/package/package.json written
40769npm verb cache add spec lodash@>= 3.2.0 < 4.0.0
40770npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for lodash
40771npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
40772npm verb request uri http://registry.npmjs.org/sprintf-js
40773npm verb request no auth needed
40774npm info attempt registry request try #1 at 19:26:01
40775npm http request GET http://registry.npmjs.org/sprintf-js
40776npm verb request uri http://registry.npmjs.org/lodash
40777npm verb request no auth needed
40778npm info attempt registry request try #1 at 19:26:01
40779npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
40780npm http request GET http://registry.npmjs.org/lodash
40781npm http 304 http://registry.npmjs.org/lodash
40782npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
40783npm verb headers 'content-type': 'application/json',
40784npm verb headers age: '153',
40785npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
40786npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40787npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
40788npm verb headers connection: 'keep-alive' }
40789npm verb etag http://registry.npmjs.org/lodash from cache
40790npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
40791npm http 200 http://registry.npmjs.org/sprintf-js
40792npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40793npm verb headers etag: '"7IPFW0OURMLX2TIJLPV8CZ5D1"',
40794npm verb headers 'content-type': 'application/json',
40795npm verb headers 'cache-control': 'max-age=300',
40796npm verb headers 'content-length': '9832',
40797npm verb headers 'accept-ranges': 'bytes',
40798npm verb headers date: 'Tue, 29 Dec 2015 19:26:01 GMT',
40799npm verb headers age: '272',
40800npm verb headers 'x-served-by': 'cache-fra1222-FRA',
40801npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40802npm verb headers 'x-cache-hits': '2',
40803npm verb headers 'x-timer': 'S1451417161.620914,VS0,VE0',
40804npm verb headers vary: 'Accept',
40805npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40806npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40807npm verb headers connection: 'keep-alive' }
40808npm verb get saving sprintf-js to /root/.npm/registry.npmjs.org/sprintf-js/.cache.json
40809npm verb addNamed "3.10.1" is a plain semver version for lodash
40810npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
40811npm verb cache add spec sprintf-js@~1.0.2
40812npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for sprintf-js
40813npm verb addNameRange registry:http://registry.npmjs.org/sprintf-js not in flight; fetching
40814npm verb get http://registry.npmjs.org/sprintf-js not expired, no request
40815npm verb addNamed "1.0.3" is a plain semver version for sprintf-js
40816npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
40817npm verb addRemoteTarball http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz not in flight; adding
40818npm verb addRemoteTarball [ 'http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz',
40819npm verb addRemoteTarball '04e6926f662895354f3dd015203633b857297e2c' ]
40820npm info retry fetch attempt 1 at 19:26:01
40821npm info attempt registry request try #1 at 19:26:01
40822npm http fetch GET http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
40823npm http fetch 200 http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
40824npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz not in flight; adding
40825npm verb addTmpTarball already have metadata; skipping unpack for sprintf-js@1.0.3
40826npm verb afterAdd /root/.npm/sprintf-js/1.0.3/package/package.json not in flight; writing
40827npm verb afterAdd /root/.npm/sprintf-js/1.0.3/package/package.json written
40828npm verb cache add spec minimist@0.0.8
40829npm verb addNamed "0.0.8" is a plain semver version for minimist
40830npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
40831npm verb get http://registry.npmjs.org/minimist not expired, no request
40832npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
40833npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
40834npm verb request uri http://registry.npmjs.org/lodash.isfunction
40835npm verb request no auth needed
40836npm info attempt registry request try #1 at 19:26:01
40837npm http request GET http://registry.npmjs.org/lodash.isfunction
40838npm verb request uri http://registry.npmjs.org/lodash.isobject
40839npm verb request no auth needed
40840npm info attempt registry request try #1 at 19:26:01
40841npm http request GET http://registry.npmjs.org/lodash.isobject
40842npm verb request uri http://registry.npmjs.org/lodash.now
40843npm verb request no auth needed
40844npm info attempt registry request try #1 at 19:26:01
40845npm http request GET http://registry.npmjs.org/lodash.now
40846npm http 200 http://registry.npmjs.org/lodash.now
40847npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40848npm verb headers etag: '"4OSU8OBQJJG8A6FNR1C5SDPYA"',
40849npm verb headers 'content-type': 'application/json',
40850npm verb headers 'cache-control': 'max-age=300',
40851npm verb headers 'content-length': '8173',
40852npm verb headers 'accept-ranges': 'bytes',
40853npm verb headers date: 'Tue, 29 Dec 2015 19:26:01 GMT',
40854npm verb headers age: '5',
40855npm verb headers 'x-served-by': 'cache-fra1229-FRA',
40856npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40857npm verb headers 'x-cache-hits': '1',
40858npm verb headers 'x-timer': 'S1451417161.923137,VS0,VE2',
40859npm verb headers vary: 'Accept',
40860npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40861npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40862npm verb headers connection: 'keep-alive' }
40863npm verb get saving lodash.now to /root/.npm/registry.npmjs.org/lodash.now/.cache.json
40864npm http 200 http://registry.npmjs.org/lodash.isfunction
40865npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40866npm verb headers etag: '"CBHHYDJSLYZWTGYTDFDNQJ67D"',
40867npm verb headers 'content-type': 'application/json',
40868npm verb headers 'cache-control': 'max-age=300',
40869npm verb headers 'content-length': '24470',
40870npm verb headers 'accept-ranges': 'bytes',
40871npm verb headers date: 'Tue, 29 Dec 2015 19:26:01 GMT',
40872npm verb headers age: '224',
40873npm verb headers 'x-served-by': 'cache-fra1220-FRA',
40874npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40875npm verb headers 'x-cache-hits': '1',
40876npm verb headers 'x-timer': 'S1451417161.917970,VS0,VE0',
40877npm verb headers vary: 'Accept',
40878npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40879npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40880npm verb headers connection: 'keep-alive' }
40881npm verb get saving lodash.isfunction to /root/.npm/registry.npmjs.org/lodash.isfunction/.cache.json
40882npm http 200 http://registry.npmjs.org/lodash.isobject
40883npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40884npm verb headers etag: '"F1TYM11IDNU9YQD29KS5W9NDZ"',
40885npm verb headers 'content-type': 'application/json',
40886npm verb headers 'cache-control': 'max-age=300',
40887npm verb headers 'content-length': '17674',
40888npm verb headers 'accept-ranges': 'bytes',
40889npm verb headers date: 'Tue, 29 Dec 2015 19:26:01 GMT',
40890npm verb headers age: '9',
40891npm verb headers 'x-served-by': 'cache-fra1235-FRA',
40892npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40893npm verb headers 'x-cache-hits': '1',
40894npm verb headers 'x-timer': 'S1451417161.928360,VS0,VE4',
40895npm verb headers vary: 'Accept',
40896npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
40897npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40898npm verb headers connection: 'keep-alive' }
40899npm verb get saving lodash.isobject to /root/.npm/registry.npmjs.org/lodash.isobject/.cache.json
40900npm verb cache add spec lodash.isfunction@~2.4.1
40901npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash.isfunction
40902npm verb addNameRange registry:http://registry.npmjs.org/lodash.isfunction not in flight; fetching
40903npm verb cache add spec lodash.now@~2.4.1
40904npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash.now
40905npm verb addNameRange registry:http://registry.npmjs.org/lodash.now not in flight; fetching
40906npm verb get http://registry.npmjs.org/lodash.now not expired, no request
40907npm verb addNamed "2.4.1" is a plain semver version for lodash.now
40908npm verb get http://registry.npmjs.org/lodash.isfunction not expired, no request
40909npm verb addNamed "2.4.1" is a plain semver version for lodash.isfunction
40910npm verb addRemoteTarball http://registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz not in flight; adding
40911npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz',
40912npm verb addRemoteTarball '6872156500525185faf96785bb7fe7fe15b562c6' ]
40913npm verb addRemoteTarball http://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz not in flight; adding
40914npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz',
40915npm verb addRemoteTarball '2cfd575c73e498ab57e319b77fa02adef13a94d1' ]
40916npm info retry fetch attempt 1 at 19:26:02
40917npm info attempt registry request try #1 at 19:26:02
40918npm http fetch GET http://registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz
40919npm verb cache add spec lodash.isobject@~2.4.1
40920npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash.isobject
40921npm verb addNameRange registry:http://registry.npmjs.org/lodash.isobject not in flight; fetching
40922npm info retry fetch attempt 1 at 19:26:02
40923npm info attempt registry request try #1 at 19:26:02
40924npm http fetch GET http://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz
40925npm http fetch 200 http://registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz
40926npm http fetch 200 http://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz
40927npm verb get http://registry.npmjs.org/lodash.isobject not expired, no request
40928npm verb addNamed "2.4.1" is a plain semver version for lodash.isobject
40929npm verb addRemoteTarball http://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz not in flight; adding
40930npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz',
40931npm verb addRemoteTarball '5a2e47fe69953f1ee631a7eba1fe64d2d06558f5' ]
40932npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz not in flight; adding
40933npm verb addTmpTarball already have metadata; skipping unpack for lodash.now@2.4.1
40934npm info retry fetch attempt 1 at 19:26:02
40935npm info attempt registry request try #1 at 19:26:02
40936npm http fetch GET http://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz
40937npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz not in flight; adding
40938npm verb addTmpTarball already have metadata; skipping unpack for lodash.isfunction@2.4.1
40939npm http fetch 200 http://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz
40940npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz not in flight; adding
40941npm verb addTmpTarball already have metadata; skipping unpack for lodash.isobject@2.4.1
40942npm verb afterAdd /root/.npm/lodash.now/2.4.1/package/package.json not in flight; writing
40943npm verb afterAdd /root/.npm/lodash.isfunction/2.4.1/package/package.json not in flight; writing
40944npm verb afterAdd /root/.npm/lodash.now/2.4.1/package/package.json written
40945npm verb afterAdd /root/.npm/lodash.isfunction/2.4.1/package/package.json written
40946npm verb afterAdd /root/.npm/lodash.isobject/2.4.1/package/package.json not in flight; writing
40947npm verb afterAdd /root/.npm/lodash.isobject/2.4.1/package/package.json written
40948npm verb request uri http://registry.npmjs.org/lodash._objecttypes
40949npm verb request no auth needed
40950npm info attempt registry request try #1 at 19:26:02
40951npm http request GET http://registry.npmjs.org/lodash._objecttypes
40952npm http 200 http://registry.npmjs.org/lodash._objecttypes
40953npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40954npm verb headers etag: '"5P1YDHG26NW1FH1O2HCDLIQG9"',
40955npm verb headers 'content-type': 'application/json',
40956npm verb headers 'cache-control': 'max-age=60',
40957npm verb headers 'content-length': '12368',
40958npm verb headers 'accept-ranges': 'bytes',
40959npm verb headers date: 'Tue, 29 Dec 2015 19:26:03 GMT',
40960npm verb headers age: '0',
40961npm verb headers 'x-served-by': 'cache-fra1235-FRA',
40962npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
40963npm verb headers 'x-cache-hits': '1',
40964npm verb headers 'x-timer': 'S1451417162.101591,VS0,VE908',
40965npm verb headers vary: 'Accept',
40966npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
40967npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
40968npm verb headers connection: 'keep-alive' }
40969npm verb get saving lodash._objecttypes to /root/.npm/registry.npmjs.org/lodash._objecttypes/.cache.json
40970npm verb cache add spec lodash._objecttypes@~2.4.1
40971npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash._objecttypes
40972npm verb addNameRange registry:http://registry.npmjs.org/lodash._objecttypes not in flight; fetching
40973npm verb get http://registry.npmjs.org/lodash._objecttypes not expired, no request
40974npm verb addNamed "2.4.1" is a plain semver version for lodash._objecttypes
40975npm verb addRemoteTarball http://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz not in flight; adding
40976npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz',
40977npm verb addRemoteTarball '7c0b7f69d98a1f76529f890b0cdb1b4dfec11c11' ]
40978npm info retry fetch attempt 1 at 19:26:03
40979npm info attempt registry request try #1 at 19:26:03
40980npm http fetch GET http://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz
40981npm http fetch 200 http://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz
40982npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz not in flight; adding
40983npm verb addTmpTarball already have metadata; skipping unpack for lodash._objecttypes@2.4.1
40984npm verb afterAdd /root/.npm/lodash._objecttypes/2.4.1/package/package.json not in flight; writing
40985npm verb afterAdd /root/.npm/lodash._objecttypes/2.4.1/package/package.json written
40986npm verb request uri http://registry.npmjs.org/lodash._isnative
40987npm verb request no auth needed
40988npm info attempt registry request try #1 at 19:26:03
40989npm http request GET http://registry.npmjs.org/lodash._isnative
40990npm http 200 http://registry.npmjs.org/lodash._isnative
40991npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40992npm verb headers etag: '"EG8UNOKHSAXW0G7OYIDET01SZ"',
40993npm verb headers 'content-type': 'application/json',
40994npm verb headers 'cache-control': 'max-age=60',
40995npm verb headers 'content-length': '3568',
40996npm verb headers 'accept-ranges': 'bytes',
40997npm verb headers date: 'Tue, 29 Dec 2015 19:26:03 GMT',
40998npm verb headers age: '10',
40999npm verb headers 'x-served-by': 'cache-fra1235-FRA',
41000npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41001npm verb headers 'x-cache-hits': '1',
41002npm verb headers 'x-timer': 'S1451417163.094958,VS0,VE0',
41003npm verb headers vary: 'Accept',
41004npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
41005npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41006npm verb headers connection: 'keep-alive' }
41007npm verb get saving lodash._isnative to /root/.npm/registry.npmjs.org/lodash._isnative/.cache.json
41008npm verb cache add spec lodash._isnative@~2.4.1
41009npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash._isnative
41010npm verb addNameRange registry:http://registry.npmjs.org/lodash._isnative not in flight; fetching
41011npm verb get http://registry.npmjs.org/lodash._isnative not expired, no request
41012npm verb addNamed "2.4.1" is a plain semver version for lodash._isnative
41013npm verb addRemoteTarball http://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz not in flight; adding
41014npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz',
41015npm verb addRemoteTarball '3ea6404b784a7be836c7b57580e1cdf79b14832c' ]
41016npm info retry fetch attempt 1 at 19:26:03
41017npm info attempt registry request try #1 at 19:26:03
41018npm http fetch GET http://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz
41019npm http fetch 200 http://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz
41020npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz not in flight; adding
41021npm verb addTmpTarball already have metadata; skipping unpack for lodash._isnative@2.4.1
41022npm verb afterAdd /root/.npm/lodash._isnative/2.4.1/package/package.json not in flight; writing
41023npm verb afterAdd /root/.npm/lodash._isnative/2.4.1/package/package.json written
41024npm verb request uri http://registry.npmjs.org/osx-release
41025npm verb request no auth needed
41026npm info attempt registry request try #1 at 19:26:03
41027npm http request GET http://registry.npmjs.org/osx-release
41028npm verb request uri http://registry.npmjs.org/win-release
41029npm verb request no auth needed
41030npm info attempt registry request try #1 at 19:26:03
41031npm http request GET http://registry.npmjs.org/win-release
41032npm http 200 http://registry.npmjs.org/osx-release
41033npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41034npm verb headers etag: '"XKBXX2WTRBUX6X8M3YJRK7YD"',
41035npm verb headers 'content-type': 'application/json',
41036npm verb headers 'cache-control': 'max-age=300',
41037npm verb headers 'content-length': '6655',
41038npm verb headers 'accept-ranges': 'bytes',
41039npm verb headers date: 'Tue, 29 Dec 2015 19:26:03 GMT',
41040npm verb headers age: '159',
41041npm verb headers 'x-served-by': 'cache-fra1235-FRA',
41042npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41043npm verb headers 'x-cache-hits': '2',
41044npm verb headers 'x-timer': 'S1451417163.193705,VS0,VE0',
41045npm verb headers vary: 'Accept',
41046npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
41047npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41048npm verb headers connection: 'keep-alive' }
41049npm verb get saving osx-release to /root/.npm/registry.npmjs.org/osx-release/.cache.json
41050npm http 200 http://registry.npmjs.org/win-release
41051npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41052npm verb headers etag: '"6K5HRYV3POOQJWPHIC4TVRBCQ"',
41053npm verb headers 'content-type': 'application/json',
41054npm verb headers 'cache-control': 'max-age=300',
41055npm verb headers 'content-length': '6926',
41056npm verb headers 'accept-ranges': 'bytes',
41057npm verb headers date: 'Tue, 29 Dec 2015 19:26:03 GMT',
41058npm verb headers age: '159',
41059npm verb headers 'x-served-by': 'cache-fra1220-FRA',
41060npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41061npm verb headers 'x-cache-hits': '3',
41062npm verb headers 'x-timer': 'S1451417163.200909,VS0,VE0',
41063npm verb headers vary: 'Accept',
41064npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41065npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41066npm verb headers connection: 'keep-alive' }
41067npm verb get saving win-release to /root/.npm/registry.npmjs.org/win-release/.cache.json
41068npm verb cache add spec osx-release@^1.0.0
41069npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for osx-release
41070npm verb addNameRange registry:http://registry.npmjs.org/osx-release not in flight; fetching
41071npm verb cache add spec win-release@^1.0.0
41072npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for win-release
41073npm verb addNameRange registry:http://registry.npmjs.org/win-release not in flight; fetching
41074npm verb get http://registry.npmjs.org/osx-release not expired, no request
41075npm verb addNamed "1.1.0" is a plain semver version for osx-release
41076npm verb get http://registry.npmjs.org/win-release not expired, no request
41077npm verb addNamed "1.1.1" is a plain semver version for win-release
41078npm verb addRemoteTarball http://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz not in flight; adding
41079npm verb addRemoteTarball [ 'http://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz',
41080npm verb addRemoteTarball 'f217911a28136949af1bf9308b241e2737d3cd6c' ]
41081npm verb addRemoteTarball http://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz not in flight; adding
41082npm verb addRemoteTarball [ 'http://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz',
41083npm verb addRemoteTarball '5fa55e02be7ca934edfc12665632e849b72e5209' ]
41084npm info retry fetch attempt 1 at 19:26:03
41085npm info attempt registry request try #1 at 19:26:03
41086npm http fetch GET http://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz
41087npm info retry fetch attempt 1 at 19:26:03
41088npm info attempt registry request try #1 at 19:26:03
41089npm http fetch GET http://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz
41090npm http fetch 200 http://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz
41091npm http fetch 200 http://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz
41092npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz not in flight; adding
41093npm verb addTmpTarball already have metadata; skipping unpack for osx-release@1.1.0
41094npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/win-release/-/win-release-1.1.1.tgz not in flight; adding
41095npm verb addTmpTarball already have metadata; skipping unpack for win-release@1.1.1
41096npm verb afterAdd /root/.npm/win-release/1.1.1/package/package.json not in flight; writing
41097npm verb afterAdd /root/.npm/osx-release/1.1.0/package/package.json not in flight; writing
41098npm verb afterAdd /root/.npm/win-release/1.1.1/package/package.json written
41099npm verb afterAdd /root/.npm/osx-release/1.1.0/package/package.json written
41100npm verb cache add spec semver@^5.0.1
41101npm verb addNamed ">=5.0.1 <6.0.0" is a valid semver range for semver
41102npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
41103npm verb request uri http://registry.npmjs.org/semver
41104npm verb request no auth needed
41105npm info attempt registry request try #1 at 19:26:03
41106npm verb etag "9AKHVLXH1EZXB2URR2AGEIANA"
41107npm http request GET http://registry.npmjs.org/semver
41108npm http 304 http://registry.npmjs.org/semver
41109npm verb headers { date: 'Tue, 29 Dec 2015 19:26:03 GMT',
41110npm verb headers 'cache-control': 'max-age=300',
41111npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
41112npm verb headers age: '1',
41113npm verb headers 'x-served-by': 'cache-fra1220-FRA',
41114npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41115npm verb headers 'x-cache-hits': '1',
41116npm verb headers 'x-timer': 'S1451417163.347985,VS0,VE19',
41117npm verb headers vary: 'Accept',
41118npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41119npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41120npm verb headers connection: 'keep-alive' }
41121npm verb etag http://registry.npmjs.org/semver from cache
41122npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
41123npm verb addNamed "5.1.0" is a plain semver version for semver
41124npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-5.1.0.tgz not in flight; adding
41125npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-5.1.0.tgz',
41126npm verb addRemoteTarball '85f2cf8550465c4df000cf7d86f6b054106ab9e5' ]
41127npm info retry fetch attempt 1 at 19:26:03
41128npm info attempt registry request try #1 at 19:26:03
41129npm http fetch GET http://registry.npmjs.org/semver/-/semver-5.1.0.tgz
41130npm http fetch 200 http://registry.npmjs.org/semver/-/semver-5.1.0.tgz
41131npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/semver/-/semver-5.1.0.tgz not in flight; adding
41132npm verb addTmpTarball already have metadata; skipping unpack for semver@5.1.0
41133npm verb afterAdd /root/.npm/semver/5.1.0/package/package.json not in flight; writing
41134npm verb afterAdd /root/.npm/semver/5.1.0/package/package.json written
41135npm verb request uri http://registry.npmjs.org/punycode
41136npm verb request no auth needed
41137npm info attempt registry request try #1 at 19:26:03
41138npm http request GET http://registry.npmjs.org/punycode
41139npm http 200 http://registry.npmjs.org/punycode
41140npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41141npm verb headers etag: '"CG0768VW0WWMHOQRNMWGCK0GI"',
41142npm verb headers 'content-type': 'application/json',
41143npm verb headers 'cache-control': 'max-age=300',
41144npm verb headers 'content-length': '34200',
41145npm verb headers 'accept-ranges': 'bytes',
41146npm verb headers date: 'Tue, 29 Dec 2015 19:26:03 GMT',
41147npm verb headers age: '295',
41148npm verb headers 'x-served-by': 'cache-fra1220-FRA',
41149npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41150npm verb headers 'x-cache-hits': '1',
41151npm verb headers 'x-timer': 'S1451417163.454521,VS0,VE0',
41152npm verb headers vary: 'Accept',
41153npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41154npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41155npm verb headers connection: 'keep-alive' }
41156npm verb get saving punycode to /root/.npm/registry.npmjs.org/punycode/.cache.json
41157npm verb cache add spec punycode@>=0.2.0
41158npm verb addNamed ">=0.2.0" is a valid semver range for punycode
41159npm verb addNameRange registry:http://registry.npmjs.org/punycode not in flight; fetching
41160npm verb get http://registry.npmjs.org/punycode not expired, no request
41161npm verb addNamed "1.4.0" is a plain semver version for punycode
41162npm verb addRemoteTarball http://registry.npmjs.org/punycode/-/punycode-1.4.0.tgz not in flight; adding
41163npm verb addRemoteTarball [ 'http://registry.npmjs.org/punycode/-/punycode-1.4.0.tgz',
41164npm verb addRemoteTarball '3f879ea03f24c718d4d4b7e47de1fb51cf6c3e33' ]
41165npm info retry fetch attempt 1 at 19:26:03
41166npm info attempt registry request try #1 at 19:26:03
41167npm http fetch GET http://registry.npmjs.org/punycode/-/punycode-1.4.0.tgz
41168npm http fetch 200 http://registry.npmjs.org/punycode/-/punycode-1.4.0.tgz
41169npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/punycode/-/punycode-1.4.0.tgz not in flight; adding
41170npm verb addTmpTarball already have metadata; skipping unpack for punycode@1.4.0
41171npm verb afterAdd /root/.npm/punycode/1.4.0/package/package.json not in flight; writing
41172npm verb afterAdd /root/.npm/punycode/1.4.0/package/package.json written
41173npm verb request uri http://registry.npmjs.org/read
41174npm verb request no auth needed
41175npm info attempt registry request try #1 at 19:26:03
41176npm http request GET http://registry.npmjs.org/read
41177npm http 200 http://registry.npmjs.org/read
41178npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41179npm verb headers etag: '"4NE5FAOQPK1SCERKDI38FDBM6"',
41180npm verb headers 'content-type': 'application/json',
41181npm verb headers 'cache-control': 'max-age=300',
41182npm verb headers 'content-length': '12126',
41183npm verb headers 'accept-ranges': 'bytes',
41184npm verb headers date: 'Tue, 29 Dec 2015 19:26:03 GMT',
41185npm verb headers age: '260',
41186npm verb headers 'x-served-by': 'cache-fra1235-FRA',
41187npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41188npm verb headers 'x-cache-hits': '1',
41189npm verb headers 'x-timer': 'S1451417163.608441,VS0,VE0',
41190npm verb headers vary: 'Accept',
41191npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41192npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41193npm verb headers connection: 'keep-alive' }
41194npm verb get saving read to /root/.npm/registry.npmjs.org/read/.cache.json
41195npm verb cache add spec read@~1.0.4
41196npm verb addNamed ">=1.0.4 <1.1.0" is a valid semver range for read
41197npm verb addNameRange registry:http://registry.npmjs.org/read not in flight; fetching
41198npm verb get http://registry.npmjs.org/read not expired, no request
41199npm verb addNamed "1.0.7" is a plain semver version for read
41200npm verb addRemoteTarball http://registry.npmjs.org/read/-/read-1.0.7.tgz not in flight; adding
41201npm verb addRemoteTarball [ 'http://registry.npmjs.org/read/-/read-1.0.7.tgz',
41202npm verb addRemoteTarball 'b3da19bd052431a97671d44a42634adf710b40c4' ]
41203npm info retry fetch attempt 1 at 19:26:03
41204npm info attempt registry request try #1 at 19:26:03
41205npm http fetch GET http://registry.npmjs.org/read/-/read-1.0.7.tgz
41206npm http fetch 200 http://registry.npmjs.org/read/-/read-1.0.7.tgz
41207npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/read/-/read-1.0.7.tgz not in flight; adding
41208npm verb addTmpTarball already have metadata; skipping unpack for read@1.0.7
41209npm verb afterAdd /root/.npm/read/1.0.7/package/package.json not in flight; writing
41210npm verb afterAdd /root/.npm/read/1.0.7/package/package.json written
41211npm verb cache add spec bl@~0.9.0
41212npm verb cache add spec caseless@~0.6.0
41213npm verb cache add spec forever-agent@~0.5.0
41214npm verb cache add spec qs@~1.2.0
41215npm verb cache add spec node-uuid@~1.4.0
41216npm verb cache add spec form-data@~0.1.0
41217npm verb cache add spec http-signature@~0.10.0
41218npm verb cache add spec oauth-sign@~0.4.0
41219npm verb cache add spec hawk@1.1.1
41220npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
41221npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
41222npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for caseless
41223npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
41224npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
41225npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
41226npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for qs
41227npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
41228npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
41229npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
41230npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
41231npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
41232npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
41233npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
41234npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for oauth-sign
41235npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
41236npm verb addNamed "1.1.1" is a plain semver version for hawk
41237npm verb addNameVersion registry:http://registry.npmjs.org/hawk not in flight; fetching
41238npm verb get http://registry.npmjs.org/forever-agent not expired, no request
41239npm verb addNamed "0.5.2" is a plain semver version for forever-agent
41240npm verb get http://registry.npmjs.org/node-uuid not expired, no request
41241npm verb addNamed "1.4.7" is a plain semver version for node-uuid
41242npm verb get http://registry.npmjs.org/form-data not expired, no request
41243npm verb addNamed "0.1.4" is a plain semver version for form-data
41244npm verb get http://registry.npmjs.org/http-signature not expired, no request
41245npm verb addNamed "0.10.1" is a plain semver version for http-signature
41246npm verb get http://registry.npmjs.org/oauth-sign not expired, no request
41247npm verb addNamed "0.4.0" is a plain semver version for oauth-sign
41248npm verb get http://registry.npmjs.org/caseless not expired, no request
41249npm verb addNamed "0.6.0" is a plain semver version for caseless
41250npm verb get http://registry.npmjs.org/bl not expired, no request
41251npm verb addNamed "0.9.4" is a plain semver version for bl
41252npm verb get http://registry.npmjs.org/hawk not expired, no request
41253npm verb get http://registry.npmjs.org/qs not expired, no request
41254npm verb addNamed "1.2.2" is a plain semver version for qs
41255npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
41256npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz',
41257npm verb addRemoteTarball '91abd788aba9702b1aabfa8bc01031a2ac9e3b12' ]
41258npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz not in flight; adding
41259npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz',
41260npm verb addRemoteTarball 'f22956f31ea7151a821e5f2fb32c113cad8b9f69' ]
41261npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz not in flight; adding
41262npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz',
41263npm verb addRemoteTarball '8167c1ab8397fb5bb95f96d28e5a81c50f247ac4' ]
41264npm info retry fetch attempt 1 at 19:26:03
41265npm info attempt registry request try #1 at 19:26:03
41266npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
41267npm info retry fetch attempt 1 at 19:26:03
41268npm info attempt registry request try #1 at 19:26:03
41269npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz
41270npm info retry fetch attempt 1 at 19:26:03
41271npm info attempt registry request try #1 at 19:26:03
41272npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz
41273npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
41274npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
41275npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
41276npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
41277npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
41278npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz
41279npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz
41280npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json not in flight; writing
41281npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
41282npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
41283npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
41284npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
41285npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json written
41286npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
41287npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
41288npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
41289npm verb addTmpTarball already have metadata; skipping unpack for form-data@0.1.4
41290npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/caseless/-/caseless-0.6.0.tgz not in flight; adding
41291npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.6.0
41292npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz not in flight; adding
41293npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.4.0
41294npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
41295npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json not in flight; writing
41296npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json not in flight; writing
41297npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
41298npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json written
41299npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json written
41300npm verb cache add spec readable-stream@~1.0.26
41301npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
41302npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
41303npm verb get http://registry.npmjs.org/readable-stream not expired, no request
41304npm verb addNamed "1.0.33" is a plain semver version for readable-stream
41305npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
41306npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
41307npm verb cache add spec combined-stream@~0.0.4
41308npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
41309npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
41310npm verb get http://registry.npmjs.org/combined-stream not expired, no request
41311npm verb addNamed "0.0.7" is a plain semver version for combined-stream
41312npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
41313npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
41314npm verb cache add spec delayed-stream@0.0.5
41315npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
41316npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
41317npm verb get http://registry.npmjs.org/delayed-stream not expired, no request
41318npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
41319npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
41320npm verb cache add spec hoek@0.9.x
41321npm verb cache add spec boom@0.4.x
41322npm verb cache add spec cryptiles@0.2.x
41323npm verb cache add spec sntp@0.2.x
41324npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
41325npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
41326npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
41327npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
41328npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
41329npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
41330npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
41331npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
41332npm verb get http://registry.npmjs.org/hoek not expired, no request
41333npm verb addNamed "0.9.1" is a plain semver version for hoek
41334npm verb get http://registry.npmjs.org/sntp not expired, no request
41335npm verb addNamed "0.2.4" is a plain semver version for sntp
41336npm verb get http://registry.npmjs.org/cryptiles not expired, no request
41337npm verb addNamed "0.2.2" is a plain semver version for cryptiles
41338npm verb get http://registry.npmjs.org/boom not expired, no request
41339npm verb addNamed "0.4.2" is a plain semver version for boom
41340npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
41341npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
41342npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
41343npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
41344npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
41345npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
41346npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
41347npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
41348npm verb cache add spec assert-plus@^0.1.5
41349npm verb cache add spec asn1@0.1.11
41350npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
41351npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
41352npm verb addNamed "0.1.11" is a plain semver version for asn1
41353npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
41354npm verb get http://registry.npmjs.org/assert-plus not expired, no request
41355npm verb addNamed "0.1.5" is a plain semver version for assert-plus
41356npm verb get http://registry.npmjs.org/asn1 not expired, no request
41357npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
41358npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
41359npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
41360npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
41361npm verb request uri http://registry.npmjs.org/throttleit
41362npm verb request no auth needed
41363npm info attempt registry request try #1 at 19:26:04
41364npm http request GET http://registry.npmjs.org/throttleit
41365npm http 200 http://registry.npmjs.org/throttleit
41366npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41367npm verb headers etag: '"DEV52XHNN6KPQTVRSSEWG6FY5"',
41368npm verb headers 'content-type': 'application/json',
41369npm verb headers 'cache-control': 'max-age=300',
41370npm verb headers 'content-length': '5990',
41371npm verb headers 'accept-ranges': 'bytes',
41372npm verb headers date: 'Tue, 29 Dec 2015 19:26:04 GMT',
41373npm verb headers age: '78',
41374npm verb headers 'x-served-by': 'cache-fra1235-FRA',
41375npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41376npm verb headers 'x-cache-hits': '3',
41377npm verb headers 'x-timer': 'S1451417164.496470,VS0,VE0',
41378npm verb headers vary: 'Accept',
41379npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41380npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41381npm verb headers connection: 'keep-alive' }
41382npm verb get saving throttleit to /root/.npm/registry.npmjs.org/throttleit/.cache.json
41383npm verb cache add spec throttleit@~0.0.2
41384npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for throttleit
41385npm verb addNameRange registry:http://registry.npmjs.org/throttleit not in flight; fetching
41386npm verb get http://registry.npmjs.org/throttleit not expired, no request
41387npm verb addNamed "0.0.2" is a plain semver version for throttleit
41388npm verb addRemoteTarball http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz not in flight; adding
41389npm verb addRemoteTarball [ 'http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz',
41390npm verb addRemoteTarball 'cfedf88e60c00dd9697b61fdd2a8343a9b680eaf' ]
41391npm info retry fetch attempt 1 at 19:26:04
41392npm info attempt registry request try #1 at 19:26:04
41393npm http fetch GET http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
41394npm http fetch 200 http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
41395npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz not in flight; adding
41396npm verb addTmpTarball already have metadata; skipping unpack for throttleit@0.0.2
41397npm verb afterAdd /root/.npm/throttleit/0.0.2/package/package.json not in flight; writing
41398npm verb afterAdd /root/.npm/throttleit/0.0.2/package/package.json written
41399npm verb request uri http://registry.npmjs.org/array-filter
41400npm verb request no auth needed
41401npm info attempt registry request try #1 at 19:26:04
41402npm http request GET http://registry.npmjs.org/array-filter
41403npm verb request uri http://registry.npmjs.org/array-reduce
41404npm verb request no auth needed
41405npm info attempt registry request try #1 at 19:26:04
41406npm http request GET http://registry.npmjs.org/array-reduce
41407npm verb request uri http://registry.npmjs.org/array-map
41408npm verb request no auth needed
41409npm info attempt registry request try #1 at 19:26:04
41410npm http request GET http://registry.npmjs.org/array-map
41411npm http 200 http://registry.npmjs.org/array-filter
41412npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41413npm verb headers etag: '"7A1HLK4ND7HEPOYFOW19P0CC4"',
41414npm verb headers 'content-type': 'application/json',
41415npm verb headers 'cache-control': 'max-age=300',
41416npm verb headers 'content-length': '10405',
41417npm verb headers 'accept-ranges': 'bytes',
41418npm verb headers date: 'Tue, 29 Dec 2015 19:26:04 GMT',
41419npm verb headers age: '92',
41420npm verb headers 'x-served-by': 'cache-fra1235-FRA',
41421npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41422npm verb headers 'x-cache-hits': '1',
41423npm verb headers 'x-timer': 'S1451417164.616565,VS0,VE0',
41424npm verb headers vary: 'Accept',
41425npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41426npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41427npm verb headers connection: 'keep-alive' }
41428npm verb get saving array-filter to /root/.npm/registry.npmjs.org/array-filter/.cache.json
41429npm http 200 http://registry.npmjs.org/array-reduce
41430npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41431npm verb headers etag: '"D0HABZTTDFMICFSVY2K76UWZ5"',
41432npm verb headers 'content-type': 'application/json',
41433npm verb headers 'cache-control': 'max-age=300',
41434npm verb headers 'content-length': '3384',
41435npm verb headers 'accept-ranges': 'bytes',
41436npm verb headers date: 'Tue, 29 Dec 2015 19:26:04 GMT',
41437npm verb headers age: '92',
41438npm verb headers 'x-served-by': 'cache-fra1229-FRA',
41439npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41440npm verb headers 'x-cache-hits': '1',
41441npm verb headers 'x-timer': 'S1451417164.616674,VS0,VE1',
41442npm verb headers vary: 'Accept',
41443npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41444npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41445npm verb headers connection: 'keep-alive' }
41446npm verb get saving array-reduce to /root/.npm/registry.npmjs.org/array-reduce/.cache.json
41447npm http 200 http://registry.npmjs.org/array-map
41448npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41449npm verb headers etag: '"2IB91QD4KHMWOUJDOTWREDI5I"',
41450npm verb headers 'content-type': 'application/json',
41451npm verb headers 'cache-control': 'max-age=300',
41452npm verb headers 'content-length': '3124',
41453npm verb headers 'accept-ranges': 'bytes',
41454npm verb headers date: 'Tue, 29 Dec 2015 19:26:04 GMT',
41455npm verb headers age: '229',
41456npm verb headers 'x-served-by': 'cache-fra1244-FRA',
41457npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41458npm verb headers 'x-cache-hits': '1',
41459npm verb headers 'x-timer': 'S1451417164.622668,VS0,VE0',
41460npm verb headers vary: 'Accept',
41461npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41462npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41463npm verb headers connection: 'keep-alive' }
41464npm verb get saving array-map to /root/.npm/registry.npmjs.org/array-map/.cache.json
41465npm verb cache add spec array-filter@~0.0.0
41466npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for array-filter
41467npm verb addNameRange registry:http://registry.npmjs.org/array-filter not in flight; fetching
41468npm verb cache add spec array-reduce@~0.0.0
41469npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for array-reduce
41470npm verb addNameRange registry:http://registry.npmjs.org/array-reduce not in flight; fetching
41471npm verb cache add spec array-map@~0.0.0
41472npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for array-map
41473npm verb addNameRange registry:http://registry.npmjs.org/array-map not in flight; fetching
41474npm verb get http://registry.npmjs.org/array-filter not expired, no request
41475npm verb addNamed "0.0.1" is a plain semver version for array-filter
41476npm verb get http://registry.npmjs.org/array-reduce not expired, no request
41477npm verb addNamed "0.0.0" is a plain semver version for array-reduce
41478npm verb addRemoteTarball http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz not in flight; adding
41479npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz',
41480npm verb addRemoteTarball '7da8cf2e26628ed732803581fd21f67cacd2eeec' ]
41481npm verb addRemoteTarball http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz not in flight; adding
41482npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz',
41483npm verb addRemoteTarball '173899d3ffd1c7d9383e4479525dbe278cab5f2b' ]
41484npm verb get http://registry.npmjs.org/array-map not expired, no request
41485npm verb addNamed "0.0.0" is a plain semver version for array-map
41486npm verb addRemoteTarball http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz not in flight; adding
41487npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz',
41488npm verb addRemoteTarball '88a2bab73d1cf7bcd5c1b118a003f66f665fa662' ]
41489npm info retry fetch attempt 1 at 19:26:04
41490npm info attempt registry request try #1 at 19:26:04
41491npm http fetch GET http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz
41492npm info retry fetch attempt 1 at 19:26:04
41493npm info attempt registry request try #1 at 19:26:04
41494npm http fetch GET http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz
41495npm info retry fetch attempt 1 at 19:26:04
41496npm info attempt registry request try #1 at 19:26:04
41497npm http fetch GET http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz
41498npm http fetch 200 http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz
41499npm http fetch 200 http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz
41500npm http fetch 200 http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz
41501npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz not in flight; adding
41502npm verb addTmpTarball already have metadata; skipping unpack for array-filter@0.0.1
41503npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz not in flight; adding
41504npm verb addTmpTarball already have metadata; skipping unpack for array-reduce@0.0.0
41505npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/array-map/-/array-map-0.0.0.tgz not in flight; adding
41506npm verb addTmpTarball already have metadata; skipping unpack for array-map@0.0.0
41507npm verb afterAdd /root/.npm/array-filter/0.0.1/package/package.json not in flight; writing
41508npm verb afterAdd /root/.npm/array-reduce/0.0.0/package/package.json not in flight; writing
41509npm verb afterAdd /root/.npm/array-map/0.0.0/package/package.json not in flight; writing
41510npm verb afterAdd /root/.npm/array-filter/0.0.1/package/package.json written
41511npm verb afterAdd /root/.npm/array-reduce/0.0.0/package/package.json written
41512npm verb afterAdd /root/.npm/array-map/0.0.0/package/package.json written
41513npm verb cache add spec mkdirp@^0.5.0
41514npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
41515npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
41516npm verb request uri http://registry.npmjs.org/pump
41517npm verb request no auth needed
41518npm info attempt registry request try #1 at 19:26:04
41519npm http request GET http://registry.npmjs.org/pump
41520npm verb request uri http://registry.npmjs.org/tar-stream
41521npm verb request no auth needed
41522npm info attempt registry request try #1 at 19:26:04
41523npm http request GET http://registry.npmjs.org/tar-stream
41524npm verb request uri http://registry.npmjs.org/mkdirp
41525npm verb request no auth needed
41526npm info attempt registry request try #1 at 19:26:04
41527npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
41528npm http request GET http://registry.npmjs.org/mkdirp
41529npm http 304 http://registry.npmjs.org/mkdirp
41530npm verb headers { date: 'Tue, 29 Dec 2015 19:23:28 GMT',
41531npm verb headers 'content-type': 'application/json',
41532npm verb headers age: '272',
41533npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
41534npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41535npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
41536npm verb headers connection: 'keep-alive' }
41537npm verb etag http://registry.npmjs.org/mkdirp from cache
41538npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
41539npm http 200 http://registry.npmjs.org/pump
41540npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41541npm verb headers etag: '"B0U02FI6UC1OPGJ6WFNA8H1Z7"',
41542npm verb headers 'content-type': 'application/json',
41543npm verb headers 'cache-control': 'max-age=300',
41544npm verb headers 'content-length': '20248',
41545npm verb headers 'accept-ranges': 'bytes',
41546npm verb headers date: 'Tue, 29 Dec 2015 19:26:04 GMT',
41547npm verb headers age: '14',
41548npm verb headers 'x-served-by': 'cache-fra1244-FRA',
41549npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41550npm verb headers 'x-cache-hits': '1',
41551npm verb headers 'x-timer': 'S1451417164.829765,VS0,VE0',
41552npm verb headers vary: 'Accept',
41553npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41554npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41555npm verb headers connection: 'keep-alive' }
41556npm verb get saving pump to /root/.npm/registry.npmjs.org/pump/.cache.json
41557npm verb addNamed "0.5.1" is a plain semver version for mkdirp
41558npm verb cache add spec pump@^0.3.5
41559npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for pump
41560npm verb addNameRange registry:http://registry.npmjs.org/pump not in flight; fetching
41561npm verb get http://registry.npmjs.org/pump not expired, no request
41562npm verb addNamed "0.3.5" is a plain semver version for pump
41563npm verb addRemoteTarball http://registry.npmjs.org/pump/-/pump-0.3.5.tgz not in flight; adding
41564npm verb addRemoteTarball [ 'http://registry.npmjs.org/pump/-/pump-0.3.5.tgz',
41565npm verb addRemoteTarball 'ae5ff8c1f93ed87adc6530a97565b126f585454b' ]
41566npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
41567npm info retry fetch attempt 1 at 19:26:04
41568npm info attempt registry request try #1 at 19:26:04
41569npm http fetch GET http://registry.npmjs.org/pump/-/pump-0.3.5.tgz
41570npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
41571npm http 200 http://registry.npmjs.org/tar-stream
41572npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41573npm verb headers etag: '"36Q9PABMJRRGKUDJZJPGA2R4M"',
41574npm verb headers 'content-type': 'application/json',
41575npm verb headers 'cache-control': 'max-age=60',
41576npm verb headers 'content-length': '50265',
41577npm verb headers 'accept-ranges': 'bytes',
41578npm verb headers date: 'Tue, 29 Dec 2015 19:26:04 GMT',
41579npm verb headers age: '9',
41580npm verb headers 'x-served-by': 'cache-fra1229-FRA',
41581npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41582npm verb headers 'x-cache-hits': '1',
41583npm verb headers 'x-timer': 'S1451417164.829737,VS0,VE0',
41584npm verb headers vary: 'Accept',
41585npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
41586npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41587npm verb headers connection: 'keep-alive' }
41588npm verb get saving tar-stream to /root/.npm/registry.npmjs.org/tar-stream/.cache.json
41589npm http fetch 200 http://registry.npmjs.org/pump/-/pump-0.3.5.tgz
41590npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pump/-/pump-0.3.5.tgz not in flight; adding
41591npm verb addTmpTarball already have metadata; skipping unpack for pump@0.3.5
41592npm verb cache add spec tar-stream@^0.4.6
41593npm verb addNamed ">=0.4.6 <0.5.0" is a valid semver range for tar-stream
41594npm verb addNameRange registry:http://registry.npmjs.org/tar-stream not in flight; fetching
41595npm verb get http://registry.npmjs.org/tar-stream not expired, no request
41596npm verb addNamed "0.4.7" is a plain semver version for tar-stream
41597npm verb addRemoteTarball http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz not in flight; adding
41598npm verb addRemoteTarball [ 'http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz',
41599npm verb addRemoteTarball '1f1d2ce9ebc7b42765243ca0e8f1b7bfda0aadcd' ]
41600npm info retry fetch attempt 1 at 19:26:04
41601npm info attempt registry request try #1 at 19:26:04
41602npm http fetch GET http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz
41603npm verb afterAdd /root/.npm/pump/0.3.5/package/package.json not in flight; writing
41604npm http fetch 200 http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz
41605npm verb afterAdd /root/.npm/pump/0.3.5/package/package.json written
41606npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz not in flight; adding
41607npm verb addTmpTarball already have metadata; skipping unpack for tar-stream@0.4.7
41608npm verb afterAdd /root/.npm/tar-stream/0.4.7/package/package.json not in flight; writing
41609npm verb afterAdd /root/.npm/tar-stream/0.4.7/package/package.json written
41610npm verb cache add spec minimist@0.0.8
41611npm verb addNamed "0.0.8" is a plain semver version for minimist
41612npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
41613npm verb request uri http://registry.npmjs.org/minimist
41614npm verb request no auth needed
41615npm info attempt registry request try #1 at 19:26:04
41616npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
41617npm http request GET http://registry.npmjs.org/minimist
41618npm http 304 http://registry.npmjs.org/minimist
41619npm verb headers { date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41620npm verb headers 'cache-control': 'max-age=300',
41621npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
41622npm verb headers age: '35',
41623npm verb headers 'x-served-by': 'cache-fra1229-FRA',
41624npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41625npm verb headers 'x-cache-hits': '3',
41626npm verb headers 'x-timer': 'S1451417165.014937,VS0,VE0',
41627npm verb headers vary: 'Accept',
41628npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41629npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41630npm verb headers connection: 'keep-alive' }
41631npm verb etag http://registry.npmjs.org/minimist from cache
41632npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
41633npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
41634npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
41635npm verb cache add spec once@~1.2.0
41636npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for once
41637npm verb addNameRange registry:http://registry.npmjs.org/once not in flight; fetching
41638npm verb request uri http://registry.npmjs.org/end-of-stream
41639npm verb request no auth needed
41640npm info attempt registry request try #1 at 19:26:05
41641npm http request GET http://registry.npmjs.org/end-of-stream
41642npm verb request uri http://registry.npmjs.org/once
41643npm verb request no auth needed
41644npm info attempt registry request try #1 at 19:26:05
41645npm verb etag "4HLPOKRFA58ZSBJPEJ3GZTC4A"
41646npm http request GET http://registry.npmjs.org/once
41647npm http 200 http://registry.npmjs.org/end-of-stream
41648npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41649npm verb headers etag: '"AX799CECSKOM0NE81UEPPRYXW"',
41650npm verb headers 'content-type': 'application/json',
41651npm verb headers 'cache-control': 'max-age=60',
41652npm verb headers 'content-length': '9813',
41653npm verb headers 'accept-ranges': 'bytes',
41654npm verb headers date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41655npm verb headers age: '36',
41656npm verb headers 'x-served-by': 'cache-fra1229-FRA',
41657npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41658npm verb headers 'x-cache-hits': '2',
41659npm verb headers 'x-timer': 'S1451417165.092939,VS0,VE0',
41660npm verb headers vary: 'Accept',
41661npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
41662npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41663npm verb headers connection: 'keep-alive' }
41664npm verb get saving end-of-stream to /root/.npm/registry.npmjs.org/end-of-stream/.cache.json
41665npm http 304 http://registry.npmjs.org/once
41666npm verb headers { date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41667npm verb headers 'cache-control': 'max-age=60',
41668npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
41669npm verb headers age: '2',
41670npm verb headers 'x-served-by': 'cache-fra1235-FRA',
41671npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41672npm verb headers 'x-cache-hits': '1',
41673npm verb headers 'x-timer': 'S1451417165.100942,VS0,VE0',
41674npm verb headers vary: 'Accept',
41675npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
41676npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41677npm verb headers connection: 'keep-alive' }
41678npm verb etag http://registry.npmjs.org/once from cache
41679npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
41680npm verb addNamed "1.2.0" is a plain semver version for once
41681npm verb cache add spec end-of-stream@~1.0.0
41682npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for end-of-stream
41683npm verb addNameRange registry:http://registry.npmjs.org/end-of-stream not in flight; fetching
41684npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.2.0.tgz not in flight; adding
41685npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.2.0.tgz',
41686npm verb addRemoteTarball 'de1905c636af874a8fba862d9aabddd1f920461c' ]
41687npm info retry fetch attempt 1 at 19:26:05
41688npm info attempt registry request try #1 at 19:26:05
41689npm http fetch GET http://registry.npmjs.org/once/-/once-1.2.0.tgz
41690npm verb get http://registry.npmjs.org/end-of-stream not expired, no request
41691npm verb addNamed "1.0.0" is a plain semver version for end-of-stream
41692npm verb addRemoteTarball http://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz not in flight; adding
41693npm verb addRemoteTarball [ 'http://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz',
41694npm verb addRemoteTarball 'd4596e702734a93e40e9af864319eabd99ff2f0e' ]
41695npm info retry fetch attempt 1 at 19:26:05
41696npm info attempt registry request try #1 at 19:26:05
41697npm http fetch GET http://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz
41698npm http fetch 200 http://registry.npmjs.org/once/-/once-1.2.0.tgz
41699npm http fetch 200 http://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz
41700npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/once/-/once-1.2.0.tgz not in flight; adding
41701npm verb addTmpTarball already have metadata; skipping unpack for once@1.2.0
41702npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz not in flight; adding
41703npm verb addTmpTarball already have metadata; skipping unpack for end-of-stream@1.0.0
41704npm verb afterAdd /root/.npm/once/1.2.0/package/package.json not in flight; writing
41705npm verb afterAdd /root/.npm/end-of-stream/1.0.0/package/package.json not in flight; writing
41706npm verb afterAdd /root/.npm/once/1.2.0/package/package.json written
41707npm verb afterAdd /root/.npm/end-of-stream/1.0.0/package/package.json written
41708npm verb cache add spec bl@^0.9.0
41709npm verb cache add spec readable-stream@^1.0.27-1
41710npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
41711npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
41712npm verb addNamed ">=1.0.27-1 <2.0.0" is a valid semver range for readable-stream
41713npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
41714npm verb request uri http://registry.npmjs.org/bl
41715npm verb request no auth needed
41716npm info attempt registry request try #1 at 19:26:05
41717npm verb etag "1QW45QJTVFVWJ5YM6H0GGCASF"
41718npm http request GET http://registry.npmjs.org/bl
41719npm verb request uri http://registry.npmjs.org/readable-stream
41720npm verb request no auth needed
41721npm info attempt registry request try #1 at 19:26:05
41722npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
41723npm http request GET http://registry.npmjs.org/readable-stream
41724npm http 304 http://registry.npmjs.org/bl
41725npm verb headers { date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41726npm verb headers 'cache-control': 'max-age=60',
41727npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
41728npm verb headers age: '58',
41729npm verb headers 'x-served-by': 'cache-fra1229-FRA',
41730npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41731npm verb headers 'x-cache-hits': '2',
41732npm verb headers 'x-timer': 'S1451417165.269505,VS0,VE0',
41733npm verb headers vary: 'Accept',
41734npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
41735npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41736npm verb headers connection: 'keep-alive' }
41737npm verb etag http://registry.npmjs.org/bl from cache
41738npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
41739npm http 304 http://registry.npmjs.org/readable-stream
41740npm verb headers { date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41741npm verb headers 'cache-control': 'max-age=300',
41742npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
41743npm verb headers age: '56',
41744npm verb headers 'x-served-by': 'cache-fra1246-FRA',
41745npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41746npm verb headers 'x-cache-hits': '6',
41747npm verb headers 'x-timer': 'S1451417165.279274,VS0,VE0',
41748npm verb headers vary: 'Accept',
41749npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41750npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41751npm verb headers connection: 'keep-alive' }
41752npm verb etag http://registry.npmjs.org/readable-stream from cache
41753npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
41754npm verb addNamed "0.9.4" is a plain semver version for bl
41755npm verb addNamed "1.1.13" is a plain semver version for readable-stream
41756npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
41757npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
41758npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
41759npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
41760npm verb cache add spec readable-stream@~1.0.26
41761npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
41762npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
41763npm verb get http://registry.npmjs.org/readable-stream not expired, no request
41764npm verb addNamed "1.0.33" is a plain semver version for readable-stream
41765npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
41766npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
41767npm verb cache add spec chalk@^0.5.0
41768npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for chalk
41769npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
41770npm verb request uri http://registry.npmjs.org/latest-version
41771npm verb request no auth needed
41772npm info attempt registry request try #1 at 19:26:05
41773npm http request GET http://registry.npmjs.org/latest-version
41774npm verb request uri http://registry.npmjs.org/semver-diff
41775npm verb request no auth needed
41776npm info attempt registry request try #1 at 19:26:05
41777npm http request GET http://registry.npmjs.org/semver-diff
41778npm verb request uri http://registry.npmjs.org/string-length
41779npm verb request no auth needed
41780npm info attempt registry request try #1 at 19:26:05
41781npm http request GET http://registry.npmjs.org/string-length
41782npm verb request uri http://registry.npmjs.org/chalk
41783npm verb request no auth needed
41784npm info attempt registry request try #1 at 19:26:05
41785npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
41786npm http request GET http://registry.npmjs.org/chalk
41787npm http 304 http://registry.npmjs.org/chalk
41788npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
41789npm verb headers 'content-type': 'application/json',
41790npm verb headers age: '127',
41791npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
41792npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41793npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
41794npm verb headers connection: 'keep-alive' }
41795npm verb etag http://registry.npmjs.org/chalk from cache
41796npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
41797npm verb addNamed "0.5.1" is a plain semver version for chalk
41798npm http 200 http://registry.npmjs.org/latest-version
41799npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41800npm verb headers etag: '"DEX2YK2DAZQML7O7B5IR0F749"',
41801npm verb headers 'content-type': 'application/json',
41802npm verb headers 'cache-control': 'max-age=300',
41803npm verb headers 'content-length': '10178',
41804npm verb headers 'accept-ranges': 'bytes',
41805npm verb headers date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41806npm verb headers age: '10',
41807npm verb headers 'x-served-by': 'cache-fra1246-FRA',
41808npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41809npm verb headers 'x-cache-hits': '1',
41810npm verb headers 'x-timer': 'S1451417165.492462,VS0,VE0',
41811npm verb headers vary: 'Accept',
41812npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41813npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41814npm verb headers connection: 'keep-alive' }
41815npm verb get saving latest-version to /root/.npm/registry.npmjs.org/latest-version/.cache.json
41816npm http 200 http://registry.npmjs.org/semver-diff
41817npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41818npm verb headers etag: '"AGPLDPI1GCGTQF9DNPV7OWROW"',
41819npm verb headers 'content-type': 'application/json',
41820npm verb headers 'cache-control': 'max-age=300',
41821npm verb headers 'content-length': '6485',
41822npm verb headers 'accept-ranges': 'bytes',
41823npm verb headers date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41824npm verb headers age: '46',
41825npm verb headers 'x-served-by': 'cache-fra1227-FRA',
41826npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41827npm verb headers 'x-cache-hits': '1',
41828npm verb headers 'x-timer': 'S1451417165.492659,VS0,VE0',
41829npm verb headers vary: 'Accept',
41830npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41831npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41832npm verb headers connection: 'keep-alive' }
41833npm verb get saving semver-diff to /root/.npm/registry.npmjs.org/semver-diff/.cache.json
41834npm http 200 http://registry.npmjs.org/string-length
41835npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41836npm verb headers etag: '"4FYCD4S3X8LCBYB2TV12172Z6"',
41837npm verb headers 'content-type': 'application/json',
41838npm verb headers 'cache-control': 'max-age=300',
41839npm verb headers 'content-length': '7659',
41840npm verb headers 'accept-ranges': 'bytes',
41841npm verb headers date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41842npm verb headers age: '67',
41843npm verb headers 'x-served-by': 'cache-fra1229-FRA',
41844npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41845npm verb headers 'x-cache-hits': '1',
41846npm verb headers 'x-timer': 'S1451417165.492565,VS0,VE0',
41847npm verb headers vary: 'Accept',
41848npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41849npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41850npm verb headers connection: 'keep-alive' }
41851npm verb get saving string-length to /root/.npm/registry.npmjs.org/string-length/.cache.json
41852npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
41853npm verb cache add spec latest-version@^0.2.0
41854npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for latest-version
41855npm verb addNameRange registry:http://registry.npmjs.org/latest-version not in flight; fetching
41856npm verb cache add spec semver-diff@^0.1.0
41857npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for semver-diff
41858npm verb addNameRange registry:http://registry.npmjs.org/semver-diff not in flight; fetching
41859npm verb cache add spec string-length@^0.1.2
41860npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for string-length
41861npm verb addNameRange registry:http://registry.npmjs.org/string-length not in flight; fetching
41862npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
41863npm verb get http://registry.npmjs.org/latest-version not expired, no request
41864npm verb addNamed "0.2.0" is a plain semver version for latest-version
41865npm verb get http://registry.npmjs.org/semver-diff not expired, no request
41866npm verb addNamed "0.1.0" is a plain semver version for semver-diff
41867npm verb get http://registry.npmjs.org/string-length not expired, no request
41868npm verb addNamed "0.1.2" is a plain semver version for string-length
41869npm verb addRemoteTarball http://registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz not in flight; adding
41870npm verb addRemoteTarball [ 'http://registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz',
41871npm verb addRemoteTarball 'adaf898d5f22380d3f9c45386efdff0a1b5b7501' ]
41872npm verb addRemoteTarball http://registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz not in flight; adding
41873npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz',
41874npm verb addRemoteTarball '4f6057ca3eba23cc484b51f64aaf88b131a3855d' ]
41875npm verb addRemoteTarball http://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz not in flight; adding
41876npm verb addRemoteTarball [ 'http://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz',
41877npm verb addRemoteTarball 'ab04bb33867ee74beed7fb89bb7f089d392780f2' ]
41878npm info retry fetch attempt 1 at 19:26:05
41879npm info attempt registry request try #1 at 19:26:05
41880npm http fetch GET http://registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz
41881npm info retry fetch attempt 1 at 19:26:05
41882npm info attempt registry request try #1 at 19:26:05
41883npm http fetch GET http://registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz
41884npm info retry fetch attempt 1 at 19:26:05
41885npm info attempt registry request try #1 at 19:26:05
41886npm http fetch GET http://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz
41887npm http fetch 200 http://registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz
41888npm http fetch 200 http://registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz
41889npm http fetch 200 http://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz
41890npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz not in flight; adding
41891npm verb addTmpTarball already have metadata; skipping unpack for latest-version@0.2.0
41892npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz not in flight; adding
41893npm verb addTmpTarball already have metadata; skipping unpack for semver-diff@0.1.0
41894npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/string-length/-/string-length-0.1.2.tgz not in flight; adding
41895npm verb addTmpTarball already have metadata; skipping unpack for string-length@0.1.2
41896npm verb afterAdd /root/.npm/latest-version/0.2.0/package/package.json not in flight; writing
41897npm verb afterAdd /root/.npm/semver-diff/0.1.0/package/package.json not in flight; writing
41898npm verb afterAdd /root/.npm/string-length/0.1.2/package/package.json not in flight; writing
41899npm verb afterAdd /root/.npm/latest-version/0.2.0/package/package.json written
41900npm verb afterAdd /root/.npm/semver-diff/0.1.0/package/package.json written
41901npm verb afterAdd /root/.npm/string-length/0.1.2/package/package.json written
41902npm verb cache add spec ansi-styles@^1.1.0
41903npm verb cache add spec has-ansi@^0.1.0
41904npm verb cache add spec strip-ansi@^0.3.0
41905npm verb cache add spec supports-color@^0.2.0
41906npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
41907npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
41908npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
41909npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
41910npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
41911npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
41912npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
41913npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
41914npm verb request uri http://registry.npmjs.org/ansi-styles
41915npm verb request no auth needed
41916npm info attempt registry request try #1 at 19:26:05
41917npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
41918npm http request GET http://registry.npmjs.org/ansi-styles
41919npm verb request uri http://registry.npmjs.org/has-ansi
41920npm verb request no auth needed
41921npm info attempt registry request try #1 at 19:26:05
41922npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
41923npm http request GET http://registry.npmjs.org/has-ansi
41924npm verb request uri http://registry.npmjs.org/strip-ansi
41925npm verb request no auth needed
41926npm info attempt registry request try #1 at 19:26:05
41927npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
41928npm http request GET http://registry.npmjs.org/strip-ansi
41929npm verb request uri http://registry.npmjs.org/supports-color
41930npm verb request no auth needed
41931npm info attempt registry request try #1 at 19:26:05
41932npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
41933npm http request GET http://registry.npmjs.org/supports-color
41934npm http 304 http://registry.npmjs.org/ansi-styles
41935npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
41936npm verb headers 'content-type': 'application/json',
41937npm verb headers age: '281',
41938npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
41939npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41940npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
41941npm verb headers connection: 'keep-alive' }
41942npm verb etag http://registry.npmjs.org/ansi-styles from cache
41943npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
41944npm http 304 http://registry.npmjs.org/strip-ansi
41945npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
41946npm verb headers 'content-type': 'application/json',
41947npm verb headers age: '268',
41948npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
41949npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
41950npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
41951npm verb headers connection: 'keep-alive' }
41952npm verb etag http://registry.npmjs.org/strip-ansi from cache
41953npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
41954npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
41955npm http 304 http://registry.npmjs.org/supports-color
41956npm verb headers { date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41957npm verb headers 'cache-control': 'max-age=60',
41958npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
41959npm verb headers age: '26',
41960npm verb headers 'x-served-by': 'cache-fra1227-FRA',
41961npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41962npm verb headers 'x-cache-hits': '2',
41963npm verb headers 'x-timer': 'S1451417165.738375,VS0,VE0',
41964npm verb headers vary: 'Accept',
41965npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
41966npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41967npm verb headers connection: 'keep-alive' }
41968npm verb etag http://registry.npmjs.org/supports-color from cache
41969npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
41970npm http 304 http://registry.npmjs.org/has-ansi
41971npm verb headers { date: 'Tue, 29 Dec 2015 19:26:05 GMT',
41972npm verb headers 'cache-control': 'max-age=60',
41973npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
41974npm verb headers age: '20',
41975npm verb headers 'x-served-by': 'cache-fra1229-FRA',
41976npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
41977npm verb headers 'x-cache-hits': '6',
41978npm verb headers 'x-timer': 'S1451417165.738150,VS0,VE0',
41979npm verb headers vary: 'Accept',
41980npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
41981npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
41982npm verb headers connection: 'keep-alive' }
41983npm verb etag http://registry.npmjs.org/has-ansi from cache
41984npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
41985npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
41986npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
41987npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
41988npm verb addNamed "0.2.0" is a plain semver version for supports-color
41989npm verb addNamed "0.1.0" is a plain semver version for has-ansi
41990npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
41991npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
41992npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
41993npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
41994npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
41995npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
41996npm verb cache add spec ansi-regex@^0.2.0
41997npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
41998npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
41999npm verb request uri http://registry.npmjs.org/ansi-regex
42000npm verb request no auth needed
42001npm info attempt registry request try #1 at 19:26:05
42002npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
42003npm http request GET http://registry.npmjs.org/ansi-regex
42004npm http 304 http://registry.npmjs.org/ansi-regex
42005npm verb headers { date: 'Tue, 29 Dec 2015 19:26:05 GMT',
42006npm verb headers 'cache-control': 'max-age=60',
42007npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
42008npm verb headers age: '46',
42009npm verb headers 'x-served-by': 'cache-fra1229-FRA',
42010npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42011npm verb headers 'x-cache-hits': '4',
42012npm verb headers 'x-timer': 'S1451417165.844055,VS0,VE0',
42013npm verb headers vary: 'Accept',
42014npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
42015npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42016npm verb headers connection: 'keep-alive' }
42017npm verb etag http://registry.npmjs.org/ansi-regex from cache
42018npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
42019npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
42020npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
42021npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
42022npm verb request uri http://registry.npmjs.org/package-json
42023npm verb request no auth needed
42024npm info attempt registry request try #1 at 19:26:05
42025npm http request GET http://registry.npmjs.org/package-json
42026npm http 200 http://registry.npmjs.org/package-json
42027npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42028npm verb headers etag: '"4RO1K1DM3VYK41M52NM31Z7IO"',
42029npm verb headers 'content-type': 'application/json',
42030npm verb headers 'cache-control': 'max-age=300',
42031npm verb headers 'content-length': '18454',
42032npm verb headers 'accept-ranges': 'bytes',
42033npm verb headers date: 'Tue, 29 Dec 2015 19:26:05 GMT',
42034npm verb headers age: '135',
42035npm verb headers 'x-served-by': 'cache-fra1229-FRA',
42036npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42037npm verb headers 'x-cache-hits': '3',
42038npm verb headers 'x-timer': 'S1451417165.917228,VS0,VE0',
42039npm verb headers vary: 'Accept',
42040npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42041npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42042npm verb headers connection: 'keep-alive' }
42043npm verb get saving package-json to /root/.npm/registry.npmjs.org/package-json/.cache.json
42044npm verb cache add spec package-json@^0.2.0
42045npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for package-json
42046npm verb addNameRange registry:http://registry.npmjs.org/package-json not in flight; fetching
42047npm verb get http://registry.npmjs.org/package-json not expired, no request
42048npm verb addNamed "0.2.0" is a plain semver version for package-json
42049npm verb addRemoteTarball http://registry.npmjs.org/package-json/-/package-json-0.2.0.tgz not in flight; adding
42050npm verb addRemoteTarball [ 'http://registry.npmjs.org/package-json/-/package-json-0.2.0.tgz',
42051npm verb addRemoteTarball '0316e177b8eb149985d34f706b4a5543b274bec5' ]
42052npm info retry fetch attempt 1 at 19:26:05
42053npm info attempt registry request try #1 at 19:26:05
42054npm http fetch GET http://registry.npmjs.org/package-json/-/package-json-0.2.0.tgz
42055npm http fetch 200 http://registry.npmjs.org/package-json/-/package-json-0.2.0.tgz
42056npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/package-json/-/package-json-0.2.0.tgz not in flight; adding
42057npm verb addTmpTarball already have metadata; skipping unpack for package-json@0.2.0
42058npm verb afterAdd /root/.npm/package-json/0.2.0/package/package.json not in flight; writing
42059npm verb afterAdd /root/.npm/package-json/0.2.0/package/package.json written
42060npm verb cache add spec got@^0.3.0
42061npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for got
42062npm verb addNameRange registry:http://registry.npmjs.org/got not in flight; fetching
42063npm verb request uri http://registry.npmjs.org/registry-url
42064npm verb request no auth needed
42065npm info attempt registry request try #1 at 19:26:06
42066npm http request GET http://registry.npmjs.org/registry-url
42067npm verb request uri http://registry.npmjs.org/got
42068npm verb request no auth needed
42069npm info attempt registry request try #1 at 19:26:06
42070npm verb etag "7AC0MU3IIC528I0G6QBQL6G1E"
42071npm http request GET http://registry.npmjs.org/got
42072npm http 304 http://registry.npmjs.org/got
42073npm verb headers { date: 'Tue, 29 Dec 2015 19:25:12 GMT',
42074npm verb headers 'content-type': 'application/json',
42075npm verb headers age: '283',
42076npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
42077npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42078npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
42079npm verb headers connection: 'keep-alive' }
42080npm verb etag http://registry.npmjs.org/got from cache
42081npm verb get saving got to /root/.npm/registry.npmjs.org/got/.cache.json
42082npm http 200 http://registry.npmjs.org/registry-url
42083npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42084npm verb headers etag: '"4UA9VXDSGZKZWZ2YHZ5VTFT6N"',
42085npm verb headers 'content-type': 'application/json',
42086npm verb headers 'cache-control': 'max-age=60',
42087npm verb headers 'content-length': '12336',
42088npm verb headers 'accept-ranges': 'bytes',
42089npm verb headers date: 'Tue, 29 Dec 2015 19:26:06 GMT',
42090npm verb headers age: '38',
42091npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42092npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42093npm verb headers 'x-cache-hits': '1',
42094npm verb headers 'x-timer': 'S1451417166.057259,VS0,VE0',
42095npm verb headers vary: 'Accept',
42096npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
42097npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42098npm verb headers connection: 'keep-alive' }
42099npm verb get saving registry-url to /root/.npm/registry.npmjs.org/registry-url/.cache.json
42100npm verb cache add spec registry-url@^0.1.0
42101npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for registry-url
42102npm verb addNameRange registry:http://registry.npmjs.org/registry-url not in flight; fetching
42103npm verb addNamed "0.3.0" is a plain semver version for got
42104npm verb addRemoteTarball http://registry.npmjs.org/got/-/got-0.3.0.tgz not in flight; adding
42105npm verb addRemoteTarball [ 'http://registry.npmjs.org/got/-/got-0.3.0.tgz',
42106npm verb addRemoteTarball '888ec66ca4bc735ab089dbe959496d0f79485493' ]
42107npm info retry fetch attempt 1 at 19:26:06
42108npm info attempt registry request try #1 at 19:26:06
42109npm http fetch GET http://registry.npmjs.org/got/-/got-0.3.0.tgz
42110npm verb get http://registry.npmjs.org/registry-url not expired, no request
42111npm verb addNamed "0.1.1" is a plain semver version for registry-url
42112npm http fetch 200 http://registry.npmjs.org/got/-/got-0.3.0.tgz
42113npm verb addRemoteTarball http://registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz not in flight; adding
42114npm verb addRemoteTarball [ 'http://registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz',
42115npm verb addRemoteTarball '1739427b81b110b302482a1c7cd727ffcc82d5be' ]
42116npm info retry fetch attempt 1 at 19:26:06
42117npm info attempt registry request try #1 at 19:26:06
42118npm http fetch GET http://registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz
42119npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/got/-/got-0.3.0.tgz not in flight; adding
42120npm verb addTmpTarball already have metadata; skipping unpack for got@0.3.0
42121npm http fetch 200 http://registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz
42122npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz not in flight; adding
42123npm verb addTmpTarball already have metadata; skipping unpack for registry-url@0.1.1
42124npm verb afterAdd /root/.npm/got/0.3.0/package/package.json not in flight; writing
42125npm verb afterAdd /root/.npm/got/0.3.0/package/package.json written
42126npm verb afterAdd /root/.npm/registry-url/0.1.1/package/package.json not in flight; writing
42127npm verb afterAdd /root/.npm/registry-url/0.1.1/package/package.json written
42128npm verb cache add spec object-assign@^0.3.0
42129npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for object-assign
42130npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
42131npm verb get http://registry.npmjs.org/object-assign not expired, no request
42132npm verb addNamed "0.3.1" is a plain semver version for object-assign
42133npm verb afterAdd /root/.npm/object-assign/0.3.1/package/package.json not in flight; writing
42134npm verb afterAdd /root/.npm/object-assign/0.3.1/package/package.json written
42135npm verb request uri http://registry.npmjs.org/npmconf
42136npm verb request no auth needed
42137npm info attempt registry request try #1 at 19:26:06
42138npm http request GET http://registry.npmjs.org/npmconf
42139npm http 200 http://registry.npmjs.org/npmconf
42140npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42141npm verb headers etag: '"BCJGZTO6DWJS3OL63R8VZG32S"',
42142npm verb headers 'content-type': 'application/json',
42143npm verb headers 'cache-control': 'max-age=300',
42144npm verb headers 'content-length': '75578',
42145npm verb headers 'accept-ranges': 'bytes',
42146npm verb headers date: 'Tue, 29 Dec 2015 19:26:06 GMT',
42147npm verb headers age: '10',
42148npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42149npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42150npm verb headers 'x-cache-hits': '1',
42151npm verb headers 'x-timer': 'S1451417166.224166,VS0,VE0',
42152npm verb headers vary: 'Accept',
42153npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42154npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42155npm verb headers connection: 'keep-alive' }
42156npm verb get saving npmconf to /root/.npm/registry.npmjs.org/npmconf/.cache.json
42157npm verb cache add spec npmconf@^2.0.1
42158npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for npmconf
42159npm verb addNameRange registry:http://registry.npmjs.org/npmconf not in flight; fetching
42160npm verb get http://registry.npmjs.org/npmconf not expired, no request
42161npm verb addNamed "2.1.2" is a plain semver version for npmconf
42162npm verb addRemoteTarball http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz not in flight; adding
42163npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz',
42164npm verb addRemoteTarball '66606a4a736f1e77a059aa071a79c94ab781853a' ]
42165npm info retry fetch attempt 1 at 19:26:06
42166npm info attempt registry request try #1 at 19:26:06
42167npm http fetch GET http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz
42168npm http fetch 200 http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz
42169npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz not in flight; adding
42170npm verb addTmpTarball already have metadata; skipping unpack for npmconf@2.1.2
42171npm verb afterAdd /root/.npm/npmconf/2.1.2/package/package.json not in flight; writing
42172npm verb afterAdd /root/.npm/npmconf/2.1.2/package/package.json written
42173npm verb cache add spec mkdirp@^0.5.0
42174npm verb cache add spec nopt@~3.0.1
42175npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
42176npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
42177npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for nopt
42178npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
42179npm verb request uri http://registry.npmjs.org/config-chain
42180npm verb request no auth needed
42181npm info attempt registry request try #1 at 19:26:06
42182npm http request GET http://registry.npmjs.org/config-chain
42183npm verb request uri http://registry.npmjs.org/uid-number
42184npm verb request no auth needed
42185npm info attempt registry request try #1 at 19:26:06
42186npm http request GET http://registry.npmjs.org/uid-number
42187npm verb get http://registry.npmjs.org/mkdirp not expired, no request
42188npm verb addNamed "0.5.1" is a plain semver version for mkdirp
42189npm verb request uri http://registry.npmjs.org/nopt
42190npm verb request no auth needed
42191npm info attempt registry request try #1 at 19:26:06
42192npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
42193npm http request GET http://registry.npmjs.org/nopt
42194npm http 200 http://registry.npmjs.org/config-chain
42195npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42196npm verb headers etag: '"7M9TXNMGYSRR3DPSWCBAL9V7U"',
42197npm verb headers 'content-type': 'application/json',
42198npm verb headers 'cache-control': 'max-age=300',
42199npm verb headers 'content-length': '23802',
42200npm verb headers 'accept-ranges': 'bytes',
42201npm verb headers date: 'Tue, 29 Dec 2015 19:23:28 GMT',
42202npm verb headers 'x-served-by': 'cache-fra1246-FRA',
42203npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
42204npm verb headers 'x-cache-hits': '1',
42205npm verb headers 'x-timer': 'S1451417008.927747,VS0,VE0',
42206npm verb headers vary: 'Accept',
42207npm verb headers age: '181',
42208npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42209npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42210npm verb headers connection: 'keep-alive' }
42211npm verb get saving config-chain to /root/.npm/registry.npmjs.org/config-chain/.cache.json
42212npm http 200 http://registry.npmjs.org/uid-number
42213npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42214npm verb headers etag: '"CWFLK7S5CJT098IANBCL68CGK"',
42215npm verb headers 'content-type': 'application/json',
42216npm verb headers 'cache-control': 'max-age=300',
42217npm verb headers 'content-length': '6212',
42218npm verb headers 'accept-ranges': 'bytes',
42219npm verb headers date: 'Tue, 29 Dec 2015 19:26:06 GMT',
42220npm verb headers age: '138',
42221npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42222npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42223npm verb headers 'x-cache-hits': '2',
42224npm verb headers 'x-timer': 'S1451417166.427035,VS0,VE0',
42225npm verb headers vary: 'Accept',
42226npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
42227npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42228npm verb headers connection: 'keep-alive' }
42229npm verb get saving uid-number to /root/.npm/registry.npmjs.org/uid-number/.cache.json
42230npm http 304 http://registry.npmjs.org/nopt
42231npm verb headers { date: 'Tue, 29 Dec 2015 19:23:26 GMT',
42232npm verb headers 'content-type': 'application/json',
42233npm verb headers age: '193',
42234npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
42235npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42236npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
42237npm verb headers connection: 'keep-alive' }
42238npm verb etag http://registry.npmjs.org/nopt from cache
42239npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
42240npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
42241npm verb cache add spec config-chain@~1.1.8
42242npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for config-chain
42243npm verb addNameRange registry:http://registry.npmjs.org/config-chain not in flight; fetching
42244npm verb addNamed "3.0.6" is a plain semver version for nopt
42245npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
42246npm verb cache add spec uid-number@0.0.5
42247npm verb addNamed "0.0.5" is a plain semver version for uid-number
42248npm verb addNameVersion registry:http://registry.npmjs.org/uid-number not in flight; fetching
42249npm verb get http://registry.npmjs.org/config-chain not expired, no request
42250npm verb addNamed "1.1.9" is a plain semver version for config-chain
42251npm verb addRemoteTarball http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
42252npm verb addRemoteTarball [ 'http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz',
42253npm verb addRemoteTarball '39ac7d4dca84faad926124c54cff25a53aa8bf6e' ]
42254npm verb get http://registry.npmjs.org/uid-number not expired, no request
42255npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
42256npm verb addRemoteTarball http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
42257npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz',
42258npm verb addRemoteTarball '5a3db23ef5dbd55b81fce0ec9a2ac6fccdebb81e' ]
42259npm info retry fetch attempt 1 at 19:26:06
42260npm info attempt registry request try #1 at 19:26:06
42261npm http fetch GET http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
42262npm info retry fetch attempt 1 at 19:26:06
42263npm info attempt registry request try #1 at 19:26:06
42264npm http fetch GET http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
42265npm http fetch 200 http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
42266npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
42267npm http fetch 200 http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
42268npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
42269npm verb addTmpTarball already have metadata; skipping unpack for config-chain@1.1.9
42270npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
42271npm verb addTmpTarball already have metadata; skipping unpack for uid-number@0.0.5
42272npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json not in flight; writing
42273npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json not in flight; writing
42274npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json written
42275npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json written
42276npm verb request uri http://registry.npmjs.org/proto-list
42277npm verb request no auth needed
42278npm info attempt registry request try #1 at 19:26:06
42279npm http request GET http://registry.npmjs.org/proto-list
42280npm http 200 http://registry.npmjs.org/proto-list
42281npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42282npm verb headers etag: '"1EC5XUKN8V3HQ1E5A7O7S3GM6"',
42283npm verb headers 'content-type': 'application/json',
42284npm verb headers 'cache-control': 'max-age=300',
42285npm verb headers 'content-length': '6843',
42286npm verb headers 'accept-ranges': 'bytes',
42287npm verb headers date: 'Tue, 29 Dec 2015 19:23:29 GMT',
42288npm verb headers 'x-served-by': 'cache-fra1228-FRA',
42289npm verb headers 'x-cache': 'HIT, HIT from atomic01.kolabsys.com',
42290npm verb headers 'x-cache-hits': '1',
42291npm verb headers 'x-timer': 'S1451417009.210732,VS0,VE0',
42292npm verb headers vary: 'Accept',
42293npm verb headers age: '171',
42294npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42295npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42296npm verb headers connection: 'keep-alive' }
42297npm verb get saving proto-list to /root/.npm/registry.npmjs.org/proto-list/.cache.json
42298npm verb cache add spec proto-list@~1.2.1
42299npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for proto-list
42300npm verb addNameRange registry:http://registry.npmjs.org/proto-list not in flight; fetching
42301npm verb get http://registry.npmjs.org/proto-list not expired, no request
42302npm verb addNamed "1.2.4" is a plain semver version for proto-list
42303npm verb addRemoteTarball http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
42304npm verb addRemoteTarball [ 'http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz',
42305npm verb addRemoteTarball '212d5bfe1318306a420f6402b8e26ff39647a849' ]
42306npm info retry fetch attempt 1 at 19:26:06
42307npm info attempt registry request try #1 at 19:26:06
42308npm http fetch GET http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
42309npm http fetch 200 http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
42310npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
42311npm verb addTmpTarball already have metadata; skipping unpack for proto-list@1.2.4
42312npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json not in flight; writing
42313npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json written
42314npm verb cache add spec minimist@0.0.8
42315npm verb addNamed "0.0.8" is a plain semver version for minimist
42316npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
42317npm verb get http://registry.npmjs.org/minimist not expired, no request
42318npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
42319npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
42320npm verb cache add spec strip-ansi@^0.2.1
42321npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for strip-ansi
42322npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
42323npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
42324npm verb addNamed "0.2.2" is a plain semver version for strip-ansi
42325npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz not in flight; adding
42326npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz',
42327npm verb addRemoteTarball '854d290c981525fc8c397a910b025ae2d54ffc08' ]
42328npm info retry fetch attempt 1 at 19:26:06
42329npm info attempt registry request try #1 at 19:26:06
42330npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz
42331npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz
42332npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz not in flight; adding
42333npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.2.2
42334npm verb afterAdd /root/.npm/strip-ansi/0.2.2/package/package.json not in flight; writing
42335npm verb afterAdd /root/.npm/strip-ansi/0.2.2/package/package.json written
42336npm verb cache add spec ansi-regex@^0.1.0
42337npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for ansi-regex
42338npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
42339npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
42340npm verb addNamed "0.1.0" is a plain semver version for ansi-regex
42341npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz not in flight; adding
42342npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz',
42343npm verb addRemoteTarball '55ca60db6900857c423ae9297980026f941ed903' ]
42344npm info retry fetch attempt 1 at 19:26:06
42345npm info attempt registry request try #1 at 19:26:06
42346npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz
42347npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz
42348npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz not in flight; adding
42349npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@0.1.0
42350npm verb afterAdd /root/.npm/ansi-regex/0.1.0/package/package.json not in flight; writing
42351npm verb afterAdd /root/.npm/ansi-regex/0.1.0/package/package.json written
42352npm verb cache add spec semver@~5.0.1
42353npm verb addNamed ">=5.0.1 <5.1.0" is a valid semver range for semver
42354npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
42355npm verb get http://registry.npmjs.org/semver not expired, no request
42356npm verb addNamed "5.0.3" is a plain semver version for semver
42357npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-5.0.3.tgz not in flight; adding
42358npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-5.0.3.tgz',
42359npm verb addRemoteTarball '77466de589cd5d3c95f138aa78bc569a3cb5d27a' ]
42360npm info retry fetch attempt 1 at 19:26:06
42361npm info attempt registry request try #1 at 19:26:06
42362npm http fetch GET http://registry.npmjs.org/semver/-/semver-5.0.3.tgz
42363npm http fetch 200 http://registry.npmjs.org/semver/-/semver-5.0.3.tgz
42364npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/semver/-/semver-5.0.3.tgz not in flight; adding
42365npm verb addTmpTarball already have metadata; skipping unpack for semver@5.0.3
42366npm verb afterAdd /root/.npm/semver/5.0.3/package/package.json not in flight; writing
42367npm verb afterAdd /root/.npm/semver/5.0.3/package/package.json written
42368npm verb cache add spec fs-extra@~0.8.1
42369npm verb addNamed ">=0.8.1 <0.9.0" is a valid semver range for fs-extra
42370npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
42371npm verb request uri http://registry.npmjs.org/mocha
42372npm verb request no auth needed
42373npm info attempt registry request try #1 at 19:26:06
42374npm http request GET http://registry.npmjs.org/mocha
42375npm verb request uri http://registry.npmjs.org/fs-extra
42376npm verb request no auth needed
42377npm info attempt registry request try #1 at 19:26:06
42378npm verb etag "29MGF514AYFY503MI1EY7HU5G"
42379npm http request GET http://registry.npmjs.org/fs-extra
42380npm http 304 http://registry.npmjs.org/fs-extra
42381npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
42382npm verb headers 'content-type': 'application/json',
42383npm verb headers age: '240',
42384npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
42385npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42386npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
42387npm verb headers connection: 'keep-alive' }
42388npm verb etag http://registry.npmjs.org/fs-extra from cache
42389npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
42390npm verb addNamed "0.8.1" is a plain semver version for fs-extra
42391npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz not in flight; adding
42392npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz',
42393npm verb addRemoteTarball '0e5779ffbfedf511bc755595c7f03c06d4b43e8d' ]
42394npm info retry fetch attempt 1 at 19:26:07
42395npm info attempt registry request try #1 at 19:26:07
42396npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz
42397npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz
42398npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz not in flight; adding
42399npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.8.1
42400npm verb afterAdd /root/.npm/fs-extra/0.8.1/package/package.json not in flight; writing
42401npm verb afterAdd /root/.npm/fs-extra/0.8.1/package/package.json written
42402npm http 200 http://registry.npmjs.org/mocha
42403npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42404npm verb headers etag: '"B14IS2RAIAT15JJAPQNZJM0AN"',
42405npm verb headers 'content-type': 'application/json',
42406npm verb headers 'cache-control': 'max-age=300',
42407npm verb headers 'content-length': '204420',
42408npm verb headers 'accept-ranges': 'bytes',
42409npm verb headers date: 'Tue, 29 Dec 2015 19:26:06 GMT',
42410npm verb headers age: '292',
42411npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42412npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42413npm verb headers 'x-cache-hits': '3',
42414npm verb headers 'x-timer': 'S1451417166.990513,VS0,VE0',
42415npm verb headers vary: 'Accept',
42416npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42417npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42418npm verb headers connection: 'keep-alive' }
42419npm verb get saving mocha to /root/.npm/registry.npmjs.org/mocha/.cache.json
42420npm verb cache add spec mocha@~1.18.0
42421npm verb addNamed ">=1.18.0 <1.19.0" is a valid semver range for mocha
42422npm verb addNameRange registry:http://registry.npmjs.org/mocha not in flight; fetching
42423npm verb get http://registry.npmjs.org/mocha not expired, no request
42424npm verb addNamed "1.18.2" is a plain semver version for mocha
42425npm verb addRemoteTarball http://registry.npmjs.org/mocha/-/mocha-1.18.2.tgz not in flight; adding
42426npm verb addRemoteTarball [ 'http://registry.npmjs.org/mocha/-/mocha-1.18.2.tgz',
42427npm verb addRemoteTarball '800848f8f7884c61eefcfa2a27304ba9e5446d0b' ]
42428npm info retry fetch attempt 1 at 19:26:07
42429npm info attempt registry request try #1 at 19:26:07
42430npm http fetch GET http://registry.npmjs.org/mocha/-/mocha-1.18.2.tgz
42431npm http fetch 200 http://registry.npmjs.org/mocha/-/mocha-1.18.2.tgz
42432npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mocha/-/mocha-1.18.2.tgz not in flight; adding
42433npm verb addTmpTarball already have metadata; skipping unpack for mocha@1.18.2
42434npm verb afterAdd /root/.npm/mocha/1.18.2/package/package.json not in flight; writing
42435npm verb afterAdd /root/.npm/mocha/1.18.2/package/package.json written
42436npm verb cache add spec ncp@~0.4.2
42437npm verb cache add spec rimraf@~2.2.0
42438npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for ncp
42439npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
42440npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for rimraf
42441npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
42442npm verb request uri http://registry.npmjs.org/ncp
42443npm verb request no auth needed
42444npm info attempt registry request try #1 at 19:26:07
42445npm verb etag "E335WN9HFOY1A47CZXJP6Y7CE"
42446npm http request GET http://registry.npmjs.org/ncp
42447npm verb request uri http://registry.npmjs.org/rimraf
42448npm verb request no auth needed
42449npm info attempt registry request try #1 at 19:26:07
42450npm verb etag "8TBZMSTO6MKWV26CBWA5N5MR6"
42451npm http request GET http://registry.npmjs.org/rimraf
42452npm http 304 http://registry.npmjs.org/rimraf
42453npm verb headers { date: 'Tue, 29 Dec 2015 19:26:07 GMT',
42454npm verb headers 'cache-control': 'max-age=300',
42455npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
42456npm verb headers age: '36',
42457npm verb headers 'x-served-by': 'cache-fra1237-FRA',
42458npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42459npm verb headers 'x-cache-hits': '2',
42460npm verb headers 'x-timer': 'S1451417167.263389,VS0,VE0',
42461npm verb headers vary: 'Accept',
42462npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42463npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42464npm verb headers connection: 'keep-alive' }
42465npm verb etag http://registry.npmjs.org/rimraf from cache
42466npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
42467npm http 304 http://registry.npmjs.org/ncp
42468npm verb headers { date: 'Tue, 29 Dec 2015 19:26:07 GMT',
42469npm verb headers 'cache-control': 'max-age=60',
42470npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
42471npm verb headers age: '30',
42472npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42473npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42474npm verb headers 'x-cache-hits': '1',
42475npm verb headers 'x-timer': 'S1451417167.263508,VS0,VE9',
42476npm verb headers vary: 'Accept',
42477npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
42478npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42479npm verb headers connection: 'keep-alive' }
42480npm verb etag http://registry.npmjs.org/ncp from cache
42481npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
42482npm verb addNamed "0.4.2" is a plain semver version for ncp
42483npm verb addNamed "2.2.8" is a plain semver version for rimraf
42484npm verb addRemoteTarball http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz not in flight; adding
42485npm verb addRemoteTarball [ 'http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz',
42486npm verb addRemoteTarball 'abcc6cbd3ec2ed2a729ff6e7c1fa8f01784a8574' ]
42487npm info retry fetch attempt 1 at 19:26:07
42488npm info attempt registry request try #1 at 19:26:07
42489npm http fetch GET http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz
42490npm http fetch 200 http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz
42491npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
42492npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ncp/-/ncp-0.4.2.tgz not in flight; adding
42493npm verb addTmpTarball already have metadata; skipping unpack for ncp@0.4.2
42494npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
42495npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json not in flight; writing
42496npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json written
42497npm verb cache add spec commander@2.0.0
42498npm verb cache add spec jade@0.26.3
42499npm verb cache add spec diff@1.0.7
42500npm verb cache add spec glob@3.2.3
42501npm verb addNamed "2.0.0" is a plain semver version for commander
42502npm verb addNameVersion registry:http://registry.npmjs.org/commander not in flight; fetching
42503npm verb addNamed "0.26.3" is a plain semver version for jade
42504npm verb addNameVersion registry:http://registry.npmjs.org/jade not in flight; fetching
42505npm verb addNamed "1.0.7" is a plain semver version for diff
42506npm verb addNameVersion registry:http://registry.npmjs.org/diff not in flight; fetching
42507npm verb addNamed "3.2.3" is a plain semver version for glob
42508npm verb addNameVersion registry:http://registry.npmjs.org/glob not in flight; fetching
42509npm verb request uri http://registry.npmjs.org/growl
42510npm verb request no auth needed
42511npm info attempt registry request try #1 at 19:26:07
42512npm http request GET http://registry.npmjs.org/growl
42513npm verb request uri http://registry.npmjs.org/diff
42514npm verb request no auth needed
42515npm info attempt registry request try #1 at 19:26:07
42516npm verb etag "C2JR8VIFOCSEV2B6HYFHDDE8H"
42517npm http request GET http://registry.npmjs.org/diff
42518npm verb request uri http://registry.npmjs.org/commander
42519npm verb request no auth needed
42520npm info attempt registry request try #1 at 19:26:07
42521npm verb etag "DYW0JBRXQO3Y28VX1THARSCBL"
42522npm http request GET http://registry.npmjs.org/commander
42523npm verb request uri http://registry.npmjs.org/jade
42524npm verb request no auth needed
42525npm info attempt registry request try #1 at 19:26:07
42526npm verb etag "9TPVXZTUGV2VQHDWF18W6B7E9"
42527npm http request GET http://registry.npmjs.org/jade
42528npm verb request uri http://registry.npmjs.org/glob
42529npm verb request no auth needed
42530npm info attempt registry request try #1 at 19:26:07
42531npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
42532npm http request GET http://registry.npmjs.org/glob
42533npm http 200 http://registry.npmjs.org/growl
42534npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42535npm verb headers etag: '"6PKCHLDZRJVP98V8ELUMW4FBS"',
42536npm verb headers 'content-type': 'application/json',
42537npm verb headers 'cache-control': 'max-age=300',
42538npm verb headers 'content-length': '14106',
42539npm verb headers 'accept-ranges': 'bytes',
42540npm verb headers date: 'Tue, 29 Dec 2015 19:26:07 GMT',
42541npm verb headers age: '288',
42542npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42543npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42544npm verb headers 'x-cache-hits': '5',
42545npm verb headers 'x-timer': 'S1451417167.511014,VS0,VE0',
42546npm verb headers vary: 'Accept',
42547npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42548npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42549npm verb headers connection: 'keep-alive' }
42550npm verb get saving growl to /root/.npm/registry.npmjs.org/growl/.cache.json
42551npm http 304 http://registry.npmjs.org/diff
42552npm verb headers { date: 'Tue, 29 Dec 2015 19:26:07 GMT',
42553npm verb headers 'cache-control': 'max-age=300',
42554npm verb headers etag: '"C2JR8VIFOCSEV2B6HYFHDDE8H"',
42555npm verb headers age: '13',
42556npm verb headers 'x-served-by': 'cache-fra1237-FRA',
42557npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42558npm verb headers 'x-cache-hits': '2',
42559npm verb headers 'x-timer': 'S1451417167.530848,VS0,VE0',
42560npm verb headers vary: 'Accept',
42561npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
42562npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42563npm verb headers connection: 'keep-alive' }
42564npm verb etag http://registry.npmjs.org/diff from cache
42565npm verb get saving diff to /root/.npm/registry.npmjs.org/diff/.cache.json
42566npm http 304 http://registry.npmjs.org/jade
42567npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
42568npm verb headers 'content-type': 'application/json',
42569npm verb headers age: '252',
42570npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
42571npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42572npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
42573npm verb headers connection: 'keep-alive' }
42574npm verb etag http://registry.npmjs.org/jade from cache
42575npm verb get saving jade to /root/.npm/registry.npmjs.org/jade/.cache.json
42576npm http 304 http://registry.npmjs.org/commander
42577npm verb headers { date: 'Tue, 29 Dec 2015 19:26:07 GMT',
42578npm verb headers 'cache-control': 'max-age=300',
42579npm verb headers etag: '"DYW0JBRXQO3Y28VX1THARSCBL"',
42580npm verb headers age: '24',
42581npm verb headers 'x-served-by': 'cache-fra1248-FRA',
42582npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42583npm verb headers 'x-cache-hits': '3',
42584npm verb headers 'x-timer': 'S1451417167.550024,VS0,VE0',
42585npm verb headers vary: 'Accept',
42586npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42587npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42588npm verb headers connection: 'keep-alive' }
42589npm verb etag http://registry.npmjs.org/commander from cache
42590npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
42591npm http 304 http://registry.npmjs.org/glob
42592npm verb headers { date: 'Tue, 29 Dec 2015 19:26:07 GMT',
42593npm verb headers 'cache-control': 'max-age=300',
42594npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
42595npm verb headers age: '47',
42596npm verb headers 'x-served-by': 'cache-fra1237-FRA',
42597npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42598npm verb headers 'x-cache-hits': '3',
42599npm verb headers 'x-timer': 'S1451417167.552100,VS0,VE0',
42600npm verb headers vary: 'Accept',
42601npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42602npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42603npm verb headers connection: 'keep-alive' }
42604npm verb etag http://registry.npmjs.org/glob from cache
42605npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
42606npm verb addRemoteTarball http://registry.npmjs.org/diff/-/diff-1.0.7.tgz not in flight; adding
42607npm verb addRemoteTarball [ 'http://registry.npmjs.org/diff/-/diff-1.0.7.tgz',
42608npm verb addRemoteTarball '24bbb001c4a7d5522169e7cabdb2c2814ed91cf4' ]
42609npm verb cache add spec growl@1.7.x
42610npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for growl
42611npm verb addNameRange registry:http://registry.npmjs.org/growl not in flight; fetching
42612npm verb addRemoteTarball http://registry.npmjs.org/jade/-/jade-0.26.3.tgz not in flight; adding
42613npm verb addRemoteTarball [ 'http://registry.npmjs.org/jade/-/jade-0.26.3.tgz',
42614npm verb addRemoteTarball '8f10d7977d8d79f2f6ff862a81b0513ccb25686c' ]
42615npm info retry fetch attempt 1 at 19:26:07
42616npm info attempt registry request try #1 at 19:26:07
42617npm http fetch GET http://registry.npmjs.org/diff/-/diff-1.0.7.tgz
42618npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.2.3.tgz not in flight; adding
42619npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.2.3.tgz',
42620npm verb addRemoteTarball 'e313eeb249c7affaa5c475286b0e115b59839467' ]
42621npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.0.0.tgz not in flight; adding
42622npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.0.0.tgz',
42623npm verb addRemoteTarball 'd1b86f901f8b64bd941bdeadaf924530393be928' ]
42624npm info retry fetch attempt 1 at 19:26:07
42625npm info attempt registry request try #1 at 19:26:07
42626npm http fetch GET http://registry.npmjs.org/jade/-/jade-0.26.3.tgz
42627npm http fetch 200 http://registry.npmjs.org/diff/-/diff-1.0.7.tgz
42628npm info retry fetch attempt 1 at 19:26:07
42629npm info attempt registry request try #1 at 19:26:07
42630npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.2.3.tgz
42631npm info retry fetch attempt 1 at 19:26:07
42632npm info attempt registry request try #1 at 19:26:07
42633npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.0.0.tgz
42634npm verb get http://registry.npmjs.org/growl not expired, no request
42635npm verb addNamed "1.7.0" is a plain semver version for growl
42636npm http fetch 200 http://registry.npmjs.org/jade/-/jade-0.26.3.tgz
42637npm verb addRemoteTarball http://registry.npmjs.org/growl/-/growl-1.7.0.tgz not in flight; adding
42638npm verb addRemoteTarball [ 'http://registry.npmjs.org/growl/-/growl-1.7.0.tgz',
42639npm verb addRemoteTarball 'de2d66136d002e112ba70f3f10c31cf7c350b2da' ]
42640npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.2.3.tgz
42641npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.0.0.tgz
42642npm info retry fetch attempt 1 at 19:26:07
42643npm info attempt registry request try #1 at 19:26:07
42644npm http fetch GET http://registry.npmjs.org/growl/-/growl-1.7.0.tgz
42645npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/diff/-/diff-1.0.7.tgz not in flight; adding
42646npm verb addTmpTarball already have metadata; skipping unpack for diff@1.0.7
42647npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jade/-/jade-0.26.3.tgz not in flight; adding
42648npm verb addTmpTarball already have metadata; skipping unpack for jade@0.26.3
42649npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob/-/glob-3.2.3.tgz not in flight; adding
42650npm verb addTmpTarball already have metadata; skipping unpack for glob@3.2.3
42651npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/commander/-/commander-2.0.0.tgz not in flight; adding
42652npm verb addTmpTarball already have metadata; skipping unpack for commander@2.0.0
42653npm verb afterAdd /root/.npm/diff/1.0.7/package/package.json not in flight; writing
42654npm verb afterAdd /root/.npm/jade/0.26.3/package/package.json not in flight; writing
42655npm http fetch 200 http://registry.npmjs.org/growl/-/growl-1.7.0.tgz
42656npm verb afterAdd /root/.npm/glob/3.2.3/package/package.json not in flight; writing
42657npm verb afterAdd /root/.npm/diff/1.0.7/package/package.json written
42658npm verb afterAdd /root/.npm/commander/2.0.0/package/package.json not in flight; writing
42659npm verb afterAdd /root/.npm/jade/0.26.3/package/package.json written
42660npm verb afterAdd /root/.npm/glob/3.2.3/package/package.json written
42661npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/growl/-/growl-1.7.0.tgz not in flight; adding
42662npm verb addTmpTarball already have metadata; skipping unpack for growl@1.7.0
42663npm verb afterAdd /root/.npm/commander/2.0.0/package/package.json written
42664npm verb afterAdd /root/.npm/growl/1.7.0/package/package.json not in flight; writing
42665npm verb afterAdd /root/.npm/growl/1.7.0/package/package.json written
42666npm verb cache add spec minimatch@~0.2.11
42667npm verb cache add spec graceful-fs@~2.0.0
42668npm verb addNamed ">=0.2.11 <0.3.0" is a valid semver range for minimatch
42669npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
42670npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
42671npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
42672npm verb request uri http://registry.npmjs.org/graceful-fs
42673npm verb request no auth needed
42674npm info attempt registry request try #1 at 19:26:07
42675npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
42676npm http request GET http://registry.npmjs.org/graceful-fs
42677npm verb request uri http://registry.npmjs.org/minimatch
42678npm verb request no auth needed
42679npm info attempt registry request try #1 at 19:26:07
42680npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
42681npm http request GET http://registry.npmjs.org/minimatch
42682npm http 304 http://registry.npmjs.org/graceful-fs
42683npm verb headers { date: 'Tue, 29 Dec 2015 19:25:00 GMT',
42684npm verb headers 'content-type': 'application/json',
42685npm verb headers age: '95',
42686npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
42687npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42688npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
42689npm verb headers connection: 'keep-alive' }
42690npm verb etag http://registry.npmjs.org/graceful-fs from cache
42691npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
42692npm http 304 http://registry.npmjs.org/minimatch
42693npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
42694npm verb headers 'content-type': 'application/json',
42695npm verb headers age: '231',
42696npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
42697npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42698npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
42699npm verb headers connection: 'keep-alive' }
42700npm verb etag http://registry.npmjs.org/minimatch from cache
42701npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
42702npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
42703npm verb addNamed "0.2.14" is a plain semver version for minimatch
42704npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
42705npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
42706npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
42707npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
42708npm verb cache add spec commander@0.6.1
42709npm verb cache add spec mkdirp@0.3.0
42710npm verb addNamed "0.6.1" is a plain semver version for commander
42711npm verb addNameVersion registry:http://registry.npmjs.org/commander not in flight; fetching
42712npm verb addNamed "0.3.0" is a plain semver version for mkdirp
42713npm verb addNameVersion registry:http://registry.npmjs.org/mkdirp not in flight; fetching
42714npm verb get http://registry.npmjs.org/commander not expired, no request
42715npm verb get http://registry.npmjs.org/mkdirp not expired, no request
42716npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz not in flight; adding
42717npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz',
42718npm verb addRemoteTarball '1bbf5ab1ba827af23575143490426455f481fe1e' ]
42719npm info retry fetch attempt 1 at 19:26:07
42720npm info attempt registry request try #1 at 19:26:07
42721npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz
42722npm verb afterAdd /root/.npm/commander/0.6.1/package/package.json not in flight; writing
42723npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz
42724npm verb afterAdd /root/.npm/commander/0.6.1/package/package.json written
42725npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz not in flight; adding
42726npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.3.0
42727npm verb afterAdd /root/.npm/mkdirp/0.3.0/package/package.json not in flight; writing
42728npm verb afterAdd /root/.npm/mkdirp/0.3.0/package/package.json written
42729npm verb cache add spec async@0.2.10
42730npm verb cache add spec rimraf@2.2.6
42731npm verb addNamed "0.2.10" is a plain semver version for async
42732npm verb addNameVersion registry:http://registry.npmjs.org/async not in flight; fetching
42733npm verb addNamed "2.2.6" is a plain semver version for rimraf
42734npm verb addNameVersion registry:http://registry.npmjs.org/rimraf not in flight; fetching
42735npm verb request uri http://registry.npmjs.org/async
42736npm verb request no auth needed
42737npm info attempt registry request try #1 at 19:26:07
42738npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
42739npm http request GET http://registry.npmjs.org/async
42740npm verb get http://registry.npmjs.org/rimraf not expired, no request
42741npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz not in flight; adding
42742npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz',
42743npm verb addRemoteTarball 'c59597569b14d956ad29cacc42bdddf5f0ea4f4c' ]
42744npm info retry fetch attempt 1 at 19:26:08
42745npm info attempt registry request try #1 at 19:26:08
42746npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz
42747npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz
42748npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz not in flight; adding
42749npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.2.6
42750npm http 304 http://registry.npmjs.org/async
42751npm verb headers { date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42752npm verb headers 'cache-control': 'max-age=300',
42753npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
42754npm verb headers age: '77',
42755npm verb headers 'x-served-by': 'cache-fra1248-FRA',
42756npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42757npm verb headers 'x-cache-hits': '7',
42758npm verb headers 'x-timer': 'S1451417168.014542,VS0,VE0',
42759npm verb headers vary: 'Accept',
42760npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42761npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42762npm verb headers connection: 'keep-alive' }
42763npm verb etag http://registry.npmjs.org/async from cache
42764npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
42765npm verb afterAdd /root/.npm/rimraf/2.2.6/package/package.json not in flight; writing
42766npm verb afterAdd /root/.npm/rimraf/2.2.6/package/package.json written
42767npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
42768npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
42769npm verb request uri http://registry.npmjs.org/ng-annotate
42770npm verb request no auth needed
42771npm info attempt registry request try #1 at 19:26:08
42772npm http request GET http://registry.npmjs.org/ng-annotate
42773npm http 200 http://registry.npmjs.org/ng-annotate
42774npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42775npm verb headers etag: '"8JZUS0I5RNUGXGV5Z3AKVSPDY"',
42776npm verb headers 'content-type': 'application/json',
42777npm verb headers 'cache-control': 'max-age=300',
42778npm verb headers 'content-length': '75098',
42779npm verb headers 'accept-ranges': 'bytes',
42780npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42781npm verb headers age: '35',
42782npm verb headers 'x-served-by': 'cache-fra1248-FRA',
42783npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42784npm verb headers 'x-cache-hits': '1',
42785npm verb headers 'x-timer': 'S1451417168.082795,VS0,VE0',
42786npm verb headers vary: 'Accept',
42787npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42788npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42789npm verb headers connection: 'keep-alive' }
42790npm verb get saving ng-annotate to /root/.npm/registry.npmjs.org/ng-annotate/.cache.json
42791npm verb cache add spec ng-annotate@^0.9.0
42792npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for ng-annotate
42793npm verb addNameRange registry:http://registry.npmjs.org/ng-annotate not in flight; fetching
42794npm verb get http://registry.npmjs.org/ng-annotate not expired, no request
42795npm verb addNamed "0.9.11" is a plain semver version for ng-annotate
42796npm verb addRemoteTarball http://registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz not in flight; adding
42797npm verb addRemoteTarball [ 'http://registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz',
42798npm verb addRemoteTarball 'db8308d5ca92472ab60f3b532df4cb4f0a134b67' ]
42799npm info retry fetch attempt 1 at 19:26:08
42800npm info attempt registry request try #1 at 19:26:08
42801npm http fetch GET http://registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz
42802npm http fetch 200 http://registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz
42803npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz not in flight; adding
42804npm verb addTmpTarball already have metadata; skipping unpack for ng-annotate@0.9.11
42805npm verb afterAdd /root/.npm/ng-annotate/0.9.11/package/package.json not in flight; writing
42806npm verb afterAdd /root/.npm/ng-annotate/0.9.11/package/package.json written
42807npm verb cache add spec esprima@~1.2.0
42808npm verb cache add spec optimist@~0.6.1
42809npm verb cache add spec source-map@~0.1.37
42810npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for esprima
42811npm verb addNameRange registry:http://registry.npmjs.org/esprima not in flight; fetching
42812npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for optimist
42813npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
42814npm verb addNamed ">=0.1.37 <0.2.0" is a valid semver range for source-map
42815npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
42816npm verb request uri http://registry.npmjs.org/alter
42817npm verb request no auth needed
42818npm info attempt registry request try #1 at 19:26:08
42819npm http request GET http://registry.npmjs.org/alter
42820npm verb request uri http://registry.npmjs.org/convert-source-map
42821npm verb request no auth needed
42822npm info attempt registry request try #1 at 19:26:08
42823npm http request GET http://registry.npmjs.org/convert-source-map
42824npm verb request uri http://registry.npmjs.org/ordered-ast-traverse
42825npm verb request no auth needed
42826npm info attempt registry request try #1 at 19:26:08
42827npm http request GET http://registry.npmjs.org/ordered-ast-traverse
42828npm verb request uri http://registry.npmjs.org/simple-fmt
42829npm verb request no auth needed
42830npm info attempt registry request try #1 at 19:26:08
42831npm http request GET http://registry.npmjs.org/simple-fmt
42832npm verb request uri http://registry.npmjs.org/simple-is
42833npm verb request no auth needed
42834npm info attempt registry request try #1 at 19:26:08
42835npm http request GET http://registry.npmjs.org/simple-is
42836npm verb request uri http://registry.npmjs.org/stable
42837npm verb request no auth needed
42838npm info attempt registry request try #1 at 19:26:08
42839npm http request GET http://registry.npmjs.org/stable
42840npm verb request uri http://registry.npmjs.org/stringmap
42841npm verb request no auth needed
42842npm info attempt registry request try #1 at 19:26:08
42843npm http request GET http://registry.npmjs.org/stringmap
42844npm verb request uri http://registry.npmjs.org/stringset
42845npm verb request no auth needed
42846npm info attempt registry request try #1 at 19:26:08
42847npm http request GET http://registry.npmjs.org/stringset
42848npm verb request uri http://registry.npmjs.org/tryor
42849npm verb request no auth needed
42850npm info attempt registry request try #1 at 19:26:08
42851npm http request GET http://registry.npmjs.org/tryor
42852npm verb get http://registry.npmjs.org/esprima not expired, no request
42853npm verb addNamed "1.2.5" is a plain semver version for esprima
42854npm verb request uri http://registry.npmjs.org/optimist
42855npm verb request no auth needed
42856npm info attempt registry request try #1 at 19:26:08
42857npm verb etag "6CXUKRQ1RDWCGZOWF0ABF0B0Y"
42858npm http request GET http://registry.npmjs.org/optimist
42859npm verb request uri http://registry.npmjs.org/source-map
42860npm verb request no auth needed
42861npm info attempt registry request try #1 at 19:26:08
42862npm verb etag "9A7YCHFO2TY98XTX57E2TQ7TE"
42863npm http request GET http://registry.npmjs.org/source-map
42864npm verb addRemoteTarball http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz not in flight; adding
42865npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz',
42866npm verb addRemoteTarball '0993502feaf668138325756f30f9a51feeec11e9' ]
42867npm http 200 http://registry.npmjs.org/alter
42868npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42869npm verb headers etag: '"70NV5FN8R7T9XM0B0OTFJSHH4"',
42870npm verb headers 'content-type': 'application/json',
42871npm verb headers 'cache-control': 'max-age=60',
42872npm verb headers 'content-length': '3927',
42873npm verb headers 'accept-ranges': 'bytes',
42874npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42875npm verb headers age: '5',
42876npm verb headers 'x-served-by': 'cache-fra1248-FRA',
42877npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42878npm verb headers 'x-cache-hits': '1',
42879npm verb headers 'x-timer': 'S1451417168.434487,VS0,VE0',
42880npm verb headers vary: 'Accept',
42881npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
42882npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42883npm verb headers connection: 'keep-alive' }
42884npm verb get saving alter to /root/.npm/registry.npmjs.org/alter/.cache.json
42885npm http 200 http://registry.npmjs.org/convert-source-map
42886npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42887npm verb headers etag: '"71JFAS53ENRGFWNJBS50LPU1S"',
42888npm verb headers 'content-type': 'application/json',
42889npm verb headers 'cache-control': 'max-age=60',
42890npm verb headers 'content-length': '33191',
42891npm verb headers 'accept-ranges': 'bytes',
42892npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42893npm verb headers age: '24',
42894npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42895npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42896npm verb headers 'x-cache-hits': '1',
42897npm verb headers 'x-timer': 'S1451417168.436669,VS0,VE0',
42898npm verb headers vary: 'Accept',
42899npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
42900npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42901npm verb headers connection: 'keep-alive' }
42902npm verb get saving convert-source-map to /root/.npm/registry.npmjs.org/convert-source-map/.cache.json
42903npm http 304 http://registry.npmjs.org/optimist
42904npm verb headers { date: 'Tue, 29 Dec 2015 19:24:36 GMT',
42905npm verb headers 'content-type': 'application/json',
42906npm verb headers age: '118',
42907npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
42908npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42909npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
42910npm verb headers connection: 'keep-alive' }
42911npm verb etag http://registry.npmjs.org/optimist from cache
42912npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
42913npm http 200 http://registry.npmjs.org/ordered-ast-traverse
42914npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42915npm verb headers etag: '"3WI4N1P3MDU9ATT8B7FVQ1VDK"',
42916npm verb headers 'content-type': 'application/json',
42917npm verb headers 'cache-control': 'max-age=300',
42918npm verb headers 'content-length': '7275',
42919npm verb headers 'accept-ranges': 'bytes',
42920npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42921npm verb headers age: '23',
42922npm verb headers 'x-served-by': 'cache-fra1247-FRA',
42923npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42924npm verb headers 'x-cache-hits': '1',
42925npm verb headers 'x-timer': 'S1451417168.452620,VS0,VE0',
42926npm verb headers vary: 'Accept',
42927npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42928npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42929npm verb headers connection: 'keep-alive' }
42930npm verb get saving ordered-ast-traverse to /root/.npm/registry.npmjs.org/ordered-ast-traverse/.cache.json
42931npm http 200 http://registry.npmjs.org/simple-fmt
42932npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42933npm verb headers etag: '"9BOR0ZL4HXS0ME6YKHEPUBF9P"',
42934npm verb headers 'content-type': 'application/json',
42935npm verb headers 'cache-control': 'max-age=300',
42936npm verb headers 'content-length': '3680',
42937npm verb headers 'accept-ranges': 'bytes',
42938npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42939npm verb headers age: '106',
42940npm verb headers 'x-served-by': 'cache-fra1242-FRA',
42941npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42942npm verb headers 'x-cache-hits': '1',
42943npm verb headers 'x-timer': 'S1451417168.452756,VS0,VE0',
42944npm verb headers vary: 'Accept',
42945npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42946npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42947npm verb headers connection: 'keep-alive' }
42948npm verb get saving simple-fmt to /root/.npm/registry.npmjs.org/simple-fmt/.cache.json
42949npm http 200 http://registry.npmjs.org/simple-is
42950npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42951npm verb headers etag: '"1SMKBZ2W9DXO945UPWOSGHIBR"',
42952npm verb headers 'content-type': 'application/json',
42953npm verb headers 'cache-control': 'max-age=300',
42954npm verb headers 'content-length': '7165',
42955npm verb headers 'accept-ranges': 'bytes',
42956npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42957npm verb headers age: '263',
42958npm verb headers 'x-served-by': 'cache-fra1234-FRA',
42959npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42960npm verb headers 'x-cache-hits': '2',
42961npm verb headers 'x-timer': 'S1451417168.453584,VS0,VE0',
42962npm verb headers vary: 'Accept',
42963npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42964npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42965npm verb headers connection: 'keep-alive' }
42966npm verb get saving simple-is to /root/.npm/registry.npmjs.org/simple-is/.cache.json
42967npm http 200 http://registry.npmjs.org/stable
42968npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42969npm verb headers etag: '"AITLN1855CMZJB42B7GAXWJ5"',
42970npm verb headers 'content-type': 'application/json',
42971npm verb headers 'cache-control': 'max-age=300',
42972npm verb headers 'content-length': '8783',
42973npm verb headers 'accept-ranges': 'bytes',
42974npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42975npm verb headers age: '119',
42976npm verb headers 'x-served-by': 'cache-fra1235-FRA',
42977npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42978npm verb headers 'x-cache-hits': '2',
42979npm verb headers 'x-timer': 'S1451417168.453595,VS0,VE0',
42980npm verb headers vary: 'Accept',
42981npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
42982npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
42983npm verb headers connection: 'keep-alive' }
42984npm verb get saving stable to /root/.npm/registry.npmjs.org/stable/.cache.json
42985npm http 200 http://registry.npmjs.org/stringset
42986npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42987npm verb headers etag: '"1BVL09P2WD2YAYDJ9D8H76V7H"',
42988npm verb headers 'content-type': 'application/json',
42989npm verb headers 'cache-control': 'max-age=60',
42990npm verb headers 'content-length': '8179',
42991npm verb headers 'accept-ranges': 'bytes',
42992npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
42993npm verb headers age: '5',
42994npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42995npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
42996npm verb headers 'x-cache-hits': '2',
42997npm verb headers 'x-timer': 'S1451417168.457941,VS0,VE0',
42998npm verb headers vary: 'Accept',
42999npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
43000npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43001npm verb headers connection: 'keep-alive' }
43002npm verb get saving stringset to /root/.npm/registry.npmjs.org/stringset/.cache.json
43003npm http 200 http://registry.npmjs.org/stringmap
43004npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43005npm verb headers etag: '"ALXJFRTQ10BKFXH7Q570CX5UW"',
43006npm verb headers 'content-type': 'application/json',
43007npm verb headers 'cache-control': 'max-age=300',
43008npm verb headers 'content-length': '14314',
43009npm verb headers 'accept-ranges': 'bytes',
43010npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
43011npm verb headers age: '264',
43012npm verb headers 'x-served-by': 'cache-fra1231-FRA',
43013npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43014npm verb headers 'x-cache-hits': '3',
43015npm verb headers 'x-timer': 'S1451417168.458252,VS0,VE0',
43016npm verb headers vary: 'Accept',
43017npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43018npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43019npm verb headers connection: 'keep-alive' }
43020npm verb get saving stringmap to /root/.npm/registry.npmjs.org/stringmap/.cache.json
43021npm http 200 http://registry.npmjs.org/tryor
43022npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43023npm verb headers etag: '"9BOPKIK4TCDM9PH8KCM8H98I7"',
43024npm verb headers 'content-type': 'application/json',
43025npm verb headers 'cache-control': 'max-age=300',
43026npm verb headers 'content-length': '6353',
43027npm verb headers 'accept-ranges': 'bytes',
43028npm verb headers date: 'Tue, 29 Dec 2015 19:26:08 GMT',
43029npm verb headers age: '264',
43030npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43031npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43032npm verb headers 'x-cache-hits': '1',
43033npm verb headers 'x-timer': 'S1451417168.457980,VS0,VE0',
43034npm verb headers vary: 'Accept',
43035npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43036npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43037npm verb headers connection: 'keep-alive' }
43038npm verb get saving tryor to /root/.npm/registry.npmjs.org/tryor/.cache.json
43039npm info retry fetch attempt 1 at 19:26:08
43040npm info attempt registry request try #1 at 19:26:08
43041npm http fetch GET http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz
43042npm http 304 http://registry.npmjs.org/source-map
43043npm verb headers { date: 'Tue, 29 Dec 2015 19:26:08 GMT',
43044npm verb headers 'cache-control': 'max-age=60',
43045npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
43046npm verb headers age: '40',
43047npm verb headers 'x-served-by': 'cache-fra1231-FRA',
43048npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43049npm verb headers 'x-cache-hits': '2',
43050npm verb headers 'x-timer': 'S1451417168.500705,VS0,VE0',
43051npm verb headers vary: 'Accept',
43052npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
43053npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43054npm verb headers connection: 'keep-alive' }
43055npm verb etag http://registry.npmjs.org/source-map from cache
43056npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
43057npm http fetch 200 http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz
43058npm verb addNamed "0.6.1" is a plain semver version for optimist
43059npm verb cache add spec alter@~0.2.0
43060npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for alter
43061npm verb addNameRange registry:http://registry.npmjs.org/alter not in flight; fetching
43062npm verb cache add spec convert-source-map@~0.4.0
43063npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for convert-source-map
43064npm verb addNameRange registry:http://registry.npmjs.org/convert-source-map not in flight; fetching
43065npm verb cache add spec simple-is@~0.2.0
43066npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for simple-is
43067npm verb addNameRange registry:http://registry.npmjs.org/simple-is not in flight; fetching
43068npm verb cache add spec simple-fmt@~0.1.0
43069npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for simple-fmt
43070npm verb addNameRange registry:http://registry.npmjs.org/simple-fmt not in flight; fetching
43071npm verb cache add spec stable@~0.1.5
43072npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for stable
43073npm verb addNameRange registry:http://registry.npmjs.org/stable not in flight; fetching
43074npm verb cache add spec stringmap@~0.2.2
43075npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for stringmap
43076npm verb addNameRange registry:http://registry.npmjs.org/stringmap not in flight; fetching
43077npm verb cache add spec stringset@~0.2.1
43078npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for stringset
43079npm verb addNameRange registry:http://registry.npmjs.org/stringset not in flight; fetching
43080npm verb addNamed "0.1.43" is a plain semver version for source-map
43081npm verb cache add spec ordered-ast-traverse@~0.1.1
43082npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for ordered-ast-traverse
43083npm verb addNameRange registry:http://registry.npmjs.org/ordered-ast-traverse not in flight; fetching
43084npm verb cache add spec tryor@~0.1.2
43085npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for tryor
43086npm verb addNameRange registry:http://registry.npmjs.org/tryor not in flight; fetching
43087npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz not in flight; adding
43088npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz',
43089npm verb addRemoteTarball 'c24bc146ca517c1471f5dacbe2571b2b7f9e3346' ]
43090npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/esprima/-/esprima-1.2.5.tgz not in flight; adding
43091npm verb addTmpTarball already have metadata; skipping unpack for esprima@1.2.5
43092npm info retry fetch attempt 1 at 19:26:08
43093npm info attempt registry request try #1 at 19:26:08
43094npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz
43095npm verb get http://registry.npmjs.org/alter not expired, no request
43096npm verb addNamed "0.2.0" is a plain semver version for alter
43097npm verb get http://registry.npmjs.org/convert-source-map not expired, no request
43098npm verb addNamed "0.4.1" is a plain semver version for convert-source-map
43099npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
43100npm verb addRemoteTarball http://registry.npmjs.org/alter/-/alter-0.2.0.tgz not in flight; adding
43101npm verb addRemoteTarball [ 'http://registry.npmjs.org/alter/-/alter-0.2.0.tgz',
43102npm verb addRemoteTarball 'c7588808617572034aae62480af26b1d4d1cb3cd' ]
43103npm verb addRemoteTarball http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz not in flight; adding
43104npm verb addRemoteTarball [ 'http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz',
43105npm verb addRemoteTarball 'f919a0099fe31f80fc5a1d0eb303161b394070c7' ]
43106npm verb get http://registry.npmjs.org/simple-fmt not expired, no request
43107npm verb addNamed "0.1.0" is a plain semver version for simple-fmt
43108npm verb get http://registry.npmjs.org/simple-is not expired, no request
43109npm verb addNamed "0.2.0" is a plain semver version for simple-is
43110npm verb get http://registry.npmjs.org/stable not expired, no request
43111npm verb addNamed "0.1.5" is a plain semver version for stable
43112npm verb get http://registry.npmjs.org/stringset not expired, no request
43113npm verb addNamed "0.2.1" is a plain semver version for stringset
43114npm verb get http://registry.npmjs.org/stringmap not expired, no request
43115npm verb addNamed "0.2.2" is a plain semver version for stringmap
43116npm verb get http://registry.npmjs.org/ordered-ast-traverse not expired, no request
43117npm verb addNamed "0.1.1" is a plain semver version for ordered-ast-traverse
43118npm verb get http://registry.npmjs.org/tryor not expired, no request
43119npm verb addNamed "0.1.2" is a plain semver version for tryor
43120npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz
43121npm verb addRemoteTarball http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz not in flight; adding
43122npm verb addRemoteTarball [ 'http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz',
43123npm verb addRemoteTarball '191bf566a59e6530482cb25ab53b4a8dc85c3a6b' ]
43124npm verb addRemoteTarball http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz not in flight; adding
43125npm verb addRemoteTarball [ 'http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz',
43126npm verb addRemoteTarball '2abb75aade39deb5cc815ce10e6191164850baf0' ]
43127npm verb addRemoteTarball http://registry.npmjs.org/stable/-/stable-0.1.5.tgz not in flight; adding
43128npm verb addRemoteTarball [ 'http://registry.npmjs.org/stable/-/stable-0.1.5.tgz',
43129npm verb addRemoteTarball '08232f60c732e9890784b5bed0734f8b32a887b9' ]
43130npm verb addRemoteTarball http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz not in flight; adding
43131npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz',
43132npm verb addRemoteTarball 'ef259c4e349344377fcd1c913dd2e848c9c042b5' ]
43133npm verb addRemoteTarball http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz not in flight; adding
43134npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz',
43135npm verb addRemoteTarball '556c137b258f942b8776f5b2ef582aa069d7d1b1' ]
43136npm verb addRemoteTarball http://registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz not in flight; adding
43137npm verb addRemoteTarball [ 'http://registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz',
43138npm verb addRemoteTarball 'fd258b70bb169a3818784398bf7abce42ae37d56' ]
43139npm verb addRemoteTarball http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz not in flight; adding
43140npm verb addRemoteTarball [ 'http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz',
43141npm verb addRemoteTarball '8145e4ca7caff40acde3ccf946e8b8bb75b4172b' ]
43142npm info retry fetch attempt 1 at 19:26:08
43143npm info attempt registry request try #1 at 19:26:08
43144npm http fetch GET http://registry.npmjs.org/alter/-/alter-0.2.0.tgz
43145npm info retry fetch attempt 1 at 19:26:08
43146npm info attempt registry request try #1 at 19:26:08
43147npm http fetch GET http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz
43148npm info retry fetch attempt 1 at 19:26:08
43149npm info attempt registry request try #1 at 19:26:08
43150npm http fetch GET http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz
43151npm info retry fetch attempt 1 at 19:26:08
43152npm info attempt registry request try #1 at 19:26:08
43153npm http fetch GET http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz
43154npm info retry fetch attempt 1 at 19:26:08
43155npm info attempt registry request try #1 at 19:26:08
43156npm http fetch GET http://registry.npmjs.org/stable/-/stable-0.1.5.tgz
43157npm info retry fetch attempt 1 at 19:26:08
43158npm info attempt registry request try #1 at 19:26:08
43159npm http fetch GET http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz
43160npm info retry fetch attempt 1 at 19:26:08
43161npm info attempt registry request try #1 at 19:26:08
43162npm http fetch GET http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz
43163npm info retry fetch attempt 1 at 19:26:08
43164npm info attempt registry request try #1 at 19:26:08
43165npm http fetch GET http://registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz
43166npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
43167npm info retry fetch attempt 1 at 19:26:08
43168npm info attempt registry request try #1 at 19:26:08
43169npm http fetch GET http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz
43170npm http fetch 200 http://registry.npmjs.org/alter/-/alter-0.2.0.tgz
43171npm http fetch 200 http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz
43172npm http fetch 200 http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz
43173npm http fetch 200 http://registry.npmjs.org/stable/-/stable-0.1.5.tgz
43174npm http fetch 200 http://registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz
43175npm http fetch 200 http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz
43176npm verb afterAdd /root/.npm/esprima/1.2.5/package/package.json not in flight; writing
43177npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/source-map/-/source-map-0.1.43.tgz not in flight; adding
43178npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.43
43179npm http fetch 200 http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz
43180npm http fetch 200 http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz
43181npm http fetch 200 http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz
43182npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/alter/-/alter-0.2.0.tgz not in flight; adding
43183npm verb addTmpTarball already have metadata; skipping unpack for alter@0.2.0
43184npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz not in flight; adding
43185npm verb addTmpTarball already have metadata; skipping unpack for convert-source-map@0.4.1
43186npm verb afterAdd /root/.npm/esprima/1.2.5/package/package.json written
43187npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz not in flight; adding
43188npm verb addTmpTarball already have metadata; skipping unpack for simple-fmt@0.1.0
43189npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stable/-/stable-0.1.5.tgz not in flight; adding
43190npm verb addTmpTarball already have metadata; skipping unpack for stable@0.1.5
43191npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz not in flight; adding
43192npm verb addTmpTarball already have metadata; skipping unpack for ordered-ast-traverse@0.1.1
43193npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz not in flight; adding
43194npm verb addTmpTarball already have metadata; skipping unpack for simple-is@0.2.0
43195npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stringset/-/stringset-0.2.1.tgz not in flight; adding
43196npm verb addTmpTarball already have metadata; skipping unpack for stringset@0.2.1
43197npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz not in flight; adding
43198npm verb addTmpTarball already have metadata; skipping unpack for stringmap@0.2.2
43199npm verb afterAdd /root/.npm/source-map/0.1.43/package/package.json not in flight; writing
43200npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tryor/-/tryor-0.1.2.tgz not in flight; adding
43201npm verb addTmpTarball already have metadata; skipping unpack for tryor@0.1.2
43202npm verb afterAdd /root/.npm/source-map/0.1.43/package/package.json written
43203npm verb afterAdd /root/.npm/convert-source-map/0.4.1/package/package.json not in flight; writing
43204npm verb afterAdd /root/.npm/alter/0.2.0/package/package.json not in flight; writing
43205npm verb afterAdd /root/.npm/simple-fmt/0.1.0/package/package.json not in flight; writing
43206npm verb afterAdd /root/.npm/stable/0.1.5/package/package.json not in flight; writing
43207npm verb afterAdd /root/.npm/ordered-ast-traverse/0.1.1/package/package.json not in flight; writing
43208npm verb afterAdd /root/.npm/simple-is/0.2.0/package/package.json not in flight; writing
43209npm verb afterAdd /root/.npm/stringset/0.2.1/package/package.json not in flight; writing
43210npm verb afterAdd /root/.npm/stringmap/0.2.2/package/package.json not in flight; writing
43211npm verb afterAdd /root/.npm/convert-source-map/0.4.1/package/package.json written
43212npm verb afterAdd /root/.npm/alter/0.2.0/package/package.json written
43213npm verb afterAdd /root/.npm/tryor/0.1.2/package/package.json not in flight; writing
43214npm verb afterAdd /root/.npm/simple-fmt/0.1.0/package/package.json written
43215npm verb afterAdd /root/.npm/stable/0.1.5/package/package.json written
43216npm verb afterAdd /root/.npm/ordered-ast-traverse/0.1.1/package/package.json written
43217npm verb afterAdd /root/.npm/simple-is/0.2.0/package/package.json written
43218npm verb afterAdd /root/.npm/stringset/0.2.1/package/package.json written
43219npm verb afterAdd /root/.npm/stringmap/0.2.2/package/package.json written
43220npm verb afterAdd /root/.npm/tryor/0.1.2/package/package.json written
43221npm verb cache add spec minimist@~0.0.1
43222npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
43223npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
43224npm verb get http://registry.npmjs.org/minimist not expired, no request
43225npm verb addNamed "0.0.10" is a plain semver version for minimist
43226npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
43227npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
43228npm verb request uri http://registry.npmjs.org/ordered-esprima-props
43229npm verb request no auth needed
43230npm info attempt registry request try #1 at 19:26:09
43231npm http request GET http://registry.npmjs.org/ordered-esprima-props
43232npm http 200 http://registry.npmjs.org/ordered-esprima-props
43233npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43234npm verb headers etag: '"BLP7BZMUN37UUC1NWK5H6RO1M"',
43235npm verb headers 'content-type': 'application/json',
43236npm verb headers 'cache-control': 'max-age=300',
43237npm verb headers 'content-length': '3191',
43238npm verb headers 'accept-ranges': 'bytes',
43239npm verb headers date: 'Tue, 29 Dec 2015 19:26:09 GMT',
43240npm verb headers age: '97',
43241npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43242npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43243npm verb headers 'x-cache-hits': '1',
43244npm verb headers 'x-timer': 'S1451417169.095061,VS0,VE1',
43245npm verb headers vary: 'Accept',
43246npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43247npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43248npm verb headers connection: 'keep-alive' }
43249npm verb get saving ordered-esprima-props to /root/.npm/registry.npmjs.org/ordered-esprima-props/.cache.json
43250npm verb cache add spec ordered-esprima-props@~1.0.0
43251npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ordered-esprima-props
43252npm verb addNameRange registry:http://registry.npmjs.org/ordered-esprima-props not in flight; fetching
43253npm verb get http://registry.npmjs.org/ordered-esprima-props not expired, no request
43254npm verb addNamed "1.0.0" is a plain semver version for ordered-esprima-props
43255npm verb addRemoteTarball http://registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz not in flight; adding
43256npm verb addRemoteTarball [ 'http://registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz',
43257npm verb addRemoteTarball '0c7cce28ab92b9351b3a281806d674bea3443a2e' ]
43258npm info retry fetch attempt 1 at 19:26:09
43259npm info attempt registry request try #1 at 19:26:09
43260npm http fetch GET http://registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz
43261npm http fetch 200 http://registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz
43262npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz not in flight; adding
43263npm verb addTmpTarball already have metadata; skipping unpack for ordered-esprima-props@1.0.0
43264npm verb afterAdd /root/.npm/ordered-esprima-props/1.0.0/package/package.json not in flight; writing
43265npm verb afterAdd /root/.npm/ordered-esprima-props/1.0.0/package/package.json written
43266npm verb request uri http://registry.npmjs.org/node-inspector
43267npm verb request no auth needed
43268npm info attempt registry request try #1 at 19:26:09
43269npm http request GET http://registry.npmjs.org/node-inspector
43270npm http 200 http://registry.npmjs.org/node-inspector
43271npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43272npm verb headers etag: '"69GDEU3I8X8D81JZ6VWCCD3K5"',
43273npm verb headers 'content-type': 'application/json',
43274npm verb headers 'cache-control': 'max-age=300',
43275npm verb headers 'content-length': '141773',
43276npm verb headers 'accept-ranges': 'bytes',
43277npm verb headers date: 'Tue, 29 Dec 2015 19:26:10 GMT',
43278npm verb headers age: '0',
43279npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43280npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43281npm verb headers 'x-cache-hits': '1',
43282npm verb headers 'x-timer': 'S1451417169.212406,VS0,VE930',
43283npm verb headers vary: 'Accept',
43284npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43285npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43286npm verb headers connection: 'keep-alive' }
43287npm verb get saving node-inspector to /root/.npm/registry.npmjs.org/node-inspector/.cache.json
43288npm verb cache add spec node-inspector@^0.9.0
43289npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for node-inspector
43290npm verb addNameRange registry:http://registry.npmjs.org/node-inspector not in flight; fetching
43291npm verb get http://registry.npmjs.org/node-inspector not expired, no request
43292npm verb addNamed "0.9.2" is a plain semver version for node-inspector
43293npm verb addRemoteTarball http://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz not in flight; adding
43294npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz',
43295npm verb addRemoteTarball 'f25e2be0dbd672f7f09b50af01ef81da3157ae7c' ]
43296npm info retry fetch attempt 1 at 19:26:10
43297npm info attempt registry request try #1 at 19:26:10
43298npm http fetch GET http://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz
43299npm http fetch 200 http://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz
43300npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz not in flight; adding
43301npm verb addTmpTarball already have metadata; skipping unpack for node-inspector@0.9.2
43302npm verb afterAdd /root/.npm/node-inspector/0.9.2/package/package.json not in flight; writing
43303npm verb afterAdd /root/.npm/node-inspector/0.9.2/package/package.json written
43304npm verb cache add spec express@^4.8.0
43305npm verb cache add spec serve-favicon@^2.1.1
43306npm verb cache add spec async@~0.9
43307npm verb cache add spec glob@^4.3.5
43308npm verb cache add spec ws@~0.4.31
43309npm verb cache add spec yargs@^1.2.1
43310npm verb cache add spec semver@^3.0.1
43311npm verb addNamed ">=4.8.0 <5.0.0" is a valid semver range for express
43312npm verb addNameRange registry:http://registry.npmjs.org/express not in flight; fetching
43313npm verb addNamed ">=2.1.1 <3.0.0" is a valid semver range for serve-favicon
43314npm verb addNameRange registry:http://registry.npmjs.org/serve-favicon not in flight; fetching
43315npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
43316npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
43317npm verb addNamed ">=4.3.5 <5.0.0" is a valid semver range for glob
43318npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
43319npm verb addNamed ">=0.4.31 <0.5.0" is a valid semver range for ws
43320npm verb addNameRange registry:http://registry.npmjs.org/ws not in flight; fetching
43321npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for yargs
43322npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
43323npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for semver
43324npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
43325npm verb request uri http://registry.npmjs.org/rc
43326npm verb request no auth needed
43327npm info attempt registry request try #1 at 19:26:11
43328npm http request GET http://registry.npmjs.org/rc
43329npm verb request uri http://registry.npmjs.org/strong-data-uri
43330npm verb request no auth needed
43331npm info attempt registry request try #1 at 19:26:11
43332npm http request GET http://registry.npmjs.org/strong-data-uri
43333npm verb request uri http://registry.npmjs.org/biased-opener
43334npm verb request no auth needed
43335npm info attempt registry request try #1 at 19:26:11
43336npm http request GET http://registry.npmjs.org/biased-opener
43337npm verb request uri http://registry.npmjs.org/v8-debug
43338npm verb request no auth needed
43339npm info attempt registry request try #1 at 19:26:11
43340npm http request GET http://registry.npmjs.org/v8-debug
43341npm verb request uri http://registry.npmjs.org/v8-profiler
43342npm verb request no auth needed
43343npm info attempt registry request try #1 at 19:26:11
43344npm http request GET http://registry.npmjs.org/v8-profiler
43345npm verb request uri http://registry.npmjs.org/express
43346npm verb request no auth needed
43347npm info attempt registry request try #1 at 19:26:11
43348npm verb etag "957DV0XVI0S3WZBW2MBRA91JF"
43349npm http request GET http://registry.npmjs.org/express
43350npm verb get http://registry.npmjs.org/async not expired, no request
43351npm verb addNamed "0.9.2" is a plain semver version for async
43352npm verb request uri http://registry.npmjs.org/serve-favicon
43353npm verb request no auth needed
43354npm info attempt registry request try #1 at 19:26:11
43355npm verb etag "2CF52I28MTEPSZWDG7L6ICLC3"
43356npm http request GET http://registry.npmjs.org/serve-favicon
43357npm verb request uri http://registry.npmjs.org/ws
43358npm verb request no auth needed
43359npm info attempt registry request try #1 at 19:26:11
43360npm verb etag "BYI4IQ4WXFILP90GIM24NOJYA"
43361npm http request GET http://registry.npmjs.org/ws
43362npm verb get http://registry.npmjs.org/glob not expired, no request
43363npm verb addNamed "4.5.3" is a plain semver version for glob
43364npm verb get http://registry.npmjs.org/semver not expired, no request
43365npm verb addNamed "3.0.1" is a plain semver version for semver
43366npm verb request uri http://registry.npmjs.org/yargs
43367npm verb request no auth needed
43368npm info attempt registry request try #1 at 19:26:11
43369npm verb etag "7EKDP4FRWZTLN3TSSF6L8LBTH"
43370npm http request GET http://registry.npmjs.org/yargs
43371npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-4.5.3.tgz not in flight; adding
43372npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-4.5.3.tgz',
43373npm verb addRemoteTarball 'c6cb73d3226c1efef04de3c56d012f03377ee15f' ]
43374npm http 200 http://registry.npmjs.org/biased-opener
43375npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43376npm verb headers etag: '"CDQRFODDSQ9N3MPR80NECPHYN"',
43377npm verb headers 'content-type': 'application/json',
43378npm verb headers 'cache-control': 'max-age=300',
43379npm verb headers 'content-length': '14279',
43380npm verb headers 'accept-ranges': 'bytes',
43381npm verb headers date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43382npm verb headers age: '68',
43383npm verb headers 'x-served-by': 'cache-fra1242-FRA',
43384npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43385npm verb headers 'x-cache-hits': '1',
43386npm verb headers 'x-timer': 'S1451417171.322751,VS0,VE0',
43387npm verb headers vary: 'Accept',
43388npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43389npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43390npm verb headers connection: 'keep-alive' }
43391npm verb get saving biased-opener to /root/.npm/registry.npmjs.org/biased-opener/.cache.json
43392npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-3.0.1.tgz not in flight; adding
43393npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-3.0.1.tgz',
43394npm verb addRemoteTarball '720ac012515a252f91fb0dd2e99a56a70d6cf078' ]
43395npm http 304 http://registry.npmjs.org/express
43396npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
43397npm verb headers 'content-type': 'application/json',
43398npm verb headers age: '124',
43399npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
43400npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43401npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
43402npm verb headers connection: 'keep-alive' }
43403npm verb etag http://registry.npmjs.org/express from cache
43404npm verb get saving express to /root/.npm/registry.npmjs.org/express/.cache.json
43405npm http 304 http://registry.npmjs.org/serve-favicon
43406npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
43407npm verb headers 'content-type': 'application/json',
43408npm verb headers age: '271',
43409npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
43410npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43411npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
43412npm verb headers connection: 'keep-alive' }
43413npm verb etag http://registry.npmjs.org/serve-favicon from cache
43414npm verb get saving serve-favicon to /root/.npm/registry.npmjs.org/serve-favicon/.cache.json
43415npm http 304 http://registry.npmjs.org/ws
43416npm verb headers { date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43417npm verb headers 'cache-control': 'max-age=300',
43418npm verb headers etag: '"BYI4IQ4WXFILP90GIM24NOJYA"',
43419npm verb headers age: '16',
43420npm verb headers 'x-served-by': 'cache-fra1242-FRA',
43421npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43422npm verb headers 'x-cache-hits': '1',
43423npm verb headers 'x-timer': 'S1451417171.404838,VS0,VE0',
43424npm verb headers vary: 'Accept',
43425npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43426npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43427npm verb headers connection: 'keep-alive' }
43428npm verb etag http://registry.npmjs.org/ws from cache
43429npm verb get saving ws to /root/.npm/registry.npmjs.org/ws/.cache.json
43430npm info retry fetch attempt 1 at 19:26:11
43431npm info attempt registry request try #1 at 19:26:11
43432npm http fetch GET http://registry.npmjs.org/glob/-/glob-4.5.3.tgz
43433npm http 304 http://registry.npmjs.org/yargs
43434npm verb headers { date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43435npm verb headers 'cache-control': 'max-age=300',
43436npm verb headers etag: '"7EKDP4FRWZTLN3TSSF6L8LBTH"',
43437npm verb headers age: '62',
43438npm verb headers 'x-served-by': 'cache-fra1242-FRA',
43439npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43440npm verb headers 'x-cache-hits': '4',
43441npm verb headers 'x-timer': 'S1451417171.442799,VS0,VE0',
43442npm verb headers vary: 'Accept',
43443npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
43444npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43445npm verb headers connection: 'keep-alive' }
43446npm verb etag http://registry.npmjs.org/yargs from cache
43447npm verb get saving yargs to /root/.npm/registry.npmjs.org/yargs/.cache.json
43448npm info retry fetch attempt 1 at 19:26:11
43449npm info attempt registry request try #1 at 19:26:11
43450npm http fetch GET http://registry.npmjs.org/semver/-/semver-3.0.1.tgz
43451npm http fetch 200 http://registry.npmjs.org/glob/-/glob-4.5.3.tgz
43452npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
43453npm http fetch 200 http://registry.npmjs.org/semver/-/semver-3.0.1.tgz
43454npm verb addNamed "2.3.0" is a plain semver version for serve-favicon
43455npm verb addNamed "4.13.3" is a plain semver version for express
43456npm verb cache add spec biased-opener@~0.2.2
43457npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for biased-opener
43458npm verb addNameRange registry:http://registry.npmjs.org/biased-opener not in flight; fetching
43459npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
43460npm verb addRemoteTarball http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz not in flight; adding
43461npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz',
43462npm verb addRemoteTarball 'aed36cc6834069a6f189cc7222c6a1a811dc5b39' ]
43463npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob/-/glob-4.5.3.tgz not in flight; adding
43464npm verb addTmpTarball already have metadata; skipping unpack for glob@4.5.3
43465npm verb addRemoteTarball http://registry.npmjs.org/express/-/express-4.13.3.tgz not in flight; adding
43466npm verb addRemoteTarball [ 'http://registry.npmjs.org/express/-/express-4.13.3.tgz',
43467npm verb addRemoteTarball 'ddb2f1fb4502bf33598d2b032b037960ca6c80a3' ]
43468npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/semver/-/semver-3.0.1.tgz not in flight; adding
43469npm verb addTmpTarball already have metadata; skipping unpack for semver@3.0.1
43470npm verb addNamed "0.4.32" is a plain semver version for ws
43471npm verb addNamed "1.3.3" is a plain semver version for yargs
43472npm info retry fetch attempt 1 at 19:26:11
43473npm info attempt registry request try #1 at 19:26:11
43474npm http fetch GET http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz
43475npm info retry fetch attempt 1 at 19:26:11
43476npm info attempt registry request try #1 at 19:26:11
43477npm http fetch GET http://registry.npmjs.org/express/-/express-4.13.3.tgz
43478npm verb addRemoteTarball http://registry.npmjs.org/ws/-/ws-0.4.32.tgz not in flight; adding
43479npm verb addRemoteTarball [ 'http://registry.npmjs.org/ws/-/ws-0.4.32.tgz',
43480npm verb addRemoteTarball '787a6154414f3c99ed83c5772153b20feb0cec32' ]
43481npm verb addRemoteTarball http://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz not in flight; adding
43482npm verb addRemoteTarball [ 'http://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz',
43483npm verb addRemoteTarball '054de8b61f22eefdb7207059eaef9d6b83fb931a' ]
43484npm verb get http://registry.npmjs.org/biased-opener not expired, no request
43485npm verb addNamed "0.2.7" is a plain semver version for biased-opener
43486npm http fetch 200 http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz
43487npm http fetch 200 http://registry.npmjs.org/express/-/express-4.13.3.tgz
43488npm info retry fetch attempt 1 at 19:26:11
43489npm info attempt registry request try #1 at 19:26:11
43490npm http fetch GET http://registry.npmjs.org/ws/-/ws-0.4.32.tgz
43491npm info retry fetch attempt 1 at 19:26:11
43492npm info attempt registry request try #1 at 19:26:11
43493npm http fetch GET http://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz
43494npm verb addRemoteTarball http://registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz not in flight; adding
43495npm verb addRemoteTarball [ 'http://registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz',
43496npm verb addRemoteTarball '76695cc0637d39d0211df2b024ca4f493e367c27' ]
43497npm http fetch 200 http://registry.npmjs.org/ws/-/ws-0.4.32.tgz
43498npm http fetch 200 http://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz
43499npm info retry fetch attempt 1 at 19:26:11
43500npm info attempt registry request try #1 at 19:26:11
43501npm http fetch GET http://registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz
43502npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json not in flight; writing
43503npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz not in flight; adding
43504npm verb addTmpTarball already have metadata; skipping unpack for serve-favicon@2.3.0
43505npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/express/-/express-4.13.3.tgz not in flight; adding
43506npm verb addTmpTarball already have metadata; skipping unpack for express@4.13.3
43507npm verb afterAdd /root/.npm/semver/3.0.1/package/package.json not in flight; writing
43508npm http fetch 200 http://registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz
43509npm http 200 http://registry.npmjs.org/rc
43510npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43511npm verb headers etag: '"5OJSP8Q6OTG0F2ZESZULG88PD"',
43512npm verb headers 'content-type': 'application/json',
43513npm verb headers 'cache-control': 'max-age=300',
43514npm verb headers 'content-length': '43860',
43515npm verb headers 'accept-ranges': 'bytes',
43516npm verb headers date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43517npm verb headers age: '254',
43518npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43519npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43520npm verb headers 'x-cache-hits': '5',
43521npm verb headers 'x-timer': 'S1451417171.321652,VS0,VE0',
43522npm verb headers vary: 'Accept',
43523npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43524npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43525npm verb headers connection: 'keep-alive' }
43526npm verb get saving rc to /root/.npm/registry.npmjs.org/rc/.cache.json
43527npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ws/-/ws-0.4.32.tgz not in flight; adding
43528npm verb addTmpTarball already have metadata; skipping unpack for ws@0.4.32
43529npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/yargs/-/yargs-1.3.3.tgz not in flight; adding
43530npm verb addTmpTarball already have metadata; skipping unpack for yargs@1.3.3
43531npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json written
43532npm http 200 http://registry.npmjs.org/strong-data-uri
43533npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43534npm verb headers etag: '"6KLISMQ0RAQL2CUVLGA31BDU5"',
43535npm verb headers 'content-type': 'application/json',
43536npm verb headers 'cache-control': 'max-age=300',
43537npm verb headers 'content-length': '11744',
43538npm verb headers 'accept-ranges': 'bytes',
43539npm verb headers date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43540npm verb headers age: '68',
43541npm verb headers 'x-served-by': 'cache-fra1227-FRA',
43542npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43543npm verb headers 'x-cache-hits': '1',
43544npm verb headers 'x-timer': 'S1451417171.322798,VS0,VE0',
43545npm verb headers vary: 'Accept',
43546npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43547npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43548npm verb headers connection: 'keep-alive' }
43549npm verb get saving strong-data-uri to /root/.npm/registry.npmjs.org/strong-data-uri/.cache.json
43550npm verb afterAdd /root/.npm/semver/3.0.1/package/package.json written
43551npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz not in flight; adding
43552npm verb addTmpTarball already have metadata; skipping unpack for biased-opener@0.2.7
43553npm verb afterAdd /root/.npm/serve-favicon/2.3.0/package/package.json not in flight; writing
43554npm verb afterAdd /root/.npm/express/4.13.3/package/package.json not in flight; writing
43555npm http 200 http://registry.npmjs.org/v8-profiler
43556npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43557npm verb headers etag: '"5PY5D2NY8S2ZS0M5SXPHCV59P"',
43558npm verb headers 'content-type': 'application/json',
43559npm verb headers 'cache-control': 'max-age=300',
43560npm verb headers 'content-length': '43978',
43561npm verb headers 'accept-ranges': 'bytes',
43562npm verb headers date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43563npm verb headers age: '68',
43564npm verb headers 'x-served-by': 'cache-fra1248-FRA',
43565npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43566npm verb headers 'x-cache-hits': '1',
43567npm verb headers 'x-timer': 'S1451417171.322815,VS0,VE0',
43568npm verb headers vary: 'Accept',
43569npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43570npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43571npm verb headers connection: 'keep-alive' }
43572npm verb get saving v8-profiler to /root/.npm/registry.npmjs.org/v8-profiler/.cache.json
43573npm http 200 http://registry.npmjs.org/v8-debug
43574npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43575npm verb headers etag: '"196KB000PLW48RON1KH8G9ZQW"',
43576npm verb headers 'content-type': 'application/json',
43577npm verb headers 'cache-control': 'max-age=300',
43578npm verb headers 'content-length': '42511',
43579npm verb headers 'accept-ranges': 'bytes',
43580npm verb headers date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43581npm verb headers age: '68',
43582npm verb headers 'x-served-by': 'cache-fra1247-FRA',
43583npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43584npm verb headers 'x-cache-hits': '1',
43585npm verb headers 'x-timer': 'S1451417171.322667,VS0,VE0',
43586npm verb headers vary: 'Accept',
43587npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43588npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43589npm verb headers connection: 'keep-alive' }
43590npm verb get saving v8-debug to /root/.npm/registry.npmjs.org/v8-debug/.cache.json
43591npm verb afterAdd /root/.npm/ws/0.4.32/package/package.json not in flight; writing
43592npm verb cache add spec rc@~0.5.0
43593npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for rc
43594npm verb addNameRange registry:http://registry.npmjs.org/rc not in flight; fetching
43595npm verb afterAdd /root/.npm/yargs/1.3.3/package/package.json not in flight; writing
43596npm verb afterAdd /root/.npm/serve-favicon/2.3.0/package/package.json written
43597npm verb afterAdd /root/.npm/express/4.13.3/package/package.json written
43598npm verb cache add spec strong-data-uri@~0.1.0
43599npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strong-data-uri
43600npm verb addNameRange registry:http://registry.npmjs.org/strong-data-uri not in flight; fetching
43601npm verb get http://registry.npmjs.org/rc not expired, no request
43602npm verb addNamed "0.5.5" is a plain semver version for rc
43603npm verb afterAdd /root/.npm/ws/0.4.32/package/package.json written
43604npm verb afterAdd /root/.npm/yargs/1.3.3/package/package.json written
43605npm verb afterAdd /root/.npm/biased-opener/0.2.7/package/package.json not in flight; writing
43606npm verb addRemoteTarball http://registry.npmjs.org/rc/-/rc-0.5.5.tgz not in flight; adding
43607npm verb addRemoteTarball [ 'http://registry.npmjs.org/rc/-/rc-0.5.5.tgz',
43608npm verb addRemoteTarball '541cc3300f464b6dfe6432d756f0f2dd3e9eb199' ]
43609npm verb get http://registry.npmjs.org/strong-data-uri not expired, no request
43610npm verb addNamed "0.1.1" is a plain semver version for strong-data-uri
43611npm verb cache add spec v8-debug@~0.4.2
43612npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for v8-debug
43613npm verb addNameRange registry:http://registry.npmjs.org/v8-debug not in flight; fetching
43614npm verb cache add spec v8-profiler@~5.2.4
43615npm verb addNamed ">=5.2.4 <5.3.0" is a valid semver range for v8-profiler
43616npm verb addNameRange registry:http://registry.npmjs.org/v8-profiler not in flight; fetching
43617npm info retry fetch attempt 1 at 19:26:11
43618npm info attempt registry request try #1 at 19:26:11
43619npm http fetch GET http://registry.npmjs.org/rc/-/rc-0.5.5.tgz
43620npm verb addRemoteTarball http://registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz not in flight; adding
43621npm verb addRemoteTarball [ 'http://registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz',
43622npm verb addRemoteTarball '8660241807461d1d2dd247c70563f2f33e66c8ab' ]
43623npm verb afterAdd /root/.npm/biased-opener/0.2.7/package/package.json written
43624npm http fetch 200 http://registry.npmjs.org/rc/-/rc-0.5.5.tgz
43625npm info retry fetch attempt 1 at 19:26:11
43626npm info attempt registry request try #1 at 19:26:11
43627npm http fetch GET http://registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz
43628npm verb get http://registry.npmjs.org/v8-debug not expired, no request
43629npm verb addNamed "0.4.6" is a plain semver version for v8-debug
43630npm verb get http://registry.npmjs.org/v8-profiler not expired, no request
43631npm verb addNamed "5.2.12" is a plain semver version for v8-profiler
43632npm verb addRemoteTarball http://registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz not in flight; adding
43633npm verb addRemoteTarball [ 'http://registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz',
43634npm verb addRemoteTarball '00a0aa15bec4066753c1e4a2e36166ce63e4f409' ]
43635npm verb addRemoteTarball http://registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz not in flight; adding
43636npm verb addRemoteTarball [ 'http://registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz',
43637npm verb addRemoteTarball '5764b8de9739020d45859542090890657d52c363' ]
43638npm http fetch 200 http://registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz
43639npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/rc/-/rc-0.5.5.tgz not in flight; adding
43640npm verb addTmpTarball already have metadata; skipping unpack for rc@0.5.5
43641npm info retry fetch attempt 1 at 19:26:11
43642npm info attempt registry request try #1 at 19:26:11
43643npm http fetch GET http://registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz
43644npm info retry fetch attempt 1 at 19:26:11
43645npm info attempt registry request try #1 at 19:26:11
43646npm http fetch GET http://registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz
43647npm http fetch 200 http://registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz
43648npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz not in flight; adding
43649npm verb addTmpTarball already have metadata; skipping unpack for strong-data-uri@0.1.1
43650npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz not in flight; adding
43651npm verb addTmpTarball already have metadata; skipping unpack for v8-profiler@5.2.12
43652npm verb afterAdd /root/.npm/rc/0.5.5/package/package.json not in flight; writing
43653npm verb afterAdd /root/.npm/strong-data-uri/0.1.1/package/package.json not in flight; writing
43654npm verb afterAdd /root/.npm/rc/0.5.5/package/package.json written
43655npm http fetch 200 http://registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz
43656npm verb afterAdd /root/.npm/v8-profiler/5.2.12/package/package.json not in flight; writing
43657npm verb afterAdd /root/.npm/strong-data-uri/0.1.1/package/package.json written
43658npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz not in flight; adding
43659npm verb addTmpTarball already have metadata; skipping unpack for v8-debug@0.4.6
43660npm verb afterAdd /root/.npm/v8-profiler/5.2.12/package/package.json written
43661npm verb afterAdd /root/.npm/v8-debug/0.4.6/package/package.json not in flight; writing
43662npm verb afterAdd /root/.npm/v8-debug/0.4.6/package/package.json written
43663npm verb request uri http://registry.npmjs.org/browser-launcher2
43664npm verb request no auth needed
43665npm info attempt registry request try #1 at 19:26:11
43666npm http request GET http://registry.npmjs.org/browser-launcher2
43667npm verb request uri http://registry.npmjs.org/x-default-browser
43668npm verb request no auth needed
43669npm info attempt registry request try #1 at 19:26:11
43670npm http request GET http://registry.npmjs.org/x-default-browser
43671npm http 200 http://registry.npmjs.org/browser-launcher2
43672npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43673npm verb headers etag: '"4WZJIXQA0OLIY6WFLWNE43TJ2"',
43674npm verb headers 'content-type': 'application/json',
43675npm verb headers 'cache-control': 'max-age=300',
43676npm verb headers 'content-length': '17852',
43677npm verb headers 'accept-ranges': 'bytes',
43678npm verb headers date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43679npm verb headers age: '26',
43680npm verb headers 'x-served-by': 'cache-fra1248-FRA',
43681npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43682npm verb headers 'x-cache-hits': '1',
43683npm verb headers 'x-timer': 'S1451417171.986918,VS0,VE0',
43684npm verb headers vary: 'Accept',
43685npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43686npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43687npm verb headers connection: 'keep-alive' }
43688npm verb get saving browser-launcher2 to /root/.npm/registry.npmjs.org/browser-launcher2/.cache.json
43689npm http 200 http://registry.npmjs.org/x-default-browser
43690npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43691npm verb headers etag: '"C5GBENJYZB7ARX91355HBO5HM"',
43692npm verb headers 'content-type': 'application/json',
43693npm verb headers 'cache-control': 'max-age=300',
43694npm verb headers 'content-length': '8172',
43695npm verb headers 'accept-ranges': 'bytes',
43696npm verb headers date: 'Tue, 29 Dec 2015 19:26:11 GMT',
43697npm verb headers age: '25',
43698npm verb headers 'x-served-by': 'cache-fra1227-FRA',
43699npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43700npm verb headers 'x-cache-hits': '1',
43701npm verb headers 'x-timer': 'S1451417171.997628,VS0,VE0',
43702npm verb headers vary: 'Accept',
43703npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43704npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43705npm verb headers connection: 'keep-alive' }
43706npm verb get saving x-default-browser to /root/.npm/registry.npmjs.org/x-default-browser/.cache.json
43707npm verb cache add spec browser-launcher2@~0.4.6
43708npm verb addNamed ">=0.4.6 <0.5.0" is a valid semver range for browser-launcher2
43709npm verb addNameRange registry:http://registry.npmjs.org/browser-launcher2 not in flight; fetching
43710npm verb cache add spec x-default-browser@~0.3.0
43711npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for x-default-browser
43712npm verb addNameRange registry:http://registry.npmjs.org/x-default-browser not in flight; fetching
43713npm verb get http://registry.npmjs.org/browser-launcher2 not expired, no request
43714npm verb addNamed "0.4.6" is a plain semver version for browser-launcher2
43715npm verb addRemoteTarball http://registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz not in flight; adding
43716npm verb addRemoteTarball [ 'http://registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz',
43717npm verb addRemoteTarball '51598408a13f4c9c5b20eba44554b2c0b0ae4074' ]
43718npm verb get http://registry.npmjs.org/x-default-browser not expired, no request
43719npm verb addNamed "0.3.1" is a plain semver version for x-default-browser
43720npm verb addRemoteTarball http://registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz not in flight; adding
43721npm verb addRemoteTarball [ 'http://registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz',
43722npm verb addRemoteTarball '7f6194154fd1786cf261e68b5488c47127a04977' ]
43723npm info retry fetch attempt 1 at 19:26:12
43724npm info attempt registry request try #1 at 19:26:12
43725npm http fetch GET http://registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz
43726npm info retry fetch attempt 1 at 19:26:12
43727npm info attempt registry request try #1 at 19:26:12
43728npm http fetch GET http://registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz
43729npm http fetch 200 http://registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz
43730npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz not in flight; adding
43731npm verb addTmpTarball already have metadata; skipping unpack for x-default-browser@0.3.1
43732npm verb afterAdd /root/.npm/x-default-browser/0.3.1/package/package.json not in flight; writing
43733npm verb afterAdd /root/.npm/x-default-browser/0.3.1/package/package.json written
43734npm http fetch 200 http://registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz
43735npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz not in flight; adding
43736npm verb addTmpTarball already have metadata; skipping unpack for browser-launcher2@0.4.6
43737npm verb afterAdd /root/.npm/browser-launcher2/0.4.6/package/package.json not in flight; writing
43738npm verb afterAdd /root/.npm/browser-launcher2/0.4.6/package/package.json written
43739npm verb cache add spec mkdirp@^0.5.0
43740npm verb cache add spec rimraf@~2.2.8
43741npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
43742npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
43743npm verb addNamed ">=2.2.8 <2.3.0" is a valid semver range for rimraf
43744npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
43745npm verb request uri http://registry.npmjs.org/headless
43746npm verb request no auth needed
43747npm info attempt registry request try #1 at 19:26:12
43748npm http request GET http://registry.npmjs.org/headless
43749npm verb request uri http://registry.npmjs.org/plist
43750npm verb request no auth needed
43751npm info attempt registry request try #1 at 19:26:12
43752npm http request GET http://registry.npmjs.org/plist
43753npm verb request uri http://registry.npmjs.org/win-detect-browsers
43754npm verb request no auth needed
43755npm info attempt registry request try #1 at 19:26:12
43756npm http request GET http://registry.npmjs.org/win-detect-browsers
43757npm verb request uri http://registry.npmjs.org/uid
43758npm verb request no auth needed
43759npm info attempt registry request try #1 at 19:26:12
43760npm http request GET http://registry.npmjs.org/uid
43761npm verb get http://registry.npmjs.org/mkdirp not expired, no request
43762npm verb addNamed "0.5.1" is a plain semver version for mkdirp
43763npm verb get http://registry.npmjs.org/rimraf not expired, no request
43764npm verb addNamed "2.2.8" is a plain semver version for rimraf
43765npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
43766npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
43767npm http 200 http://registry.npmjs.org/headless
43768npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43769npm verb headers etag: '"BQU3SI2EXX005M5FQR9WP76CJ"',
43770npm verb headers 'content-type': 'application/json',
43771npm verb headers 'cache-control': 'max-age=300',
43772npm verb headers 'content-length': '15117',
43773npm verb headers 'accept-ranges': 'bytes',
43774npm verb headers date: 'Tue, 29 Dec 2015 19:26:12 GMT',
43775npm verb headers age: '24',
43776npm verb headers 'x-served-by': 'cache-fra1248-FRA',
43777npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43778npm verb headers 'x-cache-hits': '1',
43779npm verb headers 'x-timer': 'S1451417172.232327,VS0,VE0',
43780npm verb headers vary: 'Accept',
43781npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43782npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43783npm verb headers connection: 'keep-alive' }
43784npm verb get saving headless to /root/.npm/registry.npmjs.org/headless/.cache.json
43785npm http 200 http://registry.npmjs.org/win-detect-browsers
43786npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43787npm verb headers etag: '"F58FJJ15B559B6G4GGYLVK0C0"',
43788npm verb headers 'content-type': 'application/json',
43789npm verb headers 'cache-control': 'max-age=300',
43790npm verb headers 'content-length': '15292',
43791npm verb headers 'accept-ranges': 'bytes',
43792npm verb headers date: 'Tue, 29 Dec 2015 19:26:12 GMT',
43793npm verb headers age: '24',
43794npm verb headers 'x-served-by': 'cache-fra1242-FRA',
43795npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43796npm verb headers 'x-cache-hits': '1',
43797npm verb headers 'x-timer': 'S1451417172.232342,VS0,VE0',
43798npm verb headers vary: 'Accept',
43799npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43800npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43801npm verb headers connection: 'keep-alive' }
43802npm verb get saving win-detect-browsers to /root/.npm/registry.npmjs.org/win-detect-browsers/.cache.json
43803npm http 200 http://registry.npmjs.org/uid
43804npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43805npm verb headers etag: '"1PYAZ2NPOFBX3A19WT0HA1LT1"',
43806npm verb headers 'content-type': 'application/json',
43807npm verb headers 'cache-control': 'max-age=300',
43808npm verb headers 'content-length': '2236',
43809npm verb headers 'accept-ranges': 'bytes',
43810npm verb headers date: 'Tue, 29 Dec 2015 19:26:12 GMT',
43811npm verb headers age: '24',
43812npm verb headers 'x-served-by': 'cache-fra1242-FRA',
43813npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43814npm verb headers 'x-cache-hits': '1',
43815npm verb headers 'x-timer': 'S1451417172.250223,VS0,VE0',
43816npm verb headers vary: 'Accept',
43817npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43818npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43819npm verb headers connection: 'keep-alive' }
43820npm verb get saving uid to /root/.npm/registry.npmjs.org/uid/.cache.json
43821npm http 200 http://registry.npmjs.org/plist
43822npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43823npm verb headers etag: '"2KJ1CKUE1UVRW3BVV1TEIE6KX"',
43824npm verb headers 'content-type': 'application/json',
43825npm verb headers 'cache-control': 'max-age=300',
43826npm verb headers 'content-length': '22150',
43827npm verb headers 'accept-ranges': 'bytes',
43828npm verb headers date: 'Tue, 29 Dec 2015 19:26:12 GMT',
43829npm verb headers age: '173',
43830npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43831npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43832npm verb headers 'x-cache-hits': '1',
43833npm verb headers 'x-timer': 'S1451417172.232186,VS0,VE0',
43834npm verb headers vary: 'Accept',
43835npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43836npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43837npm verb headers connection: 'keep-alive' }
43838npm verb get saving plist to /root/.npm/registry.npmjs.org/plist/.cache.json
43839npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
43840npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
43841npm verb cache add spec headless@^0.1.7
43842npm verb addNamed ">=0.1.7 <0.2.0" is a valid semver range for headless
43843npm verb addNameRange registry:http://registry.npmjs.org/headless not in flight; fetching
43844npm verb cache add spec win-detect-browsers@^1.0.1
43845npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for win-detect-browsers
43846npm verb addNameRange registry:http://registry.npmjs.org/win-detect-browsers not in flight; fetching
43847npm verb cache add spec uid@0.0.2
43848npm verb addNamed "0.0.2" is a plain semver version for uid
43849npm verb addNameVersion registry:http://registry.npmjs.org/uid not in flight; fetching
43850npm verb cache add spec plist@^1.0.1
43851npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for plist
43852npm verb addNameRange registry:http://registry.npmjs.org/plist not in flight; fetching
43853npm verb get http://registry.npmjs.org/headless not expired, no request
43854npm verb addNamed "0.1.7" is a plain semver version for headless
43855npm verb get http://registry.npmjs.org/uid not expired, no request
43856npm verb get http://registry.npmjs.org/win-detect-browsers not expired, no request
43857npm verb addNamed "1.0.2" is a plain semver version for win-detect-browsers
43858npm verb addRemoteTarball http://registry.npmjs.org/headless/-/headless-0.1.7.tgz not in flight; adding
43859npm verb addRemoteTarball [ 'http://registry.npmjs.org/headless/-/headless-0.1.7.tgz',
43860npm verb addRemoteTarball '6e62fae668947f88184d5c156ede7c5695a7e9c8' ]
43861npm verb addRemoteTarball http://registry.npmjs.org/uid/-/uid-0.0.2.tgz not in flight; adding
43862npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid/-/uid-0.0.2.tgz',
43863npm verb addRemoteTarball '5e4a5d4b78138b4f70f89fd3c76fc59aa9d2f103' ]
43864npm verb addRemoteTarball http://registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz not in flight; adding
43865npm verb addRemoteTarball [ 'http://registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz',
43866npm verb addRemoteTarball 'f45f10d141086c5d94ae14c03b2098440a7e71b0' ]
43867npm verb get http://registry.npmjs.org/plist not expired, no request
43868npm verb addNamed "1.2.0" is a plain semver version for plist
43869npm verb addRemoteTarball http://registry.npmjs.org/plist/-/plist-1.2.0.tgz not in flight; adding
43870npm verb addRemoteTarball [ 'http://registry.npmjs.org/plist/-/plist-1.2.0.tgz',
43871npm verb addRemoteTarball '084b5093ddc92506e259f874b8d9b1afb8c79593' ]
43872npm info retry fetch attempt 1 at 19:26:12
43873npm info attempt registry request try #1 at 19:26:12
43874npm http fetch GET http://registry.npmjs.org/headless/-/headless-0.1.7.tgz
43875npm info retry fetch attempt 1 at 19:26:12
43876npm info attempt registry request try #1 at 19:26:12
43877npm http fetch GET http://registry.npmjs.org/uid/-/uid-0.0.2.tgz
43878npm info retry fetch attempt 1 at 19:26:12
43879npm info attempt registry request try #1 at 19:26:12
43880npm http fetch GET http://registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz
43881npm info retry fetch attempt 1 at 19:26:12
43882npm info attempt registry request try #1 at 19:26:12
43883npm http fetch GET http://registry.npmjs.org/plist/-/plist-1.2.0.tgz
43884npm http fetch 200 http://registry.npmjs.org/uid/-/uid-0.0.2.tgz
43885npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uid/-/uid-0.0.2.tgz not in flight; adding
43886npm verb addTmpTarball already have metadata; skipping unpack for uid@0.0.2
43887npm http fetch 200 http://registry.npmjs.org/headless/-/headless-0.1.7.tgz
43888npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/headless/-/headless-0.1.7.tgz not in flight; adding
43889npm verb addTmpTarball already have metadata; skipping unpack for headless@0.1.7
43890npm http fetch 200 http://registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz
43891npm verb afterAdd /root/.npm/uid/0.0.2/package/package.json not in flight; writing
43892npm http fetch 200 http://registry.npmjs.org/plist/-/plist-1.2.0.tgz
43893npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz not in flight; adding
43894npm verb addTmpTarball already have metadata; skipping unpack for win-detect-browsers@1.0.2
43895npm verb afterAdd /root/.npm/uid/0.0.2/package/package.json written
43896npm verb afterAdd /root/.npm/headless/0.1.7/package/package.json not in flight; writing
43897npm verb afterAdd /root/.npm/headless/0.1.7/package/package.json written
43898npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/plist/-/plist-1.2.0.tgz not in flight; adding
43899npm verb addTmpTarball already have metadata; skipping unpack for plist@1.2.0
43900npm verb afterAdd /root/.npm/win-detect-browsers/1.0.2/package/package.json not in flight; writing
43901npm verb afterAdd /root/.npm/win-detect-browsers/1.0.2/package/package.json written
43902npm verb afterAdd /root/.npm/plist/1.2.0/package/package.json not in flight; writing
43903npm verb afterAdd /root/.npm/plist/1.2.0/package/package.json written
43904npm verb cache add spec minimist@0.0.8
43905npm verb addNamed "0.0.8" is a plain semver version for minimist
43906npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
43907npm verb get http://registry.npmjs.org/minimist not expired, no request
43908npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
43909npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
43910npm verb request uri http://registry.npmjs.org/xmlbuilder
43911npm verb request no auth needed
43912npm info attempt registry request try #1 at 19:26:12
43913npm http request GET http://registry.npmjs.org/xmlbuilder
43914npm http 200 http://registry.npmjs.org/xmlbuilder
43915npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43916npm verb headers etag: '"2ZWRF717PBGVFPNPMPPLAOS6Y"',
43917npm verb headers 'content-type': 'application/json',
43918npm verb headers 'cache-control': 'max-age=300',
43919npm verb headers 'content-length': '71319',
43920npm verb headers 'accept-ranges': 'bytes',
43921npm verb headers date: 'Tue, 29 Dec 2015 19:26:12 GMT',
43922npm verb headers age: '204',
43923npm verb headers 'x-served-by': 'cache-fra1248-FRA',
43924npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
43925npm verb headers 'x-cache-hits': '3',
43926npm verb headers 'x-timer': 'S1451417172.571681,VS0,VE0',
43927npm verb headers vary: 'Accept',
43928npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43929npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
43930npm verb headers connection: 'keep-alive' }
43931npm verb get saving xmlbuilder to /root/.npm/registry.npmjs.org/xmlbuilder/.cache.json
43932npm verb cache add spec xmlbuilder@4.0.0
43933npm verb addNamed "4.0.0" is a plain semver version for xmlbuilder
43934npm verb addNameVersion registry:http://registry.npmjs.org/xmlbuilder not in flight; fetching
43935npm verb get http://registry.npmjs.org/xmlbuilder not expired, no request
43936npm verb addRemoteTarball http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz not in flight; adding
43937npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz',
43938npm verb addRemoteTarball '98b8f651ca30aa624036f127d11cc66dc7b907a3' ]
43939npm info retry fetch attempt 1 at 19:26:12
43940npm info attempt registry request try #1 at 19:26:12
43941npm http fetch GET http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz
43942npm http fetch 200 http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz
43943npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz not in flight; adding
43944npm verb addTmpTarball already have metadata; skipping unpack for xmlbuilder@4.0.0
43945npm verb afterAdd /root/.npm/xmlbuilder/4.0.0/package/package.json not in flight; writing
43946npm verb afterAdd /root/.npm/xmlbuilder/4.0.0/package/package.json written
43947npm verb cache add spec lodash@^3.5.0
43948npm verb addNamed ">=3.5.0 <4.0.0" is a valid semver range for lodash
43949npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
43950npm verb request uri http://registry.npmjs.org/lodash
43951npm verb request no auth needed
43952npm info attempt registry request try #1 at 19:26:12
43953npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
43954npm http request GET http://registry.npmjs.org/lodash
43955npm http 304 http://registry.npmjs.org/lodash
43956npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
43957npm verb headers 'content-type': 'application/json',
43958npm verb headers age: '164',
43959npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
43960npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43961npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
43962npm verb headers connection: 'keep-alive' }
43963npm verb etag http://registry.npmjs.org/lodash from cache
43964npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
43965npm verb addNamed "3.10.1" is a plain semver version for lodash
43966npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
43967npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
43968npm verb cache add spec debug@^2.1.0
43969npm verb cache add spec yargs@^1.3.3
43970npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for debug
43971npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
43972npm verb addNamed ">=1.3.3 <2.0.0" is a valid semver range for yargs
43973npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
43974npm verb request uri http://registry.npmjs.org/debug
43975npm verb request no auth needed
43976npm info attempt registry request try #1 at 19:26:13
43977npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
43978npm http request GET http://registry.npmjs.org/debug
43979npm verb get http://registry.npmjs.org/yargs not expired, no request
43980npm verb addNamed "1.3.3" is a plain semver version for yargs
43981npm http 304 http://registry.npmjs.org/debug
43982npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
43983npm verb headers 'content-type': 'application/json',
43984npm verb headers age: '285',
43985npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
43986npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
43987npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
43988npm verb headers connection: 'keep-alive' }
43989npm verb etag http://registry.npmjs.org/debug from cache
43990npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
43991npm verb afterAdd /root/.npm/yargs/1.3.3/package/package.json not in flight; writing
43992npm verb addNamed "2.2.0" is a plain semver version for debug
43993npm verb afterAdd /root/.npm/yargs/1.3.3/package/package.json written
43994npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
43995npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
43996npm verb cache add spec ms@0.7.1
43997npm verb addNamed "0.7.1" is a plain semver version for ms
43998npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
43999npm verb request uri http://registry.npmjs.org/ms
44000npm verb request no auth needed
44001npm info attempt registry request try #1 at 19:26:13
44002npm verb etag "5W0HPW6PWGLJ3ZF2FS08L0INV"
44003npm http request GET http://registry.npmjs.org/ms
44004npm http 304 http://registry.npmjs.org/ms
44005npm verb headers { date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44006npm verb headers 'cache-control': 'max-age=300',
44007npm verb headers etag: '"5W0HPW6PWGLJ3ZF2FS08L0INV"',
44008npm verb headers age: '23',
44009npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44010npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44011npm verb headers 'x-cache-hits': '3',
44012npm verb headers 'x-timer': 'S1451417173.116206,VS0,VE0',
44013npm verb headers vary: 'Accept',
44014npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44015npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44016npm verb headers connection: 'keep-alive' }
44017npm verb etag http://registry.npmjs.org/ms from cache
44018npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
44019npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
44020npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
44021npm verb request uri http://registry.npmjs.org/default-browser-id
44022npm verb request no auth needed
44023npm info attempt registry request try #1 at 19:26:13
44024npm http request GET http://registry.npmjs.org/default-browser-id
44025npm http 200 http://registry.npmjs.org/default-browser-id
44026npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44027npm verb headers etag: '"7MGJEBFY01U9YQDSZP71MKMQG"',
44028npm verb headers 'content-type': 'application/json',
44029npm verb headers 'cache-control': 'max-age=300',
44030npm verb headers 'content-length': '12492',
44031npm verb headers 'accept-ranges': 'bytes',
44032npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44033npm verb headers age: '25',
44034npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44035npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44036npm verb headers 'x-cache-hits': '1',
44037npm verb headers 'x-timer': 'S1451417173.188840,VS0,VE0',
44038npm verb headers vary: 'Accept',
44039npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44040npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44041npm verb headers connection: 'keep-alive' }
44042npm verb get saving default-browser-id to /root/.npm/registry.npmjs.org/default-browser-id/.cache.json
44043npm verb cache add spec default-browser-id@^1.0.4
44044npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for default-browser-id
44045npm verb addNameRange registry:http://registry.npmjs.org/default-browser-id not in flight; fetching
44046npm verb get http://registry.npmjs.org/default-browser-id not expired, no request
44047npm verb addNamed "1.0.4" is a plain semver version for default-browser-id
44048npm verb addRemoteTarball http://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz not in flight; adding
44049npm verb addRemoteTarball [ 'http://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz',
44050npm verb addRemoteTarball 'e59d09a5d157b828b876c26816e61c3d2a2c203a' ]
44051npm info retry fetch attempt 1 at 19:26:13
44052npm info attempt registry request try #1 at 19:26:13
44053npm http fetch GET http://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz
44054npm http fetch 200 http://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz
44055npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz not in flight; adding
44056npm verb addTmpTarball already have metadata; skipping unpack for default-browser-id@1.0.4
44057npm verb afterAdd /root/.npm/default-browser-id/1.0.4/package/package.json not in flight; writing
44058npm verb afterAdd /root/.npm/default-browser-id/1.0.4/package/package.json written
44059npm verb cache add spec meow@^3.1.0
44060npm verb addNamed ">=3.1.0 <4.0.0" is a valid semver range for meow
44061npm verb addNameRange registry:http://registry.npmjs.org/meow not in flight; fetching
44062npm verb request uri http://registry.npmjs.org/bplist-parser
44063npm verb request no auth needed
44064npm info attempt registry request try #1 at 19:26:13
44065npm http request GET http://registry.npmjs.org/bplist-parser
44066npm verb request uri http://registry.npmjs.org/untildify
44067npm verb request no auth needed
44068npm info attempt registry request try #1 at 19:26:13
44069npm http request GET http://registry.npmjs.org/untildify
44070npm verb request uri http://registry.npmjs.org/meow
44071npm verb request no auth needed
44072npm info attempt registry request try #1 at 19:26:13
44073npm verb etag "147MBBL3G2D0ITO8DKU0OL5KJ"
44074npm http request GET http://registry.npmjs.org/meow
44075npm http 200 http://registry.npmjs.org/untildify
44076npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44077npm verb headers etag: '"42THXW9WNN6BWNIJ31XP3WRZB"',
44078npm verb headers 'content-type': 'application/json',
44079npm verb headers 'cache-control': 'max-age=300',
44080npm verb headers 'content-length': '6518',
44081npm verb headers 'accept-ranges': 'bytes',
44082npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44083npm verb headers age: '258',
44084npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44085npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44086npm verb headers 'x-cache-hits': '1',
44087npm verb headers 'x-timer': 'S1451417173.304623,VS0,VE0',
44088npm verb headers vary: 'Accept',
44089npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44090npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44091npm verb headers connection: 'keep-alive' }
44092npm verb get saving untildify to /root/.npm/registry.npmjs.org/untildify/.cache.json
44093npm verb cache add spec untildify@^2.0.0
44094npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for untildify
44095npm verb addNameRange registry:http://registry.npmjs.org/untildify not in flight; fetching
44096npm verb get http://registry.npmjs.org/untildify not expired, no request
44097npm verb addNamed "2.1.0" is a plain semver version for untildify
44098npm http 200 http://registry.npmjs.org/bplist-parser
44099npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44100npm verb headers etag: '"AGWSPFCRLNGDFFNZ3XI793Q8Q"',
44101npm verb headers 'content-type': 'application/json',
44102npm verb headers 'cache-control': 'max-age=300',
44103npm verb headers 'content-length': '9398',
44104npm verb headers 'accept-ranges': 'bytes',
44105npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44106npm verb headers age: '240',
44107npm verb headers 'x-served-by': 'cache-fra1244-FRA',
44108npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44109npm verb headers 'x-cache-hits': '1',
44110npm verb headers 'x-timer': 'S1451417173.324225,VS0,VE0',
44111npm verb headers vary: 'Accept',
44112npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44113npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44114npm verb headers connection: 'keep-alive' }
44115npm verb get saving bplist-parser to /root/.npm/registry.npmjs.org/bplist-parser/.cache.json
44116npm verb addRemoteTarball http://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz not in flight; adding
44117npm verb addRemoteTarball [ 'http://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz',
44118npm verb addRemoteTarball '17eb2807987f76952e9c0485fc311d06a826a2e0' ]
44119npm http 304 http://registry.npmjs.org/meow
44120npm verb headers { date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44121npm verb headers 'cache-control': 'max-age=300',
44122npm verb headers etag: '"147MBBL3G2D0ITO8DKU0OL5KJ"',
44123npm verb headers age: '56',
44124npm verb headers 'x-served-by': 'cache-fra1239-FRA',
44125npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44126npm verb headers 'x-cache-hits': '1',
44127npm verb headers 'x-timer': 'S1451417173.329314,VS0,VE0',
44128npm verb headers vary: 'Accept',
44129npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44130npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44131npm verb headers connection: 'keep-alive' }
44132npm verb etag http://registry.npmjs.org/meow from cache
44133npm verb get saving meow to /root/.npm/registry.npmjs.org/meow/.cache.json
44134npm info retry fetch attempt 1 at 19:26:13
44135npm info attempt registry request try #1 at 19:26:13
44136npm http fetch GET http://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz
44137npm http fetch 200 http://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz
44138npm verb addNamed "3.6.0" is a plain semver version for meow
44139npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/untildify/-/untildify-2.1.0.tgz not in flight; adding
44140npm verb addTmpTarball already have metadata; skipping unpack for untildify@2.1.0
44141npm verb addRemoteTarball http://registry.npmjs.org/meow/-/meow-3.6.0.tgz not in flight; adding
44142npm verb addRemoteTarball [ 'http://registry.npmjs.org/meow/-/meow-3.6.0.tgz',
44143npm verb addRemoteTarball 'e7a535295cb89db0e0782428e55fa8615bf9e150' ]
44144npm verb cache add spec bplist-parser@^0.1.0
44145npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for bplist-parser
44146npm verb addNameRange registry:http://registry.npmjs.org/bplist-parser not in flight; fetching
44147npm info retry fetch attempt 1 at 19:26:13
44148npm info attempt registry request try #1 at 19:26:13
44149npm http fetch GET http://registry.npmjs.org/meow/-/meow-3.6.0.tgz
44150npm verb get http://registry.npmjs.org/bplist-parser not expired, no request
44151npm verb addNamed "0.1.1" is a plain semver version for bplist-parser
44152npm http fetch 200 http://registry.npmjs.org/meow/-/meow-3.6.0.tgz
44153npm verb addRemoteTarball http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz not in flight; adding
44154npm verb addRemoteTarball [ 'http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz',
44155npm verb addRemoteTarball 'd60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6' ]
44156npm info retry fetch attempt 1 at 19:26:13
44157npm info attempt registry request try #1 at 19:26:13
44158npm http fetch GET http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz
44159npm verb afterAdd /root/.npm/untildify/2.1.0/package/package.json not in flight; writing
44160npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/meow/-/meow-3.6.0.tgz not in flight; adding
44161npm verb addTmpTarball already have metadata; skipping unpack for meow@3.6.0
44162npm http fetch 200 http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz
44163npm verb afterAdd /root/.npm/untildify/2.1.0/package/package.json written
44164npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz not in flight; adding
44165npm verb addTmpTarball already have metadata; skipping unpack for bplist-parser@0.1.1
44166npm verb afterAdd /root/.npm/meow/3.6.0/package/package.json not in flight; writing
44167npm verb afterAdd /root/.npm/meow/3.6.0/package/package.json written
44168npm verb afterAdd /root/.npm/bplist-parser/0.1.1/package/package.json not in flight; writing
44169npm verb afterAdd /root/.npm/bplist-parser/0.1.1/package/package.json written
44170npm verb request uri http://registry.npmjs.org/big-integer
44171npm verb request no auth needed
44172npm info attempt registry request try #1 at 19:26:13
44173npm http request GET http://registry.npmjs.org/big-integer
44174npm http 200 http://registry.npmjs.org/big-integer
44175npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44176npm verb headers etag: '"7KTJWPEM0BI4C07OHB400VKSL"',
44177npm verb headers 'content-type': 'application/json',
44178npm verb headers 'cache-control': 'max-age=300',
44179npm verb headers 'content-length': '81421',
44180npm verb headers 'accept-ranges': 'bytes',
44181npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44182npm verb headers age: '23',
44183npm verb headers 'x-served-by': 'cache-fra1239-FRA',
44184npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44185npm verb headers 'x-cache-hits': '1',
44186npm verb headers 'x-timer': 'S1451417173.471492,VS0,VE0',
44187npm verb headers vary: 'Accept',
44188npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44189npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44190npm verb headers connection: 'keep-alive' }
44191npm verb get saving big-integer to /root/.npm/registry.npmjs.org/big-integer/.cache.json
44192npm verb cache add spec big-integer@^1.6.7
44193npm verb addNamed ">=1.6.7 <2.0.0" is a valid semver range for big-integer
44194npm verb addNameRange registry:http://registry.npmjs.org/big-integer not in flight; fetching
44195npm verb get http://registry.npmjs.org/big-integer not expired, no request
44196npm verb addNamed "1.6.9" is a plain semver version for big-integer
44197npm verb addRemoteTarball http://registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz not in flight; adding
44198npm verb addRemoteTarball [ 'http://registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz',
44199npm verb addRemoteTarball '6ec58774357892f1f7f1b9f5488becc11737294f' ]
44200npm info retry fetch attempt 1 at 19:26:13
44201npm info attempt registry request try #1 at 19:26:13
44202npm http fetch GET http://registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz
44203npm http fetch 200 http://registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz
44204npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz not in flight; adding
44205npm verb addTmpTarball already have metadata; skipping unpack for big-integer@1.6.9
44206npm verb afterAdd /root/.npm/big-integer/1.6.9/package/package.json not in flight; writing
44207npm verb afterAdd /root/.npm/big-integer/1.6.9/package/package.json written
44208npm verb cache add spec camelcase-keys@^2.0.0
44209npm verb cache add spec object-assign@^4.0.1
44210npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for camelcase-keys
44211npm verb addNameRange registry:http://registry.npmjs.org/camelcase-keys not in flight; fetching
44212npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for object-assign
44213npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
44214npm verb request uri http://registry.npmjs.org/loud-rejection
44215npm verb request no auth needed
44216npm info attempt registry request try #1 at 19:26:13
44217npm http request GET http://registry.npmjs.org/loud-rejection
44218npm verb request uri http://registry.npmjs.org/normalize-package-data
44219npm verb request no auth needed
44220npm info attempt registry request try #1 at 19:26:13
44221npm http request GET http://registry.npmjs.org/normalize-package-data
44222npm verb request uri http://registry.npmjs.org/read-pkg-up
44223npm verb request no auth needed
44224npm info attempt registry request try #1 at 19:26:13
44225npm http request GET http://registry.npmjs.org/read-pkg-up
44226npm verb request uri http://registry.npmjs.org/redent
44227npm verb request no auth needed
44228npm info attempt registry request try #1 at 19:26:13
44229npm http request GET http://registry.npmjs.org/redent
44230npm verb request uri http://registry.npmjs.org/trim-newlines
44231npm verb request no auth needed
44232npm info attempt registry request try #1 at 19:26:13
44233npm http request GET http://registry.npmjs.org/trim-newlines
44234npm verb request uri http://registry.npmjs.org/camelcase-keys
44235npm verb request no auth needed
44236npm info attempt registry request try #1 at 19:26:13
44237npm verb etag "5Z24KYT9GSOFK7NNSPJRWENI7"
44238npm http request GET http://registry.npmjs.org/camelcase-keys
44239npm verb request uri http://registry.npmjs.org/object-assign
44240npm verb request no auth needed
44241npm info attempt registry request try #1 at 19:26:13
44242npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
44243npm http request GET http://registry.npmjs.org/object-assign
44244npm http 200 http://registry.npmjs.org/loud-rejection
44245npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44246npm verb headers etag: '"24IJOV7YQ4G75ZFHJB83AMVPZ"',
44247npm verb headers 'content-type': 'application/json',
44248npm verb headers 'cache-control': 'max-age=300',
44249npm verb headers 'content-length': '6830',
44250npm verb headers 'accept-ranges': 'bytes',
44251npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44252npm verb headers age: '37',
44253npm verb headers 'x-served-by': 'cache-fra1244-FRA',
44254npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44255npm verb headers 'x-cache-hits': '2',
44256npm verb headers 'x-timer': 'S1451417173.702894,VS0,VE0',
44257npm verb headers vary: 'Accept',
44258npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44259npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44260npm verb headers connection: 'keep-alive' }
44261npm verb get saving loud-rejection to /root/.npm/registry.npmjs.org/loud-rejection/.cache.json
44262npm http 200 http://registry.npmjs.org/redent
44263npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44264npm verb headers etag: '"DA1E0ZHZ8S3WAWPCYNZAXWS81"',
44265npm verb headers 'content-type': 'application/json',
44266npm verb headers 'cache-control': 'max-age=300',
44267npm verb headers 'content-length': '2852',
44268npm verb headers 'accept-ranges': 'bytes',
44269npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44270npm verb headers age: '17',
44271npm verb headers 'x-served-by': 'cache-fra1239-FRA',
44272npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44273npm verb headers 'x-cache-hits': '1',
44274npm verb headers 'x-timer': 'S1451417173.702947,VS0,VE0',
44275npm verb headers vary: 'Accept',
44276npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44277npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44278npm verb headers connection: 'keep-alive' }
44279npm verb get saving redent to /root/.npm/registry.npmjs.org/redent/.cache.json
44280npm http 200 http://registry.npmjs.org/read-pkg-up
44281npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44282npm verb headers etag: '"5QD3FQR7GT7X7OCP59SYP6U2Q"',
44283npm verb headers 'content-type': 'application/json',
44284npm verb headers 'cache-control': 'max-age=60',
44285npm verb headers 'content-length': '4149',
44286npm verb headers 'accept-ranges': 'bytes',
44287npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44288npm verb headers age: '11',
44289npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44290npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44291npm verb headers 'x-cache-hits': '1',
44292npm verb headers 'x-timer': 'S1451417173.719769,VS0,VE0',
44293npm verb headers vary: 'Accept',
44294npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44295npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44296npm verb headers connection: 'keep-alive' }
44297npm verb get saving read-pkg-up to /root/.npm/registry.npmjs.org/read-pkg-up/.cache.json
44298npm http 200 http://registry.npmjs.org/trim-newlines
44299npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44300npm verb headers etag: '"8UKMJIXXKAEN7B8P7WW3I4W55"',
44301npm verb headers 'content-type': 'application/json',
44302npm verb headers 'cache-control': 'max-age=60',
44303npm verb headers 'content-length': '3092',
44304npm verb headers 'accept-ranges': 'bytes',
44305npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44306npm verb headers age: '11',
44307npm verb headers 'x-served-by': 'cache-fra1244-FRA',
44308npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44309npm verb headers 'x-cache-hits': '1',
44310npm verb headers 'x-timer': 'S1451417173.721289,VS0,VE0',
44311npm verb headers vary: 'Accept',
44312npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44313npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44314npm verb headers connection: 'keep-alive' }
44315npm verb get saving trim-newlines to /root/.npm/registry.npmjs.org/trim-newlines/.cache.json
44316npm http 200 http://registry.npmjs.org/normalize-package-data
44317npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44318npm verb headers etag: '"DLVB5OOQZAAHIHRJ979Q0CV4Q"',
44319npm verb headers 'content-type': 'application/json',
44320npm verb headers 'cache-control': 'max-age=300',
44321npm verb headers 'content-length': '60713',
44322npm verb headers 'accept-ranges': 'bytes',
44323npm verb headers date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44324npm verb headers age: '60',
44325npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44326npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44327npm verb headers 'x-cache-hits': '1',
44328npm verb headers 'x-timer': 'S1451417173.703068,VS0,VE0',
44329npm verb headers vary: 'Accept',
44330npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44331npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44332npm verb headers connection: 'keep-alive' }
44333npm verb get saving normalize-package-data to /root/.npm/registry.npmjs.org/normalize-package-data/.cache.json
44334npm http 304 http://registry.npmjs.org/camelcase-keys
44335npm verb headers { date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44336npm verb headers 'cache-control': 'max-age=300',
44337npm verb headers etag: '"5Z24KYT9GSOFK7NNSPJRWENI7"',
44338npm verb headers age: '60',
44339npm verb headers 'x-served-by': 'cache-fra1246-FRA',
44340npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44341npm verb headers 'x-cache-hits': '3',
44342npm verb headers 'x-timer': 'S1451417173.736052,VS0,VE0',
44343npm verb headers vary: 'Accept',
44344npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44345npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44346npm verb headers connection: 'keep-alive' }
44347npm verb etag http://registry.npmjs.org/camelcase-keys from cache
44348npm verb get saving camelcase-keys to /root/.npm/registry.npmjs.org/camelcase-keys/.cache.json
44349npm http 304 http://registry.npmjs.org/object-assign
44350npm verb headers { date: 'Tue, 29 Dec 2015 19:26:13 GMT',
44351npm verb headers 'cache-control': 'max-age=60',
44352npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
44353npm verb headers age: '6',
44354npm verb headers 'x-served-by': 'cache-fra1224-FRA',
44355npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44356npm verb headers 'x-cache-hits': '1',
44357npm verb headers 'x-timer': 'S1451417173.736382,VS0,VE0',
44358npm verb headers vary: 'Accept',
44359npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44360npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44361npm verb headers connection: 'keep-alive' }
44362npm verb etag http://registry.npmjs.org/object-assign from cache
44363npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
44364npm verb cache add spec loud-rejection@^1.0.0
44365npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for loud-rejection
44366npm verb addNameRange registry:http://registry.npmjs.org/loud-rejection not in flight; fetching
44367npm verb cache add spec redent@^1.0.0
44368npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for redent
44369npm verb addNameRange registry:http://registry.npmjs.org/redent not in flight; fetching
44370npm verb addNamed "2.0.0" is a plain semver version for camelcase-keys
44371npm verb cache add spec read-pkg-up@^1.0.1
44372npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for read-pkg-up
44373npm verb addNameRange registry:http://registry.npmjs.org/read-pkg-up not in flight; fetching
44374npm verb addNamed "4.0.1" is a plain semver version for object-assign
44375npm verb addRemoteTarball http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz not in flight; adding
44376npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz',
44377npm verb addRemoteTarball 'ab87e740d72a1ffcb12a43cc04c14b39d549eab9' ]
44378npm verb cache add spec trim-newlines@^1.0.0
44379npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for trim-newlines
44380npm verb addNameRange registry:http://registry.npmjs.org/trim-newlines not in flight; fetching
44381npm verb cache add spec normalize-package-data@^2.3.4
44382npm verb addNamed ">=2.3.4 <3.0.0" is a valid semver range for normalize-package-data
44383npm verb addNameRange registry:http://registry.npmjs.org/normalize-package-data not in flight; fetching
44384npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz not in flight; adding
44385npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz',
44386npm verb addRemoteTarball '99504456c3598b5cad4fc59c26e8a9bb107fe0bd' ]
44387npm info retry fetch attempt 1 at 19:26:13
44388npm info attempt registry request try #1 at 19:26:13
44389npm http fetch GET http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz
44390npm verb get http://registry.npmjs.org/loud-rejection not expired, no request
44391npm verb addNamed "1.2.0" is a plain semver version for loud-rejection
44392npm verb get http://registry.npmjs.org/redent not expired, no request
44393npm verb addNamed "1.0.0" is a plain semver version for redent
44394npm info retry fetch attempt 1 at 19:26:13
44395npm info attempt registry request try #1 at 19:26:13
44396npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz
44397npm verb addRemoteTarball http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz not in flight; adding
44398npm verb addRemoteTarball [ 'http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz',
44399npm verb addRemoteTarball 'f4f87db6abec3b7fe47834531ecf6a011143e58d' ]
44400npm verb addRemoteTarball http://registry.npmjs.org/redent/-/redent-1.0.0.tgz not in flight; adding
44401npm verb addRemoteTarball [ 'http://registry.npmjs.org/redent/-/redent-1.0.0.tgz',
44402npm verb addRemoteTarball 'cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde' ]
44403npm verb get http://registry.npmjs.org/read-pkg-up not expired, no request
44404npm verb addNamed "1.0.1" is a plain semver version for read-pkg-up
44405npm http fetch 200 http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz
44406npm verb get http://registry.npmjs.org/trim-newlines not expired, no request
44407npm verb addNamed "1.0.0" is a plain semver version for trim-newlines
44408npm verb addRemoteTarball http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz not in flight; adding
44409npm verb addRemoteTarball [ 'http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz',
44410npm verb addRemoteTarball '9d63c13276c065918d57f002a57f40a1b643fb02' ]
44411npm verb get http://registry.npmjs.org/normalize-package-data not expired, no request
44412npm verb addNamed "2.3.5" is a plain semver version for normalize-package-data
44413npm verb addRemoteTarball http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz not in flight; adding
44414npm verb addRemoteTarball [ 'http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz',
44415npm verb addRemoteTarball '5887966bb582a4503a41eb524f7d35011815a613' ]
44416npm info retry fetch attempt 1 at 19:26:13
44417npm info attempt registry request try #1 at 19:26:13
44418npm http fetch GET http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz
44419npm info retry fetch attempt 1 at 19:26:13
44420npm info attempt registry request try #1 at 19:26:13
44421npm http fetch GET http://registry.npmjs.org/redent/-/redent-1.0.0.tgz
44422npm verb addRemoteTarball http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz not in flight; adding
44423npm verb addRemoteTarball [ 'http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz',
44424npm verb addRemoteTarball '8d924f142960e1777e7ffe170543631cc7cb02df' ]
44425npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz
44426npm info retry fetch attempt 1 at 19:26:13
44427npm info attempt registry request try #1 at 19:26:13
44428npm http fetch GET http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz
44429npm info retry fetch attempt 1 at 19:26:13
44430npm info attempt registry request try #1 at 19:26:13
44431npm http fetch GET http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz
44432npm info retry fetch attempt 1 at 19:26:13
44433npm info attempt registry request try #1 at 19:26:13
44434npm http fetch GET http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz
44435npm http fetch 200 http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz
44436npm http fetch 200 http://registry.npmjs.org/redent/-/redent-1.0.0.tgz
44437npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz not in flight; adding
44438npm verb addTmpTarball already have metadata; skipping unpack for camelcase-keys@2.0.0
44439npm http fetch 200 http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz
44440npm http fetch 200 http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz
44441npm http fetch 200 http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz
44442npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz not in flight; adding
44443npm verb addTmpTarball already have metadata; skipping unpack for object-assign@4.0.1
44444npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz not in flight; adding
44445npm verb addTmpTarball already have metadata; skipping unpack for loud-rejection@1.2.0
44446npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/redent/-/redent-1.0.0.tgz not in flight; adding
44447npm verb addTmpTarball already have metadata; skipping unpack for redent@1.0.0
44448npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz not in flight; adding
44449npm verb addTmpTarball already have metadata; skipping unpack for read-pkg-up@1.0.1
44450npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz not in flight; adding
44451npm verb addTmpTarball already have metadata; skipping unpack for trim-newlines@1.0.0
44452npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz not in flight; adding
44453npm verb addTmpTarball already have metadata; skipping unpack for normalize-package-data@2.3.5
44454npm verb afterAdd /root/.npm/camelcase-keys/2.0.0/package/package.json not in flight; writing
44455npm verb afterAdd /root/.npm/object-assign/4.0.1/package/package.json not in flight; writing
44456npm verb afterAdd /root/.npm/camelcase-keys/2.0.0/package/package.json written
44457npm verb afterAdd /root/.npm/loud-rejection/1.2.0/package/package.json not in flight; writing
44458npm verb afterAdd /root/.npm/redent/1.0.0/package/package.json not in flight; writing
44459npm verb afterAdd /root/.npm/read-pkg-up/1.0.1/package/package.json not in flight; writing
44460npm verb afterAdd /root/.npm/object-assign/4.0.1/package/package.json written
44461npm verb afterAdd /root/.npm/trim-newlines/1.0.0/package/package.json not in flight; writing
44462npm verb afterAdd /root/.npm/normalize-package-data/2.3.5/package/package.json not in flight; writing
44463npm verb afterAdd /root/.npm/redent/1.0.0/package/package.json written
44464npm verb afterAdd /root/.npm/loud-rejection/1.2.0/package/package.json written
44465npm verb afterAdd /root/.npm/read-pkg-up/1.0.1/package/package.json written
44466npm verb afterAdd /root/.npm/normalize-package-data/2.3.5/package/package.json written
44467npm verb afterAdd /root/.npm/trim-newlines/1.0.0/package/package.json written
44468npm verb cache add spec camelcase@^2.0.0
44469npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for camelcase
44470npm verb addNameRange registry:http://registry.npmjs.org/camelcase not in flight; fetching
44471npm verb request uri http://registry.npmjs.org/camelcase
44472npm verb request no auth needed
44473npm info attempt registry request try #1 at 19:26:14
44474npm verb etag "CS4J6GVTASMZWER2U0CJUSXRK"
44475npm http request GET http://registry.npmjs.org/camelcase
44476npm http 304 http://registry.npmjs.org/camelcase
44477npm verb headers { date: 'Tue, 29 Dec 2015 19:24:33 GMT',
44478npm verb headers 'content-type': 'application/json',
44479npm verb headers age: '176',
44480npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
44481npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44482npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
44483npm verb headers connection: 'keep-alive' }
44484npm verb etag http://registry.npmjs.org/camelcase from cache
44485npm verb get saving camelcase to /root/.npm/registry.npmjs.org/camelcase/.cache.json
44486npm verb addNamed "2.0.1" is a plain semver version for camelcase
44487npm verb addRemoteTarball http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz not in flight; adding
44488npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz',
44489npm verb addRemoteTarball '57568d687b8da56c4c1d17b4c74a3cee26d73aeb' ]
44490npm info retry fetch attempt 1 at 19:26:14
44491npm info attempt registry request try #1 at 19:26:14
44492npm http fetch GET http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz
44493npm http fetch 200 http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz
44494npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz not in flight; adding
44495npm verb addTmpTarball already have metadata; skipping unpack for camelcase@2.0.1
44496npm verb afterAdd /root/.npm/camelcase/2.0.1/package/package.json not in flight; writing
44497npm verb afterAdd /root/.npm/camelcase/2.0.1/package/package.json written
44498npm verb request uri http://registry.npmjs.org/signal-exit
44499npm verb request no auth needed
44500npm info attempt registry request try #1 at 19:26:14
44501npm http request GET http://registry.npmjs.org/signal-exit
44502npm http 200 http://registry.npmjs.org/signal-exit
44503npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44504npm verb headers etag: '"91TBB4V2M8D2BZFQMLUIDL2NP"',
44505npm verb headers 'content-type': 'application/json',
44506npm verb headers 'cache-control': 'max-age=60',
44507npm verb headers 'content-length': '13277',
44508npm verb headers 'accept-ranges': 'bytes',
44509npm verb headers date: 'Tue, 29 Dec 2015 19:26:14 GMT',
44510npm verb headers age: '47',
44511npm verb headers 'x-served-by': 'cache-fra1246-FRA',
44512npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44513npm verb headers 'x-cache-hits': '4',
44514npm verb headers 'x-timer': 'S1451417174.140288,VS0,VE0',
44515npm verb headers vary: 'Accept',
44516npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44517npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44518npm verb headers connection: 'keep-alive' }
44519npm verb get saving signal-exit to /root/.npm/registry.npmjs.org/signal-exit/.cache.json
44520npm verb cache add spec signal-exit@^2.1.2
44521npm verb addNamed ">=2.1.2 <3.0.0" is a valid semver range for signal-exit
44522npm verb addNameRange registry:http://registry.npmjs.org/signal-exit not in flight; fetching
44523npm verb get http://registry.npmjs.org/signal-exit not expired, no request
44524npm verb addNamed "2.1.2" is a plain semver version for signal-exit
44525npm verb addRemoteTarball http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz not in flight; adding
44526npm verb addRemoteTarball [ 'http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz',
44527npm verb addRemoteTarball '375879b1f92ebc3b334480d038dc546a6d558564' ]
44528npm info retry fetch attempt 1 at 19:26:14
44529npm info attempt registry request try #1 at 19:26:14
44530npm http fetch GET http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz
44531npm http fetch 200 http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz
44532npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz not in flight; adding
44533npm verb addTmpTarball already have metadata; skipping unpack for signal-exit@2.1.2
44534npm verb afterAdd /root/.npm/signal-exit/2.1.2/package/package.json not in flight; writing
44535npm verb afterAdd /root/.npm/signal-exit/2.1.2/package/package.json written
44536npm verb request uri http://registry.npmjs.org/hosted-git-info
44537npm verb request no auth needed
44538npm info attempt registry request try #1 at 19:26:14
44539npm http request GET http://registry.npmjs.org/hosted-git-info
44540npm verb request uri http://registry.npmjs.org/is-builtin-module
44541npm verb request no auth needed
44542npm info attempt registry request try #1 at 19:26:14
44543npm http request GET http://registry.npmjs.org/is-builtin-module
44544npm verb request uri http://registry.npmjs.org/validate-npm-package-license
44545npm verb request no auth needed
44546npm info attempt registry request try #1 at 19:26:14
44547npm http request GET http://registry.npmjs.org/validate-npm-package-license
44548npm http 200 http://registry.npmjs.org/is-builtin-module
44549npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44550npm verb headers etag: '"4L9T4QO9EO4P4UL9ULUBO6GCN"',
44551npm verb headers 'content-type': 'application/json',
44552npm verb headers 'cache-control': 'max-age=60',
44553npm verb headers 'content-length': '2854',
44554npm verb headers 'accept-ranges': 'bytes',
44555npm verb headers date: 'Tue, 29 Dec 2015 19:26:14 GMT',
44556npm verb headers age: '10',
44557npm verb headers 'x-served-by': 'cache-fra1244-FRA',
44558npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44559npm verb headers 'x-cache-hits': '1',
44560npm verb headers 'x-timer': 'S1451417174.275551,VS0,VE0',
44561npm verb headers vary: 'Accept',
44562npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44563npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44564npm verb headers connection: 'keep-alive' }
44565npm verb get saving is-builtin-module to /root/.npm/registry.npmjs.org/is-builtin-module/.cache.json
44566npm http 200 http://registry.npmjs.org/hosted-git-info
44567npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44568npm verb headers etag: '"CTVPC6MTOOUB33OPF9OBO9WB7"',
44569npm verb headers 'content-type': 'application/json',
44570npm verb headers 'cache-control': 'max-age=60',
44571npm verb headers 'content-length': '24949',
44572npm verb headers 'accept-ranges': 'bytes',
44573npm verb headers date: 'Tue, 29 Dec 2015 19:26:14 GMT',
44574npm verb headers age: '9',
44575npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44576npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44577npm verb headers 'x-cache-hits': '1',
44578npm verb headers 'x-timer': 'S1451417174.275816,VS0,VE0',
44579npm verb headers vary: 'Accept',
44580npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44581npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44582npm verb headers connection: 'keep-alive' }
44583npm verb get saving hosted-git-info to /root/.npm/registry.npmjs.org/hosted-git-info/.cache.json
44584npm verb cache add spec is-builtin-module@^1.0.0
44585npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-builtin-module
44586npm verb addNameRange registry:http://registry.npmjs.org/is-builtin-module not in flight; fetching
44587npm verb cache add spec hosted-git-info@^2.1.4
44588npm verb addNamed ">=2.1.4 <3.0.0" is a valid semver range for hosted-git-info
44589npm verb addNameRange registry:http://registry.npmjs.org/hosted-git-info not in flight; fetching
44590npm verb get http://registry.npmjs.org/is-builtin-module not expired, no request
44591npm verb addNamed "1.0.0" is a plain semver version for is-builtin-module
44592npm verb get http://registry.npmjs.org/hosted-git-info not expired, no request
44593npm verb addNamed "2.1.4" is a plain semver version for hosted-git-info
44594npm verb addRemoteTarball http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz not in flight; adding
44595npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz',
44596npm verb addRemoteTarball '540572d34f7ac3119f8f76c30cbc1b1e037affbe' ]
44597npm verb addRemoteTarball http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz not in flight; adding
44598npm verb addRemoteTarball [ 'http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz',
44599npm verb addRemoteTarball 'd9e953b26988be88096c46e926494d9604c300f8' ]
44600npm info retry fetch attempt 1 at 19:26:14
44601npm info attempt registry request try #1 at 19:26:14
44602npm http fetch GET http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz
44603npm info retry fetch attempt 1 at 19:26:14
44604npm info attempt registry request try #1 at 19:26:14
44605npm http fetch GET http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz
44606npm http fetch 200 http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz
44607npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz not in flight; adding
44608npm verb addTmpTarball already have metadata; skipping unpack for is-builtin-module@1.0.0
44609npm verb afterAdd /root/.npm/is-builtin-module/1.0.0/package/package.json not in flight; writing
44610npm verb afterAdd /root/.npm/is-builtin-module/1.0.0/package/package.json written
44611npm http fetch 200 http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz
44612npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz not in flight; adding
44613npm verb addTmpTarball already have metadata; skipping unpack for hosted-git-info@2.1.4
44614npm verb afterAdd /root/.npm/hosted-git-info/2.1.4/package/package.json not in flight; writing
44615npm verb afterAdd /root/.npm/hosted-git-info/2.1.4/package/package.json written
44616npm http 200 http://registry.npmjs.org/validate-npm-package-license
44617npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44618npm verb headers etag: '"9VLHJ3BOPKJY6WSN9PAJ3SS4Y"',
44619npm verb headers 'content-type': 'application/json',
44620npm verb headers 'cache-control': 'max-age=300',
44621npm verb headers 'content-length': '13324',
44622npm verb headers 'accept-ranges': 'bytes',
44623npm verb headers date: 'Tue, 29 Dec 2015 19:26:14 GMT',
44624npm verb headers age: '0',
44625npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44626npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44627npm verb headers 'x-cache-hits': '1',
44628npm verb headers 'x-timer': 'S1451417174.288333,VS0,VE504',
44629npm verb headers vary: 'Accept',
44630npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44631npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44632npm verb headers connection: 'keep-alive' }
44633npm verb get saving validate-npm-package-license to /root/.npm/registry.npmjs.org/validate-npm-package-license/.cache.json
44634npm verb cache add spec validate-npm-package-license@^3.0.1
44635npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for validate-npm-package-license
44636npm verb addNameRange registry:http://registry.npmjs.org/validate-npm-package-license not in flight; fetching
44637npm verb get http://registry.npmjs.org/validate-npm-package-license not expired, no request
44638npm verb addNamed "3.0.1" is a plain semver version for validate-npm-package-license
44639npm verb addRemoteTarball http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz not in flight; adding
44640npm verb addRemoteTarball [ 'http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz',
44641npm verb addRemoteTarball '2804babe712ad3379459acfbe24746ab2c303fbc' ]
44642npm info retry fetch attempt 1 at 19:26:14
44643npm info attempt registry request try #1 at 19:26:14
44644npm http fetch GET http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz
44645npm http fetch 200 http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz
44646npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz not in flight; adding
44647npm verb addTmpTarball already have metadata; skipping unpack for validate-npm-package-license@3.0.1
44648npm verb afterAdd /root/.npm/validate-npm-package-license/3.0.1/package/package.json not in flight; writing
44649npm verb afterAdd /root/.npm/validate-npm-package-license/3.0.1/package/package.json written
44650npm verb request uri http://registry.npmjs.org/builtin-modules
44651npm verb request no auth needed
44652npm info attempt registry request try #1 at 19:26:14
44653npm http request GET http://registry.npmjs.org/builtin-modules
44654npm http 200 http://registry.npmjs.org/builtin-modules
44655npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44656npm verb headers etag: '"6RTL55CCOIYPPPGZKMTUMYSTD"',
44657npm verb headers 'content-type': 'application/json',
44658npm verb headers 'cache-control': 'max-age=60',
44659npm verb headers 'content-length': '5593',
44660npm verb headers 'accept-ranges': 'bytes',
44661npm verb headers date: 'Tue, 29 Dec 2015 19:26:14 GMT',
44662npm verb headers age: '17',
44663npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44664npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44665npm verb headers 'x-cache-hits': '1',
44666npm verb headers 'x-timer': 'S1451417174.894459,VS0,VE0',
44667npm verb headers vary: 'Accept',
44668npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44669npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44670npm verb headers connection: 'keep-alive' }
44671npm verb get saving builtin-modules to /root/.npm/registry.npmjs.org/builtin-modules/.cache.json
44672npm verb cache add spec builtin-modules@^1.0.0
44673npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for builtin-modules
44674npm verb addNameRange registry:http://registry.npmjs.org/builtin-modules not in flight; fetching
44675npm verb get http://registry.npmjs.org/builtin-modules not expired, no request
44676npm verb addNamed "1.1.0" is a plain semver version for builtin-modules
44677npm verb addRemoteTarball http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz not in flight; adding
44678npm verb addRemoteTarball [ 'http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz',
44679npm verb addRemoteTarball '1053955fd994a5746e525e4ac717b81caf07491c' ]
44680npm info retry fetch attempt 1 at 19:26:14
44681npm info attempt registry request try #1 at 19:26:14
44682npm http fetch GET http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz
44683npm http fetch 200 http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz
44684npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz not in flight; adding
44685npm verb addTmpTarball already have metadata; skipping unpack for builtin-modules@1.1.0
44686npm verb afterAdd /root/.npm/builtin-modules/1.1.0/package/package.json not in flight; writing
44687npm verb afterAdd /root/.npm/builtin-modules/1.1.0/package/package.json written
44688npm verb request uri http://registry.npmjs.org/spdx-correct
44689npm verb request no auth needed
44690npm info attempt registry request try #1 at 19:26:14
44691npm http request GET http://registry.npmjs.org/spdx-correct
44692npm verb request uri http://registry.npmjs.org/spdx-expression-parse
44693npm verb request no auth needed
44694npm info attempt registry request try #1 at 19:26:14
44695npm http request GET http://registry.npmjs.org/spdx-expression-parse
44696npm http 200 http://registry.npmjs.org/spdx-correct
44697npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44698npm verb headers etag: '"8INYDL4LXO8G0KRIRI9MTAQA0"',
44699npm verb headers 'content-type': 'application/json',
44700npm verb headers 'cache-control': 'max-age=60',
44701npm verb headers 'content-length': '10368',
44702npm verb headers 'accept-ranges': 'bytes',
44703npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
44704npm verb headers age: '17',
44705npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44706npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44707npm verb headers 'x-cache-hits': '1',
44708npm verb headers 'x-timer': 'S1451417175.001140,VS0,VE0',
44709npm verb headers vary: 'Accept',
44710npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44711npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44712npm verb headers connection: 'keep-alive' }
44713npm verb get saving spdx-correct to /root/.npm/registry.npmjs.org/spdx-correct/.cache.json
44714npm http 200 http://registry.npmjs.org/spdx-expression-parse
44715npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44716npm verb headers etag: '"AW37C9K88MLHQ0JQ0XELGWWTW"',
44717npm verb headers 'content-type': 'application/json',
44718npm verb headers 'cache-control': 'max-age=60',
44719npm verb headers 'content-length': '6704',
44720npm verb headers 'accept-ranges': 'bytes',
44721npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
44722npm verb headers age: '16',
44723npm verb headers 'x-served-by': 'cache-fra1244-FRA',
44724npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44725npm verb headers 'x-cache-hits': '1',
44726npm verb headers 'x-timer': 'S1451417175.007990,VS0,VE0',
44727npm verb headers vary: 'Accept',
44728npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44729npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44730npm verb headers connection: 'keep-alive' }
44731npm verb get saving spdx-expression-parse to /root/.npm/registry.npmjs.org/spdx-expression-parse/.cache.json
44732npm verb cache add spec spdx-correct@~1.0.0
44733npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for spdx-correct
44734npm verb addNameRange registry:http://registry.npmjs.org/spdx-correct not in flight; fetching
44735npm verb cache add spec spdx-expression-parse@~1.0.0
44736npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for spdx-expression-parse
44737npm verb addNameRange registry:http://registry.npmjs.org/spdx-expression-parse not in flight; fetching
44738npm verb get http://registry.npmjs.org/spdx-correct not expired, no request
44739npm verb addNamed "1.0.2" is a plain semver version for spdx-correct
44740npm verb addRemoteTarball http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz not in flight; adding
44741npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz',
44742npm verb addRemoteTarball '4b3073d933ff51f3912f03ac5519498a4150db40' ]
44743npm verb get http://registry.npmjs.org/spdx-expression-parse not expired, no request
44744npm verb addNamed "1.0.2" is a plain semver version for spdx-expression-parse
44745npm verb addRemoteTarball http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz not in flight; adding
44746npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz',
44747npm verb addRemoteTarball 'd52b14b5e9670771440af225bcb563122ac452f6' ]
44748npm info retry fetch attempt 1 at 19:26:15
44749npm info attempt registry request try #1 at 19:26:15
44750npm http fetch GET http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz
44751npm info retry fetch attempt 1 at 19:26:15
44752npm info attempt registry request try #1 at 19:26:15
44753npm http fetch GET http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz
44754npm http fetch 200 http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz
44755npm http fetch 200 http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz
44756npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz not in flight; adding
44757npm verb addTmpTarball already have metadata; skipping unpack for spdx-correct@1.0.2
44758npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz not in flight; adding
44759npm verb addTmpTarball already have metadata; skipping unpack for spdx-expression-parse@1.0.2
44760npm verb afterAdd /root/.npm/spdx-correct/1.0.2/package/package.json not in flight; writing
44761npm verb afterAdd /root/.npm/spdx-expression-parse/1.0.2/package/package.json not in flight; writing
44762npm verb afterAdd /root/.npm/spdx-correct/1.0.2/package/package.json written
44763npm verb afterAdd /root/.npm/spdx-expression-parse/1.0.2/package/package.json written
44764npm verb request uri http://registry.npmjs.org/spdx-license-ids
44765npm verb request no auth needed
44766npm info attempt registry request try #1 at 19:26:15
44767npm http request GET http://registry.npmjs.org/spdx-license-ids
44768npm http 200 http://registry.npmjs.org/spdx-license-ids
44769npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44770npm verb headers etag: '"1KBBN5UDKMSSLDYCWFYXZJER0"',
44771npm verb headers 'content-type': 'application/json',
44772npm verb headers 'cache-control': 'max-age=60',
44773npm verb headers 'content-length': '11585',
44774npm verb headers 'accept-ranges': 'bytes',
44775npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
44776npm verb headers age: '5',
44777npm verb headers 'x-served-by': 'cache-fra1244-FRA',
44778npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44779npm verb headers 'x-cache-hits': '1',
44780npm verb headers 'x-timer': 'S1451417175.134879,VS0,VE0',
44781npm verb headers vary: 'Accept',
44782npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44783npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44784npm verb headers connection: 'keep-alive' }
44785npm verb get saving spdx-license-ids to /root/.npm/registry.npmjs.org/spdx-license-ids/.cache.json
44786npm verb cache add spec spdx-license-ids@^1.0.2
44787npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for spdx-license-ids
44788npm verb addNameRange registry:http://registry.npmjs.org/spdx-license-ids not in flight; fetching
44789npm verb get http://registry.npmjs.org/spdx-license-ids not expired, no request
44790npm verb addNamed "1.1.0" is a plain semver version for spdx-license-ids
44791npm verb addRemoteTarball http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz not in flight; adding
44792npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz',
44793npm verb addRemoteTarball '28694acdf39fe27de45143fff81f21f6c66d44ac' ]
44794npm info retry fetch attempt 1 at 19:26:15
44795npm info attempt registry request try #1 at 19:26:15
44796npm http fetch GET http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz
44797npm http fetch 200 http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz
44798npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz not in flight; adding
44799npm verb addTmpTarball already have metadata; skipping unpack for spdx-license-ids@1.1.0
44800npm verb afterAdd /root/.npm/spdx-license-ids/1.1.0/package/package.json not in flight; writing
44801npm verb afterAdd /root/.npm/spdx-license-ids/1.1.0/package/package.json written
44802npm verb request uri http://registry.npmjs.org/spdx-exceptions
44803npm verb request no auth needed
44804npm info attempt registry request try #1 at 19:26:15
44805npm http request GET http://registry.npmjs.org/spdx-exceptions
44806npm http 200 http://registry.npmjs.org/spdx-exceptions
44807npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44808npm verb headers etag: '"B6QX5Q06RWAN1KHNJXMA6GNIA"',
44809npm verb headers 'content-type': 'application/json',
44810npm verb headers 'cache-control': 'max-age=300',
44811npm verb headers 'content-length': '6319',
44812npm verb headers 'accept-ranges': 'bytes',
44813npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
44814npm verb headers age: '55',
44815npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44816npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44817npm verb headers 'x-cache-hits': '1',
44818npm verb headers 'x-timer': 'S1451417175.254368,VS0,VE0',
44819npm verb headers vary: 'Accept',
44820npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
44821npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44822npm verb headers connection: 'keep-alive' }
44823npm verb get saving spdx-exceptions to /root/.npm/registry.npmjs.org/spdx-exceptions/.cache.json
44824npm verb cache add spec spdx-exceptions@^1.0.4
44825npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for spdx-exceptions
44826npm verb addNameRange registry:http://registry.npmjs.org/spdx-exceptions not in flight; fetching
44827npm verb get http://registry.npmjs.org/spdx-exceptions not expired, no request
44828npm verb addNamed "1.0.4" is a plain semver version for spdx-exceptions
44829npm verb addRemoteTarball http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz not in flight; adding
44830npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz',
44831npm verb addRemoteTarball '220b84239119ae9045a892db81a83f4ce16f80fd' ]
44832npm info retry fetch attempt 1 at 19:26:15
44833npm info attempt registry request try #1 at 19:26:15
44834npm http fetch GET http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz
44835npm http fetch 200 http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz
44836npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz not in flight; adding
44837npm verb addTmpTarball already have metadata; skipping unpack for spdx-exceptions@1.0.4
44838npm verb afterAdd /root/.npm/spdx-exceptions/1.0.4/package/package.json not in flight; writing
44839npm verb afterAdd /root/.npm/spdx-exceptions/1.0.4/package/package.json written
44840npm verb request uri http://registry.npmjs.org/find-up
44841npm verb request no auth needed
44842npm info attempt registry request try #1 at 19:26:15
44843npm http request GET http://registry.npmjs.org/find-up
44844npm verb request uri http://registry.npmjs.org/read-pkg
44845npm verb request no auth needed
44846npm info attempt registry request try #1 at 19:26:15
44847npm http request GET http://registry.npmjs.org/read-pkg
44848npm http 200 http://registry.npmjs.org/find-up
44849npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44850npm verb headers etag: '"2LEPDD8HQN785AF0A0ZE15MHK"',
44851npm verb headers 'content-type': 'application/json',
44852npm verb headers 'cache-control': 'max-age=60',
44853npm verb headers 'content-length': '4787',
44854npm verb headers 'accept-ranges': 'bytes',
44855npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
44856npm verb headers age: '13',
44857npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44858npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44859npm verb headers 'x-cache-hits': '1',
44860npm verb headers 'x-timer': 'S1451417175.360516,VS0,VE0',
44861npm verb headers vary: 'Accept',
44862npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44863npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44864npm verb headers connection: 'keep-alive' }
44865npm verb get saving find-up to /root/.npm/registry.npmjs.org/find-up/.cache.json
44866npm http 200 http://registry.npmjs.org/read-pkg
44867npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44868npm verb headers etag: '"64HB9U8J2HJXMJCO3QG6CLXW9"',
44869npm verb headers 'content-type': 'application/json',
44870npm verb headers 'cache-control': 'max-age=60',
44871npm verb headers 'content-length': '5018',
44872npm verb headers 'accept-ranges': 'bytes',
44873npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
44874npm verb headers age: '48',
44875npm verb headers 'x-served-by': 'cache-fra1239-FRA',
44876npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44877npm verb headers 'x-cache-hits': '3',
44878npm verb headers 'x-timer': 'S1451417175.365952,VS0,VE0',
44879npm verb headers vary: 'Accept',
44880npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44881npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44882npm verb headers connection: 'keep-alive' }
44883npm verb get saving read-pkg to /root/.npm/registry.npmjs.org/read-pkg/.cache.json
44884npm verb cache add spec find-up@^1.0.0
44885npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for find-up
44886npm verb addNameRange registry:http://registry.npmjs.org/find-up not in flight; fetching
44887npm verb cache add spec read-pkg@^1.0.0
44888npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for read-pkg
44889npm verb addNameRange registry:http://registry.npmjs.org/read-pkg not in flight; fetching
44890npm verb get http://registry.npmjs.org/find-up not expired, no request
44891npm verb addNamed "1.1.0" is a plain semver version for find-up
44892npm verb get http://registry.npmjs.org/read-pkg not expired, no request
44893npm verb addNamed "1.1.0" is a plain semver version for read-pkg
44894npm verb addRemoteTarball http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz not in flight; adding
44895npm verb addRemoteTarball [ 'http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz',
44896npm verb addRemoteTarball 'a63b0eec4625a2902534898a5f9eec8aaed046e9' ]
44897npm verb addRemoteTarball http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz not in flight; adding
44898npm verb addRemoteTarball [ 'http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz',
44899npm verb addRemoteTarball 'f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28' ]
44900npm info retry fetch attempt 1 at 19:26:15
44901npm info attempt registry request try #1 at 19:26:15
44902npm http fetch GET http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz
44903npm info retry fetch attempt 1 at 19:26:15
44904npm info attempt registry request try #1 at 19:26:15
44905npm http fetch GET http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz
44906npm http fetch 200 http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz
44907npm http fetch 200 http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz
44908npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/find-up/-/find-up-1.1.0.tgz not in flight; adding
44909npm verb addTmpTarball already have metadata; skipping unpack for find-up@1.1.0
44910npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz not in flight; adding
44911npm verb addTmpTarball already have metadata; skipping unpack for read-pkg@1.1.0
44912npm verb afterAdd /root/.npm/find-up/1.1.0/package/package.json not in flight; writing
44913npm verb afterAdd /root/.npm/read-pkg/1.1.0/package/package.json not in flight; writing
44914npm verb afterAdd /root/.npm/find-up/1.1.0/package/package.json written
44915npm verb afterAdd /root/.npm/read-pkg/1.1.0/package/package.json written
44916npm verb request uri http://registry.npmjs.org/path-exists
44917npm verb request no auth needed
44918npm info attempt registry request try #1 at 19:26:15
44919npm http request GET http://registry.npmjs.org/path-exists
44920npm verb request uri http://registry.npmjs.org/pinkie-promise
44921npm verb request no auth needed
44922npm info attempt registry request try #1 at 19:26:15
44923npm http request GET http://registry.npmjs.org/pinkie-promise
44924npm http 200 http://registry.npmjs.org/path-exists
44925npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44926npm verb headers etag: '"B6A16QA42GOTP8I2G30OR84F9"',
44927npm verb headers 'content-type': 'application/json',
44928npm verb headers 'cache-control': 'max-age=60',
44929npm verb headers 'content-length': '5579',
44930npm verb headers 'accept-ranges': 'bytes',
44931npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
44932npm verb headers age: '21',
44933npm verb headers 'x-served-by': 'cache-fra1239-FRA',
44934npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44935npm verb headers 'x-cache-hits': '2',
44936npm verb headers 'x-timer': 'S1451417175.501553,VS0,VE0',
44937npm verb headers vary: 'Accept',
44938npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44939npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44940npm verb headers connection: 'keep-alive' }
44941npm verb get saving path-exists to /root/.npm/registry.npmjs.org/path-exists/.cache.json
44942npm http 200 http://registry.npmjs.org/pinkie-promise
44943npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44944npm verb headers etag: '"7ZHBBXWEAUCIJIMRCUNROKXSN"',
44945npm verb headers 'content-type': 'application/json',
44946npm verb headers 'cache-control': 'max-age=60',
44947npm verb headers 'content-length': '3839',
44948npm verb headers 'accept-ranges': 'bytes',
44949npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
44950npm verb headers age: '26',
44951npm verb headers 'x-served-by': 'cache-fra1248-FRA',
44952npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
44953npm verb headers 'x-cache-hits': '1',
44954npm verb headers 'x-timer': 'S1451417175.508412,VS0,VE0',
44955npm verb headers vary: 'Accept',
44956npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
44957npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
44958npm verb headers connection: 'keep-alive' }
44959npm verb get saving pinkie-promise to /root/.npm/registry.npmjs.org/pinkie-promise/.cache.json
44960npm verb cache add spec pinkie-promise@^2.0.0
44961npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pinkie-promise
44962npm verb addNameRange registry:http://registry.npmjs.org/pinkie-promise not in flight; fetching
44963npm verb cache add spec path-exists@^2.0.0
44964npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for path-exists
44965npm verb addNameRange registry:http://registry.npmjs.org/path-exists not in flight; fetching
44966npm verb get http://registry.npmjs.org/pinkie-promise not expired, no request
44967npm verb addNamed "2.0.0" is a plain semver version for pinkie-promise
44968npm verb get http://registry.npmjs.org/path-exists not expired, no request
44969npm verb addNamed "2.1.0" is a plain semver version for path-exists
44970npm verb addRemoteTarball http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz not in flight; adding
44971npm verb addRemoteTarball [ 'http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz',
44972npm verb addRemoteTarball '4c83538de1f6e660c29e0a13446844f7a7e88259' ]
44973npm verb addRemoteTarball http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz not in flight; adding
44974npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz',
44975npm verb addRemoteTarball '0feb6c64f0fc518d9a754dd5efb62c7022761f4b' ]
44976npm info retry fetch attempt 1 at 19:26:15
44977npm info attempt registry request try #1 at 19:26:15
44978npm http fetch GET http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz
44979npm info retry fetch attempt 1 at 19:26:15
44980npm info attempt registry request try #1 at 19:26:15
44981npm http fetch GET http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz
44982npm http fetch 200 http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz
44983npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz not in flight; adding
44984npm verb addTmpTarball already have metadata; skipping unpack for path-exists@2.1.0
44985npm verb afterAdd /root/.npm/path-exists/2.1.0/package/package.json not in flight; writing
44986npm verb afterAdd /root/.npm/path-exists/2.1.0/package/package.json written
44987npm http fetch 200 http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz
44988npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz not in flight; adding
44989npm verb addTmpTarball already have metadata; skipping unpack for pinkie-promise@2.0.0
44990npm verb afterAdd /root/.npm/pinkie-promise/2.0.0/package/package.json not in flight; writing
44991npm verb afterAdd /root/.npm/pinkie-promise/2.0.0/package/package.json written
44992npm verb request uri http://registry.npmjs.org/pinkie
44993npm verb request no auth needed
44994npm info attempt registry request try #1 at 19:26:15
44995npm http request GET http://registry.npmjs.org/pinkie
44996npm http 200 http://registry.npmjs.org/pinkie
44997npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44998npm verb headers etag: '"DH1FZ8QTRCOC0CXGU6NC5ZXIV"',
44999npm verb headers 'content-type': 'application/json',
45000npm verb headers 'cache-control': 'max-age=60',
45001npm verb headers 'content-length': '10465',
45002npm verb headers 'accept-ranges': 'bytes',
45003npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
45004npm verb headers age: '46',
45005npm verb headers 'x-served-by': 'cache-fra1239-FRA',
45006npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45007npm verb headers 'x-cache-hits': '3',
45008npm verb headers 'x-timer': 'S1451417175.650947,VS0,VE0',
45009npm verb headers vary: 'Accept',
45010npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45011npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45012npm verb headers connection: 'keep-alive' }
45013npm verb get saving pinkie to /root/.npm/registry.npmjs.org/pinkie/.cache.json
45014npm verb cache add spec pinkie@^2.0.0
45015npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pinkie
45016npm verb addNameRange registry:http://registry.npmjs.org/pinkie not in flight; fetching
45017npm verb get http://registry.npmjs.org/pinkie not expired, no request
45018npm verb addNamed "2.0.1" is a plain semver version for pinkie
45019npm verb addRemoteTarball http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz not in flight; adding
45020npm verb addRemoteTarball [ 'http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz',
45021npm verb addRemoteTarball '4236c86fc29f261c2045bbe81f78cbb2a5e8306c' ]
45022npm info retry fetch attempt 1 at 19:26:15
45023npm info attempt registry request try #1 at 19:26:15
45024npm http fetch GET http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz
45025npm http fetch 200 http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz
45026npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz not in flight; adding
45027npm verb addTmpTarball already have metadata; skipping unpack for pinkie@2.0.1
45028npm verb afterAdd /root/.npm/pinkie/2.0.1/package/package.json not in flight; writing
45029npm verb afterAdd /root/.npm/pinkie/2.0.1/package/package.json written
45030npm verb request uri http://registry.npmjs.org/load-json-file
45031npm verb request no auth needed
45032npm info attempt registry request try #1 at 19:26:15
45033npm http request GET http://registry.npmjs.org/load-json-file
45034npm verb request uri http://registry.npmjs.org/path-type
45035npm verb request no auth needed
45036npm info attempt registry request try #1 at 19:26:15
45037npm http request GET http://registry.npmjs.org/path-type
45038npm http 200 http://registry.npmjs.org/load-json-file
45039npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45040npm verb headers etag: '"8ZBP031JFIJSQUEBMAUAP5GYU"',
45041npm verb headers 'content-type': 'application/json',
45042npm verb headers 'cache-control': 'max-age=300',
45043npm verb headers 'content-length': '5590',
45044npm verb headers 'accept-ranges': 'bytes',
45045npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
45046npm verb headers age: '136',
45047npm verb headers 'x-served-by': 'cache-fra1239-FRA',
45048npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45049npm verb headers 'x-cache-hits': '4',
45050npm verb headers 'x-timer': 'S1451417175.771661,VS0,VE0',
45051npm verb headers vary: 'Accept',
45052npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45053npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45054npm verb headers connection: 'keep-alive' }
45055npm verb get saving load-json-file to /root/.npm/registry.npmjs.org/load-json-file/.cache.json
45056npm http 200 http://registry.npmjs.org/path-type
45057npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45058npm verb headers etag: '"3SSPVM3JNI5SLN2VVWJVMJ8CT"',
45059npm verb headers 'content-type': 'application/json',
45060npm verb headers 'cache-control': 'max-age=60',
45061npm verb headers 'content-length': '4195',
45062npm verb headers 'accept-ranges': 'bytes',
45063npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
45064npm verb headers age: '51',
45065npm verb headers 'x-served-by': 'cache-fra1244-FRA',
45066npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45067npm verb headers 'x-cache-hits': '1',
45068npm verb headers 'x-timer': 'S1451417175.779119,VS0,VE0',
45069npm verb headers vary: 'Accept',
45070npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45071npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45072npm verb headers connection: 'keep-alive' }
45073npm verb get saving path-type to /root/.npm/registry.npmjs.org/path-type/.cache.json
45074npm verb cache add spec load-json-file@^1.0.0
45075npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for load-json-file
45076npm verb addNameRange registry:http://registry.npmjs.org/load-json-file not in flight; fetching
45077npm verb cache add spec path-type@^1.0.0
45078npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-type
45079npm verb addNameRange registry:http://registry.npmjs.org/path-type not in flight; fetching
45080npm verb get http://registry.npmjs.org/load-json-file not expired, no request
45081npm verb addNamed "1.1.0" is a plain semver version for load-json-file
45082npm verb get http://registry.npmjs.org/path-type not expired, no request
45083npm verb addNamed "1.1.0" is a plain semver version for path-type
45084npm verb addRemoteTarball http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz not in flight; adding
45085npm verb addRemoteTarball [ 'http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz',
45086npm verb addRemoteTarball '956905708d58b4bab4c2261b04f59f31c99374c0' ]
45087npm verb addRemoteTarball http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz not in flight; adding
45088npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz',
45089npm verb addRemoteTarball '59c44f7ee491da704da415da5a4070ba4f8fe441' ]
45090npm info retry fetch attempt 1 at 19:26:15
45091npm info attempt registry request try #1 at 19:26:15
45092npm http fetch GET http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz
45093npm info retry fetch attempt 1 at 19:26:15
45094npm info attempt registry request try #1 at 19:26:15
45095npm http fetch GET http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz
45096npm http fetch 200 http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz
45097npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/path-type/-/path-type-1.1.0.tgz not in flight; adding
45098npm verb addTmpTarball already have metadata; skipping unpack for path-type@1.1.0
45099npm http fetch 200 http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz
45100npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz not in flight; adding
45101npm verb addTmpTarball already have metadata; skipping unpack for load-json-file@1.1.0
45102npm verb afterAdd /root/.npm/path-type/1.1.0/package/package.json not in flight; writing
45103npm verb afterAdd /root/.npm/path-type/1.1.0/package/package.json written
45104npm verb afterAdd /root/.npm/load-json-file/1.1.0/package/package.json not in flight; writing
45105npm verb afterAdd /root/.npm/load-json-file/1.1.0/package/package.json written
45106npm verb cache add spec graceful-fs@^4.1.2
45107npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
45108npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
45109npm verb request uri http://registry.npmjs.org/parse-json
45110npm verb request no auth needed
45111npm info attempt registry request try #1 at 19:26:15
45112npm http request GET http://registry.npmjs.org/parse-json
45113npm verb request uri http://registry.npmjs.org/pify
45114npm verb request no auth needed
45115npm info attempt registry request try #1 at 19:26:15
45116npm http request GET http://registry.npmjs.org/pify
45117npm verb request uri http://registry.npmjs.org/strip-bom
45118npm verb request no auth needed
45119npm info attempt registry request try #1 at 19:26:15
45120npm http request GET http://registry.npmjs.org/strip-bom
45121npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
45122npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
45123npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
45124npm http 200 http://registry.npmjs.org/parse-json
45125npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45126npm verb headers etag: '"B8DYXBSW0ZYE0NXM1F1FHEENH"',
45127npm verb headers 'content-type': 'application/json',
45128npm verb headers 'cache-control': 'max-age=60',
45129npm verb headers 'content-length': '8851',
45130npm verb headers 'accept-ranges': 'bytes',
45131npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
45132npm verb headers age: '51',
45133npm verb headers 'x-served-by': 'cache-fra1239-FRA',
45134npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45135npm verb headers 'x-cache-hits': '2',
45136npm verb headers 'x-timer': 'S1451417175.949016,VS0,VE0',
45137npm verb headers vary: 'Accept',
45138npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45139npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45140npm verb headers connection: 'keep-alive' }
45141npm verb get saving parse-json to /root/.npm/registry.npmjs.org/parse-json/.cache.json
45142npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
45143npm http 200 http://registry.npmjs.org/pify
45144npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45145npm verb headers etag: '"6X8IIS8V32RAMSCN7NVJR4U2U"',
45146npm verb headers 'content-type': 'application/json',
45147npm verb headers 'cache-control': 'max-age=300',
45148npm verb headers 'content-length': '12230',
45149npm verb headers 'accept-ranges': 'bytes',
45150npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
45151npm verb headers age: '170',
45152npm verb headers 'x-served-by': 'cache-fra1222-FRA',
45153npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45154npm verb headers 'x-cache-hits': '5',
45155npm verb headers 'x-timer': 'S1451417175.965682,VS0,VE0',
45156npm verb headers vary: 'Accept',
45157npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45158npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45159npm verb headers connection: 'keep-alive' }
45160npm verb get saving pify to /root/.npm/registry.npmjs.org/pify/.cache.json
45161npm http 200 http://registry.npmjs.org/strip-bom
45162npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45163npm verb headers etag: '"F0FYNLQQOUT576DDIYMHFZRZ4"',
45164npm verb headers 'content-type': 'application/json',
45165npm verb headers 'cache-control': 'max-age=60',
45166npm verb headers 'content-length': '10221',
45167npm verb headers 'accept-ranges': 'bytes',
45168npm verb headers date: 'Tue, 29 Dec 2015 19:26:15 GMT',
45169npm verb headers age: '59',
45170npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45171npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45172npm verb headers 'x-cache-hits': '2',
45173npm verb headers 'x-timer': 'S1451417175.966398,VS0,VE0',
45174npm verb headers vary: 'Accept',
45175npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45176npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45177npm verb headers connection: 'keep-alive' }
45178npm verb get saving strip-bom to /root/.npm/registry.npmjs.org/strip-bom/.cache.json
45179npm verb cache add spec parse-json@^2.2.0
45180npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for parse-json
45181npm verb addNameRange registry:http://registry.npmjs.org/parse-json not in flight; fetching
45182npm verb get http://registry.npmjs.org/parse-json not expired, no request
45183npm verb addNamed "2.2.0" is a plain semver version for parse-json
45184npm verb addRemoteTarball http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz not in flight; adding
45185npm verb addRemoteTarball [ 'http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz',
45186npm verb addRemoteTarball 'f480f40434ef80741f8469099f8dea18f55a4dc9' ]
45187npm verb cache add spec pify@^2.0.0
45188npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pify
45189npm verb addNameRange registry:http://registry.npmjs.org/pify not in flight; fetching
45190npm verb cache add spec strip-bom@^2.0.0
45191npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for strip-bom
45192npm verb addNameRange registry:http://registry.npmjs.org/strip-bom not in flight; fetching
45193npm info retry fetch attempt 1 at 19:26:16
45194npm info attempt registry request try #1 at 19:26:16
45195npm http fetch GET http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz
45196npm verb get http://registry.npmjs.org/pify not expired, no request
45197npm verb addNamed "2.3.0" is a plain semver version for pify
45198npm verb get http://registry.npmjs.org/strip-bom not expired, no request
45199npm verb addNamed "2.0.0" is a plain semver version for strip-bom
45200npm http fetch 200 http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz
45201npm verb addRemoteTarball http://registry.npmjs.org/pify/-/pify-2.3.0.tgz not in flight; adding
45202npm verb addRemoteTarball [ 'http://registry.npmjs.org/pify/-/pify-2.3.0.tgz',
45203npm verb addRemoteTarball 'ed141a6ac043a849ea588498e7dca8b15330e90c' ]
45204npm verb addRemoteTarball http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz not in flight; adding
45205npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz',
45206npm verb addRemoteTarball '6219a85616520491f35788bdbf1447a99c7e6b0e' ]
45207npm info retry fetch attempt 1 at 19:26:16
45208npm info attempt registry request try #1 at 19:26:16
45209npm http fetch GET http://registry.npmjs.org/pify/-/pify-2.3.0.tgz
45210npm info retry fetch attempt 1 at 19:26:16
45211npm info attempt registry request try #1 at 19:26:16
45212npm http fetch GET http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz
45213npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz not in flight; adding
45214npm verb addTmpTarball already have metadata; skipping unpack for parse-json@2.2.0
45215npm http fetch 200 http://registry.npmjs.org/pify/-/pify-2.3.0.tgz
45216npm http fetch 200 http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz
45217npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pify/-/pify-2.3.0.tgz not in flight; adding
45218npm verb addTmpTarball already have metadata; skipping unpack for pify@2.3.0
45219npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz not in flight; adding
45220npm verb addTmpTarball already have metadata; skipping unpack for strip-bom@2.0.0
45221npm verb afterAdd /root/.npm/parse-json/2.2.0/package/package.json not in flight; writing
45222npm verb afterAdd /root/.npm/parse-json/2.2.0/package/package.json written
45223npm verb afterAdd /root/.npm/pify/2.3.0/package/package.json not in flight; writing
45224npm verb afterAdd /root/.npm/strip-bom/2.0.0/package/package.json not in flight; writing
45225npm verb afterAdd /root/.npm/strip-bom/2.0.0/package/package.json written
45226npm verb afterAdd /root/.npm/pify/2.3.0/package/package.json written
45227npm verb request uri http://registry.npmjs.org/error-ex
45228npm verb request no auth needed
45229npm info attempt registry request try #1 at 19:26:16
45230npm http request GET http://registry.npmjs.org/error-ex
45231npm http 200 http://registry.npmjs.org/error-ex
45232npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45233npm verb headers etag: '"3KHL3H4PFPF45QUYUC5S0Q79R"',
45234npm verb headers 'content-type': 'application/json',
45235npm verb headers 'cache-control': 'max-age=60',
45236npm verb headers 'content-length': '21464',
45237npm verb headers 'accept-ranges': 'bytes',
45238npm verb headers date: 'Tue, 29 Dec 2015 19:26:16 GMT',
45239npm verb headers age: '5',
45240npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45241npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45242npm verb headers 'x-cache-hits': '1',
45243npm verb headers 'x-timer': 'S1451417176.135089,VS0,VE0',
45244npm verb headers vary: 'Accept',
45245npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45246npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45247npm verb headers connection: 'keep-alive' }
45248npm verb get saving error-ex to /root/.npm/registry.npmjs.org/error-ex/.cache.json
45249npm verb cache add spec error-ex@^1.2.0
45250npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for error-ex
45251npm verb addNameRange registry:http://registry.npmjs.org/error-ex not in flight; fetching
45252npm verb get http://registry.npmjs.org/error-ex not expired, no request
45253npm verb addNamed "1.3.0" is a plain semver version for error-ex
45254npm verb addRemoteTarball http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz not in flight; adding
45255npm verb addRemoteTarball [ 'http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz',
45256npm verb addRemoteTarball 'e67b43f3e82c96ea3a584ffee0b9fc3325d802d9' ]
45257npm info retry fetch attempt 1 at 19:26:16
45258npm info attempt registry request try #1 at 19:26:16
45259npm http fetch GET http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz
45260npm http fetch 200 http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz
45261npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz not in flight; adding
45262npm verb addTmpTarball already have metadata; skipping unpack for error-ex@1.3.0
45263npm verb afterAdd /root/.npm/error-ex/1.3.0/package/package.json not in flight; writing
45264npm verb afterAdd /root/.npm/error-ex/1.3.0/package/package.json written
45265npm verb request uri http://registry.npmjs.org/is-arrayish
45266npm verb request no auth needed
45267npm info attempt registry request try #1 at 19:26:16
45268npm http request GET http://registry.npmjs.org/is-arrayish
45269npm http 200 http://registry.npmjs.org/is-arrayish
45270npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45271npm verb headers etag: '"4U39Q2OL4AY3E7RFQIDZGZPUU"',
45272npm verb headers 'content-type': 'application/json',
45273npm verb headers 'cache-control': 'max-age=300',
45274npm verb headers 'content-length': '6271',
45275npm verb headers 'accept-ranges': 'bytes',
45276npm verb headers date: 'Tue, 29 Dec 2015 19:26:16 GMT',
45277npm verb headers age: '148',
45278npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45279npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45280npm verb headers 'x-cache-hits': '4',
45281npm verb headers 'x-timer': 'S1451417176.240330,VS0,VE0',
45282npm verb headers vary: 'Accept',
45283npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45284npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45285npm verb headers connection: 'keep-alive' }
45286npm verb get saving is-arrayish to /root/.npm/registry.npmjs.org/is-arrayish/.cache.json
45287npm verb cache add spec is-arrayish@^0.2.1
45288npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for is-arrayish
45289npm verb addNameRange registry:http://registry.npmjs.org/is-arrayish not in flight; fetching
45290npm verb get http://registry.npmjs.org/is-arrayish not expired, no request
45291npm verb addNamed "0.2.1" is a plain semver version for is-arrayish
45292npm verb addRemoteTarball http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz not in flight; adding
45293npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz',
45294npm verb addRemoteTarball '77c99840527aa8ecb1a8ba697b80645a7a926a9d' ]
45295npm info retry fetch attempt 1 at 19:26:16
45296npm info attempt registry request try #1 at 19:26:16
45297npm http fetch GET http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz
45298npm http fetch 200 http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz
45299npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz not in flight; adding
45300npm verb addTmpTarball already have metadata; skipping unpack for is-arrayish@0.2.1
45301npm verb afterAdd /root/.npm/is-arrayish/0.2.1/package/package.json not in flight; writing
45302npm verb afterAdd /root/.npm/is-arrayish/0.2.1/package/package.json written
45303npm verb request uri http://registry.npmjs.org/is-utf8
45304npm verb request no auth needed
45305npm info attempt registry request try #1 at 19:26:16
45306npm http request GET http://registry.npmjs.org/is-utf8
45307npm http 200 http://registry.npmjs.org/is-utf8
45308npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45309npm verb headers etag: '"69KC1T1PSO1737K2Q0HV99JAI"',
45310npm verb headers 'content-type': 'application/json',
45311npm verb headers 'cache-control': 'max-age=300',
45312npm verb headers 'content-length': '3343',
45313npm verb headers 'accept-ranges': 'bytes',
45314npm verb headers date: 'Tue, 29 Dec 2015 19:26:16 GMT',
45315npm verb headers age: '73',
45316npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45317npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45318npm verb headers 'x-cache-hits': '4',
45319npm verb headers 'x-timer': 'S1451417176.346706,VS0,VE0',
45320npm verb headers vary: 'Accept',
45321npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45322npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45323npm verb headers connection: 'keep-alive' }
45324npm verb get saving is-utf8 to /root/.npm/registry.npmjs.org/is-utf8/.cache.json
45325npm verb cache add spec is-utf8@^0.2.0
45326npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for is-utf8
45327npm verb addNameRange registry:http://registry.npmjs.org/is-utf8 not in flight; fetching
45328npm verb get http://registry.npmjs.org/is-utf8 not expired, no request
45329npm verb addNamed "0.2.1" is a plain semver version for is-utf8
45330npm verb addRemoteTarball http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz not in flight; adding
45331npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz',
45332npm verb addRemoteTarball '4b0da1442104d1b336340e80797e865cf39f7d72' ]
45333npm info retry fetch attempt 1 at 19:26:16
45334npm info attempt registry request try #1 at 19:26:16
45335npm http fetch GET http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
45336npm http fetch 200 http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
45337npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz not in flight; adding
45338npm verb addTmpTarball already have metadata; skipping unpack for is-utf8@0.2.1
45339npm verb afterAdd /root/.npm/is-utf8/0.2.1/package/package.json not in flight; writing
45340npm verb afterAdd /root/.npm/is-utf8/0.2.1/package/package.json written
45341npm verb cache add spec graceful-fs@^4.1.2
45342npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
45343npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
45344npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
45345npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
45346npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
45347npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
45348npm verb cache add spec indent-string@^2.1.0
45349npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for indent-string
45350npm verb addNameRange registry:http://registry.npmjs.org/indent-string not in flight; fetching
45351npm verb request uri http://registry.npmjs.org/strip-indent
45352npm verb request no auth needed
45353npm info attempt registry request try #1 at 19:26:16
45354npm http request GET http://registry.npmjs.org/strip-indent
45355npm verb request uri http://registry.npmjs.org/indent-string
45356npm verb request no auth needed
45357npm info attempt registry request try #1 at 19:26:16
45358npm verb etag "84QNOCURLKKXGO825BTSHHENT"
45359npm http request GET http://registry.npmjs.org/indent-string
45360npm http 200 http://registry.npmjs.org/strip-indent
45361npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45362npm verb headers etag: '"8BYR70TFNW2DI6ME4GK7YE8RA"',
45363npm verb headers 'content-type': 'application/json',
45364npm verb headers 'cache-control': 'max-age=60',
45365npm verb headers 'content-length': '9289',
45366npm verb headers 'accept-ranges': 'bytes',
45367npm verb headers date: 'Tue, 29 Dec 2015 19:26:16 GMT',
45368npm verb headers age: '32',
45369npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45370npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45371npm verb headers 'x-cache-hits': '2',
45372npm verb headers 'x-timer': 'S1451417176.497040,VS0,VE0',
45373npm verb headers vary: 'Accept',
45374npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45375npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45376npm verb headers connection: 'keep-alive' }
45377npm verb get saving strip-indent to /root/.npm/registry.npmjs.org/strip-indent/.cache.json
45378npm http 304 http://registry.npmjs.org/indent-string
45379npm verb headers { date: 'Tue, 29 Dec 2015 19:26:16 GMT',
45380npm verb headers 'cache-control': 'max-age=60',
45381npm verb headers etag: '"84QNOCURLKKXGO825BTSHHENT"',
45382npm verb headers age: '28',
45383npm verb headers 'x-served-by': 'cache-fra1222-FRA',
45384npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45385npm verb headers 'x-cache-hits': '1',
45386npm verb headers 'x-timer': 'S1451417176.506630,VS0,VE0',
45387npm verb headers vary: 'Accept',
45388npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45389npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45390npm verb headers connection: 'keep-alive' }
45391npm verb etag http://registry.npmjs.org/indent-string from cache
45392npm verb get saving indent-string to /root/.npm/registry.npmjs.org/indent-string/.cache.json
45393npm verb addNamed "2.1.0" is a plain semver version for indent-string
45394npm verb cache add spec strip-indent@^1.0.1
45395npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for strip-indent
45396npm verb addNameRange registry:http://registry.npmjs.org/strip-indent not in flight; fetching
45397npm verb addRemoteTarball http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz not in flight; adding
45398npm verb addRemoteTarball [ 'http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz',
45399npm verb addRemoteTarball '8e2d48348742121b4a8218b7a137e9a52049dc80' ]
45400npm info retry fetch attempt 1 at 19:26:16
45401npm info attempt registry request try #1 at 19:26:16
45402npm http fetch GET http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz
45403npm verb get http://registry.npmjs.org/strip-indent not expired, no request
45404npm verb addNamed "1.0.1" is a plain semver version for strip-indent
45405npm http fetch 200 http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz
45406npm verb addRemoteTarball http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz not in flight; adding
45407npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz',
45408npm verb addRemoteTarball '0c7962a6adefa7bbd4ac366460a638552ae1a0a2' ]
45409npm info retry fetch attempt 1 at 19:26:16
45410npm info attempt registry request try #1 at 19:26:16
45411npm http fetch GET http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz
45412npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz not in flight; adding
45413npm verb addTmpTarball already have metadata; skipping unpack for indent-string@2.1.0
45414npm http fetch 200 http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz
45415npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz not in flight; adding
45416npm verb addTmpTarball already have metadata; skipping unpack for strip-indent@1.0.1
45417npm verb afterAdd /root/.npm/indent-string/2.1.0/package/package.json not in flight; writing
45418npm verb afterAdd /root/.npm/indent-string/2.1.0/package/package.json written
45419npm verb afterAdd /root/.npm/strip-indent/1.0.1/package/package.json not in flight; writing
45420npm verb afterAdd /root/.npm/strip-indent/1.0.1/package/package.json written
45421npm verb cache add spec repeating@^2.0.0
45422npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for repeating
45423npm verb addNameRange registry:http://registry.npmjs.org/repeating not in flight; fetching
45424npm verb request uri http://registry.npmjs.org/repeating
45425npm verb request no auth needed
45426npm info attempt registry request try #1 at 19:26:16
45427npm verb etag "6BGWIKD49WSF23RCV1P70WMAA"
45428npm http request GET http://registry.npmjs.org/repeating
45429npm http 304 http://registry.npmjs.org/repeating
45430npm verb headers { date: 'Tue, 29 Dec 2015 19:26:16 GMT',
45431npm verb headers 'cache-control': 'max-age=60',
45432npm verb headers etag: '"6BGWIKD49WSF23RCV1P70WMAA"',
45433npm verb headers age: '0',
45434npm verb headers 'x-served-by': 'cache-fra1222-FRA',
45435npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45436npm verb headers 'x-cache-hits': '1',
45437npm verb headers 'x-timer': 'S1451417176.625010,VS0,VE810',
45438npm verb headers vary: 'Accept',
45439npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45440npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45441npm verb headers connection: 'keep-alive' }
45442npm verb etag http://registry.npmjs.org/repeating from cache
45443npm verb get saving repeating to /root/.npm/registry.npmjs.org/repeating/.cache.json
45444npm verb addNamed "2.0.0" is a plain semver version for repeating
45445npm verb addRemoteTarball http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz not in flight; adding
45446npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz',
45447npm verb addRemoteTarball 'fd27d6d264d18fbebfaa56553dd7b82535a5034e' ]
45448npm info retry fetch attempt 1 at 19:26:17
45449npm info attempt registry request try #1 at 19:26:17
45450npm http fetch GET http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz
45451npm http fetch 200 http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz
45452npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/repeating/-/repeating-2.0.0.tgz not in flight; adding
45453npm verb addTmpTarball already have metadata; skipping unpack for repeating@2.0.0
45454npm verb afterAdd /root/.npm/repeating/2.0.0/package/package.json not in flight; writing
45455npm verb afterAdd /root/.npm/repeating/2.0.0/package/package.json written
45456npm verb request uri http://registry.npmjs.org/os-homedir
45457npm verb request no auth needed
45458npm info attempt registry request try #1 at 19:26:17
45459npm http request GET http://registry.npmjs.org/os-homedir
45460npm http 200 http://registry.npmjs.org/os-homedir
45461npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45462npm verb headers etag: '"EW6GFLS8HPJ06NR5WEQURJIQ0"',
45463npm verb headers 'content-type': 'application/json',
45464npm verb headers 'cache-control': 'max-age=300',
45465npm verb headers 'content-length': '5258',
45466npm verb headers 'accept-ranges': 'bytes',
45467npm verb headers date: 'Tue, 29 Dec 2015 19:26:17 GMT',
45468npm verb headers age: '19',
45469npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45470npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45471npm verb headers 'x-cache-hits': '1',
45472npm verb headers 'x-timer': 'S1451417177.554754,VS0,VE0',
45473npm verb headers vary: 'Accept',
45474npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45475npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45476npm verb headers connection: 'keep-alive' }
45477npm verb get saving os-homedir to /root/.npm/registry.npmjs.org/os-homedir/.cache.json
45478npm verb cache add spec os-homedir@^1.0.0
45479npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-homedir
45480npm verb addNameRange registry:http://registry.npmjs.org/os-homedir not in flight; fetching
45481npm verb get http://registry.npmjs.org/os-homedir not expired, no request
45482npm verb addNamed "1.0.1" is a plain semver version for os-homedir
45483npm verb addRemoteTarball http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
45484npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz',
45485npm verb addRemoteTarball '0d62bdf44b916fd3bbdcf2cab191948fb094f007' ]
45486npm info retry fetch attempt 1 at 19:26:17
45487npm info attempt registry request try #1 at 19:26:17
45488npm http fetch GET http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
45489npm http fetch 200 http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
45490npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
45491npm verb addTmpTarball already have metadata; skipping unpack for os-homedir@1.0.1
45492npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json not in flight; writing
45493npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json written
45494npm verb cache add spec accepts@~1.2.12
45495npm verb cache add spec cookie@0.1.3
45496npm verb cache add spec cookie-signature@1.0.6
45497npm verb cache add spec debug@~2.2.0
45498npm verb cache add spec depd@~1.0.1
45499npm verb cache add spec escape-html@1.0.2
45500npm verb cache add spec fresh@0.3.0
45501npm verb cache add spec merge-descriptors@1.0.0
45502npm verb cache add spec methods@~1.1.1
45503npm verb cache add spec parseurl@~1.3.0
45504npm verb cache add spec path-to-regexp@0.1.7
45505npm verb cache add spec qs@4.0.0
45506npm verb cache add spec range-parser@~1.0.2
45507npm verb cache add spec send@0.13.0
45508npm verb cache add spec serve-static@~1.10.0
45509npm verb cache add spec type-is@~1.6.6
45510npm verb addNamed ">=1.2.12 <1.3.0" is a valid semver range for accepts
45511npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
45512npm verb addNamed "0.1.3" is a plain semver version for cookie
45513npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
45514npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
45515npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
45516npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
45517npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
45518npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for depd
45519npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
45520npm verb addNamed "1.0.2" is a plain semver version for escape-html
45521npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
45522npm verb addNamed "0.3.0" is a plain semver version for fresh
45523npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
45524npm verb addNamed "1.0.0" is a plain semver version for merge-descriptors
45525npm verb addNameVersion registry:http://registry.npmjs.org/merge-descriptors not in flight; fetching
45526npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for methods
45527npm verb addNameRange registry:http://registry.npmjs.org/methods not in flight; fetching
45528npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
45529npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
45530npm verb addNamed "0.1.7" is a plain semver version for path-to-regexp
45531npm verb addNameVersion registry:http://registry.npmjs.org/path-to-regexp not in flight; fetching
45532npm verb addNamed "4.0.0" is a plain semver version for qs
45533npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
45534npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for range-parser
45535npm verb addNameRange registry:http://registry.npmjs.org/range-parser not in flight; fetching
45536npm verb addNamed "0.13.0" is a plain semver version for send
45537npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
45538npm verb addNamed ">=1.10.0 <1.11.0" is a valid semver range for serve-static
45539npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
45540npm verb addNamed ">=1.6.6 <1.7.0" is a valid semver range for type-is
45541npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
45542npm verb request uri http://registry.npmjs.org/array-flatten
45543npm verb request no auth needed
45544npm info attempt registry request try #1 at 19:26:17
45545npm http request GET http://registry.npmjs.org/array-flatten
45546npm verb request uri http://registry.npmjs.org/content-disposition
45547npm verb request no auth needed
45548npm info attempt registry request try #1 at 19:26:17
45549npm http request GET http://registry.npmjs.org/content-disposition
45550npm verb request uri http://registry.npmjs.org/content-type
45551npm verb request no auth needed
45552npm info attempt registry request try #1 at 19:26:17
45553npm http request GET http://registry.npmjs.org/content-type
45554npm verb request uri http://registry.npmjs.org/etag
45555npm verb request no auth needed
45556npm info attempt registry request try #1 at 19:26:17
45557npm http request GET http://registry.npmjs.org/etag
45558npm verb request uri http://registry.npmjs.org/finalhandler
45559npm verb request no auth needed
45560npm info attempt registry request try #1 at 19:26:17
45561npm http request GET http://registry.npmjs.org/finalhandler
45562npm verb request uri http://registry.npmjs.org/on-finished
45563npm verb request no auth needed
45564npm info attempt registry request try #1 at 19:26:17
45565npm http request GET http://registry.npmjs.org/on-finished
45566npm verb request uri http://registry.npmjs.org/proxy-addr
45567npm verb request no auth needed
45568npm info attempt registry request try #1 at 19:26:17
45569npm http request GET http://registry.npmjs.org/proxy-addr
45570npm verb request uri http://registry.npmjs.org/cookie
45571npm verb request no auth needed
45572npm info attempt registry request try #1 at 19:26:17
45573npm verb etag "3UTV693OT3MQ8VLEZGR1RIH86"
45574npm http request GET http://registry.npmjs.org/cookie
45575npm verb request uri http://registry.npmjs.org/accepts
45576npm verb request no auth needed
45577npm info attempt registry request try #1 at 19:26:18
45578npm verb etag "CMQELY7N9D8O3WS7OAI4D1QJL"
45579npm http request GET http://registry.npmjs.org/accepts
45580npm verb request uri http://registry.npmjs.org/cookie-signature
45581npm verb request no auth needed
45582npm info attempt registry request try #1 at 19:26:18
45583npm verb etag "8NE2NNIH2V0SABXWGZXHH3U6K"
45584npm http request GET http://registry.npmjs.org/cookie-signature
45585npm verb get http://registry.npmjs.org/debug not expired, no request
45586npm verb addNamed "2.2.0" is a plain semver version for debug
45587npm verb request uri http://registry.npmjs.org/depd
45588npm verb request no auth needed
45589npm info attempt registry request try #1 at 19:26:18
45590npm verb etag "D51XQ8IB2NO2EXAU1UFAY1A1L"
45591npm http request GET http://registry.npmjs.org/depd
45592npm verb request uri http://registry.npmjs.org/escape-html
45593npm verb request no auth needed
45594npm info attempt registry request try #1 at 19:26:18
45595npm verb etag "3RUCAG2JGG4DUNM1HT84AH638"
45596npm http request GET http://registry.npmjs.org/escape-html
45597npm verb request uri http://registry.npmjs.org/fresh
45598npm verb request no auth needed
45599npm info attempt registry request try #1 at 19:26:18
45600npm verb etag "9NHR4LROGERRIX4U2GNV4QVT"
45601npm http request GET http://registry.npmjs.org/fresh
45602npm verb request uri http://registry.npmjs.org/merge-descriptors
45603npm verb request no auth needed
45604npm info attempt registry request try #1 at 19:26:18
45605npm verb etag "77M0MD0SK0BMYKIO15H10LIYR"
45606npm http request GET http://registry.npmjs.org/merge-descriptors
45607npm verb request uri http://registry.npmjs.org/methods
45608npm verb request no auth needed
45609npm info attempt registry request try #1 at 19:26:18
45610npm verb etag "DO0SV9ZWBGKHHT6F5AJRGFLTU"
45611npm http request GET http://registry.npmjs.org/methods
45612npm verb request uri http://registry.npmjs.org/parseurl
45613npm verb request no auth needed
45614npm info attempt registry request try #1 at 19:26:18
45615npm verb etag "C38PVP7JXF6E8MRHKL33KKEI6"
45616npm http request GET http://registry.npmjs.org/parseurl
45617npm verb request uri http://registry.npmjs.org/path-to-regexp
45618npm verb request no auth needed
45619npm info attempt registry request try #1 at 19:26:18
45620npm verb etag "44L0C4D3C0FA42U3300PZE763"
45621npm http request GET http://registry.npmjs.org/path-to-regexp
45622npm verb request uri http://registry.npmjs.org/qs
45623npm verb request no auth needed
45624npm info attempt registry request try #1 at 19:26:18
45625npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
45626npm http request GET http://registry.npmjs.org/qs
45627npm verb request uri http://registry.npmjs.org/range-parser
45628npm verb request no auth needed
45629npm info attempt registry request try #1 at 19:26:18
45630npm verb etag "8WZEBUX4S6QUN4CYHEIWQZ9BB"
45631npm http request GET http://registry.npmjs.org/range-parser
45632npm verb request uri http://registry.npmjs.org/send
45633npm verb request no auth needed
45634npm info attempt registry request try #1 at 19:26:18
45635npm verb etag "APVO6G21BQNLG10Z1NYC3J8EZ"
45636npm http request GET http://registry.npmjs.org/send
45637npm verb request uri http://registry.npmjs.org/serve-static
45638npm verb request no auth needed
45639npm info attempt registry request try #1 at 19:26:18
45640npm verb etag "DGUOJ6WTQPFO1MQ4XK90KECIO"
45641npm http request GET http://registry.npmjs.org/serve-static
45642npm verb request uri http://registry.npmjs.org/type-is
45643npm verb request no auth needed
45644npm info attempt registry request try #1 at 19:26:18
45645npm verb etag "460R9QTM2R63TFO6D7HBETX5A"
45646npm http request GET http://registry.npmjs.org/type-is
45647npm http 200 http://registry.npmjs.org/proxy-addr
45648npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45649npm verb headers etag: '"9K80Y80RUXRE89F9QNZD77762"',
45650npm verb headers 'content-type': 'application/json',
45651npm verb headers 'cache-control': 'max-age=60',
45652npm verb headers 'content-length': '25902',
45653npm verb headers 'accept-ranges': 'bytes',
45654npm verb headers date: 'Tue, 29 Dec 2015 19:26:17 GMT',
45655npm verb headers age: '13',
45656npm verb headers 'x-served-by': 'cache-fra1239-FRA',
45657npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45658npm verb headers 'x-cache-hits': '2',
45659npm verb headers 'x-timer': 'S1451417177.999417,VS0,VE0',
45660npm verb headers vary: 'Accept',
45661npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45662npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45663npm verb headers connection: 'keep-alive' }
45664npm verb get saving proxy-addr to /root/.npm/registry.npmjs.org/proxy-addr/.cache.json
45665npm http 200 http://registry.npmjs.org/content-disposition
45666npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45667npm verb headers etag: '"384YYEPADLLZ324XAC4AOM85K"',
45668npm verb headers 'content-type': 'application/json',
45669npm verb headers 'cache-control': 'max-age=60',
45670npm verb headers 'content-length': '17640',
45671npm verb headers 'accept-ranges': 'bytes',
45672npm verb headers date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45673npm verb headers age: '13',
45674npm verb headers 'x-served-by': 'cache-fra1246-FRA',
45675npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45676npm verb headers 'x-cache-hits': '2',
45677npm verb headers 'x-timer': 'S1451417178.016380,VS0,VE0',
45678npm verb headers vary: 'Accept',
45679npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45680npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45681npm verb headers connection: 'keep-alive' }
45682npm verb get saving content-disposition to /root/.npm/registry.npmjs.org/content-disposition/.cache.json
45683npm http 200 http://registry.npmjs.org/content-type
45684npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45685npm verb headers etag: '"A61HQDKGOUEM3F9DCWTGYV4NW"',
45686npm verb headers 'content-type': 'application/json',
45687npm verb headers 'cache-control': 'max-age=300',
45688npm verb headers 'content-length': '7394',
45689npm verb headers 'accept-ranges': 'bytes',
45690npm verb headers date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45691npm verb headers age: '239',
45692npm verb headers 'x-served-by': 'cache-fra1242-FRA',
45693npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45694npm verb headers 'x-cache-hits': '2',
45695npm verb headers 'x-timer': 'S1451417178.016813,VS0,VE0',
45696npm verb headers vary: 'Accept',
45697npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45698npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45699npm verb headers connection: 'keep-alive' }
45700npm verb get saving content-type to /root/.npm/registry.npmjs.org/content-type/.cache.json
45701npm http 200 http://registry.npmjs.org/on-finished
45702npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45703npm verb headers etag: '"C3B8WUFHDCUPW30V9K2VX45P3"',
45704npm verb headers 'content-type': 'application/json',
45705npm verb headers 'cache-control': 'max-age=60',
45706npm verb headers 'content-length': '15013',
45707npm verb headers 'accept-ranges': 'bytes',
45708npm verb headers date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45709npm verb headers age: '49',
45710npm verb headers 'x-served-by': 'cache-fra1238-FRA',
45711npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45712npm verb headers 'x-cache-hits': '1',
45713npm verb headers 'x-timer': 'S1451417178.016428,VS0,VE0',
45714npm verb headers vary: 'Accept',
45715npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45716npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45717npm verb headers connection: 'keep-alive' }
45718npm verb get saving on-finished to /root/.npm/registry.npmjs.org/on-finished/.cache.json
45719npm http 200 http://registry.npmjs.org/etag
45720npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45721npm verb headers etag: '"3JKODAL80DJD7T0UIZT1IMKF0"',
45722npm verb headers 'content-type': 'application/json',
45723npm verb headers 'cache-control': 'max-age=60',
45724npm verb headers 'content-length': '21776',
45725npm verb headers 'accept-ranges': 'bytes',
45726npm verb headers date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45727npm verb headers age: '46',
45728npm verb headers 'x-served-by': 'cache-fra1225-FRA',
45729npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45730npm verb headers 'x-cache-hits': '1',
45731npm verb headers 'x-timer': 'S1451417178.016534,VS0,VE0',
45732npm verb headers vary: 'Accept',
45733npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45734npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45735npm verb headers connection: 'keep-alive' }
45736npm verb get saving etag to /root/.npm/registry.npmjs.org/etag/.cache.json
45737npm http 304 http://registry.npmjs.org/merge-descriptors
45738npm verb headers { date: 'Tue, 29 Dec 2015 19:24:32 GMT',
45739npm verb headers 'content-type': 'application/json',
45740npm verb headers age: '261',
45741npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
45742npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45743npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
45744npm verb headers connection: 'keep-alive' }
45745npm verb etag http://registry.npmjs.org/merge-descriptors from cache
45746npm verb get saving merge-descriptors to /root/.npm/registry.npmjs.org/merge-descriptors/.cache.json
45747npm http 304 http://registry.npmjs.org/path-to-regexp
45748npm verb headers { date: 'Tue, 29 Dec 2015 19:24:32 GMT',
45749npm verb headers 'content-type': 'application/json',
45750npm verb headers age: '114',
45751npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
45752npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45753npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
45754npm verb headers connection: 'keep-alive' }
45755npm verb etag http://registry.npmjs.org/path-to-regexp from cache
45756npm verb get saving path-to-regexp to /root/.npm/registry.npmjs.org/path-to-regexp/.cache.json
45757npm http 304 http://registry.npmjs.org/methods
45758npm verb headers { date: 'Tue, 29 Dec 2015 19:24:32 GMT',
45759npm verb headers 'content-type': 'application/json',
45760npm verb headers age: '285',
45761npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
45762npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45763npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
45764npm verb headers connection: 'keep-alive' }
45765npm verb etag http://registry.npmjs.org/methods from cache
45766npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
45767npm http 304 http://registry.npmjs.org/fresh
45768npm verb headers { date: 'Tue, 29 Dec 2015 19:24:32 GMT',
45769npm verb headers 'content-type': 'application/json',
45770npm verb headers age: '219',
45771npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
45772npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45773npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
45774npm verb headers connection: 'keep-alive' }
45775npm verb etag http://registry.npmjs.org/fresh from cache
45776npm verb get saving fresh to /root/.npm/registry.npmjs.org/fresh/.cache.json
45777npm http 304 http://registry.npmjs.org/qs
45778npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
45779npm verb headers 'content-type': 'application/json',
45780npm verb headers age: '115',
45781npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
45782npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45783npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
45784npm verb headers connection: 'keep-alive' }
45785npm verb etag http://registry.npmjs.org/qs from cache
45786npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
45787npm http 304 http://registry.npmjs.org/accepts
45788npm verb headers { date: 'Tue, 29 Dec 2015 19:24:29 GMT',
45789npm verb headers 'content-type': 'application/json',
45790npm verb headers age: '170',
45791npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
45792npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45793npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
45794npm verb headers connection: 'keep-alive' }
45795npm verb etag http://registry.npmjs.org/accepts from cache
45796npm verb get saving accepts to /root/.npm/registry.npmjs.org/accepts/.cache.json
45797npm http 304 http://registry.npmjs.org/cookie
45798npm verb headers { date: 'Tue, 29 Dec 2015 19:24:31 GMT',
45799npm verb headers 'content-type': 'application/json',
45800npm verb headers age: '277',
45801npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
45802npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
45803npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
45804npm verb headers connection: 'keep-alive' }
45805npm verb etag http://registry.npmjs.org/cookie from cache
45806npm verb get saving cookie to /root/.npm/registry.npmjs.org/cookie/.cache.json
45807npm http 304 http://registry.npmjs.org/parseurl
45808npm verb headers { date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45809npm verb headers 'cache-control': 'max-age=60',
45810npm verb headers etag: '"C38PVP7JXF6E8MRHKL33KKEI6"',
45811npm verb headers age: '28',
45812npm verb headers 'x-served-by': 'cache-fra1225-FRA',
45813npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45814npm verb headers 'x-cache-hits': '2',
45815npm verb headers 'x-timer': 'S1451417178.141916,VS0,VE0',
45816npm verb headers vary: 'Accept',
45817npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45818npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45819npm verb headers connection: 'keep-alive' }
45820npm verb etag http://registry.npmjs.org/parseurl from cache
45821npm verb get saving parseurl to /root/.npm/registry.npmjs.org/parseurl/.cache.json
45822npm http 304 http://registry.npmjs.org/escape-html
45823npm verb headers { date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45824npm verb headers 'cache-control': 'max-age=300',
45825npm verb headers etag: '"3RUCAG2JGG4DUNM1HT84AH638"',
45826npm verb headers age: '52',
45827npm verb headers 'x-served-by': 'cache-fra1238-FRA',
45828npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45829npm verb headers 'x-cache-hits': '1',
45830npm verb headers 'x-timer': 'S1451417178.142050,VS0,VE0',
45831npm verb headers vary: 'Accept',
45832npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45833npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45834npm verb headers connection: 'keep-alive' }
45835npm verb etag http://registry.npmjs.org/escape-html from cache
45836npm verb get saving escape-html to /root/.npm/registry.npmjs.org/escape-html/.cache.json
45837npm http 304 http://registry.npmjs.org/depd
45838npm verb headers { date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45839npm verb headers 'cache-control': 'max-age=60',
45840npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
45841npm verb headers age: '20',
45842npm verb headers 'x-served-by': 'cache-fra1246-FRA',
45843npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45844npm verb headers 'x-cache-hits': '1',
45845npm verb headers 'x-timer': 'S1451417178.142862,VS0,VE0',
45846npm verb headers vary: 'Accept',
45847npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45848npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45849npm verb headers connection: 'keep-alive' }
45850npm verb etag http://registry.npmjs.org/depd from cache
45851npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
45852npm http 304 http://registry.npmjs.org/cookie-signature
45853npm verb headers { date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45854npm verb headers 'cache-control': 'max-age=60',
45855npm verb headers etag: '"8NE2NNIH2V0SABXWGZXHH3U6K"',
45856npm verb headers age: '52',
45857npm verb headers 'x-served-by': 'cache-fra1242-FRA',
45858npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45859npm verb headers 'x-cache-hits': '1',
45860npm verb headers 'x-timer': 'S1451417178.142923,VS0,VE0',
45861npm verb headers vary: 'Accept',
45862npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45863npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45864npm verb headers connection: 'keep-alive' }
45865npm verb etag http://registry.npmjs.org/cookie-signature from cache
45866npm verb get saving cookie-signature to /root/.npm/registry.npmjs.org/cookie-signature/.cache.json
45867npm http 304 http://registry.npmjs.org/serve-static
45868npm verb headers { date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45869npm verb headers 'cache-control': 'max-age=300',
45870npm verb headers etag: '"DGUOJ6WTQPFO1MQ4XK90KECIO"',
45871npm verb headers age: '60',
45872npm verb headers 'x-served-by': 'cache-fra1227-FRA',
45873npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45874npm verb headers 'x-cache-hits': '2',
45875npm verb headers 'x-timer': 'S1451417178.161992,VS0,VE0',
45876npm verb headers vary: 'Accept',
45877npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45878npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45879npm verb headers connection: 'keep-alive' }
45880npm verb etag http://registry.npmjs.org/serve-static from cache
45881npm verb get saving serve-static to /root/.npm/registry.npmjs.org/serve-static/.cache.json
45882npm http 304 http://registry.npmjs.org/send
45883npm verb headers { date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45884npm verb headers 'cache-control': 'max-age=60',
45885npm verb headers etag: '"APVO6G21BQNLG10Z1NYC3J8EZ"',
45886npm verb headers age: '2',
45887npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45888npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45889npm verb headers 'x-cache-hits': '1',
45890npm verb headers 'x-timer': 'S1451417178.162478,VS0,VE0',
45891npm verb headers vary: 'Accept',
45892npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45893npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45894npm verb headers connection: 'keep-alive' }
45895npm verb etag http://registry.npmjs.org/send from cache
45896npm verb get saving send to /root/.npm/registry.npmjs.org/send/.cache.json
45897npm http 304 http://registry.npmjs.org/type-is
45898npm verb headers { date: 'Tue, 29 Dec 2015 19:26:18 GMT',
45899npm verb headers 'cache-control': 'max-age=60',
45900npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
45901npm verb headers age: '6',
45902npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45903npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45904npm verb headers 'x-cache-hits': '1',
45905npm verb headers 'x-timer': 'S1451417178.190802,VS0,VE0',
45906npm verb headers vary: 'Accept',
45907npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45908npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45909npm verb headers connection: 'keep-alive' }
45910npm verb etag http://registry.npmjs.org/type-is from cache
45911npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
45912npm http 200 http://registry.npmjs.org/array-flatten
45913npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45914npm verb headers etag: '"AACE7W5FTSMZES7EZL2DWW9CW"',
45915npm verb headers 'content-type': 'application/json',
45916npm verb headers 'cache-control': 'max-age=300',
45917npm verb headers 'content-length': '11717',
45918npm verb headers 'accept-ranges': 'bytes',
45919npm verb headers date: 'Tue, 29 Dec 2015 19:26:17 GMT',
45920npm verb headers age: '49',
45921npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45922npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
45923npm verb headers 'x-cache-hits': '1',
45924npm verb headers 'x-timer': 'S1451417177.998926,VS0,VE0',
45925npm verb headers vary: 'Accept',
45926npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
45927npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
45928npm verb headers connection: 'keep-alive' }
45929npm verb get saving array-flatten to /root/.npm/registry.npmjs.org/array-flatten/.cache.json
45930npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
45931npm verb addNamed "1.1.1" is a plain semver version for methods
45932npm verb addNamed "1.3.0" is a plain semver version for parseurl
45933npm verb addNamed "1.2.13" is a plain semver version for accepts
45934npm verb addNamed "1.0.1" is a plain semver version for depd
45935npm verb addNamed "1.10.0" is a plain semver version for serve-static
45936npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
45937npm verb cache add spec content-disposition@0.5.0
45938npm verb addNamed "0.5.0" is a plain semver version for content-disposition
45939npm verb addNameVersion registry:http://registry.npmjs.org/content-disposition not in flight; fetching
45940npm verb cache add spec content-type@~1.0.1
45941npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for content-type
45942npm verb addNameRange registry:http://registry.npmjs.org/content-type not in flight; fetching
45943npm verb cache add spec proxy-addr@~1.0.8
45944npm verb addNamed ">=1.0.8 <1.1.0" is a valid semver range for proxy-addr
45945npm verb addNameRange registry:http://registry.npmjs.org/proxy-addr not in flight; fetching
45946npm verb cache add spec on-finished@~2.3.0
45947npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for on-finished
45948npm verb addNameRange registry:http://registry.npmjs.org/on-finished not in flight; fetching
45949npm verb cache add spec etag@~1.7.0
45950npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for etag
45951npm verb addNameRange registry:http://registry.npmjs.org/etag not in flight; fetching
45952npm verb addRemoteTarball http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz not in flight; adding
45953npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz',
45954npm verb addRemoteTarball '2169cf7538e1b0cc87fb88e1502d8474bbf79864' ]
45955npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-1.1.1.tgz not in flight; adding
45956npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-1.1.1.tgz',
45957npm verb addRemoteTarball '17ea6366066d00c58e375b8ec7dfd0453c89822a' ]
45958npm verb addRemoteTarball http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz not in flight; adding
45959npm verb addRemoteTarball [ 'http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz',
45960npm verb addRemoteTarball '651f838e22424e7566de161d8358caa199f83d4f' ]
45961npm verb addRemoteTarball http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz not in flight; adding
45962npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz',
45963npm verb addRemoteTarball 'b58046db4223e145afa76009e61bac87cc2281b3' ]
45964npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz not in flight; adding
45965npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz',
45966npm verb addRemoteTarball 'e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea' ]
45967npm verb addRemoteTarball http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz not in flight; adding
45968npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz',
45969npm verb addRemoteTarball 'd77d32fa98e38c2f41ae85e9278e0e0e6ba1022c' ]
45970npm verb addRemoteTarball http://registry.npmjs.org/depd/-/depd-1.0.1.tgz not in flight; adding
45971npm verb addRemoteTarball [ 'http://registry.npmjs.org/depd/-/depd-1.0.1.tgz',
45972npm verb addRemoteTarball '80aec64c9d6d97e65cc2a9caa93c0aa6abf73aaa' ]
45973npm verb addRemoteTarball http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz not in flight; adding
45974npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz',
45975npm verb addRemoteTarball 'e303a882b342cc3ee8ca513a79999734dab3ae2c' ]
45976npm verb addRemoteTarball http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz not in flight; adding
45977npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz',
45978npm verb addRemoteTarball 'be632faa685820e4a43ed3df1379135cc4f370d7' ]
45979npm verb addNamed "1.6.10" is a plain semver version for type-is
45980npm verb addRemoteTarball http://registry.npmjs.org/send/-/send-0.13.0.tgz not in flight; adding
45981npm verb addRemoteTarball [ 'http://registry.npmjs.org/send/-/send-0.13.0.tgz',
45982npm verb addRemoteTarball '518f921aeb0560aec7dcab2990b14cf6f3cce5de' ]
45983npm verb addRemoteTarball http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz not in flight; adding
45984npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz',
45985npm verb addRemoteTarball 'e734a5c1417fce472d5aef82c381cabb64d1a435' ]
45986npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz not in flight; adding
45987npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz',
45988npm verb addRemoteTarball 'd27e995b20d8c2a543f3420573f690a3929fd75a' ]
45989npm info retry fetch attempt 1 at 19:26:18
45990npm info attempt registry request try #1 at 19:26:18
45991npm http fetch GET http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz
45992npm verb addRemoteTarball http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz not in flight; adding
45993npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz',
45994npm verb addRemoteTarball 'df604178005f522f15eb4490e7247a1bfaa67f8c' ]
45995npm info retry fetch attempt 1 at 19:26:18
45996npm info attempt registry request try #1 at 19:26:18
45997npm http fetch GET http://registry.npmjs.org/methods/-/methods-1.1.1.tgz
45998npm info retry fetch attempt 1 at 19:26:18
45999npm info attempt registry request try #1 at 19:26:18
46000npm http fetch GET http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz
46001npm info retry fetch attempt 1 at 19:26:18
46002npm info attempt registry request try #1 at 19:26:18
46003npm http fetch GET http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz
46004npm info retry fetch attempt 1 at 19:26:18
46005npm info attempt registry request try #1 at 19:26:18
46006npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz
46007npm info retry fetch attempt 1 at 19:26:18
46008npm info attempt registry request try #1 at 19:26:18
46009npm http fetch GET http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz
46010npm info retry fetch attempt 1 at 19:26:18
46011npm info attempt registry request try #1 at 19:26:18
46012npm http fetch GET http://registry.npmjs.org/depd/-/depd-1.0.1.tgz
46013npm info retry fetch attempt 1 at 19:26:18
46014npm info attempt registry request try #1 at 19:26:18
46015npm http fetch GET http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
46016npm info retry fetch attempt 1 at 19:26:18
46017npm info attempt registry request try #1 at 19:26:18
46018npm http fetch GET http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz
46019npm verb cache add spec array-flatten@1.1.1
46020npm verb addNamed "1.1.1" is a plain semver version for array-flatten
46021npm verb addNameVersion registry:http://registry.npmjs.org/array-flatten not in flight; fetching
46022npm info retry fetch attempt 1 at 19:26:18
46023npm info attempt registry request try #1 at 19:26:18
46024npm http fetch GET http://registry.npmjs.org/send/-/send-0.13.0.tgz
46025npm info retry fetch attempt 1 at 19:26:18
46026npm info attempt registry request try #1 at 19:26:18
46027npm http fetch GET http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz
46028npm info retry fetch attempt 1 at 19:26:18
46029npm info attempt registry request try #1 at 19:26:18
46030npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz
46031npm info retry fetch attempt 1 at 19:26:18
46032npm info attempt registry request try #1 at 19:26:18
46033npm http fetch GET http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
46034npm http fetch 200 http://registry.npmjs.org/depd/-/depd-1.0.1.tgz
46035npm http fetch 200 http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz
46036npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz
46037npm http fetch 200 http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz
46038npm http fetch 200 http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz
46039npm http fetch 200 http://registry.npmjs.org/methods/-/methods-1.1.1.tgz
46040npm http fetch 200 http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz
46041npm verb get http://registry.npmjs.org/content-disposition not expired, no request
46042npm verb get http://registry.npmjs.org/content-type not expired, no request
46043npm verb addNamed "1.0.1" is a plain semver version for content-type
46044npm verb get http://registry.npmjs.org/proxy-addr not expired, no request
46045npm verb addNamed "1.0.10" is a plain semver version for proxy-addr
46046npm verb get http://registry.npmjs.org/on-finished not expired, no request
46047npm verb addNamed "2.3.0" is a plain semver version for on-finished
46048npm verb get http://registry.npmjs.org/etag not expired, no request
46049npm verb addNamed "1.7.0" is a plain semver version for etag
46050npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json not in flight; writing
46051npm http fetch 200 http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz
46052npm http fetch 200 http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
46053npm http fetch 200 http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz
46054npm http fetch 200 http://registry.npmjs.org/send/-/send-0.13.0.tgz
46055npm verb addRemoteTarball http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz not in flight; adding
46056npm verb addRemoteTarball [ 'http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz',
46057npm verb addRemoteTarball '4284fe6ae0630874639e44e80a418c2934135e9e' ]
46058npm verb addRemoteTarball http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz not in flight; adding
46059npm verb addRemoteTarball [ 'http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz',
46060npm verb addRemoteTarball 'a19d2247327dc038050ce622b7a154ec59c5e600' ]
46061npm verb addRemoteTarball http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz not in flight; adding
46062npm verb addRemoteTarball [ 'http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz',
46063npm verb addRemoteTarball '0d40a82f801fc355567d2ecb65efe3f077f121c5' ]
46064npm verb addRemoteTarball http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz not in flight; adding
46065npm verb addRemoteTarball [ 'http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz',
46066npm verb addRemoteTarball '20f1336481b083cd75337992a16971aa2d906947' ]
46067npm verb addRemoteTarball http://registry.npmjs.org/etag/-/etag-1.7.0.tgz not in flight; adding
46068npm verb addRemoteTarball [ 'http://registry.npmjs.org/etag/-/etag-1.7.0.tgz',
46069npm verb addRemoteTarball '03d30b5f67dd6e632d2945d30d6652731a34d5d8' ]
46070npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz
46071npm http fetch 200 http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
46072npm verb get http://registry.npmjs.org/array-flatten not expired, no request
46073npm verb addRemoteTarball http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz not in flight; adding
46074npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz',
46075npm verb addRemoteTarball '9a5f699051b1e7073328f2a008968b64ea2955d2' ]
46076npm info retry fetch attempt 1 at 19:26:18
46077npm info attempt registry request try #1 at 19:26:18
46078npm http fetch GET http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz
46079npm info retry fetch attempt 1 at 19:26:18
46080npm info attempt registry request try #1 at 19:26:18
46081npm http fetch GET http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz
46082npm info retry fetch attempt 1 at 19:26:18
46083npm info attempt registry request try #1 at 19:26:18
46084npm http fetch GET http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
46085npm info retry fetch attempt 1 at 19:26:18
46086npm info attempt registry request try #1 at 19:26:18
46087npm http fetch GET http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz
46088npm info retry fetch attempt 1 at 19:26:18
46089npm info attempt registry request try #1 at 19:26:18
46090npm http fetch GET http://registry.npmjs.org/etag/-/etag-1.7.0.tgz
46091npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz not in flight; adding
46092npm verb addTmpTarball already have metadata; skipping unpack for escape-html@1.0.2
46093npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/accepts/-/accepts-1.2.13.tgz not in flight; adding
46094npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.2.13
46095npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/depd/-/depd-1.0.1.tgz not in flight; adding
46096npm verb addTmpTarball already have metadata; skipping unpack for depd@1.0.1
46097npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz not in flight; adding
46098npm verb addTmpTarball already have metadata; skipping unpack for parseurl@1.3.0
46099npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json written
46100npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/methods/-/methods-1.1.1.tgz not in flight; adding
46101npm verb addTmpTarball already have metadata; skipping unpack for methods@1.1.1
46102npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz not in flight; adding
46103npm verb addTmpTarball already have metadata; skipping unpack for merge-descriptors@1.0.0
46104npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fresh/-/fresh-0.3.0.tgz not in flight; adding
46105npm verb addTmpTarball already have metadata; skipping unpack for fresh@0.3.0
46106npm info retry fetch attempt 1 at 19:26:18
46107npm info attempt registry request try #1 at 19:26:18
46108npm http fetch GET http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
46109npm http fetch 200 http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz
46110npm http fetch 200 http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz
46111npm http fetch 200 http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
46112npm http fetch 200 http://registry.npmjs.org/etag/-/etag-1.7.0.tgz
46113npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cookie/-/cookie-0.1.3.tgz not in flight; adding
46114npm verb addTmpTarball already have metadata; skipping unpack for cookie@0.1.3
46115npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz not in flight; adding
46116npm verb addTmpTarball already have metadata; skipping unpack for cookie-signature@1.0.6
46117npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/send/-/send-0.13.0.tgz not in flight; adding
46118npm verb addTmpTarball already have metadata; skipping unpack for send@0.13.0
46119npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz not in flight; adding
46120npm verb addTmpTarball already have metadata; skipping unpack for serve-static@1.10.0
46121npm http fetch 200 http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz
46122npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz not in flight; adding
46123npm verb addTmpTarball already have metadata; skipping unpack for path-to-regexp@0.1.7
46124npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/type-is/-/type-is-1.6.10.tgz not in flight; adding
46125npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.6.10
46126npm http fetch 200 http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
46127npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz not in flight; adding
46128npm verb addTmpTarball already have metadata; skipping unpack for proxy-addr@1.0.10
46129npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz not in flight; adding
46130npm verb addTmpTarball already have metadata; skipping unpack for on-finished@2.3.0
46131npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/content-type/-/content-type-1.0.1.tgz not in flight; adding
46132npm verb addTmpTarball already have metadata; skipping unpack for content-type@1.0.1
46133npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/etag/-/etag-1.7.0.tgz not in flight; adding
46134npm verb addTmpTarball already have metadata; skipping unpack for etag@1.7.0
46135npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz not in flight; adding
46136npm verb addTmpTarball already have metadata; skipping unpack for content-disposition@0.5.0
46137npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
46138npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json not in flight; writing
46139npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json not in flight; writing
46140npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json not in flight; writing
46141npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz not in flight; adding
46142npm verb addTmpTarball already have metadata; skipping unpack for array-flatten@1.1.1
46143npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json not in flight; writing
46144npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json not in flight; writing
46145npm verb afterAdd /root/.npm/merge-descriptors/1.0.0/package/package.json not in flight; writing
46146npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
46147npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json not in flight; writing
46148npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json not in flight; writing
46149npm verb afterAdd /root/.npm/send/0.13.0/package/package.json not in flight; writing
46150npm verb afterAdd /root/.npm/path-to-regexp/0.1.7/package/package.json not in flight; writing
46151npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json not in flight; writing
46152npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
46153npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json written
46154npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json written
46155npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json written
46156npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json written
46157npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json written
46158npm verb afterAdd /root/.npm/merge-descriptors/1.0.0/package/package.json written
46159npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json written
46160npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json written
46161npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json written
46162npm verb afterAdd /root/.npm/send/0.13.0/package/package.json written
46163npm verb afterAdd /root/.npm/path-to-regexp/0.1.7/package/package.json written
46164npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json written
46165npm verb afterAdd /root/.npm/on-finished/2.3.0/package/package.json not in flight; writing
46166npm verb afterAdd /root/.npm/proxy-addr/1.0.10/package/package.json not in flight; writing
46167npm verb afterAdd /root/.npm/content-type/1.0.1/package/package.json not in flight; writing
46168npm verb afterAdd /root/.npm/etag/1.7.0/package/package.json not in flight; writing
46169npm verb afterAdd /root/.npm/content-disposition/0.5.0/package/package.json not in flight; writing
46170npm verb afterAdd /root/.npm/array-flatten/1.1.1/package/package.json not in flight; writing
46171npm verb afterAdd /root/.npm/on-finished/2.3.0/package/package.json written
46172npm verb afterAdd /root/.npm/proxy-addr/1.0.10/package/package.json written
46173npm verb afterAdd /root/.npm/content-type/1.0.1/package/package.json written
46174npm verb afterAdd /root/.npm/etag/1.7.0/package/package.json written
46175npm verb afterAdd /root/.npm/content-disposition/0.5.0/package/package.json written
46176npm verb afterAdd /root/.npm/array-flatten/1.1.1/package/package.json written
46177npm http 200 http://registry.npmjs.org/finalhandler
46178npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46179npm verb headers etag: '"A9RCF00L9QOIXR50EOP5F4SBG"',
46180npm verb headers 'content-type': 'application/json',
46181npm verb headers 'cache-control': 'max-age=300',
46182npm verb headers 'content-length': '27963',
46183npm verb headers 'accept-ranges': 'bytes',
46184npm verb headers date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46185npm verb headers age: '53',
46186npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46187npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46188npm verb headers 'x-cache-hits': '2',
46189npm verb headers 'x-timer': 'S1451417179.016904,VS0,VE0',
46190npm verb headers vary: 'Accept',
46191npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46192npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46193npm verb headers connection: 'keep-alive' }
46194npm verb get saving finalhandler to /root/.npm/registry.npmjs.org/finalhandler/.cache.json
46195npm verb cache add spec finalhandler@0.4.0
46196npm verb addNamed "0.4.0" is a plain semver version for finalhandler
46197npm verb addNameVersion registry:http://registry.npmjs.org/finalhandler not in flight; fetching
46198npm verb get http://registry.npmjs.org/finalhandler not expired, no request
46199npm verb addRemoteTarball http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz not in flight; adding
46200npm verb addRemoteTarball [ 'http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz',
46201npm verb addRemoteTarball '965a52d9e8d05d2b857548541fb89b53a2497d9b' ]
46202npm info retry fetch attempt 1 at 19:26:19
46203npm info attempt registry request try #1 at 19:26:19
46204npm http fetch GET http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz
46205npm http fetch 200 http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz
46206npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz not in flight; adding
46207npm verb addTmpTarball already have metadata; skipping unpack for finalhandler@0.4.0
46208npm http 304 http://registry.npmjs.org/range-parser
46209npm verb headers { date: 'Tue, 29 Dec 2015 19:26:18 GMT',
46210npm verb headers 'cache-control': 'max-age=60',
46211npm verb headers etag: '"8WZEBUX4S6QUN4CYHEIWQZ9BB"',
46212npm verb headers age: '0',
46213npm verb headers 'x-served-by': 'cache-fra1239-FRA',
46214npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46215npm verb headers 'x-cache-hits': '1',
46216npm verb headers 'x-timer': 'S1451417178.143308,VS0,VE945',
46217npm verb headers vary: 'Accept',
46218npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46219npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46220npm verb headers connection: 'keep-alive' }
46221npm verb etag http://registry.npmjs.org/range-parser from cache
46222npm verb get saving range-parser to /root/.npm/registry.npmjs.org/range-parser/.cache.json
46223npm verb afterAdd /root/.npm/finalhandler/0.4.0/package/package.json not in flight; writing
46224npm verb afterAdd /root/.npm/finalhandler/0.4.0/package/package.json written
46225npm verb addNamed "1.0.3" is a plain semver version for range-parser
46226npm verb addRemoteTarball http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz not in flight; adding
46227npm verb addRemoteTarball [ 'http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz',
46228npm verb addRemoteTarball '6872823535c692e2c2a0103826afd82c2e0ff175' ]
46229npm info retry fetch attempt 1 at 19:26:19
46230npm info attempt registry request try #1 at 19:26:19
46231npm http fetch GET http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz
46232npm http fetch 200 http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz
46233npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz not in flight; adding
46234npm verb addTmpTarball already have metadata; skipping unpack for range-parser@1.0.3
46235npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json not in flight; writing
46236npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json written
46237npm verb cache add spec mime-types@~2.1.6
46238npm verb cache add spec negotiator@0.5.3
46239npm verb addNamed ">=2.1.6 <2.2.0" is a valid semver range for mime-types
46240npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
46241npm verb addNamed "0.5.3" is a plain semver version for negotiator
46242npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
46243npm verb request uri http://registry.npmjs.org/negotiator
46244npm verb request no auth needed
46245npm info attempt registry request try #1 at 19:26:19
46246npm verb etag "EEO9SCCDNI2ZFBRVFF8RAP24E"
46247npm http request GET http://registry.npmjs.org/negotiator
46248npm verb request uri http://registry.npmjs.org/mime-types
46249npm verb request no auth needed
46250npm info attempt registry request try #1 at 19:26:19
46251npm verb etag "BWYQA2KRPHERKCN4B7XDHVDU7"
46252npm http request GET http://registry.npmjs.org/mime-types
46253npm http 304 http://registry.npmjs.org/mime-types
46254npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
46255npm verb headers 'content-type': 'application/json',
46256npm verb headers age: '183',
46257npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
46258npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46259npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
46260npm verb headers connection: 'keep-alive' }
46261npm verb etag http://registry.npmjs.org/mime-types from cache
46262npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
46263npm verb addNamed "2.1.8" is a plain semver version for mime-types
46264npm http 304 http://registry.npmjs.org/negotiator
46265npm verb headers { date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46266npm verb headers 'cache-control': 'max-age=60',
46267npm verb headers etag: '"EEO9SCCDNI2ZFBRVFF8RAP24E"',
46268npm verb headers age: '48',
46269npm verb headers 'x-served-by': 'cache-fra1239-FRA',
46270npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46271npm verb headers 'x-cache-hits': '1',
46272npm verb headers 'x-timer': 'S1451417179.218504,VS0,VE0',
46273npm verb headers vary: 'Accept',
46274npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46275npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46276npm verb headers connection: 'keep-alive' }
46277npm verb etag http://registry.npmjs.org/negotiator from cache
46278npm verb get saving negotiator to /root/.npm/registry.npmjs.org/negotiator/.cache.json
46279npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
46280npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz not in flight; adding
46281npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz',
46282npm verb addRemoteTarball '269d5c476810ec92edbe7b6c2f28316384f9a7e8' ]
46283npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
46284npm info retry fetch attempt 1 at 19:26:19
46285npm info attempt registry request try #1 at 19:26:19
46286npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz
46287npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz
46288npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz not in flight; adding
46289npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.5.3
46290npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json not in flight; writing
46291npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json written
46292npm verb cache add spec mime-db@~1.20.0
46293npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
46294npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
46295npm verb request uri http://registry.npmjs.org/mime-db
46296npm verb request no auth needed
46297npm info attempt registry request try #1 at 19:26:19
46298npm verb etag "2HCBL2PJV8L2FKB3EKM4J98CJ"
46299npm http request GET http://registry.npmjs.org/mime-db
46300npm http 304 http://registry.npmjs.org/mime-db
46301npm verb headers { date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46302npm verb headers 'cache-control': 'max-age=60',
46303npm verb headers etag: '"2HCBL2PJV8L2FKB3EKM4J98CJ"',
46304npm verb headers age: '29',
46305npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46306npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46307npm verb headers 'x-cache-hits': '2',
46308npm verb headers 'x-timer': 'S1451417179.350882,VS0,VE0',
46309npm verb headers vary: 'Accept',
46310npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46311npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46312npm verb headers connection: 'keep-alive' }
46313npm verb etag http://registry.npmjs.org/mime-db from cache
46314npm verb get saving mime-db to /root/.npm/registry.npmjs.org/mime-db/.cache.json
46315npm verb addNamed "1.20.0" is a plain semver version for mime-db
46316npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
46317npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
46318npm verb cache add spec ms@0.7.1
46319npm verb addNamed "0.7.1" is a plain semver version for ms
46320npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
46321npm verb get http://registry.npmjs.org/ms not expired, no request
46322npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
46323npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
46324npm verb cache add spec debug@~2.2.0
46325npm verb cache add spec escape-html@1.0.2
46326npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
46327npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
46328npm verb addNamed "1.0.2" is a plain semver version for escape-html
46329npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
46330npm verb request uri http://registry.npmjs.org/unpipe
46331npm verb request no auth needed
46332npm info attempt registry request try #1 at 19:26:19
46333npm http request GET http://registry.npmjs.org/unpipe
46334npm verb get http://registry.npmjs.org/debug not expired, no request
46335npm verb addNamed "2.2.0" is a plain semver version for debug
46336npm verb get http://registry.npmjs.org/escape-html not expired, no request
46337npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
46338npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
46339npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
46340npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
46341npm http 200 http://registry.npmjs.org/unpipe
46342npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46343npm verb headers etag: '"CUYWL81QRNALZ6DFGKEASW9Q0"',
46344npm verb headers 'content-type': 'application/json',
46345npm verb headers 'cache-control': 'max-age=300',
46346npm verb headers 'content-length': '3278',
46347npm verb headers 'accept-ranges': 'bytes',
46348npm verb headers date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46349npm verb headers age: '115',
46350npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46351npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46352npm verb headers 'x-cache-hits': '4',
46353npm verb headers 'x-timer': 'S1451417179.491897,VS0,VE0',
46354npm verb headers vary: 'Accept',
46355npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46356npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46357npm verb headers connection: 'keep-alive' }
46358npm verb get saving unpipe to /root/.npm/registry.npmjs.org/unpipe/.cache.json
46359npm verb cache add spec unpipe@~1.0.0
46360npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for unpipe
46361npm verb addNameRange registry:http://registry.npmjs.org/unpipe not in flight; fetching
46362npm verb get http://registry.npmjs.org/unpipe not expired, no request
46363npm verb addNamed "1.0.0" is a plain semver version for unpipe
46364npm verb addRemoteTarball http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz not in flight; adding
46365npm verb addRemoteTarball [ 'http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz',
46366npm verb addRemoteTarball 'b2bf4ee8514aae6165b4817829d21b2ef49904ec' ]
46367npm info retry fetch attempt 1 at 19:26:19
46368npm info attempt registry request try #1 at 19:26:19
46369npm http fetch GET http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
46370npm http fetch 200 http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
46371npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz not in flight; adding
46372npm verb addTmpTarball already have metadata; skipping unpack for unpipe@1.0.0
46373npm verb afterAdd /root/.npm/unpipe/1.0.0/package/package.json not in flight; writing
46374npm verb afterAdd /root/.npm/unpipe/1.0.0/package/package.json written
46375npm verb cache add spec ms@0.7.1
46376npm verb addNamed "0.7.1" is a plain semver version for ms
46377npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
46378npm verb get http://registry.npmjs.org/ms not expired, no request
46379npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
46380npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
46381npm verb request uri http://registry.npmjs.org/ee-first
46382npm verb request no auth needed
46383npm info attempt registry request try #1 at 19:26:19
46384npm http request GET http://registry.npmjs.org/ee-first
46385npm http 200 http://registry.npmjs.org/ee-first
46386npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46387npm verb headers etag: '"EW7HUPO511C8N9STEHQ36QDJO"',
46388npm verb headers 'content-type': 'application/json',
46389npm verb headers 'cache-control': 'max-age=300',
46390npm verb headers 'content-length': '13098',
46391npm verb headers 'accept-ranges': 'bytes',
46392npm verb headers date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46393npm verb headers age: '200',
46394npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46395npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46396npm verb headers 'x-cache-hits': '3',
46397npm verb headers 'x-timer': 'S1451417179.627924,VS0,VE0',
46398npm verb headers vary: 'Accept',
46399npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46400npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46401npm verb headers connection: 'keep-alive' }
46402npm verb get saving ee-first to /root/.npm/registry.npmjs.org/ee-first/.cache.json
46403npm verb cache add spec ee-first@1.1.1
46404npm verb addNamed "1.1.1" is a plain semver version for ee-first
46405npm verb addNameVersion registry:http://registry.npmjs.org/ee-first not in flight; fetching
46406npm verb get http://registry.npmjs.org/ee-first not expired, no request
46407npm verb addRemoteTarball http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz not in flight; adding
46408npm verb addRemoteTarball [ 'http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz',
46409npm verb addRemoteTarball '590c61156b0ae2f4f0255732a158b266bc56b21d' ]
46410npm info retry fetch attempt 1 at 19:26:19
46411npm info attempt registry request try #1 at 19:26:19
46412npm http fetch GET http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
46413npm http fetch 200 http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
46414npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz not in flight; adding
46415npm verb addTmpTarball already have metadata; skipping unpack for ee-first@1.1.1
46416npm verb afterAdd /root/.npm/ee-first/1.1.1/package/package.json not in flight; writing
46417npm verb afterAdd /root/.npm/ee-first/1.1.1/package/package.json written
46418npm verb request uri http://registry.npmjs.org/forwarded
46419npm verb request no auth needed
46420npm info attempt registry request try #1 at 19:26:19
46421npm http request GET http://registry.npmjs.org/forwarded
46422npm verb request uri http://registry.npmjs.org/ipaddr.js
46423npm verb request no auth needed
46424npm info attempt registry request try #1 at 19:26:19
46425npm http request GET http://registry.npmjs.org/ipaddr.js
46426npm http 200 http://registry.npmjs.org/forwarded
46427npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46428npm verb headers etag: '"37C9KUUCDQITWEE3K2LHBV4TK"',
46429npm verb headers 'content-type': 'application/json',
46430npm verb headers 'cache-control': 'max-age=300',
46431npm verb headers 'content-length': '3575',
46432npm verb headers 'accept-ranges': 'bytes',
46433npm verb headers date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46434npm verb headers age: '158',
46435npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46436npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46437npm verb headers 'x-cache-hits': '3',
46438npm verb headers 'x-timer': 'S1451417179.754320,VS0,VE0',
46439npm verb headers vary: 'Accept',
46440npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46441npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46442npm verb headers connection: 'keep-alive' }
46443npm verb get saving forwarded to /root/.npm/registry.npmjs.org/forwarded/.cache.json
46444npm verb cache add spec forwarded@~0.1.0
46445npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for forwarded
46446npm verb addNameRange registry:http://registry.npmjs.org/forwarded not in flight; fetching
46447npm verb get http://registry.npmjs.org/forwarded not expired, no request
46448npm verb addNamed "0.1.0" is a plain semver version for forwarded
46449npm verb addRemoteTarball http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz not in flight; adding
46450npm verb addRemoteTarball [ 'http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz',
46451npm verb addRemoteTarball '19ef9874c4ae1c297bcf078fde63a09b66a84363' ]
46452npm http 200 http://registry.npmjs.org/ipaddr.js
46453npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46454npm verb headers etag: '"1ABVU7KZLRHZZEGALQGIMMEPR"',
46455npm verb headers 'content-type': 'application/json',
46456npm verb headers 'cache-control': 'max-age=60',
46457npm verb headers 'content-length': '22477',
46458npm verb headers 'accept-ranges': 'bytes',
46459npm verb headers date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46460npm verb headers age: '49',
46461npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46462npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46463npm verb headers 'x-cache-hits': '2',
46464npm verb headers 'x-timer': 'S1451417179.760450,VS0,VE0',
46465npm verb headers vary: 'Accept',
46466npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46467npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46468npm verb headers connection: 'keep-alive' }
46469npm verb get saving ipaddr.js to /root/.npm/registry.npmjs.org/ipaddr.js/.cache.json
46470npm info retry fetch attempt 1 at 19:26:19
46471npm info attempt registry request try #1 at 19:26:19
46472npm http fetch GET http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
46473npm http fetch 200 http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
46474npm verb cache add spec ipaddr.js@1.0.5
46475npm verb addNamed "1.0.5" is a plain semver version for ipaddr.js
46476npm verb addNameVersion registry:http://registry.npmjs.org/ipaddr.js not in flight; fetching
46477npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz not in flight; adding
46478npm verb addTmpTarball already have metadata; skipping unpack for forwarded@0.1.0
46479npm verb get http://registry.npmjs.org/ipaddr.js not expired, no request
46480npm verb addRemoteTarball http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz not in flight; adding
46481npm verb addRemoteTarball [ 'http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz',
46482npm verb addRemoteTarball '5fa78cf301b825c78abc3042d812723049ea23c7' ]
46483npm info retry fetch attempt 1 at 19:26:19
46484npm info attempt registry request try #1 at 19:26:19
46485npm http fetch GET http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz
46486npm http fetch 200 http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz
46487npm verb afterAdd /root/.npm/forwarded/0.1.0/package/package.json not in flight; writing
46488npm verb afterAdd /root/.npm/forwarded/0.1.0/package/package.json written
46489npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz not in flight; adding
46490npm verb addTmpTarball already have metadata; skipping unpack for ipaddr.js@1.0.5
46491npm verb afterAdd /root/.npm/ipaddr.js/1.0.5/package/package.json not in flight; writing
46492npm verb afterAdd /root/.npm/ipaddr.js/1.0.5/package/package.json written
46493npm verb cache add spec debug@~2.2.0
46494npm verb cache add spec mime@1.3.4
46495npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
46496npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
46497npm verb addNamed "1.3.4" is a plain semver version for mime
46498npm verb addNameVersion registry:http://registry.npmjs.org/mime not in flight; fetching
46499npm verb request uri http://registry.npmjs.org/destroy
46500npm verb request no auth needed
46501npm info attempt registry request try #1 at 19:26:19
46502npm http request GET http://registry.npmjs.org/destroy
46503npm verb request uri http://registry.npmjs.org/http-errors
46504npm verb request no auth needed
46505npm info attempt registry request try #1 at 19:26:19
46506npm http request GET http://registry.npmjs.org/http-errors
46507npm verb request uri http://registry.npmjs.org/statuses
46508npm verb request no auth needed
46509npm info attempt registry request try #1 at 19:26:19
46510npm http request GET http://registry.npmjs.org/statuses
46511npm verb get http://registry.npmjs.org/debug not expired, no request
46512npm verb addNamed "2.2.0" is a plain semver version for debug
46513npm verb request uri http://registry.npmjs.org/mime
46514npm verb request no auth needed
46515npm info attempt registry request try #1 at 19:26:19
46516npm verb etag "D5YYNW9VKEX13XFVBLO2Y8FTW"
46517npm http request GET http://registry.npmjs.org/mime
46518npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
46519npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
46520npm http 200 http://registry.npmjs.org/destroy
46521npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46522npm verb headers etag: '"9IP2CCOQSKNSZL557UODSGT2O"',
46523npm verb headers 'content-type': 'application/json',
46524npm verb headers 'cache-control': 'max-age=60',
46525npm verb headers 'content-length': '3879',
46526npm verb headers 'accept-ranges': 'bytes',
46527npm verb headers date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46528npm verb headers age: '20',
46529npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46530npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46531npm verb headers 'x-cache-hits': '1',
46532npm verb headers 'x-timer': 'S1451417179.968306,VS0,VE0',
46533npm verb headers vary: 'Accept',
46534npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46535npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46536npm verb headers connection: 'keep-alive' }
46537npm verb get saving destroy to /root/.npm/registry.npmjs.org/destroy/.cache.json
46538npm http 200 http://registry.npmjs.org/statuses
46539npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46540npm verb headers etag: '"CTHNSRJIS75YP5ZNSOI02TNZF"',
46541npm verb headers 'content-type': 'application/json',
46542npm verb headers 'cache-control': 'max-age=300',
46543npm verb headers 'content-length': '14690',
46544npm verb headers 'accept-ranges': 'bytes',
46545npm verb headers date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46546npm verb headers age: '234',
46547npm verb headers 'x-served-by': 'cache-fra1225-FRA',
46548npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46549npm verb headers 'x-cache-hits': '379',
46550npm verb headers 'x-timer': 'S1451417179.968284,VS0,VE0',
46551npm verb headers vary: 'Accept',
46552npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46553npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46554npm verb headers connection: 'keep-alive' }
46555npm verb get saving statuses to /root/.npm/registry.npmjs.org/statuses/.cache.json
46556npm verb cache add spec destroy@1.0.3
46557npm verb addNamed "1.0.3" is a plain semver version for destroy
46558npm verb addNameVersion registry:http://registry.npmjs.org/destroy not in flight; fetching
46559npm http 304 http://registry.npmjs.org/mime
46560npm verb headers { date: 'Tue, 29 Dec 2015 19:26:20 GMT',
46561npm verb headers 'cache-control': 'max-age=60',
46562npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
46563npm verb headers age: '9',
46564npm verb headers 'x-served-by': 'cache-fra1221-FRA',
46565npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46566npm verb headers 'x-cache-hits': '1',
46567npm verb headers 'x-timer': 'S1451417180.001396,VS0,VE0',
46568npm verb headers vary: 'Accept',
46569npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46570npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46571npm verb headers connection: 'keep-alive' }
46572npm verb etag http://registry.npmjs.org/mime from cache
46573npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
46574npm verb get http://registry.npmjs.org/destroy not expired, no request
46575npm verb cache add spec statuses@~1.2.1
46576npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for statuses
46577npm verb addNameRange registry:http://registry.npmjs.org/statuses not in flight; fetching
46578npm verb addRemoteTarball http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz not in flight; adding
46579npm verb addRemoteTarball [ 'http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz',
46580npm verb addRemoteTarball 'b433b4724e71fd8551d9885174851c5fc377e2c9' ]
46581npm info retry fetch attempt 1 at 19:26:20
46582npm info attempt registry request try #1 at 19:26:20
46583npm http fetch GET http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz
46584npm verb get http://registry.npmjs.org/statuses not expired, no request
46585npm verb addNamed "1.2.1" is a plain semver version for statuses
46586npm verb addRemoteTarball http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz not in flight; adding
46587npm verb addRemoteTarball [ 'http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz',
46588npm verb addRemoteTarball 'dded45cc18256d51ed40aec142489d5c61026d28' ]
46589npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.3.4.tgz not in flight; adding
46590npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.3.4.tgz',
46591npm verb addRemoteTarball '115f9e3b6b3daf2959983cb38f149a2d40eb5d53' ]
46592npm info retry fetch attempt 1 at 19:26:20
46593npm info attempt registry request try #1 at 19:26:20
46594npm http fetch GET http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz
46595npm info retry fetch attempt 1 at 19:26:20
46596npm info attempt registry request try #1 at 19:26:20
46597npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.3.4.tgz
46598npm http fetch 200 http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz
46599npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.3.4.tgz
46600npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/destroy/-/destroy-1.0.3.tgz not in flight; adding
46601npm verb addTmpTarball already have metadata; skipping unpack for destroy@1.0.3
46602npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mime/-/mime-1.3.4.tgz not in flight; adding
46603npm verb addTmpTarball already have metadata; skipping unpack for mime@1.3.4
46604npm http fetch 200 http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz
46605npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json not in flight; writing
46606npm verb afterAdd /root/.npm/destroy/1.0.3/package/package.json not in flight; writing
46607npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/statuses/-/statuses-1.2.1.tgz not in flight; adding
46608npm verb addTmpTarball already have metadata; skipping unpack for statuses@1.2.1
46609npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json written
46610npm verb afterAdd /root/.npm/destroy/1.0.3/package/package.json written
46611npm verb afterAdd /root/.npm/statuses/1.2.1/package/package.json not in flight; writing
46612npm verb afterAdd /root/.npm/statuses/1.2.1/package/package.json written
46613npm http 200 http://registry.npmjs.org/http-errors
46614npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46615npm verb headers etag: '"634Y56TZCOOH3MCVN035HTW6Q"',
46616npm verb headers 'content-type': 'application/json',
46617npm verb headers 'cache-control': 'max-age=60',
46618npm verb headers 'content-length': '23254',
46619npm verb headers 'accept-ranges': 'bytes',
46620npm verb headers date: 'Tue, 29 Dec 2015 19:26:19 GMT',
46621npm verb headers age: '6',
46622npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46623npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46624npm verb headers 'x-cache-hits': '1',
46625npm verb headers 'x-timer': 'S1451417179.968372,VS0,VE0',
46626npm verb headers vary: 'Accept',
46627npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46628npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46629npm verb headers connection: 'keep-alive' }
46630npm verb get saving http-errors to /root/.npm/registry.npmjs.org/http-errors/.cache.json
46631npm verb cache add spec http-errors@~1.3.1
46632npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for http-errors
46633npm verb addNameRange registry:http://registry.npmjs.org/http-errors not in flight; fetching
46634npm verb get http://registry.npmjs.org/http-errors not expired, no request
46635npm verb addNamed "1.3.1" is a plain semver version for http-errors
46636npm verb addRemoteTarball http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz not in flight; adding
46637npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz',
46638npm verb addRemoteTarball '197e22cdebd4198585e8694ef6786197b91ed942' ]
46639npm info retry fetch attempt 1 at 19:26:20
46640npm info attempt registry request try #1 at 19:26:20
46641npm http fetch GET http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz
46642npm http fetch 200 http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz
46643npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz not in flight; adding
46644npm verb addTmpTarball already have metadata; skipping unpack for http-errors@1.3.1
46645npm verb afterAdd /root/.npm/http-errors/1.3.1/package/package.json not in flight; writing
46646npm verb afterAdd /root/.npm/http-errors/1.3.1/package/package.json written
46647npm verb cache add spec media-typer@0.3.0
46648npm verb addNamed "0.3.0" is a plain semver version for media-typer
46649npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
46650npm verb request uri http://registry.npmjs.org/media-typer
46651npm verb request no auth needed
46652npm info attempt registry request try #1 at 19:26:20
46653npm verb etag "EBBA17SMBE80K6FCTCN6G8KK3"
46654npm http request GET http://registry.npmjs.org/media-typer
46655npm http 304 http://registry.npmjs.org/media-typer
46656npm verb headers { date: 'Tue, 29 Dec 2015 19:26:20 GMT',
46657npm verb headers 'cache-control': 'max-age=300',
46658npm verb headers etag: '"EBBA17SMBE80K6FCTCN6G8KK3"',
46659npm verb headers age: '89',
46660npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46661npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46662npm verb headers 'x-cache-hits': '1',
46663npm verb headers 'x-timer': 'S1451417180.359120,VS0,VE0',
46664npm verb headers vary: 'Accept',
46665npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46666npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46667npm verb headers connection: 'keep-alive' }
46668npm verb etag http://registry.npmjs.org/media-typer from cache
46669npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
46670npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json not in flight; writing
46671npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json written
46672npm verb cache add spec minimatch@^2.0.1
46673npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
46674npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
46675npm verb request uri http://registry.npmjs.org/minimatch
46676npm verb request no auth needed
46677npm info attempt registry request try #1 at 19:26:20
46678npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
46679npm http request GET http://registry.npmjs.org/minimatch
46680npm http 304 http://registry.npmjs.org/minimatch
46681npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
46682npm verb headers 'content-type': 'application/json',
46683npm verb headers age: '244',
46684npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
46685npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46686npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
46687npm verb headers connection: 'keep-alive' }
46688npm verb etag http://registry.npmjs.org/minimatch from cache
46689npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
46690npm verb addNamed "2.0.10" is a plain semver version for minimatch
46691npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
46692npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz',
46693npm verb addRemoteTarball '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7' ]
46694npm info retry fetch attempt 1 at 19:26:20
46695npm info attempt registry request try #1 at 19:26:20
46696npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
46697npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
46698npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
46699npm verb addTmpTarball already have metadata; skipping unpack for minimatch@2.0.10
46700npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
46701npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
46702npm verb cache add spec minimist@~0.0.7
46703npm verb cache add spec strip-json-comments@0.1.x
46704npm verb addNamed ">=0.0.7 <0.1.0" is a valid semver range for minimist
46705npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
46706npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-json-comments
46707npm verb addNameRange registry:http://registry.npmjs.org/strip-json-comments not in flight; fetching
46708npm verb request uri http://registry.npmjs.org/minimist
46709npm verb request no auth needed
46710npm info attempt registry request try #1 at 19:26:20
46711npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
46712npm http request GET http://registry.npmjs.org/minimist
46713npm verb request uri http://registry.npmjs.org/strip-json-comments
46714npm verb request no auth needed
46715npm info attempt registry request try #1 at 19:26:20
46716npm verb etag "CCHEXQ2QONC2QKAUR2L944ICN"
46717npm http request GET http://registry.npmjs.org/strip-json-comments
46718npm http 304 http://registry.npmjs.org/minimist
46719npm verb headers { date: 'Tue, 29 Dec 2015 19:26:20 GMT',
46720npm verb headers 'cache-control': 'max-age=300',
46721npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
46722npm verb headers age: '50',
46723npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46724npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46725npm verb headers 'x-cache-hits': '1',
46726npm verb headers 'x-timer': 'S1451417180.550413,VS0,VE0',
46727npm verb headers vary: 'Accept',
46728npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46729npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46730npm verb headers connection: 'keep-alive' }
46731npm verb etag http://registry.npmjs.org/minimist from cache
46732npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
46733npm http 304 http://registry.npmjs.org/strip-json-comments
46734npm verb headers { date: 'Tue, 29 Dec 2015 19:26:20 GMT',
46735npm verb headers 'cache-control': 'max-age=300',
46736npm verb headers etag: '"CCHEXQ2QONC2QKAUR2L944ICN"',
46737npm verb headers age: '39',
46738npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46739npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46740npm verb headers 'x-cache-hits': '1',
46741npm verb headers 'x-timer': 'S1451417180.558794,VS0,VE0',
46742npm verb headers vary: 'Accept',
46743npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46744npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46745npm verb headers connection: 'keep-alive' }
46746npm verb etag http://registry.npmjs.org/strip-json-comments from cache
46747npm verb get saving strip-json-comments to /root/.npm/registry.npmjs.org/strip-json-comments/.cache.json
46748npm verb addNamed "0.1.3" is a plain semver version for strip-json-comments
46749npm verb addNamed "0.0.10" is a plain semver version for minimist
46750npm verb addRemoteTarball http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz not in flight; adding
46751npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz',
46752npm verb addRemoteTarball '164c64e370a8a3cc00c9e01b539e569823f0ee54' ]
46753npm info retry fetch attempt 1 at 19:26:20
46754npm info attempt registry request try #1 at 19:26:20
46755npm http fetch GET http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz
46756npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
46757npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
46758npm http fetch 200 http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz
46759npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz not in flight; adding
46760npm verb addTmpTarball already have metadata; skipping unpack for strip-json-comments@0.1.3
46761npm verb afterAdd /root/.npm/strip-json-comments/0.1.3/package/package.json not in flight; writing
46762npm verb afterAdd /root/.npm/strip-json-comments/0.1.3/package/package.json written
46763npm verb request uri http://registry.npmjs.org/truncate
46764npm verb request no auth needed
46765npm info attempt registry request try #1 at 19:26:20
46766npm http request GET http://registry.npmjs.org/truncate
46767npm http 200 http://registry.npmjs.org/truncate
46768npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46769npm verb headers etag: '"53GI6TV94PXC89R1XNNCDIAOW"',
46770npm verb headers 'content-type': 'application/json',
46771npm verb headers 'cache-control': 'max-age=300',
46772npm verb headers 'content-length': '6544',
46773npm verb headers 'accept-ranges': 'bytes',
46774npm verb headers date: 'Tue, 29 Dec 2015 19:26:20 GMT',
46775npm verb headers age: '34',
46776npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46777npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46778npm verb headers 'x-cache-hits': '1',
46779npm verb headers 'x-timer': 'S1451417180.695946,VS0,VE0',
46780npm verb headers vary: 'Accept',
46781npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46782npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46783npm verb headers connection: 'keep-alive' }
46784npm verb get saving truncate to /root/.npm/registry.npmjs.org/truncate/.cache.json
46785npm verb cache add spec truncate@~1.0.2
46786npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for truncate
46787npm verb addNameRange registry:http://registry.npmjs.org/truncate not in flight; fetching
46788npm verb get http://registry.npmjs.org/truncate not expired, no request
46789npm verb addNamed "1.0.5" is a plain semver version for truncate
46790npm verb addRemoteTarball http://registry.npmjs.org/truncate/-/truncate-1.0.5.tgz not in flight; adding
46791npm verb addRemoteTarball [ 'http://registry.npmjs.org/truncate/-/truncate-1.0.5.tgz',
46792npm verb addRemoteTarball 'c636c6c1f50eed7c927af06c1dbffab53c7abe28' ]
46793npm info retry fetch attempt 1 at 19:26:20
46794npm info attempt registry request try #1 at 19:26:20
46795npm http fetch GET http://registry.npmjs.org/truncate/-/truncate-1.0.5.tgz
46796npm http fetch 200 http://registry.npmjs.org/truncate/-/truncate-1.0.5.tgz
46797npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/truncate/-/truncate-1.0.5.tgz not in flight; adding
46798npm verb addTmpTarball already have metadata; skipping unpack for truncate@1.0.5
46799npm verb afterAdd /root/.npm/truncate/1.0.5/package/package.json not in flight; writing
46800npm verb afterAdd /root/.npm/truncate/1.0.5/package/package.json written
46801npm verb request uri http://registry.npmjs.org/node-pre-gyp
46802npm verb request no auth needed
46803npm info attempt registry request try #1 at 19:26:20
46804npm http request GET http://registry.npmjs.org/node-pre-gyp
46805npm http 200 http://registry.npmjs.org/node-pre-gyp
46806npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46807npm verb headers etag: '"C3C1DNIQSTNI4V5HLRFIVIWZI"',
46808npm verb headers 'content-type': 'application/json',
46809npm verb headers 'cache-control': 'max-age=300',
46810npm verb headers 'content-length': '129431',
46811npm verb headers 'accept-ranges': 'bytes',
46812npm verb headers date: 'Tue, 29 Dec 2015 19:26:20 GMT',
46813npm verb headers age: '84',
46814npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46815npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46816npm verb headers 'x-cache-hits': '1',
46817npm verb headers 'x-timer': 'S1451417180.791484,VS0,VE0',
46818npm verb headers vary: 'Accept',
46819npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46820npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46821npm verb headers connection: 'keep-alive' }
46822npm verb get saving node-pre-gyp to /root/.npm/registry.npmjs.org/node-pre-gyp/.cache.json
46823npm verb cache add spec node-pre-gyp@^0.6.5
46824npm verb addNamed ">=0.6.5 <0.7.0" is a valid semver range for node-pre-gyp
46825npm verb addNameRange registry:http://registry.npmjs.org/node-pre-gyp not in flight; fetching
46826npm verb get http://registry.npmjs.org/node-pre-gyp not expired, no request
46827npm verb addNamed "0.6.18" is a plain semver version for node-pre-gyp
46828npm verb addRemoteTarball http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz not in flight; adding
46829npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz',
46830npm verb addRemoteTarball '87f6d1206ded0e832e9fa5c743f8150f28026b67' ]
46831npm info retry fetch attempt 1 at 19:26:20
46832npm info attempt registry request try #1 at 19:26:20
46833npm http fetch GET http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz
46834npm http fetch 200 http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz
46835npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz not in flight; adding
46836npm verb addTmpTarball already have metadata; skipping unpack for node-pre-gyp@0.6.18
46837npm verb afterAdd /root/.npm/node-pre-gyp/0.6.18/package/package.json not in flight; writing
46838npm verb afterAdd /root/.npm/node-pre-gyp/0.6.18/package/package.json written
46839npm verb addBundled extract /root/.npm/node-pre-gyp/0.6.18/package.tgz
46840npm verb tar unpack /root/.npm/node-pre-gyp/0.6.18/package.tgz
46841npm verb tar unpacking to /tmp/npm-6-6af00ed9/unpack-adf59fca
46842npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-6af00ed9/unpack-adf59fca
46843npm verb cache add spec nan@~2.0.5
46844npm verb addNamed ">=2.0.5 <2.1.0" is a valid semver range for nan
46845npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
46846npm verb request uri http://registry.npmjs.org/nan
46847npm verb request no auth needed
46848npm info attempt registry request try #1 at 19:26:27
46849npm verb etag "7CEDVJA24M9BXRU7SU6WRSW4M"
46850npm http request GET http://registry.npmjs.org/nan
46851npm http 304 http://registry.npmjs.org/nan
46852npm verb headers { date: 'Tue, 29 Dec 2015 19:26:27 GMT',
46853npm verb headers 'cache-control': 'max-age=60',
46854npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
46855npm verb headers age: '24',
46856npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46857npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46858npm verb headers 'x-cache-hits': '1',
46859npm verb headers 'x-timer': 'S1451417187.817700,VS0,VE0',
46860npm verb headers vary: 'Accept',
46861npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46862npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46863npm verb headers connection: 'keep-alive' }
46864npm verb etag http://registry.npmjs.org/nan from cache
46865npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
46866npm verb addNamed "2.0.9" is a plain semver version for nan
46867npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-2.0.9.tgz not in flight; adding
46868npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-2.0.9.tgz',
46869npm verb addRemoteTarball 'd02a770f46778842cceb94e17cab31ffc7234a05' ]
46870npm info retry fetch attempt 1 at 19:26:27
46871npm info attempt registry request try #1 at 19:26:27
46872npm http fetch GET http://registry.npmjs.org/nan/-/nan-2.0.9.tgz
46873npm http fetch 200 http://registry.npmjs.org/nan/-/nan-2.0.9.tgz
46874npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nan/-/nan-2.0.9.tgz not in flight; adding
46875npm verb addTmpTarball already have metadata; skipping unpack for nan@2.0.9
46876npm verb afterAdd /root/.npm/nan/2.0.9/package/package.json not in flight; writing
46877npm verb afterAdd /root/.npm/nan/2.0.9/package/package.json written
46878npm verb cache add spec nan@~1.0.0
46879npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for nan
46880npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
46881npm verb get http://registry.npmjs.org/nan not expired, no request
46882npm verb addNamed "1.0.0" is a plain semver version for nan
46883npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-1.0.0.tgz not in flight; adding
46884npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-1.0.0.tgz',
46885npm verb addRemoteTarball 'ae24f8850818d662fcab5acf7f3b95bfaa2ccf38' ]
46886npm info retry fetch attempt 1 at 19:26:27
46887npm info attempt registry request try #1 at 19:26:27
46888npm http fetch GET http://registry.npmjs.org/nan/-/nan-1.0.0.tgz
46889npm http fetch 200 http://registry.npmjs.org/nan/-/nan-1.0.0.tgz
46890npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nan/-/nan-1.0.0.tgz not in flight; adding
46891npm verb addTmpTarball already have metadata; skipping unpack for nan@1.0.0
46892npm verb afterAdd /root/.npm/nan/1.0.0/package/package.json not in flight; writing
46893npm verb afterAdd /root/.npm/nan/1.0.0/package/package.json written
46894npm verb request uri http://registry.npmjs.org/nodemon
46895npm verb request no auth needed
46896npm info attempt registry request try #1 at 19:26:28
46897npm http request GET http://registry.npmjs.org/nodemon
46898npm http 200 http://registry.npmjs.org/nodemon
46899npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46900npm verb headers etag: '"9HYBTHY7G78ZK696QFK7FTZ8U"',
46901npm verb headers 'content-type': 'application/json',
46902npm verb headers 'cache-control': 'max-age=300',
46903npm verb headers 'content-length': '181865',
46904npm verb headers 'accept-ranges': 'bytes',
46905npm verb headers date: 'Tue, 29 Dec 2015 19:26:28 GMT',
46906npm verb headers age: '241',
46907npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46908npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46909npm verb headers 'x-cache-hits': '1',
46910npm verb headers 'x-timer': 'S1451417188.046164,VS0,VE0',
46911npm verb headers vary: 'Accept',
46912npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
46913npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46914npm verb headers connection: 'keep-alive' }
46915npm verb get saving nodemon to /root/.npm/registry.npmjs.org/nodemon/.cache.json
46916npm verb cache add spec nodemon@~1.0.9
46917npm verb addNamed ">=1.0.9 <1.1.0" is a valid semver range for nodemon
46918npm verb addNameRange registry:http://registry.npmjs.org/nodemon not in flight; fetching
46919npm verb get http://registry.npmjs.org/nodemon not expired, no request
46920npm verb addNamed "1.0.20" is a plain semver version for nodemon
46921npm verb addRemoteTarball http://registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz not in flight; adding
46922npm verb addRemoteTarball [ 'http://registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz',
46923npm verb addRemoteTarball 'bc138a37068cb78dba50885b62497afdfeeedda4' ]
46924npm info retry fetch attempt 1 at 19:26:28
46925npm info attempt registry request try #1 at 19:26:28
46926npm http fetch GET http://registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz
46927npm http fetch 200 http://registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz
46928npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz not in flight; adding
46929npm verb addTmpTarball already have metadata; skipping unpack for nodemon@1.0.20
46930npm verb afterAdd /root/.npm/nodemon/1.0.20/package/package.json not in flight; writing
46931npm verb afterAdd /root/.npm/nodemon/1.0.20/package/package.json written
46932npm verb cache add spec update-notifier@~0.1.8
46933npm verb cache add spec minimatch@~0.2.14
46934npm verb addNamed ">=0.1.8 <0.2.0" is a valid semver range for update-notifier
46935npm verb addNameRange registry:http://registry.npmjs.org/update-notifier not in flight; fetching
46936npm verb addNamed ">=0.2.14 <0.3.0" is a valid semver range for minimatch
46937npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
46938npm verb request uri http://registry.npmjs.org/ps-tree
46939npm verb request no auth needed
46940npm info attempt registry request try #1 at 19:26:28
46941npm http request GET http://registry.npmjs.org/ps-tree
46942npm verb request uri http://registry.npmjs.org/update-notifier
46943npm verb request no auth needed
46944npm info attempt registry request try #1 at 19:26:28
46945npm verb etag "9RFA8JL01WJUWTUI9VY20VYNQ"
46946npm http request GET http://registry.npmjs.org/update-notifier
46947npm verb get http://registry.npmjs.org/minimatch not expired, no request
46948npm verb addNamed "0.2.14" is a plain semver version for minimatch
46949npm http 304 http://registry.npmjs.org/update-notifier
46950npm verb headers { date: 'Tue, 29 Dec 2015 19:25:51 GMT',
46951npm verb headers 'content-type': 'application/json',
46952npm verb headers age: '256',
46953npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
46954npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46955npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
46956npm verb headers connection: 'keep-alive' }
46957npm verb etag http://registry.npmjs.org/update-notifier from cache
46958npm verb get saving update-notifier to /root/.npm/registry.npmjs.org/update-notifier/.cache.json
46959npm http 200 http://registry.npmjs.org/ps-tree
46960npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46961npm verb headers etag: '"227ETFXXJHJX7848GEH5QDYK3"',
46962npm verb headers 'content-type': 'application/json',
46963npm verb headers 'cache-control': 'max-age=300',
46964npm verb headers 'content-length': '9679',
46965npm verb headers 'accept-ranges': 'bytes',
46966npm verb headers date: 'Tue, 29 Dec 2015 19:26:28 GMT',
46967npm verb headers age: '125',
46968npm verb headers 'x-served-by': 'cache-fra1238-FRA',
46969npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
46970npm verb headers 'x-cache-hits': '1',
46971npm verb headers 'x-timer': 'S1451417188.323359,VS0,VE0',
46972npm verb headers vary: 'Accept',
46973npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
46974npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
46975npm verb headers connection: 'keep-alive' }
46976npm verb get saving ps-tree to /root/.npm/registry.npmjs.org/ps-tree/.cache.json
46977npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
46978npm verb addNamed "0.1.10" is a plain semver version for update-notifier
46979npm verb addRemoteTarball http://registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz not in flight; adding
46980npm verb addRemoteTarball [ 'http://registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz',
46981npm verb addRemoteTarball '215cbe1053369f0d4a44f84b51eba7cb80484695' ]
46982npm verb cache add spec ps-tree@0.0.3
46983npm verb addNamed "0.0.3" is a plain semver version for ps-tree
46984npm verb addNameVersion registry:http://registry.npmjs.org/ps-tree not in flight; fetching
46985npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
46986npm info retry fetch attempt 1 at 19:26:28
46987npm info attempt registry request try #1 at 19:26:28
46988npm http fetch GET http://registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz
46989npm http fetch 200 http://registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz
46990npm verb get http://registry.npmjs.org/ps-tree not expired, no request
46991npm verb addRemoteTarball http://registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz not in flight; adding
46992npm verb addRemoteTarball [ 'http://registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz',
46993npm verb addRemoteTarball 'dbf8d752a7fe22fa7d58635689499610e9276ddc' ]
46994npm info retry fetch attempt 1 at 19:26:28
46995npm info attempt registry request try #1 at 19:26:28
46996npm http fetch GET http://registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz
46997npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz not in flight; adding
46998npm verb addTmpTarball already have metadata; skipping unpack for update-notifier@0.1.10
46999npm http fetch 200 http://registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz
47000npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz not in flight; adding
47001npm verb addTmpTarball already have metadata; skipping unpack for ps-tree@0.0.3
47002npm verb afterAdd /root/.npm/update-notifier/0.1.10/package/package.json not in flight; writing
47003npm verb afterAdd /root/.npm/update-notifier/0.1.10/package/package.json written
47004npm verb afterAdd /root/.npm/ps-tree/0.0.3/package/package.json not in flight; writing
47005npm verb afterAdd /root/.npm/ps-tree/0.0.3/package/package.json written
47006npm verb request uri http://registry.npmjs.org/event-stream
47007npm verb request no auth needed
47008npm info attempt registry request try #1 at 19:26:28
47009npm http request GET http://registry.npmjs.org/event-stream
47010npm http 200 http://registry.npmjs.org/event-stream
47011npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47012npm verb headers etag: '"42OI9F9P9Q7ABKQPDF95U8FVN"',
47013npm verb headers 'content-type': 'application/json',
47014npm verb headers 'cache-control': 'max-age=60',
47015npm verb headers 'content-length': '93542',
47016npm verb headers 'accept-ranges': 'bytes',
47017npm verb headers date: 'Tue, 29 Dec 2015 19:26:28 GMT',
47018npm verb headers age: '52',
47019npm verb headers 'x-served-by': 'cache-fra1238-FRA',
47020npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47021npm verb headers 'x-cache-hits': '1',
47022npm verb headers 'x-timer': 'S1451417188.478503,VS0,VE0',
47023npm verb headers vary: 'Accept',
47024npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
47025npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47026npm verb headers connection: 'keep-alive' }
47027npm verb get saving event-stream to /root/.npm/registry.npmjs.org/event-stream/.cache.json
47028npm verb cache add spec event-stream@~0.5
47029npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for event-stream
47030npm verb addNameRange registry:http://registry.npmjs.org/event-stream not in flight; fetching
47031npm verb get http://registry.npmjs.org/event-stream not expired, no request
47032npm verb addNamed "0.5.3" is a plain semver version for event-stream
47033npm verb addRemoteTarball http://registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz not in flight; adding
47034npm verb addRemoteTarball [ 'http://registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz',
47035npm verb addRemoteTarball 'b77b9309f7107addfeab63f0c0eafd8db0bd8c1c' ]
47036npm info retry fetch attempt 1 at 19:26:28
47037npm info attempt registry request try #1 at 19:26:28
47038npm http fetch GET http://registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz
47039npm http fetch 200 http://registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz
47040npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz not in flight; adding
47041npm verb addTmpTarball already have metadata; skipping unpack for event-stream@0.5.3
47042npm verb afterAdd /root/.npm/event-stream/0.5.3/package/package.json not in flight; writing
47043npm verb afterAdd /root/.npm/event-stream/0.5.3/package/package.json written
47044npm verb cache add spec optimist@0.2
47045npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for optimist
47046npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
47047npm verb request uri http://registry.npmjs.org/optimist
47048npm verb request no auth needed
47049npm info attempt registry request try #1 at 19:26:28
47050npm verb etag "6CXUKRQ1RDWCGZOWF0ABF0B0Y"
47051npm http request GET http://registry.npmjs.org/optimist
47052npm http 304 http://registry.npmjs.org/optimist
47053npm verb headers { date: 'Tue, 29 Dec 2015 19:24:36 GMT',
47054npm verb headers 'content-type': 'application/json',
47055npm verb headers age: '138',
47056npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47057npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47058npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47059npm verb headers connection: 'keep-alive' }
47060npm verb etag http://registry.npmjs.org/optimist from cache
47061npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
47062npm verb addNamed "0.2.8" is a plain semver version for optimist
47063npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz not in flight; adding
47064npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz',
47065npm verb addRemoteTarball 'e981ab7e268b457948593b55674c099a815cac31' ]
47066npm info retry fetch attempt 1 at 19:26:28
47067npm info attempt registry request try #1 at 19:26:28
47068npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz
47069npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz
47070npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/optimist/-/optimist-0.2.8.tgz not in flight; adding
47071npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.2.8
47072npm verb afterAdd /root/.npm/optimist/0.2.8/package/package.json not in flight; writing
47073npm verb afterAdd /root/.npm/optimist/0.2.8/package/package.json written
47074npm verb cache add spec chalk@^0.4.0
47075npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
47076npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
47077npm verb request uri http://registry.npmjs.org/chalk
47078npm verb request no auth needed
47079npm info attempt registry request try #1 at 19:26:28
47080npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
47081npm http request GET http://registry.npmjs.org/chalk
47082npm http 304 http://registry.npmjs.org/chalk
47083npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
47084npm verb headers 'content-type': 'application/json',
47085npm verb headers age: '150',
47086npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47087npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47088npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47089npm verb headers connection: 'keep-alive' }
47090npm verb etag http://registry.npmjs.org/chalk from cache
47091npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
47092npm verb addNamed "0.4.0" is a plain semver version for chalk
47093npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
47094npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
47095npm verb cache add spec ansi-styles@~1.0.0
47096npm verb cache add spec strip-ansi@~0.1.0
47097npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
47098npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
47099npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
47100npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
47101npm verb request uri http://registry.npmjs.org/ansi-styles
47102npm verb request no auth needed
47103npm info attempt registry request try #1 at 19:26:28
47104npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
47105npm http request GET http://registry.npmjs.org/ansi-styles
47106npm verb request uri http://registry.npmjs.org/strip-ansi
47107npm verb request no auth needed
47108npm info attempt registry request try #1 at 19:26:28
47109npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
47110npm http request GET http://registry.npmjs.org/strip-ansi
47111npm http 304 http://registry.npmjs.org/strip-ansi
47112npm verb headers { date: 'Tue, 29 Dec 2015 19:24:49 GMT',
47113npm verb headers 'content-type': 'application/json',
47114npm verb headers age: '291',
47115npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47116npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47117npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47118npm verb headers connection: 'keep-alive' }
47119npm verb etag http://registry.npmjs.org/strip-ansi from cache
47120npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
47121npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
47122npm http 304 http://registry.npmjs.org/ansi-styles
47123npm verb headers { date: 'Tue, 29 Dec 2015 19:26:28 GMT',
47124npm verb headers 'cache-control': 'max-age=300',
47125npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
47126npm verb headers age: '3',
47127npm verb headers 'x-served-by': 'cache-fra1238-FRA',
47128npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47129npm verb headers 'x-cache-hits': '1',
47130npm verb headers 'x-timer': 'S1451417188.857194,VS0,VE0',
47131npm verb headers vary: 'Accept',
47132npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47133npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47134npm verb headers connection: 'keep-alive' }
47135npm verb etag http://registry.npmjs.org/ansi-styles from cache
47136npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
47137npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
47138npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
47139npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
47140npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
47141npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
47142npm verb cache add spec through2@~0.5.1
47143npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for through2
47144npm verb addNameRange registry:http://registry.npmjs.org/through2 not in flight; fetching
47145npm verb request uri http://registry.npmjs.org/protractor
47146npm verb request no auth needed
47147npm info attempt registry request try #1 at 19:26:28
47148npm http request GET http://registry.npmjs.org/protractor
47149npm verb request uri http://registry.npmjs.org/split
47150npm verb request no auth needed
47151npm info attempt registry request try #1 at 19:26:28
47152npm http request GET http://registry.npmjs.org/split
47153npm verb request uri http://registry.npmjs.org/through2
47154npm verb request no auth needed
47155npm info attempt registry request try #1 at 19:26:28
47156npm verb etag "CE9BDWSR3YK0T4A6LKUTKTORS"
47157npm http request GET http://registry.npmjs.org/through2
47158npm http 304 http://registry.npmjs.org/through2
47159npm verb headers { date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47160npm verb headers 'cache-control': 'max-age=300',
47161npm verb headers etag: '"CE9BDWSR3YK0T4A6LKUTKTORS"',
47162npm verb headers age: '3',
47163npm verb headers 'x-served-by': 'cache-fra1241-FRA',
47164npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47165npm verb headers 'x-cache-hits': '2385',
47166npm verb headers 'x-timer': 'S1451417189.007238,VS0,VE0',
47167npm verb headers vary: 'Accept',
47168npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47169npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47170npm verb headers connection: 'keep-alive' }
47171npm verb etag http://registry.npmjs.org/through2 from cache
47172npm verb get saving through2 to /root/.npm/registry.npmjs.org/through2/.cache.json
47173npm http 200 http://registry.npmjs.org/protractor
47174npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47175npm verb headers etag: '"DT7SXMTALQVBFZYVZKLHEPHK5"',
47176npm verb headers 'content-type': 'application/json',
47177npm verb headers 'cache-control': 'max-age=300',
47178npm verb headers 'content-length': '98965',
47179npm verb headers 'accept-ranges': 'bytes',
47180npm verb headers date: 'Tue, 29 Dec 2015 19:26:28 GMT',
47181npm verb headers age: '109',
47182npm verb headers 'x-served-by': 'cache-fra1238-FRA',
47183npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47184npm verb headers 'x-cache-hits': '2',
47185npm verb headers 'x-timer': 'S1451417188.976374,VS0,VE0',
47186npm verb headers vary: 'Accept',
47187npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47188npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47189npm verb headers connection: 'keep-alive' }
47190npm verb get saving protractor to /root/.npm/registry.npmjs.org/protractor/.cache.json
47191npm http 200 http://registry.npmjs.org/split
47192npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47193npm verb headers etag: '"3D8NQCYAS8K1OI1BMTO3OGL9M"',
47194npm verb headers 'content-type': 'application/json',
47195npm verb headers 'cache-control': 'max-age=300',
47196npm verb headers 'content-length': '21694',
47197npm verb headers 'accept-ranges': 'bytes',
47198npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47199npm verb headers age: '10',
47200npm verb headers 'x-served-by': 'cache-fra1223-FRA',
47201npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47202npm verb headers 'x-cache-hits': '1',
47203npm verb headers 'x-timer': 'S1451417189.003769,VS0,VE2',
47204npm verb headers vary: 'Accept',
47205npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
47206npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47207npm verb headers connection: 'keep-alive' }
47208npm verb get saving split to /root/.npm/registry.npmjs.org/split/.cache.json
47209npm verb addNamed "0.5.1" is a plain semver version for through2
47210npm verb addRemoteTarball http://registry.npmjs.org/through2/-/through2-0.5.1.tgz not in flight; adding
47211npm verb addRemoteTarball [ 'http://registry.npmjs.org/through2/-/through2-0.5.1.tgz',
47212npm verb addRemoteTarball 'dfdd012eb9c700e2323fd334f38ac622ab372da7' ]
47213npm info retry fetch attempt 1 at 19:26:29
47214npm info attempt registry request try #1 at 19:26:29
47215npm http fetch GET http://registry.npmjs.org/through2/-/through2-0.5.1.tgz
47216npm verb cache add spec protractor@^1.0.0
47217npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for protractor
47218npm verb addNameRange registry:http://registry.npmjs.org/protractor not in flight; fetching
47219npm verb cache add spec split@~0.3.0
47220npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for split
47221npm verb addNameRange registry:http://registry.npmjs.org/split not in flight; fetching
47222npm http fetch 200 http://registry.npmjs.org/through2/-/through2-0.5.1.tgz
47223npm verb get http://registry.npmjs.org/protractor not expired, no request
47224npm verb addNamed "1.8.0" is a plain semver version for protractor
47225npm verb get http://registry.npmjs.org/split not expired, no request
47226npm verb addNamed "0.3.3" is a plain semver version for split
47227npm verb addRemoteTarball http://registry.npmjs.org/protractor/-/protractor-1.8.0.tgz not in flight; adding
47228npm verb addRemoteTarball [ 'http://registry.npmjs.org/protractor/-/protractor-1.8.0.tgz',
47229npm verb addRemoteTarball 'ac2b05f590eddb293bddd41e8deaf999f60fc53c' ]
47230npm verb addRemoteTarball http://registry.npmjs.org/split/-/split-0.3.3.tgz not in flight; adding
47231npm verb addRemoteTarball [ 'http://registry.npmjs.org/split/-/split-0.3.3.tgz',
47232npm verb addRemoteTarball 'cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f' ]
47233npm info retry fetch attempt 1 at 19:26:29
47234npm info attempt registry request try #1 at 19:26:29
47235npm http fetch GET http://registry.npmjs.org/protractor/-/protractor-1.8.0.tgz
47236npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/through2/-/through2-0.5.1.tgz not in flight; adding
47237npm verb addTmpTarball already have metadata; skipping unpack for through2@0.5.1
47238npm info retry fetch attempt 1 at 19:26:29
47239npm info attempt registry request try #1 at 19:26:29
47240npm http fetch GET http://registry.npmjs.org/split/-/split-0.3.3.tgz
47241npm http fetch 200 http://registry.npmjs.org/protractor/-/protractor-1.8.0.tgz
47242npm verb afterAdd /root/.npm/through2/0.5.1/package/package.json not in flight; writing
47243npm verb afterAdd /root/.npm/through2/0.5.1/package/package.json written
47244npm http fetch 200 http://registry.npmjs.org/split/-/split-0.3.3.tgz
47245npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/split/-/split-0.3.3.tgz not in flight; adding
47246npm verb addTmpTarball already have metadata; skipping unpack for split@0.3.3
47247npm verb afterAdd /root/.npm/split/0.3.3/package/package.json not in flight; writing
47248npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/protractor/-/protractor-1.8.0.tgz not in flight; adding
47249npm verb addTmpTarball already have metadata; skipping unpack for protractor@1.8.0
47250npm verb afterAdd /root/.npm/split/0.3.3/package/package.json written
47251npm verb afterAdd /root/.npm/protractor/1.8.0/package/package.json not in flight; writing
47252npm verb afterAdd /root/.npm/protractor/1.8.0/package/package.json written
47253npm verb cache add spec request@~2.36.0
47254npm verb cache add spec glob@~3.2
47255npm verb cache add spec adm-zip@0.4.4
47256npm verb cache add spec optimist@~0.6.0
47257npm verb cache add spec q@1.0.0
47258npm verb addNamed ">=2.36.0 <2.37.0" is a valid semver range for request
47259npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
47260npm verb addNamed ">=3.2.0 <3.3.0" is a valid semver range for glob
47261npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
47262npm verb addNamed "0.4.4" is a plain semver version for adm-zip
47263npm verb addNameVersion registry:http://registry.npmjs.org/adm-zip not in flight; fetching
47264npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
47265npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
47266npm verb addNamed "1.0.0" is a plain semver version for q
47267npm verb addNameVersion registry:http://registry.npmjs.org/q not in flight; fetching
47268npm verb request uri http://registry.npmjs.org/selenium-webdriver
47269npm verb request no auth needed
47270npm info attempt registry request try #1 at 19:26:29
47271npm http request GET http://registry.npmjs.org/selenium-webdriver
47272npm verb request uri http://registry.npmjs.org/minijasminenode
47273npm verb request no auth needed
47274npm info attempt registry request try #1 at 19:26:29
47275npm http request GET http://registry.npmjs.org/minijasminenode
47276npm verb request uri http://registry.npmjs.org/jasminewd
47277npm verb request no auth needed
47278npm info attempt registry request try #1 at 19:26:29
47279npm http request GET http://registry.npmjs.org/jasminewd
47280npm verb request uri http://registry.npmjs.org/jasminewd2
47281npm verb request no auth needed
47282npm info attempt registry request try #1 at 19:26:29
47283npm http request GET http://registry.npmjs.org/jasminewd2
47284npm verb request uri http://registry.npmjs.org/jasmine
47285npm verb request no auth needed
47286npm info attempt registry request try #1 at 19:26:29
47287npm http request GET http://registry.npmjs.org/jasmine
47288npm verb request uri http://registry.npmjs.org/saucelabs
47289npm verb request no auth needed
47290npm info attempt registry request try #1 at 19:26:29
47291npm http request GET http://registry.npmjs.org/saucelabs
47292npm verb request uri http://registry.npmjs.org/source-map-support
47293npm verb request no auth needed
47294npm info attempt registry request try #1 at 19:26:29
47295npm http request GET http://registry.npmjs.org/source-map-support
47296npm verb request uri http://registry.npmjs.org/html-entities
47297npm verb request no auth needed
47298npm info attempt registry request try #1 at 19:26:29
47299npm http request GET http://registry.npmjs.org/html-entities
47300npm verb request uri http://registry.npmjs.org/accessibility-developer-tools
47301npm verb request no auth needed
47302npm info attempt registry request try #1 at 19:26:29
47303npm http request GET http://registry.npmjs.org/accessibility-developer-tools
47304npm verb request uri http://registry.npmjs.org/request
47305npm verb request no auth needed
47306npm info attempt registry request try #1 at 19:26:29
47307npm verb etag "41O2YUQ0F957MF7HVJELBZYE5"
47308npm http request GET http://registry.npmjs.org/request
47309npm verb request uri http://registry.npmjs.org/glob
47310npm verb request no auth needed
47311npm info attempt registry request try #1 at 19:26:29
47312npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
47313npm http request GET http://registry.npmjs.org/glob
47314npm verb request uri http://registry.npmjs.org/adm-zip
47315npm verb request no auth needed
47316npm info attempt registry request try #1 at 19:26:29
47317npm verb etag "AAB8O4XDJLTFC1LEIVD3MQ62J"
47318npm http request GET http://registry.npmjs.org/adm-zip
47319npm verb get http://registry.npmjs.org/optimist not expired, no request
47320npm verb addNamed "0.6.1" is a plain semver version for optimist
47321npm verb request uri http://registry.npmjs.org/q
47322npm verb request no auth needed
47323npm info attempt registry request try #1 at 19:26:29
47324npm verb etag "5IOO0153MVIX8ZOINFF1RYLY3"
47325npm http request GET http://registry.npmjs.org/q
47326npm http 200 http://registry.npmjs.org/selenium-webdriver
47327npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47328npm verb headers etag: '"BE2HPGFOL28PT8E0TWB0SIBYZ"',
47329npm verb headers 'content-type': 'application/json',
47330npm verb headers 'cache-control': 'max-age=300',
47331npm verb headers 'content-length': '44364',
47332npm verb headers 'accept-ranges': 'bytes',
47333npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47334npm verb headers age: '94',
47335npm verb headers 'x-served-by': 'cache-fra1241-FRA',
47336npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47337npm verb headers 'x-cache-hits': '7',
47338npm verb headers 'x-timer': 'S1451417189.681061,VS0,VE0',
47339npm verb headers vary: 'Accept',
47340npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47341npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47342npm verb headers connection: 'keep-alive' }
47343npm verb get saving selenium-webdriver to /root/.npm/registry.npmjs.org/selenium-webdriver/.cache.json
47344npm http 200 http://registry.npmjs.org/jasminewd2
47345npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47346npm verb headers etag: '"73GBHV3S9187I9SZ3SJP07X4E"',
47347npm verb headers 'content-type': 'application/json',
47348npm verb headers 'cache-control': 'max-age=300',
47349npm verb headers 'content-length': '9790',
47350npm verb headers 'accept-ranges': 'bytes',
47351npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47352npm verb headers age: '95',
47353npm verb headers 'x-served-by': 'cache-fra1244-FRA',
47354npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47355npm verb headers 'x-cache-hits': '1',
47356npm verb headers 'x-timer': 'S1451417189.699287,VS0,VE0',
47357npm verb headers vary: 'Accept',
47358npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47359npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47360npm verb headers connection: 'keep-alive' }
47361npm verb get saving jasminewd2 to /root/.npm/registry.npmjs.org/jasminewd2/.cache.json
47362npm http 200 http://registry.npmjs.org/source-map-support
47363npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47364npm verb headers etag: '"1D6XX337J2ZCBVHOE9T23LCEK"',
47365npm verb headers 'content-type': 'application/json',
47366npm verb headers 'cache-control': 'max-age=300',
47367npm verb headers 'content-length': '31327',
47368npm verb headers 'accept-ranges': 'bytes',
47369npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47370npm verb headers age: '129',
47371npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47372npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47373npm verb headers 'x-cache-hits': '1',
47374npm verb headers 'x-timer': 'S1451417189.702544,VS0,VE0',
47375npm verb headers vary: 'Accept',
47376npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47377npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47378npm verb headers connection: 'keep-alive' }
47379npm verb get saving source-map-support to /root/.npm/registry.npmjs.org/source-map-support/.cache.json
47380npm http 200 http://registry.npmjs.org/minijasminenode
47381npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47382npm verb headers etag: '"ACKSWG6QCUUAL9IOIR90M438X"',
47383npm verb headers 'content-type': 'application/json',
47384npm verb headers 'cache-control': 'max-age=300',
47385npm verb headers 'content-length': '16569',
47386npm verb headers 'accept-ranges': 'bytes',
47387npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47388npm verb headers age: '95',
47389npm verb headers 'x-served-by': 'cache-fra1225-FRA',
47390npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47391npm verb headers 'x-cache-hits': '1',
47392npm verb headers 'x-timer': 'S1451417189.702209,VS0,VE0',
47393npm verb headers vary: 'Accept',
47394npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47395npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47396npm verb headers connection: 'keep-alive' }
47397npm verb get saving minijasminenode to /root/.npm/registry.npmjs.org/minijasminenode/.cache.json
47398npm http 200 http://registry.npmjs.org/jasmine
47399npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47400npm verb headers etag: '"BGYAOXRWABFLGILNI4VZ0Q94T"',
47401npm verb headers 'content-type': 'application/json',
47402npm verb headers 'cache-control': 'max-age=300',
47403npm verb headers 'content-length': '14584',
47404npm verb headers 'accept-ranges': 'bytes',
47405npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47406npm verb headers age: '299',
47407npm verb headers 'x-served-by': 'cache-fra1229-FRA',
47408npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47409npm verb headers 'x-cache-hits': '1',
47410npm verb headers 'x-timer': 'S1451417189.703065,VS0,VE0',
47411npm verb headers vary: 'Accept',
47412npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47413npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47414npm verb headers connection: 'keep-alive' }
47415npm verb get saving jasmine to /root/.npm/registry.npmjs.org/jasmine/.cache.json
47416npm http 304 http://registry.npmjs.org/request
47417npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
47418npm verb headers 'content-type': 'application/json',
47419npm verb headers age: '148',
47420npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47421npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47422npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47423npm verb headers connection: 'keep-alive' }
47424npm verb etag http://registry.npmjs.org/request from cache
47425npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
47426npm http 304 http://registry.npmjs.org/adm-zip
47427npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
47428npm verb headers 'content-type': 'application/json',
47429npm verb headers age: '273',
47430npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47431npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47432npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47433npm verb headers connection: 'keep-alive' }
47434npm verb etag http://registry.npmjs.org/adm-zip from cache
47435npm verb get saving adm-zip to /root/.npm/registry.npmjs.org/adm-zip/.cache.json
47436npm http 200 http://registry.npmjs.org/accessibility-developer-tools
47437npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47438npm verb headers etag: '"ECNIXYUFJ10P102G6OL8E47XL"',
47439npm verb headers 'content-type': 'application/json',
47440npm verb headers 'cache-control': 'max-age=300',
47441npm verb headers 'content-length': '19831',
47442npm verb headers 'accept-ranges': 'bytes',
47443npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47444npm verb headers age: '95',
47445npm verb headers 'x-served-by': 'cache-fra1245-FRA',
47446npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47447npm verb headers 'x-cache-hits': '1',
47448npm verb headers 'x-timer': 'S1451417189.704210,VS0,VE0',
47449npm verb headers vary: 'Accept',
47450npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47451npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47452npm verb headers connection: 'keep-alive' }
47453npm verb get saving accessibility-developer-tools to /root/.npm/registry.npmjs.org/accessibility-developer-tools/.cache.json
47454npm http 200 http://registry.npmjs.org/html-entities
47455npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47456npm verb headers etag: '"1FKXET4GZTZ5SP8607XHZTL92"',
47457npm verb headers 'content-type': 'application/json',
47458npm verb headers 'cache-control': 'max-age=300',
47459npm verb headers 'content-length': '20154',
47460npm verb headers 'accept-ranges': 'bytes',
47461npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47462npm verb headers age: '96',
47463npm verb headers 'x-served-by': 'cache-fra1225-FRA',
47464npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47465npm verb headers 'x-cache-hits': '1',
47466npm verb headers 'x-timer': 'S1451417189.702962,VS0,VE0',
47467npm verb headers vary: 'Accept',
47468npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47469npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47470npm verb headers connection: 'keep-alive' }
47471npm verb get saving html-entities to /root/.npm/registry.npmjs.org/html-entities/.cache.json
47472npm http 304 http://registry.npmjs.org/glob
47473npm verb headers { date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47474npm verb headers 'cache-control': 'max-age=300',
47475npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
47476npm verb headers age: '69',
47477npm verb headers 'x-served-by': 'cache-fra1244-FRA',
47478npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47479npm verb headers 'x-cache-hits': '7',
47480npm verb headers 'x-timer': 'S1451417189.728692,VS0,VE0',
47481npm verb headers vary: 'Accept',
47482npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47483npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47484npm verb headers connection: 'keep-alive' }
47485npm verb etag http://registry.npmjs.org/glob from cache
47486npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
47487npm http 200 http://registry.npmjs.org/saucelabs
47488npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47489npm verb headers etag: '"6A5MHN2HOGFSGB8KBC99UB9BU"',
47490npm verb headers 'content-type': 'application/json',
47491npm verb headers 'cache-control': 'max-age=300',
47492npm verb headers 'content-length': '21623',
47493npm verb headers 'accept-ranges': 'bytes',
47494npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47495npm verb headers age: '94',
47496npm verb headers 'x-served-by': 'cache-fra1221-FRA',
47497npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47498npm verb headers 'x-cache-hits': '1',
47499npm verb headers 'x-timer': 'S1451417189.703207,VS0,VE0',
47500npm verb headers vary: 'Accept',
47501npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47502npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47503npm verb headers connection: 'keep-alive' }
47504npm verb get saving saucelabs to /root/.npm/registry.npmjs.org/saucelabs/.cache.json
47505npm http 304 http://registry.npmjs.org/q
47506npm verb headers { date: 'Tue, 29 Dec 2015 19:25:14 GMT',
47507npm verb headers 'content-type': 'application/json',
47508npm verb headers age: '95',
47509npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47510npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47511npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47512npm verb headers connection: 'keep-alive' }
47513npm verb etag http://registry.npmjs.org/q from cache
47514npm verb get saving q to /root/.npm/registry.npmjs.org/q/.cache.json
47515npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
47516npm verb addNamed "2.36.0" is a plain semver version for request
47517npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
47518npm verb cache add spec jasminewd2@0.0.2
47519npm verb addNamed "0.0.2" is a plain semver version for jasminewd2
47520npm verb addNameVersion registry:http://registry.npmjs.org/jasminewd2 not in flight; fetching
47521npm verb cache add spec selenium-webdriver@2.44.0
47522npm verb addNamed "2.44.0" is a plain semver version for selenium-webdriver
47523npm verb addNameVersion registry:http://registry.npmjs.org/selenium-webdriver not in flight; fetching
47524npm verb cache add spec minijasminenode@1.1.1
47525npm verb addNamed "1.1.1" is a plain semver version for minijasminenode
47526npm verb addNameVersion registry:http://registry.npmjs.org/minijasminenode not in flight; fetching
47527npm verb cache add spec jasmine@2.1.1
47528npm verb addNamed "2.1.1" is a plain semver version for jasmine
47529npm verb addNameVersion registry:http://registry.npmjs.org/jasmine not in flight; fetching
47530npm verb cache add spec source-map-support@~0.2.6
47531npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for source-map-support
47532npm verb addNameRange registry:http://registry.npmjs.org/source-map-support not in flight; fetching
47533npm verb addNamed "3.2.11" is a plain semver version for glob
47534npm verb addRemoteTarball http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz not in flight; adding
47535npm verb addRemoteTarball [ 'http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz',
47536npm verb addRemoteTarball 'a61ed5ae6905c3aea58b3a657d25033091052736' ]
47537npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.36.0.tgz not in flight; adding
47538npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.36.0.tgz',
47539npm verb addRemoteTarball '28c6c04262c7b9ffdd21b9255374517ee6d943f5' ]
47540npm verb cache add spec accessibility-developer-tools@~2.6.0
47541npm verb addNamed ">=2.6.0 <2.7.0" is a valid semver range for accessibility-developer-tools
47542npm verb addNameRange registry:http://registry.npmjs.org/accessibility-developer-tools not in flight; fetching
47543npm verb cache add spec html-entities@~1.1.1
47544npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for html-entities
47545npm verb addNameRange registry:http://registry.npmjs.org/html-entities not in flight; fetching
47546npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-1.0.0.tgz not in flight; adding
47547npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-1.0.0.tgz',
47548npm verb addRemoteTarball 'dc1f92c4587be54f7853b29dc28e6d243a88498d' ]
47549npm info retry fetch attempt 1 at 19:26:29
47550npm info attempt registry request try #1 at 19:26:29
47551npm http fetch GET http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz
47552npm info retry fetch attempt 1 at 19:26:29
47553npm info attempt registry request try #1 at 19:26:29
47554npm http fetch GET http://registry.npmjs.org/request/-/request-2.36.0.tgz
47555npm verb cache add spec saucelabs@~0.1.0
47556npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for saucelabs
47557npm verb addNameRange registry:http://registry.npmjs.org/saucelabs not in flight; fetching
47558npm info retry fetch attempt 1 at 19:26:29
47559npm info attempt registry request try #1 at 19:26:29
47560npm http fetch GET http://registry.npmjs.org/q/-/q-1.0.0.tgz
47561npm http fetch 200 http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz
47562npm http fetch 200 http://registry.npmjs.org/request/-/request-2.36.0.tgz
47563npm verb get http://registry.npmjs.org/jasminewd2 not expired, no request
47564npm verb get http://registry.npmjs.org/selenium-webdriver not expired, no request
47565npm verb get http://registry.npmjs.org/minijasminenode not expired, no request
47566npm verb get http://registry.npmjs.org/jasmine not expired, no request
47567npm verb get http://registry.npmjs.org/source-map-support not expired, no request
47568npm verb addNamed "0.2.10" is a plain semver version for source-map-support
47569npm http fetch 200 http://registry.npmjs.org/q/-/q-1.0.0.tgz
47570npm verb addRemoteTarball http://registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz not in flight; adding
47571npm verb addRemoteTarball [ 'http://registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz',
47572npm verb addRemoteTarball '5fb5d1d96bf0834c8db054da855e5beb3b23bfaa' ]
47573npm verb addRemoteTarball http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz not in flight; adding
47574npm verb addRemoteTarball [ 'http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz',
47575npm verb addRemoteTarball '6cc6257731cd27c6db6471092857755f99d77b57' ]
47576npm verb addRemoteTarball http://registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz not in flight; adding
47577npm verb addRemoteTarball [ 'http://registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz',
47578npm verb addRemoteTarball '7f9637d66428a531c05f4f10b69a311b5dfb60e9' ]
47579npm verb addRemoteTarball http://registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz not in flight; adding
47580npm verb addRemoteTarball [ 'http://registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz',
47581npm verb addRemoteTarball '9db8b17d54c7a30266feaf3a015f32812cb81748' ]
47582npm verb addRemoteTarball http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz not in flight; adding
47583npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz',
47584npm verb addRemoteTarball 'ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc' ]
47585npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
47586npm verb get http://registry.npmjs.org/accessibility-developer-tools not expired, no request
47587npm verb addNamed "2.6.0" is a plain semver version for accessibility-developer-tools
47588npm verb get http://registry.npmjs.org/html-entities not expired, no request
47589npm verb addNamed "1.1.3" is a plain semver version for html-entities
47590npm http 200 http://registry.npmjs.org/jasminewd
47591npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47592npm verb headers etag: '"7OZ83K80PNNYP6AGTNWF2TJ0I"',
47593npm verb headers 'content-type': 'application/json',
47594npm verb headers 'cache-control': 'max-age=300',
47595npm verb headers 'content-length': '9003',
47596npm verb headers 'accept-ranges': 'bytes',
47597npm verb headers date: 'Tue, 29 Dec 2015 19:26:29 GMT',
47598npm verb headers age: '95',
47599npm verb headers 'x-served-by': 'cache-fra1225-FRA',
47600npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47601npm verb headers 'x-cache-hits': '1',
47602npm verb headers 'x-timer': 'S1451417189.703103,VS0,VE0',
47603npm verb headers vary: 'Accept',
47604npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47605npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47606npm verb headers connection: 'keep-alive' }
47607npm verb get saving jasminewd to /root/.npm/registry.npmjs.org/jasminewd/.cache.json
47608npm verb addRemoteTarball http://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz not in flight; adding
47609npm verb addRemoteTarball [ 'http://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz',
47610npm verb addRemoteTarball 'fcedaff014eddc3f54c4b365931be1f715746afc' ]
47611npm verb addRemoteTarball http://registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz not in flight; adding
47612npm verb addRemoteTarball [ 'http://registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz',
47613npm verb addRemoteTarball '7e3b47640f5ea69b097ae8bbbe7cb8ca941d85bd' ]
47614npm verb get http://registry.npmjs.org/saucelabs not expired, no request
47615npm verb addNamed "0.1.1" is a plain semver version for saucelabs
47616npm verb addRemoteTarball http://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz not in flight; adding
47617npm verb addRemoteTarball [ 'http://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz',
47618npm verb addRemoteTarball '5e0ea1cf3d735d6ea15fde94b5bda6bc15d2c06d' ]
47619npm info retry fetch attempt 1 at 19:26:30
47620npm info attempt registry request try #1 at 19:26:30
47621npm http fetch GET http://registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz
47622npm info retry fetch attempt 1 at 19:26:30
47623npm info attempt registry request try #1 at 19:26:30
47624npm http fetch GET http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz
47625npm info retry fetch attempt 1 at 19:26:30
47626npm info attempt registry request try #1 at 19:26:30
47627npm http fetch GET http://registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz
47628npm info retry fetch attempt 1 at 19:26:30
47629npm info attempt registry request try #1 at 19:26:30
47630npm http fetch GET http://registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz
47631npm info retry fetch attempt 1 at 19:26:30
47632npm info attempt registry request try #1 at 19:26:30
47633npm http fetch GET http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz
47634npm info retry fetch attempt 1 at 19:26:30
47635npm info attempt registry request try #1 at 19:26:30
47636npm http fetch GET http://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz
47637npm info retry fetch attempt 1 at 19:26:30
47638npm info attempt registry request try #1 at 19:26:30
47639npm http fetch GET http://registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz
47640npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz not in flight; adding
47641npm verb addTmpTarball already have metadata; skipping unpack for adm-zip@0.4.4
47642npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/request/-/request-2.36.0.tgz not in flight; adding
47643npm verb addTmpTarball already have metadata; skipping unpack for request@2.36.0
47644npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
47645npm info retry fetch attempt 1 at 19:26:30
47646npm info attempt registry request try #1 at 19:26:30
47647npm http fetch GET http://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz
47648npm http fetch 200 http://registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz
47649npm http fetch 200 http://registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz
47650npm http fetch 200 http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz
47651npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/q/-/q-1.0.0.tgz not in flight; adding
47652npm verb addTmpTarball already have metadata; skipping unpack for q@1.0.0
47653npm http fetch 200 http://registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz
47654npm http fetch 200 http://registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz
47655npm http fetch 200 http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz
47656npm http fetch 200 http://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz
47657npm http fetch 200 http://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz
47658npm verb cache add spec jasminewd@1.1.0
47659npm verb addNamed "1.1.0" is a plain semver version for jasminewd
47660npm verb addNameVersion registry:http://registry.npmjs.org/jasminewd not in flight; fetching
47661npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz not in flight; adding
47662npm verb addTmpTarball already have metadata; skipping unpack for jasmine@2.1.1
47663npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz not in flight; adding
47664npm verb addTmpTarball already have metadata; skipping unpack for jasminewd2@0.0.2
47665npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz not in flight; adding
47666npm verb addTmpTarball already have metadata; skipping unpack for source-map-support@0.2.10
47667npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz not in flight; adding
47668npm verb addTmpTarball already have metadata; skipping unpack for html-entities@1.1.3
47669npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz not in flight; adding
47670npm verb addTmpTarball already have metadata; skipping unpack for minijasminenode@1.1.1
47671npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json not in flight; writing
47672npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz not in flight; adding
47673npm verb addTmpTarball already have metadata; skipping unpack for saucelabs@0.1.1
47674npm verb afterAdd /root/.npm/request/2.36.0/package/package.json not in flight; writing
47675npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz not in flight; adding
47676npm verb addTmpTarball already have metadata; skipping unpack for accessibility-developer-tools@2.6.0
47677npm verb afterAdd /root/.npm/q/1.0.0/package/package.json not in flight; writing
47678npm verb get http://registry.npmjs.org/jasminewd not expired, no request
47679npm verb addRemoteTarball http://registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz not in flight; adding
47680npm verb addRemoteTarball [ 'http://registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz',
47681npm verb addRemoteTarball '25751a6845ef2fb424c2fa39647987ae156fd433' ]
47682npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json written
47683npm verb afterAdd /root/.npm/request/2.36.0/package/package.json written
47684npm info retry fetch attempt 1 at 19:26:30
47685npm info attempt registry request try #1 at 19:26:30
47686npm http fetch GET http://registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz
47687npm verb afterAdd /root/.npm/q/1.0.0/package/package.json written
47688npm verb afterAdd /root/.npm/jasmine/2.1.1/package/package.json not in flight; writing
47689npm verb afterAdd /root/.npm/source-map-support/0.2.10/package/package.json not in flight; writing
47690npm verb afterAdd /root/.npm/jasminewd2/0.0.2/package/package.json not in flight; writing
47691npm http fetch 200 http://registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz
47692npm verb afterAdd /root/.npm/html-entities/1.1.3/package/package.json not in flight; writing
47693npm verb afterAdd /root/.npm/minijasminenode/1.1.1/package/package.json not in flight; writing
47694npm verb afterAdd /root/.npm/saucelabs/0.1.1/package/package.json not in flight; writing
47695npm verb afterAdd /root/.npm/accessibility-developer-tools/2.6.0/package/package.json not in flight; writing
47696npm verb afterAdd /root/.npm/jasmine/2.1.1/package/package.json written
47697npm verb afterAdd /root/.npm/source-map-support/0.2.10/package/package.json written
47698npm verb afterAdd /root/.npm/jasminewd2/0.0.2/package/package.json written
47699npm verb afterAdd /root/.npm/html-entities/1.1.3/package/package.json written
47700npm verb afterAdd /root/.npm/minijasminenode/1.1.1/package/package.json written
47701npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz not in flight; adding
47702npm verb addTmpTarball already have metadata; skipping unpack for jasminewd@1.1.0
47703npm verb afterAdd /root/.npm/saucelabs/0.1.1/package/package.json written
47704npm verb afterAdd /root/.npm/accessibility-developer-tools/2.6.0/package/package.json written
47705npm verb afterAdd /root/.npm/jasminewd/1.1.0/package/package.json not in flight; writing
47706npm verb afterAdd /root/.npm/jasminewd/1.1.0/package/package.json written
47707npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz not in flight; adding
47708npm verb addTmpTarball already have metadata; skipping unpack for selenium-webdriver@2.44.0
47709npm verb afterAdd /root/.npm/selenium-webdriver/2.44.0/package/package.json not in flight; writing
47710npm verb afterAdd /root/.npm/selenium-webdriver/2.44.0/package/package.json written
47711npm verb cache add spec minimatch@0.3
47712npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
47713npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
47714npm verb request uri http://registry.npmjs.org/minimatch
47715npm verb request no auth needed
47716npm info attempt registry request try #1 at 19:26:31
47717npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
47718npm http request GET http://registry.npmjs.org/minimatch
47719npm http 304 http://registry.npmjs.org/minimatch
47720npm verb headers { date: 'Tue, 29 Dec 2015 19:23:27 GMT',
47721npm verb headers 'content-type': 'application/json',
47722npm verb headers age: '255',
47723npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47724npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47725npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47726npm verb headers connection: 'keep-alive' }
47727npm verb etag http://registry.npmjs.org/minimatch from cache
47728npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
47729npm verb addNamed "0.3.0" is a plain semver version for minimatch
47730npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
47731npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
47732npm verb cache add spec glob@^3.2.11
47733npm verb addNamed ">=3.2.11 <4.0.0" is a valid semver range for glob
47734npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
47735npm verb request uri http://registry.npmjs.org/jasmine-core
47736npm verb request no auth needed
47737npm info attempt registry request try #1 at 19:26:31
47738npm http request GET http://registry.npmjs.org/jasmine-core
47739npm verb get http://registry.npmjs.org/glob not expired, no request
47740npm verb addNamed "3.2.11" is a plain semver version for glob
47741npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
47742npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
47743npm http 200 http://registry.npmjs.org/jasmine-core
47744npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47745npm verb headers etag: '"3LOU2LF8IOLDEOZ8YLGFB2K3K"',
47746npm verb headers 'content-type': 'application/json',
47747npm verb headers 'cache-control': 'max-age=300',
47748npm verb headers 'content-length': '22361',
47749npm verb headers 'accept-ranges': 'bytes',
47750npm verb headers date: 'Tue, 29 Dec 2015 19:26:31 GMT',
47751npm verb headers age: '279',
47752npm verb headers 'x-served-by': 'cache-fra1229-FRA',
47753npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47754npm verb headers 'x-cache-hits': '1',
47755npm verb headers 'x-timer': 'S1451417191.704195,VS0,VE0',
47756npm verb headers vary: 'Accept',
47757npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47758npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47759npm verb headers connection: 'keep-alive' }
47760npm verb get saving jasmine-core to /root/.npm/registry.npmjs.org/jasmine-core/.cache.json
47761npm verb cache add spec jasmine-core@~2.1.0
47762npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for jasmine-core
47763npm verb addNameRange registry:http://registry.npmjs.org/jasmine-core not in flight; fetching
47764npm verb get http://registry.npmjs.org/jasmine-core not expired, no request
47765npm verb addNamed "2.1.3" is a plain semver version for jasmine-core
47766npm verb addRemoteTarball http://registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz not in flight; adding
47767npm verb addRemoteTarball [ 'http://registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz',
47768npm verb addRemoteTarball '83c4467a2250578e19e916cf8a2404a8c9841b39' ]
47769npm info retry fetch attempt 1 at 19:26:31
47770npm info attempt registry request try #1 at 19:26:31
47771npm http fetch GET http://registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz
47772npm http fetch 200 http://registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz
47773npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz not in flight; adding
47774npm verb addTmpTarball already have metadata; skipping unpack for jasmine-core@2.1.3
47775npm verb afterAdd /root/.npm/jasmine-core/2.1.3/package/package.json not in flight; writing
47776npm verb afterAdd /root/.npm/jasmine-core/2.1.3/package/package.json written
47777npm verb cache add spec minimatch@0.3
47778npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
47779npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
47780npm verb get http://registry.npmjs.org/minimatch not expired, no request
47781npm verb addNamed "0.3.0" is a plain semver version for minimatch
47782npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
47783npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
47784npm verb cache add spec minimist@~0.0.1
47785npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
47786npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
47787npm verb request uri http://registry.npmjs.org/minimist
47788npm verb request no auth needed
47789npm info attempt registry request try #1 at 19:26:32
47790npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
47791npm http request GET http://registry.npmjs.org/minimist
47792npm http 304 http://registry.npmjs.org/minimist
47793npm verb headers { date: 'Tue, 29 Dec 2015 19:26:32 GMT',
47794npm verb headers 'cache-control': 'max-age=300',
47795npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
47796npm verb headers age: '62',
47797npm verb headers 'x-served-by': 'cache-fra1245-FRA',
47798npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47799npm verb headers 'x-cache-hits': '3',
47800npm verb headers 'x-timer': 'S1451417192.164443,VS0,VE0',
47801npm verb headers vary: 'Accept',
47802npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47803npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47804npm verb headers connection: 'keep-alive' }
47805npm verb etag http://registry.npmjs.org/minimist from cache
47806npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
47807npm verb addNamed "0.0.10" is a plain semver version for minimist
47808npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
47809npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
47810npm verb cache add spec forever-agent@~0.5.0
47811npm verb cache add spec node-uuid@~1.4.0
47812npm verb cache add spec form-data@~0.1.0
47813npm verb cache add spec http-signature@~0.10.0
47814npm verb cache add spec oauth-sign@~0.3.0
47815npm verb cache add spec hawk@~1.0.0
47816npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
47817npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
47818npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
47819npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
47820npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
47821npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
47822npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
47823npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
47824npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for oauth-sign
47825npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
47826npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for hawk
47827npm verb addNameRange registry:http://registry.npmjs.org/hawk not in flight; fetching
47828npm verb request uri http://registry.npmjs.org/forever-agent
47829npm verb request no auth needed
47830npm info attempt registry request try #1 at 19:26:32
47831npm verb etag "3Z9M332T1HPVIXR93E7J1RS1E"
47832npm http request GET http://registry.npmjs.org/forever-agent
47833npm verb request uri http://registry.npmjs.org/node-uuid
47834npm verb request no auth needed
47835npm info attempt registry request try #1 at 19:26:32
47836npm verb etag "7SC44848JT0T1XLJAD5CB3ZVF"
47837npm http request GET http://registry.npmjs.org/node-uuid
47838npm verb request uri http://registry.npmjs.org/form-data
47839npm verb request no auth needed
47840npm info attempt registry request try #1 at 19:26:32
47841npm verb etag "3168ZUC1M6PC20LWUFGLM15N0"
47842npm http request GET http://registry.npmjs.org/form-data
47843npm verb request uri http://registry.npmjs.org/http-signature
47844npm verb request no auth needed
47845npm info attempt registry request try #1 at 19:26:32
47846npm verb etag "AY89R528YS9SVNQROK52E9CF7"
47847npm http request GET http://registry.npmjs.org/http-signature
47848npm verb request uri http://registry.npmjs.org/oauth-sign
47849npm verb request no auth needed
47850npm info attempt registry request try #1 at 19:26:32
47851npm verb etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
47852npm http request GET http://registry.npmjs.org/oauth-sign
47853npm verb request uri http://registry.npmjs.org/hawk
47854npm verb request no auth needed
47855npm info attempt registry request try #1 at 19:26:32
47856npm verb etag "DL06CWBZE06RBOAKK3T35XMYW"
47857npm http request GET http://registry.npmjs.org/hawk
47858npm http 304 http://registry.npmjs.org/forever-agent
47859npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
47860npm verb headers 'content-type': 'application/json',
47861npm verb headers age: '229',
47862npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47863npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47864npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47865npm verb headers connection: 'keep-alive' }
47866npm verb etag http://registry.npmjs.org/forever-agent from cache
47867npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
47868npm http 304 http://registry.npmjs.org/node-uuid
47869npm verb headers { date: 'Tue, 29 Dec 2015 19:24:48 GMT',
47870npm verb headers 'content-type': 'application/json',
47871npm verb headers age: '116',
47872npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47873npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47874npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47875npm verb headers connection: 'keep-alive' }
47876npm verb etag http://registry.npmjs.org/node-uuid from cache
47877npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
47878npm http 304 http://registry.npmjs.org/form-data
47879npm verb headers { date: 'Tue, 29 Dec 2015 19:23:29 GMT',
47880npm verb headers 'content-type': 'application/json',
47881npm verb headers age: '279',
47882npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
47883npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
47884npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
47885npm verb headers connection: 'keep-alive' }
47886npm verb etag http://registry.npmjs.org/form-data from cache
47887npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
47888npm http 304 http://registry.npmjs.org/http-signature
47889npm verb headers { date: 'Tue, 29 Dec 2015 19:26:32 GMT',
47890npm verb headers 'cache-control': 'max-age=60',
47891npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
47892npm verb headers age: '0',
47893npm verb headers 'x-served-by': 'cache-fra1245-FRA',
47894npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47895npm verb headers 'x-cache-hits': '1',
47896npm verb headers 'x-timer': 'S1451417192.447498,VS0,VE0',
47897npm verb headers vary: 'Accept',
47898npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
47899npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47900npm verb headers connection: 'keep-alive' }
47901npm verb etag http://registry.npmjs.org/http-signature from cache
47902npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
47903npm http 304 http://registry.npmjs.org/oauth-sign
47904npm verb headers { date: 'Tue, 29 Dec 2015 19:26:32 GMT',
47905npm verb headers 'cache-control': 'max-age=60',
47906npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
47907npm verb headers age: '0',
47908npm verb headers 'x-served-by': 'cache-fra1244-FRA',
47909npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47910npm verb headers 'x-cache-hits': '1',
47911npm verb headers 'x-timer': 'S1451417192.447647,VS0,VE0',
47912npm verb headers vary: 'Accept',
47913npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
47914npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47915npm verb headers connection: 'keep-alive' }
47916npm verb etag http://registry.npmjs.org/oauth-sign from cache
47917npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
47918npm verb addNamed "0.5.2" is a plain semver version for forever-agent
47919npm verb addNamed "0.1.4" is a plain semver version for form-data
47920npm verb addNamed "1.4.7" is a plain semver version for node-uuid
47921npm verb addNamed "0.3.0" is a plain semver version for oauth-sign
47922npm verb addNamed "0.10.1" is a plain semver version for http-signature
47923npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz not in flight; adding
47924npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz',
47925npm verb addRemoteTarball 'cb540f93bb2b22a7d5941691a288d60e8ea9386e' ]
47926npm info retry fetch attempt 1 at 19:26:32
47927npm info attempt registry request try #1 at 19:26:32
47928npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz
47929npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
47930npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
47931npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz
47932npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
47933npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
47934npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
47935npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
47936npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
47937npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz not in flight; adding
47938npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.3.0
47939npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
47940npm http 304 http://registry.npmjs.org/hawk
47941npm verb headers { date: 'Tue, 29 Dec 2015 19:26:32 GMT',
47942npm verb headers 'cache-control': 'max-age=60',
47943npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
47944npm verb headers age: '0',
47945npm verb headers 'x-served-by': 'cache-fra1225-FRA',
47946npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47947npm verb headers 'x-cache-hits': '1',
47948npm verb headers 'x-timer': 'S1451417192.447428,VS0,VE113',
47949npm verb headers vary: 'Accept',
47950npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
47951npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47952npm verb headers connection: 'keep-alive' }
47953npm verb etag http://registry.npmjs.org/hawk from cache
47954npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
47955npm verb afterAdd /root/.npm/oauth-sign/0.3.0/package/package.json not in flight; writing
47956npm verb addNamed "1.0.0" is a plain semver version for hawk
47957npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz not in flight; adding
47958npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz',
47959npm verb addRemoteTarball 'b90bb169807285411da7ffcb8dd2598502d3b52d' ]
47960npm info retry fetch attempt 1 at 19:26:32
47961npm info attempt registry request try #1 at 19:26:32
47962npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz
47963npm verb afterAdd /root/.npm/oauth-sign/0.3.0/package/package.json written
47964npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz
47965npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/hawk/-/hawk-1.0.0.tgz not in flight; adding
47966npm verb addTmpTarball already have metadata; skipping unpack for hawk@1.0.0
47967npm verb afterAdd /root/.npm/hawk/1.0.0/package/package.json not in flight; writing
47968npm verb afterAdd /root/.npm/hawk/1.0.0/package/package.json written
47969npm verb cache add spec combined-stream@~0.0.4
47970npm verb cache add spec async@~0.9.0
47971npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
47972npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
47973npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
47974npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
47975npm verb request uri http://registry.npmjs.org/combined-stream
47976npm verb request no auth needed
47977npm info attempt registry request try #1 at 19:26:32
47978npm verb etag "B4WTGKY32M1VDZX0V45HEIVUL"
47979npm http request GET http://registry.npmjs.org/combined-stream
47980npm verb request uri http://registry.npmjs.org/async
47981npm verb request no auth needed
47982npm info attempt registry request try #1 at 19:26:32
47983npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
47984npm http request GET http://registry.npmjs.org/async
47985npm http 304 http://registry.npmjs.org/combined-stream
47986npm verb headers { date: 'Tue, 29 Dec 2015 19:26:32 GMT',
47987npm verb headers 'cache-control': 'max-age=60',
47988npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
47989npm verb headers age: '5',
47990npm verb headers 'x-served-by': 'cache-fra1225-FRA',
47991npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
47992npm verb headers 'x-cache-hits': '1',
47993npm verb headers 'x-timer': 'S1451417192.743898,VS0,VE0',
47994npm verb headers vary: 'Accept',
47995npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
47996npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
47997npm verb headers connection: 'keep-alive' }
47998npm verb etag http://registry.npmjs.org/combined-stream from cache
47999npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
48000npm http 304 http://registry.npmjs.org/async
48001npm verb headers { date: 'Tue, 29 Dec 2015 19:26:32 GMT',
48002npm verb headers 'cache-control': 'max-age=300',
48003npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
48004npm verb headers age: '101',
48005npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48006npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48007npm verb headers 'x-cache-hits': '8',
48008npm verb headers 'x-timer': 'S1451417192.758241,VS0,VE0',
48009npm verb headers vary: 'Accept',
48010npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48011npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48012npm verb headers connection: 'keep-alive' }
48013npm verb etag http://registry.npmjs.org/async from cache
48014npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
48015npm verb addNamed "0.0.7" is a plain semver version for combined-stream
48016npm verb addNamed "0.9.2" is a plain semver version for async
48017npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
48018npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
48019npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
48020npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
48021npm verb cache add spec delayed-stream@0.0.5
48022npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
48023npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
48024npm verb request uri http://registry.npmjs.org/delayed-stream
48025npm verb request no auth needed
48026npm info attempt registry request try #1 at 19:26:32
48027npm verb etag "3R3PDLMYOHW7LS95R001QU3HH"
48028npm http request GET http://registry.npmjs.org/delayed-stream
48029npm http 304 http://registry.npmjs.org/delayed-stream
48030npm verb headers { date: 'Tue, 29 Dec 2015 19:26:32 GMT',
48031npm verb headers 'cache-control': 'max-age=60',
48032npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
48033npm verb headers age: '2',
48034npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48035npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48036npm verb headers 'x-cache-hits': '1',
48037npm verb headers 'x-timer': 'S1451417192.863317,VS0,VE0',
48038npm verb headers vary: 'Accept',
48039npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48040npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48041npm verb headers connection: 'keep-alive' }
48042npm verb etag http://registry.npmjs.org/delayed-stream from cache
48043npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
48044npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
48045npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
48046npm verb cache add spec hoek@0.9.x
48047npm verb cache add spec boom@0.4.x
48048npm verb cache add spec cryptiles@0.2.x
48049npm verb cache add spec sntp@0.2.x
48050npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
48051npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
48052npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
48053npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
48054npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
48055npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
48056npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
48057npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
48058npm verb request uri http://registry.npmjs.org/hoek
48059npm verb request no auth needed
48060npm info attempt registry request try #1 at 19:26:33
48061npm verb etag "BK0EM5E3PB0W7BTA9A4XMYS4P"
48062npm http request GET http://registry.npmjs.org/hoek
48063npm verb request uri http://registry.npmjs.org/boom
48064npm verb request no auth needed
48065npm info attempt registry request try #1 at 19:26:33
48066npm verb etag "1F1PXIUEXIT4BCI84DVI6LC4C"
48067npm http request GET http://registry.npmjs.org/boom
48068npm verb request uri http://registry.npmjs.org/cryptiles
48069npm verb request no auth needed
48070npm info attempt registry request try #1 at 19:26:33
48071npm verb etag "99IFMGJJU8VHDG34AJNVUOITE"
48072npm http request GET http://registry.npmjs.org/cryptiles
48073npm verb request uri http://registry.npmjs.org/sntp
48074npm verb request no auth needed
48075npm info attempt registry request try #1 at 19:26:33
48076npm verb etag "26EOAOB5E6XN99QN0TPGQ2YJE"
48077npm http request GET http://registry.npmjs.org/sntp
48078npm http 304 http://registry.npmjs.org/hoek
48079npm verb headers { date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48080npm verb headers 'cache-control': 'max-age=60',
48081npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
48082npm verb headers age: '20',
48083npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48084npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48085npm verb headers 'x-cache-hits': '2',
48086npm verb headers 'x-timer': 'S1451417193.059247,VS0,VE0',
48087npm verb headers vary: 'Accept',
48088npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48089npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48090npm verb headers connection: 'keep-alive' }
48091npm verb etag http://registry.npmjs.org/hoek from cache
48092npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
48093npm http 304 http://registry.npmjs.org/cryptiles
48094npm verb headers { date: 'Tue, 29 Dec 2015 19:24:50 GMT',
48095npm verb headers 'content-type': 'application/json',
48096npm verb headers age: '139',
48097npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
48098npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48099npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
48100npm verb headers connection: 'keep-alive' }
48101npm verb etag http://registry.npmjs.org/cryptiles from cache
48102npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
48103npm http 304 http://registry.npmjs.org/boom
48104npm verb headers { date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48105npm verb headers 'cache-control': 'max-age=300',
48106npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
48107npm verb headers age: '72',
48108npm verb headers 'x-served-by': 'cache-fra1225-FRA',
48109npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48110npm verb headers 'x-cache-hits': '4',
48111npm verb headers 'x-timer': 'S1451417193.099578,VS0,VE0',
48112npm verb headers vary: 'Accept',
48113npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48114npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48115npm verb headers connection: 'keep-alive' }
48116npm verb etag http://registry.npmjs.org/boom from cache
48117npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
48118npm http 304 http://registry.npmjs.org/sntp
48119npm verb headers { date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48120npm verb headers 'cache-control': 'max-age=300',
48121npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
48122npm verb headers age: '74',
48123npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48124npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48125npm verb headers 'x-cache-hits': '6',
48126npm verb headers 'x-timer': 'S1451417193.099762,VS0,VE0',
48127npm verb headers vary: 'Accept',
48128npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48129npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48130npm verb headers connection: 'keep-alive' }
48131npm verb etag http://registry.npmjs.org/sntp from cache
48132npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
48133npm verb addNamed "0.2.2" is a plain semver version for cryptiles
48134npm verb addNamed "0.9.1" is a plain semver version for hoek
48135npm verb addNamed "0.4.2" is a plain semver version for boom
48136npm verb addNamed "0.2.4" is a plain semver version for sntp
48137npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
48138npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
48139npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
48140npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
48141npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
48142npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
48143npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
48144npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
48145npm verb cache add spec assert-plus@^0.1.5
48146npm verb cache add spec asn1@0.1.11
48147npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
48148npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
48149npm verb addNamed "0.1.11" is a plain semver version for asn1
48150npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
48151npm verb request uri http://registry.npmjs.org/assert-plus
48152npm verb request no auth needed
48153npm info attempt registry request try #1 at 19:26:33
48154npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
48155npm http request GET http://registry.npmjs.org/assert-plus
48156npm verb request uri http://registry.npmjs.org/asn1
48157npm verb request no auth needed
48158npm info attempt registry request try #1 at 19:26:33
48159npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
48160npm http request GET http://registry.npmjs.org/asn1
48161npm http 304 http://registry.npmjs.org/assert-plus
48162npm verb headers { date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48163npm verb headers 'cache-control': 'max-age=60',
48164npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
48165npm verb headers age: '4',
48166npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48167npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48168npm verb headers 'x-cache-hits': '2',
48169npm verb headers 'x-timer': 'S1451417193.293704,VS0,VE0',
48170npm verb headers vary: 'Accept',
48171npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48172npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48173npm verb headers connection: 'keep-alive' }
48174npm verb etag http://registry.npmjs.org/assert-plus from cache
48175npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
48176npm http 304 http://registry.npmjs.org/asn1
48177npm verb headers { date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48178npm verb headers 'cache-control': 'max-age=60',
48179npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
48180npm verb headers age: '55',
48181npm verb headers 'x-served-by': 'cache-fra1225-FRA',
48182npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48183npm verb headers 'x-cache-hits': '3',
48184npm verb headers 'x-timer': 'S1451417193.293669,VS0,VE0',
48185npm verb headers vary: 'Accept',
48186npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48187npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48188npm verb headers connection: 'keep-alive' }
48189npm verb etag http://registry.npmjs.org/asn1 from cache
48190npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
48191npm verb addNamed "0.1.5" is a plain semver version for assert-plus
48192npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
48193npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
48194npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
48195npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
48196npm verb cache add spec adm-zip@0.4.4
48197npm verb cache add spec tmp@0.0.24
48198npm verb addNamed "0.4.4" is a plain semver version for adm-zip
48199npm verb addNameVersion registry:http://registry.npmjs.org/adm-zip not in flight; fetching
48200npm verb addNamed "0.0.24" is a plain semver version for tmp
48201npm verb addNameVersion registry:http://registry.npmjs.org/tmp not in flight; fetching
48202npm verb request uri http://registry.npmjs.org/xml2js
48203npm verb request no auth needed
48204npm info attempt registry request try #1 at 19:26:33
48205npm http request GET http://registry.npmjs.org/xml2js
48206npm verb get http://registry.npmjs.org/adm-zip not expired, no request
48207npm verb request uri http://registry.npmjs.org/tmp
48208npm verb request no auth needed
48209npm info attempt registry request try #1 at 19:26:33
48210npm verb etag "94E0AUDAPYNDXZ0481TGS791C"
48211npm http request GET http://registry.npmjs.org/tmp
48212npm http 304 http://registry.npmjs.org/tmp
48213npm verb headers { date: 'Tue, 29 Dec 2015 19:25:51 GMT',
48214npm verb headers 'content-type': 'application/json',
48215npm verb headers age: '265',
48216npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
48217npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48218npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
48219npm verb headers connection: 'keep-alive' }
48220npm verb etag http://registry.npmjs.org/tmp from cache
48221npm verb get saving tmp to /root/.npm/registry.npmjs.org/tmp/.cache.json
48222npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json not in flight; writing
48223npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json written
48224npm verb addRemoteTarball http://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz not in flight; adding
48225npm verb addRemoteTarball [ 'http://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz',
48226npm verb addRemoteTarball 'd6a5e198d14a9835cc6f2d7c3d9e302428c8cf12' ]
48227npm info retry fetch attempt 1 at 19:26:33
48228npm info attempt registry request try #1 at 19:26:33
48229npm http fetch GET http://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz
48230npm http fetch 200 http://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz
48231npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/tmp/-/tmp-0.0.24.tgz not in flight; adding
48232npm verb addTmpTarball already have metadata; skipping unpack for tmp@0.0.24
48233npm verb afterAdd /root/.npm/tmp/0.0.24/package/package.json not in flight; writing
48234npm verb afterAdd /root/.npm/tmp/0.0.24/package/package.json written
48235npm http 200 http://registry.npmjs.org/xml2js
48236npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48237npm verb headers etag: '"1S5OKJW66EZLJVM43BUVTA2OX"',
48238npm verb headers 'content-type': 'application/json',
48239npm verb headers 'cache-control': 'max-age=300',
48240npm verb headers 'content-length': '114525',
48241npm verb headers 'accept-ranges': 'bytes',
48242npm verb headers date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48243npm verb headers age: '18',
48244npm verb headers 'x-served-by': 'cache-fra1225-FRA',
48245npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48246npm verb headers 'x-cache-hits': '2',
48247npm verb headers 'x-timer': 'S1451417193.445170,VS0,VE0',
48248npm verb headers vary: 'Accept',
48249npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48250npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48251npm verb headers connection: 'keep-alive' }
48252npm verb get saving xml2js to /root/.npm/registry.npmjs.org/xml2js/.cache.json
48253npm verb cache add spec xml2js@0.4.4
48254npm verb addNamed "0.4.4" is a plain semver version for xml2js
48255npm verb addNameVersion registry:http://registry.npmjs.org/xml2js not in flight; fetching
48256npm verb get http://registry.npmjs.org/xml2js not expired, no request
48257npm verb addRemoteTarball http://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz not in flight; adding
48258npm verb addRemoteTarball [ 'http://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz',
48259npm verb addRemoteTarball '3111010003008ae19240eba17497b57c729c555d' ]
48260npm info retry fetch attempt 1 at 19:26:33
48261npm info attempt registry request try #1 at 19:26:33
48262npm http fetch GET http://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz
48263npm http fetch 200 http://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz
48264npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz not in flight; adding
48265npm verb addTmpTarball already have metadata; skipping unpack for xml2js@0.4.4
48266npm verb afterAdd /root/.npm/xml2js/0.4.4/package/package.json not in flight; writing
48267npm verb afterAdd /root/.npm/xml2js/0.4.4/package/package.json written
48268npm verb cache add spec source-map@0.1.32
48269npm verb addNamed "0.1.32" is a plain semver version for source-map
48270npm verb addNameVersion registry:http://registry.npmjs.org/source-map not in flight; fetching
48271npm verb request uri http://registry.npmjs.org/source-map
48272npm verb request no auth needed
48273npm info attempt registry request try #1 at 19:26:33
48274npm verb etag "9A7YCHFO2TY98XTX57E2TQ7TE"
48275npm http request GET http://registry.npmjs.org/source-map
48276npm http 304 http://registry.npmjs.org/source-map
48277npm verb headers { date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48278npm verb headers 'cache-control': 'max-age=60',
48279npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
48280npm verb headers age: '2',
48281npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48282npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48283npm verb headers 'x-cache-hits': '1',
48284npm verb headers 'x-timer': 'S1451417193.759232,VS0,VE0',
48285npm verb headers vary: 'Accept',
48286npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48287npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48288npm verb headers connection: 'keep-alive' }
48289npm verb etag http://registry.npmjs.org/source-map from cache
48290npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
48291npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz not in flight; adding
48292npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz',
48293npm verb addRemoteTarball 'c8b6c167797ba4740a8ea33252162ff08591b266' ]
48294npm info retry fetch attempt 1 at 19:26:33
48295npm info attempt registry request try #1 at 19:26:33
48296npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz
48297npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz
48298npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/source-map/-/source-map-0.1.32.tgz not in flight; adding
48299npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.32
48300npm verb afterAdd /root/.npm/source-map/0.1.32/package/package.json not in flight; writing
48301npm verb afterAdd /root/.npm/source-map/0.1.32/package/package.json written
48302npm verb cache add spec readable-stream@~1.0.17
48303npm verb cache add spec xtend@~3.0.0
48304npm verb addNamed ">=1.0.17 <1.1.0" is a valid semver range for readable-stream
48305npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
48306npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for xtend
48307npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
48308npm verb request uri http://registry.npmjs.org/readable-stream
48309npm verb request no auth needed
48310npm info attempt registry request try #1 at 19:26:33
48311npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
48312npm http request GET http://registry.npmjs.org/readable-stream
48313npm verb request uri http://registry.npmjs.org/xtend
48314npm verb request no auth needed
48315npm info attempt registry request try #1 at 19:26:33
48316npm verb etag "1IDUFAB2QOA8033MD814NYRK9"
48317npm http request GET http://registry.npmjs.org/xtend
48318npm http 304 http://registry.npmjs.org/readable-stream
48319npm verb headers { date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48320npm verb headers 'cache-control': 'max-age=300',
48321npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
48322npm verb headers age: '84',
48323npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48324npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48325npm verb headers 'x-cache-hits': '8',
48326npm verb headers 'x-timer': 'S1451417193.936023,VS0,VE0',
48327npm verb headers vary: 'Accept',
48328npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48329npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48330npm verb headers connection: 'keep-alive' }
48331npm verb etag http://registry.npmjs.org/readable-stream from cache
48332npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
48333npm http 304 http://registry.npmjs.org/xtend
48334npm verb headers { date: 'Tue, 29 Dec 2015 19:26:33 GMT',
48335npm verb headers 'cache-control': 'max-age=300',
48336npm verb headers etag: '"1IDUFAB2QOA8033MD814NYRK9"',
48337npm verb headers age: '72',
48338npm verb headers 'x-served-by': 'cache-fra1245-FRA',
48339npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48340npm verb headers 'x-cache-hits': '4',
48341npm verb headers 'x-timer': 'S1451417193.947276,VS0,VE0',
48342npm verb headers vary: 'Accept',
48343npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48344npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48345npm verb headers connection: 'keep-alive' }
48346npm verb etag http://registry.npmjs.org/xtend from cache
48347npm verb get saving xtend to /root/.npm/registry.npmjs.org/xtend/.cache.json
48348npm verb addNamed "3.0.0" is a plain semver version for xtend
48349npm verb addNamed "1.0.33" is a plain semver version for readable-stream
48350npm verb addRemoteTarball http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz not in flight; adding
48351npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz',
48352npm verb addRemoteTarball '5cce7407baf642cba7becda568111c493f59665a' ]
48353npm info retry fetch attempt 1 at 19:26:33
48354npm info attempt registry request try #1 at 19:26:33
48355npm http fetch GET http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz
48356npm http fetch 200 http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz
48357npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
48358npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xtend/-/xtend-3.0.0.tgz not in flight; adding
48359npm verb addTmpTarball already have metadata; skipping unpack for xtend@3.0.0
48360npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
48361npm verb afterAdd /root/.npm/xtend/3.0.0/package/package.json not in flight; writing
48362npm verb afterAdd /root/.npm/xtend/3.0.0/package/package.json written
48363npm verb cache add spec chalk@~0.4.0
48364npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
48365npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
48366npm verb get http://registry.npmjs.org/chalk not expired, no request
48367npm verb addNamed "0.4.0" is a plain semver version for chalk
48368npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
48369npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
48370npm verb cache add spec ansi-styles@~1.0.0
48371npm verb cache add spec strip-ansi@~0.1.0
48372npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
48373npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
48374npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
48375npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
48376npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
48377npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
48378npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
48379npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
48380npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
48381npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
48382npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
48383npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
48384npm verb cache add spec chalk@~0.5.1
48385npm verb cache add spec debug@~2.1.0
48386npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
48387npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
48388npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for debug
48389npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
48390npm verb request uri http://registry.npmjs.org/debug
48391npm verb request no auth needed
48392npm info attempt registry request try #1 at 19:26:34
48393npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
48394npm http request GET http://registry.npmjs.org/debug
48395npm verb get http://registry.npmjs.org/chalk not expired, no request
48396npm verb addNamed "0.5.1" is a plain semver version for chalk
48397npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
48398npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
48399npm http 304 http://registry.npmjs.org/debug
48400npm verb headers { date: 'Tue, 29 Dec 2015 19:26:34 GMT',
48401npm verb headers 'cache-control': 'max-age=300',
48402npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
48403npm verb headers age: '4',
48404npm verb headers 'x-served-by': 'cache-fra1245-FRA',
48405npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48406npm verb headers 'x-cache-hits': '2',
48407npm verb headers 'x-timer': 'S1451417194.261406,VS0,VE0',
48408npm verb headers vary: 'Accept',
48409npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48410npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48411npm verb headers connection: 'keep-alive' }
48412npm verb etag http://registry.npmjs.org/debug from cache
48413npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
48414npm verb addNamed "2.1.3" is a plain semver version for debug
48415npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.1.3.tgz not in flight; adding
48416npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.1.3.tgz',
48417npm verb addRemoteTarball 'ce8ab1b5ee8fbee2bfa3b633cab93d366b63418e' ]
48418npm info retry fetch attempt 1 at 19:26:34
48419npm info attempt registry request try #1 at 19:26:34
48420npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.1.3.tgz
48421npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.1.3.tgz
48422npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/debug/-/debug-2.1.3.tgz not in flight; adding
48423npm verb addTmpTarball already have metadata; skipping unpack for debug@2.1.3
48424npm verb afterAdd /root/.npm/debug/2.1.3/package/package.json not in flight; writing
48425npm verb afterAdd /root/.npm/debug/2.1.3/package/package.json written
48426npm verb cache add spec ansi-styles@^1.1.0
48427npm verb cache add spec has-ansi@^0.1.0
48428npm verb cache add spec strip-ansi@^0.3.0
48429npm verb cache add spec supports-color@^0.2.0
48430npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
48431npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
48432npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
48433npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
48434npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
48435npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
48436npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
48437npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
48438npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
48439npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
48440npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
48441npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
48442npm verb request uri http://registry.npmjs.org/has-ansi
48443npm verb request no auth needed
48444npm info attempt registry request try #1 at 19:26:34
48445npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
48446npm http request GET http://registry.npmjs.org/has-ansi
48447npm verb request uri http://registry.npmjs.org/supports-color
48448npm verb request no auth needed
48449npm info attempt registry request try #1 at 19:26:34
48450npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
48451npm http request GET http://registry.npmjs.org/supports-color
48452npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
48453npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
48454npm http 304 http://registry.npmjs.org/has-ansi
48455npm verb headers { date: 'Tue, 29 Dec 2015 19:26:34 GMT',
48456npm verb headers 'cache-control': 'max-age=60',
48457npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
48458npm verb headers age: '48',
48459npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48460npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48461npm verb headers 'x-cache-hits': '3',
48462npm verb headers 'x-timer': 'S1451417194.454101,VS0,VE0',
48463npm verb headers vary: 'Accept',
48464npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48465npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48466npm verb headers connection: 'keep-alive' }
48467npm verb etag http://registry.npmjs.org/has-ansi from cache
48468npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
48469npm http 304 http://registry.npmjs.org/supports-color
48470npm verb headers { date: 'Tue, 29 Dec 2015 19:26:34 GMT',
48471npm verb headers 'cache-control': 'max-age=60',
48472npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
48473npm verb headers age: '54',
48474npm verb headers 'x-served-by': 'cache-fra1231-FRA',
48475npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48476npm verb headers 'x-cache-hits': '4',
48477npm verb headers 'x-timer': 'S1451417194.464945,VS0,VE0',
48478npm verb headers vary: 'Accept',
48479npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48480npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48481npm verb headers connection: 'keep-alive' }
48482npm verb etag http://registry.npmjs.org/supports-color from cache
48483npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
48484npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
48485npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
48486npm verb addNamed "0.1.0" is a plain semver version for has-ansi
48487npm verb addNamed "0.2.0" is a plain semver version for supports-color
48488npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
48489npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
48490npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
48491npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
48492npm verb cache add spec ansi-regex@^0.2.0
48493npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
48494npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
48495npm verb request uri http://registry.npmjs.org/ansi-regex
48496npm verb request no auth needed
48497npm info attempt registry request try #1 at 19:26:34
48498npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
48499npm http request GET http://registry.npmjs.org/ansi-regex
48500npm http 304 http://registry.npmjs.org/ansi-regex
48501npm verb headers { date: 'Tue, 29 Dec 2015 19:26:34 GMT',
48502npm verb headers 'cache-control': 'max-age=60',
48503npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
48504npm verb headers age: '14',
48505npm verb headers 'x-served-by': 'cache-fra1231-FRA',
48506npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48507npm verb headers 'x-cache-hits': '2',
48508npm verb headers 'x-timer': 'S1451417194.565582,VS0,VE0',
48509npm verb headers vary: 'Accept',
48510npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48511npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48512npm verb headers connection: 'keep-alive' }
48513npm verb etag http://registry.npmjs.org/ansi-regex from cache
48514npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
48515npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
48516npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
48517npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
48518npm verb cache add spec ms@0.7.0
48519npm verb addNamed "0.7.0" is a plain semver version for ms
48520npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
48521npm verb request uri http://registry.npmjs.org/ms
48522npm verb request no auth needed
48523npm info attempt registry request try #1 at 19:26:34
48524npm verb etag "5W0HPW6PWGLJ3ZF2FS08L0INV"
48525npm http request GET http://registry.npmjs.org/ms
48526npm http 304 http://registry.npmjs.org/ms
48527npm verb headers { date: 'Tue, 29 Dec 2015 19:26:34 GMT',
48528npm verb headers 'cache-control': 'max-age=300',
48529npm verb headers etag: '"5W0HPW6PWGLJ3ZF2FS08L0INV"',
48530npm verb headers age: '44',
48531npm verb headers 'x-served-by': 'cache-fra1231-FRA',
48532npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48533npm verb headers 'x-cache-hits': '3',
48534npm verb headers 'x-timer': 'S1451417194.651878,VS0,VE0',
48535npm verb headers vary: 'Accept',
48536npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48537npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48538npm verb headers connection: 'keep-alive' }
48539npm verb etag http://registry.npmjs.org/ms from cache
48540npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
48541npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.7.0.tgz not in flight; adding
48542npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.7.0.tgz',
48543npm verb addRemoteTarball '865be94c2e7397ad8a57da6a633a6e2f30798b83' ]
48544npm info retry fetch attempt 1 at 19:26:34
48545npm info attempt registry request try #1 at 19:26:34
48546npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.7.0.tgz
48547npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.7.0.tgz
48548npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ms/-/ms-0.7.0.tgz not in flight; adding
48549npm verb addTmpTarball already have metadata; skipping unpack for ms@0.7.0
48550npm verb afterAdd /root/.npm/ms/0.7.0/package/package.json not in flight; writing
48551npm verb afterAdd /root/.npm/ms/0.7.0/package/package.json written
48552npm verb cache add spec wiredep@^1.5.0
48553npm verb addNamed ">=1.5.0 <2.0.0" is a valid semver range for wiredep
48554npm verb addNameRange registry:http://registry.npmjs.org/wiredep not in flight; fetching
48555npm verb request uri http://registry.npmjs.org/wiredep
48556npm verb request no auth needed
48557npm info attempt registry request try #1 at 19:26:34
48558npm verb etag "5XOI842YURILZ2ZV7RJH4N3YE"
48559npm http request GET http://registry.npmjs.org/wiredep
48560npm http 304 http://registry.npmjs.org/wiredep
48561npm verb headers { date: 'Tue, 29 Dec 2015 19:26:34 GMT',
48562npm verb headers 'cache-control': 'max-age=300',
48563npm verb headers etag: '"5XOI842YURILZ2ZV7RJH4N3YE"',
48564npm verb headers age: '33',
48565npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48566npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48567npm verb headers 'x-cache-hits': '1',
48568npm verb headers 'x-timer': 'S1451417194.789233,VS0,VE0',
48569npm verb headers vary: 'Accept',
48570npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48571npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48572npm verb headers connection: 'keep-alive' }
48573npm verb etag http://registry.npmjs.org/wiredep from cache
48574npm verb get saving wiredep to /root/.npm/registry.npmjs.org/wiredep/.cache.json
48575npm verb addNamed "1.8.6" is a plain semver version for wiredep
48576npm verb addRemoteTarball http://registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz not in flight; adding
48577npm verb addRemoteTarball [ 'http://registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz',
48578npm verb addRemoteTarball 'eea722ae2c522b9561f04d986e55b84092c714fe' ]
48579npm info retry fetch attempt 1 at 19:26:34
48580npm info attempt registry request try #1 at 19:26:34
48581npm http fetch GET http://registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz
48582npm http fetch 200 http://registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz
48583npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz not in flight; adding
48584npm verb addTmpTarball already have metadata; skipping unpack for wiredep@1.8.6
48585npm verb afterAdd /root/.npm/wiredep/1.8.6/package/package.json not in flight; writing
48586npm verb afterAdd /root/.npm/wiredep/1.8.6/package/package.json written
48587npm verb cache add spec chalk@^0.5.1
48588npm verb cache add spec glob@^4.0.5
48589npm verb cache add spec through2@^0.6.1
48590npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
48591npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
48592npm verb addNamed ">=4.0.5 <5.0.0" is a valid semver range for glob
48593npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
48594npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for through2
48595npm verb addNameRange registry:http://registry.npmjs.org/through2 not in flight; fetching
48596npm verb request uri http://registry.npmjs.org/propprop
48597npm verb request no auth needed
48598npm info attempt registry request try #1 at 19:26:34
48599npm http request GET http://registry.npmjs.org/propprop
48600npm verb get http://registry.npmjs.org/chalk not expired, no request
48601npm verb addNamed "0.5.1" is a plain semver version for chalk
48602npm verb get http://registry.npmjs.org/glob not expired, no request
48603npm verb addNamed "4.5.3" is a plain semver version for glob
48604npm verb get http://registry.npmjs.org/through2 not expired, no request
48605npm verb addNamed "0.6.5" is a plain semver version for through2
48606npm http 200 http://registry.npmjs.org/propprop
48607npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48608npm verb headers etag: '"V7TXU3TQXA74O01ES16WD45O"',
48609npm verb headers 'content-type': 'application/json',
48610npm verb headers 'cache-control': 'max-age=300',
48611npm verb headers 'content-length': '5579',
48612npm verb headers 'accept-ranges': 'bytes',
48613npm verb headers date: 'Tue, 29 Dec 2015 19:26:34 GMT',
48614npm verb headers age: '184',
48615npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48616npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48617npm verb headers 'x-cache-hits': '1',
48618npm verb headers 'x-timer': 'S1451417194.968817,VS0,VE0',
48619npm verb headers vary: 'Accept',
48620npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48621npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48622npm verb headers connection: 'keep-alive' }
48623npm verb get saving propprop to /root/.npm/registry.npmjs.org/propprop/.cache.json
48624npm verb addRemoteTarball http://registry.npmjs.org/through2/-/through2-0.6.5.tgz not in flight; adding
48625npm verb addRemoteTarball [ 'http://registry.npmjs.org/through2/-/through2-0.6.5.tgz',
48626npm verb addRemoteTarball '41ab9c67b29d57209071410e1d7a7a968cd3ad48' ]
48627npm info retry fetch attempt 1 at 19:26:35
48628npm info attempt registry request try #1 at 19:26:35
48629npm http fetch GET http://registry.npmjs.org/through2/-/through2-0.6.5.tgz
48630npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
48631npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json not in flight; writing
48632npm http fetch 200 http://registry.npmjs.org/through2/-/through2-0.6.5.tgz
48633npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json written
48634npm verb cache add spec propprop@^0.3.0
48635npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for propprop
48636npm verb addNameRange registry:http://registry.npmjs.org/propprop not in flight; fetching
48637npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
48638npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/through2/-/through2-0.6.5.tgz not in flight; adding
48639npm verb addTmpTarball already have metadata; skipping unpack for through2@0.6.5
48640npm verb get http://registry.npmjs.org/propprop not expired, no request
48641npm verb addNamed "0.3.0" is a plain semver version for propprop
48642npm verb addRemoteTarball http://registry.npmjs.org/propprop/-/propprop-0.3.0.tgz not in flight; adding
48643npm verb addRemoteTarball [ 'http://registry.npmjs.org/propprop/-/propprop-0.3.0.tgz',
48644npm verb addRemoteTarball '78e396cc1e652685ae2bf452a6690644786dd258' ]
48645npm info retry fetch attempt 1 at 19:26:35
48646npm info attempt registry request try #1 at 19:26:35
48647npm http fetch GET http://registry.npmjs.org/propprop/-/propprop-0.3.0.tgz
48648npm verb afterAdd /root/.npm/through2/0.6.5/package/package.json not in flight; writing
48649npm http fetch 200 http://registry.npmjs.org/propprop/-/propprop-0.3.0.tgz
48650npm verb afterAdd /root/.npm/through2/0.6.5/package/package.json written
48651npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/propprop/-/propprop-0.3.0.tgz not in flight; adding
48652npm verb addTmpTarball already have metadata; skipping unpack for propprop@0.3.0
48653npm verb afterAdd /root/.npm/propprop/0.3.0/package/package.json not in flight; writing
48654npm verb afterAdd /root/.npm/propprop/0.3.0/package/package.json written
48655npm verb cache add spec ansi-styles@^1.1.0
48656npm verb cache add spec has-ansi@^0.1.0
48657npm verb cache add spec strip-ansi@^0.3.0
48658npm verb cache add spec supports-color@^0.2.0
48659npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
48660npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
48661npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
48662npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
48663npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
48664npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
48665npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
48666npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
48667npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
48668npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
48669npm verb get http://registry.npmjs.org/has-ansi not expired, no request
48670npm verb addNamed "0.1.0" is a plain semver version for has-ansi
48671npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
48672npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
48673npm verb get http://registry.npmjs.org/supports-color not expired, no request
48674npm verb addNamed "0.2.0" is a plain semver version for supports-color
48675npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
48676npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
48677npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
48678npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
48679npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
48680npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
48681npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
48682npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
48683npm verb cache add spec ansi-regex@^0.2.0
48684npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
48685npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
48686npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
48687npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
48688npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
48689npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
48690npm verb cache add spec minimatch@^2.0.1
48691npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
48692npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
48693npm verb get http://registry.npmjs.org/minimatch not expired, no request
48694npm verb addNamed "2.0.10" is a plain semver version for minimatch
48695npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
48696npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
48697npm verb cache add spec readable-stream@>=1.0.33-1 <1.1.0-0
48698npm verb addNamed ">=1.0.33-1 <1.1.0-0" is a valid semver range for readable-stream
48699npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
48700npm verb get http://registry.npmjs.org/readable-stream not expired, no request
48701npm verb addNamed "1.0.33" is a plain semver version for readable-stream
48702npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
48703npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
48704npm verb cache add spec chalk@~0.4.0
48705npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
48706npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
48707npm verb request uri http://registry.npmjs.org/text-table
48708npm verb request no auth needed
48709npm info attempt registry request try #1 at 19:26:35
48710npm http request GET http://registry.npmjs.org/text-table
48711npm verb get http://registry.npmjs.org/chalk not expired, no request
48712npm verb addNamed "0.4.0" is a plain semver version for chalk
48713npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
48714npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
48715npm http 200 http://registry.npmjs.org/text-table
48716npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48717npm verb headers etag: '"F1VX0I2PBGZMZULJBA11F4BEP"',
48718npm verb headers 'content-type': 'application/json',
48719npm verb headers 'cache-control': 'max-age=60',
48720npm verb headers 'content-length': '19023',
48721npm verb headers 'accept-ranges': 'bytes',
48722npm verb headers date: 'Tue, 29 Dec 2015 19:26:35 GMT',
48723npm verb headers age: '49',
48724npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48725npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48726npm verb headers 'x-cache-hits': '2',
48727npm verb headers 'x-timer': 'S1451417195.469158,VS0,VE0',
48728npm verb headers vary: 'Accept',
48729npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48730npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48731npm verb headers connection: 'keep-alive' }
48732npm verb get saving text-table to /root/.npm/registry.npmjs.org/text-table/.cache.json
48733npm verb cache add spec text-table@~0.2.0
48734npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for text-table
48735npm verb addNameRange registry:http://registry.npmjs.org/text-table not in flight; fetching
48736npm verb get http://registry.npmjs.org/text-table not expired, no request
48737npm verb addNamed "0.2.0" is a plain semver version for text-table
48738npm verb addRemoteTarball http://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz not in flight; adding
48739npm verb addRemoteTarball [ 'http://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz',
48740npm verb addRemoteTarball '7f5ee823ae805207c00af2df4a84ec3fcfa570b4' ]
48741npm info retry fetch attempt 1 at 19:26:35
48742npm info attempt registry request try #1 at 19:26:35
48743npm http fetch GET http://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz
48744npm http fetch 200 http://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz
48745npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/text-table/-/text-table-0.2.0.tgz not in flight; adding
48746npm verb addTmpTarball already have metadata; skipping unpack for text-table@0.2.0
48747npm verb afterAdd /root/.npm/text-table/0.2.0/package/package.json not in flight; writing
48748npm verb afterAdd /root/.npm/text-table/0.2.0/package/package.json written
48749npm verb cache add spec ansi-styles@~1.0.0
48750npm verb cache add spec strip-ansi@~0.1.0
48751npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
48752npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
48753npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
48754npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
48755npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
48756npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
48757npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
48758npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
48759npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
48760npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
48761npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
48762npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
48763npm verb cache add spec colors@^1.1.0
48764npm verb cache add spec glob@^5.0.6
48765npm verb cache add spec graceful-fs@^3.0.6
48766npm verb cache add spec lodash@^3.8.0
48767npm verb cache add spec mime@^1.3.4
48768npm verb cache add spec minimatch@^2.0.7
48769npm verb cache add spec optimist@^0.6.1
48770npm verb cache add spec q@^1.4.1
48771npm verb cache add spec socket.io@0.9.16
48772npm verb cache add spec source-map@^0.4.2
48773npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for colors
48774npm verb addNameRange registry:http://registry.npmjs.org/colors not in flight; fetching
48775npm verb addNamed ">=5.0.6 <6.0.0" is a valid semver range for glob
48776npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
48777npm verb addNamed ">=3.0.6 <4.0.0" is a valid semver range for graceful-fs
48778npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
48779npm verb addNamed ">=3.8.0 <4.0.0" is a valid semver range for lodash
48780npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
48781npm verb addNamed ">=1.3.4 <2.0.0" is a valid semver range for mime
48782npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
48783npm verb addNamed ">=2.0.7 <3.0.0" is a valid semver range for minimatch
48784npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
48785npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for optimist
48786npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
48787npm verb addNamed ">=1.4.1 <2.0.0" is a valid semver range for q
48788npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
48789npm verb addNamed "0.9.16" is a plain semver version for socket.io
48790npm verb addNameVersion registry:http://registry.npmjs.org/socket.io not in flight; fetching
48791npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for source-map
48792npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
48793npm verb request uri http://registry.npmjs.org/chokidar
48794npm verb request no auth needed
48795npm info attempt registry request try #1 at 19:26:35
48796npm http request GET http://registry.npmjs.org/chokidar
48797npm verb request uri http://registry.npmjs.org/connect
48798npm verb request no auth needed
48799npm info attempt registry request try #1 at 19:26:35
48800npm http request GET http://registry.npmjs.org/connect
48801npm verb request uri http://registry.npmjs.org/di
48802npm verb request no auth needed
48803npm info attempt registry request try #1 at 19:26:35
48804npm http request GET http://registry.npmjs.org/di
48805npm verb request uri http://registry.npmjs.org/http-proxy
48806npm verb request no auth needed
48807npm info attempt registry request try #1 at 19:26:36
48808npm http request GET http://registry.npmjs.org/http-proxy
48809npm verb request uri http://registry.npmjs.org/log4js
48810npm verb request no auth needed
48811npm info attempt registry request try #1 at 19:26:36
48812npm http request GET http://registry.npmjs.org/log4js
48813npm verb request uri http://registry.npmjs.org/useragent
48814npm verb request no auth needed
48815npm info attempt registry request try #1 at 19:26:36
48816npm http request GET http://registry.npmjs.org/useragent
48817npm verb request uri http://registry.npmjs.org/colors
48818npm verb request no auth needed
48819npm info attempt registry request try #1 at 19:26:36
48820npm verb etag "C05T9PO09HOM72WVMFD3O1GNZ"
48821npm http request GET http://registry.npmjs.org/colors
48822npm verb request uri http://registry.npmjs.org/graceful-fs
48823npm verb request no auth needed
48824npm info attempt registry request try #1 at 19:26:36
48825npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
48826npm http request GET http://registry.npmjs.org/graceful-fs
48827npm verb get http://registry.npmjs.org/glob not expired, no request
48828npm verb addNamed "5.0.15" is a plain semver version for glob
48829npm verb request uri http://registry.npmjs.org/mime
48830npm verb request no auth needed
48831npm info attempt registry request try #1 at 19:26:36
48832npm verb etag "D5YYNW9VKEX13XFVBLO2Y8FTW"
48833npm http request GET http://registry.npmjs.org/mime
48834npm verb get http://registry.npmjs.org/minimatch not expired, no request
48835npm verb addNamed "2.0.10" is a plain semver version for minimatch
48836npm verb get http://registry.npmjs.org/optimist not expired, no request
48837npm verb addNamed "0.6.1" is a plain semver version for optimist
48838npm verb request uri http://registry.npmjs.org/lodash
48839npm verb request no auth needed
48840npm info attempt registry request try #1 at 19:26:36
48841npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
48842npm http request GET http://registry.npmjs.org/lodash
48843npm verb request uri http://registry.npmjs.org/socket.io
48844npm verb request no auth needed
48845npm info attempt registry request try #1 at 19:26:36
48846npm verb etag "YPDAJOHO6KKL8HPPEGN7HT5T"
48847npm http request GET http://registry.npmjs.org/socket.io
48848npm verb get http://registry.npmjs.org/q not expired, no request
48849npm verb addNamed "1.4.1" is a plain semver version for q
48850npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
48851npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-5.0.15.tgz',
48852npm verb addRemoteTarball '1bc936b9e02f4a603fcc222ecf7633d30b8b93b1' ]
48853npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-1.4.1.tgz not in flight; adding
48854npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-1.4.1.tgz',
48855npm verb addRemoteTarball '55705bcd93c5f3673530c2c2cbc0c2b3addc286e' ]
48856npm verb get http://registry.npmjs.org/source-map not expired, no request
48857npm verb addNamed "0.4.4" is a plain semver version for source-map
48858npm http 304 http://registry.npmjs.org/graceful-fs
48859npm verb headers { date: 'Tue, 29 Dec 2015 19:25:00 GMT',
48860npm verb headers 'content-type': 'application/json',
48861npm verb headers age: '124',
48862npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
48863npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48864npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
48865npm verb headers connection: 'keep-alive' }
48866npm verb etag http://registry.npmjs.org/graceful-fs from cache
48867npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
48868npm http 304 http://registry.npmjs.org/colors
48869npm verb headers { date: 'Tue, 29 Dec 2015 19:24:59 GMT',
48870npm verb headers 'content-type': 'application/json',
48871npm verb headers age: '195',
48872npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
48873npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48874npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
48875npm verb headers connection: 'keep-alive' }
48876npm verb etag http://registry.npmjs.org/colors from cache
48877npm verb get saving colors to /root/.npm/registry.npmjs.org/colors/.cache.json
48878npm http 304 http://registry.npmjs.org/mime
48879npm verb headers { date: 'Tue, 29 Dec 2015 19:26:36 GMT',
48880npm verb headers 'cache-control': 'max-age=60',
48881npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
48882npm verb headers age: '25',
48883npm verb headers 'x-served-by': 'cache-fra1225-FRA',
48884npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48885npm verb headers 'x-cache-hits': '2',
48886npm verb headers 'x-timer': 'S1451417196.120702,VS0,VE0',
48887npm verb headers vary: 'Accept',
48888npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
48889npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48890npm verb headers connection: 'keep-alive' }
48891npm verb etag http://registry.npmjs.org/mime from cache
48892npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
48893npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
48894npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz',
48895npm verb addRemoteTarball 'eba4f5da9c0dc999de68032d8b4f76173652036b' ]
48896npm info retry fetch attempt 1 at 19:26:36
48897npm info attempt registry request try #1 at 19:26:36
48898npm http fetch GET http://registry.npmjs.org/glob/-/glob-5.0.15.tgz
48899npm http 200 http://registry.npmjs.org/chokidar
48900npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48901npm verb headers etag: '"8KZVWBTUZI6U1WLSK28C0O1N5"',
48902npm verb headers 'content-type': 'application/json',
48903npm verb headers 'cache-control': 'max-age=300',
48904npm verb headers 'content-length': '100018',
48905npm verb headers 'accept-ranges': 'bytes',
48906npm verb headers date: 'Tue, 29 Dec 2015 19:26:36 GMT',
48907npm verb headers age: '12',
48908npm verb headers 'x-served-by': 'cache-fra1224-FRA',
48909npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48910npm verb headers 'x-cache-hits': '1',
48911npm verb headers 'x-timer': 'S1451417196.062819,VS0,VE0',
48912npm verb headers vary: 'Accept',
48913npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48914npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48915npm verb headers connection: 'keep-alive' }
48916npm verb get saving chokidar to /root/.npm/registry.npmjs.org/chokidar/.cache.json
48917npm http 304 http://registry.npmjs.org/lodash
48918npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
48919npm verb headers 'content-type': 'application/json',
48920npm verb headers age: '188',
48921npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
48922npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48923npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
48924npm verb headers connection: 'keep-alive' }
48925npm verb etag http://registry.npmjs.org/lodash from cache
48926npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
48927npm http 304 http://registry.npmjs.org/socket.io
48928npm verb headers { date: 'Tue, 29 Dec 2015 19:24:26 GMT',
48929npm verb headers 'content-type': 'application/json',
48930npm verb headers age: '237',
48931npm verb headers 'x-cache': 'HIT from atomic01.kolabsys.com',
48932npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48933npm verb headers via: '1.1 atomic01.kolabsys.com (squid/3.3.8)',
48934npm verb headers connection: 'keep-alive' }
48935npm verb etag http://registry.npmjs.org/socket.io from cache
48936npm verb get saving socket.io to /root/.npm/registry.npmjs.org/socket.io/.cache.json
48937npm info retry fetch attempt 1 at 19:26:36
48938npm info attempt registry request try #1 at 19:26:36
48939npm http fetch GET http://registry.npmjs.org/q/-/q-1.4.1.tgz
48940npm http 200 http://registry.npmjs.org/connect
48941npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48942npm verb headers etag: '"6WLV1OIFHPBWGUKTLEGIKQD0V"',
48943npm verb headers 'content-type': 'application/json',
48944npm verb headers 'cache-control': 'max-age=300',
48945npm verb headers 'content-length': '332110',
48946npm verb headers 'accept-ranges': 'bytes',
48947npm verb headers date: 'Tue, 29 Dec 2015 19:26:36 GMT',
48948npm verb headers age: '248',
48949npm verb headers 'x-served-by': 'cache-fra1225-FRA',
48950npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
48951npm verb headers 'x-cache-hits': '3',
48952npm verb headers 'x-timer': 'S1451417196.061401,VS0,VE0',
48953npm verb headers vary: 'Accept',
48954npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
48955npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
48956npm verb headers connection: 'keep-alive' }
48957npm verb get saving connect to /root/.npm/registry.npmjs.org/connect/.cache.json
48958npm http fetch 200 http://registry.npmjs.org/glob/-/glob-5.0.15.tgz
48959npm info retry fetch attempt 1 at 19:26:36
48960npm info attempt registry request try #1 at 19:26:36
48961npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
48962npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
48963npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
48964npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
48965npm http fetch 200 http://registry.npmjs.org/q/-/q-1.4.1.tgz
48966npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
48967npm verb addNamed "1.1.2" is a plain semver version for colors
48968npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
48969npm verb addTmpTarball already have metadata; skipping unpack for glob@5.0.15
48970npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
48971npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
48972npm verb addNamed "1.3.4" is a plain semver version for mime
48973npm verb addRemoteTarball http://registry.npmjs.org/colors/-/colors-1.1.2.tgz not in flight; adding
48974npm verb addRemoteTarball [ 'http://registry.npmjs.org/colors/-/colors-1.1.2.tgz',
48975npm verb addRemoteTarball '168a4701756b6a7f51a12ce0c97bfa28c084ed63' ]
48976npm verb addNamed "3.10.1" is a plain semver version for lodash
48977npm verb cache add spec chokidar@^1.0.1
48978npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for chokidar
48979npm verb addNameRange registry:http://registry.npmjs.org/chokidar not in flight; fetching
48980npm verb addRemoteTarball http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz not in flight; adding
48981npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz',
48982npm verb addRemoteTarball '3bab0444e49b55fbbc157424dbd41aa375a51a76' ]
48983npm info retry fetch attempt 1 at 19:26:36
48984npm info attempt registry request try #1 at 19:26:36
48985npm http fetch GET http://registry.npmjs.org/colors/-/colors-1.1.2.tgz
48986npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
48987npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.4.4
48988npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/q/-/q-1.4.1.tgz not in flight; adding
48989npm verb addTmpTarball already have metadata; skipping unpack for q@1.4.1
48990npm http 200 http://registry.npmjs.org/http-proxy
48991npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48992npm verb headers etag: '"AKKTS7GAZKRHKFB43RKR78GYX"',
48993npm verb headers 'content-type': 'application/json',
48994npm verb headers 'cache-control': 'max-age=300',
48995npm verb headers 'content-length': '121490',
48996npm verb headers 'accept-ranges': 'bytes',
48997npm verb headers date: 'Tue, 29 Dec 2015 19:26:36 GMT',
48998npm verb headers age: '225',
48999npm verb headers 'x-served-by': 'cache-fra1241-FRA',
49000npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49001npm verb headers 'x-cache-hits': '1',
49002npm verb headers 'x-timer': 'S1451417196.045107,VS0,VE0',
49003npm verb headers vary: 'Accept',
49004npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49005npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49006npm verb headers connection: 'keep-alive' }
49007npm verb get saving http-proxy to /root/.npm/registry.npmjs.org/http-proxy/.cache.json
49008npm info retry fetch attempt 1 at 19:26:36
49009npm info attempt registry request try #1 at 19:26:36
49010npm http fetch GET http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz
49011npm verb cache add spec connect@^2.29.2
49012npm verb addNamed ">=2.29.2 <3.0.0" is a valid semver range for connect
49013npm verb addNameRange registry:http://registry.npmjs.org/connect not in flight; fetching
49014npm http fetch 200 http://registry.npmjs.org/colors/-/colors-1.1.2.tgz
49015npm http 200 http://registry.npmjs.org/useragent
49016npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49017npm verb headers etag: '"2636310WSGIPY1SJ7WVO4KGJU"',
49018npm verb headers 'content-type': 'application/json',
49019npm verb headers 'cache-control': 'max-age=300',
49020npm verb headers 'content-length': '53351',
49021npm verb headers 'accept-ranges': 'bytes',
49022npm verb headers date: 'Tue, 29 Dec 2015 19:26:36 GMT',
49023npm verb headers age: '198',
49024npm verb headers 'x-served-by': 'cache-fra1238-FRA',
49025npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49026npm verb headers 'x-cache-hits': '1',
49027npm verb headers 'x-timer': 'S1451417196.061821,VS0,VE0',
49028npm verb headers vary: 'Accept',
49029npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49030npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49031npm verb headers connection: 'keep-alive' }
49032npm verb get saving useragent to /root/.npm/registry.npmjs.org/useragent/.cache.json
49033npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
49034npm http fetch 200 http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz
49035npm verb get http://registry.npmjs.org/chokidar not expired, no request
49036npm verb addNamed "1.4.1" is a plain semver version for chokidar
49037npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
49038npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json not in flight; writing
49039npm verb addRemoteTarball http://registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz not in flight; adding
49040npm verb addRemoteTarball [ 'http://registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz',
49041npm verb addRemoteTarball 'df1d906769701a0f3df492c37dcc3cb35e6450e4' ]
49042npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json not in flight; writing
49043npm verb get http://registry.npmjs.org/connect not expired, no request
49044npm verb addNamed "2.30.2" is a plain semver version for connect
49045npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
49046npm verb addRemoteTarball http://registry.npmjs.org/connect/-/connect-2.30.2.tgz not in flight; adding
49047npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect/-/connect-2.30.2.tgz',
49048npm verb addRemoteTarball '8da9bcbe8a054d3d318d74dfec903b5c39a1b609' ]
49049npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/colors/-/colors-1.1.2.tgz not in flight; adding
49050npm verb addTmpTarball already have metadata; skipping unpack for colors@1.1.2
49051npm info retry fetch attempt 1 at 19:26:36
49052npm info attempt registry request try #1 at 19:26:36
49053npm http fetch GET http://registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz
49054npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json not in flight; writing
49055npm verb afterAdd /root/.npm/q/1.4.1/package/package.json not in flight; writing
49056npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json written
49057npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
49058npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz not in flight; adding
49059npm verb addTmpTarball already have metadata; skipping unpack for socket.io@0.9.16
49060npm http fetch 200 http://registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz
49061npm info retry fetch attempt 1 at 19:26:36
49062npm info attempt registry request try #1 at 19:26:36
49063npm http fetch GET http://registry.npmjs.org/connect/-/connect-2.30.2.tgz
49064npm verb cache add spec http-proxy@^0.10
49065npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-proxy
49066npm verb addNameRange registry:http://registry.npmjs.org/http-proxy not in flight; fetching
49067npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json written
49068npm verb cache add spec useragent@^2.1.6
49069npm verb addNamed ">=2.1.6 <3.0.0" is a valid semver range for useragent
49070npm verb addNameRange registry:http://registry.npmjs.org/useragent not in flight; fetching
49071npm http 200 http://registry.npmjs.org/log4js
49072npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49073npm verb headers etag: '"7XGTC3JS2BEPTQUO8HVQNUAYS"',
49074npm verb headers 'content-type': 'application/json',
49075npm verb headers 'cache-control': 'max-age=300',
49076npm verb headers 'content-length': '67352',
49077npm verb headers 'accept-ranges': 'bytes',
49078npm verb headers date: 'Tue, 29 Dec 2015 19:26:36 GMT',
49079npm verb headers age: '0',
49080npm verb headers 'x-served-by': 'cache-fra1242-FRA',
49081npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49082npm verb headers 'x-cache-hits': '1',
49083npm verb headers 'x-timer': 'S1451417196.061782,VS0,VE425',
49084npm verb headers vary: 'Accept',
49085npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49086npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49087npm verb headers connection: 'keep-alive' }
49088npm verb get saving log4js to /root/.npm/registry.npmjs.org/log4js/.cache.json
49089npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json written
49090npm verb afterAdd /root/.npm/q/1.4.1/package/package.json written
49091npm http fetch 200 http://registry.npmjs.org/connect/-/connect-2.30.2.tgz
49092npm verb get http://registry.npmjs.org/http-proxy not expired, no request
49093npm verb addNamed "0.10.4" is a plain semver version for http-proxy
49094npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz not in flight; adding
49095npm verb addTmpTarball already have metadata; skipping unpack for chokidar@1.4.1
49096npm verb afterAdd /root/.npm/colors/1.1.2/package/package.json not in flight; writing
49097npm verb get http://registry.npmjs.org/useragent not expired, no request
49098npm verb addNamed "2.1.8" is a plain semver version for useragent
49099npm verb addRemoteTarball http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz not in flight; adding
49100npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz',
49101npm verb addRemoteTarball '14ba0ceaa2197f89fa30dea9e7b09e19cd93c22f' ]
49102npm verb addRemoteTarball http://registry.npmjs.org/useragent/-/useragent-2.1.8.tgz not in flight; adding
49103npm verb addRemoteTarball [ 'http://registry.npmjs.org/useragent/-/useragent-2.1.8.tgz',
49104npm verb addRemoteTarball '7a09a53770e039136e0d61fb77e65e2bf1920093' ]
49105npm verb afterAdd /root/.npm/socket.io/0.9.16/package/package.json not in flight; writing
49106npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/connect/-/connect-2.30.2.tgz not in flight; adding
49107npm verb addTmpTarball already have metadata; skipping unpack for connect@2.30.2
49108npm info retry fetch attempt 1 at 19:26:36
49109npm info attempt registry request try #1 at 19:26:36
49110npm http fetch GET http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz
49111npm http 200 http://registry.npmjs.org/di
49112npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49113npm verb headers etag: '"10DXJ6U1SQB8Y5B7RU0YDXOJV"',
49114npm verb headers 'content-type': 'application/json',
49115npm verb headers 'cache-control': 'max-age=300',
49116npm verb headers 'content-length': '23770',
49117npm verb headers 'accept-ranges': 'bytes',
49118npm verb headers date: 'Tue, 29 Dec 2015 19:26:36 GMT',
49119npm verb headers age: '0',
49120npm verb headers 'x-served-by': 'cache-fra1244-FRA',
49121npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49122npm verb headers 'x-cache-hits': '1',
49123npm verb headers 'x-timer': 'S1451417196.045000,VS0,VE579',
49124npm verb headers vary: 'Accept',
49125npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49126npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49127npm verb headers connection: 'keep-alive' }
49128npm verb get saving di to /root/.npm/registry.npmjs.org/di/.cache.json
49129npm info retry fetch attempt 1 at 19:26:36
49130npm info attempt registry request try #1 at 19:26:36
49131npm http fetch GET http://registry.npmjs.org/useragent/-/useragent-2.1.8.tgz
49132npm verb afterAdd /root/.npm/colors/1.1.2/package/package.json written
49133npm verb cache add spec log4js@^0.6.25
49134npm verb addNamed ">=0.6.25 <0.7.0" is a valid semver range for log4js
49135npm verb addNameRange registry:http://registry.npmjs.org/log4js not in flight; fetching
49136npm http fetch 200 http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz
49137npm http fetch 200 http://registry.npmjs.org/useragent/-/useragent-2.1.8.tgz
49138npm verb afterAdd /root/.npm/socket.io/0.9.16/package/package.json written
49139npm verb afterAdd /root/.npm/chokidar/1.4.1/package/package.json not in flight; writing
49140npm verb get http://registry.npmjs.org/log4js not expired, no request
49141npm verb addNamed "0.6.29" is a plain semver version for log4js
49142npm verb addRemoteTarball http://registry.npmjs.org/log4js/-/log4js-0.6.29.tgz not in flight; adding
49143npm verb addRemoteTarball [ 'http://registry.npmjs.org/log4js/-/log4js-0.6.29.tgz',
49144npm verb addRemoteTarball '3b07f57160cfb9a7bfca271913e8344e81862ec6' ]
49145npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz not in flight; adding
49146npm verb addTmpTarball already have metadata; skipping unpack for http-proxy@0.10.4
49147npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/useragent/-/useragent-2.1.8.tgz not in flight; adding
49148npm verb addTmpTarball already have metadata; skipping unpack for useragent@2.1.8
49149npm verb afterAdd /root/.npm/connect/2.30.2/package/package.json not in flight; writing
49150npm verb cache add spec di@^0.0.1
49151npm verb addNamed ">=0.0.1 <0.0.2" is a valid semver range for di
49152npm verb addNameRange registry:http://registry.npmjs.org/di not in flight; fetching
49153npm info retry fetch attempt 1 at 19:26:36
49154npm info attempt registry request try #1 at 19:26:36
49155npm http fetch GET http://registry.npmjs.org/log4js/-/log4js-0.6.29.tgz
49156npm verb afterAdd /root/.npm/chokidar/1.4.1/package/package.json written
49157npm http fetch 200 http://registry.npmjs.org/log4js/-/log4js-0.6.29.tgz
49158npm verb afterAdd /root/.npm/connect/2.30.2/package/package.json written
49159npm verb get http://registry.npmjs.org/di not expired, no request
49160npm verb addNamed "0.0.1" is a plain semver version for di
49161npm verb addRemoteTarball http://registry.npmjs.org/di/-/di-0.0.1.tgz not in flight; adding
49162npm verb addRemoteTarball [ 'http://registry.npmjs.org/di/-/di-0.0.1.tgz',
49163npm verb addRemoteTarball '806649326ceaa7caa3306d75d985ea2748ba913c' ]
49164npm info retry fetch attempt 1 at 19:26:36
49165npm info attempt registry request try #1 at 19:26:36
49166npm http fetch GET http://registry.npmjs.org/di/-/di-0.0.1.tgz
49167npm verb afterAdd /root/.npm/http-proxy/0.10.4/package/package.json not in flight; writing
49168npm verb afterAdd /root/.npm/useragent/2.1.8/package/package.json not in flight; writing
49169npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/log4js/-/log4js-0.6.29.tgz not in flight; adding
49170npm verb addTmpTarball already have metadata; skipping unpack for log4js@0.6.29
49171npm verb afterAdd /root/.npm/http-proxy/0.10.4/package/package.json written
49172npm verb afterAdd /root/.npm/useragent/2.1.8/package/package.json written
49173npm http fetch 200 http://registry.npmjs.org/di/-/di-0.0.1.tgz
49174npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/di/-/di-0.0.1.tgz not in flight; adding
49175npm verb addTmpTarball already have metadata; skipping unpack for di@0.0.1
49176npm verb afterAdd /root/.npm/log4js/0.6.29/package/package.json not in flight; writing
49177npm verb afterAdd /root/.npm/log4js/0.6.29/package/package.json written
49178npm verb afterAdd /root/.npm/di/0.0.1/package/package.json not in flight; writing
49179npm verb afterAdd /root/.npm/di/0.0.1/package/package.json written
49180npm verb cache add spec readdirp@^2.0.0
49181npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for readdirp
49182npm verb addNameRange registry:http://registry.npmjs.org/readdirp not in flight; fetching
49183npm verb request uri http://registry.npmjs.org/anymatch
49184npm verb request no auth needed
49185npm info attempt registry request try #1 at 19:26:37
49186npm http request GET http://registry.npmjs.org/anymatch
49187npm verb request uri http://registry.npmjs.org/async-each
49188npm verb request no auth needed
49189npm info attempt registry request try #1 at 19:26:37
49190npm http request GET http://registry.npmjs.org/async-each
49191npm verb request uri http://registry.npmjs.org/glob-parent
49192npm verb request no auth needed
49193npm info attempt registry request try #1 at 19:26:37
49194npm http request GET http://registry.npmjs.org/glob-parent
49195npm verb request uri http://registry.npmjs.org/is-binary-path
49196npm verb request no auth needed
49197npm info attempt registry request try #1 at 19:26:37
49198npm http request GET http://registry.npmjs.org/is-binary-path
49199npm verb request uri http://registry.npmjs.org/is-glob
49200npm verb request no auth needed
49201npm info attempt registry request try #1 at 19:26:37
49202npm http request GET http://registry.npmjs.org/is-glob
49203npm verb request uri http://registry.npmjs.org/fsevents
49204npm verb request no auth needed
49205npm info attempt registry request try #1 at 19:26:37
49206npm http request GET http://registry.npmjs.org/fsevents
49207npm verb request uri http://registry.npmjs.org/readdirp
49208npm verb request no auth needed
49209npm info attempt registry request try #1 at 19:26:37
49210npm verb etag "COCTXE1WWQR4V0VYMHY6H3M61"
49211npm http request GET http://registry.npmjs.org/readdirp
49212npm http 200 http://registry.npmjs.org/anymatch
49213npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49214npm verb headers etag: '"81Z162P6DSIRIRFQR16O4OLDS"',
49215npm verb headers 'content-type': 'application/json',
49216npm verb headers 'cache-control': 'max-age=300',
49217npm verb headers 'content-length': '14472',
49218npm verb headers 'accept-ranges': 'bytes',
49219npm verb headers date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49220npm verb headers age: '265',
49221npm verb headers 'x-served-by': 'cache-fra1242-FRA',
49222npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49223npm verb headers 'x-cache-hits': '3',
49224npm verb headers 'x-timer': 'S1451417197.200516,VS0,VE0',
49225npm verb headers vary: 'Accept',
49226npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49227npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49228npm verb headers connection: 'keep-alive' }
49229npm verb get saving anymatch to /root/.npm/registry.npmjs.org/anymatch/.cache.json
49230npm verb cache add spec anymatch@^1.3.0
49231npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for anymatch
49232npm verb addNameRange registry:http://registry.npmjs.org/anymatch not in flight; fetching
49233npm http 200 http://registry.npmjs.org/is-glob
49234npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49235npm verb headers etag: '"1OODXUNZDKGII61GJ84K3VGBI"',
49236npm verb headers 'content-type': 'application/json',
49237npm verb headers 'cache-control': 'max-age=300',
49238npm verb headers 'content-length': '16959',
49239npm verb headers 'accept-ranges': 'bytes',
49240npm verb headers date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49241npm verb headers age: '278',
49242npm verb headers 'x-served-by': 'cache-fra1225-FRA',
49243npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49244npm verb headers 'x-cache-hits': '8',
49245npm verb headers 'x-timer': 'S1451417197.200465,VS0,VE0',
49246npm verb headers vary: 'Accept',
49247npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49248npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49249npm verb headers connection: 'keep-alive' }
49250npm verb get saving is-glob to /root/.npm/registry.npmjs.org/is-glob/.cache.json
49251npm verb get http://registry.npmjs.org/anymatch not expired, no request
49252npm verb addNamed "1.3.0" is a plain semver version for anymatch
49253npm http 200 http://registry.npmjs.org/fsevents
49254npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49255npm verb headers etag: '"43VWEZO0NHQR9W0RRC4SYHILN"',
49256npm verb headers 'content-type': 'application/json',
49257npm verb headers 'cache-control': 'max-age=300',
49258npm verb headers 'content-length': '32683',
49259npm verb headers 'accept-ranges': 'bytes',
49260npm verb headers date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49261npm verb headers age: '11',
49262npm verb headers 'x-served-by': 'cache-fra1225-FRA',
49263npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49264npm verb headers 'x-cache-hits': '1',
49265npm verb headers 'x-timer': 'S1451417197.220229,VS0,VE0',
49266npm verb headers vary: 'Accept',
49267npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49268npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49269npm verb headers connection: 'keep-alive' }
49270npm verb get saving fsevents to /root/.npm/registry.npmjs.org/fsevents/.cache.json
49271npm verb addRemoteTarball http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz not in flight; adding
49272npm verb addRemoteTarball [ 'http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz',
49273npm verb addRemoteTarball 'a3e52fa39168c825ff57b0248126ce5a8ff95507' ]
49274npm info retry fetch attempt 1 at 19:26:37
49275npm info attempt registry request try #1 at 19:26:37
49276npm http fetch GET http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz
49277npm verb cache add spec is-glob@^2.0.0
49278npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for is-glob
49279npm verb addNameRange registry:http://registry.npmjs.org/is-glob not in flight; fetching
49280npm http 200 http://registry.npmjs.org/is-binary-path
49281npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49282npm verb headers etag: '"9UPEVFUU3D0EQPLGFC7TPVCY4"',
49283npm verb headers 'content-type': 'application/json',
49284npm verb headers 'cache-control': 'max-age=300',
49285npm verb headers 'content-length': '4193',
49286npm verb headers 'accept-ranges': 'bytes',
49287npm verb headers date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49288npm verb headers age: '244',
49289npm verb headers 'x-served-by': 'cache-fra1224-FRA',
49290npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49291npm verb headers 'x-cache-hits': '1',
49292npm verb headers 'x-timer': 'S1451417197.200639,VS0,VE0',
49293npm verb headers vary: 'Accept',
49294npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49295npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49296npm verb headers connection: 'keep-alive' }
49297npm verb get saving is-binary-path to /root/.npm/registry.npmjs.org/is-binary-path/.cache.json
49298npm http 200 http://registry.npmjs.org/async-each
49299npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49300npm verb headers etag: '"11HX3XF6IO25WGQUQUOHH5REL"',
49301npm verb headers 'content-type': 'application/json',
49302npm verb headers 'cache-control': 'max-age=300',
49303npm verb headers 'content-length': '11701',
49304npm verb headers 'accept-ranges': 'bytes',
49305npm verb headers date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49306npm verb headers age: '11',
49307npm verb headers 'x-served-by': 'cache-fra1238-FRA',
49308npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49309npm verb headers 'x-cache-hits': '1',
49310npm verb headers 'x-timer': 'S1451417197.200322,VS0,VE0',
49311npm verb headers vary: 'Accept',
49312npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49313npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49314npm verb headers connection: 'keep-alive' }
49315npm verb get saving async-each to /root/.npm/registry.npmjs.org/async-each/.cache.json
49316npm http 200 http://registry.npmjs.org/glob-parent
49317npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49318npm verb headers etag: '"8701O6YL90ES6PNM2NRNZQ22A"',
49319npm verb headers 'content-type': 'application/json',
49320npm verb headers 'cache-control': 'max-age=60',
49321npm verb headers 'content-length': '7990',
49322npm verb headers 'accept-ranges': 'bytes',
49323npm verb headers date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49324npm verb headers age: '10',
49325npm verb headers 'x-served-by': 'cache-fra1241-FRA',
49326npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49327npm verb headers 'x-cache-hits': '1',
49328npm verb headers 'x-timer': 'S1451417197.200790,VS0,VE0',
49329npm verb headers vary: 'Accept',
49330npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49331npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49332npm verb headers connection: 'keep-alive' }
49333npm verb get saving glob-parent to /root/.npm/registry.npmjs.org/glob-parent/.cache.json
49334npm http fetch 200 http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz
49335npm verb get http://registry.npmjs.org/is-glob not expired, no request
49336npm verb addNamed "2.0.1" is a plain semver version for is-glob
49337npm verb addRemoteTarball http://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz not in flight; adding
49338npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz',
49339npm verb addRemoteTarball 'd096f926a3ded5600f3fdfd91198cb0888c2d863' ]
49340npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz not in flight; adding
49341npm verb addTmpTarball already have metadata; skipping unpack for anymatch@1.3.0
49342npm info retry fetch attempt 1 at 19:26:37
49343npm info attempt registry request try #1 at 19:26:37
49344npm http fetch GET http://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz
49345npm verb cache add spec async-each@^0.1.6
49346npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for async-each
49347npm verb addNameRange registry:http://registry.npmjs.org/async-each not in flight; fetching
49348npm verb cache add spec is-binary-path@^1.0.0
49349npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-binary-path
49350npm verb addNameRange registry:http://registry.npmjs.org/is-binary-path not in flight; fetching
49351npm verb cache add spec glob-parent@^2.0.0
49352npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for glob-parent
49353npm verb addNameRange registry:http://registry.npmjs.org/glob-parent not in flight; fetching
49354npm http fetch 200 http://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz
49355npm verb get http://registry.npmjs.org/async-each not expired, no request
49356npm verb addNamed "0.1.6" is a plain semver version for async-each
49357npm verb get http://registry.npmjs.org/is-binary-path not expired, no request
49358npm verb addNamed "1.0.1" is a plain semver version for is-binary-path
49359npm verb get http://registry.npmjs.org/glob-parent not expired, no request
49360npm verb addNamed "2.0.0" is a plain semver version for glob-parent
49361npm verb addRemoteTarball http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz not in flight; adding
49362npm verb addRemoteTarball [ 'http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz',
49363npm verb addRemoteTarball 'b67e99edcddf96541e44af56290cd7d5c6e70439' ]
49364npm verb addRemoteTarball http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz not in flight; adding
49365npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz',
49366npm verb addRemoteTarball '75f16642b480f187a711c814161fd3a4a7655898' ]
49367npm verb addRemoteTarball http://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz not in flight; adding
49368npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz',
49369npm verb addRemoteTarball '81383d72db054fcccf5336daa902f182f6edbb28' ]
49370npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz not in flight; adding
49371npm verb addTmpTarball already have metadata; skipping unpack for is-glob@2.0.1
49372npm verb afterAdd /root/.npm/anymatch/1.3.0/package/package.json not in flight; writing
49373npm info retry fetch attempt 1 at 19:26:37
49374npm info attempt registry request try #1 at 19:26:37
49375npm http fetch GET http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz
49376npm info retry fetch attempt 1 at 19:26:37
49377npm info attempt registry request try #1 at 19:26:37
49378npm http fetch GET http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz
49379npm info retry fetch attempt 1 at 19:26:37
49380npm info attempt registry request try #1 at 19:26:37
49381npm http fetch GET http://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz
49382npm http fetch 200 http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz
49383npm http fetch 200 http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz
49384npm verb afterAdd /root/.npm/anymatch/1.3.0/package/package.json written
49385npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/async-each/-/async-each-0.1.6.tgz not in flight; adding
49386npm verb addTmpTarball already have metadata; skipping unpack for async-each@0.1.6
49387npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz not in flight; adding
49388npm verb addTmpTarball already have metadata; skipping unpack for is-binary-path@1.0.1
49389npm verb afterAdd /root/.npm/is-glob/2.0.1/package/package.json not in flight; writing
49390npm http fetch 200 http://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz
49391npm verb afterAdd /root/.npm/is-glob/2.0.1/package/package.json written
49392npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz not in flight; adding
49393npm verb addTmpTarball already have metadata; skipping unpack for glob-parent@2.0.0
49394npm verb afterAdd /root/.npm/async-each/0.1.6/package/package.json not in flight; writing
49395npm verb afterAdd /root/.npm/is-binary-path/1.0.1/package/package.json not in flight; writing
49396npm verb afterAdd /root/.npm/async-each/0.1.6/package/package.json written
49397npm verb afterAdd /root/.npm/is-binary-path/1.0.1/package/package.json written
49398npm verb afterAdd /root/.npm/glob-parent/2.0.0/package/package.json not in flight; writing
49399npm verb afterAdd /root/.npm/glob-parent/2.0.0/package/package.json written
49400npm http 304 http://registry.npmjs.org/readdirp
49401npm verb headers { date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49402npm verb headers 'cache-control': 'max-age=60',
49403npm verb headers etag: '"COCTXE1WWQR4V0VYMHY6H3M61"',
49404npm verb headers age: '0',
49405npm verb headers 'x-served-by': 'cache-fra1239-FRA',
49406npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49407npm verb headers 'x-cache-hits': '1',
49408npm verb headers 'x-timer': 'S1451417197.228245,VS0,VE569',
49409npm verb headers vary: 'Accept',
49410npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49411npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49412npm verb headers connection: 'keep-alive' }
49413npm verb etag http://registry.npmjs.org/readdirp from cache
49414npm verb get saving readdirp to /root/.npm/registry.npmjs.org/readdirp/.cache.json
49415npm verb addNamed "2.0.0" is a plain semver version for readdirp
49416npm verb addRemoteTarball http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz not in flight; adding
49417npm verb addRemoteTarball [ 'http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz',
49418npm verb addRemoteTarball 'cc09ba5d12d8feb864bc75f6e2ebc137060cbd82' ]
49419npm info retry fetch attempt 1 at 19:26:37
49420npm info attempt registry request try #1 at 19:26:37
49421npm http fetch GET http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz
49422npm http fetch 200 http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz
49423npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz not in flight; adding
49424npm verb addTmpTarball already have metadata; skipping unpack for readdirp@2.0.0
49425npm verb afterAdd /root/.npm/readdirp/2.0.0/package/package.json not in flight; writing
49426npm verb afterAdd /root/.npm/readdirp/2.0.0/package/package.json written
49427npm verb request uri http://registry.npmjs.org/arrify
49428npm verb request no auth needed
49429npm info attempt registry request try #1 at 19:26:37
49430npm http request GET http://registry.npmjs.org/arrify
49431npm verb request uri http://registry.npmjs.org/micromatch
49432npm verb request no auth needed
49433npm info attempt registry request try #1 at 19:26:37
49434npm http request GET http://registry.npmjs.org/micromatch
49435npm http 200 http://registry.npmjs.org/arrify
49436npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49437npm verb headers etag: '"67A12APZMYN1XJQ7P04Y95IW2"',
49438npm verb headers 'content-type': 'application/json',
49439npm verb headers 'cache-control': 'max-age=300',
49440npm verb headers 'content-length': '3531',
49441npm verb headers 'accept-ranges': 'bytes',
49442npm verb headers date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49443npm verb headers age: '195',
49444npm verb headers 'x-served-by': 'cache-fra1239-FRA',
49445npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49446npm verb headers 'x-cache-hits': '4',
49447npm verb headers 'x-timer': 'S1451417197.886049,VS0,VE0',
49448npm verb headers vary: 'Accept',
49449npm verb headers 'x-cache-lookup': 'HIT from atomic01.kolabsys.com:3129',
49450npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49451npm verb headers connection: 'keep-alive' }
49452npm verb get saving arrify to /root/.npm/registry.npmjs.org/arrify/.cache.json
49453npm verb cache add spec arrify@^1.0.0
49454npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for arrify
49455npm verb addNameRange registry:http://registry.npmjs.org/arrify not in flight; fetching
49456npm verb get http://registry.npmjs.org/arrify not expired, no request
49457npm verb addNamed "1.0.1" is a plain semver version for arrify
49458npm verb addRemoteTarball http://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz not in flight; adding
49459npm verb addRemoteTarball [ 'http://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz',
49460npm verb addRemoteTarball '898508da2226f380df904728456849c1501a4b0d' ]
49461npm info retry fetch attempt 1 at 19:26:37
49462npm info attempt registry request try #1 at 19:26:37
49463npm http fetch GET http://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz
49464npm http fetch 200 http://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz
49465npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/arrify/-/arrify-1.0.1.tgz not in flight; adding
49466npm verb addTmpTarball already have metadata; skipping unpack for arrify@1.0.1
49467npm verb afterAdd /root/.npm/arrify/1.0.1/package/package.json not in flight; writing
49468npm verb afterAdd /root/.npm/arrify/1.0.1/package/package.json written
49469npm http 200 http://registry.npmjs.org/micromatch
49470npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49471npm verb headers etag: '"2QEYD5G6QZQJZ3ZMZ1QESB42I"',
49472npm verb headers 'content-type': 'application/json',
49473npm verb headers 'cache-control': 'max-age=300',
49474npm verb headers 'content-length': '97926',
49475npm verb headers 'accept-ranges': 'bytes',
49476npm verb headers date: 'Tue, 29 Dec 2015 19:26:37 GMT',
49477npm verb headers age: '153',
49478npm verb headers 'x-served-by': 'cache-fra1238-FRA',
49479npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49480npm verb headers 'x-cache-hits': '2',
49481npm verb headers 'x-timer': 'S1451417197.892635,VS0,VE0',
49482npm verb headers vary: 'Accept',
49483npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49484npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49485npm verb headers connection: 'keep-alive' }
49486npm verb get saving micromatch to /root/.npm/registry.npmjs.org/micromatch/.cache.json
49487npm verb cache add spec micromatch@^2.1.5
49488npm verb addNamed ">=2.1.5 <3.0.0" is a valid semver range for micromatch
49489npm verb addNameRange registry:http://registry.npmjs.org/micromatch not in flight; fetching
49490npm verb get http://registry.npmjs.org/micromatch not expired, no request
49491npm verb addNamed "2.3.7" is a plain semver version for micromatch
49492npm verb addRemoteTarball http://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz not in flight; adding
49493npm verb addRemoteTarball [ 'http://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz',
49494npm verb addRemoteTarball '2f2e85ef46140dbea6cb55e739b6b11b30eaa509' ]
49495npm info retry fetch attempt 1 at 19:26:38
49496npm info attempt registry request try #1 at 19:26:38
49497npm http fetch GET http://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz
49498npm http fetch 200 http://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz
49499npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz not in flight; adding
49500npm verb addTmpTarball already have metadata; skipping unpack for micromatch@2.3.7
49501npm verb afterAdd /root/.npm/micromatch/2.3.7/package/package.json not in flight; writing
49502npm verb afterAdd /root/.npm/micromatch/2.3.7/package/package.json written
49503npm verb request uri http://registry.npmjs.org/arr-diff
49504npm verb request no auth needed
49505npm info attempt registry request try #1 at 19:26:38
49506npm http request GET http://registry.npmjs.org/arr-diff
49507npm verb request uri http://registry.npmjs.org/array-unique
49508npm verb request no auth needed
49509npm info attempt registry request try #1 at 19:26:38
49510npm http request GET http://registry.npmjs.org/array-unique
49511npm verb request uri http://registry.npmjs.org/braces
49512npm verb request no auth needed
49513npm info attempt registry request try #1 at 19:26:38
49514npm http request GET http://registry.npmjs.org/braces
49515npm verb request uri http://registry.npmjs.org/expand-brackets
49516npm verb request no auth needed
49517npm info attempt registry request try #1 at 19:26:38
49518npm http request GET http://registry.npmjs.org/expand-brackets
49519npm verb request uri http://registry.npmjs.org/extglob
49520npm verb request no auth needed
49521npm info attempt registry request try #1 at 19:26:38
49522npm http request GET http://registry.npmjs.org/extglob
49523npm verb request uri http://registry.npmjs.org/filename-regex
49524npm verb request no auth needed
49525npm info attempt registry request try #1 at 19:26:38
49526npm http request GET http://registry.npmjs.org/filename-regex
49527npm verb request uri http://registry.npmjs.org/is-extglob
49528npm verb request no auth needed
49529npm info attempt registry request try #1 at 19:26:38
49530npm http request GET http://registry.npmjs.org/is-extglob
49531npm verb request uri http://registry.npmjs.org/kind-of
49532npm verb request no auth needed
49533npm info attempt registry request try #1 at 19:26:38
49534npm http request GET http://registry.npmjs.org/kind-of
49535npm verb request uri http://registry.npmjs.org/normalize-path
49536npm verb request no auth needed
49537npm info attempt registry request try #1 at 19:26:38
49538npm http request GET http://registry.npmjs.org/normalize-path
49539npm verb request uri http://registry.npmjs.org/object.omit
49540npm verb request no auth needed
49541npm info attempt registry request try #1 at 19:26:38
49542npm http request GET http://registry.npmjs.org/object.omit
49543npm verb request uri http://registry.npmjs.org/parse-glob
49544npm verb request no auth needed
49545npm info attempt registry request try #1 at 19:26:38
49546npm http request GET http://registry.npmjs.org/parse-glob
49547npm verb request uri http://registry.npmjs.org/regex-cache
49548npm verb request no auth needed
49549npm info attempt registry request try #1 at 19:26:38
49550npm http request GET http://registry.npmjs.org/regex-cache
49551npm http 200 http://registry.npmjs.org/is-extglob
49552npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49553npm verb headers etag: '"70SKWRI3IKCN2XADQND9A131E"',
49554npm verb headers 'content-type': 'application/json',
49555npm verb headers 'cache-control': 'max-age=60',
49556npm verb headers 'content-length': '4086',
49557npm verb headers 'accept-ranges': 'bytes',
49558npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49559npm verb headers age: '52',
49560npm verb headers 'x-served-by': 'cache-fra1238-FRA',
49561npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49562npm verb headers 'x-cache-hits': '1',
49563npm verb headers 'x-timer': 'S1451417198.347158,VS0,VE0',
49564npm verb headers vary: 'Accept',
49565npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49566npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49567npm verb headers connection: 'keep-alive' }
49568npm verb get saving is-extglob to /root/.npm/registry.npmjs.org/is-extglob/.cache.json
49569npm http 200 http://registry.npmjs.org/expand-brackets
49570npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49571npm verb headers etag: '"5DH6F2FA9NNCMTTMBU5K25YV3"',
49572npm verb headers 'content-type': 'application/json',
49573npm verb headers 'cache-control': 'max-age=300',
49574npm verb headers 'content-length': '10295',
49575npm verb headers 'accept-ranges': 'bytes',
49576npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49577npm verb headers age: '72',
49578npm verb headers 'x-served-by': 'cache-fra1242-FRA',
49579npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49580npm verb headers 'x-cache-hits': '2',
49581npm verb headers 'x-timer': 'S1451417198.347471,VS0,VE0',
49582npm verb headers vary: 'Accept',
49583npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49584npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49585npm verb headers connection: 'keep-alive' }
49586npm verb get saving expand-brackets to /root/.npm/registry.npmjs.org/expand-brackets/.cache.json
49587npm http 200 http://registry.npmjs.org/kind-of
49588npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49589npm verb headers etag: '"7FGSN11NJQS9V0AWG6OHYCVV"',
49590npm verb headers 'content-type': 'application/json',
49591npm verb headers 'cache-control': 'max-age=60',
49592npm verb headers 'content-length': '23364',
49593npm verb headers 'accept-ranges': 'bytes',
49594npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49595npm verb headers age: '34',
49596npm verb headers 'x-served-by': 'cache-fra1224-FRA',
49597npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49598npm verb headers 'x-cache-hits': '1',
49599npm verb headers 'x-timer': 'S1451417198.347254,VS0,VE0',
49600npm verb headers vary: 'Accept',
49601npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49602npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49603npm verb headers connection: 'keep-alive' }
49604npm verb get saving kind-of to /root/.npm/registry.npmjs.org/kind-of/.cache.json
49605npm verb cache add spec is-extglob@^1.0.0
49606npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-extglob
49607npm verb addNameRange registry:http://registry.npmjs.org/is-extglob not in flight; fetching
49608npm verb cache add spec expand-brackets@^0.1.4
49609npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for expand-brackets
49610npm verb addNameRange registry:http://registry.npmjs.org/expand-brackets not in flight; fetching
49611npm http 200 http://registry.npmjs.org/parse-glob
49612npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49613npm verb headers etag: '"7U8GFXAHLNFHZ34PAHGAHIJ6G"',
49614npm verb headers 'content-type': 'application/json',
49615npm verb headers 'cache-control': 'max-age=60',
49616npm verb headers 'content-length': '24007',
49617npm verb headers 'accept-ranges': 'bytes',
49618npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49619npm verb headers age: '59',
49620npm verb headers 'x-served-by': 'cache-fra1225-FRA',
49621npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49622npm verb headers 'x-cache-hits': '3',
49623npm verb headers 'x-timer': 'S1451417198.370332,VS0,VE0',
49624npm verb headers vary: 'Accept',
49625npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49626npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49627npm verb headers connection: 'keep-alive' }
49628npm verb get saving parse-glob to /root/.npm/registry.npmjs.org/parse-glob/.cache.json
49629npm http 200 http://registry.npmjs.org/braces
49630npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49631npm verb headers etag: '"2SDNAKX2YJU5VVBA15PG8X1J3"',
49632npm verb headers 'content-type': 'application/json',
49633npm verb headers 'cache-control': 'max-age=300',
49634npm verb headers 'content-length': '34695',
49635npm verb headers 'accept-ranges': 'bytes',
49636npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49637npm verb headers age: '94',
49638npm verb headers 'x-served-by': 'cache-fra1245-FRA',
49639npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49640npm verb headers 'x-cache-hits': '4',
49641npm verb headers 'x-timer': 'S1451417198.372728,VS0,VE0',
49642npm verb headers vary: 'Accept',
49643npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49644npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49645npm verb headers connection: 'keep-alive' }
49646npm verb get saving braces to /root/.npm/registry.npmjs.org/braces/.cache.json
49647npm http 200 http://registry.npmjs.org/normalize-path
49648npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49649npm verb headers etag: '"C7TU5MR0A3G0YVW3D9NH8AAE"',
49650npm verb headers 'content-type': 'application/json',
49651npm verb headers 'cache-control': 'max-age=60',
49652npm verb headers 'content-length': '15756',
49653npm verb headers 'accept-ranges': 'bytes',
49654npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49655npm verb headers age: '59',
49656npm verb headers 'x-served-by': 'cache-fra1231-FRA',
49657npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49658npm verb headers 'x-cache-hits': '2',
49659npm verb headers 'x-timer': 'S1451417198.372822,VS0,VE0',
49660npm verb headers vary: 'Accept',
49661npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49662npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49663npm verb headers connection: 'keep-alive' }
49664npm verb get saving normalize-path to /root/.npm/registry.npmjs.org/normalize-path/.cache.json
49665npm http 200 http://registry.npmjs.org/arr-diff
49666npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49667npm verb headers etag: '"25JV2O55HHF6ENK8JVFYN6QTR"',
49668npm verb headers 'content-type': 'application/json',
49669npm verb headers 'cache-control': 'max-age=60',
49670npm verb headers 'content-length': '15280',
49671npm verb headers 'accept-ranges': 'bytes',
49672npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49673npm verb headers age: '60',
49674npm verb headers 'x-served-by': 'cache-fra1223-FRA',
49675npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49676npm verb headers 'x-cache-hits': '1',
49677npm verb headers 'x-timer': 'S1451417198.372491,VS0,VE0',
49678npm verb headers vary: 'Accept',
49679npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49680npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49681npm verb headers connection: 'keep-alive' }
49682npm verb get saving arr-diff to /root/.npm/registry.npmjs.org/arr-diff/.cache.json
49683npm http 200 http://registry.npmjs.org/regex-cache
49684npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49685npm verb headers etag: '"8A0VPU6DFJAE4QTWEVZI3ZXDM"',
49686npm verb headers 'content-type': 'application/json',
49687npm verb headers 'cache-control': 'max-age=60',
49688npm verb headers 'content-length': '16319',
49689npm verb headers 'accept-ranges': 'bytes',
49690npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49691npm verb headers age: '48',
49692npm verb headers 'x-served-by': 'cache-fra1225-FRA',
49693npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49694npm verb headers 'x-cache-hits': '1',
49695npm verb headers 'x-timer': 'S1451417198.378249,VS0,VE0',
49696npm verb headers vary: 'Accept',
49697npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49698npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49699npm verb headers connection: 'keep-alive' }
49700npm verb get saving regex-cache to /root/.npm/registry.npmjs.org/regex-cache/.cache.json
49701npm http 200 http://registry.npmjs.org/filename-regex
49702npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49703npm verb headers etag: '"3HDGLNRSEU18NXVUYJ8P0TKXE"',
49704npm verb headers 'content-type': 'application/json',
49705npm verb headers 'cache-control': 'max-age=60',
49706npm verb headers 'content-length': '6876',
49707npm verb headers 'accept-ranges': 'bytes',
49708npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49709npm verb headers age: '38',
49710npm verb headers 'x-served-by': 'cache-fra1225-FRA',
49711npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49712npm verb headers 'x-cache-hits': '1',
49713npm verb headers 'x-timer': 'S1451417198.347238,VS0,VE0',
49714npm verb headers vary: 'Accept',
49715npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49716npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49717npm verb headers connection: 'keep-alive' }
49718npm verb get saving filename-regex to /root/.npm/registry.npmjs.org/filename-regex/.cache.json
49719npm http 200 http://registry.npmjs.org/extglob
49720npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49721npm verb headers etag: '"9UNK7QPCDK71RS6JPFQI3CM6E"',
49722npm verb headers 'content-type': 'application/json',
49723npm verb headers 'cache-control': 'max-age=300',
49724npm verb headers 'content-length': '9572',
49725npm verb headers 'accept-ranges': 'bytes',
49726npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49727npm verb headers age: '28',
49728npm verb headers 'x-served-by': 'cache-fra1235-FRA',
49729npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49730npm verb headers 'x-cache-hits': '1',
49731npm verb headers 'x-timer': 'S1451417198.372402,VS0,VE0',
49732npm verb headers vary: 'Accept',
49733npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49734npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49735npm verb headers connection: 'keep-alive' }
49736npm verb get saving extglob to /root/.npm/registry.npmjs.org/extglob/.cache.json
49737npm verb cache add spec kind-of@^3.0.2
49738npm verb addNamed ">=3.0.2 <4.0.0" is a valid semver range for kind-of
49739npm verb addNameRange registry:http://registry.npmjs.org/kind-of not in flight; fetching
49740npm verb get http://registry.npmjs.org/is-extglob not expired, no request
49741npm verb addNamed "1.0.0" is a plain semver version for is-extglob
49742npm verb addRemoteTarball http://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz not in flight; adding
49743npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz',
49744npm verb addRemoteTarball 'ac468177c4943405a092fc8f29760c6ffc6206c0' ]
49745npm verb get http://registry.npmjs.org/expand-brackets not expired, no request
49746npm verb addNamed "0.1.4" is a plain semver version for expand-brackets
49747npm verb addRemoteTarball http://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz not in flight; adding
49748npm verb addRemoteTarball [ 'http://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz',
49749npm verb addRemoteTarball '797b9e484101205f418cecaec6312c132f51e2ae' ]
49750npm verb get http://registry.npmjs.org/kind-of not expired, no request
49751npm verb addNamed "3.0.2" is a plain semver version for kind-of
49752npm verb addRemoteTarball http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz not in flight; adding
49753npm verb addRemoteTarball [ 'http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz',
49754npm verb addRemoteTarball '187db427046e7e90945692e6768668bd6900dea0' ]
49755npm info retry fetch attempt 1 at 19:26:38
49756npm info attempt registry request try #1 at 19:26:38
49757npm http fetch GET http://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz
49758npm info retry fetch attempt 1 at 19:26:38
49759npm info attempt registry request try #1 at 19:26:38
49760npm http fetch GET http://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz
49761npm verb cache add spec parse-glob@^3.0.4
49762npm verb addNamed ">=3.0.4 <4.0.0" is a valid semver range for parse-glob
49763npm verb addNameRange registry:http://registry.npmjs.org/parse-glob not in flight; fetching
49764npm verb cache add spec normalize-path@^2.0.1
49765npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for normalize-path
49766npm verb addNameRange registry:http://registry.npmjs.org/normalize-path not in flight; fetching
49767npm verb cache add spec arr-diff@^2.0.0
49768npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for arr-diff
49769npm verb addNameRange registry:http://registry.npmjs.org/arr-diff not in flight; fetching
49770npm verb cache add spec braces@^1.8.2
49771npm verb addNamed ">=1.8.2 <2.0.0" is a valid semver range for braces
49772npm verb addNameRange registry:http://registry.npmjs.org/braces not in flight; fetching
49773npm verb cache add spec regex-cache@^0.4.2
49774npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for regex-cache
49775npm verb addNameRange registry:http://registry.npmjs.org/regex-cache not in flight; fetching
49776npm info retry fetch attempt 1 at 19:26:38
49777npm info attempt registry request try #1 at 19:26:38
49778npm http fetch GET http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz
49779npm verb cache add spec filename-regex@^2.0.0
49780npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for filename-regex
49781npm verb addNameRange registry:http://registry.npmjs.org/filename-regex not in flight; fetching
49782npm http fetch 200 http://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz
49783npm http fetch 200 http://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz
49784npm verb cache add spec extglob@^0.3.1
49785npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for extglob
49786npm verb addNameRange registry:http://registry.npmjs.org/extglob not in flight; fetching
49787npm http 200 http://registry.npmjs.org/object.omit
49788npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49789npm verb headers etag: '"3M6KOTLBY6RD852GQBDWEUJ1N"',
49790npm verb headers 'content-type': 'application/json',
49791npm verb headers 'cache-control': 'max-age=60',
49792npm verb headers 'content-length': '9283',
49793npm verb headers 'accept-ranges': 'bytes',
49794npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49795npm verb headers age: '0',
49796npm verb headers 'x-served-by': 'cache-fra1228-FRA',
49797npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49798npm verb headers 'x-cache-hits': '1',
49799npm verb headers 'x-timer': 'S1451417198.372892,VS0,VE200',
49800npm verb headers vary: 'Accept',
49801npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49802npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49803npm verb headers connection: 'keep-alive' }
49804npm verb get saving object.omit to /root/.npm/registry.npmjs.org/object.omit/.cache.json
49805npm verb get http://registry.npmjs.org/parse-glob not expired, no request
49806npm verb addNamed "3.0.4" is a plain semver version for parse-glob
49807npm verb get http://registry.npmjs.org/normalize-path not expired, no request
49808npm verb addNamed "2.0.1" is a plain semver version for normalize-path
49809npm verb get http://registry.npmjs.org/arr-diff not expired, no request
49810npm verb addNamed "2.0.0" is a plain semver version for arr-diff
49811npm verb get http://registry.npmjs.org/braces not expired, no request
49812npm verb addNamed "1.8.3" is a plain semver version for braces
49813npm verb get http://registry.npmjs.org/regex-cache not expired, no request
49814npm verb addNamed "0.4.2" is a plain semver version for regex-cache
49815npm verb addRemoteTarball http://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz not in flight; adding
49816npm verb addRemoteTarball [ 'http://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz',
49817npm verb addRemoteTarball 'b2c376cfb11f35513badd173ef0bb6e3a388391c' ]
49818npm http fetch 200 http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz
49819npm verb addRemoteTarball http://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz not in flight; adding
49820npm verb addRemoteTarball [ 'http://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz',
49821npm verb addRemoteTarball '47886ac1662760d4261b7d979d241709d3ce3f7a' ]
49822npm verb addRemoteTarball http://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz not in flight; adding
49823npm verb addRemoteTarball [ 'http://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz',
49824npm verb addRemoteTarball '8f3b827f955a8bd669697e4a4256ac3ceae356cf' ]
49825npm verb get http://registry.npmjs.org/filename-regex not expired, no request
49826npm verb addNamed "2.0.0" is a plain semver version for filename-regex
49827npm verb addRemoteTarball http://registry.npmjs.org/braces/-/braces-1.8.3.tgz not in flight; adding
49828npm verb addRemoteTarball [ 'http://registry.npmjs.org/braces/-/braces-1.8.3.tgz',
49829npm verb addRemoteTarball '35d4e7dda632b33e215d38a8a9cf4329c9c75d2c' ]
49830npm verb addRemoteTarball http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz not in flight; adding
49831npm verb addRemoteTarball [ 'http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz',
49832npm verb addRemoteTarball '6e4f89c266bc03c33fd129c062184687f4663487' ]
49833npm verb get http://registry.npmjs.org/extglob not expired, no request
49834npm verb addNamed "0.3.1" is a plain semver version for extglob
49835npm http 200 http://registry.npmjs.org/array-unique
49836npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49837npm verb headers etag: '"CRPZW5DOIB3VNDDY4R9MD1VR4"',
49838npm verb headers 'content-type': 'application/json',
49839npm verb headers 'cache-control': 'max-age=60',
49840npm verb headers 'content-length': '6510',
49841npm verb headers 'accept-ranges': 'bytes',
49842npm verb headers date: 'Tue, 29 Dec 2015 19:26:38 GMT',
49843npm verb headers age: '60',
49844npm verb headers 'x-served-by': 'cache-fra1247-FRA',
49845npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49846npm verb headers 'x-cache-hits': '1',
49847npm verb headers 'x-timer': 'S1451417198.372381,VS0,VE1',
49848npm verb headers vary: 'Accept',
49849npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49850npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49851npm verb headers connection: 'keep-alive' }
49852npm verb get saving array-unique to /root/.npm/registry.npmjs.org/array-unique/.cache.json
49853npm verb addRemoteTarball http://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz not in flight; adding
49854npm verb addRemoteTarball [ 'http://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz',
49855npm verb addRemoteTarball '996e3e80479b98b9897f15a8a58b3d084e926775' ]
49856npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz not in flight; adding
49857npm verb addTmpTarball already have metadata; skipping unpack for is-extglob@1.0.0
49858npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz not in flight; adding
49859npm verb addTmpTarball already have metadata; skipping unpack for expand-brackets@0.1.4
49860npm verb addRemoteTarball http://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz not in flight; adding
49861npm verb addRemoteTarball [ 'http://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz',
49862npm verb addRemoteTarball '4f31241c0dddc90ac8c729cb6d7c872dee77c8f5' ]
49863npm info retry fetch attempt 1 at 19:26:38
49864npm info attempt registry request try #1 at 19:26:38
49865npm http fetch GET http://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz
49866npm info retry fetch attempt 1 at 19:26:38
49867npm info attempt registry request try #1 at 19:26:38
49868npm http fetch GET http://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz
49869npm info retry fetch attempt 1 at 19:26:38
49870npm info attempt registry request try #1 at 19:26:38
49871npm http fetch GET http://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz
49872npm info retry fetch attempt 1 at 19:26:38
49873npm info attempt registry request try #1 at 19:26:38
49874npm http fetch GET http://registry.npmjs.org/braces/-/braces-1.8.3.tgz
49875npm info retry fetch attempt 1 at 19:26:38
49876npm info attempt registry request try #1 at 19:26:38
49877npm http fetch GET http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz
49878npm info retry fetch attempt 1 at 19:26:38
49879npm info attempt registry request try #1 at 19:26:38
49880npm http fetch GET http://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz
49881npm info retry fetch attempt 1 at 19:26:38
49882npm info attempt registry request try #1 at 19:26:38
49883npm http fetch GET http://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz
49884npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz not in flight; adding
49885npm verb addTmpTarball already have metadata; skipping unpack for kind-of@3.0.2
49886npm http fetch 200 http://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz
49887npm http fetch 200 http://registry.npmjs.org/braces/-/braces-1.8.3.tgz
49888npm http fetch 200 http://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz
49889npm http fetch 200 http://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz
49890npm verb cache add spec object.omit@^2.0.0
49891npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for object.omit
49892npm verb addNameRange registry:http://registry.npmjs.org/object.omit not in flight; fetching
49893npm http fetch 200 http://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz
49894npm http fetch 200 http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz
49895npm http fetch 200 http://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz
49896npm verb cache add spec array-unique@^0.2.1
49897npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for array-unique
49898npm verb addNameRange registry:http://registry.npmjs.org/array-unique not in flight; fetching
49899npm verb get http://registry.npmjs.org/object.omit not expired, no request
49900npm verb addNamed "2.0.0" is a plain semver version for object.omit
49901npm verb afterAdd /root/.npm/is-extglob/1.0.0/package/package.json not in flight; writing
49902npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz not in flight; adding
49903npm verb addTmpTarball already have metadata; skipping unpack for arr-diff@2.0.0
49904npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz not in flight; adding
49905npm verb addTmpTarball already have metadata; skipping unpack for normalize-path@2.0.1
49906npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/braces/-/braces-1.8.3.tgz not in flight; adding
49907npm verb addTmpTarball already have metadata; skipping unpack for braces@1.8.3
49908npm verb addRemoteTarball http://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz not in flight; adding
49909npm verb addRemoteTarball [ 'http://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz',
49910npm verb addRemoteTarball '868597333d54e60662940bb458605dd6ae12fe94' ]
49911npm verb afterAdd /root/.npm/expand-brackets/0.1.4/package/package.json not in flight; writing
49912npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz not in flight; adding
49913npm verb addTmpTarball already have metadata; skipping unpack for parse-glob@3.0.4
49914npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz not in flight; adding
49915npm verb addTmpTarball already have metadata; skipping unpack for filename-regex@2.0.0
49916npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz not in flight; adding
49917npm verb addTmpTarball already have metadata; skipping unpack for regex-cache@0.4.2
49918npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/extglob/-/extglob-0.3.1.tgz not in flight; adding
49919npm verb addTmpTarball already have metadata; skipping unpack for extglob@0.3.1
49920npm info retry fetch attempt 1 at 19:26:38
49921npm info attempt registry request try #1 at 19:26:38
49922npm http fetch GET http://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz
49923npm verb get http://registry.npmjs.org/array-unique not expired, no request
49924npm verb addNamed "0.2.1" is a plain semver version for array-unique
49925npm verb addRemoteTarball http://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz not in flight; adding
49926npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz',
49927npm verb addRemoteTarball 'a1d97ccafcbc2625cc70fadceb36a50c58b01a53' ]
49928npm verb afterAdd /root/.npm/is-extglob/1.0.0/package/package.json written
49929npm verb afterAdd /root/.npm/kind-of/3.0.2/package/package.json not in flight; writing
49930npm verb afterAdd /root/.npm/expand-brackets/0.1.4/package/package.json written
49931npm info retry fetch attempt 1 at 19:26:38
49932npm info attempt registry request try #1 at 19:26:38
49933npm http fetch GET http://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz
49934npm http fetch 200 http://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz
49935npm verb afterAdd /root/.npm/kind-of/3.0.2/package/package.json written
49936npm verb afterAdd /root/.npm/arr-diff/2.0.0/package/package.json not in flight; writing
49937npm verb afterAdd /root/.npm/normalize-path/2.0.1/package/package.json not in flight; writing
49938npm verb afterAdd /root/.npm/braces/1.8.3/package/package.json not in flight; writing
49939npm verb afterAdd /root/.npm/parse-glob/3.0.4/package/package.json not in flight; writing
49940npm http fetch 200 http://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz
49941npm verb afterAdd /root/.npm/filename-regex/2.0.0/package/package.json not in flight; writing
49942npm verb afterAdd /root/.npm/regex-cache/0.4.2/package/package.json not in flight; writing
49943npm verb afterAdd /root/.npm/extglob/0.3.1/package/package.json not in flight; writing
49944npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz not in flight; adding
49945npm verb addTmpTarball already have metadata; skipping unpack for object.omit@2.0.0
49946npm verb afterAdd /root/.npm/arr-diff/2.0.0/package/package.json written
49947npm verb afterAdd /root/.npm/normalize-path/2.0.1/package/package.json written
49948npm verb afterAdd /root/.npm/braces/1.8.3/package/package.json written
49949npm verb afterAdd /root/.npm/parse-glob/3.0.4/package/package.json written
49950npm verb afterAdd /root/.npm/filename-regex/2.0.0/package/package.json written
49951npm verb afterAdd /root/.npm/regex-cache/0.4.2/package/package.json written
49952npm verb afterAdd /root/.npm/extglob/0.3.1/package/package.json written
49953npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz not in flight; adding
49954npm verb addTmpTarball already have metadata; skipping unpack for array-unique@0.2.1
49955npm verb afterAdd /root/.npm/object.omit/2.0.0/package/package.json not in flight; writing
49956npm verb afterAdd /root/.npm/array-unique/0.2.1/package/package.json not in flight; writing
49957npm verb afterAdd /root/.npm/object.omit/2.0.0/package/package.json written
49958npm verb afterAdd /root/.npm/array-unique/0.2.1/package/package.json written
49959npm verb request uri http://registry.npmjs.org/arr-flatten
49960npm verb request no auth needed
49961npm info attempt registry request try #1 at 19:26:38
49962npm http request GET http://registry.npmjs.org/arr-flatten
49963npm http 200 http://registry.npmjs.org/arr-flatten
49964npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49965npm verb headers etag: '"CVQP006K9AYUKWKBEA3A2MCM"',
49966npm verb headers 'content-type': 'application/json',
49967npm verb headers 'cache-control': 'max-age=300',
49968npm verb headers 'content-length': '9756',
49969npm verb headers 'accept-ranges': 'bytes',
49970npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
49971npm verb headers age: '21',
49972npm verb headers 'x-served-by': 'cache-fra1235-FRA',
49973npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
49974npm verb headers 'x-cache-hits': '2',
49975npm verb headers 'x-timer': 'S1451417199.013093,VS0,VE0',
49976npm verb headers vary: 'Accept',
49977npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
49978npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
49979npm verb headers connection: 'keep-alive' }
49980npm verb get saving arr-flatten to /root/.npm/registry.npmjs.org/arr-flatten/.cache.json
49981npm verb cache add spec arr-flatten@^1.0.1
49982npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for arr-flatten
49983npm verb addNameRange registry:http://registry.npmjs.org/arr-flatten not in flight; fetching
49984npm verb get http://registry.npmjs.org/arr-flatten not expired, no request
49985npm verb addNamed "1.0.1" is a plain semver version for arr-flatten
49986npm verb addRemoteTarball http://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz not in flight; adding
49987npm verb addRemoteTarball [ 'http://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz',
49988npm verb addRemoteTarball 'e5ffe54d45e19f32f216e91eb99c8ce892bb604b' ]
49989npm info retry fetch attempt 1 at 19:26:39
49990npm info attempt registry request try #1 at 19:26:39
49991npm http fetch GET http://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz
49992npm http fetch 200 http://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz
49993npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz not in flight; adding
49994npm verb addTmpTarball already have metadata; skipping unpack for arr-flatten@1.0.1
49995npm verb afterAdd /root/.npm/arr-flatten/1.0.1/package/package.json not in flight; writing
49996npm verb afterAdd /root/.npm/arr-flatten/1.0.1/package/package.json written
49997npm verb request uri http://registry.npmjs.org/expand-range
49998npm verb request no auth needed
49999npm info attempt registry request try #1 at 19:26:39
50000npm http request GET http://registry.npmjs.org/expand-range
50001npm verb request uri http://registry.npmjs.org/preserve
50002npm verb request no auth needed
50003npm info attempt registry request try #1 at 19:26:39
50004npm http request GET http://registry.npmjs.org/preserve
50005npm verb request uri http://registry.npmjs.org/repeat-element
50006npm verb request no auth needed
50007npm info attempt registry request try #1 at 19:26:39
50008npm http request GET http://registry.npmjs.org/repeat-element
50009npm http 200 http://registry.npmjs.org/preserve
50010npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50011npm verb headers etag: '"9ECMVEIE9QQHIZGOHARVPERKI"',
50012npm verb headers 'content-type': 'application/json',
50013npm verb headers 'cache-control': 'max-age=60',
50014npm verb headers 'content-length': '9851',
50015npm verb headers 'accept-ranges': 'bytes',
50016npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50017npm verb headers age: '34',
50018npm verb headers 'x-served-by': 'cache-fra1223-FRA',
50019npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50020npm verb headers 'x-cache-hits': '3',
50021npm verb headers 'x-timer': 'S1451417199.163529,VS0,VE0',
50022npm verb headers vary: 'Accept',
50023npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50024npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50025npm verb headers connection: 'keep-alive' }
50026npm verb get saving preserve to /root/.npm/registry.npmjs.org/preserve/.cache.json
50027npm http 200 http://registry.npmjs.org/repeat-element
50028npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50029npm verb headers etag: '"B529GKM0AEM0YU67JW95C1A8B"',
50030npm verb headers 'content-type': 'application/json',
50031npm verb headers 'cache-control': 'max-age=300',
50032npm verb headers 'content-length': '7427',
50033npm verb headers 'accept-ranges': 'bytes',
50034npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50035npm verb headers age: '20',
50036npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50037npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50038npm verb headers 'x-cache-hits': '1',
50039npm verb headers 'x-timer': 'S1451417199.173839,VS0,VE0',
50040npm verb headers vary: 'Accept',
50041npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50042npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50043npm verb headers connection: 'keep-alive' }
50044npm verb get saving repeat-element to /root/.npm/registry.npmjs.org/repeat-element/.cache.json
50045npm verb cache add spec preserve@^0.2.0
50046npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for preserve
50047npm verb addNameRange registry:http://registry.npmjs.org/preserve not in flight; fetching
50048npm verb cache add spec repeat-element@^1.1.2
50049npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for repeat-element
50050npm verb addNameRange registry:http://registry.npmjs.org/repeat-element not in flight; fetching
50051npm verb get http://registry.npmjs.org/preserve not expired, no request
50052npm verb addNamed "0.2.0" is a plain semver version for preserve
50053npm verb get http://registry.npmjs.org/repeat-element not expired, no request
50054npm verb addNamed "1.1.2" is a plain semver version for repeat-element
50055npm verb addRemoteTarball http://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz not in flight; adding
50056npm verb addRemoteTarball [ 'http://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz',
50057npm verb addRemoteTarball '815ed1f6ebc65926f865b310c0713bcb3315ce4b' ]
50058npm verb addRemoteTarball http://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz not in flight; adding
50059npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz',
50060npm verb addRemoteTarball 'ef089a178d1483baae4d93eb98b4f9e4e11d990a' ]
50061npm info retry fetch attempt 1 at 19:26:39
50062npm info attempt registry request try #1 at 19:26:39
50063npm http fetch GET http://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz
50064npm info retry fetch attempt 1 at 19:26:39
50065npm info attempt registry request try #1 at 19:26:39
50066npm http fetch GET http://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz
50067npm http fetch 200 http://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz
50068npm http fetch 200 http://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz
50069npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz not in flight; adding
50070npm verb addTmpTarball already have metadata; skipping unpack for repeat-element@1.1.2
50071npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/preserve/-/preserve-0.2.0.tgz not in flight; adding
50072npm verb addTmpTarball already have metadata; skipping unpack for preserve@0.2.0
50073npm verb afterAdd /root/.npm/repeat-element/1.1.2/package/package.json not in flight; writing
50074npm verb afterAdd /root/.npm/preserve/0.2.0/package/package.json not in flight; writing
50075npm verb afterAdd /root/.npm/repeat-element/1.1.2/package/package.json written
50076npm verb afterAdd /root/.npm/preserve/0.2.0/package/package.json written
50077npm http 200 http://registry.npmjs.org/expand-range
50078npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50079npm verb headers etag: '"A81VSCBATV8V81OXBOBYV73XK"',
50080npm verb headers 'content-type': 'application/json',
50081npm verb headers 'cache-control': 'max-age=60',
50082npm verb headers 'content-length': '25888',
50083npm verb headers 'accept-ranges': 'bytes',
50084npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50085npm verb headers age: '0',
50086npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50087npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50088npm verb headers 'x-cache-hits': '1',
50089npm verb headers 'x-timer': 'S1451417199.162961,VS0,VE123',
50090npm verb headers vary: 'Accept',
50091npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50092npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50093npm verb headers connection: 'keep-alive' }
50094npm verb get saving expand-range to /root/.npm/registry.npmjs.org/expand-range/.cache.json
50095npm verb cache add spec expand-range@^1.8.1
50096npm verb addNamed ">=1.8.1 <2.0.0" is a valid semver range for expand-range
50097npm verb addNameRange registry:http://registry.npmjs.org/expand-range not in flight; fetching
50098npm verb get http://registry.npmjs.org/expand-range not expired, no request
50099npm verb addNamed "1.8.1" is a plain semver version for expand-range
50100npm verb addRemoteTarball http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz not in flight; adding
50101npm verb addRemoteTarball [ 'http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz',
50102npm verb addRemoteTarball 'acbd63e56efd9139722b755f099b9db5ac1f33f6' ]
50103npm info retry fetch attempt 1 at 19:26:39
50104npm info attempt registry request try #1 at 19:26:39
50105npm http fetch GET http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz
50106npm http fetch 200 http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz
50107npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz not in flight; adding
50108npm verb addTmpTarball already have metadata; skipping unpack for expand-range@1.8.1
50109npm verb afterAdd /root/.npm/expand-range/1.8.1/package/package.json not in flight; writing
50110npm verb afterAdd /root/.npm/expand-range/1.8.1/package/package.json written
50111npm verb request uri http://registry.npmjs.org/fill-range
50112npm verb request no auth needed
50113npm info attempt registry request try #1 at 19:26:39
50114npm http request GET http://registry.npmjs.org/fill-range
50115npm http 200 http://registry.npmjs.org/fill-range
50116npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50117npm verb headers etag: '"6J4M160GEKBTNQHRYWUTHWJV0"',
50118npm verb headers 'content-type': 'application/json',
50119npm verb headers 'cache-control': 'max-age=60',
50120npm verb headers 'content-length': '37695',
50121npm verb headers 'accept-ranges': 'bytes',
50122npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50123npm verb headers age: '25',
50124npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50125npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50126npm verb headers 'x-cache-hits': '1',
50127npm verb headers 'x-timer': 'S1451417199.438114,VS0,VE0',
50128npm verb headers vary: 'Accept',
50129npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50130npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50131npm verb headers connection: 'keep-alive' }
50132npm verb get saving fill-range to /root/.npm/registry.npmjs.org/fill-range/.cache.json
50133npm verb cache add spec fill-range@^2.1.0
50134npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for fill-range
50135npm verb addNameRange registry:http://registry.npmjs.org/fill-range not in flight; fetching
50136npm verb get http://registry.npmjs.org/fill-range not expired, no request
50137npm verb addNamed "2.2.3" is a plain semver version for fill-range
50138npm verb addRemoteTarball http://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz not in flight; adding
50139npm verb addRemoteTarball [ 'http://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz',
50140npm verb addRemoteTarball '50b77dfd7e469bc7492470963699fe7a8485a723' ]
50141npm info retry fetch attempt 1 at 19:26:39
50142npm info attempt registry request try #1 at 19:26:39
50143npm http fetch GET http://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz
50144npm http fetch 200 http://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz
50145npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz not in flight; adding
50146npm verb addTmpTarball already have metadata; skipping unpack for fill-range@2.2.3
50147npm verb afterAdd /root/.npm/fill-range/2.2.3/package/package.json not in flight; writing
50148npm verb afterAdd /root/.npm/fill-range/2.2.3/package/package.json written
50149npm verb request uri http://registry.npmjs.org/is-number
50150npm verb request no auth needed
50151npm info attempt registry request try #1 at 19:26:39
50152npm http request GET http://registry.npmjs.org/is-number
50153npm verb request uri http://registry.npmjs.org/isobject
50154npm verb request no auth needed
50155npm info attempt registry request try #1 at 19:26:39
50156npm http request GET http://registry.npmjs.org/isobject
50157npm verb request uri http://registry.npmjs.org/randomatic
50158npm verb request no auth needed
50159npm info attempt registry request try #1 at 19:26:39
50160npm http request GET http://registry.npmjs.org/randomatic
50161npm verb request uri http://registry.npmjs.org/repeat-string
50162npm verb request no auth needed
50163npm info attempt registry request try #1 at 19:26:39
50164npm http request GET http://registry.npmjs.org/repeat-string
50165npm http 200 http://registry.npmjs.org/isobject
50166npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50167npm verb headers etag: '"60Z8KBRIDS1K67N38X169DTMD"',
50168npm verb headers 'content-type': 'application/json',
50169npm verb headers 'cache-control': 'max-age=300',
50170npm verb headers 'content-length': '12180',
50171npm verb headers 'accept-ranges': 'bytes',
50172npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50173npm verb headers age: '160',
50174npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50175npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50176npm verb headers 'x-cache-hits': '3',
50177npm verb headers 'x-timer': 'S1451417199.643237,VS0,VE0',
50178npm verb headers vary: 'Accept',
50179npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50180npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50181npm verb headers connection: 'keep-alive' }
50182npm verb get saving isobject to /root/.npm/registry.npmjs.org/isobject/.cache.json
50183npm http 200 http://registry.npmjs.org/randomatic
50184npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50185npm verb headers etag: '"5JGPKN5L6A7SC2HVTQ7FYO96U"',
50186npm verb headers 'content-type': 'application/json',
50187npm verb headers 'cache-control': 'max-age=300',
50188npm verb headers 'content-length': '23989',
50189npm verb headers 'accept-ranges': 'bytes',
50190npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50191npm verb headers age: '118',
50192npm verb headers 'x-served-by': 'cache-fra1223-FRA',
50193npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50194npm verb headers 'x-cache-hits': '1',
50195npm verb headers 'x-timer': 'S1451417199.643287,VS0,VE0',
50196npm verb headers vary: 'Accept',
50197npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50198npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50199npm verb headers connection: 'keep-alive' }
50200npm verb get saving randomatic to /root/.npm/registry.npmjs.org/randomatic/.cache.json
50201npm http 200 http://registry.npmjs.org/is-number
50202npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50203npm verb headers etag: '"AK2SDMAQ3X3BQHP56P6PB01LJ"',
50204npm verb headers 'content-type': 'application/json',
50205npm verb headers 'cache-control': 'max-age=60',
50206npm verb headers 'content-length': '17567',
50207npm verb headers 'accept-ranges': 'bytes',
50208npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50209npm verb headers age: '25',
50210npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50211npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50212npm verb headers 'x-cache-hits': '1',
50213npm verb headers 'x-timer': 'S1451417199.643121,VS0,VE0',
50214npm verb headers vary: 'Accept',
50215npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50216npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50217npm verb headers connection: 'keep-alive' }
50218npm verb get saving is-number to /root/.npm/registry.npmjs.org/is-number/.cache.json
50219npm http 200 http://registry.npmjs.org/repeat-string
50220npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50221npm verb headers etag: '"8Z9R1V62426FZ6OIQ1C2MCFFA"',
50222npm verb headers 'content-type': 'application/json',
50223npm verb headers 'cache-control': 'max-age=300',
50224npm verb headers 'content-length': '21561',
50225npm verb headers 'accept-ranges': 'bytes',
50226npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50227npm verb headers age: '77',
50228npm verb headers 'x-served-by': 'cache-fra1225-FRA',
50229npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50230npm verb headers 'x-cache-hits': '84',
50231npm verb headers 'x-timer': 'S1451417199.650773,VS0,VE0',
50232npm verb headers vary: 'Accept',
50233npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50234npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50235npm verb headers connection: 'keep-alive' }
50236npm verb get saving repeat-string to /root/.npm/registry.npmjs.org/repeat-string/.cache.json
50237npm verb cache add spec isobject@^2.0.0
50238npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for isobject
50239npm verb addNameRange registry:http://registry.npmjs.org/isobject not in flight; fetching
50240npm verb cache add spec randomatic@^1.1.3
50241npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for randomatic
50242npm verb addNameRange registry:http://registry.npmjs.org/randomatic not in flight; fetching
50243npm verb cache add spec is-number@^2.1.0
50244npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for is-number
50245npm verb addNameRange registry:http://registry.npmjs.org/is-number not in flight; fetching
50246npm verb cache add spec repeat-string@^1.5.2
50247npm verb addNamed ">=1.5.2 <2.0.0" is a valid semver range for repeat-string
50248npm verb addNameRange registry:http://registry.npmjs.org/repeat-string not in flight; fetching
50249npm verb get http://registry.npmjs.org/isobject not expired, no request
50250npm verb addNamed "2.0.0" is a plain semver version for isobject
50251npm verb get http://registry.npmjs.org/randomatic not expired, no request
50252npm verb addNamed "1.1.5" is a plain semver version for randomatic
50253npm verb get http://registry.npmjs.org/is-number not expired, no request
50254npm verb addNamed "2.1.0" is a plain semver version for is-number
50255npm verb addRemoteTarball http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz not in flight; adding
50256npm verb addRemoteTarball [ 'http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz',
50257npm verb addRemoteTarball '208de872bd7378c2a92af9428a3f56eb91a122c4' ]
50258npm verb addRemoteTarball http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz not in flight; adding
50259npm verb addRemoteTarball [ 'http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz',
50260npm verb addRemoteTarball '5e9ef5f2d573c67bd2b8124ae90b5156e457840b' ]
50261npm verb addRemoteTarball http://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz not in flight; adding
50262npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz',
50263npm verb addRemoteTarball '01fcbbb393463a548f2f466cce16dece49db908f' ]
50264npm verb get http://registry.npmjs.org/repeat-string not expired, no request
50265npm verb addNamed "1.5.2" is a plain semver version for repeat-string
50266npm verb addRemoteTarball http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz not in flight; adding
50267npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz',
50268npm verb addRemoteTarball '21065f70727ad053a0dd5e957ac9e00c7560d90a' ]
50269npm info retry fetch attempt 1 at 19:26:39
50270npm info attempt registry request try #1 at 19:26:39
50271npm http fetch GET http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz
50272npm info retry fetch attempt 1 at 19:26:39
50273npm info attempt registry request try #1 at 19:26:39
50274npm http fetch GET http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz
50275npm info retry fetch attempt 1 at 19:26:39
50276npm info attempt registry request try #1 at 19:26:39
50277npm http fetch GET http://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz
50278npm info retry fetch attempt 1 at 19:26:39
50279npm info attempt registry request try #1 at 19:26:39
50280npm http fetch GET http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
50281npm http fetch 200 http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz
50282npm http fetch 200 http://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz
50283npm http fetch 200 http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz
50284npm http fetch 200 http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
50285npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/isobject/-/isobject-2.0.0.tgz not in flight; adding
50286npm verb addTmpTarball already have metadata; skipping unpack for isobject@2.0.0
50287npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz not in flight; adding
50288npm verb addTmpTarball already have metadata; skipping unpack for randomatic@1.1.5
50289npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-number/-/is-number-2.1.0.tgz not in flight; adding
50290npm verb addTmpTarball already have metadata; skipping unpack for is-number@2.1.0
50291npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz not in flight; adding
50292npm verb addTmpTarball already have metadata; skipping unpack for repeat-string@1.5.2
50293npm verb afterAdd /root/.npm/isobject/2.0.0/package/package.json not in flight; writing
50294npm verb afterAdd /root/.npm/randomatic/1.1.5/package/package.json not in flight; writing
50295npm verb afterAdd /root/.npm/is-number/2.1.0/package/package.json not in flight; writing
50296npm verb afterAdd /root/.npm/repeat-string/1.5.2/package/package.json not in flight; writing
50297npm verb afterAdd /root/.npm/randomatic/1.1.5/package/package.json written
50298npm verb afterAdd /root/.npm/isobject/2.0.0/package/package.json written
50299npm verb afterAdd /root/.npm/is-number/2.1.0/package/package.json written
50300npm verb afterAdd /root/.npm/repeat-string/1.5.2/package/package.json written
50301npm verb request uri http://registry.npmjs.org/is-buffer
50302npm verb request no auth needed
50303npm info attempt registry request try #1 at 19:26:39
50304npm http request GET http://registry.npmjs.org/is-buffer
50305npm http 200 http://registry.npmjs.org/is-buffer
50306npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50307npm verb headers etag: '"DIF9DJ8LI2336ISVZQ1LXHD4H"',
50308npm verb headers 'content-type': 'application/json',
50309npm verb headers 'cache-control': 'max-age=60',
50310npm verb headers 'content-length': '7821',
50311npm verb headers 'accept-ranges': 'bytes',
50312npm verb headers date: 'Tue, 29 Dec 2015 19:26:39 GMT',
50313npm verb headers age: '20',
50314npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50315npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50316npm verb headers 'x-cache-hits': '2',
50317npm verb headers 'x-timer': 'S1451417199.956354,VS0,VE0',
50318npm verb headers vary: 'Accept',
50319npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50320npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50321npm verb headers connection: 'keep-alive' }
50322npm verb get saving is-buffer to /root/.npm/registry.npmjs.org/is-buffer/.cache.json
50323npm verb cache add spec is-buffer@^1.0.2
50324npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for is-buffer
50325npm verb addNameRange registry:http://registry.npmjs.org/is-buffer not in flight; fetching
50326npm verb get http://registry.npmjs.org/is-buffer not expired, no request
50327npm verb addNamed "1.1.0" is a plain semver version for is-buffer
50328npm verb addRemoteTarball http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz not in flight; adding
50329npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz',
50330npm verb addRemoteTarball '36f7850c0d077a71b041f3565664155f07035bd0' ]
50331npm info retry fetch attempt 1 at 19:26:40
50332npm info attempt registry request try #1 at 19:26:40
50333npm http fetch GET http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz
50334npm http fetch 200 http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz
50335npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz not in flight; adding
50336npm verb addTmpTarball already have metadata; skipping unpack for is-buffer@1.1.0
50337npm verb afterAdd /root/.npm/is-buffer/1.1.0/package/package.json not in flight; writing
50338npm verb afterAdd /root/.npm/is-buffer/1.1.0/package/package.json written
50339npm verb request uri http://registry.npmjs.org/ansi-green
50340npm verb request no auth needed
50341npm info attempt registry request try #1 at 19:26:40
50342npm http request GET http://registry.npmjs.org/ansi-green
50343npm verb request uri http://registry.npmjs.org/success-symbol
50344npm verb request no auth needed
50345npm info attempt registry request try #1 at 19:26:40
50346npm http request GET http://registry.npmjs.org/success-symbol
50347npm http 200 http://registry.npmjs.org/ansi-green
50348npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50349npm verb headers etag: '"ETF18HD0OIK2C5XC0HD6M3OSY"',
50350npm verb headers 'content-type': 'application/json',
50351npm verb headers 'cache-control': 'max-age=60',
50352npm verb headers 'content-length': '6169',
50353npm verb headers 'accept-ranges': 'bytes',
50354npm verb headers date: 'Tue, 29 Dec 2015 19:26:40 GMT',
50355npm verb headers age: '57',
50356npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50357npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50358npm verb headers 'x-cache-hits': '3',
50359npm verb headers 'x-timer': 'S1451417200.125970,VS0,VE0',
50360npm verb headers vary: 'Accept',
50361npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50362npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50363npm verb headers connection: 'keep-alive' }
50364npm verb get saving ansi-green to /root/.npm/registry.npmjs.org/ansi-green/.cache.json
50365npm http 200 http://registry.npmjs.org/success-symbol
50366npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50367npm verb headers etag: '"1T1G0PM9YFIMEEHQZZ7F4IKDL"',
50368npm verb headers 'content-type': 'application/json',
50369npm verb headers 'cache-control': 'max-age=300',
50370npm verb headers 'content-length': '3411',
50371npm verb headers 'accept-ranges': 'bytes',
50372npm verb headers date: 'Tue, 29 Dec 2015 19:26:40 GMT',
50373npm verb headers age: '244',
50374npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50375npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50376npm verb headers 'x-cache-hits': '3',
50377npm verb headers 'x-timer': 'S1451417200.139026,VS0,VE0',
50378npm verb headers vary: 'Accept',
50379npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50380npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50381npm verb headers connection: 'keep-alive' }
50382npm verb get saving success-symbol to /root/.npm/registry.npmjs.org/success-symbol/.cache.json
50383npm verb cache add spec ansi-green@^0.1.1
50384npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for ansi-green
50385npm verb addNameRange registry:http://registry.npmjs.org/ansi-green not in flight; fetching
50386npm verb get http://registry.npmjs.org/ansi-green not expired, no request
50387npm verb addNamed "0.1.1" is a plain semver version for ansi-green
50388npm verb addRemoteTarball http://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz not in flight; adding
50389npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz',
50390npm verb addRemoteTarball '8a5d9a979e458d57c40e33580b37390b8e10d0f7' ]
50391npm verb cache add spec success-symbol@^0.1.0
50392npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for success-symbol
50393npm verb addNameRange registry:http://registry.npmjs.org/success-symbol not in flight; fetching
50394npm info retry fetch attempt 1 at 19:26:40
50395npm info attempt registry request try #1 at 19:26:40
50396npm http fetch GET http://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz
50397npm verb get http://registry.npmjs.org/success-symbol not expired, no request
50398npm verb addNamed "0.1.0" is a plain semver version for success-symbol
50399npm verb addRemoteTarball http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz not in flight; adding
50400npm verb addRemoteTarball [ 'http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz',
50401npm verb addRemoteTarball '24022e486f3bf1cdca094283b769c472d3b72897' ]
50402npm info retry fetch attempt 1 at 19:26:40
50403npm info attempt registry request try #1 at 19:26:40
50404npm http fetch GET http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz
50405npm http fetch 200 http://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz
50406npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz not in flight; adding
50407npm verb addTmpTarball already have metadata; skipping unpack for ansi-green@0.1.1
50408npm verb afterAdd /root/.npm/ansi-green/0.1.1/package/package.json not in flight; writing
50409npm http fetch 200 http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz
50410npm verb afterAdd /root/.npm/ansi-green/0.1.1/package/package.json written
50411npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz not in flight; adding
50412npm verb addTmpTarball already have metadata; skipping unpack for success-symbol@0.1.0
50413npm verb afterAdd /root/.npm/success-symbol/0.1.0/package/package.json not in flight; writing
50414npm verb afterAdd /root/.npm/success-symbol/0.1.0/package/package.json written
50415npm verb request uri http://registry.npmjs.org/ansi-wrap
50416npm verb request no auth needed
50417npm info attempt registry request try #1 at 19:26:40
50418npm http request GET http://registry.npmjs.org/ansi-wrap
50419npm http 200 http://registry.npmjs.org/ansi-wrap
50420npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50421npm verb headers etag: '"6GSTNAB8RFA1N1SJAUIIESOXN"',
50422npm verb headers 'content-type': 'application/json',
50423npm verb headers 'cache-control': 'max-age=60',
50424npm verb headers 'content-length': '4936',
50425npm verb headers 'accept-ranges': 'bytes',
50426npm verb headers date: 'Tue, 29 Dec 2015 19:26:41 GMT',
50427npm verb headers age: '0',
50428npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50429npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50430npm verb headers 'x-cache-hits': '1',
50431npm verb headers 'x-timer': 'S1451417200.299349,VS0,VE862',
50432npm verb headers vary: 'Accept',
50433npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50434npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50435npm verb headers connection: 'keep-alive' }
50436npm verb get saving ansi-wrap to /root/.npm/registry.npmjs.org/ansi-wrap/.cache.json
50437npm verb cache add spec ansi-wrap@0.1.0
50438npm verb addNamed "0.1.0" is a plain semver version for ansi-wrap
50439npm verb addNameVersion registry:http://registry.npmjs.org/ansi-wrap not in flight; fetching
50440npm verb get http://registry.npmjs.org/ansi-wrap not expired, no request
50441npm verb addRemoteTarball http://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz not in flight; adding
50442npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz',
50443npm verb addRemoteTarball 'a82250ddb0015e9a27ca82e82ea603bbfa45efaf' ]
50444npm info retry fetch attempt 1 at 19:26:41
50445npm info attempt registry request try #1 at 19:26:41
50446npm http fetch GET http://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz
50447npm http fetch 200 http://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz
50448npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz not in flight; adding
50449npm verb addTmpTarball already have metadata; skipping unpack for ansi-wrap@0.1.0
50450npm verb afterAdd /root/.npm/ansi-wrap/0.1.0/package/package.json not in flight; writing
50451npm verb afterAdd /root/.npm/ansi-wrap/0.1.0/package/package.json written
50452npm verb request uri http://registry.npmjs.org/for-own
50453npm verb request no auth needed
50454npm info attempt registry request try #1 at 19:26:41
50455npm http request GET http://registry.npmjs.org/for-own
50456npm verb request uri http://registry.npmjs.org/is-extendable
50457npm verb request no auth needed
50458npm info attempt registry request try #1 at 19:26:41
50459npm http request GET http://registry.npmjs.org/is-extendable
50460npm http 200 http://registry.npmjs.org/for-own
50461npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50462npm verb headers etag: '"6I7VVSKY8I86HMVUXKZYSYHSK"',
50463npm verb headers 'content-type': 'application/json',
50464npm verb headers 'cache-control': 'max-age=300',
50465npm verb headers 'content-length': '7805',
50466npm verb headers 'accept-ranges': 'bytes',
50467npm verb headers date: 'Tue, 29 Dec 2015 19:26:41 GMT',
50468npm verb headers age: '166',
50469npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50470npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50471npm verb headers 'x-cache-hits': '2',
50472npm verb headers 'x-timer': 'S1451417201.322528,VS0,VE0',
50473npm verb headers vary: 'Accept',
50474npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50475npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50476npm verb headers connection: 'keep-alive' }
50477npm verb get saving for-own to /root/.npm/registry.npmjs.org/for-own/.cache.json
50478npm http 200 http://registry.npmjs.org/is-extendable
50479npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50480npm verb headers etag: '"DZ6NZ0C2RXA67II868AWFV09E"',
50481npm verb headers 'content-type': 'application/json',
50482npm verb headers 'cache-control': 'max-age=60',
50483npm verb headers 'content-length': '6340',
50484npm verb headers 'accept-ranges': 'bytes',
50485npm verb headers date: 'Tue, 29 Dec 2015 19:26:41 GMT',
50486npm verb headers age: '58',
50487npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50488npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50489npm verb headers 'x-cache-hits': '4',
50490npm verb headers 'x-timer': 'S1451417201.330687,VS0,VE0',
50491npm verb headers vary: 'Accept',
50492npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50493npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50494npm verb headers connection: 'keep-alive' }
50495npm verb get saving is-extendable to /root/.npm/registry.npmjs.org/is-extendable/.cache.json
50496npm verb cache add spec for-own@^0.1.3
50497npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for for-own
50498npm verb addNameRange registry:http://registry.npmjs.org/for-own not in flight; fetching
50499npm verb cache add spec is-extendable@^0.1.1
50500npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for is-extendable
50501npm verb addNameRange registry:http://registry.npmjs.org/is-extendable not in flight; fetching
50502npm verb get http://registry.npmjs.org/for-own not expired, no request
50503npm verb addNamed "0.1.3" is a plain semver version for for-own
50504npm verb get http://registry.npmjs.org/is-extendable not expired, no request
50505npm verb addNamed "0.1.1" is a plain semver version for is-extendable
50506npm verb addRemoteTarball http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz not in flight; adding
50507npm verb addRemoteTarball [ 'http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz',
50508npm verb addRemoteTarball '606444cde77c2f0a11088169e2e354eaf56e74fe' ]
50509npm verb addRemoteTarball http://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz not in flight; adding
50510npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz',
50511npm verb addRemoteTarball '62b110e289a471418e3ec36a617d472e301dfc89' ]
50512npm info retry fetch attempt 1 at 19:26:41
50513npm info attempt registry request try #1 at 19:26:41
50514npm http fetch GET http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz
50515npm info retry fetch attempt 1 at 19:26:41
50516npm info attempt registry request try #1 at 19:26:41
50517npm http fetch GET http://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz
50518npm http fetch 200 http://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz
50519npm http fetch 200 http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz
50520npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz not in flight; adding
50521npm verb addTmpTarball already have metadata; skipping unpack for is-extendable@0.1.1
50522npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/for-own/-/for-own-0.1.3.tgz not in flight; adding
50523npm verb addTmpTarball already have metadata; skipping unpack for for-own@0.1.3
50524npm verb afterAdd /root/.npm/is-extendable/0.1.1/package/package.json not in flight; writing
50525npm verb afterAdd /root/.npm/for-own/0.1.3/package/package.json not in flight; writing
50526npm verb afterAdd /root/.npm/is-extendable/0.1.1/package/package.json written
50527npm verb afterAdd /root/.npm/for-own/0.1.3/package/package.json written
50528npm verb request uri http://registry.npmjs.org/for-in
50529npm verb request no auth needed
50530npm info attempt registry request try #1 at 19:26:41
50531npm http request GET http://registry.npmjs.org/for-in
50532npm http 200 http://registry.npmjs.org/for-in
50533npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50534npm verb headers etag: '"DLK26564LV1HKX2HHR0L7MEWH"',
50535npm verb headers 'content-type': 'application/json',
50536npm verb headers 'cache-control': 'max-age=300',
50537npm verb headers 'content-length': '8984',
50538npm verb headers 'accept-ranges': 'bytes',
50539npm verb headers date: 'Tue, 29 Dec 2015 19:26:41 GMT',
50540npm verb headers age: '49',
50541npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50542npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50543npm verb headers 'x-cache-hits': '2',
50544npm verb headers 'x-timer': 'S1451417201.496106,VS0,VE0',
50545npm verb headers vary: 'Accept',
50546npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50547npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50548npm verb headers connection: 'keep-alive' }
50549npm verb get saving for-in to /root/.npm/registry.npmjs.org/for-in/.cache.json
50550npm verb cache add spec for-in@^0.1.4
50551npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for for-in
50552npm verb addNameRange registry:http://registry.npmjs.org/for-in not in flight; fetching
50553npm verb get http://registry.npmjs.org/for-in not expired, no request
50554npm verb addNamed "0.1.4" is a plain semver version for for-in
50555npm verb addRemoteTarball http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz not in flight; adding
50556npm verb addRemoteTarball [ 'http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz',
50557npm verb addRemoteTarball '9f5cf7b4ffc7e1ae6591a4e97b177aa59d70fb2e' ]
50558npm info retry fetch attempt 1 at 19:26:41
50559npm info attempt registry request try #1 at 19:26:41
50560npm http fetch GET http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz
50561npm http fetch 200 http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz
50562npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/for-in/-/for-in-0.1.4.tgz not in flight; adding
50563npm verb addTmpTarball already have metadata; skipping unpack for for-in@0.1.4
50564npm verb afterAdd /root/.npm/for-in/0.1.4/package/package.json not in flight; writing
50565npm verb afterAdd /root/.npm/for-in/0.1.4/package/package.json written
50566npm verb request uri http://registry.npmjs.org/glob-base
50567npm verb request no auth needed
50568npm info attempt registry request try #1 at 19:26:41
50569npm http request GET http://registry.npmjs.org/glob-base
50570npm verb request uri http://registry.npmjs.org/is-dotfile
50571npm verb request no auth needed
50572npm info attempt registry request try #1 at 19:26:41
50573npm http request GET http://registry.npmjs.org/is-dotfile
50574npm http 200 http://registry.npmjs.org/is-dotfile
50575npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50576npm verb headers etag: '"2KC0R5RJ5B4WTVKXG4Z39FGR1"',
50577npm verb headers 'content-type': 'application/json',
50578npm verb headers 'cache-control': 'max-age=60',
50579npm verb headers 'content-length': '9198',
50580npm verb headers 'accept-ranges': 'bytes',
50581npm verb headers date: 'Tue, 29 Dec 2015 19:26:41 GMT',
50582npm verb headers age: '36',
50583npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50584npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50585npm verb headers 'x-cache-hits': '3',
50586npm verb headers 'x-timer': 'S1451417201.650897,VS0,VE0',
50587npm verb headers vary: 'Accept',
50588npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50589npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50590npm verb headers connection: 'keep-alive' }
50591npm verb get saving is-dotfile to /root/.npm/registry.npmjs.org/is-dotfile/.cache.json
50592npm http 200 http://registry.npmjs.org/glob-base
50593npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50594npm verb headers etag: '"7RNMEOVNIAY5USI6C612XFQ1I"',
50595npm verb headers 'content-type': 'application/json',
50596npm verb headers 'cache-control': 'max-age=60',
50597npm verb headers 'content-length': '11223',
50598npm verb headers 'accept-ranges': 'bytes',
50599npm verb headers date: 'Tue, 29 Dec 2015 19:26:41 GMT',
50600npm verb headers age: '29',
50601npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50602npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50603npm verb headers 'x-cache-hits': '1',
50604npm verb headers 'x-timer': 'S1451417201.650823,VS0,VE0',
50605npm verb headers vary: 'Accept',
50606npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50607npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50608npm verb headers connection: 'keep-alive' }
50609npm verb get saving glob-base to /root/.npm/registry.npmjs.org/glob-base/.cache.json
50610npm verb cache add spec is-dotfile@^1.0.0
50611npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-dotfile
50612npm verb addNameRange registry:http://registry.npmjs.org/is-dotfile not in flight; fetching
50613npm verb cache add spec glob-base@^0.3.0
50614npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for glob-base
50615npm verb addNameRange registry:http://registry.npmjs.org/glob-base not in flight; fetching
50616npm verb get http://registry.npmjs.org/is-dotfile not expired, no request
50617npm verb addNamed "1.0.2" is a plain semver version for is-dotfile
50618npm verb get http://registry.npmjs.org/glob-base not expired, no request
50619npm verb addNamed "0.3.0" is a plain semver version for glob-base
50620npm verb addRemoteTarball http://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz not in flight; adding
50621npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz',
50622npm verb addRemoteTarball '2c132383f39199f8edc268ca01b9b007d205cc4d' ]
50623npm verb addRemoteTarball http://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz not in flight; adding
50624npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz',
50625npm verb addRemoteTarball 'dbb164f6221b1c0b1ccf82aea328b497df0ea3c4' ]
50626npm info retry fetch attempt 1 at 19:26:41
50627npm info attempt registry request try #1 at 19:26:41
50628npm http fetch GET http://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz
50629npm info retry fetch attempt 1 at 19:26:41
50630npm info attempt registry request try #1 at 19:26:41
50631npm http fetch GET http://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz
50632npm http fetch 200 http://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz
50633npm http fetch 200 http://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz
50634npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz not in flight; adding
50635npm verb addTmpTarball already have metadata; skipping unpack for glob-base@0.3.0
50636npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz not in flight; adding
50637npm verb addTmpTarball already have metadata; skipping unpack for is-dotfile@1.0.2
50638npm verb afterAdd /root/.npm/is-dotfile/1.0.2/package/package.json not in flight; writing
50639npm verb afterAdd /root/.npm/glob-base/0.3.0/package/package.json not in flight; writing
50640npm verb afterAdd /root/.npm/is-dotfile/1.0.2/package/package.json written
50641npm verb afterAdd /root/.npm/glob-base/0.3.0/package/package.json written
50642npm verb request uri http://registry.npmjs.org/is-equal-shallow
50643npm verb request no auth needed
50644npm info attempt registry request try #1 at 19:26:41
50645npm http request GET http://registry.npmjs.org/is-equal-shallow
50646npm verb request uri http://registry.npmjs.org/is-primitive
50647npm verb request no auth needed
50648npm info attempt registry request try #1 at 19:26:41
50649npm http request GET http://registry.npmjs.org/is-primitive
50650npm http 200 http://registry.npmjs.org/is-equal-shallow
50651npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50652npm verb headers etag: '"5VI7ZDH0VR8SJNYFEO2J6V2X7"',
50653npm verb headers 'content-type': 'application/json',
50654npm verb headers 'cache-control': 'max-age=60',
50655npm verb headers 'content-length': '9474',
50656npm verb headers 'accept-ranges': 'bytes',
50657npm verb headers date: 'Tue, 29 Dec 2015 19:26:41 GMT',
50658npm verb headers age: '32',
50659npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50660npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50661npm verb headers 'x-cache-hits': '1',
50662npm verb headers 'x-timer': 'S1451417201.842035,VS0,VE0',
50663npm verb headers vary: 'Accept',
50664npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50665npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50666npm verb headers connection: 'keep-alive' }
50667npm verb get saving is-equal-shallow to /root/.npm/registry.npmjs.org/is-equal-shallow/.cache.json
50668npm http 200 http://registry.npmjs.org/is-primitive
50669npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50670npm verb headers etag: '"K8QCGZ65GOXG55M59O54P25C"',
50671npm verb headers 'content-type': 'application/json',
50672npm verb headers 'cache-control': 'max-age=300',
50673npm verb headers 'content-length': '5807',
50674npm verb headers 'accept-ranges': 'bytes',
50675npm verb headers date: 'Tue, 29 Dec 2015 19:26:41 GMT',
50676npm verb headers age: '199',
50677npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50678npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50679npm verb headers 'x-cache-hits': '4',
50680npm verb headers 'x-timer': 'S1451417201.855889,VS0,VE0',
50681npm verb headers vary: 'Accept',
50682npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50683npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50684npm verb headers connection: 'keep-alive' }
50685npm verb get saving is-primitive to /root/.npm/registry.npmjs.org/is-primitive/.cache.json
50686npm verb cache add spec is-equal-shallow@^0.1.1
50687npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for is-equal-shallow
50688npm verb addNameRange registry:http://registry.npmjs.org/is-equal-shallow not in flight; fetching
50689npm verb get http://registry.npmjs.org/is-equal-shallow not expired, no request
50690npm verb addNamed "0.1.3" is a plain semver version for is-equal-shallow
50691npm verb addRemoteTarball http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz not in flight; adding
50692npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz',
50693npm verb addRemoteTarball '2238098fc221de0bcfa5d9eac4c45d638aa1c534' ]
50694npm verb cache add spec is-primitive@^2.0.0
50695npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for is-primitive
50696npm verb addNameRange registry:http://registry.npmjs.org/is-primitive not in flight; fetching
50697npm info retry fetch attempt 1 at 19:26:41
50698npm info attempt registry request try #1 at 19:26:41
50699npm http fetch GET http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz
50700npm verb get http://registry.npmjs.org/is-primitive not expired, no request
50701npm verb addNamed "2.0.0" is a plain semver version for is-primitive
50702npm verb addRemoteTarball http://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz not in flight; adding
50703npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz',
50704npm verb addRemoteTarball '207bab91638499c07b2adf240a41a87210034575' ]
50705npm info retry fetch attempt 1 at 19:26:41
50706npm info attempt registry request try #1 at 19:26:41
50707npm http fetch GET http://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz
50708npm http fetch 200 http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz
50709npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz not in flight; adding
50710npm verb addTmpTarball already have metadata; skipping unpack for is-equal-shallow@0.1.3
50711npm verb afterAdd /root/.npm/is-equal-shallow/0.1.3/package/package.json not in flight; writing
50712npm verb afterAdd /root/.npm/is-equal-shallow/0.1.3/package/package.json written
50713npm http fetch 200 http://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz
50714npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz not in flight; adding
50715npm verb addTmpTarball already have metadata; skipping unpack for is-primitive@2.0.0
50716npm verb afterAdd /root/.npm/is-primitive/2.0.0/package/package.json not in flight; writing
50717npm verb afterAdd /root/.npm/is-primitive/2.0.0/package/package.json written
50718npm verb request uri http://registry.npmjs.org/binary-extensions
50719npm verb request no auth needed
50720npm info attempt registry request try #1 at 19:26:42
50721npm http request GET http://registry.npmjs.org/binary-extensions
50722npm http 200 http://registry.npmjs.org/binary-extensions
50723npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50724npm verb headers etag: '"1POLG3AKRVT92YWXR96RRCHDW"',
50725npm verb headers 'content-type': 'application/json',
50726npm verb headers 'cache-control': 'max-age=60',
50727npm verb headers 'content-length': '13564',
50728npm verb headers 'accept-ranges': 'bytes',
50729npm verb headers date: 'Tue, 29 Dec 2015 19:26:42 GMT',
50730npm verb headers age: '49',
50731npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50732npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50733npm verb headers 'x-cache-hits': '1',
50734npm verb headers 'x-timer': 'S1451417202.019849,VS0,VE0',
50735npm verb headers vary: 'Accept',
50736npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50737npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50738npm verb headers connection: 'keep-alive' }
50739npm verb get saving binary-extensions to /root/.npm/registry.npmjs.org/binary-extensions/.cache.json
50740npm verb cache add spec binary-extensions@^1.0.0
50741npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for binary-extensions
50742npm verb addNameRange registry:http://registry.npmjs.org/binary-extensions not in flight; fetching
50743npm verb get http://registry.npmjs.org/binary-extensions not expired, no request
50744npm verb addNamed "1.4.0" is a plain semver version for binary-extensions
50745npm verb addRemoteTarball http://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz not in flight; adding
50746npm verb addRemoteTarball [ 'http://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz',
50747npm verb addRemoteTarball 'd733ccb628986d7b326d88656e0ddbd3aac351b7' ]
50748npm info retry fetch attempt 1 at 19:26:42
50749npm info attempt registry request try #1 at 19:26:42
50750npm http fetch GET http://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz
50751npm http fetch 200 http://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz
50752npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz not in flight; adding
50753npm verb addTmpTarball already have metadata; skipping unpack for binary-extensions@1.4.0
50754npm verb afterAdd /root/.npm/binary-extensions/1.4.0/package/package.json not in flight; writing
50755npm verb afterAdd /root/.npm/binary-extensions/1.4.0/package/package.json written
50756npm verb cache add spec graceful-fs@^4.1.2
50757npm verb cache add spec minimatch@^2.0.10
50758npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
50759npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
50760npm verb addNamed ">=2.0.10 <3.0.0" is a valid semver range for minimatch
50761npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
50762npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
50763npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
50764npm verb request uri http://registry.npmjs.org/minimatch
50765npm verb request no auth needed
50766npm info attempt registry request try #1 at 19:26:42
50767npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
50768npm http request GET http://registry.npmjs.org/minimatch
50769npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
50770npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
50771npm http 304 http://registry.npmjs.org/minimatch
50772npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
50773npm verb headers 'cache-control': 'max-age=300',
50774npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
50775npm verb headers age: '265',
50776npm verb headers 'x-served-by': 'cache-fra1247-FRA',
50777npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50778npm verb headers 'x-cache-hits': '22',
50779npm verb headers 'x-timer': 'S1451417202.209172,VS0,VE0',
50780npm verb headers vary: 'Accept',
50781npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50782npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50783npm verb headers connection: 'keep-alive' }
50784npm verb etag http://registry.npmjs.org/minimatch from cache
50785npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
50786npm verb addNamed "2.0.10" is a plain semver version for minimatch
50787npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
50788npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
50789npm verb cache add spec body-parser@~1.13.3
50790npm verb cache add spec bytes@2.1.0
50791npm verb cache add spec cookie@0.1.3
50792npm verb cache add spec cookie-parser@~1.3.5
50793npm verb cache add spec cookie-signature@1.0.6
50794npm verb cache add spec compression@~1.5.2
50795npm verb cache add spec debug@~2.2.0
50796npm verb cache add spec depd@~1.0.1
50797npm verb cache add spec errorhandler@~1.4.2
50798npm verb cache add spec express-session@~1.11.3
50799npm verb cache add spec fresh@0.3.0
50800npm verb cache add spec method-override@~2.3.5
50801npm verb cache add spec morgan@~1.6.1
50802npm verb cache add spec parseurl@~1.3.0
50803npm verb cache add spec pause@0.1.0
50804npm verb cache add spec qs@4.0.0
50805npm verb cache add spec serve-favicon@~2.3.0
50806npm verb cache add spec serve-static@~1.10.0
50807npm verb cache add spec type-is@~1.6.6
50808npm verb addNamed ">=1.13.3 <1.14.0" is a valid semver range for body-parser
50809npm verb addNameRange registry:http://registry.npmjs.org/body-parser not in flight; fetching
50810npm verb addNamed "2.1.0" is a plain semver version for bytes
50811npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
50812npm verb addNamed "0.1.3" is a plain semver version for cookie
50813npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
50814npm verb addNamed ">=1.3.5 <1.4.0" is a valid semver range for cookie-parser
50815npm verb addNameRange registry:http://registry.npmjs.org/cookie-parser not in flight; fetching
50816npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
50817npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
50818npm verb addNamed ">=1.5.2 <1.6.0" is a valid semver range for compression
50819npm verb addNameRange registry:http://registry.npmjs.org/compression not in flight; fetching
50820npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
50821npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
50822npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for depd
50823npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
50824npm verb addNamed ">=1.4.2 <1.5.0" is a valid semver range for errorhandler
50825npm verb addNameRange registry:http://registry.npmjs.org/errorhandler not in flight; fetching
50826npm verb addNamed ">=1.11.3 <1.12.0" is a valid semver range for express-session
50827npm verb addNameRange registry:http://registry.npmjs.org/express-session not in flight; fetching
50828npm verb addNamed "0.3.0" is a plain semver version for fresh
50829npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
50830npm verb addNamed ">=2.3.5 <2.4.0" is a valid semver range for method-override
50831npm verb addNameRange registry:http://registry.npmjs.org/method-override not in flight; fetching
50832npm verb addNamed ">=1.6.1 <1.7.0" is a valid semver range for morgan
50833npm verb addNameRange registry:http://registry.npmjs.org/morgan not in flight; fetching
50834npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
50835npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
50836npm verb addNamed "0.1.0" is a plain semver version for pause
50837npm verb addNameVersion registry:http://registry.npmjs.org/pause not in flight; fetching
50838npm verb addNamed "4.0.0" is a plain semver version for qs
50839npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
50840npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for serve-favicon
50841npm verb addNameRange registry:http://registry.npmjs.org/serve-favicon not in flight; fetching
50842npm verb addNamed ">=1.10.0 <1.11.0" is a valid semver range for serve-static
50843npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
50844npm verb addNamed ">=1.6.6 <1.7.0" is a valid semver range for type-is
50845npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
50846npm verb request uri http://registry.npmjs.org/basic-auth-connect
50847npm verb request no auth needed
50848npm info attempt registry request try #1 at 19:26:42
50849npm http request GET http://registry.npmjs.org/basic-auth-connect
50850npm verb request uri http://registry.npmjs.org/connect-timeout
50851npm verb request no auth needed
50852npm info attempt registry request try #1 at 19:26:42
50853npm http request GET http://registry.npmjs.org/connect-timeout
50854npm verb request uri http://registry.npmjs.org/csurf
50855npm verb request no auth needed
50856npm info attempt registry request try #1 at 19:26:42
50857npm http request GET http://registry.npmjs.org/csurf
50858npm verb request uri http://registry.npmjs.org/multiparty
50859npm verb request no auth needed
50860npm info attempt registry request try #1 at 19:26:42
50861npm http request GET http://registry.npmjs.org/multiparty
50862npm verb request uri http://registry.npmjs.org/response-time
50863npm verb request no auth needed
50864npm info attempt registry request try #1 at 19:26:42
50865npm http request GET http://registry.npmjs.org/response-time
50866npm verb request uri http://registry.npmjs.org/serve-index
50867npm verb request no auth needed
50868npm info attempt registry request try #1 at 19:26:42
50869npm http request GET http://registry.npmjs.org/serve-index
50870npm verb request uri http://registry.npmjs.org/vhost
50871npm verb request no auth needed
50872npm info attempt registry request try #1 at 19:26:42
50873npm http request GET http://registry.npmjs.org/vhost
50874npm verb request uri http://registry.npmjs.org/cookie
50875npm verb request no auth needed
50876npm info attempt registry request try #1 at 19:26:42
50877npm verb etag "3UTV693OT3MQ8VLEZGR1RIH86"
50878npm http request GET http://registry.npmjs.org/cookie
50879npm verb request uri http://registry.npmjs.org/cookie-signature
50880npm verb request no auth needed
50881npm info attempt registry request try #1 at 19:26:42
50882npm verb etag "8NE2NNIH2V0SABXWGZXHH3U6K"
50883npm http request GET http://registry.npmjs.org/cookie-signature
50884npm verb request uri http://registry.npmjs.org/cookie-parser
50885npm verb request no auth needed
50886npm info attempt registry request try #1 at 19:26:42
50887npm verb etag "8G5WWK5KC4I9F69EBBSNJHV2G"
50888npm http request GET http://registry.npmjs.org/cookie-parser
50889npm verb request uri http://registry.npmjs.org/compression
50890npm verb request no auth needed
50891npm info attempt registry request try #1 at 19:26:42
50892npm verb etag "12MW13GNVVCBQYWG713899535"
50893npm http request GET http://registry.npmjs.org/compression
50894npm verb get http://registry.npmjs.org/debug not expired, no request
50895npm verb addNamed "2.2.0" is a plain semver version for debug
50896npm verb request uri http://registry.npmjs.org/depd
50897npm verb request no auth needed
50898npm info attempt registry request try #1 at 19:26:42
50899npm verb etag "D51XQ8IB2NO2EXAU1UFAY1A1L"
50900npm http request GET http://registry.npmjs.org/depd
50901npm verb request uri http://registry.npmjs.org/errorhandler
50902npm verb request no auth needed
50903npm info attempt registry request try #1 at 19:26:42
50904npm verb etag "8DCGIQOAPMNC2EFPOCK7746QA"
50905npm http request GET http://registry.npmjs.org/errorhandler
50906npm verb request uri http://registry.npmjs.org/express-session
50907npm verb request no auth needed
50908npm info attempt registry request try #1 at 19:26:42
50909npm verb etag "AW4I3JEG6UVQN019TIQCGW7Y5"
50910npm http request GET http://registry.npmjs.org/express-session
50911npm verb request uri http://registry.npmjs.org/fresh
50912npm verb request no auth needed
50913npm info attempt registry request try #1 at 19:26:42
50914npm verb etag "9NHR4LROGERRIX4U2GNV4QVT"
50915npm http request GET http://registry.npmjs.org/fresh
50916npm verb request uri http://registry.npmjs.org/method-override
50917npm verb request no auth needed
50918npm info attempt registry request try #1 at 19:26:42
50919npm verb etag "8GF1LPC6684OQ597E6QX6A1DQ"
50920npm http request GET http://registry.npmjs.org/method-override
50921npm verb request uri http://registry.npmjs.org/morgan
50922npm verb request no auth needed
50923npm info attempt registry request try #1 at 19:26:42
50924npm verb etag "CYUXXH7XS350OXDCIHHHZVGQE"
50925npm http request GET http://registry.npmjs.org/morgan
50926npm verb request uri http://registry.npmjs.org/parseurl
50927npm verb request no auth needed
50928npm info attempt registry request try #1 at 19:26:42
50929npm verb etag "C38PVP7JXF6E8MRHKL33KKEI6"
50930npm http request GET http://registry.npmjs.org/parseurl
50931npm verb request uri http://registry.npmjs.org/pause
50932npm verb request no auth needed
50933npm info attempt registry request try #1 at 19:26:42
50934npm verb etag "SD31V4MU41UCZX0BCY4IRLTO"
50935npm http request GET http://registry.npmjs.org/pause
50936npm verb request uri http://registry.npmjs.org/qs
50937npm verb request no auth needed
50938npm info attempt registry request try #1 at 19:26:42
50939npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
50940npm http request GET http://registry.npmjs.org/qs
50941npm verb request uri http://registry.npmjs.org/serve-favicon
50942npm verb request no auth needed
50943npm info attempt registry request try #1 at 19:26:42
50944npm verb etag "2CF52I28MTEPSZWDG7L6ICLC3"
50945npm http request GET http://registry.npmjs.org/serve-favicon
50946npm verb request uri http://registry.npmjs.org/body-parser
50947npm verb request no auth needed
50948npm info attempt registry request try #1 at 19:26:42
50949npm verb etag "9UCTVG5CBPYJCJW0V7HHYTF3E"
50950npm http request GET http://registry.npmjs.org/body-parser
50951npm verb request uri http://registry.npmjs.org/bytes
50952npm verb request no auth needed
50953npm info attempt registry request try #1 at 19:26:42
50954npm verb etag "9Z54CDPJPFB84A5EQY8A939AW"
50955npm http request GET http://registry.npmjs.org/bytes
50956npm verb request uri http://registry.npmjs.org/serve-static
50957npm verb request no auth needed
50958npm info attempt registry request try #1 at 19:26:42
50959npm verb etag "DGUOJ6WTQPFO1MQ4XK90KECIO"
50960npm http request GET http://registry.npmjs.org/serve-static
50961npm verb request uri http://registry.npmjs.org/type-is
50962npm verb request no auth needed
50963npm info attempt registry request try #1 at 19:26:42
50964npm verb etag "460R9QTM2R63TFO6D7HBETX5A"
50965npm http request GET http://registry.npmjs.org/type-is
50966npm http 200 http://registry.npmjs.org/basic-auth-connect
50967npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50968npm verb headers etag: '"5XN1Q16GAYLHQ330V7EBKP3VC"',
50969npm verb headers 'content-type': 'application/json',
50970npm verb headers 'cache-control': 'max-age=300',
50971npm verb headers 'content-length': '4076',
50972npm verb headers 'accept-ranges': 'bytes',
50973npm verb headers date: 'Tue, 29 Dec 2015 19:26:42 GMT',
50974npm verb headers age: '96',
50975npm verb headers 'x-served-by': 'cache-fra1235-FRA',
50976npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50977npm verb headers 'x-cache-hits': '2',
50978npm verb headers 'x-timer': 'S1451417202.761331,VS0,VE0',
50979npm verb headers vary: 'Accept',
50980npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50981npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
50982npm verb headers connection: 'keep-alive' }
50983npm verb get saving basic-auth-connect to /root/.npm/registry.npmjs.org/basic-auth-connect/.cache.json
50984npm http 200 http://registry.npmjs.org/vhost
50985npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50986npm verb headers etag: '"9MYZV51YD90XRH2TI62G0F5Z2"',
50987npm verb headers 'content-type': 'application/json',
50988npm verb headers 'cache-control': 'max-age=300',
50989npm verb headers 'content-length': '15235',
50990npm verb headers 'accept-ranges': 'bytes',
50991npm verb headers date: 'Tue, 29 Dec 2015 19:26:42 GMT',
50992npm verb headers age: '104',
50993npm verb headers 'x-served-by': 'cache-fra1223-FRA',
50994npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
50995npm verb headers 'x-cache-hits': '1',
50996npm verb headers 'x-timer': 'S1451417202.761462,VS0,VE0',
50997npm verb headers vary: 'Accept',
50998npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
50999npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51000npm verb headers connection: 'keep-alive' }
51001npm verb get saving vhost to /root/.npm/registry.npmjs.org/vhost/.cache.json
51002npm http 200 http://registry.npmjs.org/serve-index
51003npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51004npm verb headers etag: '"6SJGMKK5KKXDVPGGZKK8W696F"',
51005npm verb headers 'content-type': 'application/json',
51006npm verb headers 'cache-control': 'max-age=60',
51007npm verb headers 'content-length': '52008',
51008npm verb headers 'accept-ranges': 'bytes',
51009npm verb headers date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51010npm verb headers age: '42',
51011npm verb headers 'x-served-by': 'cache-fra1225-FRA',
51012npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51013npm verb headers 'x-cache-hits': '1',
51014npm verb headers 'x-timer': 'S1451417202.761557,VS0,VE0',
51015npm verb headers vary: 'Accept',
51016npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51017npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51018npm verb headers connection: 'keep-alive' }
51019npm verb get saving serve-index to /root/.npm/registry.npmjs.org/serve-index/.cache.json
51020npm http 200 http://registry.npmjs.org/response-time
51021npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51022npm verb headers etag: '"6V0NQ5ZHBOPX2ANM7B8A2ZQW4"',
51023npm verb headers 'content-type': 'application/json',
51024npm verb headers 'cache-control': 'max-age=300',
51025npm verb headers 'content-length': '16291',
51026npm verb headers 'accept-ranges': 'bytes',
51027npm verb headers date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51028npm verb headers age: '104',
51029npm verb headers 'x-served-by': 'cache-fra1247-FRA',
51030npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51031npm verb headers 'x-cache-hits': '2',
51032npm verb headers 'x-timer': 'S1451417202.766381,VS0,VE0',
51033npm verb headers vary: 'Accept',
51034npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51035npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51036npm verb headers connection: 'keep-alive' }
51037npm verb get saving response-time to /root/.npm/registry.npmjs.org/response-time/.cache.json
51038npm http 200 http://registry.npmjs.org/multiparty
51039npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51040npm verb headers etag: '"6LRWEKUTRXZRJENEK0Y1I487T"',
51041npm verb headers 'content-type': 'application/json',
51042npm verb headers 'cache-control': 'max-age=60',
51043npm verb headers 'content-length': '46410',
51044npm verb headers 'accept-ranges': 'bytes',
51045npm verb headers date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51046npm verb headers age: '1',
51047npm verb headers 'x-served-by': 'cache-fra1245-FRA',
51048npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51049npm verb headers 'x-cache-hits': '1',
51050npm verb headers 'x-timer': 'S1451417202.761886,VS0,VE0',
51051npm verb headers vary: 'Accept',
51052npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51053npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51054npm verb headers connection: 'keep-alive' }
51055npm verb get saving multiparty to /root/.npm/registry.npmjs.org/multiparty/.cache.json
51056npm http 200 http://registry.npmjs.org/csurf
51057npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51058npm verb headers etag: '"8XX1KZYCCBKB2I398ILBL44MQ"',
51059npm verb headers 'content-type': 'application/json',
51060npm verb headers 'cache-control': 'max-age=300',
51061npm verb headers 'content-length': '47391',
51062npm verb headers 'accept-ranges': 'bytes',
51063npm verb headers date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51064npm verb headers age: '259',
51065npm verb headers 'x-served-by': 'cache-fra1225-FRA',
51066npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51067npm verb headers 'x-cache-hits': '1',
51068npm verb headers 'x-timer': 'S1451417202.761557,VS0,VE0',
51069npm verb headers vary: 'Accept',
51070npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51071npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51072npm verb headers connection: 'keep-alive' }
51073npm verb get saving csurf to /root/.npm/registry.npmjs.org/csurf/.cache.json
51074npm http 200 http://registry.npmjs.org/connect-timeout
51075npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51076npm verb headers etag: '"8QV2U22IOEMMP3MGZP02T95SN"',
51077npm verb headers 'content-type': 'application/json',
51078npm verb headers 'cache-control': 'max-age=300',
51079npm verb headers 'content-length': '30256',
51080npm verb headers 'accept-ranges': 'bytes',
51081npm verb headers date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51082npm verb headers age: '105',
51083npm verb headers 'x-served-by': 'cache-fra1228-FRA',
51084npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51085npm verb headers 'x-cache-hits': '1',
51086npm verb headers 'x-timer': 'S1451417202.762036,VS0,VE0',
51087npm verb headers vary: 'Accept',
51088npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51089npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51090npm verb headers connection: 'keep-alive' }
51091npm verb get saving connect-timeout to /root/.npm/registry.npmjs.org/connect-timeout/.cache.json
51092npm http 304 http://registry.npmjs.org/cookie-parser
51093npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51094npm verb headers 'cache-control': 'max-age=300',
51095npm verb headers etag: '"8G5WWK5KC4I9F69EBBSNJHV2G"',
51096npm verb headers age: '233',
51097npm verb headers 'x-served-by': 'cache-fra1225-FRA',
51098npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51099npm verb headers 'x-cache-hits': '2',
51100npm verb headers 'x-timer': 'S1451417202.968400,VS0,VE0',
51101npm verb headers vary: 'Accept',
51102npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51103npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51104npm verb headers connection: 'keep-alive' }
51105npm verb etag http://registry.npmjs.org/cookie-parser from cache
51106npm verb get saving cookie-parser to /root/.npm/registry.npmjs.org/cookie-parser/.cache.json
51107npm http 304 http://registry.npmjs.org/compression
51108npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51109npm verb headers 'cache-control': 'max-age=300',
51110npm verb headers etag: '"12MW13GNVVCBQYWG713899535"',
51111npm verb headers age: '242',
51112npm verb headers 'x-served-by': 'cache-fra1245-FRA',
51113npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51114npm verb headers 'x-cache-hits': '2',
51115npm verb headers 'x-timer': 'S1451417202.968752,VS0,VE0',
51116npm verb headers vary: 'Accept',
51117npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51118npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51119npm verb headers connection: 'keep-alive' }
51120npm verb etag http://registry.npmjs.org/compression from cache
51121npm verb get saving compression to /root/.npm/registry.npmjs.org/compression/.cache.json
51122npm http 304 http://registry.npmjs.org/cookie
51123npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51124npm verb headers 'cache-control': 'max-age=300',
51125npm verb headers etag: '"3UTV693OT3MQ8VLEZGR1RIH86"',
51126npm verb headers age: '1',
51127npm verb headers 'x-served-by': 'cache-fra1225-FRA',
51128npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51129npm verb headers 'x-cache-hits': '2',
51130npm verb headers 'x-timer': 'S1451417202.968608,VS0,VE0',
51131npm verb headers vary: 'Accept',
51132npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51133npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51134npm verb headers connection: 'keep-alive' }
51135npm verb etag http://registry.npmjs.org/cookie from cache
51136npm verb get saving cookie to /root/.npm/registry.npmjs.org/cookie/.cache.json
51137npm http 304 http://registry.npmjs.org/cookie-signature
51138npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51139npm verb headers 'cache-control': 'max-age=60',
51140npm verb headers etag: '"8NE2NNIH2V0SABXWGZXHH3U6K"',
51141npm verb headers age: '11',
51142npm verb headers 'x-served-by': 'cache-fra1228-FRA',
51143npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51144npm verb headers 'x-cache-hits': '1',
51145npm verb headers 'x-timer': 'S1451417202.968836,VS0,VE0',
51146npm verb headers vary: 'Accept',
51147npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51148npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51149npm verb headers connection: 'keep-alive' }
51150npm verb etag http://registry.npmjs.org/cookie-signature from cache
51151npm verb get saving cookie-signature to /root/.npm/registry.npmjs.org/cookie-signature/.cache.json
51152npm http 304 http://registry.npmjs.org/body-parser
51153npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51154npm verb headers 'cache-control': 'max-age=300',
51155npm verb headers etag: '"9UCTVG5CBPYJCJW0V7HHYTF3E"',
51156npm verb headers age: '185',
51157npm verb headers 'x-served-by': 'cache-fra1231-FRA',
51158npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51159npm verb headers 'x-cache-hits': '253',
51160npm verb headers 'x-timer': 'S1451417202.969822,VS0,VE0',
51161npm verb headers vary: 'Accept',
51162npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51163npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51164npm verb headers connection: 'keep-alive' }
51165npm verb etag http://registry.npmjs.org/body-parser from cache
51166npm verb get saving body-parser to /root/.npm/registry.npmjs.org/body-parser/.cache.json
51167npm http 304 http://registry.npmjs.org/morgan
51168npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51169npm verb headers 'cache-control': 'max-age=300',
51170npm verb headers etag: '"CYUXXH7XS350OXDCIHHHZVGQE"',
51171npm verb headers age: '105',
51172npm verb headers 'x-served-by': 'cache-fra1247-FRA',
51173npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51174npm verb headers 'x-cache-hits': '3',
51175npm verb headers 'x-timer': 'S1451417202.969458,VS0,VE0',
51176npm verb headers vary: 'Accept',
51177npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51178npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51179npm verb headers connection: 'keep-alive' }
51180npm verb etag http://registry.npmjs.org/morgan from cache
51181npm verb get saving morgan to /root/.npm/registry.npmjs.org/morgan/.cache.json
51182npm http 304 http://registry.npmjs.org/pause
51183npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51184npm verb headers 'cache-control': 'max-age=60',
51185npm verb headers etag: '"SD31V4MU41UCZX0BCY4IRLTO"',
51186npm verb headers age: '57',
51187npm verb headers 'x-served-by': 'cache-fra1223-FRA',
51188npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51189npm verb headers 'x-cache-hits': '1',
51190npm verb headers 'x-timer': 'S1451417202.969510,VS0,VE1',
51191npm verb headers vary: 'Accept',
51192npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51193npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51194npm verb headers connection: 'keep-alive' }
51195npm verb etag http://registry.npmjs.org/pause from cache
51196npm verb get saving pause to /root/.npm/registry.npmjs.org/pause/.cache.json
51197npm http 304 http://registry.npmjs.org/parseurl
51198npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51199npm verb headers 'cache-control': 'max-age=60',
51200npm verb headers etag: '"C38PVP7JXF6E8MRHKL33KKEI6"',
51201npm verb headers age: '54',
51202npm verb headers 'x-served-by': 'cache-fra1235-FRA',
51203npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51204npm verb headers 'x-cache-hits': '2',
51205npm verb headers 'x-timer': 'S1451417202.969731,VS0,VE0',
51206npm verb headers vary: 'Accept',
51207npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51208npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51209npm verb headers connection: 'keep-alive' }
51210npm verb etag http://registry.npmjs.org/parseurl from cache
51211npm verb get saving parseurl to /root/.npm/registry.npmjs.org/parseurl/.cache.json
51212npm http 304 http://registry.npmjs.org/qs
51213npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51214npm verb headers 'cache-control': 'max-age=300',
51215npm verb headers etag: '"ABBTZ14CMW8TB0ZN25ZL5AVYM"',
51216npm verb headers age: '139',
51217npm verb headers 'x-served-by': 'cache-fra1238-FRA',
51218npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51219npm verb headers 'x-cache-hits': '4',
51220npm verb headers 'x-timer': 'S1451417202.970078,VS0,VE0',
51221npm verb headers vary: 'Accept',
51222npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51223npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51224npm verb headers connection: 'keep-alive' }
51225npm verb etag http://registry.npmjs.org/qs from cache
51226npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
51227npm http 304 http://registry.npmjs.org/bytes
51228npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51229npm verb headers 'cache-control': 'max-age=60',
51230npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
51231npm verb headers age: '40',
51232npm verb headers 'x-served-by': 'cache-fra1225-FRA',
51233npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51234npm verb headers 'x-cache-hits': '1',
51235npm verb headers 'x-timer': 'S1451417202.969960,VS0,VE0',
51236npm verb headers vary: 'Accept',
51237npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51238npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51239npm verb headers connection: 'keep-alive' }
51240npm verb etag http://registry.npmjs.org/bytes from cache
51241npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
51242npm http 304 http://registry.npmjs.org/depd
51243npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51244npm verb headers 'cache-control': 'max-age=60',
51245npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
51246npm verb headers age: '45',
51247npm verb headers 'x-served-by': 'cache-fra1242-FRA',
51248npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51249npm verb headers 'x-cache-hits': '1',
51250npm verb headers 'x-timer': 'S1451417202.971971,VS0,VE0',
51251npm verb headers vary: 'Accept',
51252npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51253npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51254npm verb headers connection: 'keep-alive' }
51255npm verb etag http://registry.npmjs.org/depd from cache
51256npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
51257npm http 304 http://registry.npmjs.org/fresh
51258npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51259npm verb headers 'cache-control': 'max-age=300',
51260npm verb headers etag: '"9NHR4LROGERRIX4U2GNV4QVT"',
51261npm verb headers age: '244',
51262npm verb headers 'x-served-by': 'cache-fra1240-FRA',
51263npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51264npm verb headers 'x-cache-hits': '3',
51265npm verb headers 'x-timer': 'S1451417202.990422,VS0,VE0',
51266npm verb headers vary: 'Accept',
51267npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51268npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51269npm verb headers connection: 'keep-alive' }
51270npm verb etag http://registry.npmjs.org/fresh from cache
51271npm verb get saving fresh to /root/.npm/registry.npmjs.org/fresh/.cache.json
51272npm http 304 http://registry.npmjs.org/express-session
51273npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51274npm verb headers 'cache-control': 'max-age=300',
51275npm verb headers etag: '"AW4I3JEG6UVQN019TIQCGW7Y5"',
51276npm verb headers age: '218',
51277npm verb headers 'x-served-by': 'cache-fra1248-FRA',
51278npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51279npm verb headers 'x-cache-hits': '1',
51280npm verb headers 'x-timer': 'S1451417202.990157,VS0,VE0',
51281npm verb headers vary: 'Accept',
51282npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51283npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51284npm verb headers connection: 'keep-alive' }
51285npm verb etag http://registry.npmjs.org/express-session from cache
51286npm verb get saving express-session to /root/.npm/registry.npmjs.org/express-session/.cache.json
51287npm http 304 http://registry.npmjs.org/method-override
51288npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51289npm verb headers 'cache-control': 'max-age=300',
51290npm verb headers etag: '"8GF1LPC6684OQ597E6QX6A1DQ"',
51291npm verb headers age: '190',
51292npm verb headers 'x-served-by': 'cache-fra1222-FRA',
51293npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51294npm verb headers 'x-cache-hits': '1',
51295npm verb headers 'x-timer': 'S1451417202.990312,VS0,VE0',
51296npm verb headers vary: 'Accept',
51297npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51298npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51299npm verb headers connection: 'keep-alive' }
51300npm verb etag http://registry.npmjs.org/method-override from cache
51301npm verb get saving method-override to /root/.npm/registry.npmjs.org/method-override/.cache.json
51302npm http 304 http://registry.npmjs.org/errorhandler
51303npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51304npm verb headers 'cache-control': 'max-age=300',
51305npm verb headers etag: '"8DCGIQOAPMNC2EFPOCK7746QA"',
51306npm verb headers age: '105',
51307npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51308npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51309npm verb headers 'x-cache-hits': '1',
51310npm verb headers 'x-timer': 'S1451417202.990420,VS0,VE0',
51311npm verb headers vary: 'Accept',
51312npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51313npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51314npm verb headers connection: 'keep-alive' }
51315npm verb etag http://registry.npmjs.org/errorhandler from cache
51316npm verb get saving errorhandler to /root/.npm/registry.npmjs.org/errorhandler/.cache.json
51317npm http 304 http://registry.npmjs.org/serve-static
51318npm verb headers { date: 'Tue, 29 Dec 2015 19:26:43 GMT',
51319npm verb headers 'cache-control': 'max-age=300',
51320npm verb headers etag: '"DGUOJ6WTQPFO1MQ4XK90KECIO"',
51321npm verb headers age: '85',
51322npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51323npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51324npm verb headers 'x-cache-hits': '2',
51325npm verb headers 'x-timer': 'S1451417203.062629,VS0,VE0',
51326npm verb headers vary: 'Accept',
51327npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51328npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51329npm verb headers connection: 'keep-alive' }
51330npm verb etag http://registry.npmjs.org/serve-static from cache
51331npm verb get saving serve-static to /root/.npm/registry.npmjs.org/serve-static/.cache.json
51332npm http 304 http://registry.npmjs.org/type-is
51333npm verb headers { date: 'Tue, 29 Dec 2015 19:26:43 GMT',
51334npm verb headers 'cache-control': 'max-age=60',
51335npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
51336npm verb headers age: '31',
51337npm verb headers 'x-served-by': 'cache-fra1222-FRA',
51338npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51339npm verb headers 'x-cache-hits': '1',
51340npm verb headers 'x-timer': 'S1451417203.062663,VS0,VE1',
51341npm verb headers vary: 'Accept',
51342npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51343npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51344npm verb headers connection: 'keep-alive' }
51345npm verb etag http://registry.npmjs.org/type-is from cache
51346npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
51347npm http 304 http://registry.npmjs.org/serve-favicon
51348npm verb headers { date: 'Tue, 29 Dec 2015 19:26:42 GMT',
51349npm verb headers 'cache-control': 'max-age=300',
51350npm verb headers etag: '"2CF52I28MTEPSZWDG7L6ICLC3"',
51351npm verb headers age: '0',
51352npm verb headers 'x-served-by': 'cache-fra1224-FRA',
51353npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51354npm verb headers 'x-cache-hits': '1',
51355npm verb headers 'x-timer': 'S1451417202.970033,VS0,VE197',
51356npm verb headers vary: 'Accept',
51357npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51358npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51359npm verb headers connection: 'keep-alive' }
51360npm verb etag http://registry.npmjs.org/serve-favicon from cache
51361npm verb get saving serve-favicon to /root/.npm/registry.npmjs.org/serve-favicon/.cache.json
51362npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
51363npm verb addNamed "1.3.5" is a plain semver version for cookie-parser
51364npm verb addNamed "1.5.2" is a plain semver version for compression
51365npm verb addNamed "1.6.1" is a plain semver version for morgan
51366npm verb addNamed "1.3.0" is a plain semver version for parseurl
51367npm verb addNamed "1.0.1" is a plain semver version for depd
51368npm verb addNamed "1.13.3" is a plain semver version for body-parser
51369npm verb addNamed "2.3.5" is a plain semver version for method-override
51370npm verb addNamed "1.11.3" is a plain semver version for express-session
51371npm verb addNamed "1.4.2" is a plain semver version for errorhandler
51372npm verb cache add spec basic-auth-connect@1.0.0
51373npm verb addNamed "1.0.0" is a plain semver version for basic-auth-connect
51374npm verb addNameVersion registry:http://registry.npmjs.org/basic-auth-connect not in flight; fetching
51375npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
51376npm verb cache add spec response-time@~2.3.1
51377npm verb addNamed ">=2.3.1 <2.4.0" is a valid semver range for response-time
51378npm verb addNameRange registry:http://registry.npmjs.org/response-time not in flight; fetching
51379npm verb cache add spec serve-index@~1.7.2
51380npm verb addNamed ">=1.7.2 <1.8.0" is a valid semver range for serve-index
51381npm verb addNameRange registry:http://registry.npmjs.org/serve-index not in flight; fetching
51382npm verb cache add spec multiparty@3.3.2
51383npm verb addNamed "3.3.2" is a plain semver version for multiparty
51384npm verb addNameVersion registry:http://registry.npmjs.org/multiparty not in flight; fetching
51385npm verb cache add spec vhost@~3.0.1
51386npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for vhost
51387npm verb addNameRange registry:http://registry.npmjs.org/vhost not in flight; fetching
51388npm verb cache add spec csurf@~1.8.3
51389npm verb addNamed ">=1.8.3 <1.9.0" is a valid semver range for csurf
51390npm verb addNameRange registry:http://registry.npmjs.org/csurf not in flight; fetching
51391npm verb addRemoteTarball http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz not in flight; adding
51392npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz',
51393npm verb addRemoteTarball '9d755570fb5d17890771227a02314d9be7cf8356' ]
51394npm verb addRemoteTarball http://registry.npmjs.org/compression/-/compression-1.5.2.tgz not in flight; adding
51395npm verb addRemoteTarball [ 'http://registry.npmjs.org/compression/-/compression-1.5.2.tgz',
51396npm verb addRemoteTarball 'b03b8d86e6f8ad29683cba8df91ddc6ffc77b395' ]
51397npm verb cache add spec connect-timeout@~1.6.2
51398npm verb addNamed ">=1.6.2 <1.7.0" is a valid semver range for connect-timeout
51399npm verb addNameRange registry:http://registry.npmjs.org/connect-timeout not in flight; fetching
51400npm verb addRemoteTarball http://registry.npmjs.org/pause/-/pause-0.1.0.tgz not in flight; adding
51401npm verb addRemoteTarball [ 'http://registry.npmjs.org/pause/-/pause-0.1.0.tgz',
51402npm verb addRemoteTarball 'ebc8a4a8619ff0b8a81ac1513c3434ff469fdb74' ]
51403npm verb addRemoteTarball http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz not in flight; adding
51404npm verb addRemoteTarball [ 'http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz',
51405npm verb addRemoteTarball '5fd818398c6819cba28a7cd6664f292fe1c0bbf2' ]
51406npm verb addRemoteTarball http://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz not in flight; adding
51407npm verb addRemoteTarball [ 'http://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz',
51408npm verb addRemoteTarball 'c08cf330c3358e151016a05746f13f029c97fa97' ]
51409npm verb addRemoteTarball http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz not in flight; adding
51410npm verb addRemoteTarball [ 'http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz',
51411npm verb addRemoteTarball '2cd5cdbff00c3673d7ae345119a812a5d95b8c8e' ]
51412npm verb addRemoteTarball http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz not in flight; adding
51413npm verb addRemoteTarball [ 'http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz',
51414npm verb addRemoteTarball '5cc98f3f5ff84ed835f91cbf0aabd0c7107400af' ]
51415npm verb addRemoteTarball http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz not in flight; adding
51416npm verb addRemoteTarball [ 'http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz',
51417npm verb addRemoteTarball 'e51ebf04a7e6cb8220b41780d657925e8c0257a9' ]
51418npm verb addNamed "1.6.10" is a plain semver version for type-is
51419npm verb addNamed "1.10.0" is a plain semver version for serve-static
51420npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz not in flight; adding
51421npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz',
51422npm verb addRemoteTarball 'ac93c410e2ffc9cc7cf4b464b38289067f5e47b4' ]
51423npm verb addNamed "2.3.0" is a plain semver version for serve-favicon
51424npm info retry fetch attempt 1 at 19:26:43
51425npm info attempt registry request try #1 at 19:26:43
51426npm http fetch GET http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz
51427npm info retry fetch attempt 1 at 19:26:43
51428npm info attempt registry request try #1 at 19:26:43
51429npm http fetch GET http://registry.npmjs.org/compression/-/compression-1.5.2.tgz
51430npm info retry fetch attempt 1 at 19:26:43
51431npm info attempt registry request try #1 at 19:26:43
51432npm http fetch GET http://registry.npmjs.org/pause/-/pause-0.1.0.tgz
51433npm info retry fetch attempt 1 at 19:26:43
51434npm info attempt registry request try #1 at 19:26:43
51435npm http fetch GET http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz
51436npm info retry fetch attempt 1 at 19:26:43
51437npm info attempt registry request try #1 at 19:26:43
51438npm http fetch GET http://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz
51439npm info retry fetch attempt 1 at 19:26:43
51440npm info attempt registry request try #1 at 19:26:43
51441npm http fetch GET http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz
51442npm info retry fetch attempt 1 at 19:26:43
51443npm info attempt registry request try #1 at 19:26:43
51444npm http fetch GET http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz
51445npm info retry fetch attempt 1 at 19:26:43
51446npm info attempt registry request try #1 at 19:26:43
51447npm http fetch GET http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz
51448npm info retry fetch attempt 1 at 19:26:43
51449npm info attempt registry request try #1 at 19:26:43
51450npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz
51451npm verb get http://registry.npmjs.org/basic-auth-connect not expired, no request
51452npm verb get http://registry.npmjs.org/serve-index not expired, no request
51453npm verb addNamed "1.7.2" is a plain semver version for serve-index
51454npm verb get http://registry.npmjs.org/response-time not expired, no request
51455npm verb addNamed "2.3.1" is a plain semver version for response-time
51456npm verb get http://registry.npmjs.org/vhost not expired, no request
51457npm verb addNamed "3.0.2" is a plain semver version for vhost
51458npm verb get http://registry.npmjs.org/multiparty not expired, no request
51459npm verb get http://registry.npmjs.org/csurf not expired, no request
51460npm verb addNamed "1.8.3" is a plain semver version for csurf
51461npm verb get http://registry.npmjs.org/connect-timeout not expired, no request
51462npm verb addNamed "1.6.2" is a plain semver version for connect-timeout
51463npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json not in flight; writing
51464npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
51465npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json not in flight; writing
51466npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json not in flight; writing
51467npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json not in flight; writing
51468npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json not in flight; writing
51469npm verb addRemoteTarball http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz not in flight; adding
51470npm verb addRemoteTarball [ 'http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz',
51471npm verb addRemoteTarball 'fdb0b43962ca7b40456a7c2bb48fe173da2d2122' ]
51472npm verb addRemoteTarball http://registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz not in flight; adding
51473npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz',
51474npm verb addRemoteTarball '9a155d9c4f9d391e463970e7b4eb16c7672141c0' ]
51475npm verb addRemoteTarball http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz not in flight; adding
51476npm verb addRemoteTarball [ 'http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz',
51477npm verb addRemoteTarball '2bde19181de6c81ab95e3207a28d61d965b31797' ]
51478npm verb addRemoteTarball http://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz not in flight; adding
51479npm verb addRemoteTarball [ 'http://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz',
51480npm verb addRemoteTarball '2fb1decd4c466aa88b0f9341af33dc1aff2478d5' ]
51481npm verb addRemoteTarball http://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz not in flight; adding
51482npm verb addRemoteTarball [ 'http://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz',
51483npm verb addRemoteTarball '35de6804dc19643e5249f3d3e3bdc6c8ce301d3f' ]
51484npm verb addRemoteTarball http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz not in flight; adding
51485npm verb addRemoteTarball [ 'http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz',
51486npm verb addRemoteTarball '23f2a13bf1d8fce1d0c996588394442cba86a56a' ]
51487npm verb addRemoteTarball http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz not in flight; adding
51488npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz',
51489npm verb addRemoteTarball 'de9a5ec61e33a12b6edaab7b5f062e98c599b88e' ]
51490npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json not in flight; writing
51491npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json not in flight; writing
51492npm http fetch 200 http://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz
51493npm http fetch 200 http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz
51494npm http fetch 200 http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz
51495npm http fetch 200 http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz
51496npm http fetch 200 http://registry.npmjs.org/pause/-/pause-0.1.0.tgz
51497npm http fetch 200 http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz
51498npm http fetch 200 http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz
51499npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz
51500npm http fetch 200 http://registry.npmjs.org/compression/-/compression-1.5.2.tgz
51501npm verb afterAdd /root/.npm/serve-favicon/2.3.0/package/package.json not in flight; writing
51502npm info retry fetch attempt 1 at 19:26:43
51503npm info attempt registry request try #1 at 19:26:43
51504npm http fetch GET http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz
51505npm info retry fetch attempt 1 at 19:26:43
51506npm info attempt registry request try #1 at 19:26:43
51507npm http fetch GET http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz
51508npm info retry fetch attempt 1 at 19:26:43
51509npm info attempt registry request try #1 at 19:26:43
51510npm http fetch GET http://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz
51511npm info retry fetch attempt 1 at 19:26:43
51512npm info attempt registry request try #1 at 19:26:43
51513npm http fetch GET http://registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz
51514npm info retry fetch attempt 1 at 19:26:43
51515npm info attempt registry request try #1 at 19:26:43
51516npm http fetch GET http://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz
51517npm info retry fetch attempt 1 at 19:26:43
51518npm info attempt registry request try #1 at 19:26:43
51519npm http fetch GET http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz
51520npm info retry fetch attempt 1 at 19:26:43
51521npm info attempt registry request try #1 at 19:26:43
51522npm http fetch GET http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz
51523npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json written
51524npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json written
51525npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json written
51526npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json written
51527npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json written
51528npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json written
51529npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json written
51530npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json written
51531npm verb afterAdd /root/.npm/serve-favicon/2.3.0/package/package.json written
51532npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/morgan/-/morgan-1.6.1.tgz not in flight; adding
51533npm verb addTmpTarball already have metadata; skipping unpack for morgan@1.6.1
51534npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz not in flight; adding
51535npm verb addTmpTarball already have metadata; skipping unpack for body-parser@1.13.3
51536npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz not in flight; adding
51537npm verb addTmpTarball already have metadata; skipping unpack for cookie-parser@1.3.5
51538npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/method-override/-/method-override-2.3.5.tgz not in flight; adding
51539npm verb addTmpTarball already have metadata; skipping unpack for method-override@2.3.5
51540npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pause/-/pause-0.1.0.tgz not in flight; adding
51541npm verb addTmpTarball already have metadata; skipping unpack for pause@0.1.0
51542npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz not in flight; adding
51543npm verb addTmpTarball already have metadata; skipping unpack for errorhandler@1.4.2
51544npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/express-session/-/express-session-1.11.3.tgz not in flight; adding
51545npm verb addTmpTarball already have metadata; skipping unpack for express-session@1.11.3
51546npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bytes/-/bytes-2.1.0.tgz not in flight; adding
51547npm verb addTmpTarball already have metadata; skipping unpack for bytes@2.1.0
51548npm http fetch 200 http://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz
51549npm http fetch 200 http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz
51550npm http fetch 200 http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz
51551npm http fetch 200 http://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz
51552npm http fetch 200 http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz
51553npm http fetch 200 http://registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz
51554npm http fetch 200 http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz
51555npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/vhost/-/vhost-3.0.2.tgz not in flight; adding
51556npm verb addTmpTarball already have metadata; skipping unpack for vhost@3.0.2
51557npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz not in flight; adding
51558npm verb addTmpTarball already have metadata; skipping unpack for multiparty@3.3.2
51559npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz not in flight; adding
51560npm verb addTmpTarball already have metadata; skipping unpack for connect-timeout@1.6.2
51561npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz not in flight; adding
51562npm verb addTmpTarball already have metadata; skipping unpack for basic-auth-connect@1.0.0
51563npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/csurf/-/csurf-1.8.3.tgz not in flight; adding
51564npm verb addTmpTarball already have metadata; skipping unpack for csurf@1.8.3
51565npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz not in flight; adding
51566npm verb addTmpTarball already have metadata; skipping unpack for serve-index@1.7.2
51567npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/response-time/-/response-time-2.3.1.tgz not in flight; adding
51568npm verb addTmpTarball already have metadata; skipping unpack for response-time@2.3.1
51569npm verb afterAdd /root/.npm/body-parser/1.13.3/package/package.json not in flight; writing
51570npm verb afterAdd /root/.npm/cookie-parser/1.3.5/package/package.json not in flight; writing
51571npm verb afterAdd /root/.npm/morgan/1.6.1/package/package.json not in flight; writing
51572npm verb afterAdd /root/.npm/pause/0.1.0/package/package.json not in flight; writing
51573npm verb afterAdd /root/.npm/method-override/2.3.5/package/package.json not in flight; writing
51574npm verb afterAdd /root/.npm/errorhandler/1.4.2/package/package.json not in flight; writing
51575npm verb afterAdd /root/.npm/bytes/2.1.0/package/package.json not in flight; writing
51576npm verb afterAdd /root/.npm/express-session/1.11.3/package/package.json not in flight; writing
51577npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/compression/-/compression-1.5.2.tgz not in flight; adding
51578npm verb addTmpTarball already have metadata; skipping unpack for compression@1.5.2
51579npm verb afterAdd /root/.npm/cookie-parser/1.3.5/package/package.json written
51580npm verb afterAdd /root/.npm/body-parser/1.13.3/package/package.json written
51581npm verb afterAdd /root/.npm/morgan/1.6.1/package/package.json written
51582npm verb afterAdd /root/.npm/pause/0.1.0/package/package.json written
51583npm verb afterAdd /root/.npm/method-override/2.3.5/package/package.json written
51584npm verb afterAdd /root/.npm/errorhandler/1.4.2/package/package.json written
51585npm verb afterAdd /root/.npm/bytes/2.1.0/package/package.json written
51586npm verb afterAdd /root/.npm/express-session/1.11.3/package/package.json written
51587npm verb afterAdd /root/.npm/multiparty/3.3.2/package/package.json not in flight; writing
51588npm verb afterAdd /root/.npm/vhost/3.0.2/package/package.json not in flight; writing
51589npm verb afterAdd /root/.npm/connect-timeout/1.6.2/package/package.json not in flight; writing
51590npm verb afterAdd /root/.npm/csurf/1.8.3/package/package.json not in flight; writing
51591npm verb afterAdd /root/.npm/basic-auth-connect/1.0.0/package/package.json not in flight; writing
51592npm verb afterAdd /root/.npm/serve-index/1.7.2/package/package.json not in flight; writing
51593npm verb afterAdd /root/.npm/compression/1.5.2/package/package.json not in flight; writing
51594npm verb afterAdd /root/.npm/response-time/2.3.1/package/package.json not in flight; writing
51595npm verb afterAdd /root/.npm/multiparty/3.3.2/package/package.json written
51596npm verb afterAdd /root/.npm/vhost/3.0.2/package/package.json written
51597npm verb afterAdd /root/.npm/connect-timeout/1.6.2/package/package.json written
51598npm verb afterAdd /root/.npm/csurf/1.8.3/package/package.json written
51599npm verb afterAdd /root/.npm/basic-auth-connect/1.0.0/package/package.json written
51600npm verb afterAdd /root/.npm/serve-index/1.7.2/package/package.json written
51601npm verb afterAdd /root/.npm/response-time/2.3.1/package/package.json written
51602npm verb afterAdd /root/.npm/compression/1.5.2/package/package.json written
51603npm verb cache add spec iconv-lite@0.4.11
51604npm verb cache add spec raw-body@~2.1.2
51605npm verb addNamed "0.4.11" is a plain semver version for iconv-lite
51606npm verb addNameVersion registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
51607npm verb addNamed ">=2.1.2 <2.2.0" is a valid semver range for raw-body
51608npm verb addNameRange registry:http://registry.npmjs.org/raw-body not in flight; fetching
51609npm verb request uri http://registry.npmjs.org/iconv-lite
51610npm verb request no auth needed
51611npm info attempt registry request try #1 at 19:26:44
51612npm verb etag "7JU5TDM03F9P69IYX7U2EYS0M"
51613npm http request GET http://registry.npmjs.org/iconv-lite
51614npm verb request uri http://registry.npmjs.org/raw-body
51615npm verb request no auth needed
51616npm info attempt registry request try #1 at 19:26:44
51617npm verb etag "E3KTT4MIR51RMO7KWFF1HCR2C"
51618npm http request GET http://registry.npmjs.org/raw-body
51619npm http 304 http://registry.npmjs.org/iconv-lite
51620npm verb headers { date: 'Tue, 29 Dec 2015 19:26:44 GMT',
51621npm verb headers 'cache-control': 'max-age=300',
51622npm verb headers etag: '"7JU5TDM03F9P69IYX7U2EYS0M"',
51623npm verb headers age: '42',
51624npm verb headers 'x-served-by': 'cache-fra1248-FRA',
51625npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51626npm verb headers 'x-cache-hits': '1',
51627npm verb headers 'x-timer': 'S1451417204.074695,VS0,VE0',
51628npm verb headers vary: 'Accept',
51629npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51630npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51631npm verb headers connection: 'keep-alive' }
51632npm verb etag http://registry.npmjs.org/iconv-lite from cache
51633npm verb get saving iconv-lite to /root/.npm/registry.npmjs.org/iconv-lite/.cache.json
51634npm http 304 http://registry.npmjs.org/raw-body
51635npm verb headers { date: 'Tue, 29 Dec 2015 19:26:44 GMT',
51636npm verb headers 'cache-control': 'max-age=60',
51637npm verb headers etag: '"E3KTT4MIR51RMO7KWFF1HCR2C"',
51638npm verb headers age: '24',
51639npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51640npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51641npm verb headers 'x-cache-hits': '1',
51642npm verb headers 'x-timer': 'S1451417204.074743,VS0,VE0',
51643npm verb headers vary: 'Accept',
51644npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51645npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51646npm verb headers connection: 'keep-alive' }
51647npm verb etag http://registry.npmjs.org/raw-body from cache
51648npm verb get saving raw-body to /root/.npm/registry.npmjs.org/raw-body/.cache.json
51649npm verb addNamed "2.1.5" is a plain semver version for raw-body
51650npm verb addRemoteTarball http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz not in flight; adding
51651npm verb addRemoteTarball [ 'http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz',
51652npm verb addRemoteTarball '8be8f09ddefd0d72ad99d883ab7f0cc350420956' ]
51653npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz not in flight; adding
51654npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz',
51655npm verb addRemoteTarball '2ecb42fd294744922209a2e7c404dac8793d8ade' ]
51656npm info retry fetch attempt 1 at 19:26:44
51657npm info attempt registry request try #1 at 19:26:44
51658npm http fetch GET http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz
51659npm info retry fetch attempt 1 at 19:26:44
51660npm info attempt registry request try #1 at 19:26:44
51661npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz
51662npm http fetch 200 http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz
51663npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz
51664npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz not in flight; adding
51665npm verb addTmpTarball already have metadata; skipping unpack for raw-body@2.1.5
51666npm verb afterAdd /root/.npm/raw-body/2.1.5/package/package.json not in flight; writing
51667npm verb afterAdd /root/.npm/raw-body/2.1.5/package/package.json written
51668npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz not in flight; adding
51669npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.4.11
51670npm verb afterAdd /root/.npm/iconv-lite/0.4.11/package/package.json not in flight; writing
51671npm verb afterAdd /root/.npm/iconv-lite/0.4.11/package/package.json written
51672npm verb cache add spec ms@0.7.1
51673npm verb addNamed "0.7.1" is a plain semver version for ms
51674npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
51675npm verb get http://registry.npmjs.org/ms not expired, no request
51676npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
51677npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
51678npm verb cache add spec bytes@2.2.0
51679npm verb cache add spec iconv-lite@0.4.13
51680npm verb addNamed "2.2.0" is a plain semver version for bytes
51681npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
51682npm verb addNamed "0.4.13" is a plain semver version for iconv-lite
51683npm verb addNameVersion registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
51684npm verb get http://registry.npmjs.org/bytes not expired, no request
51685npm verb get http://registry.npmjs.org/iconv-lite not expired, no request
51686npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz not in flight; adding
51687npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz',
51688npm verb addRemoteTarball 'fd35464a403f6f9117c2de3609ecff9cae000588' ]
51689npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz not in flight; adding
51690npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz',
51691npm verb addRemoteTarball '1f88aba4ab0b1508e8312acc39345f36e992e2f2' ]
51692npm info retry fetch attempt 1 at 19:26:44
51693npm info attempt registry request try #1 at 19:26:44
51694npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz
51695npm info retry fetch attempt 1 at 19:26:44
51696npm info attempt registry request try #1 at 19:26:44
51697npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
51698npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
51699npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz
51700npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/bytes/-/bytes-2.2.0.tgz not in flight; adding
51701npm verb addTmpTarball already have metadata; skipping unpack for bytes@2.2.0
51702npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json not in flight; writing
51703npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json written
51704npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz not in flight; adding
51705npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.4.13
51706npm verb afterAdd /root/.npm/iconv-lite/0.4.13/package/package.json not in flight; writing
51707npm verb afterAdd /root/.npm/iconv-lite/0.4.13/package/package.json written
51708npm verb cache add spec media-typer@0.3.0
51709npm verb cache add spec mime-types@~2.1.8
51710npm verb addNamed "0.3.0" is a plain semver version for media-typer
51711npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
51712npm verb addNamed ">=2.1.8 <2.2.0" is a valid semver range for mime-types
51713npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
51714npm verb request uri http://registry.npmjs.org/media-typer
51715npm verb request no auth needed
51716npm info attempt registry request try #1 at 19:26:44
51717npm verb etag "EBBA17SMBE80K6FCTCN6G8KK3"
51718npm http request GET http://registry.npmjs.org/media-typer
51719npm verb request uri http://registry.npmjs.org/mime-types
51720npm verb request no auth needed
51721npm info attempt registry request try #1 at 19:26:44
51722npm verb etag "BWYQA2KRPHERKCN4B7XDHVDU7"
51723npm http request GET http://registry.npmjs.org/mime-types
51724npm http 304 http://registry.npmjs.org/media-typer
51725npm verb headers { date: 'Tue, 29 Dec 2015 19:26:44 GMT',
51726npm verb headers 'cache-control': 'max-age=300',
51727npm verb headers etag: '"EBBA17SMBE80K6FCTCN6G8KK3"',
51728npm verb headers age: '114',
51729npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51730npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51731npm verb headers 'x-cache-hits': '2',
51732npm verb headers 'x-timer': 'S1451417204.824824,VS0,VE0',
51733npm verb headers vary: 'Accept',
51734npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51735npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51736npm verb headers connection: 'keep-alive' }
51737npm verb etag http://registry.npmjs.org/media-typer from cache
51738npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
51739npm http 304 http://registry.npmjs.org/mime-types
51740npm verb headers { date: 'Tue, 29 Dec 2015 19:26:44 GMT',
51741npm verb headers 'cache-control': 'max-age=300',
51742npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
51743npm verb headers age: '208',
51744npm verb headers 'x-served-by': 'cache-fra1248-FRA',
51745npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51746npm verb headers 'x-cache-hits': '7',
51747npm verb headers 'x-timer': 'S1451417204.835064,VS0,VE0',
51748npm verb headers vary: 'Accept',
51749npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51750npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51751npm verb headers connection: 'keep-alive' }
51752npm verb etag http://registry.npmjs.org/mime-types from cache
51753npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
51754npm verb addNamed "2.1.8" is a plain semver version for mime-types
51755npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
51756npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json not in flight; writing
51757npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json written
51758npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
51759npm verb cache add spec mime-db@~1.20.0
51760npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
51761npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
51762npm verb request uri http://registry.npmjs.org/mime-db
51763npm verb request no auth needed
51764npm info attempt registry request try #1 at 19:26:44
51765npm verb etag "2HCBL2PJV8L2FKB3EKM4J98CJ"
51766npm http request GET http://registry.npmjs.org/mime-db
51767npm http 304 http://registry.npmjs.org/mime-db
51768npm verb headers { date: 'Tue, 29 Dec 2015 19:26:44 GMT',
51769npm verb headers 'cache-control': 'max-age=60',
51770npm verb headers etag: '"2HCBL2PJV8L2FKB3EKM4J98CJ"',
51771npm verb headers age: '55',
51772npm verb headers 'x-served-by': 'cache-fra1248-FRA',
51773npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51774npm verb headers 'x-cache-hits': '5',
51775npm verb headers 'x-timer': 'S1451417204.936702,VS0,VE0',
51776npm verb headers vary: 'Accept',
51777npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51778npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51779npm verb headers connection: 'keep-alive' }
51780npm verb etag http://registry.npmjs.org/mime-db from cache
51781npm verb get saving mime-db to /root/.npm/registry.npmjs.org/mime-db/.cache.json
51782npm verb addNamed "1.20.0" is a plain semver version for mime-db
51783npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
51784npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
51785npm verb cache add spec accepts@~1.2.12
51786npm verb cache add spec compressible@~2.0.5
51787npm verb addNamed ">=1.2.12 <1.3.0" is a valid semver range for accepts
51788npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
51789npm verb addNamed ">=2.0.5 <2.1.0" is a valid semver range for compressible
51790npm verb addNameRange registry:http://registry.npmjs.org/compressible not in flight; fetching
51791npm verb request uri http://registry.npmjs.org/accepts
51792npm verb request no auth needed
51793npm info attempt registry request try #1 at 19:26:45
51794npm verb etag "CMQELY7N9D8O3WS7OAI4D1QJL"
51795npm http request GET http://registry.npmjs.org/accepts
51796npm verb request uri http://registry.npmjs.org/compressible
51797npm verb request no auth needed
51798npm info attempt registry request try #1 at 19:26:45
51799npm verb etag "4V7E0RO8B6BHZILYMD8Z92X46"
51800npm http request GET http://registry.npmjs.org/compressible
51801npm http 304 http://registry.npmjs.org/accepts
51802npm verb headers { date: 'Tue, 29 Dec 2015 19:26:45 GMT',
51803npm verb headers 'cache-control': 'max-age=300',
51804npm verb headers etag: '"CMQELY7N9D8O3WS7OAI4D1QJL"',
51805npm verb headers age: '196',
51806npm verb headers 'x-served-by': 'cache-fra1248-FRA',
51807npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51808npm verb headers 'x-cache-hits': '2',
51809npm verb headers 'x-timer': 'S1451417205.082351,VS0,VE0',
51810npm verb headers vary: 'Accept',
51811npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51812npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51813npm verb headers connection: 'keep-alive' }
51814npm verb etag http://registry.npmjs.org/accepts from cache
51815npm verb get saving accepts to /root/.npm/registry.npmjs.org/accepts/.cache.json
51816npm http 304 http://registry.npmjs.org/compressible
51817npm verb headers { date: 'Tue, 29 Dec 2015 19:26:45 GMT',
51818npm verb headers 'cache-control': 'max-age=60',
51819npm verb headers etag: '"4V7E0RO8B6BHZILYMD8Z92X46"',
51820npm verb headers age: '37',
51821npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51822npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51823npm verb headers 'x-cache-hits': '1',
51824npm verb headers 'x-timer': 'S1451417205.083501,VS0,VE0',
51825npm verb headers vary: 'Accept',
51826npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51827npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51828npm verb headers connection: 'keep-alive' }
51829npm verb etag http://registry.npmjs.org/compressible from cache
51830npm verb get saving compressible to /root/.npm/registry.npmjs.org/compressible/.cache.json
51831npm verb addNamed "1.2.13" is a plain semver version for accepts
51832npm verb addNamed "2.0.6" is a plain semver version for compressible
51833npm verb addRemoteTarball http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz not in flight; adding
51834npm verb addRemoteTarball [ 'http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz',
51835npm verb addRemoteTarball '9e4aa9321ffcf9cc4d81954f7aafa9f35767d5ea' ]
51836npm info retry fetch attempt 1 at 19:26:45
51837npm info attempt registry request try #1 at 19:26:45
51838npm http fetch GET http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz
51839npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json not in flight; writing
51840npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json written
51841npm http fetch 200 http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz
51842npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/compressible/-/compressible-2.0.6.tgz not in flight; adding
51843npm verb addTmpTarball already have metadata; skipping unpack for compressible@2.0.6
51844npm verb afterAdd /root/.npm/compressible/2.0.6/package/package.json not in flight; writing
51845npm verb afterAdd /root/.npm/compressible/2.0.6/package/package.json written
51846npm verb cache add spec negotiator@0.5.3
51847npm verb addNamed "0.5.3" is a plain semver version for negotiator
51848npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
51849npm verb request uri http://registry.npmjs.org/negotiator
51850npm verb request no auth needed
51851npm info attempt registry request try #1 at 19:26:45
51852npm verb etag "EEO9SCCDNI2ZFBRVFF8RAP24E"
51853npm http request GET http://registry.npmjs.org/negotiator
51854npm http 304 http://registry.npmjs.org/negotiator
51855npm verb headers { date: 'Tue, 29 Dec 2015 19:26:45 GMT',
51856npm verb headers 'cache-control': 'max-age=60',
51857npm verb headers etag: '"EEO9SCCDNI2ZFBRVFF8RAP24E"',
51858npm verb headers age: '13',
51859npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51860npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51861npm verb headers 'x-cache-hits': '1',
51862npm verb headers 'x-timer': 'S1451417205.226449,VS0,VE0',
51863npm verb headers vary: 'Accept',
51864npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51865npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51866npm verb headers connection: 'keep-alive' }
51867npm verb etag http://registry.npmjs.org/negotiator from cache
51868npm verb get saving negotiator to /root/.npm/registry.npmjs.org/negotiator/.cache.json
51869npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json not in flight; writing
51870npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json written
51871npm verb cache add spec debug@~2.2.0
51872npm verb cache add spec ms@0.7.1
51873npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
51874npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
51875npm verb addNamed "0.7.1" is a plain semver version for ms
51876npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
51877npm verb request uri http://registry.npmjs.org/debug
51878npm verb request no auth needed
51879npm info attempt registry request try #1 at 19:26:45
51880npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
51881npm http request GET http://registry.npmjs.org/debug
51882npm verb request uri http://registry.npmjs.org/ms
51883npm verb request no auth needed
51884npm info attempt registry request try #1 at 19:26:45
51885npm verb etag "5W0HPW6PWGLJ3ZF2FS08L0INV"
51886npm http request GET http://registry.npmjs.org/ms
51887npm http 304 http://registry.npmjs.org/ms
51888npm verb headers { date: 'Tue, 29 Dec 2015 19:26:45 GMT',
51889npm verb headers 'cache-control': 'max-age=300',
51890npm verb headers etag: '"5W0HPW6PWGLJ3ZF2FS08L0INV"',
51891npm verb headers age: '55',
51892npm verb headers 'x-served-by': 'cache-fra1248-FRA',
51893npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51894npm verb headers 'x-cache-hits': '5',
51895npm verb headers 'x-timer': 'S1451417205.366838,VS0,VE0',
51896npm verb headers vary: 'Accept',
51897npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51898npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51899npm verb headers connection: 'keep-alive' }
51900npm verb etag http://registry.npmjs.org/ms from cache
51901npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
51902npm http 304 http://registry.npmjs.org/debug
51903npm verb headers { date: 'Tue, 29 Dec 2015 19:26:45 GMT',
51904npm verb headers 'cache-control': 'max-age=300',
51905npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
51906npm verb headers age: '15',
51907npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51908npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51909npm verb headers 'x-cache-hits': '1',
51910npm verb headers 'x-timer': 'S1451417205.367648,VS0,VE1',
51911npm verb headers vary: 'Accept',
51912npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51913npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51914npm verb headers connection: 'keep-alive' }
51915npm verb etag http://registry.npmjs.org/debug from cache
51916npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
51917npm verb addNamed "2.2.0" is a plain semver version for debug
51918npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
51919npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
51920npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
51921npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
51922npm verb cache add spec cookie@0.1.3
51923npm verb cache add spec cookie-signature@1.0.6
51924npm verb addNamed "0.1.3" is a plain semver version for cookie
51925npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
51926npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
51927npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
51928npm verb request uri http://registry.npmjs.org/csrf
51929npm verb request no auth needed
51930npm info attempt registry request try #1 at 19:26:45
51931npm http request GET http://registry.npmjs.org/csrf
51932npm verb get http://registry.npmjs.org/cookie not expired, no request
51933npm verb get http://registry.npmjs.org/cookie-signature not expired, no request
51934npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json not in flight; writing
51935npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
51936npm http 200 http://registry.npmjs.org/csrf
51937npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51938npm verb headers etag: '"9LORFVG0IYTIZTZO7WYKQ14FJ"',
51939npm verb headers 'content-type': 'application/json',
51940npm verb headers 'cache-control': 'max-age=300',
51941npm verb headers 'content-length': '19647',
51942npm verb headers 'accept-ranges': 'bytes',
51943npm verb headers date: 'Tue, 29 Dec 2015 19:26:45 GMT',
51944npm verb headers age: '296',
51945npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51946npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51947npm verb headers 'x-cache-hits': '1',
51948npm verb headers 'x-timer': 'S1451417205.541470,VS0,VE0',
51949npm verb headers vary: 'Accept',
51950npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51951npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
51952npm verb headers connection: 'keep-alive' }
51953npm verb get saving csrf to /root/.npm/registry.npmjs.org/csrf/.cache.json
51954npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json written
51955npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json written
51956npm verb cache add spec csrf@~3.0.0
51957npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for csrf
51958npm verb addNameRange registry:http://registry.npmjs.org/csrf not in flight; fetching
51959npm verb get http://registry.npmjs.org/csrf not expired, no request
51960npm verb addNamed "3.0.0" is a plain semver version for csrf
51961npm verb addRemoteTarball http://registry.npmjs.org/csrf/-/csrf-3.0.0.tgz not in flight; adding
51962npm verb addRemoteTarball [ 'http://registry.npmjs.org/csrf/-/csrf-3.0.0.tgz',
51963npm verb addRemoteTarball '4a4d34d3c1f8bef9d9b4c596a27efd60d932d83a' ]
51964npm info retry fetch attempt 1 at 19:26:45
51965npm info attempt registry request try #1 at 19:26:45
51966npm http fetch GET http://registry.npmjs.org/csrf/-/csrf-3.0.0.tgz
51967npm http fetch 200 http://registry.npmjs.org/csrf/-/csrf-3.0.0.tgz
51968npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/csrf/-/csrf-3.0.0.tgz not in flight; adding
51969npm verb addTmpTarball already have metadata; skipping unpack for csrf@3.0.0
51970npm verb afterAdd /root/.npm/csrf/3.0.0/package/package.json not in flight; writing
51971npm verb afterAdd /root/.npm/csrf/3.0.0/package/package.json written
51972npm verb request uri http://registry.npmjs.org/rndm
51973npm verb request no auth needed
51974npm info attempt registry request try #1 at 19:26:45
51975npm http request GET http://registry.npmjs.org/rndm
51976npm verb request uri http://registry.npmjs.org/scmp
51977npm verb request no auth needed
51978npm info attempt registry request try #1 at 19:26:45
51979npm http request GET http://registry.npmjs.org/scmp
51980npm verb request uri http://registry.npmjs.org/uid-safe
51981npm verb request no auth needed
51982npm info attempt registry request try #1 at 19:26:45
51983npm http request GET http://registry.npmjs.org/uid-safe
51984npm http 200 http://registry.npmjs.org/rndm
51985npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51986npm verb headers etag: '"7D6RA06IEG7QCO9NNVFZ2VEX9"',
51987npm verb headers 'content-type': 'application/json',
51988npm verb headers 'cache-control': 'max-age=300',
51989npm verb headers 'content-length': '6370',
51990npm verb headers 'accept-ranges': 'bytes',
51991npm verb headers date: 'Tue, 29 Dec 2015 19:26:45 GMT',
51992npm verb headers age: '104',
51993npm verb headers 'x-served-by': 'cache-fra1234-FRA',
51994npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
51995npm verb headers 'x-cache-hits': '1',
51996npm verb headers 'x-timer': 'S1451417205.715598,VS0,VE0',
51997npm verb headers vary: 'Accept',
51998npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
51999npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52000npm verb headers connection: 'keep-alive' }
52001npm verb get saving rndm to /root/.npm/registry.npmjs.org/rndm/.cache.json
52002npm http 200 http://registry.npmjs.org/scmp
52003npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52004npm verb headers etag: '"4463RXTZ7E82E4GY6IUSZZ5UT"',
52005npm verb headers 'content-type': 'application/json',
52006npm verb headers 'cache-control': 'max-age=300',
52007npm verb headers 'content-length': '4813',
52008npm verb headers 'accept-ranges': 'bytes',
52009npm verb headers date: 'Tue, 29 Dec 2015 19:26:45 GMT',
52010npm verb headers age: '294',
52011npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52012npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52013npm verb headers 'x-cache-hits': '1',
52014npm verb headers 'x-timer': 'S1451417205.715470,VS0,VE1',
52015npm verb headers vary: 'Accept',
52016npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52017npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52018npm verb headers connection: 'keep-alive' }
52019npm verb get saving scmp to /root/.npm/registry.npmjs.org/scmp/.cache.json
52020npm verb cache add spec rndm@~1.1.0
52021npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for rndm
52022npm verb addNameRange registry:http://registry.npmjs.org/rndm not in flight; fetching
52023npm verb cache add spec scmp@1.0.0
52024npm verb addNamed "1.0.0" is a plain semver version for scmp
52025npm verb addNameVersion registry:http://registry.npmjs.org/scmp not in flight; fetching
52026npm http 200 http://registry.npmjs.org/uid-safe
52027npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52028npm verb headers etag: '"5TCMIVDXDNV62EK2L7SB902ZR"',
52029npm verb headers 'content-type': 'application/json',
52030npm verb headers 'cache-control': 'max-age=60',
52031npm verb headers 'content-length': '11955',
52032npm verb headers 'accept-ranges': 'bytes',
52033npm verb headers date: 'Tue, 29 Dec 2015 19:26:45 GMT',
52034npm verb headers age: '52',
52035npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52036npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52037npm verb headers 'x-cache-hits': '1',
52038npm verb headers 'x-timer': 'S1451417205.732452,VS0,VE0',
52039npm verb headers vary: 'Accept',
52040npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52041npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52042npm verb headers connection: 'keep-alive' }
52043npm verb get saving uid-safe to /root/.npm/registry.npmjs.org/uid-safe/.cache.json
52044npm verb get http://registry.npmjs.org/rndm not expired, no request
52045npm verb addNamed "1.1.1" is a plain semver version for rndm
52046npm verb addRemoteTarball http://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz not in flight; adding
52047npm verb addRemoteTarball [ 'http://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz',
52048npm verb addRemoteTarball 'efcef4374021f78b63de6226b5985120269d64f1' ]
52049npm verb get http://registry.npmjs.org/scmp not expired, no request
52050npm verb addRemoteTarball http://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz not in flight; adding
52051npm verb addRemoteTarball [ 'http://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz',
52052npm verb addRemoteTarball 'a0b272c3fc7292f77115646f00618b0262514e04' ]
52053npm info retry fetch attempt 1 at 19:26:45
52054npm info attempt registry request try #1 at 19:26:45
52055npm http fetch GET http://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz
52056npm info retry fetch attempt 1 at 19:26:45
52057npm info attempt registry request try #1 at 19:26:45
52058npm http fetch GET http://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz
52059npm verb cache add spec uid-safe@~2.0.0
52060npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for uid-safe
52061npm verb addNameRange registry:http://registry.npmjs.org/uid-safe not in flight; fetching
52062npm http fetch 200 http://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz
52063npm http fetch 200 http://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz
52064npm verb get http://registry.npmjs.org/uid-safe not expired, no request
52065npm verb addNamed "2.0.0" is a plain semver version for uid-safe
52066npm verb addRemoteTarball http://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz not in flight; adding
52067npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz',
52068npm verb addRemoteTarball 'a7f3c6ca64a1f6a5d04ec0ef3e4c3d5367317137' ]
52069npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/rndm/-/rndm-1.1.1.tgz not in flight; adding
52070npm verb addTmpTarball already have metadata; skipping unpack for rndm@1.1.1
52071npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/scmp/-/scmp-1.0.0.tgz not in flight; adding
52072npm verb addTmpTarball already have metadata; skipping unpack for scmp@1.0.0
52073npm info retry fetch attempt 1 at 19:26:45
52074npm info attempt registry request try #1 at 19:26:45
52075npm http fetch GET http://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz
52076npm verb afterAdd /root/.npm/rndm/1.1.1/package/package.json not in flight; writing
52077npm verb afterAdd /root/.npm/scmp/1.0.0/package/package.json not in flight; writing
52078npm verb afterAdd /root/.npm/rndm/1.1.1/package/package.json written
52079npm verb afterAdd /root/.npm/scmp/1.0.0/package/package.json written
52080npm http fetch 200 http://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz
52081npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz not in flight; adding
52082npm verb addTmpTarball already have metadata; skipping unpack for uid-safe@2.0.0
52083npm verb afterAdd /root/.npm/uid-safe/2.0.0/package/package.json not in flight; writing
52084npm verb afterAdd /root/.npm/uid-safe/2.0.0/package/package.json written
52085npm verb cache add spec escape-html@1.0.2
52086npm verb addNamed "1.0.2" is a plain semver version for escape-html
52087npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
52088npm verb request uri http://registry.npmjs.org/escape-html
52089npm verb request no auth needed
52090npm info attempt registry request try #1 at 19:26:45
52091npm verb etag "3RUCAG2JGG4DUNM1HT84AH638"
52092npm http request GET http://registry.npmjs.org/escape-html
52093npm http 304 http://registry.npmjs.org/escape-html
52094npm verb headers { date: 'Tue, 29 Dec 2015 19:26:45 GMT',
52095npm verb headers 'cache-control': 'max-age=300',
52096npm verb headers etag: '"3RUCAG2JGG4DUNM1HT84AH638"',
52097npm verb headers age: '80',
52098npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52099npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52100npm verb headers 'x-cache-hits': '4',
52101npm verb headers 'x-timer': 'S1451417205.970378,VS0,VE0',
52102npm verb headers vary: 'Accept',
52103npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52104npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52105npm verb headers connection: 'keep-alive' }
52106npm verb etag http://registry.npmjs.org/escape-html from cache
52107npm verb get saving escape-html to /root/.npm/registry.npmjs.org/escape-html/.cache.json
52108npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
52109npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
52110npm verb request uri http://registry.npmjs.org/crc
52111npm verb request no auth needed
52112npm info attempt registry request try #1 at 19:26:46
52113npm http request GET http://registry.npmjs.org/crc
52114npm http 200 http://registry.npmjs.org/crc
52115npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52116npm verb headers etag: '"CU183NH4Q22L54OX6FNKDE9M8"',
52117npm verb headers 'content-type': 'application/json',
52118npm verb headers 'cache-control': 'max-age=300',
52119npm verb headers 'content-length': '20582',
52120npm verb headers 'accept-ranges': 'bytes',
52121npm verb headers date: 'Tue, 29 Dec 2015 19:26:46 GMT',
52122npm verb headers age: '231',
52123npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52124npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52125npm verb headers 'x-cache-hits': '1',
52126npm verb headers 'x-timer': 'S1451417206.055479,VS0,VE0',
52127npm verb headers vary: 'Accept',
52128npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52129npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52130npm verb headers connection: 'keep-alive' }
52131npm verb get saving crc to /root/.npm/registry.npmjs.org/crc/.cache.json
52132npm verb cache add spec crc@3.3.0
52133npm verb addNamed "3.3.0" is a plain semver version for crc
52134npm verb addNameVersion registry:http://registry.npmjs.org/crc not in flight; fetching
52135npm verb get http://registry.npmjs.org/crc not expired, no request
52136npm verb addRemoteTarball http://registry.npmjs.org/crc/-/crc-3.3.0.tgz not in flight; adding
52137npm verb addRemoteTarball [ 'http://registry.npmjs.org/crc/-/crc-3.3.0.tgz',
52138npm verb addRemoteTarball 'fa622e1bc388bf257309082d6b65200ce67090ba' ]
52139npm info retry fetch attempt 1 at 19:26:46
52140npm info attempt registry request try #1 at 19:26:46
52141npm http fetch GET http://registry.npmjs.org/crc/-/crc-3.3.0.tgz
52142npm http fetch 200 http://registry.npmjs.org/crc/-/crc-3.3.0.tgz
52143npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/crc/-/crc-3.3.0.tgz not in flight; adding
52144npm verb addTmpTarball already have metadata; skipping unpack for crc@3.3.0
52145npm verb afterAdd /root/.npm/crc/3.3.0/package/package.json not in flight; writing
52146npm verb afterAdd /root/.npm/crc/3.3.0/package/package.json written
52147npm verb cache add spec methods@~1.1.1
52148npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for methods
52149npm verb addNameRange registry:http://registry.npmjs.org/methods not in flight; fetching
52150npm verb request uri http://registry.npmjs.org/methods
52151npm verb request no auth needed
52152npm info attempt registry request try #1 at 19:26:46
52153npm verb etag "DO0SV9ZWBGKHHT6F5AJRGFLTU"
52154npm http request GET http://registry.npmjs.org/methods
52155npm http 304 http://registry.npmjs.org/methods
52156npm verb headers { date: 'Tue, 29 Dec 2015 19:26:46 GMT',
52157npm verb headers 'cache-control': 'max-age=300',
52158npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
52159npm verb headers age: '12',
52160npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52161npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52162npm verb headers 'x-cache-hits': '1',
52163npm verb headers 'x-timer': 'S1451417206.268093,VS0,VE0',
52164npm verb headers vary: 'Accept',
52165npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52166npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52167npm verb headers connection: 'keep-alive' }
52168npm verb etag http://registry.npmjs.org/methods from cache
52169npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
52170npm verb addNamed "1.1.1" is a plain semver version for methods
52171npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json not in flight; writing
52172npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json written
52173npm verb request uri http://registry.npmjs.org/basic-auth
52174npm verb request no auth needed
52175npm info attempt registry request try #1 at 19:26:46
52176npm http request GET http://registry.npmjs.org/basic-auth
52177npm http 200 http://registry.npmjs.org/basic-auth
52178npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52179npm verb headers etag: '"69UJF9737OCNJ6RR9EBY7TP6K"',
52180npm verb headers 'content-type': 'application/json',
52181npm verb headers 'cache-control': 'max-age=60',
52182npm verb headers 'content-length': '9254',
52183npm verb headers 'accept-ranges': 'bytes',
52184npm verb headers date: 'Tue, 29 Dec 2015 19:26:46 GMT',
52185npm verb headers age: '38',
52186npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52187npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52188npm verb headers 'x-cache-hits': '2',
52189npm verb headers 'x-timer': 'S1451417206.357769,VS0,VE0',
52190npm verb headers vary: 'Accept',
52191npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52192npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52193npm verb headers connection: 'keep-alive' }
52194npm verb get saving basic-auth to /root/.npm/registry.npmjs.org/basic-auth/.cache.json
52195npm verb cache add spec basic-auth@~1.0.3
52196npm verb addNamed ">=1.0.3 <1.1.0" is a valid semver range for basic-auth
52197npm verb addNameRange registry:http://registry.npmjs.org/basic-auth not in flight; fetching
52198npm verb get http://registry.npmjs.org/basic-auth not expired, no request
52199npm verb addNamed "1.0.3" is a plain semver version for basic-auth
52200npm verb addRemoteTarball http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz not in flight; adding
52201npm verb addRemoteTarball [ 'http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz',
52202npm verb addRemoteTarball '41f55523e589405038ee3567958c62a5ed70551a' ]
52203npm info retry fetch attempt 1 at 19:26:46
52204npm info attempt registry request try #1 at 19:26:46
52205npm http fetch GET http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz
52206npm http fetch 200 http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz
52207npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz not in flight; adding
52208npm verb addTmpTarball already have metadata; skipping unpack for basic-auth@1.0.3
52209npm verb afterAdd /root/.npm/basic-auth/1.0.3/package/package.json not in flight; writing
52210npm verb afterAdd /root/.npm/basic-auth/1.0.3/package/package.json written
52211npm verb cache add spec readable-stream@~1.1.9
52212npm verb addNamed ">=1.1.9 <1.2.0" is a valid semver range for readable-stream
52213npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
52214npm verb request uri http://registry.npmjs.org/stream-counter
52215npm verb request no auth needed
52216npm info attempt registry request try #1 at 19:26:46
52217npm http request GET http://registry.npmjs.org/stream-counter
52218npm verb request uri http://registry.npmjs.org/readable-stream
52219npm verb request no auth needed
52220npm info attempt registry request try #1 at 19:26:46
52221npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
52222npm http request GET http://registry.npmjs.org/readable-stream
52223npm http 200 http://registry.npmjs.org/stream-counter
52224npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52225npm verb headers etag: '"AU1V66ML0GQA428JODQ2OND0G"',
52226npm verb headers 'content-type': 'application/json',
52227npm verb headers 'cache-control': 'max-age=300',
52228npm verb headers 'content-length': '3677',
52229npm verb headers 'accept-ranges': 'bytes',
52230npm verb headers date: 'Tue, 29 Dec 2015 19:26:46 GMT',
52231npm verb headers age: '2',
52232npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52233npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52234npm verb headers 'x-cache-hits': '1',
52235npm verb headers 'x-timer': 'S1451417206.528363,VS0,VE0',
52236npm verb headers vary: 'Accept',
52237npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52238npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52239npm verb headers connection: 'keep-alive' }
52240npm verb get saving stream-counter to /root/.npm/registry.npmjs.org/stream-counter/.cache.json
52241npm http 304 http://registry.npmjs.org/readable-stream
52242npm verb headers { date: 'Tue, 29 Dec 2015 19:26:46 GMT',
52243npm verb headers 'cache-control': 'max-age=300',
52244npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
52245npm verb headers age: '98',
52246npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52247npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52248npm verb headers 'x-cache-hits': '5',
52249npm verb headers 'x-timer': 'S1451417206.542453,VS0,VE0',
52250npm verb headers vary: 'Accept',
52251npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52252npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52253npm verb headers connection: 'keep-alive' }
52254npm verb etag http://registry.npmjs.org/readable-stream from cache
52255npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
52256npm verb addNamed "1.1.13" is a plain semver version for readable-stream
52257npm verb cache add spec stream-counter@~0.2.0
52258npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for stream-counter
52259npm verb addNameRange registry:http://registry.npmjs.org/stream-counter not in flight; fetching
52260npm verb get http://registry.npmjs.org/stream-counter not expired, no request
52261npm verb addNamed "0.2.0" is a plain semver version for stream-counter
52262npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
52263npm verb addRemoteTarball http://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz not in flight; adding
52264npm verb addRemoteTarball [ 'http://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz',
52265npm verb addRemoteTarball 'ded266556319c8b0e222812b9cf3b26fa7d947de' ]
52266npm info retry fetch attempt 1 at 19:26:46
52267npm info attempt registry request try #1 at 19:26:46
52268npm http fetch GET http://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz
52269npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
52270npm http fetch 200 http://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz
52271npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz not in flight; adding
52272npm verb addTmpTarball already have metadata; skipping unpack for stream-counter@0.2.0
52273npm verb afterAdd /root/.npm/stream-counter/0.2.0/package/package.json not in flight; writing
52274npm verb afterAdd /root/.npm/stream-counter/0.2.0/package/package.json written
52275npm verb cache add spec readable-stream@~1.1.8
52276npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for readable-stream
52277npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
52278npm verb get http://registry.npmjs.org/readable-stream not expired, no request
52279npm verb addNamed "1.1.13" is a plain semver version for readable-stream
52280npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
52281npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
52282npm verb cache add spec depd@~1.0.1
52283npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for depd
52284npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
52285npm verb get http://registry.npmjs.org/depd not expired, no request
52286npm verb addNamed "1.0.1" is a plain semver version for depd
52287npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json not in flight; writing
52288npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json written
52289npm verb cache add spec accepts@~1.2.12
52290npm verb cache add spec debug@~2.2.0
52291npm verb cache add spec escape-html@1.0.2
52292npm verb cache add spec mime-types@~2.1.4
52293npm verb cache add spec parseurl@~1.3.0
52294npm verb addNamed ">=1.2.12 <1.3.0" is a valid semver range for accepts
52295npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
52296npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
52297npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
52298npm verb addNamed "1.0.2" is a plain semver version for escape-html
52299npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
52300npm verb addNamed ">=2.1.4 <2.2.0" is a valid semver range for mime-types
52301npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
52302npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
52303npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
52304npm verb request uri http://registry.npmjs.org/batch
52305npm verb request no auth needed
52306npm info attempt registry request try #1 at 19:26:46
52307npm http request GET http://registry.npmjs.org/batch
52308npm verb get http://registry.npmjs.org/accepts not expired, no request
52309npm verb addNamed "1.2.13" is a plain semver version for accepts
52310npm verb get http://registry.npmjs.org/debug not expired, no request
52311npm verb addNamed "2.2.0" is a plain semver version for debug
52312npm verb get http://registry.npmjs.org/escape-html not expired, no request
52313npm verb get http://registry.npmjs.org/mime-types not expired, no request
52314npm verb addNamed "2.1.8" is a plain semver version for mime-types
52315npm verb get http://registry.npmjs.org/parseurl not expired, no request
52316npm verb addNamed "1.3.0" is a plain semver version for parseurl
52317npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
52318npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
52319npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json not in flight; writing
52320npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
52321npm http 200 http://registry.npmjs.org/batch
52322npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52323npm verb headers etag: '"6R56PA5M04N7SCW2SIEO29RJY"',
52324npm verb headers 'content-type': 'application/json',
52325npm verb headers 'cache-control': 'max-age=300',
52326npm verb headers 'content-length': '12256',
52327npm verb headers 'accept-ranges': 'bytes',
52328npm verb headers date: 'Tue, 29 Dec 2015 19:26:47 GMT',
52329npm verb headers age: '133',
52330npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52331npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52332npm verb headers 'x-cache-hits': '1',
52333npm verb headers 'x-timer': 'S1451417207.012378,VS0,VE0',
52334npm verb headers vary: 'Accept',
52335npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52336npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52337npm verb headers connection: 'keep-alive' }
52338npm verb get saving batch to /root/.npm/registry.npmjs.org/batch/.cache.json
52339npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json not in flight; writing
52340npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
52341npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
52342npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json written
52343npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
52344npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json written
52345npm verb cache add spec batch@0.5.2
52346npm verb addNamed "0.5.2" is a plain semver version for batch
52347npm verb addNameVersion registry:http://registry.npmjs.org/batch not in flight; fetching
52348npm verb get http://registry.npmjs.org/batch not expired, no request
52349npm verb addRemoteTarball http://registry.npmjs.org/batch/-/batch-0.5.2.tgz not in flight; adding
52350npm verb addRemoteTarball [ 'http://registry.npmjs.org/batch/-/batch-0.5.2.tgz',
52351npm verb addRemoteTarball '546543dbe32118c83c7c7ca33a1f5c5d5ea963e9' ]
52352npm info retry fetch attempt 1 at 19:26:47
52353npm info attempt registry request try #1 at 19:26:47
52354npm http fetch GET http://registry.npmjs.org/batch/-/batch-0.5.2.tgz
52355npm http fetch 200 http://registry.npmjs.org/batch/-/batch-0.5.2.tgz
52356npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/batch/-/batch-0.5.2.tgz not in flight; adding
52357npm verb addTmpTarball already have metadata; skipping unpack for batch@0.5.2
52358npm verb afterAdd /root/.npm/batch/0.5.2/package/package.json not in flight; writing
52359npm verb afterAdd /root/.npm/batch/0.5.2/package/package.json written
52360npm verb cache add spec negotiator@0.5.3
52361npm verb addNamed "0.5.3" is a plain semver version for negotiator
52362npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
52363npm verb get http://registry.npmjs.org/negotiator not expired, no request
52364npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json not in flight; writing
52365npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json written
52366npm verb cache add spec mime-db@~1.20.0
52367npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
52368npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
52369npm verb get http://registry.npmjs.org/mime-db not expired, no request
52370npm verb addNamed "1.20.0" is a plain semver version for mime-db
52371npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
52372npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
52373npm verb cache add spec ms@0.7.1
52374npm verb addNamed "0.7.1" is a plain semver version for ms
52375npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
52376npm verb get http://registry.npmjs.org/ms not expired, no request
52377npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
52378npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
52379npm verb cache add spec send@0.13.0
52380npm verb addNamed "0.13.0" is a plain semver version for send
52381npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
52382npm verb request uri http://registry.npmjs.org/send
52383npm verb request no auth needed
52384npm info attempt registry request try #1 at 19:26:47
52385npm verb etag "APVO6G21BQNLG10Z1NYC3J8EZ"
52386npm http request GET http://registry.npmjs.org/send
52387npm http 304 http://registry.npmjs.org/send
52388npm verb headers { date: 'Tue, 29 Dec 2015 19:26:47 GMT',
52389npm verb headers 'cache-control': 'max-age=60',
52390npm verb headers etag: '"APVO6G21BQNLG10Z1NYC3J8EZ"',
52391npm verb headers age: '31',
52392npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52393npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52394npm verb headers 'x-cache-hits': '1',
52395npm verb headers 'x-timer': 'S1451417207.392527,VS0,VE1',
52396npm verb headers vary: 'Accept',
52397npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52398npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52399npm verb headers connection: 'keep-alive' }
52400npm verb etag http://registry.npmjs.org/send from cache
52401npm verb get saving send to /root/.npm/registry.npmjs.org/send/.cache.json
52402npm verb afterAdd /root/.npm/send/0.13.0/package/package.json not in flight; writing
52403npm verb afterAdd /root/.npm/send/0.13.0/package/package.json written
52404npm verb cache add spec mime@1.3.4
52405npm verb cache add spec range-parser@~1.0.2
52406npm verb addNamed "1.3.4" is a plain semver version for mime
52407npm verb addNameVersion registry:http://registry.npmjs.org/mime not in flight; fetching
52408npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for range-parser
52409npm verb addNameRange registry:http://registry.npmjs.org/range-parser not in flight; fetching
52410npm verb request uri http://registry.npmjs.org/mime
52411npm verb request no auth needed
52412npm info attempt registry request try #1 at 19:26:47
52413npm verb etag "D5YYNW9VKEX13XFVBLO2Y8FTW"
52414npm http request GET http://registry.npmjs.org/mime
52415npm verb request uri http://registry.npmjs.org/range-parser
52416npm verb request no auth needed
52417npm info attempt registry request try #1 at 19:26:47
52418npm verb etag "8WZEBUX4S6QUN4CYHEIWQZ9BB"
52419npm http request GET http://registry.npmjs.org/range-parser
52420npm http 304 http://registry.npmjs.org/mime
52421npm verb headers { date: 'Tue, 29 Dec 2015 19:26:47 GMT',
52422npm verb headers 'cache-control': 'max-age=60',
52423npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
52424npm verb headers age: '37',
52425npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52426npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52427npm verb headers 'x-cache-hits': '2',
52428npm verb headers 'x-timer': 'S1451417207.565427,VS0,VE0',
52429npm verb headers vary: 'Accept',
52430npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52431npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52432npm verb headers connection: 'keep-alive' }
52433npm verb etag http://registry.npmjs.org/mime from cache
52434npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
52435npm http 304 http://registry.npmjs.org/range-parser
52436npm verb headers { date: 'Tue, 29 Dec 2015 19:26:47 GMT',
52437npm verb headers 'cache-control': 'max-age=60',
52438npm verb headers etag: '"8WZEBUX4S6QUN4CYHEIWQZ9BB"',
52439npm verb headers age: '28',
52440npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52441npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52442npm verb headers 'x-cache-hits': '1',
52443npm verb headers 'x-timer': 'S1451417207.565445,VS0,VE0',
52444npm verb headers vary: 'Accept',
52445npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52446npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52447npm verb headers connection: 'keep-alive' }
52448npm verb etag http://registry.npmjs.org/range-parser from cache
52449npm verb get saving range-parser to /root/.npm/registry.npmjs.org/range-parser/.cache.json
52450npm verb addNamed "1.0.3" is a plain semver version for range-parser
52451npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json not in flight; writing
52452npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json not in flight; writing
52453npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json written
52454npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json written
52455npm verb cache add spec optimist@0.6.x
52456npm verb cache add spec pkginfo@0.3.x
52457npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
52458npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
52459npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for pkginfo
52460npm verb addNameRange registry:http://registry.npmjs.org/pkginfo not in flight; fetching
52461npm verb request uri http://registry.npmjs.org/utile
52462npm verb request no auth needed
52463npm info attempt registry request try #1 at 19:26:47
52464npm http request GET http://registry.npmjs.org/utile
52465npm verb request uri http://registry.npmjs.org/optimist
52466npm verb request no auth needed
52467npm info attempt registry request try #1 at 19:26:47
52468npm verb etag "6CXUKRQ1RDWCGZOWF0ABF0B0Y"
52469npm http request GET http://registry.npmjs.org/optimist
52470npm verb request uri http://registry.npmjs.org/pkginfo
52471npm verb request no auth needed
52472npm info attempt registry request try #1 at 19:26:47
52473npm verb etag "CLWKG7UL6XEZR9ZXXVTOH21VS"
52474npm http request GET http://registry.npmjs.org/pkginfo
52475npm http 304 http://registry.npmjs.org/optimist
52476npm verb headers { date: 'Tue, 29 Dec 2015 19:26:47 GMT',
52477npm verb headers 'cache-control': 'max-age=300',
52478npm verb headers etag: '"6CXUKRQ1RDWCGZOWF0ABF0B0Y"',
52479npm verb headers age: '158',
52480npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52481npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52482npm verb headers 'x-cache-hits': '6',
52483npm verb headers 'x-timer': 'S1451417207.783316,VS0,VE0',
52484npm verb headers vary: 'Accept',
52485npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52486npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52487npm verb headers connection: 'keep-alive' }
52488npm verb etag http://registry.npmjs.org/optimist from cache
52489npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
52490npm http 200 http://registry.npmjs.org/utile
52491npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52492npm verb headers etag: '"602ZF12U0W13D8KMFYQ9W9SM3"',
52493npm verb headers 'content-type': 'application/json',
52494npm verb headers 'cache-control': 'max-age=60',
52495npm verb headers 'content-length': '24372',
52496npm verb headers 'accept-ranges': 'bytes',
52497npm verb headers date: 'Tue, 29 Dec 2015 19:26:47 GMT',
52498npm verb headers age: '45',
52499npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52500npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52501npm verb headers 'x-cache-hits': '1',
52502npm verb headers 'x-timer': 'S1451417207.770893,VS0,VE0',
52503npm verb headers vary: 'Accept',
52504npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52505npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52506npm verb headers connection: 'keep-alive' }
52507npm verb get saving utile to /root/.npm/registry.npmjs.org/utile/.cache.json
52508npm http 304 http://registry.npmjs.org/pkginfo
52509npm verb headers { date: 'Tue, 29 Dec 2015 19:26:47 GMT',
52510npm verb headers 'cache-control': 'max-age=300',
52511npm verb headers etag: '"CLWKG7UL6XEZR9ZXXVTOH21VS"',
52512npm verb headers age: '73',
52513npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52514npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52515npm verb headers 'x-cache-hits': '1',
52516npm verb headers 'x-timer': 'S1451417207.793295,VS0,VE0',
52517npm verb headers vary: 'Accept',
52518npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52519npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52520npm verb headers connection: 'keep-alive' }
52521npm verb etag http://registry.npmjs.org/pkginfo from cache
52522npm verb get saving pkginfo to /root/.npm/registry.npmjs.org/pkginfo/.cache.json
52523npm verb addNamed "0.3.1" is a plain semver version for pkginfo
52524npm verb addNamed "0.6.1" is a plain semver version for optimist
52525npm verb addRemoteTarball http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz not in flight; adding
52526npm verb addRemoteTarball [ 'http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz',
52527npm verb addRemoteTarball '5b29f6a81f70717142e09e765bbeab97b4f81e21' ]
52528npm verb cache add spec utile@~0.2.1
52529npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for utile
52530npm verb addNameRange registry:http://registry.npmjs.org/utile not in flight; fetching
52531npm info retry fetch attempt 1 at 19:26:47
52532npm info attempt registry request try #1 at 19:26:47
52533npm http fetch GET http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz
52534npm verb get http://registry.npmjs.org/utile not expired, no request
52535npm verb addNamed "0.2.1" is a plain semver version for utile
52536npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
52537npm verb addRemoteTarball http://registry.npmjs.org/utile/-/utile-0.2.1.tgz not in flight; adding
52538npm verb addRemoteTarball [ 'http://registry.npmjs.org/utile/-/utile-0.2.1.tgz',
52539npm verb addRemoteTarball '930c88e99098d6220834c356cbd9a770522d90d7' ]
52540npm http fetch 200 http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz
52541npm info retry fetch attempt 1 at 19:26:47
52542npm info attempt registry request try #1 at 19:26:47
52543npm http fetch GET http://registry.npmjs.org/utile/-/utile-0.2.1.tgz
52544npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
52545npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz not in flight; adding
52546npm verb addTmpTarball already have metadata; skipping unpack for pkginfo@0.3.1
52547npm verb afterAdd /root/.npm/pkginfo/0.3.1/package/package.json not in flight; writing
52548npm http fetch 200 http://registry.npmjs.org/utile/-/utile-0.2.1.tgz
52549npm verb afterAdd /root/.npm/pkginfo/0.3.1/package/package.json written
52550npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/utile/-/utile-0.2.1.tgz not in flight; adding
52551npm verb addTmpTarball already have metadata; skipping unpack for utile@0.2.1
52552npm verb afterAdd /root/.npm/utile/0.2.1/package/package.json not in flight; writing
52553npm verb afterAdd /root/.npm/utile/0.2.1/package/package.json written
52554npm verb cache add spec minimist@~0.0.1
52555npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
52556npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
52557npm verb request uri http://registry.npmjs.org/minimist
52558npm verb request no auth needed
52559npm info attempt registry request try #1 at 19:26:47
52560npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
52561npm http request GET http://registry.npmjs.org/minimist
52562npm http 304 http://registry.npmjs.org/minimist
52563npm verb headers { date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52564npm verb headers 'cache-control': 'max-age=300',
52565npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
52566npm verb headers age: '78',
52567npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52568npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52569npm verb headers 'x-cache-hits': '5',
52570npm verb headers 'x-timer': 'S1451417208.008038,VS0,VE0',
52571npm verb headers vary: 'Accept',
52572npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52573npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52574npm verb headers connection: 'keep-alive' }
52575npm verb etag http://registry.npmjs.org/minimist from cache
52576npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
52577npm verb addNamed "0.0.10" is a plain semver version for minimist
52578npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
52579npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
52580npm verb cache add spec async@~0.2.9
52581npm verb cache add spec ncp@0.4.x
52582npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for async
52583npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
52584npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for ncp
52585npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
52586npm verb request uri http://registry.npmjs.org/i
52587npm verb request no auth needed
52588npm info attempt registry request try #1 at 19:26:48
52589npm http request GET http://registry.npmjs.org/i
52590npm verb request uri http://registry.npmjs.org/async
52591npm verb request no auth needed
52592npm info attempt registry request try #1 at 19:26:48
52593npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
52594npm http request GET http://registry.npmjs.org/async
52595npm verb request uri http://registry.npmjs.org/ncp
52596npm verb request no auth needed
52597npm info attempt registry request try #1 at 19:26:48
52598npm verb etag "E335WN9HFOY1A47CZXJP6Y7CE"
52599npm http request GET http://registry.npmjs.org/ncp
52600npm http 200 http://registry.npmjs.org/i
52601npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52602npm verb headers etag: '"5OCZEPFASPLLY9KKP3MWLHGYO"',
52603npm verb headers 'content-type': 'application/json',
52604npm verb headers 'cache-control': 'max-age=60',
52605npm verb headers 'content-length': '9995',
52606npm verb headers 'accept-ranges': 'bytes',
52607npm verb headers date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52608npm verb headers age: '6',
52609npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52610npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52611npm verb headers 'x-cache-hits': '1',
52612npm verb headers 'x-timer': 'S1451417208.153220,VS0,VE0',
52613npm verb headers vary: 'Accept',
52614npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52615npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52616npm verb headers connection: 'keep-alive' }
52617npm verb get saving i to /root/.npm/registry.npmjs.org/i/.cache.json
52618npm verb cache add spec i@0.3.x
52619npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for i
52620npm verb addNameRange registry:http://registry.npmjs.org/i not in flight; fetching
52621npm http 304 http://registry.npmjs.org/async
52622npm verb headers { date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52623npm verb headers 'cache-control': 'max-age=300',
52624npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
52625npm verb headers age: '117',
52626npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52627npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52628npm verb headers 'x-cache-hits': '851',
52629npm verb headers 'x-timer': 'S1451417208.179196,VS0,VE0',
52630npm verb headers vary: 'Accept',
52631npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52632npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52633npm verb headers connection: 'keep-alive' }
52634npm verb etag http://registry.npmjs.org/async from cache
52635npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
52636npm http 304 http://registry.npmjs.org/ncp
52637npm verb headers { date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52638npm verb headers 'cache-control': 'max-age=60',
52639npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
52640npm verb headers age: '7',
52641npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52642npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52643npm verb headers 'x-cache-hits': '1',
52644npm verb headers 'x-timer': 'S1451417208.180168,VS0,VE0',
52645npm verb headers vary: 'Accept',
52646npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52647npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52648npm verb headers connection: 'keep-alive' }
52649npm verb etag http://registry.npmjs.org/ncp from cache
52650npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
52651npm verb get http://registry.npmjs.org/i not expired, no request
52652npm verb addNamed "0.3.3" is a plain semver version for i
52653npm verb addRemoteTarball http://registry.npmjs.org/i/-/i-0.3.3.tgz not in flight; adding
52654npm verb addRemoteTarball [ 'http://registry.npmjs.org/i/-/i-0.3.3.tgz',
52655npm verb addRemoteTarball '0ff9a5eb743504aa8ac26a84f84c641287ff24cd' ]
52656npm verb addNamed "0.4.2" is a plain semver version for ncp
52657npm info retry fetch attempt 1 at 19:26:48
52658npm info attempt registry request try #1 at 19:26:48
52659npm http fetch GET http://registry.npmjs.org/i/-/i-0.3.3.tgz
52660npm verb addNamed "0.2.10" is a plain semver version for async
52661npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json not in flight; writing
52662npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
52663npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json written
52664npm http fetch 200 http://registry.npmjs.org/i/-/i-0.3.3.tgz
52665npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
52666npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/i/-/i-0.3.3.tgz not in flight; adding
52667npm verb addTmpTarball already have metadata; skipping unpack for i@0.3.3
52668npm verb afterAdd /root/.npm/i/0.3.3/package/package.json not in flight; writing
52669npm verb afterAdd /root/.npm/i/0.3.3/package/package.json written
52670npm verb cache add spec async@~0.2.0
52671npm verb cache add spec readable-stream@~1.0.2
52672npm verb cache add spec semver@~4.3.3
52673npm verb cache add spec underscore@1.8.2
52674npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for async
52675npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
52676npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for readable-stream
52677npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
52678npm verb addNamed ">=4.3.3 <4.4.0" is a valid semver range for semver
52679npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
52680npm verb addNamed "1.8.2" is a plain semver version for underscore
52681npm verb addNameVersion registry:http://registry.npmjs.org/underscore not in flight; fetching
52682npm verb get http://registry.npmjs.org/async not expired, no request
52683npm verb addNamed "0.2.10" is a plain semver version for async
52684npm verb request uri http://registry.npmjs.org/semver
52685npm verb request no auth needed
52686npm info attempt registry request try #1 at 19:26:48
52687npm verb etag "9AKHVLXH1EZXB2URR2AGEIANA"
52688npm http request GET http://registry.npmjs.org/semver
52689npm verb request uri http://registry.npmjs.org/underscore
52690npm verb request no auth needed
52691npm info attempt registry request try #1 at 19:26:48
52692npm verb etag "EFDD5CQTW181YVOL282U8VRMC"
52693npm http request GET http://registry.npmjs.org/underscore
52694npm verb get http://registry.npmjs.org/readable-stream not expired, no request
52695npm verb addNamed "1.0.33" is a plain semver version for readable-stream
52696npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
52697npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
52698npm http 304 http://registry.npmjs.org/semver
52699npm verb headers { date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52700npm verb headers 'cache-control': 'max-age=300',
52701npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
52702npm verb headers age: '46',
52703npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52704npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52705npm verb headers 'x-cache-hits': '2',
52706npm verb headers 'x-timer': 'S1451417208.470053,VS0,VE0',
52707npm verb headers vary: 'Accept',
52708npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52709npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52710npm verb headers connection: 'keep-alive' }
52711npm verb etag http://registry.npmjs.org/semver from cache
52712npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
52713npm http 304 http://registry.npmjs.org/underscore
52714npm verb headers { date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52715npm verb headers 'cache-control': 'max-age=300',
52716npm verb headers etag: '"EFDD5CQTW181YVOL282U8VRMC"',
52717npm verb headers age: '144',
52718npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52719npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52720npm verb headers 'x-cache-hits': '3',
52721npm verb headers 'x-timer': 'S1451417208.470189,VS0,VE0',
52722npm verb headers vary: 'Accept',
52723npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52724npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52725npm verb headers connection: 'keep-alive' }
52726npm verb etag http://registry.npmjs.org/underscore from cache
52727npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
52728npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
52729npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
52730npm verb addNamed "4.3.6" is a plain semver version for semver
52731npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
52732npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-4.3.6.tgz',
52733npm verb addRemoteTarball '300bc6e0e86374f7ba61068b5b1ecd57fc6532da' ]
52734npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.8.2.tgz not in flight; adding
52735npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.8.2.tgz',
52736npm verb addRemoteTarball '64df2eb590899de950782f3735190ba42ebf311d' ]
52737npm info retry fetch attempt 1 at 19:26:48
52738npm info attempt registry request try #1 at 19:26:48
52739npm http fetch GET http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
52740npm info retry fetch attempt 1 at 19:26:48
52741npm info attempt registry request try #1 at 19:26:48
52742npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.8.2.tgz
52743npm http fetch 200 http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
52744npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.8.2.tgz
52745npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
52746npm verb addTmpTarball already have metadata; skipping unpack for semver@4.3.6
52747npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/underscore/-/underscore-1.8.2.tgz not in flight; adding
52748npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.8.2
52749npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json not in flight; writing
52750npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json written
52751npm verb afterAdd /root/.npm/underscore/1.8.2/package/package.json not in flight; writing
52752npm verb afterAdd /root/.npm/underscore/1.8.2/package/package.json written
52753npm verb cache add spec minimist@~0.0.1
52754npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
52755npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
52756npm verb get http://registry.npmjs.org/minimist not expired, no request
52757npm verb addNamed "0.0.10" is a plain semver version for minimist
52758npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
52759npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
52760npm verb cache add spec socket.io-client@0.9.16
52761npm verb addNamed "0.9.16" is a plain semver version for socket.io-client
52762npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client not in flight; fetching
52763npm verb request uri http://registry.npmjs.org/policyfile
52764npm verb request no auth needed
52765npm info attempt registry request try #1 at 19:26:48
52766npm http request GET http://registry.npmjs.org/policyfile
52767npm verb request uri http://registry.npmjs.org/redis
52768npm verb request no auth needed
52769npm info attempt registry request try #1 at 19:26:48
52770npm http request GET http://registry.npmjs.org/redis
52771npm verb request uri http://registry.npmjs.org/socket.io-client
52772npm verb request no auth needed
52773npm info attempt registry request try #1 at 19:26:48
52774npm verb etag "D5XYWRRG2YJ79V2HRLI6SX3F5"
52775npm http request GET http://registry.npmjs.org/socket.io-client
52776npm http 200 http://registry.npmjs.org/policyfile
52777npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52778npm verb headers etag: '"71BD6ETSJBIN563OWQFIAGMZJ"',
52779npm verb headers 'content-type': 'application/json',
52780npm verb headers 'cache-control': 'max-age=300',
52781npm verb headers 'content-length': '6196',
52782npm verb headers 'accept-ranges': 'bytes',
52783npm verb headers date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52784npm verb headers age: '64',
52785npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52786npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52787npm verb headers 'x-cache-hits': '1',
52788npm verb headers 'x-timer': 'S1451417208.827719,VS0,VE0',
52789npm verb headers vary: 'Accept',
52790npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52791npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52792npm verb headers connection: 'keep-alive' }
52793npm verb get saving policyfile to /root/.npm/registry.npmjs.org/policyfile/.cache.json
52794npm http 304 http://registry.npmjs.org/socket.io-client
52795npm verb headers { date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52796npm verb headers 'cache-control': 'max-age=60',
52797npm verb headers etag: '"D5XYWRRG2YJ79V2HRLI6SX3F5"',
52798npm verb headers age: '43',
52799npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52800npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52801npm verb headers 'x-cache-hits': '1',
52802npm verb headers 'x-timer': 'S1451417208.843450,VS0,VE0',
52803npm verb headers vary: 'Accept',
52804npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52805npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52806npm verb headers connection: 'keep-alive' }
52807npm verb etag http://registry.npmjs.org/socket.io-client from cache
52808npm verb get saving socket.io-client to /root/.npm/registry.npmjs.org/socket.io-client/.cache.json
52809npm verb cache add spec policyfile@0.0.4
52810npm verb addNamed "0.0.4" is a plain semver version for policyfile
52811npm verb addNameVersion registry:http://registry.npmjs.org/policyfile not in flight; fetching
52812npm verb addRemoteTarball http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz not in flight; adding
52813npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz',
52814npm verb addRemoteTarball '4da7515c5e773041d1b423970415bcc430f35fc6' ]
52815npm info retry fetch attempt 1 at 19:26:48
52816npm info attempt registry request try #1 at 19:26:48
52817npm http fetch GET http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz
52818npm verb get http://registry.npmjs.org/policyfile not expired, no request
52819npm verb addRemoteTarball http://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz not in flight; adding
52820npm verb addRemoteTarball [ 'http://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz',
52821npm verb addRemoteTarball 'd6b82ead98ae79ebe228e2daf5903311ec982e4d' ]
52822npm http 200 http://registry.npmjs.org/redis
52823npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52824npm verb headers etag: '"CPB0FL75V6WD7P5YP5JR6ESSH"',
52825npm verb headers 'content-type': 'application/json',
52826npm verb headers 'cache-control': 'max-age=300',
52827npm verb headers 'content-length': '118674',
52828npm verb headers 'accept-ranges': 'bytes',
52829npm verb headers date: 'Tue, 29 Dec 2015 19:26:48 GMT',
52830npm verb headers age: '170',
52831npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52832npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52833npm verb headers 'x-cache-hits': '1',
52834npm verb headers 'x-timer': 'S1451417208.827424,VS0,VE1',
52835npm verb headers vary: 'Accept',
52836npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52837npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52838npm verb headers connection: 'keep-alive' }
52839npm verb get saving redis to /root/.npm/registry.npmjs.org/redis/.cache.json
52840npm info retry fetch attempt 1 at 19:26:48
52841npm info attempt registry request try #1 at 19:26:48
52842npm http fetch GET http://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz
52843npm http fetch 200 http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz
52844npm verb cache add spec redis@0.7.3
52845npm verb addNamed "0.7.3" is a plain semver version for redis
52846npm verb addNameVersion registry:http://registry.npmjs.org/redis not in flight; fetching
52847npm verb get http://registry.npmjs.org/redis not expired, no request
52848npm http fetch 200 http://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz
52849npm verb addRemoteTarball http://registry.npmjs.org/redis/-/redis-0.7.3.tgz not in flight; adding
52850npm verb addRemoteTarball [ 'http://registry.npmjs.org/redis/-/redis-0.7.3.tgz',
52851npm verb addRemoteTarball 'ee57b7a44d25ec1594e44365d8165fa7d1d4811a' ]
52852npm info retry fetch attempt 1 at 19:26:48
52853npm info attempt registry request try #1 at 19:26:48
52854npm http fetch GET http://registry.npmjs.org/redis/-/redis-0.7.3.tgz
52855npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz not in flight; adding
52856npm verb addTmpTarball already have metadata; skipping unpack for policyfile@0.0.4
52857npm verb afterAdd /root/.npm/policyfile/0.0.4/package/package.json not in flight; writing
52858npm verb afterAdd /root/.npm/policyfile/0.0.4/package/package.json written
52859npm http fetch 200 http://registry.npmjs.org/redis/-/redis-0.7.3.tgz
52860npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/redis/-/redis-0.7.3.tgz not in flight; adding
52861npm verb addTmpTarball already have metadata; skipping unpack for redis@0.7.3
52862npm verb afterAdd /root/.npm/redis/0.7.3/package/package.json not in flight; writing
52863npm verb afterAdd /root/.npm/redis/0.7.3/package/package.json written
52864npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz not in flight; adding
52865npm verb addTmpTarball already have metadata; skipping unpack for socket.io-client@0.9.16
52866npm verb afterAdd /root/.npm/socket.io-client/0.9.16/package/package.json not in flight; writing
52867npm verb afterAdd /root/.npm/socket.io-client/0.9.16/package/package.json written
52868npm verb cache add spec uglify-js@1.2.5
52869npm verb cache add spec ws@0.4.x
52870npm verb cache add spec xmlhttprequest@1.4.2
52871npm verb addNamed "1.2.5" is a plain semver version for uglify-js
52872npm verb addNameVersion registry:http://registry.npmjs.org/uglify-js not in flight; fetching
52873npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for ws
52874npm verb addNameRange registry:http://registry.npmjs.org/ws not in flight; fetching
52875npm verb addNamed "1.4.2" is a plain semver version for xmlhttprequest
52876npm verb addNameVersion registry:http://registry.npmjs.org/xmlhttprequest not in flight; fetching
52877npm verb request uri http://registry.npmjs.org/active-x-obfuscator
52878npm verb request no auth needed
52879npm info attempt registry request try #1 at 19:26:49
52880npm http request GET http://registry.npmjs.org/active-x-obfuscator
52881npm verb request uri http://registry.npmjs.org/uglify-js
52882npm verb request no auth needed
52883npm info attempt registry request try #1 at 19:26:49
52884npm verb etag "BE7FWKSDTIOBL0YMPX4ZON01W"
52885npm http request GET http://registry.npmjs.org/uglify-js
52886npm verb request uri http://registry.npmjs.org/ws
52887npm verb request no auth needed
52888npm info attempt registry request try #1 at 19:26:49
52889npm verb etag "BYI4IQ4WXFILP90GIM24NOJYA"
52890npm http request GET http://registry.npmjs.org/ws
52891npm verb request uri http://registry.npmjs.org/xmlhttprequest
52892npm verb request no auth needed
52893npm info attempt registry request try #1 at 19:26:49
52894npm verb etag "2LV2DEPL7QCEQLLEXHPAW21UC"
52895npm http request GET http://registry.npmjs.org/xmlhttprequest
52896npm http 200 http://registry.npmjs.org/active-x-obfuscator
52897npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52898npm verb headers etag: '"7Q0EPIK0I7YBJ7S4OT433TZCI"',
52899npm verb headers 'content-type': 'application/json',
52900npm verb headers 'cache-control': 'max-age=300',
52901npm verb headers 'content-length': '4478',
52902npm verb headers 'accept-ranges': 'bytes',
52903npm verb headers date: 'Tue, 29 Dec 2015 19:26:49 GMT',
52904npm verb headers age: '52',
52905npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52906npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52907npm verb headers 'x-cache-hits': '2',
52908npm verb headers 'x-timer': 'S1451417209.576860,VS0,VE0',
52909npm verb headers vary: 'Accept',
52910npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52911npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52912npm verb headers connection: 'keep-alive' }
52913npm verb get saving active-x-obfuscator to /root/.npm/registry.npmjs.org/active-x-obfuscator/.cache.json
52914npm http 304 http://registry.npmjs.org/uglify-js
52915npm verb headers { date: 'Tue, 29 Dec 2015 19:26:49 GMT',
52916npm verb headers 'cache-control': 'max-age=300',
52917npm verb headers etag: '"BE7FWKSDTIOBL0YMPX4ZON01W"',
52918npm verb headers age: '236',
52919npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52920npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52921npm verb headers 'x-cache-hits': '7',
52922npm verb headers 'x-timer': 'S1451417209.591191,VS0,VE0',
52923npm verb headers vary: 'Accept',
52924npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52925npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52926npm verb headers connection: 'keep-alive' }
52927npm verb etag http://registry.npmjs.org/uglify-js from cache
52928npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
52929npm http 304 http://registry.npmjs.org/xmlhttprequest
52930npm verb headers { date: 'Tue, 29 Dec 2015 19:26:49 GMT',
52931npm verb headers 'cache-control': 'max-age=300',
52932npm verb headers etag: '"2LV2DEPL7QCEQLLEXHPAW21UC"',
52933npm verb headers age: '55',
52934npm verb headers 'x-served-by': 'cache-fra1248-FRA',
52935npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52936npm verb headers 'x-cache-hits': '1',
52937npm verb headers 'x-timer': 'S1451417209.616072,VS0,VE0',
52938npm verb headers vary: 'Accept',
52939npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52940npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52941npm verb headers connection: 'keep-alive' }
52942npm verb etag http://registry.npmjs.org/xmlhttprequest from cache
52943npm verb get saving xmlhttprequest to /root/.npm/registry.npmjs.org/xmlhttprequest/.cache.json
52944npm http 304 http://registry.npmjs.org/ws
52945npm verb headers { date: 'Tue, 29 Dec 2015 19:26:49 GMT',
52946npm verb headers 'cache-control': 'max-age=300',
52947npm verb headers etag: '"BYI4IQ4WXFILP90GIM24NOJYA"',
52948npm verb headers age: '55',
52949npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52950npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
52951npm verb headers 'x-cache-hits': '1',
52952npm verb headers 'x-timer': 'S1451417209.615998,VS0,VE1',
52953npm verb headers vary: 'Accept',
52954npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
52955npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
52956npm verb headers connection: 'keep-alive' }
52957npm verb etag http://registry.npmjs.org/ws from cache
52958npm verb get saving ws to /root/.npm/registry.npmjs.org/ws/.cache.json
52959npm verb addNamed "0.4.32" is a plain semver version for ws
52960npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz not in flight; adding
52961npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz',
52962npm verb addRemoteTarball 'b542c2c76f78efb34b200b20177634330ff702b6' ]
52963npm verb cache add spec active-x-obfuscator@0.0.1
52964npm verb addNamed "0.0.1" is a plain semver version for active-x-obfuscator
52965npm verb addNameVersion registry:http://registry.npmjs.org/active-x-obfuscator not in flight; fetching
52966npm verb addRemoteTarball http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz not in flight; adding
52967npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz',
52968npm verb addRemoteTarball '01453a1d9bed1e8f172f6495bbf4c8c426321500' ]
52969npm info retry fetch attempt 1 at 19:26:49
52970npm info attempt registry request try #1 at 19:26:49
52971npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz
52972npm info retry fetch attempt 1 at 19:26:49
52973npm info attempt registry request try #1 at 19:26:49
52974npm http fetch GET http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz
52975npm verb get http://registry.npmjs.org/active-x-obfuscator not expired, no request
52976npm verb addRemoteTarball http://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz not in flight; adding
52977npm verb addRemoteTarball [ 'http://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz',
52978npm verb addRemoteTarball '089b89b37145ff1d9ec74af6530be5526cae1f1a' ]
52979npm verb afterAdd /root/.npm/ws/0.4.32/package/package.json not in flight; writing
52980npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz
52981npm info retry fetch attempt 1 at 19:26:49
52982npm info attempt registry request try #1 at 19:26:49
52983npm http fetch GET http://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz
52984npm http fetch 200 http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz
52985npm verb afterAdd /root/.npm/ws/0.4.32/package/package.json written
52986npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz not in flight; adding
52987npm verb addTmpTarball already have metadata; skipping unpack for xmlhttprequest@1.4.2
52988npm http fetch 200 http://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz
52989npm verb afterAdd /root/.npm/xmlhttprequest/1.4.2/package/package.json not in flight; writing
52990npm verb afterAdd /root/.npm/xmlhttprequest/1.4.2/package/package.json written
52991npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz not in flight; adding
52992npm verb addTmpTarball already have metadata; skipping unpack for active-x-obfuscator@0.0.1
52993npm verb afterAdd /root/.npm/active-x-obfuscator/0.0.1/package/package.json not in flight; writing
52994npm verb afterAdd /root/.npm/active-x-obfuscator/0.0.1/package/package.json written
52995npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz not in flight; adding
52996npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@1.2.5
52997npm verb afterAdd /root/.npm/uglify-js/1.2.5/package/package.json not in flight; writing
52998npm verb afterAdd /root/.npm/uglify-js/1.2.5/package/package.json written
52999npm verb request uri http://registry.npmjs.org/zeparser
53000npm verb request no auth needed
53001npm info attempt registry request try #1 at 19:26:50
53002npm http request GET http://registry.npmjs.org/zeparser
53003npm http 200 http://registry.npmjs.org/zeparser
53004npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53005npm verb headers etag: '"URRV8OYD6LZYIO3YWOFQIWGJ"',
53006npm verb headers 'content-type': 'application/json',
53007npm verb headers 'cache-control': 'max-age=300',
53008npm verb headers 'content-length': '8371',
53009npm verb headers 'accept-ranges': 'bytes',
53010npm verb headers date: 'Tue, 29 Dec 2015 19:26:50 GMT',
53011npm verb headers age: '285',
53012npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53013npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53014npm verb headers 'x-cache-hits': '1',
53015npm verb headers 'x-timer': 'S1451417210.143390,VS0,VE0',
53016npm verb headers vary: 'Accept',
53017npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53018npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53019npm verb headers connection: 'keep-alive' }
53020npm verb get saving zeparser to /root/.npm/registry.npmjs.org/zeparser/.cache.json
53021npm verb cache add spec zeparser@0.0.5
53022npm verb addNamed "0.0.5" is a plain semver version for zeparser
53023npm verb addNameVersion registry:http://registry.npmjs.org/zeparser not in flight; fetching
53024npm verb get http://registry.npmjs.org/zeparser not expired, no request
53025npm verb addRemoteTarball http://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz not in flight; adding
53026npm verb addRemoteTarball [ 'http://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz',
53027npm verb addRemoteTarball '03726561bc268f2e5444f54c665b7fd4a8c029e2' ]
53028npm info retry fetch attempt 1 at 19:26:50
53029npm info attempt registry request try #1 at 19:26:50
53030npm http fetch GET http://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz
53031npm http fetch 200 http://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz
53032npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz not in flight; adding
53033npm verb addTmpTarball already have metadata; skipping unpack for zeparser@0.0.5
53034npm verb afterAdd /root/.npm/zeparser/0.0.5/package/package.json not in flight; writing
53035npm verb afterAdd /root/.npm/zeparser/0.0.5/package/package.json written
53036npm verb cache add spec nan@~1.0.0
53037npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for nan
53038npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
53039npm verb request uri http://registry.npmjs.org/nan
53040npm verb request no auth needed
53041npm info attempt registry request try #1 at 19:26:51
53042npm verb etag "7CEDVJA24M9BXRU7SU6WRSW4M"
53043npm http request GET http://registry.npmjs.org/nan
53044npm http 304 http://registry.npmjs.org/nan
53045npm verb headers { date: 'Tue, 29 Dec 2015 19:26:51 GMT',
53046npm verb headers 'cache-control': 'max-age=60',
53047npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
53048npm verb headers age: '48',
53049npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53050npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53051npm verb headers 'x-cache-hits': '1',
53052npm verb headers 'x-timer': 'S1451417211.854735,VS0,VE0',
53053npm verb headers vary: 'Accept',
53054npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53055npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53056npm verb headers connection: 'keep-alive' }
53057npm verb etag http://registry.npmjs.org/nan from cache
53058npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
53059npm verb addNamed "1.0.0" is a plain semver version for nan
53060npm verb afterAdd /root/.npm/nan/1.0.0/package/package.json not in flight; writing
53061npm verb afterAdd /root/.npm/nan/1.0.0/package/package.json written
53062npm verb cache add spec lru-cache@2.2.x
53063npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for lru-cache
53064npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
53065npm verb request uri http://registry.npmjs.org/lru-cache
53066npm verb request no auth needed
53067npm info attempt registry request try #1 at 19:26:51
53068npm verb etag "F0MK8HIC1M0PVUN3L8D5VTEPD"
53069npm http request GET http://registry.npmjs.org/lru-cache
53070npm http 304 http://registry.npmjs.org/lru-cache
53071npm verb headers { date: 'Tue, 29 Dec 2015 19:26:51 GMT',
53072npm verb headers 'cache-control': 'max-age=300',
53073npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
53074npm verb headers age: '56',
53075npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53076npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53077npm verb headers 'x-cache-hits': '1',
53078npm verb headers 'x-timer': 'S1451417211.976558,VS0,VE0',
53079npm verb headers vary: 'Accept',
53080npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53081npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53082npm verb headers connection: 'keep-alive' }
53083npm verb etag http://registry.npmjs.org/lru-cache from cache
53084npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
53085npm verb addNamed "2.2.4" is a plain semver version for lru-cache
53086npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz not in flight; adding
53087npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz',
53088npm verb addRemoteTarball '6c658619becf14031d0d0b594b16042ce4dc063d' ]
53089npm info retry fetch attempt 1 at 19:26:52
53090npm info attempt registry request try #1 at 19:26:52
53091npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz
53092npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz
53093npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz not in flight; adding
53094npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.2.4
53095npm verb afterAdd /root/.npm/lru-cache/2.2.4/package/package.json not in flight; writing
53096npm verb afterAdd /root/.npm/lru-cache/2.2.4/package/package.json written
53097npm verb cache add spec coffee-script@~1.7
53098npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for coffee-script
53099npm verb addNameRange registry:http://registry.npmjs.org/coffee-script not in flight; fetching
53100npm verb request uri http://registry.npmjs.org/coffee-script
53101npm verb request no auth needed
53102npm info attempt registry request try #1 at 19:26:52
53103npm verb etag "5XY5DCP6V1X3WU0KKHOMXBOJ6"
53104npm http request GET http://registry.npmjs.org/coffee-script
53105npm http 304 http://registry.npmjs.org/coffee-script
53106npm verb headers { date: 'Tue, 29 Dec 2015 19:26:52 GMT',
53107npm verb headers 'cache-control': 'max-age=300',
53108npm verb headers etag: '"5XY5DCP6V1X3WU0KKHOMXBOJ6"',
53109npm verb headers age: '218',
53110npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53111npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53112npm verb headers 'x-cache-hits': '3',
53113npm verb headers 'x-timer': 'S1451417212.124033,VS0,VE0',
53114npm verb headers vary: 'Accept',
53115npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53116npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53117npm verb headers connection: 'keep-alive' }
53118npm verb etag http://registry.npmjs.org/coffee-script from cache
53119npm verb get saving coffee-script to /root/.npm/registry.npmjs.org/coffee-script/.cache.json
53120npm verb addNamed "1.7.1" is a plain semver version for coffee-script
53121npm verb addRemoteTarball http://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz not in flight; adding
53122npm verb addRemoteTarball [ 'http://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz',
53123npm verb addRemoteTarball '62996a861780c75e6d5069d13822723b73404bfc' ]
53124npm info retry fetch attempt 1 at 19:26:52
53125npm info attempt registry request try #1 at 19:26:52
53126npm http fetch GET http://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz
53127npm http fetch 200 http://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz
53128npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz not in flight; adding
53129npm verb addTmpTarball already have metadata; skipping unpack for coffee-script@1.7.1
53130npm verb afterAdd /root/.npm/coffee-script/1.7.1/package/package.json not in flight; writing
53131npm verb afterAdd /root/.npm/coffee-script/1.7.1/package/package.json written
53132npm verb cache add spec jade@0.33.0
53133npm verb addNamed "0.33.0" is a plain semver version for jade
53134npm verb addNameVersion registry:http://registry.npmjs.org/jade not in flight; fetching
53135npm verb request uri http://registry.npmjs.org/jade
53136npm verb request no auth needed
53137npm info attempt registry request try #1 at 19:26:52
53138npm verb etag "9TPVXZTUGV2VQHDWF18W6B7E9"
53139npm http request GET http://registry.npmjs.org/jade
53140npm http 304 http://registry.npmjs.org/jade
53141npm verb headers { date: 'Tue, 29 Dec 2015 19:26:52 GMT',
53142npm verb headers 'cache-control': 'max-age=300',
53143npm verb headers etag: '"9TPVXZTUGV2VQHDWF18W6B7E9"',
53144npm verb headers age: '297',
53145npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53146npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53147npm verb headers 'x-cache-hits': '5',
53148npm verb headers 'x-timer': 'S1451417212.399157,VS0,VE0',
53149npm verb headers vary: 'Accept',
53150npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53151npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53152npm verb headers connection: 'keep-alive' }
53153npm verb etag http://registry.npmjs.org/jade from cache
53154npm verb get saving jade to /root/.npm/registry.npmjs.org/jade/.cache.json
53155npm verb addRemoteTarball http://registry.npmjs.org/jade/-/jade-0.33.0.tgz not in flight; adding
53156npm verb addRemoteTarball [ 'http://registry.npmjs.org/jade/-/jade-0.33.0.tgz',
53157npm verb addRemoteTarball '1b0bb45f9dd4ce57723605177713d80bccd4e429' ]
53158npm info retry fetch attempt 1 at 19:26:52
53159npm info attempt registry request try #1 at 19:26:52
53160npm http fetch GET http://registry.npmjs.org/jade/-/jade-0.33.0.tgz
53161npm http fetch 200 http://registry.npmjs.org/jade/-/jade-0.33.0.tgz
53162npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jade/-/jade-0.33.0.tgz not in flight; adding
53163npm verb addTmpTarball already have metadata; skipping unpack for jade@0.33.0
53164npm verb afterAdd /root/.npm/jade/0.33.0/package/package.json not in flight; writing
53165npm verb afterAdd /root/.npm/jade/0.33.0/package/package.json written
53166npm verb cache add spec commander@1.2.0
53167npm verb cache add spec transformers@2.0.1
53168npm verb cache add spec character-parser@1.0.2
53169npm verb cache add spec monocle@0.1.48
53170npm verb cache add spec with@~1.1.0
53171npm verb cache add spec constantinople@~1.0.1
53172npm verb addNamed "1.2.0" is a plain semver version for commander
53173npm verb addNameVersion registry:http://registry.npmjs.org/commander not in flight; fetching
53174npm verb addNamed "2.0.1" is a plain semver version for transformers
53175npm verb addNameVersion registry:http://registry.npmjs.org/transformers not in flight; fetching
53176npm verb addNamed "1.0.2" is a plain semver version for character-parser
53177npm verb addNameVersion registry:http://registry.npmjs.org/character-parser not in flight; fetching
53178npm verb addNamed "0.1.48" is a plain semver version for monocle
53179npm verb addNameVersion registry:http://registry.npmjs.org/monocle not in flight; fetching
53180npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for with
53181npm verb addNameRange registry:http://registry.npmjs.org/with not in flight; fetching
53182npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for constantinople
53183npm verb addNameRange registry:http://registry.npmjs.org/constantinople not in flight; fetching
53184npm verb request uri http://registry.npmjs.org/commander
53185npm verb request no auth needed
53186npm info attempt registry request try #1 at 19:26:52
53187npm verb etag "DYW0JBRXQO3Y28VX1THARSCBL"
53188npm http request GET http://registry.npmjs.org/commander
53189npm verb request uri http://registry.npmjs.org/transformers
53190npm verb request no auth needed
53191npm info attempt registry request try #1 at 19:26:52
53192npm verb etag "ENVH8MRV3T0HL8TZHL4Z51P8H"
53193npm http request GET http://registry.npmjs.org/transformers
53194npm verb request uri http://registry.npmjs.org/character-parser
53195npm verb request no auth needed
53196npm info attempt registry request try #1 at 19:26:52
53197npm verb etag "8XO8S7PSPSM07ANFYMWNF0ABD"
53198npm http request GET http://registry.npmjs.org/character-parser
53199npm verb request uri http://registry.npmjs.org/monocle
53200npm verb request no auth needed
53201npm info attempt registry request try #1 at 19:26:52
53202npm verb etag "2J5AOQ0NEBJ0D0Z7RS9HU8GHI"
53203npm http request GET http://registry.npmjs.org/monocle
53204npm verb request uri http://registry.npmjs.org/with
53205npm verb request no auth needed
53206npm info attempt registry request try #1 at 19:26:52
53207npm verb etag "5L9WSJ79ACG0SF4O37674CKQY"
53208npm http request GET http://registry.npmjs.org/with
53209npm verb request uri http://registry.npmjs.org/constantinople
53210npm verb request no auth needed
53211npm info attempt registry request try #1 at 19:26:52
53212npm verb etag "21Y8BKAH234NHCD0XV2CXDBPC"
53213npm http request GET http://registry.npmjs.org/constantinople
53214npm http 304 http://registry.npmjs.org/transformers
53215npm verb headers { date: 'Tue, 29 Dec 2015 19:26:52 GMT',
53216npm verb headers 'cache-control': 'max-age=300',
53217npm verb headers etag: '"ENVH8MRV3T0HL8TZHL4Z51P8H"',
53218npm verb headers age: '148',
53219npm verb headers 'x-served-by': 'cache-fra1248-FRA',
53220npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53221npm verb headers 'x-cache-hits': '362',
53222npm verb headers 'x-timer': 'S1451417212.727995,VS0,VE0',
53223npm verb headers vary: 'Accept',
53224npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53225npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53226npm verb headers connection: 'keep-alive' }
53227npm verb etag http://registry.npmjs.org/transformers from cache
53228npm verb get saving transformers to /root/.npm/registry.npmjs.org/transformers/.cache.json
53229npm http 304 http://registry.npmjs.org/commander
53230npm verb headers { date: 'Tue, 29 Dec 2015 19:26:52 GMT',
53231npm verb headers 'cache-control': 'max-age=300',
53232npm verb headers etag: '"DYW0JBRXQO3Y28VX1THARSCBL"',
53233npm verb headers age: '69',
53234npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53235npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53236npm verb headers 'x-cache-hits': '7',
53237npm verb headers 'x-timer': 'S1451417212.728060,VS0,VE0',
53238npm verb headers vary: 'Accept',
53239npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53240npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53241npm verb headers connection: 'keep-alive' }
53242npm verb etag http://registry.npmjs.org/commander from cache
53243npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
53244npm http 304 http://registry.npmjs.org/monocle
53245npm verb headers { date: 'Tue, 29 Dec 2015 19:26:52 GMT',
53246npm verb headers 'cache-control': 'max-age=300',
53247npm verb headers etag: '"2J5AOQ0NEBJ0D0Z7RS9HU8GHI"',
53248npm verb headers age: '147',
53249npm verb headers 'x-served-by': 'cache-fra1248-FRA',
53250npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53251npm verb headers 'x-cache-hits': '1',
53252npm verb headers 'x-timer': 'S1451417212.783279,VS0,VE0',
53253npm verb headers vary: 'Accept',
53254npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53255npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53256npm verb headers connection: 'keep-alive' }
53257npm verb etag http://registry.npmjs.org/monocle from cache
53258npm verb get saving monocle to /root/.npm/registry.npmjs.org/monocle/.cache.json
53259npm http 304 http://registry.npmjs.org/with
53260npm verb headers { date: 'Tue, 29 Dec 2015 19:26:52 GMT',
53261npm verb headers 'cache-control': 'max-age=300',
53262npm verb headers etag: '"5L9WSJ79ACG0SF4O37674CKQY"',
53263npm verb headers age: '45',
53264npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53265npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53266npm verb headers 'x-cache-hits': '1',
53267npm verb headers 'x-timer': 'S1451417212.783372,VS0,VE0',
53268npm verb headers vary: 'Accept',
53269npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53270npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53271npm verb headers connection: 'keep-alive' }
53272npm verb etag http://registry.npmjs.org/with from cache
53273npm verb get saving with to /root/.npm/registry.npmjs.org/with/.cache.json
53274npm http 304 http://registry.npmjs.org/constantinople
53275npm verb headers { date: 'Tue, 29 Dec 2015 19:26:52 GMT',
53276npm verb headers 'cache-control': 'max-age=300',
53277npm verb headers etag: '"21Y8BKAH234NHCD0XV2CXDBPC"',
53278npm verb headers age: '178',
53279npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53280npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53281npm verb headers 'x-cache-hits': '1',
53282npm verb headers 'x-timer': 'S1451417212.783213,VS0,VE0',
53283npm verb headers vary: 'Accept',
53284npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53285npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53286npm verb headers connection: 'keep-alive' }
53287npm verb etag http://registry.npmjs.org/constantinople from cache
53288npm verb get saving constantinople to /root/.npm/registry.npmjs.org/constantinople/.cache.json
53289npm http 304 http://registry.npmjs.org/character-parser
53290npm verb headers { date: 'Tue, 29 Dec 2015 19:26:52 GMT',
53291npm verb headers 'cache-control': 'max-age=300',
53292npm verb headers etag: '"8XO8S7PSPSM07ANFYMWNF0ABD"',
53293npm verb headers age: '147',
53294npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53295npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53296npm verb headers 'x-cache-hits': '1',
53297npm verb headers 'x-timer': 'S1451417212.786881,VS0,VE0',
53298npm verb headers vary: 'Accept',
53299npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53300npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53301npm verb headers connection: 'keep-alive' }
53302npm verb etag http://registry.npmjs.org/character-parser from cache
53303npm verb get saving character-parser to /root/.npm/registry.npmjs.org/character-parser/.cache.json
53304npm verb addRemoteTarball http://registry.npmjs.org/transformers/-/transformers-2.0.1.tgz not in flight; adding
53305npm verb addRemoteTarball [ 'http://registry.npmjs.org/transformers/-/transformers-2.0.1.tgz',
53306npm verb addRemoteTarball '352131dfceb93a7532dc7535a4f142510435a394' ]
53307npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-1.2.0.tgz not in flight; adding
53308npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-1.2.0.tgz',
53309npm verb addRemoteTarball 'fd5713bfa153c7d6cc599378a5ab4c45c535029e' ]
53310npm info retry fetch attempt 1 at 19:26:52
53311npm info attempt registry request try #1 at 19:26:52
53312npm http fetch GET http://registry.npmjs.org/transformers/-/transformers-2.0.1.tgz
53313npm verb addNamed "1.1.1" is a plain semver version for with
53314npm verb addNamed "1.0.2" is a plain semver version for constantinople
53315npm info retry fetch attempt 1 at 19:26:52
53316npm info attempt registry request try #1 at 19:26:52
53317npm http fetch GET http://registry.npmjs.org/commander/-/commander-1.2.0.tgz
53318npm verb addRemoteTarball http://registry.npmjs.org/monocle/-/monocle-0.1.48.tgz not in flight; adding
53319npm verb addRemoteTarball [ 'http://registry.npmjs.org/monocle/-/monocle-0.1.48.tgz',
53320npm verb addRemoteTarball 'b96730f5ca900fa75a56041eb6db10aad980a383' ]
53321npm verb addRemoteTarball http://registry.npmjs.org/with/-/with-1.1.1.tgz not in flight; adding
53322npm verb addRemoteTarball [ 'http://registry.npmjs.org/with/-/with-1.1.1.tgz',
53323npm verb addRemoteTarball '66bd6664deb318b2482dd0424ccdebe822434ac0' ]
53324npm verb addRemoteTarball http://registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz not in flight; adding
53325npm verb addRemoteTarball [ 'http://registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz',
53326npm verb addRemoteTarball '0e64747dc836644d3f659247efd95231b48c3e71' ]
53327npm verb addRemoteTarball http://registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz not in flight; adding
53328npm verb addRemoteTarball [ 'http://registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz',
53329npm verb addRemoteTarball '55384d6afcf8c6b9dd483e8347646a790e4545e7' ]
53330npm http fetch 200 http://registry.npmjs.org/transformers/-/transformers-2.0.1.tgz
53331npm info retry fetch attempt 1 at 19:26:52
53332npm info attempt registry request try #1 at 19:26:52
53333npm http fetch GET http://registry.npmjs.org/monocle/-/monocle-0.1.48.tgz
53334npm info retry fetch attempt 1 at 19:26:52
53335npm info attempt registry request try #1 at 19:26:52
53336npm http fetch GET http://registry.npmjs.org/with/-/with-1.1.1.tgz
53337npm info retry fetch attempt 1 at 19:26:52
53338npm info attempt registry request try #1 at 19:26:52
53339npm http fetch GET http://registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz
53340npm info retry fetch attempt 1 at 19:26:52
53341npm info attempt registry request try #1 at 19:26:52
53342npm http fetch GET http://registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz
53343npm http fetch 200 http://registry.npmjs.org/commander/-/commander-1.2.0.tgz
53344npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/transformers/-/transformers-2.0.1.tgz not in flight; adding
53345npm verb addTmpTarball already have metadata; skipping unpack for transformers@2.0.1
53346npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/commander/-/commander-1.2.0.tgz not in flight; adding
53347npm verb addTmpTarball already have metadata; skipping unpack for commander@1.2.0
53348npm http fetch 200 http://registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz
53349npm http fetch 200 http://registry.npmjs.org/monocle/-/monocle-0.1.48.tgz
53350npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz not in flight; adding
53351npm verb addTmpTarball already have metadata; skipping unpack for constantinople@1.0.2
53352npm verb afterAdd /root/.npm/transformers/2.0.1/package/package.json not in flight; writing
53353npm http fetch 200 http://registry.npmjs.org/with/-/with-1.1.1.tgz
53354npm http fetch 200 http://registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz
53355npm verb afterAdd /root/.npm/commander/1.2.0/package/package.json not in flight; writing
53356npm verb afterAdd /root/.npm/transformers/2.0.1/package/package.json written
53357npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/with/-/with-1.1.1.tgz not in flight; adding
53358npm verb addTmpTarball already have metadata; skipping unpack for with@1.1.1
53359npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz not in flight; adding
53360npm verb addTmpTarball already have metadata; skipping unpack for character-parser@1.0.2
53361npm verb afterAdd /root/.npm/commander/1.2.0/package/package.json written
53362npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/monocle/-/monocle-0.1.48.tgz not in flight; adding
53363npm verb addTmpTarball already have metadata; skipping unpack for monocle@0.1.48
53364npm verb afterAdd /root/.npm/constantinople/1.0.2/package/package.json not in flight; writing
53365npm verb afterAdd /root/.npm/constantinople/1.0.2/package/package.json written
53366npm verb afterAdd /root/.npm/with/1.1.1/package/package.json not in flight; writing
53367npm verb afterAdd /root/.npm/character-parser/1.0.2/package/package.json not in flight; writing
53368npm verb afterAdd /root/.npm/monocle/0.1.48/package/package.json not in flight; writing
53369npm verb afterAdd /root/.npm/with/1.1.1/package/package.json written
53370npm verb afterAdd /root/.npm/character-parser/1.0.2/package/package.json written
53371npm verb afterAdd /root/.npm/monocle/0.1.48/package/package.json written
53372npm verb request uri http://registry.npmjs.org/keypress
53373npm verb request no auth needed
53374npm info attempt registry request try #1 at 19:26:53
53375npm http request GET http://registry.npmjs.org/keypress
53376npm http 200 http://registry.npmjs.org/keypress
53377npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53378npm verb headers etag: '"XVAWGGF72RN5ZPSXAR4OQK4D"',
53379npm verb headers 'content-type': 'application/json',
53380npm verb headers 'cache-control': 'max-age=300',
53381npm verb headers 'content-length': '20578',
53382npm verb headers 'accept-ranges': 'bytes',
53383npm verb headers date: 'Tue, 29 Dec 2015 19:26:53 GMT',
53384npm verb headers age: '14',
53385npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53386npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53387npm verb headers 'x-cache-hits': '1',
53388npm verb headers 'x-timer': 'S1451417213.087026,VS0,VE0',
53389npm verb headers vary: 'Accept',
53390npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53391npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53392npm verb headers connection: 'keep-alive' }
53393npm verb get saving keypress to /root/.npm/registry.npmjs.org/keypress/.cache.json
53394npm verb cache add spec keypress@0.1.x
53395npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for keypress
53396npm verb addNameRange registry:http://registry.npmjs.org/keypress not in flight; fetching
53397npm verb get http://registry.npmjs.org/keypress not expired, no request
53398npm verb addNamed "0.1.0" is a plain semver version for keypress
53399npm verb addRemoteTarball http://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz not in flight; adding
53400npm verb addRemoteTarball [ 'http://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz',
53401npm verb addRemoteTarball '4a3188d4291b66b4f65edb99f806aa9ae293592a' ]
53402npm info retry fetch attempt 1 at 19:26:53
53403npm info attempt registry request try #1 at 19:26:53
53404npm http fetch GET http://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz
53405npm http fetch 200 http://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz
53406npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/keypress/-/keypress-0.1.0.tgz not in flight; adding
53407npm verb addTmpTarball already have metadata; skipping unpack for keypress@0.1.0
53408npm verb afterAdd /root/.npm/keypress/0.1.0/package/package.json not in flight; writing
53409npm verb afterAdd /root/.npm/keypress/0.1.0/package/package.json written
53410npm verb cache add spec uglify-js@~2.2.5
53411npm verb addNamed ">=2.2.5 <2.3.0" is a valid semver range for uglify-js
53412npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
53413npm verb get http://registry.npmjs.org/uglify-js not expired, no request
53414npm verb addNamed "2.2.5" is a plain semver version for uglify-js
53415npm verb afterAdd /root/.npm/uglify-js/2.2.5/package/package.json not in flight; writing
53416npm verb afterAdd /root/.npm/uglify-js/2.2.5/package/package.json written
53417npm verb cache add spec uglify-js@2.4.0
53418npm verb addNamed "2.4.0" is a plain semver version for uglify-js
53419npm verb addNameVersion registry:http://registry.npmjs.org/uglify-js not in flight; fetching
53420npm verb get http://registry.npmjs.org/uglify-js not expired, no request
53421npm verb afterAdd /root/.npm/uglify-js/2.4.0/package/package.json not in flight; writing
53422npm verb afterAdd /root/.npm/uglify-js/2.4.0/package/package.json written
53423npm verb cache add spec async@~0.2.6
53424npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
53425npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
53426npm verb get http://registry.npmjs.org/async not expired, no request
53427npm verb addNamed "0.2.10" is a plain semver version for async
53428npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
53429npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
53430npm verb cache add spec jade@~1.3.0
53431npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for jade
53432npm verb addNameRange registry:http://registry.npmjs.org/jade not in flight; fetching
53433npm verb get http://registry.npmjs.org/jade not expired, no request
53434npm verb addNamed "1.3.1" is a plain semver version for jade
53435npm verb addRemoteTarball http://registry.npmjs.org/jade/-/jade-1.3.1.tgz not in flight; adding
53436npm verb addRemoteTarball [ 'http://registry.npmjs.org/jade/-/jade-1.3.1.tgz',
53437npm verb addRemoteTarball '7483d848b8714dc50a40da98b0409790b374216b' ]
53438npm info retry fetch attempt 1 at 19:26:53
53439npm info attempt registry request try #1 at 19:26:53
53440npm http fetch GET http://registry.npmjs.org/jade/-/jade-1.3.1.tgz
53441npm http fetch 200 http://registry.npmjs.org/jade/-/jade-1.3.1.tgz
53442npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jade/-/jade-1.3.1.tgz not in flight; adding
53443npm verb addTmpTarball already have metadata; skipping unpack for jade@1.3.1
53444npm verb afterAdd /root/.npm/jade/1.3.1/package/package.json not in flight; writing
53445npm verb afterAdd /root/.npm/jade/1.3.1/package/package.json written
53446npm verb cache add spec with@~3.0.0
53447npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for with
53448npm verb addNameRange registry:http://registry.npmjs.org/with not in flight; fetching
53449npm verb get http://registry.npmjs.org/with not expired, no request
53450npm verb addNamed "3.0.1" is a plain semver version for with
53451npm verb addRemoteTarball http://registry.npmjs.org/with/-/with-3.0.1.tgz not in flight; adding
53452npm verb addRemoteTarball [ 'http://registry.npmjs.org/with/-/with-3.0.1.tgz',
53453npm verb addRemoteTarball '08354da410243cf6173fb142bb04e6c66f96f854' ]
53454npm info retry fetch attempt 1 at 19:26:53
53455npm info attempt registry request try #1 at 19:26:53
53456npm http fetch GET http://registry.npmjs.org/with/-/with-3.0.1.tgz
53457npm http fetch 200 http://registry.npmjs.org/with/-/with-3.0.1.tgz
53458npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/with/-/with-3.0.1.tgz not in flight; adding
53459npm verb addTmpTarball already have metadata; skipping unpack for with@3.0.1
53460npm verb afterAdd /root/.npm/with/3.0.1/package/package.json not in flight; writing
53461npm verb afterAdd /root/.npm/with/3.0.1/package/package.json written
53462npm verb request uri http://registry.npmjs.org/phantomjs
53463npm verb request no auth needed
53464npm info attempt registry request try #1 at 19:26:53
53465npm http request GET http://registry.npmjs.org/phantomjs
53466npm http 200 http://registry.npmjs.org/phantomjs
53467npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53468npm verb headers etag: '"EX518HY6F1GZWKXV9H8HDGX4Q"',
53469npm verb headers 'content-type': 'application/json',
53470npm verb headers 'cache-control': 'max-age=300',
53471npm verb headers 'content-length': '102292',
53472npm verb headers 'accept-ranges': 'bytes',
53473npm verb headers date: 'Tue, 29 Dec 2015 19:26:53 GMT',
53474npm verb headers age: '106',
53475npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53476npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53477npm verb headers 'x-cache-hits': '1',
53478npm verb headers 'x-timer': 'S1451417213.967124,VS0,VE0',
53479npm verb headers vary: 'Accept',
53480npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53481npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53482npm verb headers connection: 'keep-alive' }
53483npm verb get saving phantomjs to /root/.npm/registry.npmjs.org/phantomjs/.cache.json
53484npm verb cache add spec phantomjs@~1.9
53485npm verb addNamed ">=1.9.0 <1.10.0" is a valid semver range for phantomjs
53486npm verb addNameRange registry:http://registry.npmjs.org/phantomjs not in flight; fetching
53487npm verb get http://registry.npmjs.org/phantomjs not expired, no request
53488npm verb addNamed "1.9.19" is a plain semver version for phantomjs
53489npm verb addRemoteTarball http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz not in flight; adding
53490npm verb addRemoteTarball [ 'http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz',
53491npm verb addRemoteTarball 'a7f2cef5eba7343e1a729ce9922a95a6d0a11c07' ]
53492npm info retry fetch attempt 1 at 19:26:54
53493npm info attempt registry request try #1 at 19:26:54
53494npm http fetch GET http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz
53495npm http fetch 200 http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz
53496npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz not in flight; adding
53497npm verb addTmpTarball already have metadata; skipping unpack for phantomjs@1.9.19
53498npm verb afterAdd /root/.npm/phantomjs/1.9.19/package/package.json not in flight; writing
53499npm verb afterAdd /root/.npm/phantomjs/1.9.19/package/package.json written
53500npm verb cache add spec adm-zip@0.4.4
53501npm verb cache add spec fs-extra@~0.23.1
53502npm verb cache add spec npmconf@2.1.1
53503npm verb cache add spec request@2.42.0
53504npm verb cache add spec request-progress@0.3.1
53505npm verb addNamed "0.4.4" is a plain semver version for adm-zip
53506npm verb addNameVersion registry:http://registry.npmjs.org/adm-zip not in flight; fetching
53507npm verb addNamed ">=0.23.1 <0.24.0" is a valid semver range for fs-extra
53508npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
53509npm verb addNamed "2.1.1" is a plain semver version for npmconf
53510npm verb addNameVersion registry:http://registry.npmjs.org/npmconf not in flight; fetching
53511npm verb addNamed "2.42.0" is a plain semver version for request
53512npm verb addNameVersion registry:http://registry.npmjs.org/request not in flight; fetching
53513npm verb addNamed "0.3.1" is a plain semver version for request-progress
53514npm verb addNameVersion registry:http://registry.npmjs.org/request-progress not in flight; fetching
53515npm verb request uri http://registry.npmjs.org/kew
53516npm verb request no auth needed
53517npm info attempt registry request try #1 at 19:26:54
53518npm http request GET http://registry.npmjs.org/kew
53519npm verb request uri http://registry.npmjs.org/md5
53520npm verb request no auth needed
53521npm info attempt registry request try #1 at 19:26:54
53522npm http request GET http://registry.npmjs.org/md5
53523npm verb request uri http://registry.npmjs.org/progress
53524npm verb request no auth needed
53525npm info attempt registry request try #1 at 19:26:54
53526npm http request GET http://registry.npmjs.org/progress
53527npm verb request uri http://registry.npmjs.org/adm-zip
53528npm verb request no auth needed
53529npm info attempt registry request try #1 at 19:26:54
53530npm verb etag "AAB8O4XDJLTFC1LEIVD3MQ62J"
53531npm http request GET http://registry.npmjs.org/adm-zip
53532npm verb request uri http://registry.npmjs.org/fs-extra
53533npm verb request no auth needed
53534npm info attempt registry request try #1 at 19:26:54
53535npm verb etag "29MGF514AYFY503MI1EY7HU5G"
53536npm http request GET http://registry.npmjs.org/fs-extra
53537npm verb request uri http://registry.npmjs.org/npmconf
53538npm verb request no auth needed
53539npm info attempt registry request try #1 at 19:26:54
53540npm verb etag "BCJGZTO6DWJS3OL63R8VZG32S"
53541npm http request GET http://registry.npmjs.org/npmconf
53542npm verb request uri http://registry.npmjs.org/request-progress
53543npm verb request no auth needed
53544npm info attempt registry request try #1 at 19:26:54
53545npm verb etag "6EOGJGB8CLEDDBKU4TTN42PMS"
53546npm http request GET http://registry.npmjs.org/request-progress
53547npm verb request uri http://registry.npmjs.org/request
53548npm verb request no auth needed
53549npm info attempt registry request try #1 at 19:26:54
53550npm verb etag "41O2YUQ0F957MF7HVJELBZYE5"
53551npm http request GET http://registry.npmjs.org/request
53552npm http 200 http://registry.npmjs.org/md5
53553npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53554npm verb headers etag: '"1ULTZP1392ITZIQWGQDQ2UH90"',
53555npm verb headers 'content-type': 'application/json',
53556npm verb headers 'cache-control': 'max-age=300',
53557npm verb headers 'content-length': '7267',
53558npm verb headers 'accept-ranges': 'bytes',
53559npm verb headers date: 'Tue, 29 Dec 2015 19:26:54 GMT',
53560npm verb headers age: '80',
53561npm verb headers 'x-served-by': 'cache-fra1248-FRA',
53562npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53563npm verb headers 'x-cache-hits': '1',
53564npm verb headers 'x-timer': 'S1451417214.318917,VS0,VE0',
53565npm verb headers vary: 'Accept',
53566npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53567npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53568npm verb headers connection: 'keep-alive' }
53569npm verb get saving md5 to /root/.npm/registry.npmjs.org/md5/.cache.json
53570npm http 304 http://registry.npmjs.org/adm-zip
53571npm verb headers { date: 'Tue, 29 Dec 2015 19:26:54 GMT',
53572npm verb headers 'cache-control': 'max-age=300',
53573npm verb headers etag: '"AAB8O4XDJLTFC1LEIVD3MQ62J"',
53574npm verb headers age: '298',
53575npm verb headers 'x-served-by': 'cache-fra1248-FRA',
53576npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53577npm verb headers 'x-cache-hits': '2',
53578npm verb headers 'x-timer': 'S1451417214.365194,VS0,VE0',
53579npm verb headers vary: 'Accept',
53580npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53581npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53582npm verb headers connection: 'keep-alive' }
53583npm verb etag http://registry.npmjs.org/adm-zip from cache
53584npm verb get saving adm-zip to /root/.npm/registry.npmjs.org/adm-zip/.cache.json
53585npm http 304 http://registry.npmjs.org/fs-extra
53586npm verb headers { date: 'Tue, 29 Dec 2015 19:26:54 GMT',
53587npm verb headers 'cache-control': 'max-age=300',
53588npm verb headers etag: '"29MGF514AYFY503MI1EY7HU5G"',
53589npm verb headers age: '288',
53590npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53591npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53592npm verb headers 'x-cache-hits': '2',
53593npm verb headers 'x-timer': 'S1451417214.365308,VS0,VE0',
53594npm verb headers vary: 'Accept',
53595npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53596npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53597npm verb headers connection: 'keep-alive' }
53598npm verb etag http://registry.npmjs.org/fs-extra from cache
53599npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
53600npm http 304 http://registry.npmjs.org/npmconf
53601npm verb headers { date: 'Tue, 29 Dec 2015 19:26:54 GMT',
53602npm verb headers 'cache-control': 'max-age=300',
53603npm verb headers etag: '"BCJGZTO6DWJS3OL63R8VZG32S"',
53604npm verb headers age: '58',
53605npm verb headers 'x-served-by': 'cache-fra1224-FRA',
53606npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53607npm verb headers 'x-cache-hits': '2',
53608npm verb headers 'x-timer': 'S1451417214.365302,VS0,VE0',
53609npm verb headers vary: 'Accept',
53610npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53611npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53612npm verb headers connection: 'keep-alive' }
53613npm verb etag http://registry.npmjs.org/npmconf from cache
53614npm verb get saving npmconf to /root/.npm/registry.npmjs.org/npmconf/.cache.json
53615npm http 200 http://registry.npmjs.org/kew
53616npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53617npm verb headers etag: '"AW5RY0MTQ5G4Q0BRIPRCKNB5D"',
53618npm verb headers 'content-type': 'application/json',
53619npm verb headers 'cache-control': 'max-age=300',
53620npm verb headers 'content-length': '35451',
53621npm verb headers 'accept-ranges': 'bytes',
53622npm verb headers date: 'Tue, 29 Dec 2015 19:26:54 GMT',
53623npm verb headers age: '154',
53624npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53625npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53626npm verb headers 'x-cache-hits': '1',
53627npm verb headers 'x-timer': 'S1451417214.318730,VS0,VE0',
53628npm verb headers vary: 'Accept',
53629npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53630npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53631npm verb headers connection: 'keep-alive' }
53632npm verb get saving kew to /root/.npm/registry.npmjs.org/kew/.cache.json
53633npm http 304 http://registry.npmjs.org/request
53634npm verb headers { date: 'Tue, 29 Dec 2015 19:26:54 GMT',
53635npm verb headers 'cache-control': 'max-age=300',
53636npm verb headers etag: '"41O2YUQ0F957MF7HVJELBZYE5"',
53637npm verb headers age: '172',
53638npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53639npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53640npm verb headers 'x-cache-hits': '7',
53641npm verb headers 'x-timer': 'S1451417214.405520,VS0,VE0',
53642npm verb headers vary: 'Accept',
53643npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53644npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53645npm verb headers connection: 'keep-alive' }
53646npm verb etag http://registry.npmjs.org/request from cache
53647npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
53648npm verb addNamed "0.23.1" is a plain semver version for fs-extra
53649npm verb cache add spec md5@~2.0.0
53650npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for md5
53651npm verb addNameRange registry:http://registry.npmjs.org/md5 not in flight; fetching
53652npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz not in flight; adding
53653npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz',
53654npm verb addRemoteTarball '6611dba6adf2ab8dc9c69fab37cddf8818157e3d' ]
53655npm verb addRemoteTarball http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz not in flight; adding
53656npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz',
53657npm verb addRemoteTarball 'a266c7e5c56695eb7f55caf3a5a7328f24510dae' ]
53658npm info retry fetch attempt 1 at 19:26:54
53659npm info attempt registry request try #1 at 19:26:54
53660npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz
53661npm verb cache add spec kew@0.4.0
53662npm verb addNamed "0.4.0" is a plain semver version for kew
53663npm verb addNameVersion registry:http://registry.npmjs.org/kew not in flight; fetching
53664npm info retry fetch attempt 1 at 19:26:54
53665npm info attempt registry request try #1 at 19:26:54
53666npm http fetch GET http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz
53667npm verb get http://registry.npmjs.org/md5 not expired, no request
53668npm verb addNamed "2.0.0" is a plain semver version for md5
53669npm http 200 http://registry.npmjs.org/progress
53670npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53671npm verb headers etag: '"1MWJSBT5S35PX2FU1QA9PPNU8"',
53672npm verb headers 'content-type': 'application/json',
53673npm verb headers 'cache-control': 'max-age=300',
53674npm verb headers 'content-length': '16495',
53675npm verb headers 'accept-ranges': 'bytes',
53676npm verb headers date: 'Tue, 29 Dec 2015 19:26:54 GMT',
53677npm verb headers age: '0',
53678npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53679npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53680npm verb headers 'x-cache-hits': '1',
53681npm verb headers 'x-timer': 'S1451417214.319142,VS0,VE202',
53682npm verb headers vary: 'Accept',
53683npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53684npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53685npm verb headers connection: 'keep-alive' }
53686npm verb get saving progress to /root/.npm/registry.npmjs.org/progress/.cache.json
53687npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz
53688npm verb addRemoteTarball http://registry.npmjs.org/md5/-/md5-2.0.0.tgz not in flight; adding
53689npm verb addRemoteTarball [ 'http://registry.npmjs.org/md5/-/md5-2.0.0.tgz',
53690npm verb addRemoteTarball '75e392e0ebd5a9b88dc7cb7a93875137b87c8a33' ]
53691npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json not in flight; writing
53692npm http fetch 200 http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz
53693npm verb get http://registry.npmjs.org/kew not expired, no request
53694npm verb afterAdd /root/.npm/request/2.42.0/package/package.json not in flight; writing
53695npm verb addRemoteTarball http://registry.npmjs.org/kew/-/kew-0.4.0.tgz not in flight; adding
53696npm verb addRemoteTarball [ 'http://registry.npmjs.org/kew/-/kew-0.4.0.tgz',
53697npm verb addRemoteTarball 'da97484f1b06502146f3c60cec05ac6012cd993f' ]
53698npm info retry fetch attempt 1 at 19:26:54
53699npm info attempt registry request try #1 at 19:26:54
53700npm http fetch GET http://registry.npmjs.org/md5/-/md5-2.0.0.tgz
53701npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json written
53702npm info retry fetch attempt 1 at 19:26:54
53703npm info attempt registry request try #1 at 19:26:54
53704npm http fetch GET http://registry.npmjs.org/kew/-/kew-0.4.0.tgz
53705npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz not in flight; adding
53706npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.23.1
53707npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz not in flight; adding
53708npm verb addTmpTarball already have metadata; skipping unpack for npmconf@2.1.1
53709npm verb afterAdd /root/.npm/request/2.42.0/package/package.json written
53710npm http fetch 200 http://registry.npmjs.org/md5/-/md5-2.0.0.tgz
53711npm verb cache add spec progress@1.1.8
53712npm verb addNamed "1.1.8" is a plain semver version for progress
53713npm verb addNameVersion registry:http://registry.npmjs.org/progress not in flight; fetching
53714npm http fetch 200 http://registry.npmjs.org/kew/-/kew-0.4.0.tgz
53715npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/md5/-/md5-2.0.0.tgz not in flight; adding
53716npm verb addTmpTarball already have metadata; skipping unpack for md5@2.0.0
53717npm verb get http://registry.npmjs.org/progress not expired, no request
53718npm verb addRemoteTarball http://registry.npmjs.org/progress/-/progress-1.1.8.tgz not in flight; adding
53719npm verb addRemoteTarball [ 'http://registry.npmjs.org/progress/-/progress-1.1.8.tgz',
53720npm verb addRemoteTarball 'e260c78f6161cdd9b0e56cc3e0a85de17c7a57be' ]
53721npm verb afterAdd /root/.npm/fs-extra/0.23.1/package/package.json not in flight; writing
53722npm verb afterAdd /root/.npm/npmconf/2.1.1/package/package.json not in flight; writing
53723npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/kew/-/kew-0.4.0.tgz not in flight; adding
53724npm verb addTmpTarball already have metadata; skipping unpack for kew@0.4.0
53725npm info retry fetch attempt 1 at 19:26:54
53726npm info attempt registry request try #1 at 19:26:54
53727npm http fetch GET http://registry.npmjs.org/progress/-/progress-1.1.8.tgz
53728npm verb afterAdd /root/.npm/fs-extra/0.23.1/package/package.json written
53729npm verb afterAdd /root/.npm/npmconf/2.1.1/package/package.json written
53730npm verb afterAdd /root/.npm/md5/2.0.0/package/package.json not in flight; writing
53731npm http fetch 200 http://registry.npmjs.org/progress/-/progress-1.1.8.tgz
53732npm verb afterAdd /root/.npm/kew/0.4.0/package/package.json not in flight; writing
53733npm verb afterAdd /root/.npm/md5/2.0.0/package/package.json written
53734npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/progress/-/progress-1.1.8.tgz not in flight; adding
53735npm verb addTmpTarball already have metadata; skipping unpack for progress@1.1.8
53736npm verb afterAdd /root/.npm/kew/0.4.0/package/package.json written
53737npm verb afterAdd /root/.npm/progress/1.1.8/package/package.json not in flight; writing
53738npm verb afterAdd /root/.npm/progress/1.1.8/package/package.json written
53739npm http 304 http://registry.npmjs.org/request-progress
53740npm verb headers { date: 'Tue, 29 Dec 2015 19:26:54 GMT',
53741npm verb headers 'cache-control': 'max-age=60',
53742npm verb headers etag: '"6EOGJGB8CLEDDBKU4TTN42PMS"',
53743npm verb headers age: '0',
53744npm verb headers 'x-served-by': 'cache-fra1224-FRA',
53745npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53746npm verb headers 'x-cache-hits': '1',
53747npm verb headers 'x-timer': 'S1451417214.405413,VS0,VE533',
53748npm verb headers vary: 'Accept',
53749npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53750npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53751npm verb headers connection: 'keep-alive' }
53752npm verb etag http://registry.npmjs.org/request-progress from cache
53753npm verb get saving request-progress to /root/.npm/registry.npmjs.org/request-progress/.cache.json
53754npm verb addRemoteTarball http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz not in flight; adding
53755npm verb addRemoteTarball [ 'http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz',
53756npm verb addRemoteTarball '0721c105d8a96ac6b2ce8b2c89ae2d5ecfcf6b3a' ]
53757npm info retry fetch attempt 1 at 19:26:54
53758npm info attempt registry request try #1 at 19:26:54
53759npm http fetch GET http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz
53760npm http fetch 200 http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz
53761npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz not in flight; adding
53762npm verb addTmpTarball already have metadata; skipping unpack for request-progress@0.3.1
53763npm verb afterAdd /root/.npm/request-progress/0.3.1/package/package.json not in flight; writing
53764npm verb afterAdd /root/.npm/request-progress/0.3.1/package/package.json written
53765npm verb cache add spec graceful-fs@^4.1.2
53766npm verb cache add spec jsonfile@^2.1.0
53767npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
53768npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
53769npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for jsonfile
53770npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
53771npm verb request uri http://registry.npmjs.org/graceful-fs
53772npm verb request no auth needed
53773npm info attempt registry request try #1 at 19:26:55
53774npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
53775npm http request GET http://registry.npmjs.org/graceful-fs
53776npm verb request uri http://registry.npmjs.org/jsonfile
53777npm verb request no auth needed
53778npm info attempt registry request try #1 at 19:26:55
53779npm verb etag "EDYTB6GREGXYI7F7RCPNW3UZI"
53780npm http request GET http://registry.npmjs.org/jsonfile
53781npm http 304 http://registry.npmjs.org/jsonfile
53782npm verb headers { date: 'Tue, 29 Dec 2015 19:26:55 GMT',
53783npm verb headers 'cache-control': 'max-age=300',
53784npm verb headers etag: '"EDYTB6GREGXYI7F7RCPNW3UZI"',
53785npm verb headers age: '289',
53786npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53787npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53788npm verb headers 'x-cache-hits': '4',
53789npm verb headers 'x-timer': 'S1451417215.123736,VS0,VE0',
53790npm verb headers vary: 'Accept',
53791npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53792npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53793npm verb headers connection: 'keep-alive' }
53794npm verb etag http://registry.npmjs.org/jsonfile from cache
53795npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
53796npm http 304 http://registry.npmjs.org/graceful-fs
53797npm verb headers { date: 'Tue, 29 Dec 2015 19:26:55 GMT',
53798npm verb headers 'cache-control': 'max-age=300',
53799npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
53800npm verb headers age: '143',
53801npm verb headers 'x-served-by': 'cache-fra1224-FRA',
53802npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53803npm verb headers 'x-cache-hits': '6',
53804npm verb headers 'x-timer': 'S1451417215.123725,VS0,VE0',
53805npm verb headers vary: 'Accept',
53806npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53807npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53808npm verb headers connection: 'keep-alive' }
53809npm verb etag http://registry.npmjs.org/graceful-fs from cache
53810npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
53811npm verb addNamed "2.2.3" is a plain semver version for jsonfile
53812npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
53813npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
53814npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz',
53815npm verb addRemoteTarball 'e252b99a6af901d3ec41f332589c90509a7bc605' ]
53816npm info retry fetch attempt 1 at 19:26:55
53817npm info attempt registry request try #1 at 19:26:55
53818npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
53819npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
53820npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
53821npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
53822npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
53823npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@2.2.3
53824npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json not in flight; writing
53825npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json written
53826npm verb cache add spec is-buffer@~ 1.0.2
53827npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for is-buffer
53828npm verb addNameRange registry:http://registry.npmjs.org/is-buffer not in flight; fetching
53829npm verb request uri http://registry.npmjs.org/charenc
53830npm verb request no auth needed
53831npm info attempt registry request try #1 at 19:26:55
53832npm http request GET http://registry.npmjs.org/charenc
53833npm verb request uri http://registry.npmjs.org/crypt
53834npm verb request no auth needed
53835npm info attempt registry request try #1 at 19:26:55
53836npm http request GET http://registry.npmjs.org/crypt
53837npm verb request uri http://registry.npmjs.org/is-buffer
53838npm verb request no auth needed
53839npm info attempt registry request try #1 at 19:26:55
53840npm verb etag "DIF9DJ8LI2336ISVZQ1LXHD4H"
53841npm http request GET http://registry.npmjs.org/is-buffer
53842npm http 200 http://registry.npmjs.org/charenc
53843npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53844npm verb headers etag: '"56QWGF6L07H5HVAFRB2ZA83YH"',
53845npm verb headers 'content-type': 'application/json',
53846npm verb headers 'cache-control': 'max-age=300',
53847npm verb headers 'content-length': '2266',
53848npm verb headers 'accept-ranges': 'bytes',
53849npm verb headers date: 'Tue, 29 Dec 2015 19:26:55 GMT',
53850npm verb headers age: '100',
53851npm verb headers 'x-served-by': 'cache-fra1224-FRA',
53852npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53853npm verb headers 'x-cache-hits': '1',
53854npm verb headers 'x-timer': 'S1451417215.288317,VS0,VE0',
53855npm verb headers vary: 'Accept',
53856npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53857npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53858npm verb headers connection: 'keep-alive' }
53859npm verb get saving charenc to /root/.npm/registry.npmjs.org/charenc/.cache.json
53860npm http 200 http://registry.npmjs.org/crypt
53861npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53862npm verb headers etag: '"645DM9B0EL8881WN2UNM01P0E"',
53863npm verb headers 'content-type': 'application/json',
53864npm verb headers 'cache-control': 'max-age=300',
53865npm verb headers 'content-length': '2200',
53866npm verb headers 'accept-ranges': 'bytes',
53867npm verb headers date: 'Tue, 29 Dec 2015 19:26:55 GMT',
53868npm verb headers age: '101',
53869npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53870npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53871npm verb headers 'x-cache-hits': '1',
53872npm verb headers 'x-timer': 'S1451417215.288266,VS0,VE0',
53873npm verb headers vary: 'Accept',
53874npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53875npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53876npm verb headers connection: 'keep-alive' }
53877npm verb get saving crypt to /root/.npm/registry.npmjs.org/crypt/.cache.json
53878npm http 304 http://registry.npmjs.org/is-buffer
53879npm verb headers { date: 'Tue, 29 Dec 2015 19:26:55 GMT',
53880npm verb headers 'cache-control': 'max-age=60',
53881npm verb headers etag: '"DIF9DJ8LI2336ISVZQ1LXHD4H"',
53882npm verb headers age: '34',
53883npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53884npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53885npm verb headers 'x-cache-hits': '2',
53886npm verb headers 'x-timer': 'S1451417215.299558,VS0,VE0',
53887npm verb headers vary: 'Accept',
53888npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53889npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53890npm verb headers connection: 'keep-alive' }
53891npm verb etag http://registry.npmjs.org/is-buffer from cache
53892npm verb get saving is-buffer to /root/.npm/registry.npmjs.org/is-buffer/.cache.json
53893npm verb cache add spec charenc@~ 0.0.1
53894npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for charenc
53895npm verb addNameRange registry:http://registry.npmjs.org/charenc not in flight; fetching
53896npm verb cache add spec crypt@~ 0.0.1
53897npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for crypt
53898npm verb addNameRange registry:http://registry.npmjs.org/crypt not in flight; fetching
53899npm verb addNamed "1.0.2" is a plain semver version for is-buffer
53900npm verb addRemoteTarball http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz not in flight; adding
53901npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz',
53902npm verb addRemoteTarball 'f5c6c051d73f86f11b4ee14267cc1029fce261d0' ]
53903npm info retry fetch attempt 1 at 19:26:55
53904npm info attempt registry request try #1 at 19:26:55
53905npm http fetch GET http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz
53906npm verb get http://registry.npmjs.org/charenc not expired, no request
53907npm verb addNamed "0.0.1" is a plain semver version for charenc
53908npm verb get http://registry.npmjs.org/crypt not expired, no request
53909npm verb addNamed "0.0.1" is a plain semver version for crypt
53910npm verb addRemoteTarball http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz not in flight; adding
53911npm verb addRemoteTarball [ 'http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz',
53912npm verb addRemoteTarball '004cff9feaf102382ed12db58dd6f962796d6e88' ]
53913npm verb addRemoteTarball http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz not in flight; adding
53914npm verb addRemoteTarball [ 'http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz',
53915npm verb addRemoteTarball '5f11b21a6c05ef1b5e79708366da6374ece1e6a2' ]
53916npm http fetch 200 http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz
53917npm info retry fetch attempt 1 at 19:26:55
53918npm info attempt registry request try #1 at 19:26:55
53919npm http fetch GET http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz
53920npm info retry fetch attempt 1 at 19:26:55
53921npm info attempt registry request try #1 at 19:26:55
53922npm http fetch GET http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz
53923npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz not in flight; adding
53924npm verb addTmpTarball already have metadata; skipping unpack for is-buffer@1.0.2
53925npm verb afterAdd /root/.npm/is-buffer/1.0.2/package/package.json not in flight; writing
53926npm verb afterAdd /root/.npm/is-buffer/1.0.2/package/package.json written
53927npm http fetch 200 http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz
53928npm http fetch 200 http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz
53929npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/crypt/-/crypt-0.0.1.tgz not in flight; adding
53930npm verb addTmpTarball already have metadata; skipping unpack for crypt@0.0.1
53931npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/charenc/-/charenc-0.0.1.tgz not in flight; adding
53932npm verb addTmpTarball already have metadata; skipping unpack for charenc@0.0.1
53933npm verb afterAdd /root/.npm/crypt/0.0.1/package/package.json not in flight; writing
53934npm verb afterAdd /root/.npm/charenc/0.0.1/package/package.json not in flight; writing
53935npm verb afterAdd /root/.npm/crypt/0.0.1/package/package.json written
53936npm verb afterAdd /root/.npm/charenc/0.0.1/package/package.json written
53937npm verb cache add spec mkdirp@^0.5.0
53938npm verb cache add spec nopt@~3.0.1
53939npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
53940npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
53941npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for nopt
53942npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
53943npm verb request uri http://registry.npmjs.org/mkdirp
53944npm verb request no auth needed
53945npm info attempt registry request try #1 at 19:26:55
53946npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
53947npm http request GET http://registry.npmjs.org/mkdirp
53948npm verb request uri http://registry.npmjs.org/nopt
53949npm verb request no auth needed
53950npm info attempt registry request try #1 at 19:26:55
53951npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
53952npm http request GET http://registry.npmjs.org/nopt
53953npm http 304 http://registry.npmjs.org/nopt
53954npm verb headers { date: 'Tue, 29 Dec 2015 19:26:55 GMT',
53955npm verb headers 'cache-control': 'max-age=300',
53956npm verb headers etag: '"9DHRVEOSD6J2N1Y0QWU855CCH"',
53957npm verb headers age: '242',
53958npm verb headers 'x-served-by': 'cache-fra1240-FRA',
53959npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53960npm verb headers 'x-cache-hits': '8',
53961npm verb headers 'x-timer': 'S1451417215.584439,VS0,VE0',
53962npm verb headers vary: 'Accept',
53963npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53964npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53965npm verb headers connection: 'keep-alive' }
53966npm verb etag http://registry.npmjs.org/nopt from cache
53967npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
53968npm http 304 http://registry.npmjs.org/mkdirp
53969npm verb headers { date: 'Tue, 29 Dec 2015 19:26:55 GMT',
53970npm verb headers 'cache-control': 'max-age=300',
53971npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
53972npm verb headers age: '21',
53973npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53974npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
53975npm verb headers 'x-cache-hits': '4',
53976npm verb headers 'x-timer': 'S1451417215.584225,VS0,VE0',
53977npm verb headers vary: 'Accept',
53978npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
53979npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
53980npm verb headers connection: 'keep-alive' }
53981npm verb etag http://registry.npmjs.org/mkdirp from cache
53982npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
53983npm verb addNamed "3.0.6" is a plain semver version for nopt
53984npm verb addNamed "0.5.1" is a plain semver version for mkdirp
53985npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
53986npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
53987npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
53988npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
53989npm verb cache add spec minimist@0.0.8
53990npm verb addNamed "0.0.8" is a plain semver version for minimist
53991npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
53992npm verb get http://registry.npmjs.org/minimist not expired, no request
53993npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
53994npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
53995npm verb cache add spec bl@~0.9.0
53996npm verb cache add spec caseless@~0.6.0
53997npm verb cache add spec forever-agent@~0.5.0
53998npm verb cache add spec qs@~1.2.0
53999npm verb cache add spec node-uuid@~1.4.0
54000npm verb cache add spec form-data@~0.1.0
54001npm verb cache add spec http-signature@~0.10.0
54002npm verb cache add spec oauth-sign@~0.4.0
54003npm verb cache add spec hawk@1.1.1
54004npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
54005npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
54006npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for caseless
54007npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
54008npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
54009npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
54010npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for qs
54011npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
54012npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
54013npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
54014npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
54015npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
54016npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
54017npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
54018npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for oauth-sign
54019npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
54020npm verb addNamed "1.1.1" is a plain semver version for hawk
54021npm verb addNameVersion registry:http://registry.npmjs.org/hawk not in flight; fetching
54022npm verb request uri http://registry.npmjs.org/bl
54023npm verb request no auth needed
54024npm info attempt registry request try #1 at 19:26:55
54025npm verb etag "1QW45QJTVFVWJ5YM6H0GGCASF"
54026npm http request GET http://registry.npmjs.org/bl
54027npm verb request uri http://registry.npmjs.org/caseless
54028npm verb request no auth needed
54029npm info attempt registry request try #1 at 19:26:55
54030npm verb etag "31X3RJHEJY3DII8ZZ4JC45YBC"
54031npm http request GET http://registry.npmjs.org/caseless
54032npm verb request uri http://registry.npmjs.org/forever-agent
54033npm verb request no auth needed
54034npm info attempt registry request try #1 at 19:26:55
54035npm verb etag "3Z9M332T1HPVIXR93E7J1RS1E"
54036npm http request GET http://registry.npmjs.org/forever-agent
54037npm verb request uri http://registry.npmjs.org/qs
54038npm verb request no auth needed
54039npm info attempt registry request try #1 at 19:26:55
54040npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
54041npm http request GET http://registry.npmjs.org/qs
54042npm verb request uri http://registry.npmjs.org/node-uuid
54043npm verb request no auth needed
54044npm info attempt registry request try #1 at 19:26:55
54045npm verb etag "7SC44848JT0T1XLJAD5CB3ZVF"
54046npm http request GET http://registry.npmjs.org/node-uuid
54047npm verb request uri http://registry.npmjs.org/form-data
54048npm verb request no auth needed
54049npm info attempt registry request try #1 at 19:26:55
54050npm verb etag "3168ZUC1M6PC20LWUFGLM15N0"
54051npm http request GET http://registry.npmjs.org/form-data
54052npm verb request uri http://registry.npmjs.org/http-signature
54053npm verb request no auth needed
54054npm info attempt registry request try #1 at 19:26:55
54055npm verb etag "AY89R528YS9SVNQROK52E9CF7"
54056npm http request GET http://registry.npmjs.org/http-signature
54057npm verb request uri http://registry.npmjs.org/oauth-sign
54058npm verb request no auth needed
54059npm info attempt registry request try #1 at 19:26:56
54060npm verb etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
54061npm http request GET http://registry.npmjs.org/oauth-sign
54062npm verb request uri http://registry.npmjs.org/hawk
54063npm verb request no auth needed
54064npm info attempt registry request try #1 at 19:26:56
54065npm verb etag "DL06CWBZE06RBOAKK3T35XMYW"
54066npm http request GET http://registry.npmjs.org/hawk
54067npm http 304 http://registry.npmjs.org/forever-agent
54068npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54069npm verb headers 'cache-control': 'max-age=300',
54070npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
54071npm verb headers age: '252',
54072npm verb headers 'x-served-by': 'cache-fra1248-FRA',
54073npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54074npm verb headers 'x-cache-hits': '6',
54075npm verb headers 'x-timer': 'S1451417216.025058,VS0,VE0',
54076npm verb headers vary: 'Accept',
54077npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54078npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54079npm verb headers connection: 'keep-alive' }
54080npm verb etag http://registry.npmjs.org/forever-agent from cache
54081npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
54082npm http 304 http://registry.npmjs.org/node-uuid
54083npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54084npm verb headers 'cache-control': 'max-age=300',
54085npm verb headers etag: '"7SC44848JT0T1XLJAD5CB3ZVF"',
54086npm verb headers age: '139',
54087npm verb headers 'x-served-by': 'cache-fra1234-FRA',
54088npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54089npm verb headers 'x-cache-hits': '437',
54090npm verb headers 'x-timer': 'S1451417216.025001,VS0,VE0',
54091npm verb headers vary: 'Accept',
54092npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54093npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54094npm verb headers connection: 'keep-alive' }
54095npm verb etag http://registry.npmjs.org/node-uuid from cache
54096npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
54097npm http 304 http://registry.npmjs.org/caseless
54098npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54099npm verb headers 'cache-control': 'max-age=60',
54100npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
54101npm verb headers age: '49',
54102npm verb headers 'x-served-by': 'cache-fra1224-FRA',
54103npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54104npm verb headers 'x-cache-hits': '3',
54105npm verb headers 'x-timer': 'S1451417216.024923,VS0,VE0',
54106npm verb headers vary: 'Accept',
54107npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54108npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54109npm verb headers connection: 'keep-alive' }
54110npm verb etag http://registry.npmjs.org/caseless from cache
54111npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
54112npm http 304 http://registry.npmjs.org/bl
54113npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54114npm verb headers 'cache-control': 'max-age=60',
54115npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
54116npm verb headers age: '46',
54117npm verb headers 'x-served-by': 'cache-fra1240-FRA',
54118npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54119npm verb headers 'x-cache-hits': '1',
54120npm verb headers 'x-timer': 'S1451417216.025004,VS0,VE0',
54121npm verb headers vary: 'Accept',
54122npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54123npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54124npm verb headers connection: 'keep-alive' }
54125npm verb etag http://registry.npmjs.org/bl from cache
54126npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
54127npm http 304 http://registry.npmjs.org/qs
54128npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54129npm verb headers 'cache-control': 'max-age=300',
54130npm verb headers etag: '"ABBTZ14CMW8TB0ZN25ZL5AVYM"',
54131npm verb headers age: '152',
54132npm verb headers 'x-served-by': 'cache-fra1238-FRA',
54133npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54134npm verb headers 'x-cache-hits': '5',
54135npm verb headers 'x-timer': 'S1451417216.025341,VS0,VE0',
54136npm verb headers vary: 'Accept',
54137npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54138npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54139npm verb headers connection: 'keep-alive' }
54140npm verb etag http://registry.npmjs.org/qs from cache
54141npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
54142npm http 304 http://registry.npmjs.org/http-signature
54143npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54144npm verb headers 'cache-control': 'max-age=60',
54145npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
54146npm verb headers age: '24',
54147npm verb headers 'x-served-by': 'cache-fra1235-FRA',
54148npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54149npm verb headers 'x-cache-hits': '1',
54150npm verb headers 'x-timer': 'S1451417216.025155,VS0,VE0',
54151npm verb headers vary: 'Accept',
54152npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54153npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54154npm verb headers connection: 'keep-alive' }
54155npm verb etag http://registry.npmjs.org/http-signature from cache
54156npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
54157npm http 304 http://registry.npmjs.org/oauth-sign
54158npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54159npm verb headers 'cache-control': 'max-age=60',
54160npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
54161npm verb headers age: '24',
54162npm verb headers 'x-served-by': 'cache-fra1242-FRA',
54163npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54164npm verb headers 'x-cache-hits': '1',
54165npm verb headers 'x-timer': 'S1451417216.025575,VS0,VE0',
54166npm verb headers vary: 'Accept',
54167npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54168npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54169npm verb headers connection: 'keep-alive' }
54170npm verb etag http://registry.npmjs.org/oauth-sign from cache
54171npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
54172npm http 304 http://registry.npmjs.org/hawk
54173npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54174npm verb headers 'cache-control': 'max-age=60',
54175npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
54176npm verb headers age: '23',
54177npm verb headers 'x-served-by': 'cache-fra1222-FRA',
54178npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54179npm verb headers 'x-cache-hits': '1',
54180npm verb headers 'x-timer': 'S1451417216.036211,VS0,VE0',
54181npm verb headers vary: 'Accept',
54182npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54183npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54184npm verb headers connection: 'keep-alive' }
54185npm verb etag http://registry.npmjs.org/hawk from cache
54186npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
54187npm verb addNamed "0.5.2" is a plain semver version for forever-agent
54188npm verb addNamed "0.6.0" is a plain semver version for caseless
54189npm verb addNamed "0.10.1" is a plain semver version for http-signature
54190npm verb addNamed "1.2.2" is a plain semver version for qs
54191npm verb addNamed "0.4.0" is a plain semver version for oauth-sign
54192npm verb addNamed "1.4.7" is a plain semver version for node-uuid
54193npm verb addNamed "0.9.4" is a plain semver version for bl
54194npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
54195npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
54196npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json not in flight; writing
54197npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json not in flight; writing
54198npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json not in flight; writing
54199npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
54200npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
54201npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
54202npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
54203npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
54204npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json written
54205npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json written
54206npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json written
54207npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
54208npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
54209npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
54210npm http 304 http://registry.npmjs.org/form-data
54211npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54212npm verb headers 'cache-control': 'max-age=300',
54213npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
54214npm verb headers age: '0',
54215npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54216npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54217npm verb headers 'x-cache-hits': '1',
54218npm verb headers 'x-timer': 'S1451417216.024852,VS0,VE576',
54219npm verb headers vary: 'Accept',
54220npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54221npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54222npm verb headers connection: 'keep-alive' }
54223npm verb etag http://registry.npmjs.org/form-data from cache
54224npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
54225npm verb addNamed "0.1.4" is a plain semver version for form-data
54226npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
54227npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
54228npm verb cache add spec readable-stream@~1.0.26
54229npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
54230npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
54231npm verb request uri http://registry.npmjs.org/readable-stream
54232npm verb request no auth needed
54233npm info attempt registry request try #1 at 19:26:56
54234npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
54235npm http request GET http://registry.npmjs.org/readable-stream
54236npm http 304 http://registry.npmjs.org/readable-stream
54237npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54238npm verb headers 'cache-control': 'max-age=300',
54239npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
54240npm verb headers age: '108',
54241npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54242npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54243npm verb headers 'x-cache-hits': '4',
54244npm verb headers 'x-timer': 'S1451417216.700162,VS0,VE0',
54245npm verb headers vary: 'Accept',
54246npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54247npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54248npm verb headers connection: 'keep-alive' }
54249npm verb etag http://registry.npmjs.org/readable-stream from cache
54250npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
54251npm verb addNamed "1.0.33" is a plain semver version for readable-stream
54252npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
54253npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
54254npm verb cache add spec combined-stream@~0.0.4
54255npm verb cache add spec async@~0.9.0
54256npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
54257npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
54258npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
54259npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
54260npm verb request uri http://registry.npmjs.org/combined-stream
54261npm verb request no auth needed
54262npm info attempt registry request try #1 at 19:26:56
54263npm verb etag "B4WTGKY32M1VDZX0V45HEIVUL"
54264npm http request GET http://registry.npmjs.org/combined-stream
54265npm verb get http://registry.npmjs.org/async not expired, no request
54266npm verb addNamed "0.9.2" is a plain semver version for async
54267npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
54268npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
54269npm http 304 http://registry.npmjs.org/combined-stream
54270npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54271npm verb headers 'cache-control': 'max-age=60',
54272npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
54273npm verb headers age: '29',
54274npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54275npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54276npm verb headers 'x-cache-hits': '2',
54277npm verb headers 'x-timer': 'S1451417216.854169,VS0,VE0',
54278npm verb headers vary: 'Accept',
54279npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54280npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54281npm verb headers connection: 'keep-alive' }
54282npm verb etag http://registry.npmjs.org/combined-stream from cache
54283npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
54284npm verb addNamed "0.0.7" is a plain semver version for combined-stream
54285npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
54286npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
54287npm verb cache add spec delayed-stream@0.0.5
54288npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
54289npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
54290npm verb request uri http://registry.npmjs.org/delayed-stream
54291npm verb request no auth needed
54292npm info attempt registry request try #1 at 19:26:56
54293npm verb etag "3R3PDLMYOHW7LS95R001QU3HH"
54294npm http request GET http://registry.npmjs.org/delayed-stream
54295npm http 304 http://registry.npmjs.org/delayed-stream
54296npm verb headers { date: 'Tue, 29 Dec 2015 19:26:56 GMT',
54297npm verb headers 'cache-control': 'max-age=60',
54298npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
54299npm verb headers age: '26',
54300npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54301npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54302npm verb headers 'x-cache-hits': '1',
54303npm verb headers 'x-timer': 'S1451417216.942506,VS0,VE0',
54304npm verb headers vary: 'Accept',
54305npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54306npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54307npm verb headers connection: 'keep-alive' }
54308npm verb etag http://registry.npmjs.org/delayed-stream from cache
54309npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
54310npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
54311npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
54312npm verb cache add spec hoek@0.9.x
54313npm verb cache add spec boom@0.4.x
54314npm verb cache add spec cryptiles@0.2.x
54315npm verb cache add spec sntp@0.2.x
54316npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
54317npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
54318npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
54319npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
54320npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
54321npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
54322npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
54323npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
54324npm verb request uri http://registry.npmjs.org/boom
54325npm verb request no auth needed
54326npm info attempt registry request try #1 at 19:26:57
54327npm verb etag "1F1PXIUEXIT4BCI84DVI6LC4C"
54328npm http request GET http://registry.npmjs.org/boom
54329npm verb request uri http://registry.npmjs.org/hoek
54330npm verb request no auth needed
54331npm info attempt registry request try #1 at 19:26:57
54332npm verb etag "BK0EM5E3PB0W7BTA9A4XMYS4P"
54333npm http request GET http://registry.npmjs.org/hoek
54334npm verb request uri http://registry.npmjs.org/cryptiles
54335npm verb request no auth needed
54336npm info attempt registry request try #1 at 19:26:57
54337npm verb etag "99IFMGJJU8VHDG34AJNVUOITE"
54338npm http request GET http://registry.npmjs.org/cryptiles
54339npm verb request uri http://registry.npmjs.org/sntp
54340npm verb request no auth needed
54341npm info attempt registry request try #1 at 19:26:57
54342npm verb etag "26EOAOB5E6XN99QN0TPGQ2YJE"
54343npm http request GET http://registry.npmjs.org/sntp
54344npm http 304 http://registry.npmjs.org/cryptiles
54345npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54346npm verb headers 'cache-control': 'max-age=300',
54347npm verb headers etag: '"99IFMGJJU8VHDG34AJNVUOITE"',
54348npm verb headers age: '163',
54349npm verb headers 'x-served-by': 'cache-fra1242-FRA',
54350npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54351npm verb headers 'x-cache-hits': '2',
54352npm verb headers 'x-timer': 'S1451417217.177084,VS0,VE0',
54353npm verb headers vary: 'Accept',
54354npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54355npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54356npm verb headers connection: 'keep-alive' }
54357npm verb etag http://registry.npmjs.org/cryptiles from cache
54358npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
54359npm http 304 http://registry.npmjs.org/hoek
54360npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54361npm verb headers 'cache-control': 'max-age=60',
54362npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
54363npm verb headers age: '44',
54364npm verb headers 'x-served-by': 'cache-fra1222-FRA',
54365npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54366npm verb headers 'x-cache-hits': '1142',
54367npm verb headers 'x-timer': 'S1451417217.176822,VS0,VE0',
54368npm verb headers vary: 'Accept',
54369npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54370npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54371npm verb headers connection: 'keep-alive' }
54372npm verb etag http://registry.npmjs.org/hoek from cache
54373npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
54374npm http 304 http://registry.npmjs.org/boom
54375npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54376npm verb headers 'cache-control': 'max-age=300',
54377npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
54378npm verb headers age: '96',
54379npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54380npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54381npm verb headers 'x-cache-hits': '5',
54382npm verb headers 'x-timer': 'S1451417217.176755,VS0,VE0',
54383npm verb headers vary: 'Accept',
54384npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54385npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54386npm verb headers connection: 'keep-alive' }
54387npm verb etag http://registry.npmjs.org/boom from cache
54388npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
54389npm http 304 http://registry.npmjs.org/sntp
54390npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54391npm verb headers 'cache-control': 'max-age=300',
54392npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
54393npm verb headers age: '98',
54394npm verb headers 'x-served-by': 'cache-fra1235-FRA',
54395npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54396npm verb headers 'x-cache-hits': '5',
54397npm verb headers 'x-timer': 'S1451417217.187101,VS0,VE0',
54398npm verb headers vary: 'Accept',
54399npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54400npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54401npm verb headers connection: 'keep-alive' }
54402npm verb etag http://registry.npmjs.org/sntp from cache
54403npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
54404npm verb addNamed "0.2.2" is a plain semver version for cryptiles
54405npm verb addNamed "0.2.4" is a plain semver version for sntp
54406npm verb addNamed "0.9.1" is a plain semver version for hoek
54407npm verb addNamed "0.4.2" is a plain semver version for boom
54408npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
54409npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
54410npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
54411npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
54412npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
54413npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
54414npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
54415npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
54416npm verb cache add spec assert-plus@^0.1.5
54417npm verb cache add spec asn1@0.1.11
54418npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
54419npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
54420npm verb addNamed "0.1.11" is a plain semver version for asn1
54421npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
54422npm verb request uri http://registry.npmjs.org/assert-plus
54423npm verb request no auth needed
54424npm info attempt registry request try #1 at 19:26:57
54425npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
54426npm http request GET http://registry.npmjs.org/assert-plus
54427npm verb request uri http://registry.npmjs.org/asn1
54428npm verb request no auth needed
54429npm info attempt registry request try #1 at 19:26:57
54430npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
54431npm http request GET http://registry.npmjs.org/asn1
54432npm http 304 http://registry.npmjs.org/asn1
54433npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54434npm verb headers 'cache-control': 'max-age=60',
54435npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
54436npm verb headers age: '19',
54437npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54438npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54439npm verb headers 'x-cache-hits': '2',
54440npm verb headers 'x-timer': 'S1451417217.402884,VS0,VE0',
54441npm verb headers vary: 'Accept',
54442npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54443npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54444npm verb headers connection: 'keep-alive' }
54445npm verb etag http://registry.npmjs.org/asn1 from cache
54446npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
54447npm http 304 http://registry.npmjs.org/assert-plus
54448npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54449npm verb headers 'cache-control': 'max-age=60',
54450npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
54451npm verb headers age: '28',
54452npm verb headers 'x-served-by': 'cache-fra1235-FRA',
54453npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54454npm verb headers 'x-cache-hits': '1',
54455npm verb headers 'x-timer': 'S1451417217.402782,VS0,VE0',
54456npm verb headers vary: 'Accept',
54457npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54458npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54459npm verb headers connection: 'keep-alive' }
54460npm verb etag http://registry.npmjs.org/assert-plus from cache
54461npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
54462npm verb addNamed "0.1.5" is a plain semver version for assert-plus
54463npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
54464npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
54465npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
54466npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
54467npm verb request uri http://registry.npmjs.org/superagent
54468npm verb request no auth needed
54469npm info attempt registry request try #1 at 19:26:57
54470npm http request GET http://registry.npmjs.org/superagent
54471npm http 200 http://registry.npmjs.org/superagent
54472npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54473npm verb headers etag: '"3VZ5WEGS1MAUK8WWF7RTC7RJ"',
54474npm verb headers 'content-type': 'application/json',
54475npm verb headers 'cache-control': 'max-age=300',
54476npm verb headers 'content-length': '95687',
54477npm verb headers 'accept-ranges': 'bytes',
54478npm verb headers date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54479npm verb headers age: '4',
54480npm verb headers 'x-served-by': 'cache-fra1235-FRA',
54481npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54482npm verb headers 'x-cache-hits': '1',
54483npm verb headers 'x-timer': 'S1451417217.549816,VS0,VE0',
54484npm verb headers vary: 'Accept',
54485npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54486npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54487npm verb headers connection: 'keep-alive' }
54488npm verb get saving superagent to /root/.npm/registry.npmjs.org/superagent/.cache.json
54489npm verb cache add spec superagent@0.17.0
54490npm verb addNamed "0.17.0" is a plain semver version for superagent
54491npm verb addNameVersion registry:http://registry.npmjs.org/superagent not in flight; fetching
54492npm verb get http://registry.npmjs.org/superagent not expired, no request
54493npm verb addRemoteTarball http://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz not in flight; adding
54494npm verb addRemoteTarball [ 'http://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz',
54495npm verb addRemoteTarball 'aadcd50fbe5a93e71991118d79bf0714d625bba8' ]
54496npm info retry fetch attempt 1 at 19:26:57
54497npm info attempt registry request try #1 at 19:26:57
54498npm http fetch GET http://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz
54499npm http fetch 200 http://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz
54500npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/superagent/-/superagent-0.17.0.tgz not in flight; adding
54501npm verb addTmpTarball already have metadata; skipping unpack for superagent@0.17.0
54502npm verb afterAdd /root/.npm/superagent/0.17.0/package/package.json not in flight; writing
54503npm verb afterAdd /root/.npm/superagent/0.17.0/package/package.json written
54504npm verb cache add spec qs@0.6.5
54505npm verb cache add spec mime@1.2.5
54506npm verb cache add spec methods@0.0.1
54507npm verb cache add spec debug@~0.7.2
54508npm verb cache add spec extend@~1.2.1
54509npm verb addNamed "0.6.5" is a plain semver version for qs
54510npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
54511npm verb addNamed "1.2.5" is a plain semver version for mime
54512npm verb addNameVersion registry:http://registry.npmjs.org/mime not in flight; fetching
54513npm verb addNamed "0.0.1" is a plain semver version for methods
54514npm verb addNameVersion registry:http://registry.npmjs.org/methods not in flight; fetching
54515npm verb addNamed ">=0.7.2 <0.8.0" is a valid semver range for debug
54516npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
54517npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for extend
54518npm verb addNameRange registry:http://registry.npmjs.org/extend not in flight; fetching
54519npm verb request uri http://registry.npmjs.org/formidable
54520npm verb request no auth needed
54521npm info attempt registry request try #1 at 19:26:57
54522npm http request GET http://registry.npmjs.org/formidable
54523npm verb request uri http://registry.npmjs.org/emitter-component
54524npm verb request no auth needed
54525npm info attempt registry request try #1 at 19:26:57
54526npm http request GET http://registry.npmjs.org/emitter-component
54527npm verb request uri http://registry.npmjs.org/cookiejar
54528npm verb request no auth needed
54529npm info attempt registry request try #1 at 19:26:57
54530npm http request GET http://registry.npmjs.org/cookiejar
54531npm verb request uri http://registry.npmjs.org/reduce-component
54532npm verb request no auth needed
54533npm info attempt registry request try #1 at 19:26:57
54534npm http request GET http://registry.npmjs.org/reduce-component
54535npm verb get http://registry.npmjs.org/qs not expired, no request
54536npm verb request uri http://registry.npmjs.org/mime
54537npm verb request no auth needed
54538npm info attempt registry request try #1 at 19:26:57
54539npm verb etag "D5YYNW9VKEX13XFVBLO2Y8FTW"
54540npm http request GET http://registry.npmjs.org/mime
54541npm verb request uri http://registry.npmjs.org/methods
54542npm verb request no auth needed
54543npm info attempt registry request try #1 at 19:26:57
54544npm verb etag "DO0SV9ZWBGKHHT6F5AJRGFLTU"
54545npm http request GET http://registry.npmjs.org/methods
54546npm verb request uri http://registry.npmjs.org/debug
54547npm verb request no auth needed
54548npm info attempt registry request try #1 at 19:26:57
54549npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
54550npm http request GET http://registry.npmjs.org/debug
54551npm verb request uri http://registry.npmjs.org/extend
54552npm verb request no auth needed
54553npm info attempt registry request try #1 at 19:26:57
54554npm verb etag "83TINKPLNC7R67Y2P0P27BFAA"
54555npm http request GET http://registry.npmjs.org/extend
54556npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-0.6.5.tgz not in flight; adding
54557npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-0.6.5.tgz',
54558npm verb addRemoteTarball '294b268e4b0d4250f6dde19b3b8b34935dff14ef' ]
54559npm http 200 http://registry.npmjs.org/formidable
54560npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54561npm verb headers etag: '"6B7E7OWBBP8QCKXEV0Z1BOMU0"',
54562npm verb headers 'content-type': 'application/json',
54563npm verb headers 'cache-control': 'max-age=300',
54564npm verb headers 'content-length': '39455',
54565npm verb headers 'accept-ranges': 'bytes',
54566npm verb headers date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54567npm verb headers age: '270',
54568npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54569npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54570npm verb headers 'x-cache-hits': '4',
54571npm verb headers 'x-timer': 'S1451417217.924921,VS0,VE0',
54572npm verb headers vary: 'Accept',
54573npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54574npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54575npm verb headers connection: 'keep-alive' }
54576npm verb get saving formidable to /root/.npm/registry.npmjs.org/formidable/.cache.json
54577npm info retry fetch attempt 1 at 19:26:57
54578npm info attempt registry request try #1 at 19:26:57
54579npm http fetch GET http://registry.npmjs.org/qs/-/qs-0.6.5.tgz
54580npm http 304 http://registry.npmjs.org/debug
54581npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54582npm verb headers 'cache-control': 'max-age=300',
54583npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
54584npm verb headers age: '27',
54585npm verb headers 'x-served-by': 'cache-fra1240-FRA',
54586npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54587npm verb headers 'x-cache-hits': '2',
54588npm verb headers 'x-timer': 'S1451417217.974469,VS0,VE0',
54589npm verb headers vary: 'Accept',
54590npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54591npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54592npm verb headers connection: 'keep-alive' }
54593npm verb etag http://registry.npmjs.org/debug from cache
54594npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
54595npm http 304 http://registry.npmjs.org/methods
54596npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54597npm verb headers 'cache-control': 'max-age=300',
54598npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
54599npm verb headers age: '24',
54600npm verb headers 'x-served-by': 'cache-fra1238-FRA',
54601npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54602npm verb headers 'x-cache-hits': '1',
54603npm verb headers 'x-timer': 'S1451417217.974345,VS0,VE0',
54604npm verb headers vary: 'Accept',
54605npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54606npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54607npm verb headers connection: 'keep-alive' }
54608npm verb etag http://registry.npmjs.org/methods from cache
54609npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
54610npm http 304 http://registry.npmjs.org/mime
54611npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54612npm verb headers 'cache-control': 'max-age=60',
54613npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
54614npm verb headers age: '47',
54615npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54616npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54617npm verb headers 'x-cache-hits': '3',
54618npm verb headers 'x-timer': 'S1451417217.974336,VS0,VE0',
54619npm verb headers vary: 'Accept',
54620npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54621npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54622npm verb headers connection: 'keep-alive' }
54623npm verb etag http://registry.npmjs.org/mime from cache
54624npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
54625npm http 304 http://registry.npmjs.org/extend
54626npm verb headers { date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54627npm verb headers 'cache-control': 'max-age=60',
54628npm verb headers etag: '"83TINKPLNC7R67Y2P0P27BFAA"',
54629npm verb headers age: '48',
54630npm verb headers 'x-served-by': 'cache-fra1224-FRA',
54631npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54632npm verb headers 'x-cache-hits': '2',
54633npm verb headers 'x-timer': 'S1451417217.974413,VS0,VE0',
54634npm verb headers vary: 'Accept',
54635npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54636npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54637npm verb headers connection: 'keep-alive' }
54638npm verb etag http://registry.npmjs.org/extend from cache
54639npm verb get saving extend to /root/.npm/registry.npmjs.org/extend/.cache.json
54640npm http fetch 200 http://registry.npmjs.org/qs/-/qs-0.6.5.tgz
54641npm http 200 http://registry.npmjs.org/reduce-component
54642npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54643npm verb headers etag: '"1DX05JMC12XR6BDW433IL3OC"',
54644npm verb headers 'content-type': 'application/json',
54645npm verb headers 'cache-control': 'max-age=300',
54646npm verb headers 'content-length': '4721',
54647npm verb headers 'accept-ranges': 'bytes',
54648npm verb headers date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54649npm verb headers age: '193',
54650npm verb headers 'x-served-by': 'cache-fra1222-FRA',
54651npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54652npm verb headers 'x-cache-hits': '1',
54653npm verb headers 'x-timer': 'S1451417217.925178,VS0,VE0',
54654npm verb headers vary: 'Accept',
54655npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54656npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54657npm verb headers connection: 'keep-alive' }
54658npm verb get saving reduce-component to /root/.npm/registry.npmjs.org/reduce-component/.cache.json
54659npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/qs/-/qs-0.6.5.tgz not in flight; adding
54660npm verb addTmpTarball already have metadata; skipping unpack for qs@0.6.5
54661npm verb cache add spec formidable@1.0.14
54662npm verb addNamed "1.0.14" is a plain semver version for formidable
54663npm verb addNameVersion registry:http://registry.npmjs.org/formidable not in flight; fetching
54664npm verb addNamed "0.7.4" is a plain semver version for debug
54665npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-0.0.1.tgz not in flight; adding
54666npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-0.0.1.tgz',
54667npm verb addRemoteTarball '277c90f8bef39709645a8371c51c3b6c648e068c' ]
54668npm verb addNamed "1.2.1" is a plain semver version for extend
54669npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.2.5.tgz not in flight; adding
54670npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.2.5.tgz',
54671npm verb addRemoteTarball '9eed073022a8bf5e16c8566c6867b8832bfbfa13' ]
54672npm verb addRemoteTarball http://registry.npmjs.org/extend/-/extend-1.2.1.tgz not in flight; adding
54673npm verb addRemoteTarball [ 'http://registry.npmjs.org/extend/-/extend-1.2.1.tgz',
54674npm verb addRemoteTarball 'a0f5fd6cfc83a5fe49ef698d60ec8a624dd4576c' ]
54675npm info retry fetch attempt 1 at 19:26:58
54676npm info attempt registry request try #1 at 19:26:58
54677npm http fetch GET http://registry.npmjs.org/methods/-/methods-0.0.1.tgz
54678npm verb cache add spec reduce-component@1.0.1
54679npm verb addNamed "1.0.1" is a plain semver version for reduce-component
54680npm verb addNameVersion registry:http://registry.npmjs.org/reduce-component not in flight; fetching
54681npm info retry fetch attempt 1 at 19:26:58
54682npm info attempt registry request try #1 at 19:26:58
54683npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.2.5.tgz
54684npm info retry fetch attempt 1 at 19:26:58
54685npm info attempt registry request try #1 at 19:26:58
54686npm http fetch GET http://registry.npmjs.org/extend/-/extend-1.2.1.tgz
54687npm verb get http://registry.npmjs.org/formidable not expired, no request
54688npm verb addRemoteTarball http://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz not in flight; adding
54689npm verb addRemoteTarball [ 'http://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz',
54690npm verb addRemoteTarball '2b3f4c411cbb5fdd695c44843e2a23514a43231a' ]
54691npm http fetch 200 http://registry.npmjs.org/methods/-/methods-0.0.1.tgz
54692npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
54693npm info retry fetch attempt 1 at 19:26:58
54694npm info attempt registry request try #1 at 19:26:58
54695npm http fetch GET http://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz
54696npm verb afterAdd /root/.npm/qs/0.6.5/package/package.json not in flight; writing
54697npm verb get http://registry.npmjs.org/reduce-component not expired, no request
54698npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.2.5.tgz
54699npm verb addRemoteTarball http://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz not in flight; adding
54700npm verb addRemoteTarball [ 'http://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz',
54701npm verb addRemoteTarball 'e0c93542c574521bea13df0f9488ed82ab77c5da' ]
54702npm http fetch 200 http://registry.npmjs.org/extend/-/extend-1.2.1.tgz
54703npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
54704npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/methods/-/methods-0.0.1.tgz not in flight; adding
54705npm verb addTmpTarball already have metadata; skipping unpack for methods@0.0.1
54706npm info retry fetch attempt 1 at 19:26:58
54707npm info attempt registry request try #1 at 19:26:58
54708npm http fetch GET http://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz
54709npm http fetch 200 http://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz
54710npm verb afterAdd /root/.npm/qs/0.6.5/package/package.json written
54711npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/extend/-/extend-1.2.1.tgz not in flight; adding
54712npm verb addTmpTarball already have metadata; skipping unpack for extend@1.2.1
54713npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/mime/-/mime-1.2.5.tgz not in flight; adding
54714npm verb addTmpTarball already have metadata; skipping unpack for mime@1.2.5
54715npm http 200 http://registry.npmjs.org/cookiejar
54716npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54717npm verb headers etag: '"EK30E2QH346UYRODXMRLT4O72"',
54718npm verb headers 'content-type': 'application/json',
54719npm verb headers 'cache-control': 'max-age=300',
54720npm verb headers 'content-length': '14143',
54721npm verb headers 'accept-ranges': 'bytes',
54722npm verb headers date: 'Tue, 29 Dec 2015 19:26:57 GMT',
54723npm verb headers age: '192',
54724npm verb headers 'x-served-by': 'cache-fra1235-FRA',
54725npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54726npm verb headers 'x-cache-hits': '1',
54727npm verb headers 'x-timer': 'S1451417217.924856,VS0,VE0',
54728npm verb headers vary: 'Accept',
54729npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54730npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54731npm verb headers connection: 'keep-alive' }
54732npm verb get saving cookiejar to /root/.npm/registry.npmjs.org/cookiejar/.cache.json
54733npm http fetch 200 http://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz
54734npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/formidable/-/formidable-1.0.14.tgz not in flight; adding
54735npm verb addTmpTarball already have metadata; skipping unpack for formidable@1.0.14
54736npm verb afterAdd /root/.npm/methods/0.0.1/package/package.json not in flight; writing
54737npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz not in flight; adding
54738npm verb addTmpTarball already have metadata; skipping unpack for reduce-component@1.0.1
54739npm verb afterAdd /root/.npm/extend/1.2.1/package/package.json not in flight; writing
54740npm verb afterAdd /root/.npm/methods/0.0.1/package/package.json written
54741npm verb afterAdd /root/.npm/mime/1.2.5/package/package.json not in flight; writing
54742npm verb cache add spec cookiejar@1.3.0
54743npm verb addNamed "1.3.0" is a plain semver version for cookiejar
54744npm verb addNameVersion registry:http://registry.npmjs.org/cookiejar not in flight; fetching
54745npm verb afterAdd /root/.npm/formidable/1.0.14/package/package.json not in flight; writing
54746npm verb afterAdd /root/.npm/extend/1.2.1/package/package.json written
54747npm verb afterAdd /root/.npm/mime/1.2.5/package/package.json written
54748npm verb get http://registry.npmjs.org/cookiejar not expired, no request
54749npm verb addRemoteTarball http://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz not in flight; adding
54750npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz',
54751npm verb addRemoteTarball 'dd00b35679021e99cbd4e855b9ad041913474765' ]
54752npm verb afterAdd /root/.npm/reduce-component/1.0.1/package/package.json not in flight; writing
54753npm verb afterAdd /root/.npm/formidable/1.0.14/package/package.json written
54754npm info retry fetch attempt 1 at 19:26:58
54755npm info attempt registry request try #1 at 19:26:58
54756npm http fetch GET http://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz
54757npm verb afterAdd /root/.npm/reduce-component/1.0.1/package/package.json written
54758npm http fetch 200 http://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz
54759npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz not in flight; adding
54760npm verb addTmpTarball already have metadata; skipping unpack for cookiejar@1.3.0
54761npm verb afterAdd /root/.npm/cookiejar/1.3.0/package/package.json not in flight; writing
54762npm verb afterAdd /root/.npm/cookiejar/1.3.0/package/package.json written
54763npm http 200 http://registry.npmjs.org/emitter-component
54764npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54765npm verb headers etag: '"8G2MW7M9HIQB4MWR3NKWCQFMQ"',
54766npm verb headers 'content-type': 'application/json',
54767npm verb headers 'cache-control': 'max-age=300',
54768npm verb headers 'content-length': '9094',
54769npm verb headers 'accept-ranges': 'bytes',
54770npm verb headers date: 'Tue, 29 Dec 2015 19:26:58 GMT',
54771npm verb headers age: '0',
54772npm verb headers 'x-served-by': 'cache-fra1242-FRA',
54773npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54774npm verb headers 'x-cache-hits': '1',
54775npm verb headers 'x-timer': 'S1451417217.925243,VS0,VE558',
54776npm verb headers vary: 'Accept',
54777npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54778npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54779npm verb headers connection: 'keep-alive' }
54780npm verb get saving emitter-component to /root/.npm/registry.npmjs.org/emitter-component/.cache.json
54781npm verb cache add spec emitter-component@1.0.0
54782npm verb addNamed "1.0.0" is a plain semver version for emitter-component
54783npm verb addNameVersion registry:http://registry.npmjs.org/emitter-component not in flight; fetching
54784npm verb get http://registry.npmjs.org/emitter-component not expired, no request
54785npm verb addRemoteTarball http://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz not in flight; adding
54786npm verb addRemoteTarball [ 'http://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz',
54787npm verb addRemoteTarball 'f04dd18fc3dc3e9a74cbc0f310b088666e4c016f' ]
54788npm info retry fetch attempt 1 at 19:26:58
54789npm info attempt registry request try #1 at 19:26:58
54790npm http fetch GET http://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz
54791npm http fetch 200 http://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz
54792npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz not in flight; adding
54793npm verb addTmpTarball already have metadata; skipping unpack for emitter-component@1.0.0
54794npm verb afterAdd /root/.npm/emitter-component/1.0.0/package/package.json not in flight; writing
54795npm verb afterAdd /root/.npm/emitter-component/1.0.0/package/package.json written
54796npm verb cache add spec chalk@^0.4.0
54797npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
54798npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
54799npm verb request uri http://registry.npmjs.org/date-time
54800npm verb request no auth needed
54801npm info attempt registry request try #1 at 19:26:58
54802npm http request GET http://registry.npmjs.org/date-time
54803npm verb request uri http://registry.npmjs.org/pretty-ms
54804npm verb request no auth needed
54805npm info attempt registry request try #1 at 19:26:58
54806npm http request GET http://registry.npmjs.org/pretty-ms
54807npm verb request uri http://registry.npmjs.org/chalk
54808npm verb request no auth needed
54809npm info attempt registry request try #1 at 19:26:58
54810npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
54811npm http request GET http://registry.npmjs.org/chalk
54812npm http 200 http://registry.npmjs.org/pretty-ms
54813npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54814npm verb headers etag: '"27IRYQZ4F9BMZF883EZ2ATQXX"',
54815npm verb headers 'content-type': 'application/json',
54816npm verb headers 'cache-control': 'max-age=300',
54817npm verb headers 'content-length': '18408',
54818npm verb headers 'accept-ranges': 'bytes',
54819npm verb headers date: 'Tue, 29 Dec 2015 19:26:58 GMT',
54820npm verb headers age: '252',
54821npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54822npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54823npm verb headers 'x-cache-hits': '390',
54824npm verb headers 'x-timer': 'S1451417218.657742,VS0,VE0',
54825npm verb headers vary: 'Accept',
54826npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54827npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54828npm verb headers connection: 'keep-alive' }
54829npm verb get saving pretty-ms to /root/.npm/registry.npmjs.org/pretty-ms/.cache.json
54830npm http 200 http://registry.npmjs.org/date-time
54831npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54832npm verb headers etag: '"DVE9BCBXQHFHPHZGO06R6RJ2I"',
54833npm verb headers 'content-type': 'application/json',
54834npm verb headers 'cache-control': 'max-age=300',
54835npm verb headers 'content-length': '4394',
54836npm verb headers 'accept-ranges': 'bytes',
54837npm verb headers date: 'Tue, 29 Dec 2015 19:26:58 GMT',
54838npm verb headers age: '192',
54839npm verb headers 'x-served-by': 'cache-fra1242-FRA',
54840npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54841npm verb headers 'x-cache-hits': '1',
54842npm verb headers 'x-timer': 'S1451417218.658051,VS0,VE0',
54843npm verb headers vary: 'Accept',
54844npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54845npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54846npm verb headers connection: 'keep-alive' }
54847npm verb get saving date-time to /root/.npm/registry.npmjs.org/date-time/.cache.json
54848npm http 304 http://registry.npmjs.org/chalk
54849npm verb headers { date: 'Tue, 29 Dec 2015 19:26:58 GMT',
54850npm verb headers 'cache-control': 'max-age=300',
54851npm verb headers etag: '"5MXWQX9JC99PF4Q10DE8PA4EH"',
54852npm verb headers age: '181',
54853npm verb headers 'x-served-by': 'cache-fra1235-FRA',
54854npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54855npm verb headers 'x-cache-hits': '9',
54856npm verb headers 'x-timer': 'S1451417218.676387,VS0,VE0',
54857npm verb headers vary: 'Accept',
54858npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54859npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54860npm verb headers connection: 'keep-alive' }
54861npm verb etag http://registry.npmjs.org/chalk from cache
54862npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
54863npm verb cache add spec pretty-ms@^0.1.0
54864npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for pretty-ms
54865npm verb addNameRange registry:http://registry.npmjs.org/pretty-ms not in flight; fetching
54866npm verb cache add spec date-time@^0.1.0
54867npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for date-time
54868npm verb addNameRange registry:http://registry.npmjs.org/date-time not in flight; fetching
54869npm verb addNamed "0.4.0" is a plain semver version for chalk
54870npm verb get http://registry.npmjs.org/date-time not expired, no request
54871npm verb addNamed "0.1.1" is a plain semver version for date-time
54872npm verb get http://registry.npmjs.org/pretty-ms not expired, no request
54873npm verb addNamed "0.1.0" is a plain semver version for pretty-ms
54874npm verb addRemoteTarball http://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz not in flight; adding
54875npm verb addRemoteTarball [ 'http://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz',
54876npm verb addRemoteTarball 'ed2f6d93d9790ce2fd66d5b5ff3edd5bbcbf3b07' ]
54877npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
54878npm verb addRemoteTarball http://registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz not in flight; adding
54879npm verb addRemoteTarball [ 'http://registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz',
54880npm verb addRemoteTarball '7c69cc866ba6794e9eef0168feeeade0bafa7e22' ]
54881npm info retry fetch attempt 1 at 19:26:58
54882npm info attempt registry request try #1 at 19:26:58
54883npm http fetch GET http://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz
54884npm info retry fetch attempt 1 at 19:26:58
54885npm info attempt registry request try #1 at 19:26:58
54886npm http fetch GET http://registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz
54887npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
54888npm http fetch 200 http://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz
54889npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/date-time/-/date-time-0.1.1.tgz not in flight; adding
54890npm verb addTmpTarball already have metadata; skipping unpack for date-time@0.1.1
54891npm verb afterAdd /root/.npm/date-time/0.1.1/package/package.json not in flight; writing
54892npm http fetch 200 http://registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz
54893npm verb afterAdd /root/.npm/date-time/0.1.1/package/package.json written
54894npm verb addTmpTarball /tmp/npm-6-6af00ed9/registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz not in flight; adding
54895npm verb addTmpTarball already have metadata; skipping unpack for pretty-ms@0.1.0
54896npm verb afterAdd /root/.npm/pretty-ms/0.1.0/package/package.json not in flight; writing
54897npm verb afterAdd /root/.npm/pretty-ms/0.1.0/package/package.json written
54898npm verb cache add spec ansi-styles@~1.0.0
54899npm verb cache add spec strip-ansi@~0.1.0
54900npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
54901npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
54902npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
54903npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
54904npm verb request uri http://registry.npmjs.org/ansi-styles
54905npm verb request no auth needed
54906npm info attempt registry request try #1 at 19:26:58
54907npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
54908npm http request GET http://registry.npmjs.org/ansi-styles
54909npm verb request uri http://registry.npmjs.org/strip-ansi
54910npm verb request no auth needed
54911npm info attempt registry request try #1 at 19:26:58
54912npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
54913npm http request GET http://registry.npmjs.org/strip-ansi
54914npm http 304 http://registry.npmjs.org/strip-ansi
54915npm verb headers { date: 'Tue, 29 Dec 2015 19:26:58 GMT',
54916npm verb headers 'cache-control': 'max-age=300',
54917npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
54918npm verb headers age: '21',
54919npm verb headers 'x-served-by': 'cache-fra1235-FRA',
54920npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54921npm verb headers 'x-cache-hits': '3',
54922npm verb headers 'x-timer': 'S1451417218.889987,VS0,VE0',
54923npm verb headers vary: 'Accept',
54924npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54925npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54926npm verb headers connection: 'keep-alive' }
54927npm verb etag http://registry.npmjs.org/strip-ansi from cache
54928npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
54929npm http 304 http://registry.npmjs.org/ansi-styles
54930npm verb headers { date: 'Tue, 29 Dec 2015 19:26:58 GMT',
54931npm verb headers 'cache-control': 'max-age=300',
54932npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
54933npm verb headers age: '33',
54934npm verb headers 'x-served-by': 'cache-fra1242-FRA',
54935npm verb headers 'x-cache': 'HIT, MISS from atomic01.kolabsys.com',
54936npm verb headers 'x-cache-hits': '1',
54937npm verb headers 'x-timer': 'S1451417218.890125,VS0,VE0',
54938npm verb headers vary: 'Accept',
54939npm verb headers 'x-cache-lookup': 'MISS from atomic01.kolabsys.com:3129',
54940npm verb headers via: '1.1 varnish, 1.1 atomic01.kolabsys.com (squid/3.3.8)',
54941npm verb headers connection: 'keep-alive' }
54942npm verb etag http://registry.npmjs.org/ansi-styles from cache
54943npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
54944npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
54945npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
54946npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
54947npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
54948npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
54949npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
54950npm verb makeDirectory /root/.npm/_locks creation not in flight; initializing
54951npm verb lock using /root/.npm/_locks/staging-49e37be2827399f3.lock for /var/www/manticore.git/node_modules/.staging
54952npm verb unbuild node_modules/.staging/CSSwhat-2da6d84c
54953npm verb unbuild node_modules/.staging/abbrev-f12d5562
54954npm verb unbuild node_modules/.staging/accessibility-developer-tools-e894e846
54955npm verb unbuild node_modules/.staging/adm-zip-e38eec03
54956npm verb unbuild node_modules/.staging/after-bc5589ff
54957npm verb unbuild node_modules/.staging/amdefine-267588de
54958npm verb unbuild node_modules/.staging/ansi-regex-a410f7e8
54959npm verb unbuild node_modules/.staging/ansi-styles-7e0db658
54960npm verb unbuild node_modules/.staging/ansi-wrap-4d1bfd9b
54961npm verb unbuild node_modules/.staging/ansi-green-4adeead4
54962npm verb unbuild node_modules/.staging/archy-43430d37
54963npm verb unbuild node_modules/.staging/underscore.string-269631c6
54964npm verb unbuild node_modules/.staging/arr-flatten-dfe1060e
54965npm verb unbuild node_modules/.staging/arr-diff-af4d64e0
54966npm verb unbuild node_modules/.staging/array-filter-3be2e4e8
54967npm verb unbuild node_modules/.staging/array-flatten-d50542c7
54968npm verb unbuild node_modules/.staging/array-map-0138963a
54969npm verb unbuild node_modules/.staging/array-reduce-8a12d111
54970npm verb unbuild node_modules/.staging/array-unique-9dc3d14a
54971npm verb unbuild node_modules/.staging/arraybuffer.slice-55481626
54972npm verb unbuild node_modules/.staging/arrify-9ac595d4
54973npm verb unbuild node_modules/.staging/asn1-c26ebd3e
54974npm verb unbuild node_modules/.staging/assert-plus-0edb3b45
54975npm verb unbuild node_modules/.staging/async-each-94d3cc63
54976npm verb unbuild node_modules/.staging/aws-sign2-f3e98050
54977npm verb unbuild node_modules/.staging/backo2-2f7d12d5
54978npm verb unbuild node_modules/.staging/balanced-match-2caf4fcd
54979npm verb unbuild node_modules/.staging/base64-arraybuffer-3b76cf1c
54980npm verb unbuild node_modules/.staging/base64-js-a0a08d73
54981npm verb unbuild node_modules/.staging/base64-url-e4512272
54982npm verb unbuild node_modules/.staging/base64id-4b9bccf8
54983npm verb unbuild node_modules/.staging/basic-auth-e488c2d2
54984npm verb unbuild node_modules/.staging/basic-auth-connect-475b37de
54985npm verb unbuild node_modules/.staging/batch-6bf69da7
54986npm verb unbuild node_modules/.staging/bcryptjs-c272d6c0
54987npm verb unbuild node_modules/.staging/benchmark-32a9040d
54988npm verb unbuild node_modules/.staging/big-integer-208106ea
54989npm verb unbuild node_modules/.staging/binary-extensions-e1ce8e39
54990npm verb unbuild node_modules/.staging/bindings-6e622d6c
54991npm verb unbuild node_modules/.staging/blob-f59f0b52
54992npm verb unbuild node_modules/.staging/bluebird-79df282b
54993npm verb unbuild node_modules/.staging/bn.js-efd25ecb
54994npm verb unbuild node_modules/.staging/boolbase-2e66aa3c
54995npm verb unbuild node_modules/.staging/graceful-fs-b693ab51
54996npm verb unbuild node_modules/.staging/minimist-a45a9b76
54997npm verb unbuild node_modules/.staging/bower-endpoint-parser-13df85c7
54998npm verb unbuild node_modules/.staging/graceful-fs-86ce23b1
54999npm verb unbuild node_modules/.staging/bower-logger-5f9207e6
55000npm verb unbuild node_modules/.staging/osenv-c3a613b0
55001npm verb unbuild node_modules/.staging/asn1-a938f671
55002npm verb unbuild node_modules/.staging/assert-plus-94acf699
55003npm verb unbuild node_modules/.staging/async-57057198
55004npm verb unbuild node_modules/.staging/caseless-b22fc638
55005npm verb unbuild node_modules/.staging/delayed-stream-7b8aa4d5
55006npm verb unbuild node_modules/.staging/combined-stream-0b50ba76
55007npm verb unbuild node_modules/.staging/forever-agent-c02d8406
55008npm verb unbuild node_modules/.staging/async-1d6fc621
55009npm verb unbuild node_modules/.staging/graceful-fs-c9e3bacf
55010npm verb unbuild node_modules/.staging/hoek-f426f1d6
55011npm verb unbuild node_modules/.staging/boom-9d029782
55012npm verb unbuild node_modules/.staging/cryptiles-460438ea
55013npm verb unbuild node_modules/.staging/lru-cache-70f325e9
55014npm verb unbuild node_modules/.staging/oauth-sign-723251dd
55015npm verb unbuild node_modules/.staging/qs-34f64c50
55016npm verb unbuild node_modules/.staging/sntp-803aae32
55017npm verb unbuild node_modules/.staging/hawk-8a9e5e9c
55018npm verb unbuild node_modules/.staging/bplist-parser-0d2357c5
55019npm verb unbuild node_modules/.staging/minimist-13a90d4f
55020npm verb unbuild node_modules/.staging/buffer-crc32-084e65d6
55021npm verb unbuild node_modules/.staging/buffer-equal-constant-time-d52decbf
55022npm verb unbuild node_modules/.staging/buffers-65a03033
55023npm verb unbuild node_modules/.staging/builtin-modules-7e9b589c
55024npm verb unbuild node_modules/.staging/callsite-705f0e02
55025npm verb unbuild node_modules/.staging/bytes-ae8f5305
55026npm verb unbuild node_modules/.staging/better-assert-51398f8c
55027npm verb unbuild node_modules/.staging/camelcase-c3ef2109
55028npm verb unbuild node_modules/.staging/caniuse-db-45c9a237
55029npm verb unbuild node_modules/.staging/caseless-9e009108
55030npm verb unbuild node_modules/.staging/cdnjs-cdn-data-45f117b7
55031npm verb unbuild node_modules/.staging/traverse-abdc7249
55032npm verb unbuild node_modules/.staging/chainsaw-f53aeada
55033npm verb unbuild node_modules/.staging/binary-b052a454
55034npm verb unbuild node_modules/.staging/character-parser-c8901318
55035npm verb unbuild node_modules/.staging/charenc-cb0b4076
55036npm verb unbuild node_modules/.staging/entities-cb41437e
55037npm verb unbuild node_modules/.staging/underscore-317b67a8
55038npm verb unbuild node_modules/.staging/chmodr-033c3d0e
55039npm verb unbuild node_modules/.staging/graceful-fs-9cc74e24
55040npm verb unbuild node_modules/.staging/commander-5f65f366
55041npm verb unbuild node_modules/.staging/co-093c432c
55042npm verb unbuild node_modules/.staging/colors-ce467609
55043npm verb unbuild node_modules/.staging/commander-aca17f96
55044npm verb unbuild node_modules/.staging/component-bind-658fb947
55045npm verb unbuild node_modules/.staging/component-emitter-bb43f31a
55046npm verb unbuild node_modules/.staging/component-inherit-ee08586f
55047npm verb unbuild node_modules/.staging/compressible-f0f61063
55048npm verb unbuild node_modules/.staging/concat-map-52656bb5
55049npm verb unbuild node_modules/.staging/brace-expansion-f9ce01c0
55050npm verb unbuild node_modules/.staging/minimatch-b5e16a67
55051npm verb unbuild node_modules/.staging/graceful-fs-78424534
55052npm verb unbuild node_modules/.staging/lodash-db68d9f0
55053npm verb unbuild node_modules/.staging/minimist-457e7491
55054npm verb unbuild node_modules/.staging/object-assign-b4b325ab
55055npm verb unbuild node_modules/.staging/uuid-8aeab4c3
55056npm verb unbuild node_modules/.staging/connect-livereload-4630fbb4
55057npm verb unbuild node_modules/.staging/ms-86981bf9
55058npm verb unbuild node_modules/.staging/debug-5c17a76a
55059npm verb unbuild node_modules/.staging/debug-7ee3fcfc
55060npm verb unbuild node_modules/.staging/debug-9e660925
55061npm verb unbuild node_modules/.staging/debug-ad6791c6
55062npm verb unbuild node_modules/.staging/debug-117cd50c
55063npm verb unbuild node_modules/.staging/debug-9eef6341
55064npm verb unbuild node_modules/.staging/debug-170cc9ea
55065npm verb unbuild node_modules/.staging/debug-19259e8f
55066npm verb unbuild node_modules/.staging/bytes-09f546b2
55067npm verb unbuild node_modules/.staging/cookie-signature-01b17b6e
55068npm verb unbuild node_modules/.staging/cookie-66e016f2
55069npm verb unbuild node_modules/.staging/cookie-parser-b4d5cbd8
55070npm verb unbuild node_modules/.staging/depd-ed9cda02
55071npm verb unbuild node_modules/.staging/escape-html-72112b5a
55072npm verb unbuild node_modules/.staging/fresh-21063a14
55073npm verb unbuild node_modules/.staging/fresh-3d7cb9b9
55074npm verb unbuild node_modules/.staging/iconv-lite-53088879
55075npm verb unbuild node_modules/.staging/media-typer-993e1dad
55076npm verb unbuild node_modules/.staging/methods-d9218e89
55077npm verb unbuild node_modules/.staging/methods-dac6bbb1
55078npm verb unbuild node_modules/.staging/mime-db-f1d9fb54
55079npm verb unbuild node_modules/.staging/mime-db-e1ce5019
55080npm verb unbuild node_modules/.staging/mime-db-a40190ff
55081npm verb unbuild node_modules/.staging/mime-db-12ee817c
55082npm verb unbuild node_modules/.staging/mime-db-fa1b165b
55083npm verb unbuild node_modules/.staging/compressible-22fceefe
55084npm verb unbuild node_modules/.staging/mime-types-1b214033
55085npm verb unbuild node_modules/.staging/mime-types-a001197a
55086npm verb unbuild node_modules/.staging/mime-types-08409469
55087npm verb unbuild node_modules/.staging/mime-types-25a9724e
55088npm verb unbuild node_modules/.staging/mime-types-979c8f02
55089npm verb unbuild node_modules/.staging/ms-63617519
55090npm verb unbuild node_modules/.staging/negotiator-52701839
55091npm verb unbuild node_modules/.staging/negotiator-9db3cd91
55092npm verb unbuild node_modules/.staging/negotiator-c4c50345
55093npm verb unbuild node_modules/.staging/accepts-91c366db
55094npm verb unbuild node_modules/.staging/accepts-3a2329ec
55095npm verb unbuild node_modules/.staging/accepts-79a6b672
55096npm verb unbuild node_modules/.staging/errorhandler-d9a6680e
55097npm verb unbuild node_modules/.staging/parseurl-ec1509f1
55098npm verb unbuild node_modules/.staging/parseurl-314ee529
55099npm verb unbuild node_modules/.staging/parseurl-dc95cc99
55100npm verb unbuild node_modules/.staging/pause-38959651
55101npm verb unbuild node_modules/.staging/qs-a6108b81
55102npm verb unbuild node_modules/.staging/range-parser-e39cfffc
55103npm verb unbuild node_modules/.staging/iconv-lite-f5af036a
55104npm verb unbuild node_modules/.staging/bytes-d580064f
55105npm verb unbuild node_modules/.staging/type-is-3c0261e6
55106npm verb unbuild node_modules/.staging/type-is-95d9a985
55107npm verb unbuild node_modules/.staging/content-disposition-541a3539
55108npm verb unbuild node_modules/.staging/content-type-cd4e3150
55109npm verb unbuild node_modules/.staging/convert-source-map-5a92e77b
55110npm verb unbuild node_modules/.staging/cookie-82e5ad57
55111npm verb unbuild node_modules/.staging/cookie-signature-c077e3d8
55112npm verb unbuild node_modules/.staging/cookiejar-9e87ed30
55113npm verb unbuild node_modules/.staging/core-util-is-83758450
55114npm verb unbuild node_modules/.staging/crc-9724b972
55115npm verb unbuild node_modules/.staging/crypt-5b57dcfe
55116npm verb unbuild node_modules/.staging/css-parse-0e9a5ce0
55117npm verb unbuild node_modules/.staging/css-stringify-1d1fd68b
55118npm verb unbuild node_modules/.staging/css-f33bf0d3
55119npm verb unbuild node_modules/.staging/cookie-8f557928
55120npm verb unbuild node_modules/.staging/cookie-signature-a92c6a00
55121npm verb unbuild node_modules/.staging/ctype-0b0363a9
55122npm verb unbuild node_modules/.staging/http-signature-a47c17cf
55123npm verb unbuild node_modules/.staging/assert-plus-712fd682
55124npm verb unbuild node_modules/.staging/dashdash-aa8fc4cd
55125npm verb unbuild node_modules/.staging/date-now-8e62954f
55126npm verb unbuild node_modules/.staging/console-browserify-ab5fb8de
55127npm verb unbuild node_modules/.staging/date-time-45fed545
55128npm verb unbuild node_modules/.staging/dateformat-cb799797
55129npm verb unbuild node_modules/.staging/graceful-fs-e3a5d03e
55130npm verb unbuild node_modules/.staging/q-53e6023e
55131npm verb unbuild node_modules/.staging/get-stdin-3734726d
55132npm verb unbuild node_modules/.staging/deep-equal-908cbfe4
55133npm verb unbuild node_modules/.staging/deep-extend-aa256b2c
55134npm verb unbuild node_modules/.staging/camelcase-dd90bf7f
55135npm verb unbuild node_modules/.staging/object-assign-416cd240
55136npm verb unbuild node_modules/.staging/defined-bedcb9ad
55137npm verb unbuild node_modules/.staging/delayed-stream-8aef7b90
55138npm verb unbuild node_modules/.staging/combined-stream-d110bfce
55139npm verb unbuild node_modules/.staging/depd-9106b5e3
55140npm verb unbuild node_modules/.staging/di-7831dc48
55141npm verb unbuild node_modules/.staging/diff-af55dded
55142npm verb unbuild node_modules/.staging/domelementtype-3084dd12
55143npm verb unbuild node_modules/.staging/destroy-7f86428c
55144npm verb unbuild node_modules/.staging/entities-1a5656fc
55145npm verb unbuild node_modules/.staging/dom-serializer-82be28d2
55146npm verb unbuild node_modules/.staging/domelementtype-e193f92e
55147npm verb unbuild node_modules/.staging/domutils-f940c9d5
55148npm verb unbuild node_modules/.staging/domhandler-fe17f15d
55149npm verb unbuild node_modules/.staging/domutils-7c595c15
55150npm verb unbuild node_modules/.staging/domhandler-7a9f691b
55151npm verb unbuild node_modules/.staging/domutils-dee94009
55152npm verb unbuild node_modules/.staging/get-stdin-2a9dfa34
55153npm verb unbuild node_modules/.staging/dtrace-provider-d732f0e4
55154npm verb unbuild node_modules/.staging/duplexer-f746760c
55155npm verb unbuild node_modules/.staging/nan-c6e08435
55156npm verb unbuild node_modules/.staging/each-async-333283e9
55157npm verb unbuild node_modules/.staging/ee-first-77b0c532
55158npm verb unbuild node_modules/.staging/emitter-component-d4b56992
55159npm verb unbuild node_modules/.staging/commander-115e11ed
55160npm verb unbuild node_modules/.staging/parseuri-a912ab4c
55161npm verb unbuild node_modules/.staging/nan-fb4d3294
55162npm verb unbuild node_modules/.staging/xmlhttprequest-68ed6536
55163npm verb unbuild node_modules/.staging/entities-ed7c4321
55164npm verb unbuild node_modules/.staging/es6-promise-4312d2a5
55165npm verb unbuild node_modules/.staging/es6-symbol-53a952e1
55166npm verb unbuild node_modules/.staging/es5-ext-0fc5fe2b
55167npm verb unbuild node_modules/.staging/d-b7a230c8
55168npm verb unbuild node_modules/.staging/es6-iterator-75c7e39a
55169npm verb unbuild node_modules/.staging/es6-symbol-6cf39264
55170npm verb unbuild node_modules/.staging/es6-iterator-297de113
55171npm verb unbuild node_modules/.staging/es6-weak-map-4358a268
55172npm verb unbuild node_modules/.staging/escape-string-regexp-8ac2d854
55173npm verb unbuild node_modules/.staging/escape-html-866e0a58
55174npm verb unbuild node_modules/.staging/decamelize-217afc4f
55175npm verb unbuild node_modules/.staging/etag-56c844ad
55176npm verb unbuild node_modules/.staging/serve-favicon-86d1178f
55177npm verb unbuild node_modules/.staging/event-emitter-00196a84
55178npm verb unbuild node_modules/.staging/eventemitter2-b3dc34dd
55179npm verb unbuild node_modules/.staging/exit-06b6844c
55180npm verb unbuild node_modules/.staging/expand-brackets-ce545d6e
55181npm verb unbuild node_modules/.staging/async-0756b4ec
55182npm verb unbuild node_modules/.staging/bin-check-6973bf92
55183npm verb unbuild node_modules/.staging/cookie-b70cc231
55184npm verb unbuild node_modules/.staging/debug-c77be11b
55185npm verb unbuild node_modules/.staging/express-unless-1a57169d
55186npm verb unbuild node_modules/.staging/debug-be5c11b0
55187npm verb unbuild node_modules/.staging/negotiator-4f236357
55188npm verb unbuild node_modules/.staging/underscore.string-e14d63fb
55189npm verb unbuild node_modules/.staging/extend-ebf3b6ae
55190npm verb unbuild node_modules/.staging/extsprintf-30e46e1d
55191npm verb unbuild node_modules/.staging/faye-websocket-3206d0e1
55192npm verb unbuild node_modules/.staging/figures-153983d6
55193npm verb unbuild node_modules/.staging/filename-regex-c50de49f
55194npm verb unbuild node_modules/.staging/escape-html-f0b62a52
55195npm verb unbuild node_modules/.staging/ms-0907f8c2
55196npm verb unbuild node_modules/.staging/find-file-2dbcdf75
55197npm verb unbuild node_modules/.staging/flushwritable-4e2dcd14
55198npm verb unbuild node_modules/.staging/for-in-86be0a66
55199npm verb unbuild node_modules/.staging/for-own-bd0f2164
55200npm verb unbuild node_modules/.staging/forever-agent-8233fd19
55201npm verb unbuild node_modules/.staging/async-5a4c1864
55202npm verb unbuild node_modules/.staging/form-data-8ce7846c
55203npm verb unbuild node_modules/.staging/formidable-265db474
55204npm verb unbuild node_modules/.staging/forwarded-69f9508b
55205npm verb unbuild node_modules/.staging/fresh-9b95df6b
55206npm verb unbuild node_modules/.staging/minimist-6619b182
55207npm verb unbuild node_modules/.staging/graceful-fs-7fe2b486
55208npm verb unbuild node_modules/.staging/minimist-31fa44cf
55209npm verb unbuild node_modules/.staging/minimist-78cf04d1
55210npm verb unbuild node_modules/.staging/graceful-fs-41742a2c
55211npm verb unbuild node_modules/.staging/generate-function-033982fc
55212npm verb unbuild node_modules/.staging/get-stdin-bc7293a6
55213npm verb unbuild node_modules/.staging/getobject-c62d4014
55214npm verb unbuild node_modules/.staging/global-374d4e73
55215npm verb unbuild node_modules/.staging/inherits-d217b067
55216npm verb unbuild node_modules/.staging/lodash-034d586f
55217npm verb unbuild node_modules/.staging/google-cdn-data-f2ebaccb
55218npm verb unbuild node_modules/.staging/ansi-regex-3d6bef75
55219npm verb unbuild node_modules/.staging/ansi-styles-922eff6f
55220npm verb unbuild node_modules/.staging/asn1-2bdb314a
55221npm verb unbuild node_modules/.staging/assert-plus-d60ec99f
55222npm verb unbuild node_modules/.staging/async-a284a379
55223npm verb unbuild node_modules/.staging/caseless-27913bb5
55224npm verb unbuild node_modules/.staging/delayed-stream-dd72af88
55225npm verb unbuild node_modules/.staging/combined-stream-699c6989
55226npm verb unbuild node_modules/.staging/forever-agent-a0d558d7
55227npm verb unbuild node_modules/.staging/graceful-fs-49361323
55228npm verb unbuild node_modules/.staging/graceful-fs-f02ed013
55229npm verb unbuild node_modules/.staging/hoek-8c4acd29
55230npm verb unbuild node_modules/.staging/boom-55a5085d
55231npm verb unbuild node_modules/.staging/cryptiles-ec6e2171
55232npm verb unbuild node_modules/.staging/http-signature-0251f18d
55233npm verb unbuild node_modules/.staging/minimist-018e78f9
55234npm verb unbuild node_modules/.staging/oauth-sign-4d8af44e
55235npm verb unbuild node_modules/.staging/q-d076dc6a
55236npm verb unbuild node_modules/.staging/qs-9a7cda18
55237npm verb unbuild node_modules/.staging/sntp-e7fd4729
55238npm verb unbuild node_modules/.staging/hawk-1bfafc08
55239npm verb unbuild node_modules/.staging/chalk-512e9a87
55240npm verb unbuild node_modules/.staging/object-assign-8f28fa39
55241npm verb unbuild node_modules/.staging/got-1d0008a5
55242npm verb unbuild node_modules/.staging/ext-list-8491c35b
55243npm verb unbuild node_modules/.staging/graceful-fs-f0a0db1f
55244npm verb unbuild node_modules/.staging/graceful-readlink-e0f03b21
55245npm verb unbuild node_modules/.staging/growl-bb8975c2
55246npm verb unbuild node_modules/.staging/ansi-styles-4ffd53aa
55247npm verb unbuild node_modules/.staging/async-0d838263
55248npm verb unbuild node_modules/.staging/grunt-contrib-clean-4c96b3d6
55249npm verb unbuild node_modules/.staging/ansi-styles-9b18b8c8
55250npm verb unbuild node_modules/.staging/grunt-contrib-copy-2f210885
55251npm verb unbuild node_modules/.staging/ansi-styles-1776d44b
55252npm verb unbuild node_modules/.staging/ansi-styles-ffb46cce
55253npm verb unbuild node_modules/.staging/html-minifier-6dad29d0
55254npm verb unbuild node_modules/.staging/async-b1e25be5
55255npm verb unbuild node_modules/.staging/ansi-styles-dd1ce037
55256npm verb unbuild node_modules/.staging/ansi-styles-2a64b152
55257npm verb unbuild node_modules/.staging/async-0ac204b8
55258npm verb unbuild node_modules/.staging/lodash-24676fe2
55259npm verb unbuild node_modules/.staging/ansi-styles-1f73653d
55260npm verb unbuild node_modules/.staging/async-90adcfc1
55261npm verb unbuild node_modules/.staging/grunt-express-server-b4ad670a
55262npm verb unbuild node_modules/.staging/ansi-regex-674887a5
55263npm verb unbuild node_modules/.staging/ansi-styles-61c365d5
55264npm verb unbuild node_modules/.staging/chalk-4cb47f90
55265npm verb unbuild node_modules/.staging/underscore.string-9944367a
55266npm verb unbuild node_modules/.staging/underscore.string-3ba91df1
55267npm verb unbuild node_modules/.staging/async-e8827d36
55268npm verb unbuild node_modules/.staging/lodash-10c72a91
55269npm verb unbuild node_modules/.staging/zlib-browserify-41a88d22
55270npm verb unbuild node_modules/.staging/grunt-lib-contrib-db194074
55271npm verb unbuild node_modules/.staging/async-68b903c0
55272npm verb unbuild node_modules/.staging/grunt-newer-2677c865
55273npm verb unbuild node_modules/.staging/xtend-8b588e81
55274npm verb unbuild node_modules/.staging/ansi-styles-338d4b44
55275npm verb unbuild node_modules/.staging/ansi-regex-e21c6c81
55276npm verb unbuild node_modules/.staging/ansi-styles-dded5bc1
55277npm verb unbuild node_modules/.staging/ms-79e825d8
55278npm verb unbuild node_modules/.staging/debug-0510da93
55279npm verb unbuild node_modules/.staging/chalk-5152f28e
55280npm verb unbuild node_modules/.staging/ansi-regex-6c53599c
55281npm verb unbuild node_modules/.staging/ansi-styles-8de6919d
55282npm verb unbuild node_modules/.staging/minimatch-16d52979
55283npm verb unbuild node_modules/.staging/chalk-3a09b4a4
55284npm verb unbuild node_modules/.staging/async-616565a1
55285npm verb unbuild node_modules/.staging/iconv-lite-2f62dea2
55286npm verb unbuild node_modules/.staging/inherits-d5fd9054
55287npm verb unbuild node_modules/.staging/lodash-56890ab9
55288npm verb unbuild node_modules/.staging/async-0beb7ad0
55289npm verb unbuild node_modules/.staging/bluebird-ecfc5c8a
55290npm verb unbuild node_modules/.staging/commander-18bfd846
55291npm verb unbuild node_modules/.staging/has-ansi-6932a104
55292npm verb unbuild node_modules/.staging/has-color-3fddf883
55293npm verb unbuild node_modules/.staging/chalk-632bfc61
55294npm verb unbuild node_modules/.staging/chalk-104f742c
55295npm verb unbuild node_modules/.staging/chalk-28a516ff
55296npm verb unbuild node_modules/.staging/chalk-f99a4c39
55297npm verb unbuild node_modules/.staging/chalk-36b35775
55298npm verb unbuild node_modules/.staging/chalk-4943addb
55299npm verb unbuild node_modules/.staging/chalk-f4cd5333
55300npm verb unbuild node_modules/.staging/grunt-contrib-concat-c2d2c62e
55301npm verb unbuild node_modules/.staging/chalk-0d1cc290
55302npm verb unbuild node_modules/.staging/has-cors-68bfe3fe
55303npm verb unbuild node_modules/.staging/headless-4e2cb3c4
55304npm verb unbuild node_modules/.staging/hoek-d274c6c0
55305npm verb unbuild node_modules/.staging/boom-222a0146
55306npm verb unbuild node_modules/.staging/cryptiles-8d3bd819
55307npm verb unbuild node_modules/.staging/hooker-48b06343
55308npm verb unbuild node_modules/.staging/hooks-fixed-10e43d50
55309npm verb unbuild node_modules/.staging/hosted-git-info-15498999
55310npm verb unbuild node_modules/.staging/html-entities-1122232e
55311npm verb unbuild node_modules/.staging/minimist-d2fe9457
55312npm verb unbuild node_modules/.staging/pkginfo-115403f8
55313npm verb unbuild node_modules/.staging/asn1-5326439c
55314npm verb unbuild node_modules/.staging/assert-plus-1051e617
55315npm verb unbuild node_modules/.staging/http-signature-ab59db17
55316npm verb unbuild node_modules/.staging/i-9fead3df
55317npm verb unbuild node_modules/.staging/iconv-lite-7d8a4ed8
55318npm verb unbuild node_modules/.staging/jsonfile-47f7f809
55319npm verb unbuild node_modules/.staging/minimist-07c8ae30
55320npm verb unbuild node_modules/.staging/indexof-074ed44c
55321npm verb unbuild node_modules/.staging/inherit-79467e44
55322npm verb unbuild node_modules/.staging/inherits-b8f89076
55323npm verb unbuild node_modules/.staging/fstream-fdf7cfdf
55324npm verb unbuild node_modules/.staging/block-stream-fd845bc3
55325npm verb unbuild node_modules/.staging/ini-1ccebc15
55326npm verb unbuild node_modules/.staging/ansi-regex-d93afa63
55327npm verb unbuild node_modules/.staging/ansi-styles-dd0a411c
55328npm verb unbuild node_modules/.staging/chalk-0b6984f9
55329npm verb unbuild node_modules/.staging/ansi-regex-a64d26c9
55330npm verb unbuild node_modules/.staging/ansi-styles-ab360580
55331npm verb unbuild node_modules/.staging/async-32ce7889
55332npm verb unbuild node_modules/.staging/chalk-cb204643
55333npm verb unbuild node_modules/.staging/intersect-68b63877
55334npm verb unbuild node_modules/.staging/bower-json-49715211
55335npm verb unbuild node_modules/.staging/ipaddr.js-8c95b273
55336npm verb unbuild node_modules/.staging/is-arrayish-af92cbf1
55337npm verb unbuild node_modules/.staging/error-ex-0b44cb8c
55338npm verb unbuild node_modules/.staging/is-binary-path-1047d7e8
55339npm verb unbuild node_modules/.staging/is-bmp-120ba3da
55340npm verb unbuild node_modules/.staging/is-buffer-dc9a1c36
55341npm verb unbuild node_modules/.staging/is-builtin-module-31934d44
55342npm verb unbuild node_modules/.staging/is-dotfile-dc6422c3
55343npm verb unbuild node_modules/.staging/is-extendable-4932e0fc
55344npm verb unbuild node_modules/.staging/is-extglob-7aea9d18
55345npm verb unbuild node_modules/.staging/is-gif-8a9aa0a2
55346npm verb unbuild node_modules/.staging/is-glob-2aa96e31
55347npm verb unbuild node_modules/.staging/glob-parent-a392aa50
55348npm verb unbuild node_modules/.staging/glob-base-f3161459
55349npm verb unbuild node_modules/.staging/is-jpg-0ce7e7c4
55350npm verb unbuild node_modules/.staging/is-jxr-4d164a75
55351npm verb unbuild node_modules/.staging/is-png-c7ac6d74
55352npm verb unbuild node_modules/.staging/is-primitive-eba92e42
55353npm verb unbuild node_modules/.staging/is-equal-shallow-132dca3a
55354npm verb unbuild node_modules/.staging/is-promise-561e20f7
55355npm verb unbuild node_modules/.staging/is-property-2c1157ec
55356npm verb unbuild node_modules/.staging/generate-object-property-b5db8d74
55357npm verb unbuild node_modules/.staging/is-psd-a92b7645
55358npm verb unbuild node_modules/.staging/is-root-868d55a7
55359npm verb unbuild node_modules/.staging/is-svg-bc94648d
55360npm verb unbuild node_modules/.staging/is-tif-f967e756
55361npm verb unbuild node_modules/.staging/is-utf8-4c4a0a2f
55362npm verb unbuild node_modules/.staging/is-webp-32ec5ea6
55363npm verb unbuild node_modules/.staging/has-binary-eca38f64
55364npm verb unbuild node_modules/.staging/isarray-1e4d8727
55365npm verb unbuild node_modules/.staging/has-binary-data-6792f4cc
55366npm verb unbuild node_modules/.staging/isobject-df492aff
55367npm verb unbuild node_modules/.staging/isstream-047905a8
55368npm verb unbuild node_modules/.staging/jasmine-core-d674a27b
55369npm verb unbuild node_modules/.staging/jasminewd-734f2f9b
55370npm verb unbuild node_modules/.staging/jasminewd2-f5690671
55371npm verb unbuild node_modules/.staging/jit-grunt-3a9b4ef0
55372npm verb unbuild node_modules/.staging/ansi-styles-d471d85c
55373npm verb unbuild node_modules/.staging/chalk-12f565db
55374npm verb unbuild node_modules/.staging/underscore-efb4381b
55375npm verb unbuild node_modules/.staging/json-schema-e46a2ed5
55376npm verb unbuild node_modules/.staging/json-stringify-safe-58057c07
55377npm verb unbuild node_modules/.staging/json3-4df96052
55378npm verb unbuild node_modules/.staging/jsonfile-83c9ee1c
55379npm verb unbuild node_modules/.staging/jsonify-ebc041bd
55380npm verb unbuild node_modules/.staging/jsonpointer-bd522e4c
55381npm verb unbuild node_modules/.staging/ms-748f30d0
55382npm verb unbuild node_modules/.staging/extsprintf-4b2d092e
55383npm verb unbuild node_modules/.staging/verror-5bead6d3
55384npm verb unbuild node_modules/.staging/jsprim-aa9d372e
55385npm verb unbuild node_modules/.staging/junk-06962323
55386npm verb unbuild node_modules/.staging/base64url-d5c4b9c7
55387npm verb unbuild node_modules/.staging/kareem-9e27a421
55388npm verb unbuild node_modules/.staging/karma-firefox-launcher-6a346cdc
55389npm verb unbuild node_modules/.staging/karma-html2js-preprocessor-f1deddf6
55390npm verb unbuild node_modules/.staging/async-728c7457
55391npm verb unbuild node_modules/.staging/character-parser-b83bdb75
55392npm verb unbuild node_modules/.staging/karma-jasmine-69d61963
55393npm verb unbuild node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83
55394npm verb unbuild node_modules/.staging/karma-requirejs-14c92a66
55395npm verb unbuild node_modules/.staging/karma-ng-scenario-06095de4
55396npm verb unbuild node_modules/.staging/karma-script-launcher-2878f893
55397npm verb unbuild node_modules/.staging/colors-76cfa3b4
55398npm verb unbuild node_modules/.staging/graceful-fs-23879adc
55399npm verb unbuild node_modules/.staging/lodash-54634d17
55400npm verb unbuild node_modules/.staging/minimatch-50b915d4
55401npm verb unbuild node_modules/.staging/minimist-eaa66a38
55402npm verb unbuild node_modules/.staging/nan-57d1bc28
55403npm verb unbuild node_modules/.staging/q-2fb98445
55404npm verb unbuild node_modules/.staging/source-map-46bd4b3a
55405npm verb unbuild node_modules/.staging/xmlhttprequest-7b83e5ad
55406npm verb unbuild node_modules/.staging/kew-dfb8ec66
55407npm verb unbuild node_modules/.staging/commander-903a1cd4
55408npm verb unbuild node_modules/.staging/kind-of-f1416c17
55409npm verb unbuild node_modules/.staging/keypress-fb981dbf
55410npm verb unbuild node_modules/.staging/is-number-69ddc5da
55411npm verb unbuild node_modules/.staging/assert-plus-70cd7b7b
55412npm verb unbuild node_modules/.staging/ldap-filter-0b6112fd
55413npm verb unbuild node_modules/.staging/asn1-a65e1a7f
55414npm verb unbuild node_modules/.staging/assert-plus-92ba3afc
55415npm verb unbuild node_modules/.staging/dtrace-provider-60490139
55416npm verb unbuild node_modules/.staging/mv-7a34b4ea
55417npm verb unbuild node_modules/.staging/graceful-fs-688285ff
55418npm verb unbuild node_modules/.staging/lockfile-a921e7b0
55419npm verb unbuild node_modules/.staging/grunt-usemin-36c7c6c4
55420npm verb unbuild node_modules/.staging/grunt-legacy-log-utils-efba2f5f
55421npm verb unbuild node_modules/.staging/lodash-31d328ab
55422npm verb unbuild node_modules/.staging/grunt-legacy-log-d5e92ec3
55423npm verb unbuild node_modules/.staging/grunt-karma-dce72ed5
55424npm verb unbuild node_modules/.staging/grunt-env-82019ed2
55425npm verb unbuild node_modules/.staging/lodash._isnative-f5511a01
55426npm verb unbuild node_modules/.staging/lodash._objecttypes-58496b14
55427npm verb unbuild node_modules/.staging/lodash.isfunction-c9808c2d
55428npm verb unbuild node_modules/.staging/lodash.isobject-0932530c
55429npm verb unbuild node_modules/.staging/lodash.now-cb71eb22
55430npm verb unbuild node_modules/.staging/lodash.debounce-74f9a72f
55431npm verb unbuild node_modules/.staging/async-5e6a4a57
55432npm verb unbuild node_modules/.staging/underscore-d0f8e3bb
55433npm verb unbuild node_modules/.staging/lower-case-fd4895a3
55434npm verb unbuild node_modules/.staging/is-lower-case-ff1d0ffd
55435npm verb unbuild node_modules/.staging/lpad-90d9a2c6
55436npm verb unbuild node_modules/.staging/lru-cache-092f799e
55437npm verb unbuild node_modules/.staging/lru-queue-8ef13842
55438npm verb unbuild node_modules/.staging/map-obj-1634122e
55439npm verb unbuild node_modules/.staging/camelcase-keys-77f52758
55440npm verb unbuild node_modules/.staging/camelcase-keys-5f0d6fe6
55441npm verb unbuild node_modules/.staging/ansi-styles-f164a3b9
55442npm verb unbuild node_modules/.staging/chalk-59ab0432
55443npm verb unbuild node_modules/.staging/is-buffer-e5e9d8ad
55444npm verb unbuild node_modules/.staging/md5-7851bcdc
55445npm verb unbuild node_modules/.staging/media-typer-fbaf77b3
55446npm verb unbuild node_modules/.staging/merge-descriptors-0bdd2d62
55447npm verb unbuild node_modules/.staging/methods-46c98474
55448npm verb unbuild node_modules/.staging/methods-02ee7a95
55449npm verb unbuild node_modules/.staging/mime-ad3e0aa6
55450npm verb unbuild node_modules/.staging/form-data-df7d7c81
55451npm verb unbuild node_modules/.staging/type-is-40391d3d
55452npm verb unbuild node_modules/.staging/accepts-c479d438
55453npm verb unbuild node_modules/.staging/mime-db-9f9702df
55454npm verb unbuild node_modules/.staging/mime-types-8ec74725
55455npm verb unbuild node_modules/.staging/mime-types-318438fa
55456npm verb unbuild node_modules/.staging/form-data-f8fdda82
55457npm verb unbuild node_modules/.staging/mime-types-9b839995
55458npm verb unbuild node_modules/.staging/minimalistic-assert-59f40622
55459npm verb unbuild node_modules/.staging/asn1.js-27eaf3fb
55460npm verb unbuild node_modules/.staging/ecdsa-sig-formatter-3895e7ba
55461npm verb unbuild node_modules/.staging/jwa-d5039063
55462npm verb unbuild node_modules/.staging/minimatch-2cf6ff47
55463npm verb unbuild node_modules/.staging/minimist-a38b6639
55464npm verb unbuild node_modules/.staging/mkdirp-e24d52c7
55465npm verb unbuild node_modules/.staging/karma-coffee-preprocessor-ea8f8864
55466npm verb unbuild node_modules/.staging/fs-extra-df7c869c
55467npm verb unbuild node_modules/.staging/mkpath-27408025
55468npm verb unbuild node_modules/.staging/commander-e1a2188a
55469npm verb unbuild node_modules/.staging/diff-1d9ff102
55470npm verb unbuild node_modules/.staging/graceful-fs-539a0f7e
55471npm verb unbuild node_modules/.staging/commander-2ccea91c
55472npm verb unbuild node_modules/.staging/mkdirp-dd3c192e
55473npm verb unbuild node_modules/.staging/bson-e38a3b32
55474npm verb unbuild node_modules/.staging/bson-9e1f9538
55475npm verb unbuild node_modules/.staging/async-4f48efb7
55476npm verb unbuild node_modules/.staging/ms-cdbc2b09
55477npm verb unbuild node_modules/.staging/bytes-5874588c
55478npm verb unbuild node_modules/.staging/mout-468edfff
55479npm verb unbuild node_modules/.staging/mpromise-1d17ee22
55480npm verb unbuild node_modules/.staging/mpath-cc7d5693
55481npm verb unbuild node_modules/.staging/ms-4b7a1f2e
55482npm verb unbuild node_modules/.staging/ms-8f2c4758
55483npm verb unbuild node_modules/.staging/debug-5bd353aa
55484npm verb unbuild node_modules/.staging/debug-043850b0
55485npm verb unbuild node_modules/.staging/media-typer-8124e922
55486npm verb unbuild node_modules/.staging/qs-c7af878c
55487npm verb unbuild node_modules/.staging/type-is-e74537bc
55488npm verb unbuild node_modules/.staging/muri-6e0c3d58
55489npm verb unbuild node_modules/.staging/mute-stream-23c38b91
55490npm verb unbuild node_modules/.staging/minimist-d389daac
55491npm verb unbuild node_modules/.staging/nan-40b01213
55492npm verb unbuild node_modules/.staging/kerberos-f0bfc351
55493npm verb unbuild node_modules/.staging/mongodb-core-e309a222
55494npm verb unbuild node_modules/.staging/bson-ee41528f
55495npm verb unbuild node_modules/.staging/negotiator-c0976f8f
55496npm verb unbuild node_modules/.staging/accepts-ed386b1f
55497npm verb unbuild node_modules/.staging/next-tick-0f4109ca
55498npm verb unbuild node_modules/.staging/minimist-9863c00d
55499npm verb unbuild node_modules/.staging/source-map-18d1a9fb
55500npm verb unbuild node_modules/.staging/css-parse-af3882e9
55501npm verb unbuild node_modules/.staging/sax-13c23eb1
55502npm verb unbuild node_modules/.staging/async-55097439
55503npm verb unbuild node_modules/.staging/cookie-d846ec49
55504npm verb unbuild node_modules/.staging/cookie-signature-9d568919
55505npm verb unbuild node_modules/.staging/depd-979fa066
55506npm verb unbuild node_modules/.staging/escape-html-07af6c46
55507npm verb unbuild node_modules/.staging/media-typer-2429ff25
55508npm verb unbuild node_modules/.staging/merge-descriptors-ed1cce0b
55509npm verb unbuild node_modules/.staging/minimatch-3f109939
55510npm verb unbuild node_modules/.staging/ms-0cf5ae08
55511npm verb unbuild node_modules/.staging/nan-09c8412f
55512npm verb unbuild node_modules/.staging/path-to-regexp-e81f09f7
55513npm verb unbuild node_modules/.staging/qs-bfb357c6
55514npm verb unbuild node_modules/.staging/range-parser-3a458d12
55515npm verb unbuild node_modules/.staging/serve-favicon-fd008e65
55516npm verb unbuild node_modules/.staging/yargs-7473f2e9
55517npm verb unbuild node_modules/.staging/yargs-e629783d
55518npm verb unbuild node_modules/.staging/node-uuid-2a986007
55519npm verb unbuild node_modules/.staging/ansi-styles-66453857
55520npm verb unbuild node_modules/.staging/chalk-462acb16
55521npm verb unbuild node_modules/.staging/noptify-3e1a1720
55522npm verb unbuild node_modules/.staging/normalize-path-720e7d80
55523npm verb unbuild node_modules/.staging/minimist-5c89810d
55524npm verb unbuild node_modules/.staging/nth-check-6676480b
55525npm verb unbuild node_modules/.staging/CSSselect-0f50a687
55526npm verb unbuild node_modules/.staging/cheerio-select-994bcd5f
55527npm verb unbuild node_modules/.staging/number-is-nan-d892eca7
55528npm verb unbuild node_modules/.staging/is-finite-876d1b43
55529npm verb unbuild node_modules/.staging/oauth-sign-a5ba0156
55530npm verb unbuild node_modules/.staging/object-assign-4b753d84
55531npm verb unbuild node_modules/.staging/object-component-10e5bbbe
55532npm verb unbuild node_modules/.staging/object-keys-bf7ddf00
55533npm verb unbuild node_modules/.staging/object.omit-43b36489
55534npm verb unbuild node_modules/.staging/on-finished-e27b1d45
55535npm verb unbuild node_modules/.staging/on-headers-c173bbeb
55536npm verb unbuild node_modules/.staging/morgan-e1afc6a8
55537npm verb unbuild node_modules/.staging/open-399683eb
55538npm verb unbuild node_modules/.staging/options-d9b9f48a
55539npm verb unbuild node_modules/.staging/ordered-esprima-props-af59c7fe
55540npm verb unbuild node_modules/.staging/ordered-ast-traverse-24384e7e
55541npm verb unbuild node_modules/.staging/os-homedir-66542b79
55542npm verb unbuild node_modules/.staging/osenv-bccae03a
55543npm verb unbuild node_modules/.staging/object-assign-40d37fa1
55544npm verb unbuild node_modules/.staging/got-8e8c7d97
55545npm verb unbuild node_modules/.staging/pad-stdio-bd95afb4
55546npm verb unbuild node_modules/.staging/grunt-concurrent-8f98fdbe
55547npm verb unbuild node_modules/.staging/parse-glob-aaa7424e
55548npm verb unbuild node_modules/.staging/parse-json-48069718
55549npm verb unbuild node_modules/.staging/parsejson-34be595f
55550npm verb unbuild node_modules/.staging/parseqs-fe546b14
55551npm verb unbuild node_modules/.staging/parseuri-e2425ce9
55552npm verb unbuild node_modules/.staging/parseurl-53544bbd
55553npm verb unbuild node_modules/.staging/passport-strategy-ab83c876
55554npm verb unbuild node_modules/.staging/path-is-absolute-6585a622
55555npm verb unbuild node_modules/.staging/path-to-regexp-b251e6d1
55556npm verb unbuild node_modules/.staging/graceful-fs-970c5705
55557npm verb unbuild node_modules/.staging/pause-e8fad06c
55558npm verb unbuild node_modules/.staging/adm-zip-5ecc6794
55559npm verb unbuild node_modules/.staging/asn1-b1b23865
55560npm verb unbuild node_modules/.staging/assert-plus-a26145d5
55561npm verb unbuild node_modules/.staging/async-e42f9c02
55562npm verb unbuild node_modules/.staging/caseless-fcde11c6
55563npm verb unbuild node_modules/.staging/delayed-stream-95f13831
55564npm verb unbuild node_modules/.staging/combined-stream-5158cd6b
55565npm verb unbuild node_modules/.staging/forever-agent-3de5909f
55566npm verb unbuild node_modules/.staging/form-data-611017b2
55567npm verb unbuild node_modules/.staging/graceful-fs-f65fbeb1
55568npm verb unbuild node_modules/.staging/hoek-4dfc46f6
55569npm verb unbuild node_modules/.staging/boom-78f68fd4
55570npm verb unbuild node_modules/.staging/cryptiles-be78e942
55571npm verb unbuild node_modules/.staging/http-signature-9a3f59aa
55572npm verb unbuild node_modules/.staging/jsonfile-585b6775
55573npm verb unbuild node_modules/.staging/minimist-1363b98b
55574npm verb unbuild node_modules/.staging/oauth-sign-083f8360
55575npm verb unbuild node_modules/.staging/qs-1147f504
55576npm verb unbuild node_modules/.staging/sntp-33c3b41e
55577npm verb unbuild node_modules/.staging/hawk-0ce17659
55578npm verb unbuild node_modules/.staging/pify-8d39eb85
55579npm verb unbuild node_modules/.staging/pinkie-5b9c6504
55580npm verb unbuild node_modules/.staging/pinkie-promise-7a06a14e
55581npm verb unbuild node_modules/.staging/path-type-7606825e
55582npm verb unbuild node_modules/.staging/path-exists-d3fe1e39
55583npm verb unbuild node_modules/.staging/find-up-6092c98d
55584npm verb unbuild node_modules/.staging/passport-9f7ca3f2
55585npm verb unbuild node_modules/.staging/pkginfo-d13cca63
55586npm verb unbuild node_modules/.staging/assert-plus-c32f92ea
55587npm verb unbuild node_modules/.staging/policyfile-b12869c3
55588npm verb unbuild node_modules/.staging/dtrace-provider-f433733c
55589npm verb unbuild node_modules/.staging/extsprintf-52d209e7
55590npm verb unbuild node_modules/.staging/mv-54baccc5
55591npm verb unbuild node_modules/.staging/once-7c7b2e00
55592npm verb unbuild node_modules/.staging/verror-f84cf8b5
55593npm verb unbuild node_modules/.staging/vasync-aee44b68
55594npm verb unbuild node_modules/.staging/pooling-149e19c7
55595npm verb unbuild node_modules/.staging/ldapauth-fork-7e683701
55596npm verb unbuild node_modules/.staging/backoff-deb45122
55597npm verb unbuild node_modules/.staging/preserve-46ce8621
55598npm verb unbuild node_modules/.staging/precond-d80e2e85
55599npm verb unbuild node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb
55600npm verb unbuild node_modules/.staging/process-nextick-args-99c8ad65
55601npm verb unbuild node_modules/.staging/progress-1259fa44
55602npm verb unbuild node_modules/.staging/promise-4c2ae656
55603npm verb unbuild node_modules/.staging/propprop-132c8217
55604npm verb unbuild node_modules/.staging/proto-list-18f343b9
55605npm verb unbuild node_modules/.staging/config-chain-4f06bec8
55606npm verb unbuild node_modules/.staging/adm-zip-2aa894c7
55607npm verb unbuild node_modules/.staging/asn1-9449641b
55608npm verb unbuild node_modules/.staging/assert-plus-d27279c7
55609npm verb unbuild node_modules/.staging/async-2c92b908
55610npm verb unbuild node_modules/.staging/delayed-stream-0b444ccf
55611npm verb unbuild node_modules/.staging/combined-stream-f0364594
55612npm verb unbuild node_modules/.staging/forever-agent-8691cae5
55613npm verb unbuild node_modules/.staging/form-data-bdbb9c5e
55614npm verb unbuild node_modules/.staging/hoek-791442e1
55615npm verb unbuild node_modules/.staging/boom-6e180b53
55616npm verb unbuild node_modules/.staging/cryptiles-8fb1ece1
55617npm verb unbuild node_modules/.staging/http-signature-8289c392
55618npm verb unbuild node_modules/.staging/minimist-77af3c45
55619npm verb unbuild node_modules/.staging/oauth-sign-87c59726
55620npm verb unbuild node_modules/.staging/q-34bb422e
55621npm verb unbuild node_modules/.staging/sntp-d4135359
55622npm verb unbuild node_modules/.staging/hawk-aa3ff308
55623npm verb unbuild node_modules/.staging/proxy-addr-987eb57d
55624npm verb unbuild node_modules/.staging/once-c56380e0
55625npm verb unbuild node_modules/.staging/punycode-50f8bda6
55626npm verb unbuild node_modules/.staging/tough-cookie-6c004dea
55627npm verb unbuild node_modules/.staging/q-fe516c28
55628npm verb unbuild node_modules/.staging/p-throttler-5c8f4f09
55629npm verb unbuild node_modules/.staging/coa-ced7c54d
55630npm verb unbuild node_modules/.staging/qs-faf5570d
55631npm verb unbuild node_modules/.staging/randomatic-1ecea6a0
55632npm verb unbuild node_modules/.staging/range-parser-840ef8b4
55633npm verb unbuild node_modules/.staging/minimist-bb9634cf
55634npm verb unbuild node_modules/.staging/raw-body-473befd3
55635npm verb unbuild node_modules/.staging/read-1968274d
55636npm verb unbuild node_modules/.staging/promptly-33d94e46
55637npm verb unbuild node_modules/.staging/read-chunk-bd1f45a0
55638npm verb unbuild node_modules/.staging/readdirp-3c4d5bdb
55639npm verb unbuild node_modules/.staging/monocle-230f70e1
55640npm verb unbuild node_modules/.staging/monocle-85cc230c
55641npm verb unbuild node_modules/.staging/ansi-regex-f494fa3d
55642npm verb unbuild node_modules/.staging/readline2-add6b0ec
55643npm verb unbuild node_modules/.staging/repeating-769e1d6b
55644npm verb unbuild node_modules/.staging/indent-string-77372450
55645npm verb unbuild node_modules/.staging/redeyed-d0943e6b
55646npm verb unbuild node_modules/.staging/redis-94a6a32b
55647npm verb unbuild node_modules/.staging/reduce-component-6282699c
55648npm verb unbuild node_modules/.staging/regex-cache-7b5aee7c
55649npm verb unbuild node_modules/.staging/regexp-clone-b61bd35f
55650npm verb unbuild node_modules/.staging/regexp-quote-009eda73
55651npm verb unbuild node_modules/.staging/repeat-element-e5a400db
55652npm verb unbuild node_modules/.staging/relateurl-c4d1280f
55653npm verb unbuild node_modules/.staging/repeat-string-c980ddfa
55654npm verb unbuild node_modules/.staging/fill-range-5ef9f3e5
55655npm verb unbuild node_modules/.staging/expand-range-41d989d2
55656npm verb unbuild node_modules/.staging/braces-06252f0f
55657npm verb unbuild node_modules/.staging/meow-6ad74bf0
55658npm verb unbuild node_modules/.staging/qs-ceed58e2
55659npm verb unbuild node_modules/.staging/depd-a510ab12
55660npm verb unbuild node_modules/.staging/response-time-f0c163c7
55661npm verb unbuild node_modules/.staging/retry-6ea0c0cc
55662npm verb unbuild node_modules/.staging/request-replay-2fdd3e9f
55663npm verb unbuild node_modules/.staging/rndm-f28cd980
55664npm verb unbuild node_modules/.staging/rx-657a6559
55665npm verb unbuild node_modules/.staging/saucelabs-bc92f9a6
55666npm verb unbuild node_modules/.staging/safe-json-stringify-a0e7e90f
55667npm verb unbuild node_modules/.staging/sax-4ad47b16
55668npm verb unbuild node_modules/.staging/scmp-3c8978ab
55669npm verb unbuild node_modules/.staging/adm-zip-0074c9bd
55670npm verb unbuild node_modules/.staging/tmp-edb089e6
55671npm verb unbuild node_modules/.staging/semver-diff-b6403f72
55672npm verb unbuild node_modules/.staging/semver-utils-7c8dfe17
55673npm verb unbuild node_modules/.staging/sentence-case-739aa6da
55674npm verb unbuild node_modules/.staging/path-case-81dc752a
55675npm verb unbuild node_modules/.staging/send-55a215c7
55676npm verb unbuild node_modules/.staging/param-case-b72fe235
55677npm verb unbuild node_modules/.staging/escape-html-428eb820
55678npm verb unbuild node_modules/.staging/dot-case-cb091322
55679npm verb unbuild node_modules/.staging/ms-a8de92f0
55680npm verb unbuild node_modules/.staging/fresh-8b5b34cf
55681npm verb unbuild node_modules/.staging/range-parser-3baf7556
55682npm verb unbuild node_modules/.staging/serve-static-d1ace1eb
55683npm verb unbuild node_modules/.staging/shell-quote-9593bb24
55684npm verb unbuild node_modules/.staging/send-2a098fc8
55685npm verb unbuild node_modules/.staging/grunt-build-control-5e0e2282
55686npm verb unbuild node_modules/.staging/should-50c5a803
55687npm verb unbuild node_modules/.staging/sigmund-52913fe8
55688npm verb unbuild node_modules/.staging/minimatch-c4f3a2f3
55689npm verb unbuild node_modules/.staging/glob-6ab643c2
55690npm verb unbuild node_modules/.staging/minimatch-216143fb
55691npm verb unbuild node_modules/.staging/minimatch-c262507c
55692npm verb unbuild node_modules/.staging/glob-17a354ed
55693npm verb unbuild node_modules/.staging/minimatch-3b6ee7ec
55694npm verb unbuild node_modules/.staging/glob-ab8aeb43
55695npm verb unbuild node_modules/.staging/grunt-mocha-test-efc027cd
55696npm verb unbuild node_modules/.staging/minimatch-5c0351b4
55697npm verb unbuild node_modules/.staging/minimatch-f1c7d320
55698npm verb unbuild node_modules/.staging/glob-67df9d86
55699npm verb unbuild node_modules/.staging/minimatch-2a2f5423
55700npm verb unbuild node_modules/.staging/glob-f44e949d
55701npm verb unbuild node_modules/.staging/minimatch-45dee521
55702npm verb unbuild node_modules/.staging/minimatch-46dd1ff7
55703npm verb unbuild node_modules/.staging/glob-54e67aef
55704npm verb unbuild node_modules/.staging/globule-5915a629
55705npm verb unbuild node_modules/.staging/gaze-d35c1ef4
55706npm verb unbuild node_modules/.staging/minimatch-74c70a27
55707npm verb unbuild node_modules/.staging/glob-8c306e86
55708npm verb unbuild node_modules/.staging/findup-sync-8140f333
55709npm verb unbuild node_modules/.staging/minimatch-4b4f27d0
55710npm verb unbuild node_modules/.staging/glob-c045deee
55711npm verb unbuild node_modules/.staging/cli-f1b6d1a3
55712npm verb unbuild node_modules/.staging/signal-exit-8a41fdb4
55713npm verb unbuild node_modules/.staging/loud-rejection-7b22aaab
55714npm verb unbuild node_modules/.staging/simple-fmt-863b3f2d
55715npm verb unbuild node_modules/.staging/simple-is-d78478ba
55716npm verb unbuild node_modules/.staging/sliced-9abb5cab
55717npm verb unbuild node_modules/.staging/mquery-828ce23e
55718npm verb unbuild node_modules/.staging/snake-case-e946e9aa
55719npm verb unbuild node_modules/.staging/sntp-62cae532
55720npm verb unbuild node_modules/.staging/hawk-2b18a6ec
55721npm verb unbuild node_modules/.staging/debug-61a48168
55722npm verb unbuild node_modules/.staging/debug-f90753f4
55723npm verb unbuild node_modules/.staging/socket.io-adapter-a8f40cd8
55724npm verb unbuild node_modules/.staging/socket.io-parser-ed3c386f
55725npm verb unbuild node_modules/.staging/debug-8dd80a88
55726npm verb unbuild node_modules/.staging/has-binary-eb70372c
55727npm verb unbuild node_modules/.staging/debug-bde81572
55728npm verb unbuild node_modules/.staging/socket.io-parser-a1fc7703
55729npm verb unbuild node_modules/.staging/debug-526a4055
55730npm verb unbuild node_modules/.staging/object-keys-d814db77
55731npm verb unbuild node_modules/.staging/xtend-18238d0f
55732npm verb unbuild node_modules/.staging/sockjs-01cad350
55733npm verb unbuild node_modules/.staging/shoe-90c1a06f
55734npm verb unbuild node_modules/.staging/postcss-8b324b03
55735npm verb unbuild node_modules/.staging/source-map-0e6c5e54
55736npm verb unbuild node_modules/.staging/nib-e5b4c9ea
55737npm verb unbuild node_modules/.staging/source-map-4252b56e
55738npm verb unbuild node_modules/.staging/source-map-support-0224d270
55739npm verb unbuild node_modules/.staging/spdx-exceptions-3ce8ceb0
55740npm verb unbuild node_modules/.staging/spdx-license-ids-aacb7cca
55741npm verb unbuild node_modules/.staging/spdx-expression-parse-eb460c37
55742npm verb unbuild node_modules/.staging/spdx-correct-f024b17c
55743npm verb unbuild node_modules/.staging/sprintf-js-d0139c3e
55744npm verb unbuild node_modules/.staging/argparse-bc1dea50
55745npm verb unbuild node_modules/.staging/stable-caf6f1b0
55746npm verb unbuild node_modules/.staging/alter-df2707e3
55747npm verb unbuild node_modules/.staging/statuses-01f80765
55748npm verb unbuild node_modules/.staging/stat-mode-2e36ef36
55749npm verb unbuild node_modules/.staging/http-errors-bac919b5
55750npm verb unbuild node_modules/.staging/serve-index-01ff1267
55751npm verb unbuild node_modules/.staging/send-714f2a9f
55752npm verb unbuild node_modules/.staging/send-e2c90301
55753npm verb unbuild node_modules/.staging/serve-static-fb0bedc4
55754npm verb unbuild node_modules/.staging/connect-timeout-0d3d2d4c
55755npm verb unbuild node_modules/.staging/serve-static-44fd8ff0
55756npm verb unbuild node_modules/.staging/stream-combiner-e6543bbb
55757npm verb unbuild node_modules/.staging/streamsearch-aedb5713
55758npm verb unbuild node_modules/.staging/ansi-regex-235f4c96
55759npm verb unbuild node_modules/.staging/string_decoder-b2974c2a
55760npm verb unbuild node_modules/.staging/string-length-379dd77f
55761npm verb unbuild node_modules/.staging/stream-counter-a0488c1b
55762npm verb unbuild node_modules/.staging/readable-stream-ca16f4e5
55763npm verb unbuild node_modules/.staging/bl-358373bc
55764npm verb unbuild node_modules/.staging/readable-stream-e1366965
55765npm verb unbuild node_modules/.staging/readable-stream-6816b730
55766npm verb unbuild node_modules/.staging/multiparty-f19e8247
55767npm verb unbuild node_modules/.staging/readable-stream-16fc46e8
55768npm verb unbuild node_modules/.staging/mongodb-40e3e40e
55769npm verb unbuild node_modules/.staging/readable-stream-41fe2eef
55770npm verb unbuild node_modules/.staging/log4js-ec214fd9
55771npm verb unbuild node_modules/.staging/readable-stream-459b9cc3
55772npm verb unbuild node_modules/.staging/htmlparser2-a06ed28f
55773npm verb unbuild node_modules/.staging/readable-stream-ae46a979
55774npm verb unbuild node_modules/.staging/readable-stream-34bf1d13
55775npm verb unbuild node_modules/.staging/through2-19196ec0
55776npm verb unbuild node_modules/.staging/readable-stream-d5ef2302
55777npm verb unbuild node_modules/.staging/readable-stream-035a645f
55778npm verb unbuild node_modules/.staging/bl-9d6a9069
55779npm verb unbuild node_modules/.staging/dicer-6fddfd03
55780npm verb unbuild node_modules/.staging/readable-stream-bbb517fe
55781npm verb unbuild node_modules/.staging/readable-stream-c5a20cd2
55782npm verb unbuild node_modules/.staging/readable-stream-e44990de
55783npm verb unbuild node_modules/.staging/htmlparser2-0dc30d38
55784npm verb unbuild node_modules/.staging/cheerio-be2b1bbb
55785npm verb unbuild node_modules/.staging/grunt-dom-munger-8c845d5a
55786npm verb unbuild node_modules/.staging/readable-stream-b09f3ec0
55787npm verb unbuild node_modules/.staging/busboy-4652db82
55788npm verb unbuild node_modules/.staging/readable-stream-e35088e9
55789npm verb unbuild node_modules/.staging/bl-39ed679c
55790npm verb unbuild node_modules/.staging/stringify-object-2e0bb045
55791npm verb unbuild node_modules/.staging/stringmap-b5d4900f
55792npm verb unbuild node_modules/.staging/stringset-b25d8fb8
55793npm verb unbuild node_modules/.staging/stringstream-228812fc
55794npm verb unbuild node_modules/.staging/strip-bom-44cc6049
55795npm verb unbuild node_modules/.staging/strip-ansi-cd4286ca
55796npm verb unbuild node_modules/.staging/load-json-file-20e568bc
55797npm verb unbuild node_modules/.staging/redent-98cd0065
55798npm verb unbuild node_modules/.staging/grunt-contrib-jshint-621cce63
55799npm verb unbuild node_modules/.staging/css-parse-cb593ab2
55800npm verb unbuild node_modules/.staging/minimatch-b02415cd
55801npm verb unbuild node_modules/.staging/glob-08f18e33
55802npm verb unbuild node_modules/.staging/minimist-cc145a81
55803npm verb unbuild node_modules/.staging/sax-b4c0e941
55804npm verb unbuild node_modules/.staging/success-symbol-40eb6545
55805npm verb unbuild node_modules/.staging/extglob-7059e4ca
55806npm verb unbuild node_modules/.staging/micromatch-3e0dcf81
55807npm verb unbuild node_modules/.staging/anymatch-a54c36b2
55808npm verb unbuild node_modules/.staging/debug-1a9b1d07
55809npm verb unbuild node_modules/.staging/extend-35ae3f56
55810npm verb unbuild node_modules/.staging/methods-331e3165
55811npm verb unbuild node_modules/.staging/mime-79a3fb33
55812npm verb unbuild node_modules/.staging/qs-29f38b5d
55813npm verb unbuild node_modules/.staging/superagent-2956e0bc
55814npm verb unbuild node_modules/.staging/supertest-0a3c57ba
55815npm verb unbuild node_modules/.staging/supports-color-696b9649
55816npm verb unbuild node_modules/.staging/chalk-268f9043
55817npm verb unbuild node_modules/.staging/log-symbols-84b5e2c1
55818npm verb unbuild node_modules/.staging/grunt-filerev-84c7496d
55819npm verb unbuild node_modules/.staging/grunt-contrib-stylus-e34fd4cd
55820npm verb unbuild node_modules/.staging/tape-0ab0592b
55821npm verb unbuild node_modules/.staging/minimist-8fb94a0e
55822npm verb unbuild node_modules/.staging/readable-stream-2589f055
55823npm verb unbuild node_modules/.staging/bl-c455f913
55824npm verb unbuild node_modules/.staging/readable-stream-e4ddb62c
55825npm verb unbuild node_modules/.staging/text-table-c233e25f
55826npm verb unbuild node_modules/.staging/jshint-stylish-cc192ea4
55827npm verb unbuild node_modules/.staging/throttleit-d7594825
55828npm verb unbuild node_modules/.staging/request-progress-d4729090
55829npm verb unbuild node_modules/.staging/request-progress-572bf127
55830npm verb unbuild node_modules/.staging/through-544fbcc6
55831npm verb unbuild node_modules/.staging/object-keys-7a48fb69
55832npm verb unbuild node_modules/.staging/split-b5770f82
55833npm verb unbuild node_modules/.staging/readable-stream-a1873cf0
55834npm verb unbuild node_modules/.staging/xtend-21fdbb7f
55835npm verb unbuild node_modules/.staging/through2-537228c1
55836npm verb unbuild node_modules/.staging/ansi-styles-5bf760c0
55837npm verb unbuild node_modules/.staging/chalk-bd203d96
55838npm verb unbuild node_modules/.staging/time-grunt-2b0acfb3
55839npm verb unbuild node_modules/.staging/timers-ext-d594c66b
55840npm verb unbuild node_modules/.staging/memoizee-6fd8d2a7
55841npm verb unbuild node_modules/.staging/cli-color-9a9be295
55842npm verb unbuild node_modules/.staging/inquirer-f4df6b79
55843npm verb unbuild node_modules/.staging/inquirer-35d357df
55844npm verb unbuild node_modules/.staging/qs-2f14540d
55845npm verb unbuild node_modules/.staging/debug-51e7fba2
55846npm verb unbuild node_modules/.staging/grunt-contrib-watch-6102743e
55847npm verb unbuild node_modules/.staging/tinycolor-2ddcca86
55848npm verb unbuild node_modules/.staging/tmp-13c48941
55849npm verb unbuild node_modules/.staging/to-array-663f09fb
55850npm verb unbuild node_modules/.staging/touch-30f27044
55851npm verb unbuild node_modules/.staging/tough-cookie-f3376d70
55852npm verb unbuild node_modules/.staging/traverse-7768af0d
55853npm verb unbuild node_modules/.staging/dnode-protocol-0790c9a9
55854npm verb unbuild node_modules/.staging/trim-newlines-898766ba
55855npm verb unbuild node_modules/.staging/truncate-8813a448
55856npm verb unbuild node_modules/.staging/tryor-0c4e5fea
55857npm verb unbuild node_modules/.staging/strong-data-uri-d2436f09
55858npm verb unbuild node_modules/.staging/tunnel-agent-0e49203a
55859npm verb unbuild node_modules/.staging/request-89356bea
55860npm verb unbuild node_modules/.staging/request-900b77ff
55861npm verb unbuild node_modules/.staging/request-fcda05de
55862npm verb unbuild node_modules/.staging/request-b98b7f64
55863npm verb unbuild node_modules/.staging/type-is-0bdb32d2
55864npm verb unbuild node_modules/.staging/typedarray-6b4041bf
55865npm verb unbuild node_modules/.staging/concat-stream-b7b14a26
55866npm verb unbuild node_modules/.staging/jws-446bd63a
55867npm verb unbuild node_modules/.staging/jsonwebtoken-fe5a6b0d
55868npm verb unbuild node_modules/.staging/async-18099a4d
55869npm verb unbuild node_modules/.staging/uglify-to-browserify-56284d51
55870npm verb unbuild node_modules/.staging/uid-number-2b429131
55871npm verb unbuild node_modules/.staging/uid-safe-755953e1
55872npm verb unbuild node_modules/.staging/csrf-fda25d5e
55873npm verb unbuild node_modules/.staging/csurf-d91a5017
55874npm verb unbuild node_modules/.staging/uid2-5a2a3180
55875npm verb unbuild node_modules/.staging/ultron-09e755f4
55876npm verb unbuild node_modules/.staging/underscore-67cac5e4
55877npm verb unbuild node_modules/.staging/argparse-3498434f
55878npm verb unbuild node_modules/.staging/underscore.string-f4b69f3e
55879npm verb unbuild node_modules/.staging/unpipe-f9a98912
55880npm verb unbuild node_modules/.staging/finalhandler-4addba03
55881npm verb unbuild node_modules/.staging/body-parser-e37fcee2
55882npm verb unbuild node_modules/.staging/raw-body-9b76cd05
55883npm verb unbuild node_modules/.staging/untildify-f784e58d
55884npm verb unbuild node_modules/.staging/ansi-regex-36859cbd
55885npm verb unbuild node_modules/.staging/ansi-styles-232e0203
55886npm verb unbuild node_modules/.staging/chalk-7c45e760
55887npm verb unbuild node_modules/.staging/upper-case-d294da23
55888npm verb unbuild node_modules/.staging/title-case-d162dd56
55889npm verb unbuild node_modules/.staging/swap-case-b1c405ff
55890npm verb unbuild node_modules/.staging/is-upper-case-b561e98d
55891npm verb unbuild node_modules/.staging/constant-case-8c3edcf1
55892npm verb unbuild node_modules/.staging/camel-case-329fd2fb
55893npm verb unbuild node_modules/.staging/upper-case-first-85dd54a3
55894npm verb unbuild node_modules/.staging/pascal-case-76d097e9
55895npm verb unbuild node_modules/.staging/change-case-0f0bfe01
55896npm verb unbuild node_modules/.staging/lru-cache-cc0ec82a
55897npm verb unbuild node_modules/.staging/useragent-272d17b2
55898npm verb unbuild node_modules/.staging/utf8-2bc0a040
55899npm verb unbuild node_modules/.staging/engine.io-parser-71bb9c9f
55900npm verb unbuild node_modules/.staging/engine.io-client-ecc00725
55901npm verb unbuild node_modules/.staging/socket.io-client-7a57b1f4
55902npm verb unbuild node_modules/.staging/util-deprecate-2f69dbad
55903npm verb unbuild node_modules/.staging/readable-stream-8cf2a159
55904npm verb unbuild node_modules/.staging/mongodb-6a7d3d3a
55905npm verb unbuild node_modules/.staging/readdirp-4175e4e7
55906npm verb unbuild node_modules/.staging/chokidar-493c92ec
55907npm verb unbuild node_modules/.staging/bl-bfcd9d1a
55908npm verb unbuild node_modules/.staging/async-e125e7af
55909npm verb unbuild node_modules/.staging/utils-merge-f0b215eb
55910npm verb unbuild node_modules/.staging/express-session-1cb10dc3
55911npm verb unbuild node_modules/.staging/uuid-9e3c587d
55912npm verb unbuild node_modules/.staging/tempfile-ac9f450b
55913npm verb unbuild node_modules/.staging/v8-debug-6d9c8e93
55914npm verb unbuild node_modules/.staging/nan-9ede3d0c
55915npm verb unbuild node_modules/.staging/v8-profiler-0c2b89c5
55916npm verb unbuild node_modules/.staging/validate-npm-package-license-fa23fb48
55917npm verb unbuild node_modules/.staging/normalize-package-data-da8ffb1a
55918npm verb unbuild node_modules/.staging/read-pkg-6a7c7ec0
55919npm verb unbuild node_modules/.staging/read-pkg-up-badd8779
55920npm verb unbuild node_modules/.staging/meow-f993e98c
55921npm verb unbuild node_modules/.staging/vary-729c1b62
55922npm verb unbuild node_modules/.staging/express-4a4ce112
55923npm verb unbuild node_modules/.staging/method-override-2c766fa3
55924npm verb unbuild node_modules/.staging/compression-153abeb4
55925npm verb unbuild node_modules/.staging/verror-8200d8a0
55926npm verb unbuild node_modules/.staging/vasync-b0cc249e
55927npm verb unbuild node_modules/.staging/vhost-4d7f0061
55928npm verb unbuild node_modules/.staging/connect-2260fe81
55929npm verb unbuild node_modules/.staging/ware-7b95a9b0
55930npm verb unbuild node_modules/.staging/nan-df1d612d
55931npm verb unbuild node_modules/.staging/weak-a71be6ba
55932npm verb unbuild node_modules/.staging/dnode-9efa73d2
55933npm verb unbuild node_modules/.staging/whet.extend-f80e54f1
55934npm verb unbuild node_modules/.staging/imagemin-svgo-de4f6c2d
55935npm verb unbuild node_modules/.staging/grunt-svgmin-ae067f83
55936npm verb unbuild node_modules/.staging/karma-chrome-launcher-7883b95b
55937npm verb unbuild node_modules/.staging/grunt-legacy-util-12367406
55938npm verb unbuild node_modules/.staging/grunt-4e7ee468
55939npm verb unbuild node_modules/.staging/ms-06b72008
55940npm verb unbuild node_modules/.staging/win-release-ee22328b
55941npm verb unbuild node_modules/.staging/ansi-styles-ef431766
55942npm verb unbuild node_modules/.staging/window-size-2b6bc0a7
55943npm verb unbuild node_modules/.staging/chalk-b085bb44
55944npm verb unbuild node_modules/.staging/lodash-d9c268da
55945npm verb unbuild node_modules/.staging/wiredep-c5fa475a
55946npm verb unbuild node_modules/.staging/async-7740cd94
55947npm verb unbuild node_modules/.staging/grunt-asset-injector-d2349add
55948npm verb unbuild node_modules/.staging/wordwrap-ac831d60
55949npm verb unbuild node_modules/.staging/optimist-0cfebbd5
55950npm verb unbuild node_modules/.staging/optimist-90f3593e
55951npm verb unbuild node_modules/.staging/with-03a31bca
55952npm verb unbuild node_modules/.staging/transformers-64d3d283
55953npm verb unbuild node_modules/.staging/with-6a6b7888
55954npm verb unbuild node_modules/.staging/transformers-26ca904a
55955npm verb unbuild node_modules/.staging/optimist-264ee16b
55956npm verb unbuild node_modules/.staging/grunt-ng-annotate-f7ff75c2
55957npm verb unbuild node_modules/.staging/optimist-9467c81b
55958npm verb unbuild node_modules/.staging/optimist-e4661074
55959npm verb unbuild node_modules/.staging/optimist-ca79e24b
55960npm verb unbuild node_modules/.staging/event-stream-1157f43b
55961npm verb unbuild node_modules/.staging/ps-tree-8da0fe62
55962npm verb unbuild node_modules/.staging/optimist-a5f7e380
55963npm verb unbuild node_modules/.staging/bower-config-87f89cca
55964npm verb unbuild node_modules/.staging/wrappy-b7a71258
55965npm verb unbuild node_modules/.staging/bower-registry-client-4ffd3e16
55966npm verb unbuild node_modules/.staging/once-e45338e0
55967npm verb unbuild node_modules/.staging/npmconf-5027e1f8
55968npm verb unbuild node_modules/.staging/registry-url-2b6a5741
55969npm verb unbuild node_modules/.staging/package-json-8cc06c4f
55970npm verb unbuild node_modules/.staging/npmconf-09e4e875
55971npm verb unbuild node_modules/.staging/glob-b285a30b
55972npm verb unbuild node_modules/.staging/end-of-stream-790af1fd
55973npm verb unbuild node_modules/.staging/pump-4b6bc993
55974npm verb unbuild node_modules/.staging/inflight-f75d5068
55975npm verb unbuild node_modules/.staging/glob-dbb8b0e6
55976npm verb unbuild node_modules/.staging/glob-707c263d
55977npm verb unbuild node_modules/.staging/glob-5bb0eadd
55978npm verb unbuild node_modules/.staging/utile-cbdf8110
55979npm verb unbuild node_modules/.staging/glob-52638c4c
55980npm verb unbuild node_modules/.staging/fs-extra-a9bb583d
55981npm verb unbuild node_modules/.staging/karma-phantomjs-launcher-a204638c
55982npm verb unbuild node_modules/.staging/mv-fa5f7892
55983npm verb unbuild node_modules/.staging/fs-extra-8488df19
55984npm verb unbuild node_modules/.staging/fstream-a6d42726
55985npm verb unbuild node_modules/.staging/fstream-ignore-ac1e1595
55986npm verb unbuild node_modules/.staging/fstream-f275ccfd
55987npm verb unbuild node_modules/.staging/tar-d6877a8f
55988npm verb unbuild node_modules/.staging/fs-extra-ba753a49
55989npm verb unbuild node_modules/.staging/exec-buffer-a8e2f870
55990npm verb unbuild node_modules/.staging/grunt-autoprefixer-a782ba0c
55991npm verb unbuild node_modules/.staging/nan-de13f73e
55992npm verb unbuild node_modules/.staging/ws-91aaf05e
55993npm verb unbuild node_modules/.staging/engine.io-00b289fc
55994npm verb unbuild node_modules/.staging/xdg-basedir-6606347b
55995npm verb unbuild node_modules/.staging/configstore-275420f3
55996npm verb unbuild node_modules/.staging/update-notifier-f0b43ef4
55997npm verb unbuild node_modules/.staging/lodash-274863fe
55998npm verb unbuild node_modules/.staging/xmlbuilder-a2985beb
55999npm verb unbuild node_modules/.staging/xml2js-390cccc6
56000npm verb unbuild node_modules/.staging/selenium-webdriver-3cd43bc3
56001npm verb unbuild node_modules/.staging/grunt-protractor-runner-5125318c
56002npm verb unbuild node_modules/.staging/plist-a3b1290c
56003npm verb unbuild node_modules/.staging/xmldom-c6234d03
56004npm verb unbuild node_modules/.staging/xtend-df7988d8
56005npm verb unbuild node_modules/.staging/xmlhttprequest-546ef2c3
56006npm verb unbuild node_modules/.staging/browser-launcher2-644863c4
56007npm verb unbuild node_modules/.staging/grunt-node-inspector-2e498e55
56008npm verb unbuild node_modules/.staging/tar-stream-4fc8f8ec
56009npm verb unbuild node_modules/.staging/tar-fs-0d1dc96b
56010npm verb unbuild node_modules/.staging/is-my-json-valid-b35f6870
56011npm verb unbuild node_modules/.staging/update-notifier-df9491f2
56012npm verb unbuild node_modules/.staging/grunt-nodemon-a4c3385d
56013npm verb unbuild node_modules/.staging/request-22313f85
56014npm verb unbuild node_modules/.staging/insight-5d8273b2
56015npm verb unbuild node_modules/.staging/google-cdn-ef8342bc
56016npm verb unbuild node_modules/.staging/grunt-google-cdn-1a23fce9
56017npm verb unbuild node_modules/.staging/bin-wrapper-f7046aa1
56018npm verb unbuild node_modules/.staging/bin-build-90063e64
56019npm verb unbuild node_modules/.staging/imagemin-pngquant-79407d93
56020npm verb unbuild node_modules/.staging/imagemin-optipng-9f6f8efc
56021npm verb unbuild node_modules/.staging/imagemin-jpegtran-cb29c47b
56022npm verb unbuild node_modules/.staging/imagemin-gifsicle-fae76d08
56023npm verb unbuild node_modules/.staging/grunt-contrib-imagemin-5b53ba7f
56024npm verb unbuild node_modules/.staging/through2-8a0656ad
56025npm verb unbuild node_modules/.staging/grunt-wiredep-6503c43f
56026npm verb unbuild node_modules/.staging/yargs-6c36a15f
56027npm verb unbuild node_modules/.staging/with-bac83ff4
56028npm verb unbuild node_modules/.staging/constantinople-7db22797
56029npm verb unbuild node_modules/.staging/karma-jade-preprocessor-e15db50d
56030npm verb unbuild node_modules/.staging/grunt-angular-templates-d78279ef
56031npm verb unbuild node_modules/.staging/constantinople-bb823150
56032npm verb unbuild node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119
56033npm verb unbuild node_modules/.staging/grunt-contrib-jade-c8d1bcb3
56034npm verb unbuild node_modules/.staging/zeparser-85709c3e
56035npm verb unbuild node_modules/.staging/active-x-obfuscator-91d422b4
56036npm verb unbuild node_modules/.staging/socket.io-client-eae04f2a
56037npm verb unbuild node_modules/.staging/socket.io-0e1eba34
56038npm verb unbuild node_modules/.staging/zlib-browserify-c0d7d703
56039npm verb unbuild node_modules/.staging/maxmin-c0bbea6d
56040npm verb unbuild node_modules/.staging/grunt-contrib-uglify-2f79f41d
56041npm verb unbuild node_modules/.staging/grunt-contrib-cssmin-65ee732f
56042npm verb unbuild node_modules/.staging/async-da57517b
56043npm verb unbuild node_modules/.staging/body-parser-4fc895bc
56044npm verb unbuild node_modules/.staging/composable-middleware-3928dc46
56045npm verb unbuild node_modules/.staging/compression-461f6b9b
56046npm verb unbuild node_modules/.staging/connect-mongo-797d2f9e
56047npm verb unbuild node_modules/.staging/cookie-parser-b46cd774
56048npm verb unbuild node_modules/.staging/dav-7775bdde
56049npm verb unbuild node_modules/.staging/errorhandler-917523ec
56050npm verb unbuild node_modules/.staging/express-jwt-ee17fc3b
56051npm verb unbuild node_modules/.staging/express-session-59787311
56052npm verb unbuild node_modules/.staging/express-694a0c3e
56053npm verb unbuild node_modules/.staging/gridfs-stream-b8b091b6
56054npm verb unbuild node_modules/.staging/method-override-bced635c
56055npm verb unbuild node_modules/.staging/mongoose-9b2706cf
56056npm verb unbuild node_modules/.staging/morgan-56b458ea
56057npm verb unbuild node_modules/.staging/multer-6c95df91
56058npm verb unbuild node_modules/.staging/passport-af10d670
56059npm verb unbuild node_modules/.staging/passport-ldapauth-e85d7584
56060npm verb unbuild node_modules/.staging/phantom-eb32706d
56061npm verb unbuild node_modules/.staging/passport-local-8c40a2e4
56062npm verb unbuild node_modules/.staging/serve-favicon-4d9788f2
56063npm verb unbuild node_modules/.staging/socket.io-333a1b1a
56064npm verb unbuild node_modules/.staging/socketio-jwt-44749cdc
56065npm verb unbuild node_modules/.staging/node-uuid-4e29000b
56066npm verb unbuild node_modules/.staging/node-uuid-04ba7a3d
56067npm verb unbuild node_modules/.staging/node-uuid-45300770
56068npm verb unbuild node_modules/.staging/node-uuid-715159ea
56069npm verb unbuild node_modules/.staging/node-uuid-0102bf38
56070npm verb unbuild node_modules/.staging/rimraf-69c65d0e
56071npm verb unbuild node_modules/.staging/mkdirp-d006ba2b
56072npm verb unbuild node_modules/.staging/rimraf-b896a30b
56073npm verb unbuild node_modules/.staging/semver-f76c8b07
56074npm verb unbuild node_modules/.staging/clean-css-f0e6afe8
56075npm verb unbuild node_modules/.staging/coffee-script-2bb27cad
56076npm verb unbuild node_modules/.staging/esprima-aad70e2f
56077npm verb unbuild node_modules/.staging/mkdirp-79edf963
56078npm verb unbuild node_modules/.staging/mime-02e2e077
56079npm verb unbuild node_modules/.staging/mime-ec0b83bb
56080npm verb unbuild node_modules/.staging/mime-afc15c84
56081npm verb unbuild node_modules/.staging/nopt-a412eb00
56082npm verb unbuild node_modules/.staging/nopt-3b275b86
56083npm verb unbuild node_modules/.staging/nopt-832e6b6a
56084npm verb unbuild node_modules/.staging/esprima-153cd78f
56085npm verb unbuild node_modules/.staging/executable-7cd550d1
56086npm verb unbuild node_modules/.staging/mkdirp-3544151a
56087npm verb unbuild node_modules/.staging/ncp-13d0f153
56088npm verb unbuild node_modules/.staging/mkdirp-66ea1d24
56089npm verb unbuild node_modules/.staging/mkdirp-edd0ed42
56090npm verb unbuild node_modules/.staging/get-urls-4604d16b
56091npm verb unbuild node_modules/.staging/has-ansi-13383a7e
56092npm verb unbuild node_modules/.staging/mkdirp-f339c58e
56093npm verb unbuild node_modules/.staging/nopt-90b03f78
56094npm verb unbuild node_modules/.staging/rimraf-a948f1b7
56095npm verb unbuild node_modules/.staging/strip-ansi-15fe9cc5
56096npm verb unbuild node_modules/.staging/supports-color-80ba9194
56097npm verb unbuild node_modules/.staging/ext-name-c65d3b18
56098npm verb unbuild node_modules/.staging/strip-ansi-28be461a
56099npm verb unbuild node_modules/.staging/rimraf-684d948e
56100npm verb unbuild node_modules/.staging/strip-ansi-8c803402
56101npm verb unbuild node_modules/.staging/clean-css-c4dc8d52
56102npm verb unbuild node_modules/.staging/strip-ansi-dd06bf20
56103npm verb unbuild node_modules/.staging/strip-ansi-b441a0fb
56104npm verb unbuild node_modules/.staging/strip-ansi-56abba44
56105npm verb unbuild node_modules/.staging/strip-ansi-b39ec2cc
56106npm verb unbuild node_modules/.staging/strip-ansi-f44de076
56107npm verb unbuild node_modules/.staging/has-ansi-b49fbcd4
56108npm verb unbuild node_modules/.staging/strip-ansi-00413b21
56109npm verb unbuild node_modules/.staging/supports-color-c9b7a974
56110npm verb unbuild node_modules/.staging/ncp-70fd6582
56111npm verb unbuild node_modules/.staging/rimraf-d0786253
56112npm verb unbuild node_modules/.staging/rimraf-86730882
56113npm verb unbuild node_modules/.staging/strip-ansi-77a5e2fd
56114npm verb unbuild node_modules/.staging/has-ansi-1768aeee
56115npm verb unbuild node_modules/.staging/strip-ansi-fb95ce52
56116npm verb unbuild node_modules/.staging/supports-color-4a3509ee
56117npm verb unbuild node_modules/.staging/has-ansi-1236a122
56118npm verb unbuild node_modules/.staging/strip-ansi-ba500c51
56119npm verb unbuild node_modules/.staging/supports-color-f32d215a
56120npm verb unbuild node_modules/.staging/nopt-00daa945
56121npm verb unbuild node_modules/.staging/rimraf-ffa53e4d
56122npm verb unbuild node_modules/.staging/mkdirp-4875958c
56123npm verb unbuild node_modules/.staging/ncp-abf634e4
56124npm verb unbuild node_modules/.staging/nopt-ca326d1e
56125npm verb unbuild node_modules/.staging/has-ansi-b895f45b
56126npm verb unbuild node_modules/.staging/strip-ansi-417dddac
56127npm verb unbuild node_modules/.staging/supports-color-70dbc1c7
56128npm verb unbuild node_modules/.staging/has-ansi-3f8702d4
56129npm verb unbuild node_modules/.staging/strip-ansi-9b223044
56130npm verb unbuild node_modules/.staging/supports-color-4ca657d5
56131npm verb unbuild node_modules/.staging/strip-ansi-d899dda2
56132npm verb unbuild node_modules/.staging/shelljs-5c55b8c3
56133npm verb unbuild node_modules/.staging/uglify-js-0270c9a3
56134npm verb unbuild node_modules/.staging/bunyan-86dc7611
56135npm verb unbuild node_modules/.staging/semver-309ebae5
56136npm verb unbuild node_modules/.staging/strip-ansi-a850ad86
56137npm verb unbuild node_modules/.staging/minijasminenode-b612767a
56138npm verb unbuild node_modules/.staging/coffee-script-2701f444
56139npm verb unbuild node_modules/.staging/jade-102e9571
56140npm verb unbuild node_modules/.staging/mkdirp-71bc9341
56141npm verb unbuild node_modules/.staging/ncp-2ecbea4d
56142npm verb unbuild node_modules/.staging/esprima-d9ef0e8d
56143npm verb unbuild node_modules/.staging/semver-f780dc8d
56144npm verb unbuild node_modules/.staging/node-pre-gyp-05acdd9e
56145npm verb unbuild node_modules/.staging/strip-ansi-86f971bc
56146npm verb unbuild node_modules/.staging/nopt-1afce100
56147npm verb unbuild node_modules/.staging/nopt-f5a30ad3
56148npm verb unbuild node_modules/.staging/mkdirp-4c8f6145
56149npm verb unbuild node_modules/.staging/nopt-91bc12da
56150npm verb unbuild node_modules/.staging/grunt-open-3631f721
56151npm verb unbuild node_modules/.staging/opn-113c4005
56152npm verb unbuild node_modules/.staging/osx-release-b4669efd
56153npm verb unbuild node_modules/.staging/mkdirp-76ba8d6c
56154npm verb unbuild node_modules/.staging/nopt-bf834044
56155npm verb unbuild node_modules/.staging/bunyan-f0f7d798
56156npm verb unbuild node_modules/.staging/ldapjs-73185b4c
56157npm verb unbuild node_modules/.staging/pretty-bytes-5e4f8923
56158npm verb unbuild node_modules/.staging/pretty-ms-480798c4
56159npm verb unbuild node_modules/.staging/strip-json-comments-1b70dfdc
56160npm verb unbuild node_modules/.staging/rc-e79a7a27
56161npm verb unbuild node_modules/.staging/image-type-8c2f01f9
56162npm verb unbuild node_modules/.staging/strip-ansi-72556951
56163npm verb unbuild node_modules/.staging/cardinal-9363e355
56164npm verb unbuild node_modules/.staging/repeating-4b191c50
56165npm verb unbuild node_modules/.staging/indent-string-0782c713
56166npm verb unbuild node_modules/.staging/requirejs-c74e8837
56167npm verb unbuild node_modules/.staging/semver-02823aa2
56168npm verb unbuild node_modules/.staging/bower-33635b0a
56169npm verb unbuild node_modules/.staging/shelljs-e6558551
56170npm verb unbuild node_modules/.staging/mocha-b5d1e833
56171npm verb unbuild node_modules/.staging/jasmine-0c5f30a9
56172npm verb unbuild node_modules/.staging/stylus-0ec36e73
56173npm verb unbuild node_modules/.staging/js-yaml-bc773c76
56174npm verb unbuild node_modules/.staging/strip-ansi-a5bfab53
56175npm verb unbuild node_modules/.staging/strip-indent-fc2db20b
56176npm verb unbuild node_modules/.staging/strip-json-comments-ae1b3162
56177npm verb unbuild node_modules/.staging/jshint-e9400c6d
56178npm verb unbuild node_modules/.staging/mkdirp-c98f594f
56179npm verb unbuild node_modules/.staging/stylus-ecb3f94d
56180npm verb unbuild node_modules/.staging/mkdirp-24caeea9
56181npm verb unbuild node_modules/.staging/strip-ansi-5e05ae24
56182npm verb unbuild node_modules/.staging/tiny-lr-fork-b7a0ab13
56183npm verb unbuild node_modules/.staging/ws-e8e45e90
56184npm verb unbuild node_modules/.staging/ws-621b9c64
56185npm verb unbuild node_modules/.staging/ws-4a679c2f
56186npm verb unbuild node_modules/.staging/nopt-7a61e531
56187npm verb unbuild node_modules/.staging/decompress-zip-3e284911
56188npm verb unbuild node_modules/.staging/base64url-34833d2c
56189npm verb unbuild node_modules/.staging/uid-3e598702
56190npm verb unbuild node_modules/.staging/js-yaml-768dff6c
56191npm verb unbuild node_modules/.staging/js-yaml-5d254ab3
56192npm verb unbuild node_modules/.staging/has-ansi-e1c075ce
56193npm verb unbuild node_modules/.staging/strip-ansi-a66c33a9
56194npm verb unbuild node_modules/.staging/supports-color-c24b4571
56195npm verb unbuild node_modules/.staging/user-home-f50edef3
56196npm verb unbuild node_modules/.staging/ncp-6d0cb937
56197npm verb unbuild node_modules/.staging/default-browser-id-f2bcd197
56198npm verb unbuild node_modules/.staging/svgo-9d36ff9a
56199npm verb unbuild node_modules/.staging/which-45ba60a2
56200npm verb unbuild node_modules/.staging/semver-82d7cf47
56201npm verb unbuild node_modules/.staging/os-name-4a5d7f11
56202npm verb unbuild node_modules/.staging/win-spawn-f5bb794f
56203npm verb unbuild node_modules/.staging/uglify-js-88f1db30
56204npm verb unbuild node_modules/.staging/uglify-js-c6d17ed6
56205npm verb unbuild node_modules/.staging/uglify-js-5d0586f9
56206npm verb unbuild node_modules/.staging/uglify-js-e45649d5
56207npm verb unbuild node_modules/.staging/uglify-js-ea9b2b40
56208npm verb unbuild node_modules/.staging/handlebars-e2691921
56209npm verb unbuild node_modules/.staging/ng-annotate-14cad7f0
56210npm verb unbuild node_modules/.staging/latest-version-a0f831f6
56211npm verb unbuild node_modules/.staging/rimraf-39d15087
56212npm verb unbuild node_modules/.staging/http-proxy-d52594ba
56213npm verb unbuild node_modules/.staging/phantomjs-f567f085
56214npm verb unbuild node_modules/.staging/bunyan-f74bfc0e
56215npm verb unbuild node_modules/.staging/autoprefixer-3d5cdb16
56216npm verb unbuild node_modules/.staging/decompress-44a2067d
56217npm verb unbuild node_modules/.staging/x-default-browser-fb0246fc
56218npm verb unbuild node_modules/.staging/protractor-372f660e
56219npm verb unbuild node_modules/.staging/win-detect-browsers-f37e29e9
56220npm verb unbuild node_modules/.staging/biased-opener-c78b9fc8
56221npm verb unbuild node_modules/.staging/node-inspector-605cfb92
56222npm verb unbuild node_modules/.staging/har-validator-f549c573
56223npm verb unbuild node_modules/.staging/nodemon-3c9c81e9
56224npm verb unbuild node_modules/.staging/bower-1dbb3e2a
56225npm verb unbuild node_modules/.staging/download-ab469fed
56226npm verb unbuild node_modules/.staging/pngquant-bin-35f70fc7
56227npm verb unbuild node_modules/.staging/optipng-bin-aaed9deb
56228npm verb unbuild node_modules/.staging/jpegtran-bin-60666aeb
56229npm verb unbuild node_modules/.staging/gifsicle-64758ac9
56230npm verb unbuild node_modules/.staging/imagemin-e9184166
56231npm verb unbuild node_modules/.staging/wiredep-8b27dc54
56232npm verb unbuild node_modules/.staging/uglify-js-283257b9
56233npm verb unbuild node_modules/.staging/jade-262bc90d
56234npm verb unbuild node_modules/.staging/html-minifier-e0a5766e
56235npm verb unbuild node_modules/.staging/jade-806ca709
56236npm verb unbuild node_modules/.staging/jade-4ff2a1e0
56237npm verb unbuild node_modules/.staging/karma-c2c6ee2e
56238npm verb unbuild node_modules/.staging/gzip-size-b68e728c
56239npm verb unbuild node_modules/.staging/ldapjs-6c051d79
56240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSwhat-2da6d84c
56241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/abbrev-f12d5562
56242npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accessibility-developer-tools-e894e846
56243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-e38eec03
56244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/after-bc5589ff
56245npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/amdefine-267588de
56246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a410f7e8
56247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-7e0db658
56248npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-wrap-4d1bfd9b
56249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-green-4adeead4
56250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/archy-43430d37
56251npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-269631c6
56252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-flatten-dfe1060e
56253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-diff-af4d64e0
56254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-filter-3be2e4e8
56255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-flatten-d50542c7
56256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-map-0138963a
56257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-reduce-8a12d111
56258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-unique-9dc3d14a
56259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arraybuffer.slice-55481626
56260npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arrify-9ac595d4
56261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-c26ebd3e
56262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-0edb3b45
56263npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-each-94d3cc63
56264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/aws-sign2-f3e98050
56265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backo2-2f7d12d5
56266npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/balanced-match-2caf4fcd
56267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-arraybuffer-3b76cf1c
56268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-js-a0a08d73
56269npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-url-e4512272
56270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64id-4b9bccf8
56271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-e488c2d2
56272npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-connect-475b37de
56273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/batch-6bf69da7
56274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bcryptjs-c272d6c0
56275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/benchmark-32a9040d
56276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/big-integer-208106ea
56277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-extensions-e1ce8e39
56278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bindings-6e622d6c
56279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/blob-f59f0b52
56280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-79df282b
56281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bn.js-efd25ecb
56282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boolbase-2e66aa3c
56283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-b693ab51
56284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a45a9b76
56285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-endpoint-parser-13df85c7
56286npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-86ce23b1
56287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-logger-5f9207e6
56288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-c3a613b0
56289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a938f671
56290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-94acf699
56291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-57057198
56292npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-b22fc638
56293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-7b8aa4d5
56294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-0b50ba76
56295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-c02d8406
56296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-1d6fc621
56297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-c9e3bacf
56298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-f426f1d6
56299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-9d029782
56300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-460438ea
56301npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-70f325e9
56302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-723251dd
56303npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-34f64c50
56304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-803aae32
56305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-8a9e5e9c
56306npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bplist-parser-0d2357c5
56307npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-13a90d4f
56308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-crc32-084e65d6
56309npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-equal-constant-time-d52decbf
56310npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffers-65a03033
56311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/builtin-modules-7e9b589c
56312npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/callsite-705f0e02
56313npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-ae8f5305
56314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/better-assert-51398f8c
56315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-c3ef2109
56316npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caniuse-db-45c9a237
56317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-9e009108
56318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cdnjs-cdn-data-45f117b7
56319npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-abdc7249
56320npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chainsaw-f53aeada
56321npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-b052a454
56322npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-c8901318
56323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/charenc-cb0b4076
56324npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-cb41437e
56325npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-317b67a8
56326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chmodr-033c3d0e
56327npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-9cc74e24
56328npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-5f65f366
56329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/co-093c432c
56330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-ce467609
56331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-aca17f96
56332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-bind-658fb947
56333npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-emitter-bb43f31a
56334npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-inherit-ee08586f
56335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-f0f61063
56336npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-map-52656bb5
56337npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/brace-expansion-f9ce01c0
56338npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b5e16a67
56339npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-78424534
56340npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-db68d9f0
56341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-457e7491
56342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-b4b325ab
56343npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-8aeab4c3
56344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-livereload-4630fbb4
56345npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-86981bf9
56346npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5c17a76a
56347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-7ee3fcfc
56348npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9e660925
56349npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-ad6791c6
56350npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-117cd50c
56351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9eef6341
56352npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-170cc9ea
56353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-19259e8f
56354npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-09f546b2
56355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-01b17b6e
56356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-66e016f2
56357npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b4d5cbd8
56358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-ed9cda02
56359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-72112b5a
56360npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-21063a14
56361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-3d7cb9b9
56362npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-53088879
56363npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-993e1dad
56364npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-d9218e89
56365npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-dac6bbb1
56366npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-f1d9fb54
56367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-e1ce5019
56368npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-a40190ff
56369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-12ee817c
56370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-fa1b165b
56371npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-22fceefe
56372npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-1b214033
56373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-a001197a
56374npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-08409469
56375npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-25a9724e
56376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-979c8f02
56377npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-63617519
56378npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-52701839
56379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-9db3cd91
56380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c4c50345
56381npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-91c366db
56382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-3a2329ec
56383npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-79a6b672
56384npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-d9a6680e
56385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-ec1509f1
56386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-314ee529
56387npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-dc95cc99
56388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-38959651
56389npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-a6108b81
56390npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-e39cfffc
56391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-f5af036a
56392npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-d580064f
56393npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-3c0261e6
56394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-95d9a985
56395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-disposition-541a3539
56396npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-type-cd4e3150
56397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/convert-source-map-5a92e77b
56398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-82e5ad57
56399npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-c077e3d8
56400npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookiejar-9e87ed30
56401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/core-util-is-83758450
56402npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crc-9724b972
56403npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crypt-5b57dcfe
56404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-0e9a5ce0
56405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-stringify-1d1fd68b
56406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-f33bf0d3
56407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-8f557928
56408npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-a92c6a00
56409npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ctype-0b0363a9
56410npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-a47c17cf
56411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-712fd682
56412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dashdash-aa8fc4cd
56413npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-now-8e62954f
56414npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/console-browserify-ab5fb8de
56415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-time-45fed545
56416npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dateformat-cb799797
56417npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-e3a5d03e
56418npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-53e6023e
56419npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-3734726d
56420npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-equal-908cbfe4
56421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-extend-aa256b2c
56422npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-dd90bf7f
56423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-416cd240
56424npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/defined-bedcb9ad
56425npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-8aef7b90
56426npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-d110bfce
56427npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-9106b5e3
56428npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/di-7831dc48
56429npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-af55dded
56430npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-3084dd12
56431npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/destroy-7f86428c
56432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-1a5656fc
56433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dom-serializer-82be28d2
56434npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-e193f92e
56435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-f940c9d5
56436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-fe17f15d
56437npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-7c595c15
56438npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-7a9f691b
56439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-dee94009
56440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-2a9dfa34
56441npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-d732f0e4
56442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/duplexer-f746760c
56443npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-c6e08435
56444npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/each-async-333283e9
56445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ee-first-77b0c532
56446npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/emitter-component-d4b56992
56447npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-115e11ed
56448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-a912ab4c
56449npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-fb4d3294
56450npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-68ed6536
56451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-ed7c4321
56452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-promise-4312d2a5
56453npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-53a952e1
56454npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es5-ext-0fc5fe2b
56455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/d-b7a230c8
56456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-75c7e39a
56457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-6cf39264
56458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-297de113
56459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-weak-map-4358a268
56460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-string-regexp-8ac2d854
56461npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-866e0a58
56462npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decamelize-217afc4f
56463npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/etag-56c844ad
56464npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-86d1178f
56465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-emitter-00196a84
56466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/eventemitter2-b3dc34dd
56467npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exit-06b6844c
56468npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-brackets-ce545d6e
56469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0756b4ec
56470npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-check-6973bf92
56471npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-b70cc231
56472npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-c77be11b
56473npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-unless-1a57169d
56474npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-be5c11b0
56475npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-4f236357
56476npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-e14d63fb
56477npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-ebf3b6ae
56478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-30e46e1d
56479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/faye-websocket-3206d0e1
56480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/figures-153983d6
56481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/filename-regex-c50de49f
56482npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-f0b62a52
56483npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0907f8c2
56484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-file-2dbcdf75
56485npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/flushwritable-4e2dcd14
56486npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-in-86be0a66
56487npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-own-bd0f2164
56488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8233fd19
56489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5a4c1864
56490npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-8ce7846c
56491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/formidable-265db474
56492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forwarded-69f9508b
56493npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-9b95df6b
56494npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-6619b182
56495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-7fe2b486
56496npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-31fa44cf
56497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-78cf04d1
56498npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-41742a2c
56499npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-function-033982fc
56500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-bc7293a6
56501npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/getobject-c62d4014
56502npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/global-374d4e73
56503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d217b067
56504npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-034d586f
56505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-data-f2ebaccb
56506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-3d6bef75
56507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-922eff6f
56508npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-2bdb314a
56509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d60ec99f
56510npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-a284a379
56511npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-27913bb5
56512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-dd72af88
56513npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-699c6989
56514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-a0d558d7
56515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-49361323
56516npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f02ed013
56517npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-8c4acd29
56518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-55a5085d
56519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-ec6e2171
56520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-0251f18d
56521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-018e78f9
56522npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-4d8af44e
56523npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-d076dc6a
56524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-9a7cda18
56525npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-e7fd4729
56526npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-1bfafc08
56527npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-512e9a87
56528npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-8f28fa39
56529npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-1d0008a5
56530npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-list-8491c35b
56531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f0a0db1f
56532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-readlink-e0f03b21
56533npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/growl-bb8975c2
56534npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-4ffd53aa
56535npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0d838263
56536npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-clean-4c96b3d6
56537npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-9b18b8c8
56538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-copy-2f210885
56539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1776d44b
56540npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ffb46cce
56541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-6dad29d0
56542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-b1e25be5
56543npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd1ce037
56544npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-2a64b152
56545npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0ac204b8
56546npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-24676fe2
56547npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1f73653d
56548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-90adcfc1
56549npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-express-server-b4ad670a
56550npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-674887a5
56551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-61c365d5
56552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4cb47f90
56553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-9944367a
56554npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-3ba91df1
56555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e8827d36
56556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-10c72a91
56557npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-41a88d22
56558npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-lib-contrib-db194074
56559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-68b903c0
56560npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-newer-2677c865
56561npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-8b588e81
56562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-338d4b44
56563npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-e21c6c81
56564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dded5bc1
56565npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-79e825d8
56566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-0510da93
56567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-5152f28e
56568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-6c53599c
56569npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-8de6919d
56570npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-16d52979
56571npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-3a09b4a4
56572npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-616565a1
56573npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-2f62dea2
56574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d5fd9054
56575npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-56890ab9
56576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0beb7ad0
56577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-ecfc5c8a
56578npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-18bfd846
56579npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-6932a104
56580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-color-3fddf883
56581npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-632bfc61
56582npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-104f742c
56583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-28a516ff
56584npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f99a4c39
56585npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-36b35775
56586npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4943addb
56587npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f4cd5333
56588npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-concat-c2d2c62e
56589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0d1cc290
56590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-cors-68bfe3fe
56591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/headless-4e2cb3c4
56592npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-d274c6c0
56593npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-222a0146
56594npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8d3bd819
56595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooker-48b06343
56596npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooks-fixed-10e43d50
56597npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hosted-git-info-15498999
56598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-entities-1122232e
56599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d2fe9457
56600npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-115403f8
56601npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-5326439c
56602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-1051e617
56603npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-ab59db17
56604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/i-9fead3df
56605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-7d8a4ed8
56606npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-47f7f809
56607npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-07c8ae30
56608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indexof-074ed44c
56609npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherit-79467e44
56610npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-b8f89076
56611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-fdf7cfdf
56612npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/block-stream-fd845bc3
56613npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ini-1ccebc15
56614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-d93afa63
56615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd0a411c
56616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0b6984f9
56617npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a64d26c9
56618npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ab360580
56619npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-32ce7889
56620npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-cb204643
56621npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/intersect-68b63877
56622npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-json-49715211
56623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ipaddr.js-8c95b273
56624npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-arrayish-af92cbf1
56625npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/error-ex-0b44cb8c
56626npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-binary-path-1047d7e8
56627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-bmp-120ba3da
56628npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-dc9a1c36
56629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-builtin-module-31934d44
56630npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-dotfile-dc6422c3
56631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extendable-4932e0fc
56632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extglob-7aea9d18
56633npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-gif-8a9aa0a2
56634npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-glob-2aa96e31
56635npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-parent-a392aa50
56636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-base-f3161459
56637npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jpg-0ce7e7c4
56638npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jxr-4d164a75
56639npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-png-c7ac6d74
56640npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-primitive-eba92e42
56641npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-equal-shallow-132dca3a
56642npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-promise-561e20f7
56643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-property-2c1157ec
56644npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-object-property-b5db8d74
56645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-psd-a92b7645
56646npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-root-868d55a7
56647npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-svg-bc94648d
56648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-tif-f967e756
56649npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-utf8-4c4a0a2f
56650npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-webp-32ec5ea6
56651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eca38f64
56652npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isarray-1e4d8727
56653npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-data-6792f4cc
56654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isobject-df492aff
56655npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isstream-047905a8
56656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-core-d674a27b
56657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd-734f2f9b
56658npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd2-f5690671
56659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jit-grunt-3a9b4ef0
56660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-d471d85c
56661npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-12f565db
56662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-efb4381b
56663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-schema-e46a2ed5
56664npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-stringify-safe-58057c07
56665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json3-4df96052
56666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-83c9ee1c
56667npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonify-ebc041bd
56668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonpointer-bd522e4c
56669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-748f30d0
56670npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-4b2d092e
56671npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-5bead6d3
56672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsprim-aa9d372e
56673npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/junk-06962323
56674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-d5c4b9c7
56675npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kareem-9e27a421
56676npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-firefox-launcher-6a346cdc
56677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-html2js-preprocessor-f1deddf6
56678npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-728c7457
56679npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-b83bdb75
56680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jasmine-69d61963
56681npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83
56682npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-requirejs-14c92a66
56683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-scenario-06095de4
56684npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-script-launcher-2878f893
56685npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-76cfa3b4
56686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-23879adc
56687npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-54634d17
56688npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-50b915d4
56689npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-eaa66a38
56690npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-57d1bc28
56691npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-2fb98445
56692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-46bd4b3a
56693npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-7b83e5ad
56694npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kew-dfb8ec66
56695npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-903a1cd4
56696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kind-of-f1416c17
56697npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/keypress-fb981dbf
56698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-number-69ddc5da
56699npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-70cd7b7b
56700npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldap-filter-0b6112fd
56701npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a65e1a7f
56702npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-92ba3afc
56703npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-60490139
56704npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-7a34b4ea
56705npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-688285ff
56706npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lockfile-a921e7b0
56707npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-usemin-36c7c6c4
56708npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-utils-efba2f5f
56709npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-31d328ab
56710npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-d5e92ec3
56711npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-karma-dce72ed5
56712npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-env-82019ed2
56713npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._isnative-f5511a01
56714npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._objecttypes-58496b14
56715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isfunction-c9808c2d
56716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isobject-0932530c
56717npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.now-cb71eb22
56718npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.debounce-74f9a72f
56719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5e6a4a57
56720npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-d0f8e3bb
56721npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lower-case-fd4895a3
56722npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-lower-case-ff1d0ffd
56723npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lpad-90d9a2c6
56724npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-092f799e
56725npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-queue-8ef13842
56726npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/map-obj-1634122e
56727npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-77f52758
56728npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-5f0d6fe6
56729npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-f164a3b9
56730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-59ab0432
56731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-e5e9d8ad
56732npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/md5-7851bcdc
56733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-fbaf77b3
56734npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-0bdd2d62
56735npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-46c98474
56736npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-02ee7a95
56737npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ad3e0aa6
56738npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-df7d7c81
56739npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-40391d3d
56740npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-c479d438
56741npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-9f9702df
56742npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-8ec74725
56743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-318438fa
56744npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-f8fdda82
56745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-9b839995
56746npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimalistic-assert-59f40622
56747npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1.js-27eaf3fb
56748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ecdsa-sig-formatter-3895e7ba
56749npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jwa-d5039063
56750npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2cf6ff47
56751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a38b6639
56752npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-e24d52c7
56753npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-coffee-preprocessor-ea8f8864
56754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-df7c869c
56755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkpath-27408025
56756npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-e1a2188a
56757npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-1d9ff102
56758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-539a0f7e
56759npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-2ccea91c
56760npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-dd3c192e
56761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-e38a3b32
56762npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-9e1f9538
56763npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-4f48efb7
56764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-cdbc2b09
56765npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-5874588c
56766npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mout-468edfff
56767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpromise-1d17ee22
56768npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpath-cc7d5693
56769npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-4b7a1f2e
56770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-8f2c4758
56771npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5bd353aa
56772npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-043850b0
56773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-8124e922
56774npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-c7af878c
56775npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-e74537bc
56776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/muri-6e0c3d58
56777npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mute-stream-23c38b91
56778npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d389daac
56779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-40b01213
56780npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kerberos-f0bfc351
56781npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-core-e309a222
56782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-ee41528f
56783npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c0976f8f
56784npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-ed386b1f
56785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/next-tick-0f4109ca
56786npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-9863c00d
56787npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-18d1a9fb
56788npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-af3882e9
56789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-13c23eb1
56790npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-55097439
56791npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-d846ec49
56792npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-9d568919
56793npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-979fa066
56794npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-07af6c46
56795npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-2429ff25
56796npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-ed1cce0b
56797npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3f109939
56798npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0cf5ae08
56799npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-09c8412f
56800npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-e81f09f7
56801npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-bfb357c6
56802npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3a458d12
56803npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-fd008e65
56804npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-7473f2e9
56805npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-e629783d
56806npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-2a986007
56807npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-66453857
56808npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-462acb16
56809npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/noptify-3e1a1720
56810npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-path-720e7d80
56811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-5c89810d
56812npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nth-check-6676480b
56813npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSselect-0f50a687
56814npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-select-994bcd5f
56815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/number-is-nan-d892eca7
56816npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-finite-876d1b43
56817npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-a5ba0156
56818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-4b753d84
56819npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-component-10e5bbbe
56820npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-bf7ddf00
56821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object.omit-43b36489
56822npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-finished-e27b1d45
56823npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-headers-c173bbeb
56824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-e1afc6a8
56825npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/open-399683eb
56826npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/options-d9b9f48a
56827npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-esprima-props-af59c7fe
56828npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-ast-traverse-24384e7e
56829npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-homedir-66542b79
56830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-bccae03a
56831npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-40d37fa1
56832npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-8e8c7d97
56833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pad-stdio-bd95afb4
56834npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-concurrent-8f98fdbe
56835npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-glob-aaa7424e
56836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-json-48069718
56837npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parsejson-34be595f
56838npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseqs-fe546b14
56839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-e2425ce9
56840npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-53544bbd
56841npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-strategy-ab83c876
56842npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-is-absolute-6585a622
56843npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-b251e6d1
56844npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-970c5705
56845npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-e8fad06c
56846npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-5ecc6794
56847npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-b1b23865
56848npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-a26145d5
56849npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e42f9c02
56850npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-fcde11c6
56851npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-95f13831
56852npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-5158cd6b
56853npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-3de5909f
56854npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-611017b2
56855npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f65fbeb1
56856npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-4dfc46f6
56857npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-78f68fd4
56858npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-be78e942
56859npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-9a3f59aa
56860npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-585b6775
56861npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-1363b98b
56862npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-083f8360
56863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-1147f504
56864npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-33c3b41e
56865npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-0ce17659
56866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pify-8d39eb85
56867npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-5b9c6504
56868npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-promise-7a06a14e
56869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-type-7606825e
56870npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-exists-d3fe1e39
56871npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-up-6092c98d
56872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-9f7ca3f2
56873npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-d13cca63
56874npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-c32f92ea
56875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/policyfile-b12869c3
56876npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-f433733c
56877npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-52d209e7
56878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-54baccc5
56879npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-7c7b2e00
56880npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-f84cf8b5
56881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-aee44b68
56882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pooling-149e19c7
56883npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapauth-fork-7e683701
56884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backoff-deb45122
56885npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/preserve-46ce8621
56886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/precond-d80e2e85
56887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb
56888npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/process-nextick-args-99c8ad65
56889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/progress-1259fa44
56890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promise-4c2ae656
56891npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/propprop-132c8217
56892npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proto-list-18f343b9
56893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/config-chain-4f06bec8
56894npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-2aa894c7
56895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-9449641b
56896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d27279c7
56897npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-2c92b908
56898npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-0b444ccf
56899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-f0364594
56900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8691cae5
56901npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-bdbb9c5e
56902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-791442e1
56903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-6e180b53
56904npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8fb1ece1
56905npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-8289c392
56906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-77af3c45
56907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-87c59726
56908npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-34bb422e
56909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-d4135359
56910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-aa3ff308
56911npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proxy-addr-987eb57d
56912npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-c56380e0
56913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/punycode-50f8bda6
56914npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-6c004dea
56915npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-fe516c28
56916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/p-throttler-5c8f4f09
56917npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coa-ced7c54d
56918npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-faf5570d
56919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/randomatic-1ecea6a0
56920npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-840ef8b4
56921npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-bb9634cf
56922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-473befd3
56923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-1968274d
56924npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promptly-33d94e46
56925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-chunk-bd1f45a0
56926npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-3c4d5bdb
56927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-230f70e1
56928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-85cc230c
56929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-f494fa3d
56930npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readline2-add6b0ec
56931npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-769e1d6b
56932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-77372450
56933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redeyed-d0943e6b
56934npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redis-94a6a32b
56935npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/reduce-component-6282699c
56936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regex-cache-7b5aee7c
56937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-clone-b61bd35f
56938npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-quote-009eda73
56939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-element-e5a400db
56940npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/relateurl-c4d1280f
56941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-string-c980ddfa
56942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fill-range-5ef9f3e5
56943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-range-41d989d2
56944npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/braces-06252f0f
56945npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-6ad74bf0
56946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-ceed58e2
56947npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-a510ab12
56948npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/response-time-f0c163c7
56949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/retry-6ea0c0cc
56950npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-replay-2fdd3e9f
56951npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rndm-f28cd980
56952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rx-657a6559
56953npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/saucelabs-bc92f9a6
56954npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/safe-json-stringify-a0e7e90f
56955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-4ad47b16
56956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/scmp-3c8978ab
56957npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-0074c9bd
56958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-edb089e6
56959npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-diff-b6403f72
56960npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-utils-7c8dfe17
56961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sentence-case-739aa6da
56962npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-case-81dc752a
56963npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-55a215c7
56964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/param-case-b72fe235
56965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-428eb820
56966npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dot-case-cb091322
56967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-a8de92f0
56968npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-8b5b34cf
56969npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3baf7556
56970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-d1ace1eb
56971npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shell-quote-9593bb24
56972npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-2a098fc8
56973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-build-control-5e0e2282
56974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/should-50c5a803
56975npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sigmund-52913fe8
56976npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c4f3a2f3
56977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-6ab643c2
56978npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-216143fb
56979npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c262507c
56980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-17a354ed
56981npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3b6ee7ec
56982npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-ab8aeb43
56983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-mocha-test-efc027cd
56984npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-5c0351b4
56985npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-f1c7d320
56986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-67df9d86
56987npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2a2f5423
56988npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-f44e949d
56989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-45dee521
56990npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-46dd1ff7
56991npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-54e67aef
56992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/globule-5915a629
56993npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gaze-d35c1ef4
56994npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-74c70a27
56995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-8c306e86
56996npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/findup-sync-8140f333
56997npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-4b4f27d0
56998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-c045deee
56999npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-f1b6d1a3
57000npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/signal-exit-8a41fdb4
57001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/loud-rejection-7b22aaab
57002npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-fmt-863b3f2d
57003npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-is-d78478ba
57004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sliced-9abb5cab
57005npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mquery-828ce23e
57006npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/snake-case-e946e9aa
57007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-62cae532
57008npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-2b18a6ec
57009npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-61a48168
57010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-f90753f4
57011npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-adapter-a8f40cd8
57012npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-ed3c386f
57013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-8dd80a88
57014npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eb70372c
57015npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-bde81572
57016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-a1fc7703
57017npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-526a4055
57018npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-d814db77
57019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-18238d0f
57020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sockjs-01cad350
57021npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shoe-90c1a06f
57022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/postcss-8b324b03
57023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-0e6c5e54
57024npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nib-e5b4c9ea
57025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-4252b56e
57026npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-support-0224d270
57027npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-exceptions-3ce8ceb0
57028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-license-ids-aacb7cca
57029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-expression-parse-eb460c37
57030npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-correct-f024b17c
57031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sprintf-js-d0139c3e
57032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-bc1dea50
57033npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stable-caf6f1b0
57034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/alter-df2707e3
57035npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/statuses-01f80765
57036npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stat-mode-2e36ef36
57037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-errors-bac919b5
57038npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-index-01ff1267
57039npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-714f2a9f
57040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-e2c90301
57041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-fb0bedc4
57042npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-timeout-0d3d2d4c
57043npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-44fd8ff0
57044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-combiner-e6543bbb
57045npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/streamsearch-aedb5713
57046npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-235f4c96
57047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string_decoder-b2974c2a
57048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string-length-379dd77f
57049npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-counter-a0488c1b
57050npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ca16f4e5
57051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-358373bc
57052npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e1366965
57053npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-6816b730
57054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multiparty-f19e8247
57055npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-16fc46e8
57056npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-40e3e40e
57057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-41fe2eef
57058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log4js-ec214fd9
57059npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-459b9cc3
57060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-a06ed28f
57061npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ae46a979
57062npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-34bf1d13
57063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-19196ec0
57064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-d5ef2302
57065npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-035a645f
57066npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-9d6a9069
57067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dicer-6fddfd03
57068npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-bbb517fe
57069npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-c5a20cd2
57070npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e44990de
57071npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-0dc30d38
57072npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-be2b1bbb
57073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-dom-munger-8c845d5a
57074npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-b09f3ec0
57075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/busboy-4652db82
57076npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e35088e9
57077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-39ed679c
57078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringify-object-2e0bb045
57079npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringmap-b5d4900f
57080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringset-b25d8fb8
57081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringstream-228812fc
57082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-bom-44cc6049
57083npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-cd4286ca
57084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/load-json-file-20e568bc
57085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redent-98cd0065
57086npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jshint-621cce63
57087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-cb593ab2
57088npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b02415cd
57089npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-08f18e33
57090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-cc145a81
57091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-b4c0e941
57092npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/success-symbol-40eb6545
57093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extglob-7059e4ca
57094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/micromatch-3e0dcf81
57095npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/anymatch-a54c36b2
57096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-1a9b1d07
57097npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-35ae3f56
57098npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-331e3165
57099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-79a3fb33
57100npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-29f38b5d
57101npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/superagent-2956e0bc
57102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supertest-0a3c57ba
57103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-696b9649
57104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-268f9043
57105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log-symbols-84b5e2c1
57106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-filerev-84c7496d
57107npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-stylus-e34fd4cd
57108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tape-0ab0592b
57109npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-8fb94a0e
57110npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-2589f055
57111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-c455f913
57112npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e4ddb62c
57113npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/text-table-c233e25f
57114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-stylish-cc192ea4
57115npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/throttleit-d7594825
57116npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-d4729090
57117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-572bf127
57118npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through-544fbcc6
57119npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-7a48fb69
57120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/split-b5770f82
57121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-a1873cf0
57122npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-21fdbb7f
57123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-537228c1
57124npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-5bf760c0
57125npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-bd203d96
57126npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/time-grunt-2b0acfb3
57127npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/timers-ext-d594c66b
57128npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/memoizee-6fd8d2a7
57129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-color-9a9be295
57130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-f4df6b79
57131npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-35d357df
57132npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-2f14540d
57133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-51e7fba2
57134npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-watch-6102743e
57135npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tinycolor-2ddcca86
57136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-13c48941
57137npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/to-array-663f09fb
57138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/touch-30f27044
57139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-f3376d70
57140npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-7768af0d
57141npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-protocol-0790c9a9
57142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/trim-newlines-898766ba
57143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/truncate-8813a448
57144npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tryor-0c4e5fea
57145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strong-data-uri-d2436f09
57146npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tunnel-agent-0e49203a
57147npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-89356bea
57148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-900b77ff
57149npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-fcda05de
57150npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-b98b7f64
57151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-0bdb32d2
57152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/typedarray-6b4041bf
57153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-stream-b7b14a26
57154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jws-446bd63a
57155npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonwebtoken-fe5a6b0d
57156npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-18099a4d
57157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-to-browserify-56284d51
57158npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-number-2b429131
57159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-safe-755953e1
57160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csrf-fda25d5e
57161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csurf-d91a5017
57162npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid2-5a2a3180
57163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ultron-09e755f4
57164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-67cac5e4
57165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-3498434f
57166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-f4b69f3e
57167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/unpipe-f9a98912
57168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/finalhandler-4addba03
57169npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-e37fcee2
57170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-9b76cd05
57171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/untildify-f784e58d
57172npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-36859cbd
57173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-232e0203
57174npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-7c45e760
57175npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-d294da23
57176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/title-case-d162dd56
57177npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/swap-case-b1c405ff
57178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-upper-case-b561e98d
57179npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constant-case-8c3edcf1
57180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camel-case-329fd2fb
57181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-first-85dd54a3
57182npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pascal-case-76d097e9
57183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/change-case-0f0bfe01
57184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-cc0ec82a
57185npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/useragent-272d17b2
57186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utf8-2bc0a040
57187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-parser-71bb9c9f
57188npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-client-ecc00725
57189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-7a57b1f4
57190npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/util-deprecate-2f69dbad
57191npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-8cf2a159
57192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-6a7d3d3a
57193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-4175e4e7
57194npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chokidar-493c92ec
57195npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-bfcd9d1a
57196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e125e7af
57197npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utils-merge-f0b215eb
57198npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-1cb10dc3
57199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-9e3c587d
57200npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tempfile-ac9f450b
57201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93
57202npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-9ede3d0c
57203npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5
57204npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/validate-npm-package-license-fa23fb48
57205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-package-data-da8ffb1a
57206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-6a7c7ec0
57207npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-up-badd8779
57208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-f993e98c
57209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vary-729c1b62
57210npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-4a4ce112
57211npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-2c766fa3
57212npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-153abeb4
57213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-8200d8a0
57214npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-b0cc249e
57215npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vhost-4d7f0061
57216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-2260fe81
57217npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ware-7b95a9b0
57218npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-df1d612d
57219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/weak-a71be6ba
57220npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-9efa73d2
57221npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/whet.extend-f80e54f1
57222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-svgo-de4f6c2d
57223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-svgmin-ae067f83
57224npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-chrome-launcher-7883b95b
57225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-util-12367406
57226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-4e7ee468
57227npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-06b72008
57228npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-release-ee22328b
57229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ef431766
57230npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/window-size-2b6bc0a7
57231npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-b085bb44
57232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-d9c268da
57233npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-c5fa475a
57234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-7740cd94
57235npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-asset-injector-d2349add
57236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wordwrap-ac831d60
57237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-0cfebbd5
57238npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-90f3593e
57239npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-03a31bca
57240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-64d3d283
57241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-6a6b7888
57242npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-26ca904a
57243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-264ee16b
57244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-ng-annotate-f7ff75c2
57245npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-9467c81b
57246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-e4661074
57247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-ca79e24b
57248npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-stream-1157f43b
57249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ps-tree-8da0fe62
57250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-a5f7e380
57251npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-config-87f89cca
57252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wrappy-b7a71258
57253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-registry-client-4ffd3e16
57254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-e45338e0
57255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-5027e1f8
57256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/registry-url-2b6a5741
57257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/package-json-8cc06c4f
57258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-09e4e875
57259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-b285a30b
57260npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/end-of-stream-790af1fd
57261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pump-4b6bc993
57262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inflight-f75d5068
57263npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-dbb8b0e6
57264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-707c263d
57265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-5bb0eadd
57266npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utile-cbdf8110
57267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-52638c4c
57268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-a9bb583d
57269npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-phantomjs-launcher-a204638c
57270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-fa5f7892
57271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-8488df19
57272npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-a6d42726
57273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-ignore-ac1e1595
57274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-f275ccfd
57275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-d6877a8f
57276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-ba753a49
57277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exec-buffer-a8e2f870
57278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-autoprefixer-a782ba0c
57279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-de13f73e
57280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-91aaf05e
57281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-00b289fc
57282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xdg-basedir-6606347b
57283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/configstore-275420f3
57284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-f0b43ef4
57285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-274863fe
57286npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlbuilder-a2985beb
57287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xml2js-390cccc6
57288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/selenium-webdriver-3cd43bc3
57289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-protractor-runner-5125318c
57290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/plist-a3b1290c
57291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmldom-c6234d03
57292npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-df7988d8
57293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-546ef2c3
57294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/browser-launcher2-644863c4
57295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-node-inspector-2e498e55
57296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-stream-4fc8f8ec
57297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-fs-0d1dc96b
57298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-my-json-valid-b35f6870
57299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-df9491f2
57300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-nodemon-a4c3385d
57301npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-22313f85
57302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/insight-5d8273b2
57303npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-ef8342bc
57304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-google-cdn-1a23fce9
57305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-wrapper-f7046aa1
57306npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-build-90063e64
57307npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-pngquant-79407d93
57308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-optipng-9f6f8efc
57309npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-jpegtran-cb29c47b
57310npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-gifsicle-fae76d08
57311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-imagemin-5b53ba7f
57312npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-8a0656ad
57313npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-wiredep-6503c43f
57314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-6c36a15f
57315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-bac83ff4
57316npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-7db22797
57317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jade-preprocessor-e15db50d
57318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-angular-templates-d78279ef
57319npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-bb823150
57320npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119
57321npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jade-c8d1bcb3
57322npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zeparser-85709c3e
57323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/active-x-obfuscator-91d422b4
57324npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-eae04f2a
57325npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-0e1eba34
57326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-c0d7d703
57327npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/maxmin-c0bbea6d
57328npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-uglify-2f79f41d
57329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-cssmin-65ee732f
57330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-da57517b
57331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-4fc895bc
57332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/composable-middleware-3928dc46
57333npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-461f6b9b
57334npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-mongo-797d2f9e
57335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b46cd774
57336npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dav-7775bdde
57337npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-917523ec
57338npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-jwt-ee17fc3b
57339npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-59787311
57340npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-694a0c3e
57341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gridfs-stream-b8b091b6
57342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-bced635c
57343npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongoose-9b2706cf
57344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-56b458ea
57345npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multer-6c95df91
57346npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-af10d670
57347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-ldapauth-e85d7584
57348npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantom-eb32706d
57349npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-local-8c40a2e4
57350npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-4d9788f2
57351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-333a1b1a
57352npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socketio-jwt-44749cdc
57353npm verb tar unpack /root/.npm/CSSwhat/0.4.7/package.tgz
57354npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/CSSwhat-2da6d84c
57355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSwhat-2da6d84c
57356npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
57357npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/abbrev-f12d5562
57358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/abbrev-f12d5562
57359npm verb tar unpack /root/.npm/accessibility-developer-tools/2.6.0/package.tgz
57360npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accessibility-developer-tools-e894e846
57361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accessibility-developer-tools-e894e846
57362npm verb tar unpack /root/.npm/adm-zip/0.4.7/package.tgz
57363npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/adm-zip-e38eec03
57364npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-e38eec03
57365npm verb tar unpack /root/.npm/after/0.8.1/package.tgz
57366npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/after-bc5589ff
57367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/after-bc5589ff
57368npm verb tar unpack /root/.npm/amdefine/1.0.0/package.tgz
57369npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/amdefine-267588de
57370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/amdefine-267588de
57371npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
57372npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-a410f7e8
57373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a410f7e8
57374npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
57375npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-7e0db658
57376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-7e0db658
57377npm verb tar unpack /root/.npm/ansi-wrap/0.1.0/package.tgz
57378npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-wrap-4d1bfd9b
57379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-wrap-4d1bfd9b
57380npm verb tar unpack /root/.npm/ansi-green/0.1.1/package.tgz
57381npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-green-4adeead4
57382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-green-4adeead4
57383npm verb tar unpack /root/.npm/archy/0.0.2/package.tgz
57384npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/archy-43430d37
57385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/archy-43430d37
57386npm verb tar unpack /root/.npm/underscore.string/2.4.0/package.tgz
57387npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-269631c6
57388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-269631c6
57389npm verb tar unpack /root/.npm/arr-flatten/1.0.1/package.tgz
57390npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/arr-flatten-dfe1060e
57391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-flatten-dfe1060e
57392npm verb tar unpack /root/.npm/arr-diff/2.0.0/package.tgz
57393npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/arr-diff-af4d64e0
57394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-diff-af4d64e0
57395npm verb tar unpack /root/.npm/array-filter/0.0.1/package.tgz
57396npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-filter-3be2e4e8
57397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-filter-3be2e4e8
57398npm verb tar unpack /root/.npm/array-flatten/1.1.1/package.tgz
57399npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-flatten-d50542c7
57400npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-flatten-d50542c7
57401npm verb tar unpack /root/.npm/array-map/0.0.0/package.tgz
57402npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-map-0138963a
57403npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-map-0138963a
57404npm verb tar unpack /root/.npm/array-reduce/0.0.0/package.tgz
57405npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-reduce-8a12d111
57406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-reduce-8a12d111
57407npm verb tar unpack /root/.npm/array-unique/0.2.1/package.tgz
57408npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-unique-9dc3d14a
57409npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-unique-9dc3d14a
57410npm verb tar unpack /root/.npm/arraybuffer.slice/0.0.6/package.tgz
57411npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/arraybuffer.slice-55481626
57412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arraybuffer.slice-55481626
57413npm verb tar unpack /root/.npm/arrify/1.0.1/package.tgz
57414npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/arrify-9ac595d4
57415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arrify-9ac595d4
57416npm verb tar unpack /root/.npm/asn1/0.2.3/package.tgz
57417npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-c26ebd3e
57418npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-c26ebd3e
57419npm verb tar unpack /root/.npm/assert-plus/0.2.0/package.tgz
57420npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-0edb3b45
57421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-0edb3b45
57422npm verb tar unpack /root/.npm/async-each/0.1.6/package.tgz
57423npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-each-94d3cc63
57424npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-each-94d3cc63
57425npm verb tar unpack /root/.npm/aws-sign2/0.5.0/package.tgz
57426npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/aws-sign2-f3e98050
57427npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/aws-sign2-f3e98050
57428npm verb tar unpack /root/.npm/backo2/1.0.2/package.tgz
57429npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/backo2-2f7d12d5
57430npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backo2-2f7d12d5
57431npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
57432npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/balanced-match-2caf4fcd
57433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/balanced-match-2caf4fcd
57434npm verb tar unpack /root/.npm/base64-arraybuffer/0.1.2/package.tgz
57435npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64-arraybuffer-3b76cf1c
57436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-arraybuffer-3b76cf1c
57437npm verb tar unpack /root/.npm/base64-js/0.0.8/package.tgz
57438npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64-js-a0a08d73
57439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-js-a0a08d73
57440npm verb tar unpack /root/.npm/base64-url/1.2.1/package.tgz
57441npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64-url-e4512272
57442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-url-e4512272
57443npm verb tar unpack /root/.npm/base64id/0.1.0/package.tgz
57444npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64id-4b9bccf8
57445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64id-4b9bccf8
57446npm verb tar unpack /root/.npm/basic-auth/1.0.3/package.tgz
57447npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/basic-auth-e488c2d2
57448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-e488c2d2
57449npm verb tar unpack /root/.npm/basic-auth-connect/1.0.0/package.tgz
57450npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/basic-auth-connect-475b37de
57451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-connect-475b37de
57452npm verb tar unpack /root/.npm/batch/0.5.2/package.tgz
57453npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/batch-6bf69da7
57454npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/batch-6bf69da7
57455npm verb tar unpack /root/.npm/bcryptjs/2.1.0/package.tgz
57456npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bcryptjs-c272d6c0
57457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bcryptjs-c272d6c0
57458npm verb tar unpack /root/.npm/benchmark/1.0.0/package.tgz
57459npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/benchmark-32a9040d
57460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/benchmark-32a9040d
57461npm verb tar unpack /root/.npm/big-integer/1.6.9/package.tgz
57462npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/big-integer-208106ea
57463npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/big-integer-208106ea
57464npm verb tar unpack /root/.npm/binary-extensions/1.4.0/package.tgz
57465npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/binary-extensions-e1ce8e39
57466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-extensions-e1ce8e39
57467npm verb tar unpack /root/.npm/bindings/1.2.1/package.tgz
57468npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bindings-6e622d6c
57469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bindings-6e622d6c
57470npm verb tar unpack /root/.npm/blob/0.0.2/package.tgz
57471npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/blob-f59f0b52
57472npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/blob-f59f0b52
57473npm verb tar unpack /root/.npm/bluebird/2.9.26/package.tgz
57474npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bluebird-79df282b
57475npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-79df282b
57476npm verb tar unpack /root/.npm/bn.js/2.2.0/package.tgz
57477npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bn.js-efd25ecb
57478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bn.js-efd25ecb
57479npm verb tar unpack /root/.npm/boolbase/1.0.0/package.tgz
57480npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boolbase-2e66aa3c
57481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boolbase-2e66aa3c
57482npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
57483npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-b693ab51
57484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-b693ab51
57485npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
57486npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-a45a9b76
57487npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a45a9b76
57488npm verb tar unpack /root/.npm/bower-endpoint-parser/0.2.2/package.tgz
57489npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-endpoint-parser-13df85c7
57490npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-endpoint-parser-13df85c7
57491npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
57492npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-86ce23b1
57493npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-86ce23b1
57494npm verb tar unpack /root/.npm/bower-logger/0.2.2/package.tgz
57495npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-logger-5f9207e6
57496npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-logger-5f9207e6
57497npm verb tar unpack /root/.npm/osenv/0.0.3/package.tgz
57498npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/osenv-c3a613b0
57499npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-c3a613b0
57500npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
57501npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-a938f671
57502npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a938f671
57503npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
57504npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-94acf699
57505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-94acf699
57506npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
57507npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-57057198
57508npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-57057198
57509npm verb tar unpack /root/.npm/caseless/0.8.0/package.tgz
57510npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caseless-b22fc638
57511npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-b22fc638
57512npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
57513npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-7b8aa4d5
57514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-7b8aa4d5
57515npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
57516npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-0b50ba76
57517npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-0b50ba76
57518npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
57519npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-c02d8406
57520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-c02d8406
57521npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
57522npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-1d6fc621
57523npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-1d6fc621
57524npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
57525npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-c9e3bacf
57526npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-c9e3bacf
57527npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
57528npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-f426f1d6
57529npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-f426f1d6
57530npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
57531npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-9d029782
57532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-9d029782
57533npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
57534npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-460438ea
57535npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-460438ea
57536npm verb tar unpack /root/.npm/lru-cache/2.3.1/package.tgz
57537npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lru-cache-70f325e9
57538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-70f325e9
57539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-4e29000b
57540npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-04ba7a3d
57541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-45300770
57542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-715159ea
57543npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-0102bf38
57544npm verb tar unpack /root/.npm/oauth-sign/0.5.0/package.tgz
57545npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-723251dd
57546npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-723251dd
57547npm verb tar unpack /root/.npm/qs/2.3.3/package.tgz
57548npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-34f64c50
57549npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-34f64c50
57550npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-69c65d0e
57551npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
57552npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-803aae32
57553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-803aae32
57554npm verb tar unpack /root/.npm/hawk/1.1.1/package.tgz
57555npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-8a9e5e9c
57556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-8a9e5e9c
57557npm verb tar unpack /root/.npm/bplist-parser/0.1.1/package.tgz
57558npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bplist-parser-0d2357c5
57559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bplist-parser-0d2357c5
57560npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
57561npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-13a90d4f
57562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-13a90d4f
57563npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-d006ba2b
57564npm verb tar unpack /root/.npm/buffer-crc32/0.2.1/package.tgz
57565npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/buffer-crc32-084e65d6
57566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-crc32-084e65d6
57567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-b896a30b
57568npm verb tar unpack /root/.npm/buffer-equal-constant-time/1.0.1/package.tgz
57569npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/buffer-equal-constant-time-d52decbf
57570npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-equal-constant-time-d52decbf
57571npm verb tar unpack /root/.npm/buffers/0.1.1/package.tgz
57572npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/buffers-65a03033
57573npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffers-65a03033
57574npm verb tar unpack /root/.npm/builtin-modules/1.1.0/package.tgz
57575npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/builtin-modules-7e9b589c
57576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/builtin-modules-7e9b589c
57577npm verb tar unpack /root/.npm/callsite/1.0.0/package.tgz
57578npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/callsite-705f0e02
57579npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/callsite-705f0e02
57580npm verb tar unpack /root/.npm/bytes/1.0.0/package.tgz
57581npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bytes-ae8f5305
57582npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-ae8f5305
57583npm verb tar unpack /root/.npm/better-assert/1.0.2/package.tgz
57584npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/better-assert-51398f8c
57585npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/better-assert-51398f8c
57586npm verb tar unpack /root/.npm/camelcase/1.2.1/package.tgz
57587npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camelcase-c3ef2109
57588npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-c3ef2109
57589npm verb tar unpack /root/.npm/caniuse-db/1.0.30000382/package.tgz
57590npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caniuse-db-45c9a237
57591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caniuse-db-45c9a237
57592npm verb tar unpack /root/.npm/caseless/0.11.0/package.tgz
57593npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caseless-9e009108
57594npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-9e009108
57595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f76c8b07
57596npm verb tar unpack /root/.npm/cdnjs-cdn-data/0.1.2/package.tgz
57597npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cdnjs-cdn-data-45f117b7
57598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cdnjs-cdn-data-45f117b7
57599npm verb tar unpack /root/.npm/traverse/0.3.9/package.tgz
57600npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/traverse-abdc7249
57601npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-abdc7249
57602npm verb tar unpack /root/.npm/chainsaw/0.1.0/package.tgz
57603npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chainsaw-f53aeada
57604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chainsaw-f53aeada
57605npm verb tar unpack /root/.npm/binary/0.3.0/package.tgz
57606npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/binary-b052a454
57607npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-b052a454
57608npm verb tar unpack /root/.npm/character-parser/1.2.0/package.tgz
57609npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/character-parser-c8901318
57610npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-c8901318
57611npm verb tar unpack /root/.npm/charenc/0.0.1/package.tgz
57612npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/charenc-cb0b4076
57613npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/charenc-cb0b4076
57614npm verb tar unpack /root/.npm/entities/0.5.0/package.tgz
57615npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/entities-cb41437e
57616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-cb41437e
57617npm verb tar unpack /root/.npm/underscore/1.4.4/package.tgz
57618npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore-317b67a8
57619npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-317b67a8
57620npm verb tar unpack /root/.npm/chmodr/0.1.0/package.tgz
57621npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chmodr-033c3d0e
57622npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chmodr-033c3d0e
57623npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
57624npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-9cc74e24
57625npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-9cc74e24
57626npm verb tar unpack /root/.npm/commander/2.2.0/package.tgz
57627npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-5f65f366
57628npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-5f65f366
57629npm verb tar unpack /root/.npm/co/4.6.0/package.tgz
57630npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/co-093c432c
57631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/co-093c432c
57632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-f0e6afe8
57633npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2bb27cad
57634npm verb tar unpack /root/.npm/colors/0.6.2/package.tgz
57635npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/colors-ce467609
57636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-ce467609
57637npm verb tar unpack /root/.npm/commander/2.1.0/package.tgz
57638npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-aca17f96
57639npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-aca17f96
57640npm verb tar unpack /root/.npm/component-bind/1.0.0/package.tgz
57641npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/component-bind-658fb947
57642npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-bind-658fb947
57643npm verb tar unpack /root/.npm/component-emitter/1.1.2/package.tgz
57644npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/component-emitter-bb43f31a
57645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-emitter-bb43f31a
57646npm verb tar unpack /root/.npm/component-inherit/0.0.3/package.tgz
57647npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/component-inherit-ee08586f
57648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-inherit-ee08586f
57649npm verb tar unpack /root/.npm/compressible/1.1.1/package.tgz
57650npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/compressible-f0f61063
57651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-f0f61063
57652npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
57653npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/concat-map-52656bb5
57654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-map-52656bb5
57655npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
57656npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/brace-expansion-f9ce01c0
57657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/brace-expansion-f9ce01c0
57658npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
57659npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-b5e16a67
57660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b5e16a67
57661npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-aad70e2f
57662npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
57663npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-78424534
57664npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-78424534
57665npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
57666npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-db68d9f0
57667npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-db68d9f0
57668npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
57669npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-457e7491
57670npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-457e7491
57671npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-79edf963
57672npm verb tar unpack /root/.npm/object-assign/2.1.1/package.tgz
57673npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-b4b325ab
57674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-b4b325ab
57675npm verb tar unpack /root/.npm/uuid/2.0.1/package.tgz
57676npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uuid-8aeab4c3
57677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-8aeab4c3
57678npm verb tar unpack /root/.npm/connect-livereload/0.4.1/package.tgz
57679npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/connect-livereload-4630fbb4
57680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-livereload-4630fbb4
57681npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
57682npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-86981bf9
57683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-86981bf9
57684npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
57685npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-5c17a76a
57686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5c17a76a
57687npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
57688npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-7ee3fcfc
57689npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-7ee3fcfc
57690npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
57691npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-9e660925
57692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9e660925
57693npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
57694npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-ad6791c6
57695npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-ad6791c6
57696npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
57697npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-117cd50c
57698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-117cd50c
57699npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
57700npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-9eef6341
57701npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9eef6341
57702npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
57703npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-170cc9ea
57704npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-170cc9ea
57705npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
57706npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-19259e8f
57707npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-19259e8f
57708npm verb tar unpack /root/.npm/bytes/2.1.0/package.tgz
57709npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bytes-09f546b2
57710npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-09f546b2
57711npm verb tar unpack /root/.npm/cookie-signature/1.0.6/package.tgz
57712npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-signature-01b17b6e
57713npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-01b17b6e
57714npm verb tar unpack /root/.npm/cookie/0.1.3/package.tgz
57715npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-66e016f2
57716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-66e016f2
57717npm verb tar unpack /root/.npm/cookie-parser/1.3.5/package.tgz
57718npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-parser-b4d5cbd8
57719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b4d5cbd8
57720npm verb tar unpack /root/.npm/depd/1.0.1/package.tgz
57721npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/depd-ed9cda02
57722npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-ed9cda02
57723npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
57724npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-72112b5a
57725npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-72112b5a
57726npm verb tar unpack /root/.npm/fresh/0.3.0/package.tgz
57727npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fresh-21063a14
57728npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-21063a14
57729npm verb tar unpack /root/.npm/fresh/0.3.0/package.tgz
57730npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fresh-3d7cb9b9
57731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-3d7cb9b9
57732npm verb tar unpack /root/.npm/iconv-lite/0.4.11/package.tgz
57733npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/iconv-lite-53088879
57734npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-53088879
57735npm verb tar unpack /root/.npm/media-typer/0.3.0/package.tgz
57736npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/media-typer-993e1dad
57737npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-993e1dad
57738npm verb tar unpack /root/.npm/methods/1.1.1/package.tgz
57739npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-d9218e89
57740npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-d9218e89
57741npm verb tar unpack /root/.npm/methods/1.1.1/package.tgz
57742npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-dac6bbb1
57743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-dac6bbb1
57744npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-02e2e077
57745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ec0b83bb
57746npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-afc15c84
57747npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
57748npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-f1d9fb54
57749npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-f1d9fb54
57750npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
57751npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-e1ce5019
57752npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-e1ce5019
57753npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
57754npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-a40190ff
57755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-a40190ff
57756npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
57757npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-12ee817c
57758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-12ee817c
57759npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
57760npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-fa1b165b
57761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-fa1b165b
57762npm verb tar unpack /root/.npm/compressible/2.0.6/package.tgz
57763npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/compressible-22fceefe
57764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-22fceefe
57765npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
57766npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-1b214033
57767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-1b214033
57768npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
57769npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-a001197a
57770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-a001197a
57771npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
57772npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-08409469
57773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-08409469
57774npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
57775npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-25a9724e
57776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-25a9724e
57777npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
57778npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-979c8f02
57779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-979c8f02
57780npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
57781npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-63617519
57782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-63617519
57783npm verb tar unpack /root/.npm/negotiator/0.5.3/package.tgz
57784npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-52701839
57785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-52701839
57786npm verb tar unpack /root/.npm/negotiator/0.5.3/package.tgz
57787npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-9db3cd91
57788npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-9db3cd91
57789npm verb tar unpack /root/.npm/negotiator/0.5.3/package.tgz
57790npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-c4c50345
57791npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c4c50345
57792npm verb tar unpack /root/.npm/accepts/1.2.13/package.tgz
57793npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-91c366db
57794npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-91c366db
57795npm verb tar unpack /root/.npm/accepts/1.2.13/package.tgz
57796npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-3a2329ec
57797npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-3a2329ec
57798npm verb tar unpack /root/.npm/accepts/1.2.13/package.tgz
57799npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-79a6b672
57800npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-79a6b672
57801npm verb tar unpack /root/.npm/errorhandler/1.4.2/package.tgz
57802npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/errorhandler-d9a6680e
57803npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-d9a6680e
57804npm verb tar unpack /root/.npm/parseurl/1.3.0/package.tgz
57805npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseurl-ec1509f1
57806npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-ec1509f1
57807npm verb tar unpack /root/.npm/parseurl/1.3.0/package.tgz
57808npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseurl-314ee529
57809npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-314ee529
57810npm verb tar unpack /root/.npm/parseurl/1.3.0/package.tgz
57811npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseurl-dc95cc99
57812npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-dc95cc99
57813npm verb tar unpack /root/.npm/pause/0.1.0/package.tgz
57814npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pause-38959651
57815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-38959651
57816npm verb tar unpack /root/.npm/qs/4.0.0/package.tgz
57817npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-a6108b81
57818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-a6108b81
57819npm verb tar unpack /root/.npm/range-parser/1.0.3/package.tgz
57820npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/range-parser-e39cfffc
57821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-e39cfffc
57822npm verb tar unpack /root/.npm/iconv-lite/0.4.13/package.tgz
57823npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/iconv-lite-f5af036a
57824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-f5af036a
57825npm verb tar unpack /root/.npm/bytes/2.2.0/package.tgz
57826npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bytes-d580064f
57827npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-d580064f
57828npm verb tar unpack /root/.npm/type-is/1.6.10/package.tgz
57829npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-3c0261e6
57830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-3c0261e6
57831npm verb tar unpack /root/.npm/type-is/1.6.10/package.tgz
57832npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-95d9a985
57833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-95d9a985
57834npm verb tar unpack /root/.npm/content-disposition/0.5.0/package.tgz
57835npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/content-disposition-541a3539
57836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-disposition-541a3539
57837npm verb tar unpack /root/.npm/content-type/1.0.1/package.tgz
57838npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/content-type-cd4e3150
57839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-type-cd4e3150
57840npm verb tar unpack /root/.npm/convert-source-map/0.4.1/package.tgz
57841npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/convert-source-map-5a92e77b
57842npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/convert-source-map-5a92e77b
57843npm verb tar unpack /root/.npm/cookie/0.1.0/package.tgz
57844npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-82e5ad57
57845npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-82e5ad57
57846npm verb tar unpack /root/.npm/cookie-signature/1.0.3/package.tgz
57847npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-signature-c077e3d8
57848npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-c077e3d8
57849npm verb tar unpack /root/.npm/cookiejar/1.3.0/package.tgz
57850npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookiejar-9e87ed30
57851npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookiejar-9e87ed30
57852npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
57853npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/core-util-is-83758450
57854npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/core-util-is-83758450
57855npm verb tar unpack /root/.npm/crc/3.3.0/package.tgz
57856npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/crc-9724b972
57857npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crc-9724b972
57858npm verb tar unpack /root/.npm/crypt/0.0.1/package.tgz
57859npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/crypt-5b57dcfe
57860npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crypt-5b57dcfe
57861npm verb tar unpack /root/.npm/css-parse/1.0.4/package.tgz
57862npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-parse-0e9a5ce0
57863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-0e9a5ce0
57864npm verb tar unpack /root/.npm/css-stringify/1.0.5/package.tgz
57865npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-stringify-1d1fd68b
57866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-stringify-1d1fd68b
57867npm verb tar unpack /root/.npm/css/1.0.8/package.tgz
57868npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-f33bf0d3
57869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-f33bf0d3
57870npm verb tar unpack /root/.npm/cookie/0.1.3/package.tgz
57871npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-8f557928
57872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-8f557928
57873npm verb tar unpack /root/.npm/cookie-signature/1.0.6/package.tgz
57874npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-signature-a92c6a00
57875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-a92c6a00
57876npm verb tar unpack /root/.npm/ctype/0.5.3/package.tgz
57877npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ctype-0b0363a9
57878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ctype-0b0363a9
57879npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
57880npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-a47c17cf
57881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-a47c17cf
57882npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
57883npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-712fd682
57884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-712fd682
57885npm verb tar unpack /root/.npm/dashdash/1.10.1/package.tgz
57886npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dashdash-aa8fc4cd
57887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dashdash-aa8fc4cd
57888npm verb tar unpack /root/.npm/date-now/0.1.4/package.tgz
57889npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/date-now-8e62954f
57890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-now-8e62954f
57891npm verb tar unpack /root/.npm/console-browserify/1.1.0/package.tgz
57892npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/console-browserify-ab5fb8de
57893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/console-browserify-ab5fb8de
57894npm verb tar unpack /root/.npm/date-time/0.1.1/package.tgz
57895npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/date-time-45fed545
57896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-time-45fed545
57897npm verb tar unpack /root/.npm/dateformat/1.0.2-1.2.3/package.tgz
57898npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dateformat-cb799797
57899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dateformat-cb799797
57900npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
57901npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-e3a5d03e
57902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-e3a5d03e
57903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-a412eb00
57904npm verb tar unpack /root/.npm/q/1.0.1/package.tgz
57905npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-53e6023e
57906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-53e6023e
57907npm verb tar unpack /root/.npm/get-stdin/0.1.0/package.tgz
57908npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/get-stdin-3734726d
57909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-3734726d
57910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-3b275b86
57911npm verb tar unpack /root/.npm/deep-equal/0.0.0/package.tgz
57912npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/deep-equal-908cbfe4
57913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-equal-908cbfe4
57914npm verb tar unpack /root/.npm/deep-extend/0.2.11/package.tgz
57915npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/deep-extend-aa256b2c
57916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-extend-aa256b2c
57917npm verb tar unpack /root/.npm/camelcase/2.0.1/package.tgz
57918npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camelcase-dd90bf7f
57919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-dd90bf7f
57920npm verb tar unpack /root/.npm/object-assign/4.0.1/package.tgz
57921npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-416cd240
57922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-416cd240
57923npm verb tar unpack /root/.npm/defined/0.0.0/package.tgz
57924npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/defined-bedcb9ad
57925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/defined-bedcb9ad
57926npm verb tar unpack /root/.npm/delayed-stream/1.0.0/package.tgz
57927npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-8aef7b90
57928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-8aef7b90
57929npm verb tar unpack /root/.npm/combined-stream/1.0.5/package.tgz
57930npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-d110bfce
57931npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-d110bfce
57932npm verb tar unpack /root/.npm/depd/0.4.4/package.tgz
57933npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/depd-9106b5e3
57934npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-9106b5e3
57935npm verb tar unpack /root/.npm/di/0.0.1/package.tgz
57936npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/di-7831dc48
57937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/di-7831dc48
57938npm verb tar unpack /root/.npm/diff/1.0.8/package.tgz
57939npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/diff-af55dded
57940npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-af55dded
57941npm verb tar unpack /root/.npm/domelementtype/1.1.3/package.tgz
57942npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domelementtype-3084dd12
57943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-3084dd12
57944npm verb tar unpack /root/.npm/destroy/1.0.3/package.tgz
57945npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/destroy-7f86428c
57946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/destroy-7f86428c
57947npm verb tar unpack /root/.npm/entities/1.1.1/package.tgz
57948npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/entities-1a5656fc
57949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-1a5656fc
57950npm verb tar unpack /root/.npm/dom-serializer/0.1.0/package.tgz
57951npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dom-serializer-82be28d2
57952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dom-serializer-82be28d2
57953npm verb tar unpack /root/.npm/domelementtype/1.3.0/package.tgz
57954npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domelementtype-e193f92e
57955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-e193f92e
57956npm verb tar unpack /root/.npm/domutils/1.1.6/package.tgz
57957npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domutils-f940c9d5
57958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-f940c9d5
57959npm verb tar unpack /root/.npm/domhandler/2.0.3/package.tgz
57960npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domhandler-fe17f15d
57961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-fe17f15d
57962npm verb tar unpack /root/.npm/domutils/1.4.3/package.tgz
57963npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domutils-7c595c15
57964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-7c595c15
57965npm verb tar unpack /root/.npm/domhandler/2.3.0/package.tgz
57966npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domhandler-7a9f691b
57967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-7a9f691b
57968npm verb tar unpack /root/.npm/domutils/1.5.1/package.tgz
57969npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domutils-dee94009
57970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-dee94009
57971npm verb tar unpack /root/.npm/get-stdin/0.1.0/package.tgz
57972npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/get-stdin-2a9dfa34
57973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-2a9dfa34
57974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-832e6b6a
57975npm verb tar unpack /root/.npm/dtrace-provider/0.6.0/package.tgz
57976npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dtrace-provider-d732f0e4
57977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-d732f0e4
57978npm verb tar unpack /root/.npm/duplexer/0.1.1/package.tgz
57979npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/duplexer-f746760c
57980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/duplexer-f746760c
57981npm verb tar unpack /root/.npm/nan/2.1.0/package.tgz
57982npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-c6e08435
57983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-c6e08435
57984npm verb tar unpack /root/.npm/each-async/0.1.3/package.tgz
57985npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/each-async-333283e9
57986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/each-async-333283e9
57987npm verb tar unpack /root/.npm/ee-first/1.1.1/package.tgz
57988npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ee-first-77b0c532
57989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ee-first-77b0c532
57990npm verb tar unpack /root/.npm/emitter-component/1.0.0/package.tgz
57991npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/emitter-component-d4b56992
57992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/emitter-component-d4b56992
57993npm verb tar unpack /root/.npm/commander/0.6.1/package.tgz
57994npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-115e11ed
57995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-115e11ed
57996npm verb tar unpack /root/.npm/parseuri/0.0.4/package.tgz
57997npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseuri-a912ab4c
57998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-a912ab4c
57999npm verb tar unpack /root/.npm/nan/0.3.2/package.tgz
58000npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-fb4d3294
58001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-fb4d3294
58002npm verb tar unpack /root/.npm/xmlhttprequest/1.5.0/package.tgz
58003npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmlhttprequest-68ed6536
58004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-68ed6536
58005npm verb tar unpack /root/.npm/entities/1.0.0/package.tgz
58006npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/entities-ed7c4321
58007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-ed7c4321
58008npm verb tar unpack /root/.npm/es6-promise/2.1.1/package.tgz
58009npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-promise-4312d2a5
58010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-promise-4312d2a5
58011npm verb tar unpack /root/.npm/es6-symbol/3.0.2/package.tgz
58012npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-symbol-53a952e1
58013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-53a952e1
58014npm verb tar unpack /root/.npm/es5-ext/0.10.11/package.tgz
58015npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es5-ext-0fc5fe2b
58016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es5-ext-0fc5fe2b
58017npm verb tar unpack /root/.npm/d/0.1.1/package.tgz
58018npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/d-b7a230c8
58019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/d-b7a230c8
58020npm verb tar unpack /root/.npm/es6-iterator/2.0.0/package.tgz
58021npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-iterator-75c7e39a
58022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-75c7e39a
58023npm verb tar unpack /root/.npm/es6-symbol/2.0.1/package.tgz
58024npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-symbol-6cf39264
58025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-6cf39264
58026npm verb tar unpack /root/.npm/es6-iterator/0.1.3/package.tgz
58027npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-iterator-297de113
58028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-297de113
58029npm verb tar unpack /root/.npm/es6-weak-map/0.1.4/package.tgz
58030npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-weak-map-4358a268
58031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-weak-map-4358a268
58032npm verb tar unpack /root/.npm/escape-string-regexp/1.0.4/package.tgz
58033npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-string-regexp-8ac2d854
58034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-string-regexp-8ac2d854
58035npm verb tar unpack /root/.npm/escape-html/1.0.1/package.tgz
58036npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-866e0a58
58037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-866e0a58
58038npm verb tar unpack /root/.npm/decamelize/1.1.2/package.tgz
58039npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/decamelize-217afc4f
58040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decamelize-217afc4f
58041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-153cd78f
58042npm verb tar unpack /root/.npm/etag/1.7.0/package.tgz
58043npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/etag-56c844ad
58044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/etag-56c844ad
58045npm verb tar unpack /root/.npm/serve-favicon/2.3.0/package.tgz
58046npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-favicon-86d1178f
58047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-86d1178f
58048npm verb tar unpack /root/.npm/event-emitter/0.3.4/package.tgz
58049npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/event-emitter-00196a84
58050npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-emitter-00196a84
58051npm verb tar unpack /root/.npm/eventemitter2/0.4.14/package.tgz
58052npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/eventemitter2-b3dc34dd
58053npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/eventemitter2-b3dc34dd
58054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/executable-7cd550d1
58055npm verb tar unpack /root/.npm/exit/0.1.2/package.tgz
58056npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/exit-06b6844c
58057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exit-06b6844c
58058npm verb tar unpack /root/.npm/expand-brackets/0.1.4/package.tgz
58059npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/expand-brackets-ce545d6e
58060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-brackets-ce545d6e
58061npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
58062npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-0756b4ec
58063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0756b4ec
58064npm verb tar unpack /root/.npm/bin-check/0.1.5/package.tgz
58065npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bin-check-6973bf92
58066npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-check-6973bf92
58067npm verb tar unpack /root/.npm/cookie/0.1.2/package.tgz
58068npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-b70cc231
58069npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-b70cc231
58070npm verb tar unpack /root/.npm/debug/0.8.1/package.tgz
58071npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-c77be11b
58072npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-c77be11b
58073npm verb tar unpack /root/.npm/express-unless/0.3.0/package.tgz
58074npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-unless-1a57169d
58075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-unless-1a57169d
58076npm verb tar unpack /root/.npm/debug/0.8.1/package.tgz
58077npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-be5c11b0
58078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-be5c11b0
58079npm verb tar unpack /root/.npm/negotiator/0.3.0/package.tgz
58080npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-4f236357
58081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-4f236357
58082npm verb tar unpack /root/.npm/underscore.string/2.3.3/package.tgz
58083npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-e14d63fb
58084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-e14d63fb
58085npm verb tar unpack /root/.npm/extend/3.0.0/package.tgz
58086npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extend-ebf3b6ae
58087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-ebf3b6ae
58088npm verb tar unpack /root/.npm/extsprintf/1.2.0/package.tgz
58089npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extsprintf-30e46e1d
58090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-30e46e1d
58091npm verb tar unpack /root/.npm/faye-websocket/0.4.4/package.tgz
58092npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/faye-websocket-3206d0e1
58093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/faye-websocket-3206d0e1
58094npm verb tar unpack /root/.npm/figures/1.4.0/package.tgz
58095npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/figures-153983d6
58096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/figures-153983d6
58097npm verb tar unpack /root/.npm/filename-regex/2.0.0/package.tgz
58098npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/filename-regex-c50de49f
58099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/filename-regex-c50de49f
58100npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
58101npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-f0b62a52
58102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-f0b62a52
58103npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
58104npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-0907f8c2
58105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0907f8c2
58106npm verb tar unpack /root/.npm/find-file/0.1.4/package.tgz
58107npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/find-file-2dbcdf75
58108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-file-2dbcdf75
58109npm verb tar unpack /root/.npm/flushwritable/1.0.0/package.tgz
58110npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/flushwritable-4e2dcd14
58111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/flushwritable-4e2dcd14
58112npm verb tar unpack /root/.npm/for-in/0.1.4/package.tgz
58113npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/for-in-86be0a66
58114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-in-86be0a66
58115npm verb tar unpack /root/.npm/for-own/0.1.3/package.tgz
58116npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/for-own-bd0f2164
58117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-own-bd0f2164
58118npm verb tar unpack /root/.npm/forever-agent/0.6.1/package.tgz
58119npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-8233fd19
58120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8233fd19
58121npm verb tar unpack /root/.npm/async/1.5.0/package.tgz
58122npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-5a4c1864
58123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5a4c1864
58124npm verb tar unpack /root/.npm/form-data/1.0.0-rc3/package.tgz
58125npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-8ce7846c
58126npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-8ce7846c
58127npm verb tar unpack /root/.npm/formidable/1.0.14/package.tgz
58128npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/formidable-265db474
58129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/formidable-265db474
58130npm verb tar unpack /root/.npm/forwarded/0.1.0/package.tgz
58131npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forwarded-69f9508b
58132npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forwarded-69f9508b
58133npm verb tar unpack /root/.npm/fresh/0.2.2/package.tgz
58134npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fresh-9b95df6b
58135npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-9b95df6b
58136npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
58137npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-6619b182
58138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-6619b182
58139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-3544151a
58140npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
58141npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-7fe2b486
58142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-7fe2b486
58143npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
58144npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-31fa44cf
58145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-31fa44cf
58146npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-13d0f153
58147npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-66ea1d24
58148npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
58149npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-78cf04d1
58150npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-78cf04d1
58151npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
58152npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-41742a2c
58153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-41742a2c
58154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-edd0ed42
58155npm verb tar unpack /root/.npm/generate-function/2.0.0/package.tgz
58156npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/generate-function-033982fc
58157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-function-033982fc
58158npm verb tar unpack /root/.npm/get-stdin/4.0.1/package.tgz
58159npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/get-stdin-bc7293a6
58160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-bc7293a6
58161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-urls-4604d16b
58162npm verb tar unpack /root/.npm/getobject/0.1.0/package.tgz
58163npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/getobject-c62d4014
58164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/getobject-c62d4014
58165npm verb tar unpack /root/.npm/global/2.0.1/package.tgz
58166npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/global-374d4e73
58167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/global-374d4e73
58168npm verb tar unpack /root/.npm/inherits/1.0.2/package.tgz
58169npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inherits-d217b067
58170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d217b067
58171npm verb tar unpack /root/.npm/lodash/1.0.2/package.tgz
58172npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-034d586f
58173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-034d586f
58174npm verb tar unpack /root/.npm/google-cdn-data/0.1.23/package.tgz
58175npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/google-cdn-data-f2ebaccb
58176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-data-f2ebaccb
58177npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
58178npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-3d6bef75
58179npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-3d6bef75
58180npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
58181npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-922eff6f
58182npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-922eff6f
58183npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
58184npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-2bdb314a
58185npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-2bdb314a
58186npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
58187npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-d60ec99f
58188npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d60ec99f
58189npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
58190npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-a284a379
58191npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-a284a379
58192npm verb tar unpack /root/.npm/caseless/0.6.0/package.tgz
58193npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caseless-27913bb5
58194npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-27913bb5
58195npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
58196npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-dd72af88
58197npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-dd72af88
58198npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
58199npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-699c6989
58200npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-699c6989
58201npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
58202npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-a0d558d7
58203npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-a0d558d7
58204npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
58205npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-49361323
58206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-49361323
58207npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
58208npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-f02ed013
58209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f02ed013
58210npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-13383a7e
58211npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
58212npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-8c4acd29
58213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-8c4acd29
58214npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
58215npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-55a5085d
58216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-55a5085d
58217npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
58218npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-ec6e2171
58219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-ec6e2171
58220npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
58221npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-0251f18d
58222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-0251f18d
58223npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
58224npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-018e78f9
58225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-018e78f9
58226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-f339c58e
58227npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-90b03f78
58228npm verb tar unpack /root/.npm/oauth-sign/0.4.0/package.tgz
58229npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-4d8af44e
58230npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-4d8af44e
58231npm verb tar unpack /root/.npm/q/1.0.1/package.tgz
58232npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-d076dc6a
58233npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-d076dc6a
58234npm verb tar unpack /root/.npm/qs/1.2.2/package.tgz
58235npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-9a7cda18
58236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-9a7cda18
58237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-a948f1b7
58238npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
58239npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-e7fd4729
58240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-e7fd4729
58241npm verb tar unpack /root/.npm/hawk/1.1.1/package.tgz
58242npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-1bfafc08
58243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-1bfafc08
58244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-15fe9cc5
58245npm verb tar unpack /root/.npm/chalk/0.5.0/package.tgz
58246npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-512e9a87
58247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-512e9a87
58248npm verb tar unpack /root/.npm/object-assign/0.3.1/package.tgz
58249npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-8f28fa39
58250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-8f28fa39
58251npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-80ba9194
58252npm verb tar unpack /root/.npm/got/0.2.0/package.tgz
58253npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/got-1d0008a5
58254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-1d0008a5
58255npm verb tar unpack /root/.npm/ext-list/0.2.0/package.tgz
58256npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ext-list-8491c35b
58257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-list-8491c35b
58258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-name-c65d3b18
58259npm verb tar unpack /root/.npm/graceful-fs/1.2.3/package.tgz
58260npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-f0a0db1f
58261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f0a0db1f
58262npm verb tar unpack /root/.npm/graceful-readlink/1.0.1/package.tgz
58263npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-readlink-e0f03b21
58264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-readlink-e0f03b21
58265npm verb tar unpack /root/.npm/growl/1.7.0/package.tgz
58266npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/growl-bb8975c2
58267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/growl-bb8975c2
58268npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58269npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-4ffd53aa
58270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-4ffd53aa
58271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-28be461a
58272npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
58273npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-0d838263
58274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0d838263
58275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-684d948e
58276npm verb tar unpack /root/.npm/grunt-contrib-clean/0.5.0/package.tgz
58277npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-clean-4c96b3d6
58278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-clean-4c96b3d6
58279npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58280npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-9b18b8c8
58281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-9b18b8c8
58282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-8c803402
58283npm verb tar unpack /root/.npm/grunt-contrib-copy/0.5.0/package.tgz
58284npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-copy-2f210885
58285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-copy-2f210885
58286npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58287npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-1776d44b
58288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1776d44b
58289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-c4dc8d52
58290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-dd06bf20
58291npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58292npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-ffb46cce
58293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ffb46cce
58294npm verb tar unpack /root/.npm/html-minifier/0.5.6/package.tgz
58295npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/html-minifier-6dad29d0
58296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-6dad29d0
58297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b441a0fb
58298npm verb tar unpack /root/.npm/async/0.7.0/package.tgz
58299npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-b1e25be5
58300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-b1e25be5
58301npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-56abba44
58302npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58303npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-dd1ce037
58304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd1ce037
58305npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58306npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-2a64b152
58307npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-2a64b152
58308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b39ec2cc
58309npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
58310npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-0ac204b8
58311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0ac204b8
58312npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
58313npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-24676fe2
58314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-24676fe2
58315npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58316npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-1f73653d
58317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1f73653d
58318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-f44de076
58319npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
58320npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-90adcfc1
58321npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-90adcfc1
58322npm verb tar unpack /root/.npm/grunt-express-server/0.4.19/package.tgz
58323npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-express-server-b4ad670a
58324npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-express-server-b4ad670a
58325npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
58326npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-674887a5
58327npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-674887a5
58328npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
58329npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-61c365d5
58330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-61c365d5
58331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b49fbcd4
58332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-00413b21
58333npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c9b7a974
58334npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
58335npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-4cb47f90
58336npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4cb47f90
58337npm verb tar unpack /root/.npm/underscore.string/2.3.3/package.tgz
58338npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-9944367a
58339npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-9944367a
58340npm verb tar unpack /root/.npm/underscore.string/2.3.3/package.tgz
58341npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-3ba91df1
58342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-3ba91df1
58343npm verb tar unpack /root/.npm/async/0.1.22/package.tgz
58344npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-e8827d36
58345npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e8827d36
58346npm verb tar unpack /root/.npm/lodash/0.9.2/package.tgz
58347npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-10c72a91
58348npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-10c72a91
58349npm verb tar unpack /root/.npm/zlib-browserify/0.0.1/package.tgz
58350npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/zlib-browserify-41a88d22
58351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-41a88d22
58352npm verb tar unpack /root/.npm/grunt-lib-contrib/0.6.1/package.tgz
58353npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-lib-contrib-db194074
58354npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-lib-contrib-db194074
58355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-70fd6582
58356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-d0786253
58357npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
58358npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-68b903c0
58359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-68b903c0
58360npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-86730882
58361npm verb tar unpack /root/.npm/grunt-newer/0.7.0/package.tgz
58362npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-newer-2677c865
58363npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-newer-2677c865
58364npm verb tar unpack /root/.npm/xtend/3.0.0/package.tgz
58365npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xtend-8b588e81
58366npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-8b588e81
58367npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58368npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-338d4b44
58369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-338d4b44
58370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-77a5e2fd
58371npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
58372npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-e21c6c81
58373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-e21c6c81
58374npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
58375npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-dded5bc1
58376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dded5bc1
58377npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1768aeee
58378npm verb tar unpack /root/.npm/ms/0.7.0/package.tgz
58379npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-79e825d8
58380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-79e825d8
58381npm verb tar unpack /root/.npm/debug/2.1.3/package.tgz
58382npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-0510da93
58383npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-0510da93
58384npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-fb95ce52
58385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4a3509ee
58386npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
58387npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-5152f28e
58388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-5152f28e
58389npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
58390npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-6c53599c
58391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-6c53599c
58392npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
58393npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-8de6919d
58394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-8de6919d
58395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1236a122
58396npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
58397npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-16d52979
58398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-16d52979
58399npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-ba500c51
58400npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-f32d215a
58401npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
58402npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-3a09b4a4
58403npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-3a09b4a4
58404npm verb tar unpack /root/.npm/async/0.1.22/package.tgz
58405npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-616565a1
58406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-616565a1
58407npm verb tar unpack /root/.npm/iconv-lite/0.2.11/package.tgz
58408npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/iconv-lite-2f62dea2
58409npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-2f62dea2
58410npm verb tar unpack /root/.npm/inherits/1.0.2/package.tgz
58411npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inherits-d5fd9054
58412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d5fd9054
58413npm verb tar unpack /root/.npm/lodash/0.9.2/package.tgz
58414npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-56890ab9
58415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-56890ab9
58416npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-00daa945
58417npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-ffa53e4d
58418npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
58419npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-0beb7ad0
58420npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0beb7ad0
58421npm verb tar unpack /root/.npm/bluebird/2.10.2/package.tgz
58422npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bluebird-ecfc5c8a
58423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-ecfc5c8a
58424npm verb tar unpack /root/.npm/commander/2.9.0/package.tgz
58425npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-18bfd846
58426npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-18bfd846
58427npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
58428npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-6932a104
58429npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-6932a104
58430npm verb tar unpack /root/.npm/has-color/0.1.7/package.tgz
58431npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-color-3fddf883
58432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-color-3fddf883
58433npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58434npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-632bfc61
58435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-632bfc61
58436npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58437npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-104f742c
58438npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-104f742c
58439npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58440npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-28a516ff
58441npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-28a516ff
58442npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58443npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-f99a4c39
58444npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f99a4c39
58445npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58446npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-36b35775
58447npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-36b35775
58448npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58449npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-4943addb
58450npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4943addb
58451npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58452npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-f4cd5333
58453npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f4cd5333
58454npm verb tar unpack /root/.npm/grunt-contrib-concat/0.4.0/package.tgz
58455npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-concat-c2d2c62e
58456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-concat-c2d2c62e
58457npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58458npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-0d1cc290
58459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0d1cc290
58460npm verb tar unpack /root/.npm/has-cors/1.0.3/package.tgz
58461npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-cors-68bfe3fe
58462npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-cors-68bfe3fe
58463npm verb tar unpack /root/.npm/headless/0.1.7/package.tgz
58464npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/headless-4e2cb3c4
58465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/headless-4e2cb3c4
58466npm verb tar unpack /root/.npm/hoek/2.16.3/package.tgz
58467npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-d274c6c0
58468npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-d274c6c0
58469npm verb tar unpack /root/.npm/boom/2.10.1/package.tgz
58470npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-222a0146
58471npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-222a0146
58472npm verb tar unpack /root/.npm/cryptiles/2.0.5/package.tgz
58473npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-8d3bd819
58474npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8d3bd819
58475npm verb tar unpack /root/.npm/hooker/0.2.3/package.tgz
58476npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hooker-48b06343
58477npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooker-48b06343
58478npm verb tar unpack /root/.npm/hooks-fixed/1.1.0/package.tgz
58479npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hooks-fixed-10e43d50
58480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooks-fixed-10e43d50
58481npm verb tar unpack /root/.npm/hosted-git-info/2.1.4/package.tgz
58482npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hosted-git-info-15498999
58483npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hosted-git-info-15498999
58484npm verb tar unpack /root/.npm/html-entities/1.1.3/package.tgz
58485npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/html-entities-1122232e
58486npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-entities-1122232e
58487npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
58488npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-d2fe9457
58489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d2fe9457
58490npm verb tar unpack /root/.npm/pkginfo/0.3.1/package.tgz
58491npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pkginfo-115403f8
58492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-115403f8
58493npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
58494npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-5326439c
58495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-5326439c
58496npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
58497npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-1051e617
58498npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-1051e617
58499npm verb tar unpack /root/.npm/http-signature/0.11.0/package.tgz
58500npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-ab59db17
58501npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-ab59db17
58502npm verb tar unpack /root/.npm/i/0.3.3/package.tgz
58503npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/i-9fead3df
58504npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/i-9fead3df
58505npm verb tar unpack /root/.npm/iconv-lite/0.4.4/package.tgz
58506npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/iconv-lite-7d8a4ed8
58507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-7d8a4ed8
58508npm verb tar unpack /root/.npm/jsonfile/1.2.0/package.tgz
58509npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonfile-47f7f809
58510npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-47f7f809
58511npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
58512npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-07c8ae30
58513npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-07c8ae30
58514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4875958c
58515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-abf634e4
58516npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-ca326d1e
58517npm verb tar unpack /root/.npm/indexof/0.0.1/package.tgz
58518npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/indexof-074ed44c
58519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indexof-074ed44c
58520npm verb tar unpack /root/.npm/inherit/2.2.2/package.tgz
58521npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inherit-79467e44
58522npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherit-79467e44
58523npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
58524npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inherits-b8f89076
58525npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-b8f89076
58526npm verb tar unpack /root/.npm/fstream/1.0.8/package.tgz
58527npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fstream-fdf7cfdf
58528npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-fdf7cfdf
58529npm verb tar unpack /root/.npm/block-stream/0.0.8/package.tgz
58530npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/block-stream-fd845bc3
58531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/block-stream-fd845bc3
58532npm verb tar unpack /root/.npm/ini/1.3.4/package.tgz
58533npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ini-1ccebc15
58534npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ini-1ccebc15
58535npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
58536npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-d93afa63
58537npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-d93afa63
58538npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
58539npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-dd0a411c
58540npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd0a411c
58541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b895f45b
58542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-417dddac
58543npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-70dbc1c7
58544npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
58545npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-0b6984f9
58546npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0b6984f9
58547npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
58548npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-a64d26c9
58549npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a64d26c9
58550npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
58551npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-ab360580
58552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ab360580
58553npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
58554npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-32ce7889
58555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-32ce7889
58556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-3f8702d4
58557npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-9b223044
58558npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4ca657d5
58559npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
58560npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-cb204643
58561npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-cb204643
58562npm verb tar unpack /root/.npm/intersect/0.0.3/package.tgz
58563npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/intersect-68b63877
58564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/intersect-68b63877
58565npm verb tar unpack /root/.npm/bower-json/0.4.0/package.tgz
58566npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-json-49715211
58567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-json-49715211
58568npm verb tar unpack /root/.npm/ipaddr.js/1.0.5/package.tgz
58569npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ipaddr.js-8c95b273
58570npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ipaddr.js-8c95b273
58571npm verb tar unpack /root/.npm/is-arrayish/0.2.1/package.tgz
58572npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-arrayish-af92cbf1
58573npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-arrayish-af92cbf1
58574npm verb tar unpack /root/.npm/error-ex/1.3.0/package.tgz
58575npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/error-ex-0b44cb8c
58576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/error-ex-0b44cb8c
58577npm verb tar unpack /root/.npm/is-binary-path/1.0.1/package.tgz
58578npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-binary-path-1047d7e8
58579npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-binary-path-1047d7e8
58580npm verb tar unpack /root/.npm/is-bmp/0.1.1/package.tgz
58581npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-bmp-120ba3da
58582npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-bmp-120ba3da
58583npm verb tar unpack /root/.npm/is-buffer/1.1.0/package.tgz
58584npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-buffer-dc9a1c36
58585npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-dc9a1c36
58586npm verb tar unpack /root/.npm/is-builtin-module/1.0.0/package.tgz
58587npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-builtin-module-31934d44
58588npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-builtin-module-31934d44
58589npm verb tar unpack /root/.npm/is-dotfile/1.0.2/package.tgz
58590npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-dotfile-dc6422c3
58591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-dotfile-dc6422c3
58592npm verb tar unpack /root/.npm/is-extendable/0.1.1/package.tgz
58593npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-extendable-4932e0fc
58594npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extendable-4932e0fc
58595npm verb tar unpack /root/.npm/is-extglob/1.0.0/package.tgz
58596npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-extglob-7aea9d18
58597npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extglob-7aea9d18
58598npm verb tar unpack /root/.npm/is-gif/0.1.1/package.tgz
58599npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-gif-8a9aa0a2
58600npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-gif-8a9aa0a2
58601npm verb tar unpack /root/.npm/is-glob/2.0.1/package.tgz
58602npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-glob-2aa96e31
58603npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-glob-2aa96e31
58604npm verb tar unpack /root/.npm/glob-parent/2.0.0/package.tgz
58605npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-parent-a392aa50
58606npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-parent-a392aa50
58607npm verb tar unpack /root/.npm/glob-base/0.3.0/package.tgz
58608npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-base-f3161459
58609npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-base-f3161459
58610npm verb tar unpack /root/.npm/is-jpg/0.1.2/package.tgz
58611npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-jpg-0ce7e7c4
58612npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jpg-0ce7e7c4
58613npm verb tar unpack /root/.npm/is-jxr/0.1.1/package.tgz
58614npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-jxr-4d164a75
58615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jxr-4d164a75
58616npm verb tar unpack /root/.npm/is-png/0.1.1/package.tgz
58617npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-png-c7ac6d74
58618npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-png-c7ac6d74
58619npm verb tar unpack /root/.npm/is-primitive/2.0.0/package.tgz
58620npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-primitive-eba92e42
58621npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-primitive-eba92e42
58622npm verb tar unpack /root/.npm/is-equal-shallow/0.1.3/package.tgz
58623npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-equal-shallow-132dca3a
58624npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-equal-shallow-132dca3a
58625npm verb tar unpack /root/.npm/is-promise/1.0.1/package.tgz
58626npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-promise-561e20f7
58627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-promise-561e20f7
58628npm verb tar unpack /root/.npm/is-property/1.0.2/package.tgz
58629npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-property-2c1157ec
58630npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-property-2c1157ec
58631npm verb tar unpack /root/.npm/generate-object-property/1.2.0/package.tgz
58632npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/generate-object-property-b5db8d74
58633npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-object-property-b5db8d74
58634npm verb tar unpack /root/.npm/is-psd/0.1.1/package.tgz
58635npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-psd-a92b7645
58636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-psd-a92b7645
58637npm verb tar unpack /root/.npm/is-root/1.0.0/package.tgz
58638npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-root-868d55a7
58639npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-root-868d55a7
58640npm verb tar unpack /root/.npm/is-svg/0.1.2/package.tgz
58641npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-svg-bc94648d
58642npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-svg-bc94648d
58643npm verb tar unpack /root/.npm/is-tif/0.1.1/package.tgz
58644npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-tif-f967e756
58645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-tif-f967e756
58646npm verb tar unpack /root/.npm/is-utf8/0.2.1/package.tgz
58647npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-utf8-4c4a0a2f
58648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-utf8-4c4a0a2f
58649npm verb tar unpack /root/.npm/is-webp/0.1.1/package.tgz
58650npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-webp-32ec5ea6
58651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-webp-32ec5ea6
58652npm verb tar unpack /root/.npm/has-binary/0.1.5/package.tgz
58653npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-binary-eca38f64
58654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eca38f64
58655npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
58656npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/isarray-1e4d8727
58657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isarray-1e4d8727
58658npm verb tar unpack /root/.npm/has-binary-data/0.1.3/package.tgz
58659npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-binary-data-6792f4cc
58660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-data-6792f4cc
58661npm verb tar unpack /root/.npm/isobject/2.0.0/package.tgz
58662npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/isobject-df492aff
58663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isobject-df492aff
58664npm verb tar unpack /root/.npm/isstream/0.1.2/package.tgz
58665npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/isstream-047905a8
58666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isstream-047905a8
58667npm verb tar unpack /root/.npm/jasmine-core/2.1.3/package.tgz
58668npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jasmine-core-d674a27b
58669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-core-d674a27b
58670npm verb tar unpack /root/.npm/jasminewd/1.1.0/package.tgz
58671npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jasminewd-734f2f9b
58672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd-734f2f9b
58673npm verb tar unpack /root/.npm/jasminewd2/0.0.2/package.tgz
58674npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jasminewd2-f5690671
58675npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd2-f5690671
58676npm verb tar unpack /root/.npm/jit-grunt/0.5.0/package.tgz
58677npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jit-grunt-3a9b4ef0
58678npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jit-grunt-3a9b4ef0
58679npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58680npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-d471d85c
58681npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-d471d85c
58682npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-d899dda2
58683npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58684npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-12f565db
58685npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-12f565db
58686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-5c55b8c3
58687npm verb tar unpack /root/.npm/underscore/1.6.0/package.tgz
58688npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore-efb4381b
58689npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-efb4381b
58690npm verb tar unpack /root/.npm/json-schema/0.2.2/package.tgz
58691npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/json-schema-e46a2ed5
58692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-schema-e46a2ed5
58693npm verb tar unpack /root/.npm/json-stringify-safe/5.0.1/package.tgz
58694npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/json-stringify-safe-58057c07
58695npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-stringify-safe-58057c07
58696npm verb tar unpack /root/.npm/json3/3.2.6/package.tgz
58697npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/json3-4df96052
58698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json3-4df96052
58699npm verb tar unpack /root/.npm/jsonfile/1.1.1/package.tgz
58700npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonfile-83c9ee1c
58701npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-83c9ee1c
58702npm verb tar unpack /root/.npm/jsonify/0.0.0/package.tgz
58703npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonify-ebc041bd
58704npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonify-ebc041bd
58705npm verb tar unpack /root/.npm/jsonpointer/2.0.0/package.tgz
58706npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonpointer-bd522e4c
58707npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonpointer-bd522e4c
58708npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
58709npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-748f30d0
58710npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-748f30d0
58711npm verb tar unpack /root/.npm/extsprintf/1.0.0/package.tgz
58712npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extsprintf-4b2d092e
58713npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-4b2d092e
58714npm verb tar unpack /root/.npm/verror/1.3.3/package.tgz
58715npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/verror-5bead6d3
58716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-5bead6d3
58717npm verb tar unpack /root/.npm/jsprim/0.3.0/package.tgz
58718npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsprim-aa9d372e
58719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsprim-aa9d372e
58720npm verb tar unpack /root/.npm/junk/1.0.2/package.tgz
58721npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/junk-06962323
58722npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/junk-06962323
58723npm verb tar unpack /root/.npm/base64url/0.0.6/package.tgz
58724npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64url-d5c4b9c7
58725npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-d5c4b9c7
58726npm verb tar unpack /root/.npm/kareem/1.0.1/package.tgz
58727npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/kareem-9e27a421
58728npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kareem-9e27a421
58729npm verb tar unpack /root/.npm/karma-firefox-launcher/0.1.7/package.tgz
58730npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-firefox-launcher-6a346cdc
58731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-firefox-launcher-6a346cdc
58732npm verb tar unpack /root/.npm/karma-html2js-preprocessor/0.1.0/package.tgz
58733npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-html2js-preprocessor-f1deddf6
58734npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-html2js-preprocessor-f1deddf6
58735npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
58736npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-728c7457
58737npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-728c7457
58738npm verb tar unpack /root/.npm/character-parser/1.0.2/package.tgz
58739npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/character-parser-b83bdb75
58740npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-b83bdb75
58741npm verb tar unpack /root/.npm/karma-jasmine/0.1.6/package.tgz
58742npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-jasmine-69d61963
58743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jasmine-69d61963
58744npm verb tar unpack /root/.npm/karma-ng-html2js-preprocessor/0.1.2/package.tgz
58745npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83
58746npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83
58747npm verb tar unpack /root/.npm/karma-requirejs/0.2.2/package.tgz
58748npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-requirejs-14c92a66
58749npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-requirejs-14c92a66
58750npm verb tar unpack /root/.npm/karma-ng-scenario/0.1.0/package.tgz
58751npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-ng-scenario-06095de4
58752npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-scenario-06095de4
58753npm verb tar unpack /root/.npm/karma-script-launcher/0.1.0/package.tgz
58754npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-script-launcher-2878f893
58755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-script-launcher-2878f893
58756npm verb tar unpack /root/.npm/colors/1.1.2/package.tgz
58757npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/colors-76cfa3b4
58758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-76cfa3b4
58759npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
58760npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-23879adc
58761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-23879adc
58762npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
58763npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-54634d17
58764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-54634d17
58765npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
58766npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-50b915d4
58767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-50b915d4
58768npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
58769npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-eaa66a38
58770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-eaa66a38
58771npm verb tar unpack /root/.npm/nan/1.0.0/package.tgz
58772npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-57d1bc28
58773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-57d1bc28
58774npm verb tar unpack /root/.npm/q/1.4.1/package.tgz
58775npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-2fb98445
58776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-2fb98445
58777npm verb tar unpack /root/.npm/source-map/0.4.4/package.tgz
58778npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-46bd4b3a
58779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-46bd4b3a
58780npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-0270c9a3
58781npm verb tar unpack /root/.npm/xmlhttprequest/1.4.2/package.tgz
58782npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmlhttprequest-7b83e5ad
58783npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-7b83e5ad
58784npm verb tar unpack /root/.npm/kew/0.4.0/package.tgz
58785npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/kew-dfb8ec66
58786npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kew-dfb8ec66
58787npm verb tar unpack /root/.npm/commander/1.2.0/package.tgz
58788npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-903a1cd4
58789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-903a1cd4
58790npm verb tar unpack /root/.npm/kind-of/3.0.2/package.tgz
58791npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/kind-of-f1416c17
58792npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kind-of-f1416c17
58793npm verb tar unpack /root/.npm/keypress/0.1.0/package.tgz
58794npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/keypress-fb981dbf
58795npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/keypress-fb981dbf
58796npm verb tar unpack /root/.npm/is-number/2.1.0/package.tgz
58797npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-number-69ddc5da
58798npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-number-69ddc5da
58799npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
58800npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-70cd7b7b
58801npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-70cd7b7b
58802npm verb tar unpack /root/.npm/ldap-filter/0.2.2/package.tgz
58803npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ldap-filter-0b6112fd
58804npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldap-filter-0b6112fd
58805npm verb tar unpack /root/.npm/asn1/0.2.1/package.tgz
58806npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-a65e1a7f
58807npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a65e1a7f
58808npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
58809npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-92ba3afc
58810npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-92ba3afc
58811npm verb tar unpack /root/.npm/dtrace-provider/0.2.8/package.tgz
58812npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dtrace-provider-60490139
58813npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-60490139
58814npm verb tar unpack /root/.npm/mv/0.0.5/package.tgz
58815npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mv-7a34b4ea
58816npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-7a34b4ea
58817npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-86dc7611
58818npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
58819npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-688285ff
58820npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-688285ff
58821npm verb tar unpack /root/.npm/lockfile/1.0.1/package.tgz
58822npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lockfile-a921e7b0
58823npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lockfile-a921e7b0
58824npm verb tar unpack /root/.npm/grunt-usemin/3.0.0/package.tgz
58825npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-usemin-36c7c6c4
58826npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-usemin-36c7c6c4
58827npm verb tar unpack /root/.npm/grunt-legacy-log-utils/0.1.1/package.tgz
58828npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-utils-efba2f5f
58829npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-utils-efba2f5f
58830npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
58831npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-31d328ab
58832npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-31d328ab
58833npm verb tar unpack /root/.npm/grunt-legacy-log/0.1.3/package.tgz
58834npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-d5e92ec3
58835npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-d5e92ec3
58836npm verb tar unpack /root/.npm/grunt-karma/0.8.3/package.tgz
58837npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-karma-dce72ed5
58838npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-karma-dce72ed5
58839npm verb tar unpack /root/.npm/grunt-env/0.4.4/package.tgz
58840npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-env-82019ed2
58841npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-env-82019ed2
58842npm verb tar unpack /root/.npm/lodash._isnative/2.4.1/package.tgz
58843npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash._isnative-f5511a01
58844npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._isnative-f5511a01
58845npm verb tar unpack /root/.npm/lodash._objecttypes/2.4.1/package.tgz
58846npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash._objecttypes-58496b14
58847npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._objecttypes-58496b14
58848npm verb tar unpack /root/.npm/lodash.isfunction/2.4.1/package.tgz
58849npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash.isfunction-c9808c2d
58850npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isfunction-c9808c2d
58851npm verb tar unpack /root/.npm/lodash.isobject/2.4.1/package.tgz
58852npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash.isobject-0932530c
58853npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isobject-0932530c
58854npm verb tar unpack /root/.npm/lodash.now/2.4.1/package.tgz
58855npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash.now-cb71eb22
58856npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.now-cb71eb22
58857npm verb tar unpack /root/.npm/lodash.debounce/2.4.1/package.tgz
58858npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash.debounce-74f9a72f
58859npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.debounce-74f9a72f
58860npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
58861npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-5e6a4a57
58862npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5e6a4a57
58863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-309ebae5
58864npm verb tar unpack /root/.npm/underscore/1.8.2/package.tgz
58865npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore-d0f8e3bb
58866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-d0f8e3bb
58867npm verb tar unpack /root/.npm/lower-case/1.1.3/package.tgz
58868npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lower-case-fd4895a3
58869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lower-case-fd4895a3
58870npm verb tar unpack /root/.npm/is-lower-case/1.1.3/package.tgz
58871npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-lower-case-ff1d0ffd
58872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-lower-case-ff1d0ffd
58873npm verb tar unpack /root/.npm/lpad/0.2.1/package.tgz
58874npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lpad-90d9a2c6
58875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lpad-90d9a2c6
58876npm verb tar unpack /root/.npm/lru-cache/2.5.0/package.tgz
58877npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lru-cache-092f799e
58878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-092f799e
58879npm verb tar unpack /root/.npm/lru-queue/0.1.0/package.tgz
58880npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lru-queue-8ef13842
58881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-queue-8ef13842
58882npm verb tar unpack /root/.npm/map-obj/1.0.1/package.tgz
58883npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/map-obj-1634122e
58884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/map-obj-1634122e
58885npm verb tar unpack /root/.npm/camelcase-keys/2.0.0/package.tgz
58886npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camelcase-keys-77f52758
58887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-77f52758
58888npm verb tar unpack /root/.npm/camelcase-keys/1.0.0/package.tgz
58889npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camelcase-keys-5f0d6fe6
58890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-5f0d6fe6
58891npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
58892npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-f164a3b9
58893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-f164a3b9
58894npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a850ad86
58895npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
58896npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-59ab0432
58897npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-59ab0432
58898npm verb tar unpack /root/.npm/is-buffer/1.0.2/package.tgz
58899npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-buffer-e5e9d8ad
58900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-e5e9d8ad
58901npm verb tar unpack /root/.npm/md5/2.0.0/package.tgz
58902npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/md5-7851bcdc
58903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/md5-7851bcdc
58904npm verb tar unpack /root/.npm/media-typer/0.2.0/package.tgz
58905npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/media-typer-fbaf77b3
58906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-fbaf77b3
58907npm verb tar unpack /root/.npm/merge-descriptors/0.0.2/package.tgz
58908npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/merge-descriptors-0bdd2d62
58909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-0bdd2d62
58910npm verb tar unpack /root/.npm/methods/1.0.0/package.tgz
58911npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-46c98474
58912npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-46c98474
58913npm verb tar unpack /root/.npm/methods/0.1.0/package.tgz
58914npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-02ee7a95
58915npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-02ee7a95
58916npm verb tar unpack /root/.npm/mime/1.2.11/package.tgz
58917npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-ad3e0aa6
58918npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ad3e0aa6
58919npm verb tar unpack /root/.npm/form-data/0.1.4/package.tgz
58920npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-df7d7c81
58921npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-df7d7c81
58922npm verb tar unpack /root/.npm/type-is/1.0.0/package.tgz
58923npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-40391d3d
58924npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-40391d3d
58925npm verb tar unpack /root/.npm/accepts/1.0.0/package.tgz
58926npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-c479d438
58927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-c479d438
58928npm verb tar unpack /root/.npm/mime-db/1.12.0/package.tgz
58929npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-9f9702df
58930npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-9f9702df
58931npm verb tar unpack /root/.npm/mime-types/2.0.14/package.tgz
58932npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-8ec74725
58933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-8ec74725
58934npm verb tar unpack /root/.npm/mime-types/2.0.14/package.tgz
58935npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-318438fa
58936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-318438fa
58937npm verb tar unpack /root/.npm/form-data/0.2.0/package.tgz
58938npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-f8fdda82
58939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-f8fdda82
58940npm verb tar unpack /root/.npm/mime-types/1.0.2/package.tgz
58941npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-9b839995
58942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-9b839995
58943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minijasminenode-b612767a
58944npm verb tar unpack /root/.npm/minimalistic-assert/1.0.0/package.tgz
58945npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimalistic-assert-59f40622
58946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimalistic-assert-59f40622
58947npm verb tar unpack /root/.npm/asn1.js/2.2.1/package.tgz
58948npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1.js-27eaf3fb
58949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1.js-27eaf3fb
58950npm verb tar unpack /root/.npm/ecdsa-sig-formatter/1.0.2/package.tgz
58951npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ecdsa-sig-formatter-3895e7ba
58952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ecdsa-sig-formatter-3895e7ba
58953npm verb tar unpack /root/.npm/jwa/1.1.1/package.tgz
58954npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jwa-d5039063
58955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jwa-d5039063
58956npm verb tar unpack /root/.npm/minimatch/3.0.0/package.tgz
58957npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-2cf6ff47
58958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2cf6ff47
58959npm verb tar unpack /root/.npm/minimist/1.2.0/package.tgz
58960npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-a38b6639
58961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a38b6639
58962npm verb tar unpack /root/.npm/mkdirp/0.3.5/package.tgz
58963npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-e24d52c7
58964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-e24d52c7
58965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2701f444
58966npm verb tar unpack /root/.npm/karma-coffee-preprocessor/0.2.1/package.tgz
58967npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-coffee-preprocessor-ea8f8864
58968npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-coffee-preprocessor-ea8f8864
58969npm verb tar unpack /root/.npm/fs-extra/0.8.1/package.tgz
58970npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fs-extra-df7c869c
58971npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-df7c869c
58972npm verb tar unpack /root/.npm/mkpath/0.1.0/package.tgz
58973npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkpath-27408025
58974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkpath-27408025
58975npm verb tar unpack /root/.npm/commander/2.0.0/package.tgz
58976npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-e1a2188a
58977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-e1a2188a
58978npm verb tar unpack /root/.npm/diff/1.0.7/package.tgz
58979npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/diff-1d9ff102
58980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-1d9ff102
58981npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
58982npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-539a0f7e
58983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-539a0f7e
58984npm verb tar unpack /root/.npm/commander/0.6.1/package.tgz
58985npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-2ccea91c
58986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-2ccea91c
58987npm verb tar unpack /root/.npm/mkdirp/0.3.0/package.tgz
58988npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-dd3c192e
58989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-dd3c192e
58990npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-102e9571
58991npm verb tar unpack /root/.npm/bson/0.4.20/package.tgz
58992npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bson-e38a3b32
58993npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-e38a3b32
58994npm verb tar unpack /root/.npm/bson/0.4.20/package.tgz
58995npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bson-9e1f9538
58996npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-9e1f9538
58997npm verb tar unpack /root/.npm/async/0.9.0/package.tgz
58998npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-4f48efb7
58999npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-4f48efb7
59000npm verb tar unpack /root/.npm/ms/0.1.0/package.tgz
59001npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-cdbc2b09
59002npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-cdbc2b09
59003npm verb tar unpack /root/.npm/bytes/0.3.0/package.tgz
59004npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bytes-5874588c
59005npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-5874588c
59006npm verb tar unpack /root/.npm/mout/0.9.1/package.tgz
59007npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mout-468edfff
59008npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mout-468edfff
59009npm verb tar unpack /root/.npm/mpromise/0.5.4/package.tgz
59010npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mpromise-1d17ee22
59011npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpromise-1d17ee22
59012npm verb tar unpack /root/.npm/mpath/0.1.1/package.tgz
59013npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mpath-cc7d5693
59014npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpath-cc7d5693
59015npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
59016npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-4b7a1f2e
59017npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-4b7a1f2e
59018npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
59019npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-8f2c4758
59020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-8f2c4758
59021npm verb tar unpack /root/.npm/debug/1.0.3/package.tgz
59022npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-5bd353aa
59023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5bd353aa
59024npm verb tar unpack /root/.npm/debug/1.0.4/package.tgz
59025npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-043850b0
59026npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-043850b0
59027npm verb tar unpack /root/.npm/media-typer/0.3.0/package.tgz
59028npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/media-typer-8124e922
59029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-8124e922
59030npm verb tar unpack /root/.npm/qs/1.2.2/package.tgz
59031npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-c7af878c
59032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-c7af878c
59033npm verb tar unpack /root/.npm/type-is/1.5.7/package.tgz
59034npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-e74537bc
59035npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-e74537bc
59036npm verb tar unpack /root/.npm/muri/1.0.0/package.tgz
59037npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/muri-6e0c3d58
59038npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/muri-6e0c3d58
59039npm verb tar unpack /root/.npm/mute-stream/0.0.4/package.tgz
59040npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mute-stream-23c38b91
59041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mute-stream-23c38b91
59042npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
59043npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-d389daac
59044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d389daac
59045npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-71bc9341
59046npm verb tar unpack /root/.npm/nan/1.8.4/package.tgz
59047npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-40b01213
59048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-40b01213
59049npm verb tar unpack /root/.npm/kerberos/0.0.11/package.tgz
59050npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/kerberos-f0bfc351
59051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kerberos-f0bfc351
59052npm verb tar unpack /root/.npm/mongodb-core/1.2.19/package.tgz
59053npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mongodb-core-e309a222
59054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-core-e309a222
59055npm verb tar unpack /root/.npm/bson/0.2.22/package.tgz
59056npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bson-ee41528f
59057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-ee41528f
59058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-2ecbea4d
59059npm verb tar unpack /root/.npm/negotiator/0.4.7/package.tgz
59060npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-c0976f8f
59061npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c0976f8f
59062npm verb tar unpack /root/.npm/accepts/1.0.7/package.tgz
59063npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-ed386b1f
59064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-ed386b1f
59065npm verb tar unpack /root/.npm/next-tick/0.2.2/package.tgz
59066npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/next-tick-0f4109ca
59067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/next-tick-0f4109ca
59068npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-d9ef0e8d
59069npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
59070npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-9863c00d
59071npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-9863c00d
59072npm verb tar unpack /root/.npm/source-map/0.1.43/package.tgz
59073npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-18d1a9fb
59074npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-18d1a9fb
59075npm verb tar unpack /root/.npm/css-parse/1.7.0/package.tgz
59076npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-parse-af3882e9
59077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-af3882e9
59078npm verb tar unpack /root/.npm/sax/0.5.8/package.tgz
59079npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sax-13c23eb1
59080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-13c23eb1
59081npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
59082npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-55097439
59083npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-55097439
59084npm verb tar unpack /root/.npm/cookie/0.1.3/package.tgz
59085npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-d846ec49
59086npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-d846ec49
59087npm verb tar unpack /root/.npm/cookie-signature/1.0.6/package.tgz
59088npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-signature-9d568919
59089npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-9d568919
59090npm verb tar unpack /root/.npm/depd/1.0.1/package.tgz
59091npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/depd-979fa066
59092npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-979fa066
59093npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
59094npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-07af6c46
59095npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-07af6c46
59096npm verb tar unpack /root/.npm/media-typer/0.3.0/package.tgz
59097npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/media-typer-2429ff25
59098npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-2429ff25
59099npm verb tar unpack /root/.npm/merge-descriptors/1.0.0/package.tgz
59100npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/merge-descriptors-ed1cce0b
59101npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-ed1cce0b
59102npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
59103npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-3f109939
59104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3f109939
59105npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
59106npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-0cf5ae08
59107npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0cf5ae08
59108npm verb tar unpack /root/.npm/nan/1.0.0/package.tgz
59109npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-09c8412f
59110npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-09c8412f
59111npm verb tar unpack /root/.npm/path-to-regexp/0.1.7/package.tgz
59112npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-to-regexp-e81f09f7
59113npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-e81f09f7
59114npm verb tar unpack /root/.npm/qs/4.0.0/package.tgz
59115npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-bfb357c6
59116npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-bfb357c6
59117npm verb tar unpack /root/.npm/range-parser/1.0.3/package.tgz
59118npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/range-parser-3a458d12
59119npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3a458d12
59120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f780dc8d
59121npm verb tar unpack /root/.npm/serve-favicon/2.3.0/package.tgz
59122npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-favicon-fd008e65
59123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-fd008e65
59124npm verb tar unpack /root/.npm/yargs/1.3.3/package.tgz
59125npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/yargs-7473f2e9
59126npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-7473f2e9
59127npm verb tar unpack /root/.npm/yargs/1.3.3/package.tgz
59128npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/yargs-e629783d
59129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-e629783d
59130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-pre-gyp-05acdd9e
59131npm verb tar unpack /root/.npm/node-uuid/1.3.3/package.tgz
59132npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-2a986007
59133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-2a986007
59134npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
59135npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-66453857
59136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-66453857
59137npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-86f971bc
59138npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
59139npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-462acb16
59140npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-462acb16
59141npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-1afce100
59142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-f5a30ad3
59143npm verb tar unpack /root/.npm/noptify/0.0.3/package.tgz
59144npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/noptify-3e1a1720
59145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/noptify-3e1a1720
59146npm verb tar unpack /root/.npm/normalize-path/2.0.1/package.tgz
59147npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/normalize-path-720e7d80
59148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-path-720e7d80
59149npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
59150npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-5c89810d
59151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-5c89810d
59152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4c8f6145
59153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-91bc12da
59154npm verb tar unpack /root/.npm/nth-check/1.0.1/package.tgz
59155npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nth-check-6676480b
59156npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nth-check-6676480b
59157npm verb tar unpack /root/.npm/CSSselect/0.7.0/package.tgz
59158npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/CSSselect-0f50a687
59159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSselect-0f50a687
59160npm verb tar unpack /root/.npm/cheerio-select/0.0.3/package.tgz
59161npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cheerio-select-994bcd5f
59162npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-select-994bcd5f
59163npm verb tar unpack /root/.npm/number-is-nan/1.0.0/package.tgz
59164npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/number-is-nan-d892eca7
59165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/number-is-nan-d892eca7
59166npm verb tar unpack /root/.npm/is-finite/1.0.1/package.tgz
59167npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-finite-876d1b43
59168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-finite-876d1b43
59169npm verb tar unpack /root/.npm/oauth-sign/0.8.0/package.tgz
59170npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-a5ba0156
59171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-a5ba0156
59172npm verb tar unpack /root/.npm/object-assign/1.0.0/package.tgz
59173npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-4b753d84
59174npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-4b753d84
59175npm verb tar unpack /root/.npm/object-component/0.0.3/package.tgz
59176npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-component-10e5bbbe
59177npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-component-10e5bbbe
59178npm verb tar unpack /root/.npm/object-keys/1.0.1/package.tgz
59179npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-keys-bf7ddf00
59180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-bf7ddf00
59181npm verb tar unpack /root/.npm/object.omit/2.0.0/package.tgz
59182npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object.omit-43b36489
59183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object.omit-43b36489
59184npm verb tar unpack /root/.npm/on-finished/2.3.0/package.tgz
59185npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/on-finished-e27b1d45
59186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-finished-e27b1d45
59187npm verb tar unpack /root/.npm/on-headers/1.0.1/package.tgz
59188npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/on-headers-c173bbeb
59189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-headers-c173bbeb
59190npm verb tar unpack /root/.npm/morgan/1.6.1/package.tgz
59191npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/morgan-e1afc6a8
59192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-e1afc6a8
59193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-open-3631f721
59194npm verb tar unpack /root/.npm/open/0.0.5/package.tgz
59195npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/open-399683eb
59196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/open-399683eb
59197npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/opn-113c4005
59198npm verb tar unpack /root/.npm/options/0.0.6/package.tgz
59199npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/options-d9b9f48a
59200npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/options-d9b9f48a
59201npm verb tar unpack /root/.npm/ordered-esprima-props/1.0.0/package.tgz
59202npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ordered-esprima-props-af59c7fe
59203npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-esprima-props-af59c7fe
59204npm verb tar unpack /root/.npm/ordered-ast-traverse/0.1.1/package.tgz
59205npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ordered-ast-traverse-24384e7e
59206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-ast-traverse-24384e7e
59207npm verb tar unpack /root/.npm/os-homedir/1.0.1/package.tgz
59208npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/os-homedir-66542b79
59209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-homedir-66542b79
59210npm verb tar unpack /root/.npm/osenv/0.1.0/package.tgz
59211npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/osenv-bccae03a
59212npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-bccae03a
59213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osx-release-b4669efd
59214npm verb tar unpack /root/.npm/object-assign/0.3.1/package.tgz
59215npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-40d37fa1
59216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-40d37fa1
59217npm verb tar unpack /root/.npm/got/0.3.0/package.tgz
59218npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/got-8e8c7d97
59219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-8e8c7d97
59220npm verb tar unpack /root/.npm/pad-stdio/0.1.1/package.tgz
59221npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pad-stdio-bd95afb4
59222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pad-stdio-bd95afb4
59223npm verb tar unpack /root/.npm/grunt-concurrent/0.5.0/package.tgz
59224npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-concurrent-8f98fdbe
59225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-concurrent-8f98fdbe
59226npm verb tar unpack /root/.npm/parse-glob/3.0.4/package.tgz
59227npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parse-glob-aaa7424e
59228npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-glob-aaa7424e
59229npm verb tar unpack /root/.npm/parse-json/2.2.0/package.tgz
59230npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parse-json-48069718
59231npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-json-48069718
59232npm verb tar unpack /root/.npm/parsejson/0.0.1/package.tgz
59233npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parsejson-34be595f
59234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parsejson-34be595f
59235npm verb tar unpack /root/.npm/parseqs/0.0.2/package.tgz
59236npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseqs-fe546b14
59237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseqs-fe546b14
59238npm verb tar unpack /root/.npm/parseuri/0.0.2/package.tgz
59239npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseuri-e2425ce9
59240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-e2425ce9
59241npm verb tar unpack /root/.npm/parseurl/1.0.1/package.tgz
59242npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseurl-53544bbd
59243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-53544bbd
59244npm verb tar unpack /root/.npm/passport-strategy/1.0.0/package.tgz
59245npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-strategy-ab83c876
59246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-strategy-ab83c876
59247npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
59248npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-is-absolute-6585a622
59249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-is-absolute-6585a622
59250npm verb tar unpack /root/.npm/path-to-regexp/0.1.2/package.tgz
59251npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-to-regexp-b251e6d1
59252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-b251e6d1
59253npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
59254npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-970c5705
59255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-970c5705
59256npm verb tar unpack /root/.npm/pause/0.0.1/package.tgz
59257npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pause-e8fad06c
59258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-e8fad06c
59259npm verb tar unpack /root/.npm/adm-zip/0.4.4/package.tgz
59260npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/adm-zip-5ecc6794
59261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-5ecc6794
59262npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
59263npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-b1b23865
59264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-b1b23865
59265npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
59266npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-a26145d5
59267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-a26145d5
59268npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
59269npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-e42f9c02
59270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e42f9c02
59271npm verb tar unpack /root/.npm/caseless/0.6.0/package.tgz
59272npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caseless-fcde11c6
59273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-fcde11c6
59274npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
59275npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-95f13831
59276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-95f13831
59277npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
59278npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-5158cd6b
59279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-5158cd6b
59280npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
59281npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-3de5909f
59282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-3de5909f
59283npm verb tar unpack /root/.npm/form-data/0.1.4/package.tgz
59284npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-611017b2
59285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-611017b2
59286npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
59287npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-f65fbeb1
59288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f65fbeb1
59289npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
59290npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-4dfc46f6
59291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-4dfc46f6
59292npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
59293npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-78f68fd4
59294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-78f68fd4
59295npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
59296npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-be78e942
59297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-be78e942
59298npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
59299npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-9a3f59aa
59300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-9a3f59aa
59301npm verb tar unpack /root/.npm/jsonfile/2.2.3/package.tgz
59302npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonfile-585b6775
59303npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-585b6775
59304npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
59305npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-1363b98b
59306npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-1363b98b
59307npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-76ba8d6c
59308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-bf834044
59309npm verb tar unpack /root/.npm/oauth-sign/0.4.0/package.tgz
59310npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-083f8360
59311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-083f8360
59312npm verb tar unpack /root/.npm/qs/1.2.2/package.tgz
59313npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-1147f504
59314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-1147f504
59315npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
59316npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-33c3b41e
59317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-33c3b41e
59318npm verb tar unpack /root/.npm/hawk/1.1.1/package.tgz
59319npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-0ce17659
59320npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-0ce17659
59321npm verb tar unpack /root/.npm/pify/2.3.0/package.tgz
59322npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pify-8d39eb85
59323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pify-8d39eb85
59324npm verb tar unpack /root/.npm/pinkie/2.0.1/package.tgz
59325npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pinkie-5b9c6504
59326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-5b9c6504
59327npm verb tar unpack /root/.npm/pinkie-promise/2.0.0/package.tgz
59328npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pinkie-promise-7a06a14e
59329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-promise-7a06a14e
59330npm verb tar unpack /root/.npm/path-type/1.1.0/package.tgz
59331npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-type-7606825e
59332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-type-7606825e
59333npm verb tar unpack /root/.npm/path-exists/2.1.0/package.tgz
59334npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-exists-d3fe1e39
59335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-exists-d3fe1e39
59336npm verb tar unpack /root/.npm/find-up/1.1.0/package.tgz
59337npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/find-up-6092c98d
59338npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-up-6092c98d
59339npm verb tar unpack /root/.npm/passport/0.1.18/package.tgz
59340npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-9f7ca3f2
59341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-9f7ca3f2
59342npm verb tar unpack /root/.npm/pkginfo/0.2.3/package.tgz
59343npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pkginfo-d13cca63
59344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-d13cca63
59345npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
59346npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-c32f92ea
59347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-c32f92ea
59348npm verb tar unpack /root/.npm/policyfile/0.0.4/package.tgz
59349npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/policyfile-b12869c3
59350npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/policyfile-b12869c3
59351npm verb tar unpack /root/.npm/dtrace-provider/0.2.8/package.tgz
59352npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dtrace-provider-f433733c
59353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-f433733c
59354npm verb tar unpack /root/.npm/extsprintf/1.0.0/package.tgz
59355npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extsprintf-52d209e7
59356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-52d209e7
59357npm verb tar unpack /root/.npm/mv/0.0.5/package.tgz
59358npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mv-54baccc5
59359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-54baccc5
59360npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f0f7d798
59361npm verb tar unpack /root/.npm/once/1.3.0/package.tgz
59362npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/once-7c7b2e00
59363npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-7c7b2e00
59364npm verb tar unpack /root/.npm/verror/1.1.0/package.tgz
59365npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/verror-f84cf8b5
59366npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-f84cf8b5
59367npm verb tar unpack /root/.npm/vasync/1.4.0/package.tgz
59368npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/vasync-aee44b68
59369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-aee44b68
59370npm verb tar unpack /root/.npm/pooling/0.4.6/package.tgz
59371npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pooling-149e19c7
59372npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pooling-149e19c7
59373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-73185b4c
59374npm verb tar unpack /root/.npm/ldapauth-fork/2.3.3/package.tgz
59375npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ldapauth-fork-7e683701
59376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapauth-fork-7e683701
59377npm verb tar unpack /root/.npm/backoff/2.4.1/package.tgz
59378npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/backoff-deb45122
59379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backoff-deb45122
59380npm verb tar unpack /root/.npm/preserve/0.2.0/package.tgz
59381npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/preserve-46ce8621
59382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/preserve-46ce8621
59383npm verb tar unpack /root/.npm/precond/0.2.3/package.tgz
59384npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/precond-d80e2e85
59385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/precond-d80e2e85
59386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-bytes-5e4f8923
59387npm verb tar unpack /root/.npm/grunt-contrib-htmlmin/0.2.0/package.tgz
59388npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb
59389npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb
59390npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-ms-480798c4
59391npm verb tar unpack /root/.npm/process-nextick-args/1.0.6/package.tgz
59392npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/process-nextick-args-99c8ad65
59393npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/process-nextick-args-99c8ad65
59394npm verb tar unpack /root/.npm/progress/1.1.8/package.tgz
59395npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/progress-1259fa44
59396npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/progress-1259fa44
59397npm verb tar unpack /root/.npm/promise/2.0.0/package.tgz
59398npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/promise-4c2ae656
59399npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promise-4c2ae656
59400npm verb tar unpack /root/.npm/propprop/0.3.0/package.tgz
59401npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/propprop-132c8217
59402npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/propprop-132c8217
59403npm verb tar unpack /root/.npm/proto-list/1.2.4/package.tgz
59404npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/proto-list-18f343b9
59405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proto-list-18f343b9
59406npm verb tar unpack /root/.npm/config-chain/1.1.9/package.tgz
59407npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/config-chain-4f06bec8
59408npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/config-chain-4f06bec8
59409npm verb tar unpack /root/.npm/adm-zip/0.4.4/package.tgz
59410npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/adm-zip-2aa894c7
59411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-2aa894c7
59412npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
59413npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-9449641b
59414npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-9449641b
59415npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
59416npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-d27279c7
59417npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d27279c7
59418npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
59419npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-2c92b908
59420npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-2c92b908
59421npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
59422npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-0b444ccf
59423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-0b444ccf
59424npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
59425npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-f0364594
59426npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-f0364594
59427npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
59428npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-8691cae5
59429npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8691cae5
59430npm verb tar unpack /root/.npm/form-data/0.1.4/package.tgz
59431npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-bdbb9c5e
59432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-bdbb9c5e
59433npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
59434npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-791442e1
59435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-791442e1
59436npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
59437npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-6e180b53
59438npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-6e180b53
59439npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
59440npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-8fb1ece1
59441npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8fb1ece1
59442npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
59443npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-8289c392
59444npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-8289c392
59445npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
59446npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-77af3c45
59447npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-77af3c45
59448npm verb tar unpack /root/.npm/oauth-sign/0.3.0/package.tgz
59449npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-87c59726
59450npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-87c59726
59451npm verb tar unpack /root/.npm/q/1.0.0/package.tgz
59452npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-34bb422e
59453npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-34bb422e
59454npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
59455npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-d4135359
59456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-d4135359
59457npm verb tar unpack /root/.npm/hawk/1.0.0/package.tgz
59458npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-aa3ff308
59459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-aa3ff308
59460npm verb tar unpack /root/.npm/proxy-addr/1.0.10/package.tgz
59461npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/proxy-addr-987eb57d
59462npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proxy-addr-987eb57d
59463npm verb tar unpack /root/.npm/once/1.2.0/package.tgz
59464npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/once-c56380e0
59465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-c56380e0
59466npm verb tar unpack /root/.npm/punycode/1.4.0/package.tgz
59467npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/punycode-50f8bda6
59468npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/punycode-50f8bda6
59469npm verb tar unpack /root/.npm/tough-cookie/0.12.1/package.tgz
59470npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tough-cookie-6c004dea
59471npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-6c004dea
59472npm verb tar unpack /root/.npm/q/0.9.7/package.tgz
59473npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-fe516c28
59474npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-fe516c28
59475npm verb tar unpack /root/.npm/p-throttler/0.1.0/package.tgz
59476npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/p-throttler-5c8f4f09
59477npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/p-throttler-5c8f4f09
59478npm verb tar unpack /root/.npm/coa/0.4.1/package.tgz
59479npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/coa-ced7c54d
59480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coa-ced7c54d
59481npm verb tar unpack /root/.npm/qs/0.6.6/package.tgz
59482npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-faf5570d
59483npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-faf5570d
59484npm verb tar unpack /root/.npm/randomatic/1.1.5/package.tgz
59485npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/randomatic-1ecea6a0
59486npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/randomatic-1ecea6a0
59487npm verb tar unpack /root/.npm/range-parser/1.0.0/package.tgz
59488npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/range-parser-840ef8b4
59489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-840ef8b4
59490npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
59491npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-bb9634cf
59492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-bb9634cf
59493npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-1b70dfdc
59494npm verb tar unpack /root/.npm/raw-body/1.3.0/package.tgz
59495npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/raw-body-473befd3
59496npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-473befd3
59497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rc-e79a7a27
59498npm verb tar unpack /root/.npm/read/1.0.7/package.tgz
59499npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/read-1968274d
59500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-1968274d
59501npm verb tar unpack /root/.npm/promptly/0.2.0/package.tgz
59502npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/promptly-33d94e46
59503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promptly-33d94e46
59504npm verb tar unpack /root/.npm/read-chunk/0.1.0/package.tgz
59505npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/read-chunk-bd1f45a0
59506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-chunk-bd1f45a0
59507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/image-type-8c2f01f9
59508npm verb tar unpack /root/.npm/readdirp/0.2.5/package.tgz
59509npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readdirp-3c4d5bdb
59510npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-3c4d5bdb
59511npm verb tar unpack /root/.npm/monocle/1.1.51/package.tgz
59512npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/monocle-230f70e1
59513npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-230f70e1
59514npm verb tar unpack /root/.npm/monocle/0.1.48/package.tgz
59515npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/monocle-85cc230c
59516npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-85cc230c
59517npm verb tar unpack /root/.npm/ansi-regex/1.1.1/package.tgz
59518npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-f494fa3d
59519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-f494fa3d
59520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-72556951
59521npm verb tar unpack /root/.npm/readline2/0.1.1/package.tgz
59522npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readline2-add6b0ec
59523npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readline2-add6b0ec
59524npm verb tar unpack /root/.npm/repeating/2.0.0/package.tgz
59525npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/repeating-769e1d6b
59526npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-769e1d6b
59527npm verb tar unpack /root/.npm/indent-string/2.1.0/package.tgz
59528npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/indent-string-77372450
59529npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-77372450
59530npm verb tar unpack /root/.npm/redeyed/0.4.4/package.tgz
59531npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/redeyed-d0943e6b
59532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redeyed-d0943e6b
59533npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cardinal-9363e355
59534npm verb tar unpack /root/.npm/redis/0.7.3/package.tgz
59535npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/redis-94a6a32b
59536npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redis-94a6a32b
59537npm verb tar unpack /root/.npm/reduce-component/1.0.1/package.tgz
59538npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/reduce-component-6282699c
59539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/reduce-component-6282699c
59540npm verb tar unpack /root/.npm/regex-cache/0.4.2/package.tgz
59541npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/regex-cache-7b5aee7c
59542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regex-cache-7b5aee7c
59543npm verb tar unpack /root/.npm/regexp-clone/0.0.1/package.tgz
59544npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/regexp-clone-b61bd35f
59545npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-clone-b61bd35f
59546npm verb tar unpack /root/.npm/regexp-quote/0.0.0/package.tgz
59547npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/regexp-quote-009eda73
59548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-quote-009eda73
59549npm verb tar unpack /root/.npm/repeat-element/1.1.2/package.tgz
59550npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/repeat-element-e5a400db
59551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-element-e5a400db
59552npm verb tar unpack /root/.npm/relateurl/0.2.6/package.tgz
59553npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/relateurl-c4d1280f
59554npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/relateurl-c4d1280f
59555npm verb tar unpack /root/.npm/repeat-string/1.5.2/package.tgz
59556npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/repeat-string-c980ddfa
59557npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-string-c980ddfa
59558npm verb tar unpack /root/.npm/fill-range/2.2.3/package.tgz
59559npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fill-range-5ef9f3e5
59560npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fill-range-5ef9f3e5
59561npm verb tar unpack /root/.npm/expand-range/1.8.1/package.tgz
59562npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/expand-range-41d989d2
59563npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-range-41d989d2
59564npm verb tar unpack /root/.npm/braces/1.8.3/package.tgz
59565npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/braces-06252f0f
59566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/braces-06252f0f
59567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-4b191c50
59568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-0782c713
59569npm verb tar unpack /root/.npm/meow/2.0.0/package.tgz
59570npm verb tar unpacking to /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/meow-6ad74bf0
59572npm verb tar unpack /root/.npm/qs/4.0.0/package.tgz
59573npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-ceed58e2
59574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-ceed58e2
59575npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/requirejs-c74e8837
59576npm verb tar unpack /root/.npm/depd/1.0.1/package.tgz
59577npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/depd-a510ab12
59578npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-a510ab12
59579npm verb tar unpack /root/.npm/response-time/2.3.1/package.tgz
59580npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/response-time-f0c163c7
59581npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/response-time-f0c163c7
59582npm verb tar unpack /root/.npm/retry/0.6.0/package.tgz
59583npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/retry-6ea0c0cc
59584npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/retry-6ea0c0cc
59585npm verb tar unpack /root/.npm/request-replay/0.2.0/package.tgz
59586npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-replay-2fdd3e9f
59587npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-replay-2fdd3e9f
59588npm verb tar unpack /root/.npm/rndm/1.1.1/package.tgz
59589npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rndm-f28cd980
59590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rndm-f28cd980
59591npm verb tar unpack /root/.npm/rx/2.5.3/package.tgz
59592npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rx-657a6559
59593npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rx-657a6559
59594npm verb tar unpack /root/.npm/saucelabs/0.1.1/package.tgz
59595npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/saucelabs-bc92f9a6
59596npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/saucelabs-bc92f9a6
59597npm verb tar unpack /root/.npm/safe-json-stringify/1.0.3/package.tgz
59598npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/safe-json-stringify-a0e7e90f
59599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/safe-json-stringify-a0e7e90f
59600npm verb tar unpack /root/.npm/sax/0.6.1/package.tgz
59601npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sax-4ad47b16
59602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-4ad47b16
59603npm verb tar unpack /root/.npm/scmp/1.0.0/package.tgz
59604npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/scmp-3c8978ab
59605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/scmp-3c8978ab
59606npm verb tar unpack /root/.npm/adm-zip/0.4.4/package.tgz
59607npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/adm-zip-0074c9bd
59608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-0074c9bd
59609npm verb tar unpack /root/.npm/tmp/0.0.24/package.tgz
59610npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tmp-edb089e6
59611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-edb089e6
59612npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-02823aa2
59613npm verb tar unpack /root/.npm/semver-diff/0.1.0/package.tgz
59614npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-diff-b6403f72
59615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-diff-b6403f72
59616npm verb tar unpack /root/.npm/semver-utils/1.1.1/package.tgz
59617npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-utils-7c8dfe17
59618npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-utils-7c8dfe17
59619npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-33635b0a
59620npm verb tar unpack /root/.npm/sentence-case/1.1.3/package.tgz
59621npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sentence-case-739aa6da
59622npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sentence-case-739aa6da
59623npm verb tar unpack /root/.npm/path-case/1.1.2/package.tgz
59624npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-case-81dc752a
59625npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-case-81dc752a
59626npm verb tar unpack /root/.npm/send/0.2.0/package.tgz
59627npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/send-55a215c7
59628npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-55a215c7
59629npm verb tar unpack /root/.npm/param-case/1.1.2/package.tgz
59630npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/param-case-b72fe235
59631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/param-case-b72fe235
59632npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
59633npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-428eb820
59634npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-428eb820
59635npm verb tar unpack /root/.npm/dot-case/1.1.2/package.tgz
59636npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dot-case-cb091322
59637npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dot-case-cb091322
59638npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
59639npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-a8de92f0
59640npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-a8de92f0
59641npm verb tar unpack /root/.npm/fresh/0.2.0/package.tgz
59642npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fresh-8b5b34cf
59643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-8b5b34cf
59644npm verb tar unpack /root/.npm/range-parser/0.0.4/package.tgz
59645npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/range-parser-3baf7556
59646npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3baf7556
59647npm verb tar unpack /root/.npm/serve-static/1.0.1/package.tgz
59648npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-static-d1ace1eb
59649npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-d1ace1eb
59650npm verb tar unpack /root/.npm/shell-quote/1.4.3/package.tgz
59651npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/shell-quote-9593bb24
59652npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shell-quote-9593bb24
59653npm verb tar unpack /root/.npm/send/0.1.4/package.tgz
59654npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/send-2a098fc8
59655npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-2a098fc8
59656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-e6558551
59657npm verb tar unpack /root/.npm/grunt-build-control/0.1.3/package.tgz
59658npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-build-control-5e0e2282
59659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-build-control-5e0e2282
59660npm verb tar unpack /root/.npm/should/3.3.2/package.tgz
59661npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/should-50c5a803
59662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/should-50c5a803
59663npm verb tar unpack /root/.npm/sigmund/1.0.1/package.tgz
59664npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sigmund-52913fe8
59665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sigmund-52913fe8
59666npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
59667npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-c4f3a2f3
59668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c4f3a2f3
59669npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
59670npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-6ab643c2
59671npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-6ab643c2
59672npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
59673npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-216143fb
59674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-216143fb
59675npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
59676npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-c262507c
59677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c262507c
59678npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
59679npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-17a354ed
59680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-17a354ed
59681npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
59682npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-3b6ee7ec
59683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3b6ee7ec
59684npm verb tar unpack /root/.npm/glob/3.2.3/package.tgz
59685npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-ab8aeb43
59686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-ab8aeb43
59687npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mocha-b5d1e833
59688npm verb tar unpack /root/.npm/grunt-mocha-test/0.10.2/package.tgz
59689npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-mocha-test-efc027cd
59690npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-mocha-test-efc027cd
59691npm verb tar unpack /root/.npm/minimatch/1.0.0/package.tgz
59692npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-5c0351b4
59693npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-5c0351b4
59694npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
59695npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-f1c7d320
59696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-f1c7d320
59697npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
59698npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-67df9d86
59699npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-67df9d86
59700npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-0c5f30a9
59701npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
59702npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-2a2f5423
59703npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2a2f5423
59704npm verb tar unpack /root/.npm/glob/3.1.21/package.tgz
59705npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-f44e949d
59706npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-f44e949d
59707npm verb tar unpack /root/.npm/minimatch/1.0.0/package.tgz
59708npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-45dee521
59709npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-45dee521
59710npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
59711npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-46dd1ff7
59712npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-46dd1ff7
59713npm verb tar unpack /root/.npm/glob/3.1.21/package.tgz
59714npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-54e67aef
59715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-54e67aef
59716npm verb tar unpack /root/.npm/globule/0.1.0/package.tgz
59717npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/globule-5915a629
59718npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/globule-5915a629
59719npm verb tar unpack /root/.npm/gaze/0.5.2/package.tgz
59720npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/gaze-d35c1ef4
59721npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gaze-d35c1ef4
59722npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
59723npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-74c70a27
59724npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-74c70a27
59725npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
59726npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-8c306e86
59727npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-8c306e86
59728npm verb tar unpack /root/.npm/findup-sync/0.1.3/package.tgz
59729npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/findup-sync-8140f333
59730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/findup-sync-8140f333
59731npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
59732npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-4b4f27d0
59733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-4b4f27d0
59734npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
59735npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-c045deee
59736npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-c045deee
59737npm verb tar unpack /root/.npm/cli/0.6.6/package.tgz
59738npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cli-f1b6d1a3
59739npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-f1b6d1a3
59740npm verb tar unpack /root/.npm/signal-exit/2.1.2/package.tgz
59741npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/signal-exit-8a41fdb4
59742npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/signal-exit-8a41fdb4
59743npm verb tar unpack /root/.npm/loud-rejection/1.2.0/package.tgz
59744npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/loud-rejection-7b22aaab
59745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/loud-rejection-7b22aaab
59746npm verb tar unpack /root/.npm/simple-fmt/0.1.0/package.tgz
59747npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/simple-fmt-863b3f2d
59748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-fmt-863b3f2d
59749npm verb tar unpack /root/.npm/simple-is/0.2.0/package.tgz
59750npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/simple-is-d78478ba
59751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-is-d78478ba
59752npm verb tar unpack /root/.npm/sliced/0.0.5/package.tgz
59753npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sliced-9abb5cab
59754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sliced-9abb5cab
59755npm verb tar unpack /root/.npm/mquery/1.6.3/package.tgz
59756npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mquery-828ce23e
59757npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mquery-828ce23e
59758npm verb tar unpack /root/.npm/snake-case/1.1.2/package.tgz
59759npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/snake-case-e946e9aa
59760npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/snake-case-e946e9aa
59761npm verb tar unpack /root/.npm/sntp/1.0.9/package.tgz
59762npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-62cae532
59763npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-62cae532
59764npm verb tar unpack /root/.npm/hawk/3.1.2/package.tgz
59765npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-2b18a6ec
59766npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-2b18a6ec
59767npm verb tar unpack /root/.npm/debug/1.0.2/package.tgz
59768npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-61a48168
59769npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-61a48168
59770npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
59771npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-f90753f4
59772npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-f90753f4
59773npm verb tar unpack /root/.npm/socket.io-adapter/0.3.1/package.tgz
59774npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-adapter-a8f40cd8
59775npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-adapter-a8f40cd8
59776npm verb tar unpack /root/.npm/socket.io-parser/2.2.2/package.tgz
59777npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-parser-ed3c386f
59778npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-ed3c386f
59779npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
59780npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-8dd80a88
59781npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-8dd80a88
59782npm verb tar unpack /root/.npm/has-binary/0.1.6/package.tgz
59783npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-binary-eb70372c
59784npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eb70372c
59785npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
59786npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-bde81572
59787npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-bde81572
59788npm verb tar unpack /root/.npm/socket.io-parser/2.2.4/package.tgz
59789npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-parser-a1fc7703
59790npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-a1fc7703
59791npm verb tar unpack /root/.npm/debug/2.1.0/package.tgz
59792npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-526a4055
59793npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-526a4055
59794npm verb tar unpack /root/.npm/object-keys/0.4.0/package.tgz
59795npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-keys-d814db77
59796npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-d814db77
59797npm verb tar unpack /root/.npm/xtend/2.1.2/package.tgz
59798npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xtend-18238d0f
59799npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-18238d0f
59800npm verb tar unpack /root/.npm/sockjs/0.3.7/package.tgz
59801npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sockjs-01cad350
59802npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sockjs-01cad350
59803npm verb tar unpack /root/.npm/shoe/0.0.15/package.tgz
59804npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/shoe-90c1a06f
59805npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shoe-90c1a06f
59806npm verb tar unpack /root/.npm/postcss/0.3.5/package.tgz
59807npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/postcss-8b324b03
59808npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/postcss-8b324b03
59809npm verb tar unpack /root/.npm/source-map/0.1.34/package.tgz
59810npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-0e6c5e54
59811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-0e6c5e54
59812npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-0ec36e73
59813npm verb tar unpack /root/.npm/nib/1.1.0/package.tgz
59814npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nib-e5b4c9ea
59815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nib-e5b4c9ea
59816npm verb tar unpack /root/.npm/source-map/0.1.32/package.tgz
59817npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-4252b56e
59818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-4252b56e
59819npm verb tar unpack /root/.npm/source-map-support/0.2.10/package.tgz
59820npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-support-0224d270
59821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-support-0224d270
59822npm verb tar unpack /root/.npm/spdx-exceptions/1.0.4/package.tgz
59823npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/spdx-exceptions-3ce8ceb0
59824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-exceptions-3ce8ceb0
59825npm verb tar unpack /root/.npm/spdx-license-ids/1.1.0/package.tgz
59826npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/spdx-license-ids-aacb7cca
59827npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-license-ids-aacb7cca
59828npm verb tar unpack /root/.npm/spdx-expression-parse/1.0.2/package.tgz
59829npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/spdx-expression-parse-eb460c37
59830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-expression-parse-eb460c37
59831npm verb tar unpack /root/.npm/spdx-correct/1.0.2/package.tgz
59832npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/spdx-correct-f024b17c
59833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-correct-f024b17c
59834npm verb tar unpack /root/.npm/sprintf-js/1.0.3/package.tgz
59835npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sprintf-js-d0139c3e
59836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sprintf-js-d0139c3e
59837npm verb tar unpack /root/.npm/argparse/1.0.3/package.tgz
59838npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/argparse-bc1dea50
59839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-bc1dea50
59840npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-bc773c76
59841npm verb tar unpack /root/.npm/stable/0.1.5/package.tgz
59842npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stable-caf6f1b0
59843npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stable-caf6f1b0
59844npm verb tar unpack /root/.npm/alter/0.2.0/package.tgz
59845npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/alter-df2707e3
59846npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/alter-df2707e3
59847npm verb tar unpack /root/.npm/statuses/1.2.1/package.tgz
59848npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/statuses-01f80765
59849npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/statuses-01f80765
59850npm verb tar unpack /root/.npm/stat-mode/0.2.1/package.tgz
59851npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stat-mode-2e36ef36
59852npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stat-mode-2e36ef36
59853npm verb tar unpack /root/.npm/http-errors/1.3.1/package.tgz
59854npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-errors-bac919b5
59855npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-errors-bac919b5
59856npm verb tar unpack /root/.npm/serve-index/1.7.2/package.tgz
59857npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-index-01ff1267
59858npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-index-01ff1267
59859npm verb tar unpack /root/.npm/send/0.13.0/package.tgz
59860npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/send-714f2a9f
59861npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-714f2a9f
59862npm verb tar unpack /root/.npm/send/0.13.0/package.tgz
59863npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/send-e2c90301
59864npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-e2c90301
59865npm verb tar unpack /root/.npm/serve-static/1.10.0/package.tgz
59866npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-static-fb0bedc4
59867npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-fb0bedc4
59868npm verb tar unpack /root/.npm/connect-timeout/1.6.2/package.tgz
59869npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/connect-timeout-0d3d2d4c
59870npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-timeout-0d3d2d4c
59871npm verb tar unpack /root/.npm/serve-static/1.10.0/package.tgz
59872npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-static-44fd8ff0
59873npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-44fd8ff0
59874npm verb tar unpack /root/.npm/stream-combiner/0.0.4/package.tgz
59875npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stream-combiner-e6543bbb
59876npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-combiner-e6543bbb
59877npm verb tar unpack /root/.npm/streamsearch/0.1.2/package.tgz
59878npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/streamsearch-aedb5713
59879npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/streamsearch-aedb5713
59880npm verb tar unpack /root/.npm/ansi-regex/0.1.0/package.tgz
59881npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-235f4c96
59882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-235f4c96
59883npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a5bfab53
59884npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
59885npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/string_decoder-b2974c2a
59886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string_decoder-b2974c2a
59887npm verb tar unpack /root/.npm/string-length/0.1.2/package.tgz
59888npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/string-length-379dd77f
59889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string-length-379dd77f
59890npm verb tar unpack /root/.npm/stream-counter/0.2.0/package.tgz
59891npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stream-counter-a0488c1b
59892npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-counter-a0488c1b
59893npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
59894npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-ca16f4e5
59895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ca16f4e5
59896npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
59897npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-358373bc
59898npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-358373bc
59899npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
59900npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-e1366965
59901npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e1366965
59902npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
59903npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-6816b730
59904npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-6816b730
59905npm verb tar unpack /root/.npm/multiparty/3.3.2/package.tgz
59906npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/multiparty-f19e8247
59907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multiparty-f19e8247
59908npm verb tar unpack /root/.npm/readable-stream/1.0.31/package.tgz
59909npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-16fc46e8
59910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-16fc46e8
59911npm verb tar unpack /root/.npm/mongodb/2.0.46/package.tgz
59912npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mongodb-40e3e40e
59913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-40e3e40e
59914npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
59915npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-41fe2eef
59916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-41fe2eef
59917npm verb tar unpack /root/.npm/log4js/0.6.29/package.tgz
59918npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/log4js-ec214fd9
59919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log4js-ec214fd9
59920npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
59921npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-459b9cc3
59922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-459b9cc3
59923npm verb tar unpack /root/.npm/htmlparser2/3.8.3/package.tgz
59924npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/htmlparser2-a06ed28f
59925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-a06ed28f
59926npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
59927npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-ae46a979
59928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ae46a979
59929npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
59930npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-34bf1d13
59931npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-34bf1d13
59932npm verb tar unpack /root/.npm/through2/0.5.1/package.tgz
59933npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/through2-19196ec0
59934npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-19196ec0
59935npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
59936npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-d5ef2302
59937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-d5ef2302
59938npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
59939npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-035a645f
59940npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-035a645f
59941npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
59942npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-9d6a9069
59943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-9d6a9069
59944npm verb tar unpack /root/.npm/dicer/0.2.5/package.tgz
59945npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dicer-6fddfd03
59946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dicer-6fddfd03
59947npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
59948npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-bbb517fe
59949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-bbb517fe
59950npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
59951npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-c5a20cd2
59952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-c5a20cd2
59953npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
59954npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-e44990de
59955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e44990de
59956npm verb tar unpack /root/.npm/htmlparser2/3.1.4/package.tgz
59957npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/htmlparser2-0dc30d38
59958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-0dc30d38
59959npm verb tar unpack /root/.npm/cheerio/0.12.4/package.tgz
59960npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cheerio-be2b1bbb
59961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-be2b1bbb
59962npm verb tar unpack /root/.npm/grunt-dom-munger/3.4.0/package.tgz
59963npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-dom-munger-8c845d5a
59964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-dom-munger-8c845d5a
59965npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
59966npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-b09f3ec0
59967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-b09f3ec0
59968npm verb tar unpack /root/.npm/busboy/0.2.12/package.tgz
59969npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/busboy-4652db82
59970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/busboy-4652db82
59971npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
59972npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-e35088e9
59973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e35088e9
59974npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
59975npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-39ed679c
59976npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-39ed679c
59977npm verb tar unpack /root/.npm/stringify-object/1.0.1/package.tgz
59978npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stringify-object-2e0bb045
59979npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringify-object-2e0bb045
59980npm verb tar unpack /root/.npm/stringmap/0.2.2/package.tgz
59981npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stringmap-b5d4900f
59982npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringmap-b5d4900f
59983npm verb tar unpack /root/.npm/stringset/0.2.1/package.tgz
59984npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stringset-b25d8fb8
59985npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringset-b25d8fb8
59986npm verb tar unpack /root/.npm/stringstream/0.0.5/package.tgz
59987npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stringstream-228812fc
59988npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringstream-228812fc
59989npm verb tar unpack /root/.npm/strip-bom/2.0.0/package.tgz
59990npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-bom-44cc6049
59991npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-bom-44cc6049
59992npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
59993npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-cd4286ca
59994npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-cd4286ca
59995npm verb tar unpack /root/.npm/load-json-file/1.1.0/package.tgz
59996npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/load-json-file-20e568bc
59997npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/load-json-file-20e568bc
59998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-indent-fc2db20b
59999npm verb tar unpack /root/.npm/redent/1.0.0/package.tgz
60000npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/redent-98cd0065
60001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redent-98cd0065
60002npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-ae1b3162
60003npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-e9400c6d
60004npm verb tar unpack /root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
60005npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-jshint-621cce63
60006npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jshint-621cce63
60007npm verb tar unpack /root/.npm/css-parse/1.7.0/package.tgz
60008npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-parse-cb593ab2
60009npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-cb593ab2
60010npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
60011npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-b02415cd
60012npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b02415cd
60013npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
60014npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-08f18e33
60015npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-08f18e33
60016npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
60017npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-cc145a81
60018npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-cc145a81
60019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-c98f594f
60020npm verb tar unpack /root/.npm/sax/0.5.8/package.tgz
60021npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sax-b4c0e941
60022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-b4c0e941
60023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-ecb3f94d
60024npm verb tar unpack /root/.npm/success-symbol/0.1.0/package.tgz
60025npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/success-symbol-40eb6545
60026npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/success-symbol-40eb6545
60027npm verb tar unpack /root/.npm/extglob/0.3.1/package.tgz
60028npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extglob-7059e4ca
60029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extglob-7059e4ca
60030npm verb tar unpack /root/.npm/micromatch/2.3.7/package.tgz
60031npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/micromatch-3e0dcf81
60032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/micromatch-3e0dcf81
60033npm verb tar unpack /root/.npm/anymatch/1.3.0/package.tgz
60034npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/anymatch-a54c36b2
60035npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/anymatch-a54c36b2
60036npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
60037npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-1a9b1d07
60038npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-1a9b1d07
60039npm verb tar unpack /root/.npm/extend/1.2.1/package.tgz
60040npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extend-35ae3f56
60041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-35ae3f56
60042npm verb tar unpack /root/.npm/methods/0.0.1/package.tgz
60043npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-331e3165
60044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-331e3165
60045npm verb tar unpack /root/.npm/mime/1.2.5/package.tgz
60046npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-79a3fb33
60047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-79a3fb33
60048npm verb tar unpack /root/.npm/qs/0.6.5/package.tgz
60049npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-29f38b5d
60050npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-29f38b5d
60051npm verb tar unpack /root/.npm/superagent/0.17.0/package.tgz
60052npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/superagent-2956e0bc
60053npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/superagent-2956e0bc
60054npm verb tar unpack /root/.npm/supertest/0.11.0/package.tgz
60055npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supertest-0a3c57ba
60056npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supertest-0a3c57ba
60057npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
60058npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-696b9649
60059npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-696b9649
60060npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
60061npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-268f9043
60062npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-268f9043
60063npm verb tar unpack /root/.npm/log-symbols/1.0.2/package.tgz
60064npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/log-symbols-84b5e2c1
60065npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log-symbols-84b5e2c1
60066npm verb tar unpack /root/.npm/grunt-filerev/2.2.0/package.tgz
60067npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-filerev-84c7496d
60068npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-filerev-84c7496d
60069npm verb tar unpack /root/.npm/grunt-contrib-stylus/0.22.0/package.tgz
60070npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-stylus-e34fd4cd
60071npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-stylus-e34fd4cd
60072npm verb tar unpack /root/.npm/tape/0.2.2/package.tgz
60073npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tape-0ab0592b
60074npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tape-0ab0592b
60075npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
60076npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-8fb94a0e
60077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-8fb94a0e
60078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-24caeea9
60079npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
60080npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-2589f055
60081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-2589f055
60082npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
60083npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-c455f913
60084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-c455f913
60085npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
60086npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-e4ddb62c
60087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e4ddb62c
60088npm verb tar unpack /root/.npm/text-table/0.2.0/package.tgz
60089npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/text-table-c233e25f
60090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/text-table-c233e25f
60091npm verb tar unpack /root/.npm/jshint-stylish/0.1.5/package.tgz
60092npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jshint-stylish-cc192ea4
60093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-stylish-cc192ea4
60094npm verb tar unpack /root/.npm/throttleit/0.0.2/package.tgz
60095npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/throttleit-d7594825
60096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/throttleit-d7594825
60097npm verb tar unpack /root/.npm/request-progress/0.3.0/package.tgz
60098npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-progress-d4729090
60099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-d4729090
60100npm verb tar unpack /root/.npm/request-progress/0.3.1/package.tgz
60101npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-progress-572bf127
60102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-572bf127
60103npm verb tar unpack /root/.npm/through/2.3.8/package.tgz
60104npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/through-544fbcc6
60105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through-544fbcc6
60106npm verb tar unpack /root/.npm/object-keys/0.4.0/package.tgz
60107npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-keys-7a48fb69
60108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-7a48fb69
60109npm verb tar unpack /root/.npm/split/0.3.3/package.tgz
60110npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/split-b5770f82
60111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/split-b5770f82
60112npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
60113npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-a1873cf0
60114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-a1873cf0
60115npm verb tar unpack /root/.npm/xtend/2.1.2/package.tgz
60116npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xtend-21fdbb7f
60117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-21fdbb7f
60118npm verb tar unpack /root/.npm/through2/0.4.2/package.tgz
60119npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/through2-537228c1
60120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-537228c1
60121npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60122npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-5bf760c0
60123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-5bf760c0
60124npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-5e05ae24
60125npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
60126npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-bd203d96
60127npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-bd203d96
60128npm verb tar unpack /root/.npm/time-grunt/0.3.2/package.tgz
60129npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/time-grunt-2b0acfb3
60130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/time-grunt-2b0acfb3
60131npm verb tar unpack /root/.npm/timers-ext/0.1.0/package.tgz
60132npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/timers-ext-d594c66b
60133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/timers-ext-d594c66b
60134npm verb tar unpack /root/.npm/memoizee/0.3.9/package.tgz
60135npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/memoizee-6fd8d2a7
60136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/memoizee-6fd8d2a7
60137npm verb tar unpack /root/.npm/cli-color/0.3.3/package.tgz
60138npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cli-color-9a9be295
60139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-color-9a9be295
60140npm verb tar unpack /root/.npm/inquirer/0.6.0/package.tgz
60141npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inquirer-f4df6b79
60142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-f4df6b79
60143npm verb tar unpack /root/.npm/inquirer/0.7.1/package.tgz
60144npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inquirer-35d357df
60145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-35d357df
60146npm verb tar unpack /root/.npm/qs/0.5.6/package.tgz
60147npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-2f14540d
60148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-2f14540d
60149npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
60150npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-51e7fba2
60151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-51e7fba2
60152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tiny-lr-fork-b7a0ab13
60153npm verb tar unpack /root/.npm/grunt-contrib-watch/0.6.1/package.tgz
60154npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-watch-6102743e
60155npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-watch-6102743e
60156npm verb tar unpack /root/.npm/tinycolor/0.0.1/package.tgz
60157npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tinycolor-2ddcca86
60158npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tinycolor-2ddcca86
60159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-e8e45e90
60160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-621b9c64
60161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-4a679c2f
60162npm verb tar unpack /root/.npm/tmp/0.0.23/package.tgz
60163npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tmp-13c48941
60164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-13c48941
60165npm verb tar unpack /root/.npm/to-array/0.1.3/package.tgz
60166npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/to-array-663f09fb
60167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/to-array-663f09fb
60168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-7a61e531
60169npm verb tar unpack /root/.npm/touch/0.0.2/package.tgz
60170npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/touch-30f27044
60171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/touch-30f27044
60172npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-zip-3e284911
60173npm verb tar unpack /root/.npm/tough-cookie/2.2.1/package.tgz
60174npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tough-cookie-f3376d70
60175npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-f3376d70
60176npm verb tar unpack /root/.npm/traverse/0.6.6/package.tgz
60177npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/traverse-7768af0d
60178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-7768af0d
60179npm verb tar unpack /root/.npm/dnode-protocol/0.2.2/package.tgz
60180npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dnode-protocol-0790c9a9
60181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-protocol-0790c9a9
60182npm verb tar unpack /root/.npm/trim-newlines/1.0.0/package.tgz
60183npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/trim-newlines-898766ba
60184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/trim-newlines-898766ba
60185npm verb tar unpack /root/.npm/truncate/1.0.5/package.tgz
60186npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/truncate-8813a448
60187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/truncate-8813a448
60188npm verb tar unpack /root/.npm/tryor/0.1.2/package.tgz
60189npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tryor-0c4e5fea
60190npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tryor-0c4e5fea
60191npm verb tar unpack /root/.npm/strong-data-uri/0.1.1/package.tgz
60192npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strong-data-uri-d2436f09
60193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strong-data-uri-d2436f09
60194npm verb tar unpack /root/.npm/tunnel-agent/0.4.2/package.tgz
60195npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tunnel-agent-0e49203a
60196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tunnel-agent-0e49203a
60197npm verb tar unpack /root/.npm/request/2.36.0/package.tgz
60198npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-89356bea
60199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-89356bea
60200npm verb tar unpack /root/.npm/request/2.42.0/package.tgz
60201npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-900b77ff
60202npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-900b77ff
60203npm verb tar unpack /root/.npm/request/2.42.0/package.tgz
60204npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-fcda05de
60205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-fcda05de
60206npm verb tar unpack /root/.npm/request/2.51.0/package.tgz
60207npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-b98b7f64
60208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-b98b7f64
60209npm verb tar unpack /root/.npm/type-is/1.3.2/package.tgz
60210npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-0bdb32d2
60211npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-0bdb32d2
60212npm verb tar unpack /root/.npm/typedarray/0.0.6/package.tgz
60213npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/typedarray-6b4041bf
60214npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/typedarray-6b4041bf
60215npm verb tar unpack /root/.npm/concat-stream/1.4.10/package.tgz
60216npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/concat-stream-b7b14a26
60217npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-stream-b7b14a26
60218npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-34833d2c
60219npm verb tar unpack /root/.npm/jws/3.1.0/package.tgz
60220npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jws-446bd63a
60221npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jws-446bd63a
60222npm verb tar unpack /root/.npm/jsonwebtoken/5.4.1/package.tgz
60223npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonwebtoken-fe5a6b0d
60224npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonwebtoken-fe5a6b0d
60225npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
60226npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-18099a4d
60227npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-18099a4d
60228npm verb tar unpack /root/.npm/uglify-to-browserify/1.0.2/package.tgz
60229npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-to-browserify-56284d51
60230npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-to-browserify-56284d51
60231npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-3e598702
60232npm verb tar unpack /root/.npm/uid-number/0.0.5/package.tgz
60233npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uid-number-2b429131
60234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-number-2b429131
60235npm verb tar unpack /root/.npm/uid-safe/2.0.0/package.tgz
60236npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uid-safe-755953e1
60237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-safe-755953e1
60238npm verb tar unpack /root/.npm/csrf/3.0.0/package.tgz
60239npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/csrf-fda25d5e
60240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csrf-fda25d5e
60241npm verb tar unpack /root/.npm/csurf/1.8.3/package.tgz
60242npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/csurf-d91a5017
60243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csurf-d91a5017
60244npm verb tar unpack /root/.npm/uid2/0.0.3/package.tgz
60245npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uid2-5a2a3180
60246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid2-5a2a3180
60247npm verb tar unpack /root/.npm/ultron/1.0.2/package.tgz
60248npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ultron-09e755f4
60249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ultron-09e755f4
60250npm verb tar unpack /root/.npm/underscore/1.7.0/package.tgz
60251npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore-67cac5e4
60252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-67cac5e4
60253npm verb tar unpack /root/.npm/argparse/0.1.16/package.tgz
60254npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/argparse-3498434f
60255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-3498434f
60256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-768dff6c
60257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-5d254ab3
60258npm verb tar unpack /root/.npm/underscore.string/2.2.1/package.tgz
60259npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-f4b69f3e
60260npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-f4b69f3e
60261npm verb tar unpack /root/.npm/unpipe/1.0.0/package.tgz
60262npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/unpipe-f9a98912
60263npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/unpipe-f9a98912
60264npm verb tar unpack /root/.npm/finalhandler/0.4.0/package.tgz
60265npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/finalhandler-4addba03
60266npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/finalhandler-4addba03
60267npm verb tar unpack /root/.npm/body-parser/1.13.3/package.tgz
60268npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/body-parser-e37fcee2
60269npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-e37fcee2
60270npm verb tar unpack /root/.npm/raw-body/2.1.5/package.tgz
60271npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/raw-body-9b76cd05
60272npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-9b76cd05
60273npm verb tar unpack /root/.npm/untildify/2.1.0/package.tgz
60274npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/untildify-f784e58d
60275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/untildify-f784e58d
60276npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
60277npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-36859cbd
60278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-36859cbd
60279npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
60280npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-232e0203
60281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-232e0203
60282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-e1c075ce
60283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a66c33a9
60284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c24b4571
60285npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
60286npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-7c45e760
60287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-7c45e760
60288npm verb tar unpack /root/.npm/upper-case/1.1.3/package.tgz
60289npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/upper-case-d294da23
60290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-d294da23
60291npm verb tar unpack /root/.npm/title-case/1.1.2/package.tgz
60292npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/title-case-d162dd56
60293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/title-case-d162dd56
60294npm verb tar unpack /root/.npm/swap-case/1.1.2/package.tgz
60295npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/swap-case-b1c405ff
60296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/swap-case-b1c405ff
60297npm verb tar unpack /root/.npm/is-upper-case/1.1.2/package.tgz
60298npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-upper-case-b561e98d
60299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-upper-case-b561e98d
60300npm verb tar unpack /root/.npm/constant-case/1.1.2/package.tgz
60301npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/constant-case-8c3edcf1
60302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constant-case-8c3edcf1
60303npm verb tar unpack /root/.npm/camel-case/1.2.2/package.tgz
60304npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camel-case-329fd2fb
60305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camel-case-329fd2fb
60306npm verb tar unpack /root/.npm/upper-case-first/1.1.2/package.tgz
60307npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/upper-case-first-85dd54a3
60308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-first-85dd54a3
60309npm verb tar unpack /root/.npm/pascal-case/1.1.2/package.tgz
60310npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pascal-case-76d097e9
60311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pascal-case-76d097e9
60312npm verb tar unpack /root/.npm/change-case/2.1.6/package.tgz
60313npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/change-case-0f0bfe01
60314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/change-case-0f0bfe01
60315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/user-home-f50edef3
60316npm verb tar unpack /root/.npm/lru-cache/2.2.4/package.tgz
60317npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lru-cache-cc0ec82a
60318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-cc0ec82a
60319npm verb tar unpack /root/.npm/useragent/2.1.8/package.tgz
60320npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/useragent-272d17b2
60321npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/useragent-272d17b2
60322npm verb tar unpack /root/.npm/utf8/2.0.0/package.tgz
60323npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/utf8-2bc0a040
60324npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utf8-2bc0a040
60325npm verb tar unpack /root/.npm/engine.io-parser/1.2.1/package.tgz
60326npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/engine.io-parser-71bb9c9f
60327npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-parser-71bb9c9f
60328npm verb tar unpack /root/.npm/engine.io-client/1.5.1/package.tgz
60329npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/engine.io-client-ecc00725
60330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-client-ecc00725
60331npm verb tar unpack /root/.npm/socket.io-client/1.3.5/package.tgz
60332npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-client-7a57b1f4
60333npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-7a57b1f4
60334npm verb tar unpack /root/.npm/util-deprecate/1.0.2/package.tgz
60335npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/util-deprecate-2f69dbad
60336npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/util-deprecate-2f69dbad
60337npm verb tar unpack /root/.npm/readable-stream/2.0.5/package.tgz
60338npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-8cf2a159
60339npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-8cf2a159
60340npm verb tar unpack /root/.npm/mongodb/1.4.39/package.tgz
60341npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mongodb-6a7d3d3a
60342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-6a7d3d3a
60343npm verb tar unpack /root/.npm/readdirp/2.0.0/package.tgz
60344npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readdirp-4175e4e7
60345npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-4175e4e7
60346npm verb tar unpack /root/.npm/chokidar/1.4.1/package.tgz
60347npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chokidar-493c92ec
60348npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chokidar-493c92ec
60349npm verb tar unpack /root/.npm/bl/1.0.0/package.tgz
60350npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-bfcd9d1a
60351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-bfcd9d1a
60352npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
60353npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-e125e7af
60354npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e125e7af
60355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-6d0cb937
60356npm verb tar unpack /root/.npm/utils-merge/1.0.0/package.tgz
60357npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/utils-merge-f0b215eb
60358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utils-merge-f0b215eb
60359npm verb tar unpack /root/.npm/express-session/1.11.3/package.tgz
60360npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-session-1cb10dc3
60361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-1cb10dc3
60362npm verb tar unpack /root/.npm/uuid/1.4.2/package.tgz
60363npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uuid-9e3c587d
60364npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-9e3c587d
60365npm verb tar unpack /root/.npm/tempfile/0.1.3/package.tgz
60366npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tempfile-ac9f450b
60367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tempfile-ac9f450b
60368npm verb tar unpack /root/.npm/v8-debug/0.4.6/package.tgz
60369npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93
60370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93
60371npm verb tar unpack /root/.npm/nan/2.0.9/package.tgz
60372npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-9ede3d0c
60373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-9ede3d0c
60374npm verb tar unpack /root/.npm/v8-profiler/5.2.12/package.tgz
60375npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5
60376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5
60377npm verb tar unpack /root/.npm/validate-npm-package-license/3.0.1/package.tgz
60378npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/validate-npm-package-license-fa23fb48
60379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/validate-npm-package-license-fa23fb48
60380npm verb tar unpack /root/.npm/normalize-package-data/2.3.5/package.tgz
60381npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/normalize-package-data-da8ffb1a
60382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-package-data-da8ffb1a
60383npm verb tar unpack /root/.npm/read-pkg/1.1.0/package.tgz
60384npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/read-pkg-6a7c7ec0
60385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-6a7c7ec0
60386npm verb tar unpack /root/.npm/read-pkg-up/1.0.1/package.tgz
60387npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/read-pkg-up-badd8779
60388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-up-badd8779
60389npm verb tar unpack /root/.npm/meow/3.6.0/package.tgz
60390npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/meow-f993e98c
60391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-f993e98c
60392npm verb tar unpack /root/.npm/vary/1.0.1/package.tgz
60393npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/vary-729c1b62
60394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vary-729c1b62
60395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/default-browser-id-f2bcd197
60396npm verb tar unpack /root/.npm/express/4.13.3/package.tgz
60397npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-4a4ce112
60398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-4a4ce112
60399npm verb tar unpack /root/.npm/method-override/2.3.5/package.tgz
60400npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/method-override-2c766fa3
60401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-2c766fa3
60402npm verb tar unpack /root/.npm/compression/1.5.2/package.tgz
60403npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/compression-153abeb4
60404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-153abeb4
60405npm verb tar unpack /root/.npm/verror/1.6.0/package.tgz
60406npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/verror-8200d8a0
60407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-8200d8a0
60408npm verb tar unpack /root/.npm/vasync/1.6.3/package.tgz
60409npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/vasync-b0cc249e
60410npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-b0cc249e
60411npm verb tar unpack /root/.npm/vhost/3.0.2/package.tgz
60412npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/vhost-4d7f0061
60413npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vhost-4d7f0061
60414npm verb tar unpack /root/.npm/connect/2.30.2/package.tgz
60415npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/connect-2260fe81
60416npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-2260fe81
60417npm verb tar unpack /root/.npm/ware/0.3.0/package.tgz
60418npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ware-7b95a9b0
60419npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ware-7b95a9b0
60420npm verb tar unpack /root/.npm/nan/2.1.0/package.tgz
60421npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-df1d612d
60422npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-df1d612d
60423npm verb tar unpack /root/.npm/weak/1.0.0/package.tgz
60424npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/weak-a71be6ba
60425npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/weak-a71be6ba
60426npm verb tar unpack /root/.npm/dnode/1.2.2/package.tgz
60427npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dnode-9efa73d2
60428npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-9efa73d2
60429npm verb tar unpack /root/.npm/whet.extend/0.9.9/package.tgz
60430npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/whet.extend-f80e54f1
60431npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/whet.extend-f80e54f1
60432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/svgo-9d36ff9a
60433npm verb tar unpack /root/.npm/imagemin-svgo/0.1.1/package.tgz
60434npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-svgo-de4f6c2d
60435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-svgo-de4f6c2d
60436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/which-45ba60a2
60437npm verb tar unpack /root/.npm/grunt-svgmin/0.4.0/package.tgz
60438npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-svgmin-ae067f83
60439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-svgmin-ae067f83
60440npm verb tar unpack /root/.npm/karma-chrome-launcher/0.1.12/package.tgz
60441npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-chrome-launcher-7883b95b
60442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-chrome-launcher-7883b95b
60443npm verb tar unpack /root/.npm/grunt-legacy-util/0.2.0/package.tgz
60444npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-legacy-util-12367406
60445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-util-12367406
60446npm verb tar unpack /root/.npm/grunt/0.4.5/package.tgz
60447npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-4e7ee468
60448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-4e7ee468
60449npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
60450npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-06b72008
60451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-06b72008
60452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-82d7cf47
60453npm verb tar unpack /root/.npm/win-release/1.1.1/package.tgz
60454npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/win-release-ee22328b
60455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-release-ee22328b
60456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-name-4a5d7f11
60457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-spawn-f5bb794f
60458npm verb tar unpack /root/.npm/ansi-styles/0.1.2/package.tgz
60459npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-ef431766
60460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ef431766
60461npm verb tar unpack /root/.npm/window-size/0.1.0/package.tgz
60462npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/window-size-2b6bc0a7
60463npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/window-size-2b6bc0a7
60464npm verb tar unpack /root/.npm/chalk/0.1.1/package.tgz
60465npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-b085bb44
60466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-b085bb44
60467npm verb tar unpack /root/.npm/lodash/1.3.1/package.tgz
60468npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-d9c268da
60469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-d9c268da
60470npm verb tar unpack /root/.npm/wiredep/0.4.2/package.tgz
60471npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/wiredep-c5fa475a
60472npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-c5fa475a
60473npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
60474npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-7740cd94
60475npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-7740cd94
60476npm verb tar unpack /root/.npm/grunt-asset-injector/0.1.0/package.tgz
60477npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-asset-injector-d2349add
60478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-asset-injector-d2349add
60479npm verb tar unpack /root/.npm/wordwrap/0.0.2/package.tgz
60480npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/wordwrap-ac831d60
60481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wordwrap-ac831d60
60482npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
60483npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-0cfebbd5
60484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-0cfebbd5
60485npm verb tar unpack /root/.npm/optimist/0.3.7/package.tgz
60486npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-90f3593e
60487npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-90f3593e
60488npm verb tar unpack /root/.npm/with/2.0.0/package.tgz
60489npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/with-03a31bca
60490npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-03a31bca
60491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-88f1db30
60492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-c6d17ed6
60493npm verb tar unpack /root/.npm/transformers/2.1.0/package.tgz
60494npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/transformers-64d3d283
60495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-64d3d283
60496npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-5d0586f9
60497npm verb tar unpack /root/.npm/with/1.1.1/package.tgz
60498npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/with-6a6b7888
60499npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-6a6b7888
60500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-e45649d5
60501npm verb tar unpack /root/.npm/transformers/2.0.1/package.tgz
60502npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/transformers-26ca904a
60503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-26ca904a
60504npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-ea9b2b40
60505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/handlebars-e2691921
60506npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
60507npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-264ee16b
60508npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-264ee16b
60509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ng-annotate-14cad7f0
60510npm verb tar unpack /root/.npm/grunt-ng-annotate/0.2.3/package.tgz
60511npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-ng-annotate-f7ff75c2
60512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-ng-annotate-f7ff75c2
60513npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
60514npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-9467c81b
60515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-9467c81b
60516npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
60517npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-e4661074
60518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-e4661074
60519npm verb tar unpack /root/.npm/optimist/0.2.8/package.tgz
60520npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-ca79e24b
60521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-ca79e24b
60522npm verb tar unpack /root/.npm/event-stream/0.5.3/package.tgz
60523npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/event-stream-1157f43b
60524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-stream-1157f43b
60525npm verb tar unpack /root/.npm/ps-tree/0.0.3/package.tgz
60526npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ps-tree-8da0fe62
60527npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ps-tree-8da0fe62
60528npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
60529npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-a5f7e380
60530npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-a5f7e380
60531npm verb tar unpack /root/.npm/bower-config/0.5.2/package.tgz
60532npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-config-87f89cca
60533npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-config-87f89cca
60534npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
60535npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/wrappy-b7a71258
60536npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wrappy-b7a71258
60537npm verb tar unpack /root/.npm/bower-registry-client/0.2.4/package.tgz
60538npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-registry-client-4ffd3e16
60539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-registry-client-4ffd3e16
60540npm verb tar unpack /root/.npm/once/1.3.2/package.tgz
60541npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/once-e45338e0
60542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-e45338e0
60543npm verb tar unpack /root/.npm/npmconf/2.1.2/package.tgz
60544npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/npmconf-5027e1f8
60545npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-5027e1f8
60546npm verb tar unpack /root/.npm/registry-url/0.1.1/package.tgz
60547npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/registry-url-2b6a5741
60548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/registry-url-2b6a5741
60549npm verb tar unpack /root/.npm/package-json/0.2.0/package.tgz
60550npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/package-json-8cc06c4f
60551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/package-json-8cc06c4f
60552npm verb tar unpack /root/.npm/npmconf/2.1.1/package.tgz
60553npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/npmconf-09e4e875
60554npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-09e4e875
60555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/latest-version-a0f831f6
60556npm verb tar unpack /root/.npm/glob/4.0.6/package.tgz
60557npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-b285a30b
60558npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-b285a30b
60559npm verb tar unpack /root/.npm/end-of-stream/1.0.0/package.tgz
60560npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/end-of-stream-790af1fd
60561npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/end-of-stream-790af1fd
60562npm verb tar unpack /root/.npm/pump/0.3.5/package.tgz
60563npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pump-4b6bc993
60564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pump-4b6bc993
60565npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
60566npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inflight-f75d5068
60567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inflight-f75d5068
60568npm verb tar unpack /root/.npm/glob/4.5.3/package.tgz
60569npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-dbb8b0e6
60570npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-dbb8b0e6
60571npm verb tar unpack /root/.npm/glob/6.0.3/package.tgz
60572npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-707c263d
60573npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-707c263d
60574npm verb tar unpack /root/.npm/glob/5.0.15/package.tgz
60575npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-5bb0eadd
60576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-5bb0eadd
60577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-39d15087
60578npm verb tar unpack /root/.npm/utile/0.2.1/package.tgz
60579npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/utile-cbdf8110
60580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utile-cbdf8110
60581npm verb tar unpack /root/.npm/glob/4.5.3/package.tgz
60582npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-52638c4c
60583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-52638c4c
60584npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-proxy-d52594ba
60585npm verb tar unpack /root/.npm/fs-extra/0.23.1/package.tgz
60586npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fs-extra-a9bb583d
60587npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-a9bb583d
60588npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantomjs-f567f085
60589npm verb tar unpack /root/.npm/karma-phantomjs-launcher/0.1.4/package.tgz
60590npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-phantomjs-launcher-a204638c
60591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-phantomjs-launcher-a204638c
60592npm verb tar unpack /root/.npm/mv/2.1.1/package.tgz
60593npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mv-fa5f7892
60594npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-fa5f7892
60595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f74bfc0e
60596npm verb tar unpack /root/.npm/fs-extra/0.10.0/package.tgz
60597npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fs-extra-8488df19
60598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-8488df19
60599npm verb tar unpack /root/.npm/fstream/1.0.8/package.tgz
60600npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fstream-a6d42726
60601npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-a6d42726
60602npm verb tar unpack /root/.npm/fstream-ignore/1.0.3/package.tgz
60603npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fstream-ignore-ac1e1595
60604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-ignore-ac1e1595
60605npm verb tar unpack /root/.npm/fstream/0.1.31/package.tgz
60606npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fstream-f275ccfd
60607npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-f275ccfd
60608npm verb tar unpack /root/.npm/tar/0.1.20/package.tgz
60609npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tar-d6877a8f
60610npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-d6877a8f
60611npm verb tar unpack /root/.npm/fs-extra/0.9.1/package.tgz
60612npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fs-extra-ba753a49
60613npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-ba753a49
60614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/autoprefixer-3d5cdb16
60615npm verb tar unpack /root/.npm/exec-buffer/0.1.1/package.tgz
60616npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/exec-buffer-a8e2f870
60617npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exec-buffer-a8e2f870
60618npm verb tar unpack /root/.npm/grunt-autoprefixer/0.7.6/package.tgz
60619npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-autoprefixer-a782ba0c
60620npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-autoprefixer-a782ba0c
60621npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-44a2067d
60622npm verb tar unpack /root/.npm/nan/1.4.3/package.tgz
60623npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-de13f73e
60624npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-de13f73e
60625npm verb tar unpack /root/.npm/ws/0.5.0/package.tgz
60626npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ws-91aaf05e
60627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-91aaf05e
60628npm verb tar unpack /root/.npm/engine.io/1.5.1/package.tgz
60629npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/engine.io-00b289fc
60630npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-00b289fc
60631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/x-default-browser-fb0246fc
60632npm verb tar unpack /root/.npm/xdg-basedir/1.0.1/package.tgz
60633npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xdg-basedir-6606347b
60634npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xdg-basedir-6606347b
60635npm verb tar unpack /root/.npm/configstore/0.3.2/package.tgz
60636npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/configstore-275420f3
60637npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/configstore-275420f3
60638npm verb tar unpack /root/.npm/update-notifier/0.2.0/package.tgz
60639npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/update-notifier-f0b43ef4
60640npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-f0b43ef4
60641npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
60642npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-274863fe
60643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-274863fe
60644npm verb tar unpack /root/.npm/xmlbuilder/4.0.0/package.tgz
60645npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmlbuilder-a2985beb
60646npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlbuilder-a2985beb
60647npm verb tar unpack /root/.npm/xml2js/0.4.4/package.tgz
60648npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xml2js-390cccc6
60649npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xml2js-390cccc6
60650npm verb tar unpack /root/.npm/selenium-webdriver/2.44.0/package.tgz
60651npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/selenium-webdriver-3cd43bc3
60652npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/selenium-webdriver-3cd43bc3
60653npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/protractor-372f660e
60654npm verb tar unpack /root/.npm/grunt-protractor-runner/1.2.1/package.tgz
60655npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-protractor-runner-5125318c
60656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-protractor-runner-5125318c
60657npm verb tar unpack /root/.npm/plist/1.2.0/package.tgz
60658npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/plist-a3b1290c
60659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/plist-a3b1290c
60660npm verb tar unpack /root/.npm/xmldom/0.1.19/package.tgz
60661npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmldom-c6234d03
60662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmldom-c6234d03
60663npm verb tar unpack /root/.npm/xtend/4.0.1/package.tgz
60664npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xtend-df7988d8
60665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-df7988d8
60666npm verb tar unpack /root/.npm/xmlhttprequest/1.8.0/package.tgz
60667npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmlhttprequest-546ef2c3
60668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-546ef2c3
60669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-detect-browsers-f37e29e9
60670npm verb tar unpack /root/.npm/browser-launcher2/0.4.6/package.tgz
60671npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/browser-launcher2-644863c4
60672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/browser-launcher2-644863c4
60673npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/biased-opener-c78b9fc8
60674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-inspector-605cfb92
60675npm verb tar unpack /root/.npm/grunt-node-inspector/0.1.6/package.tgz
60676npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-node-inspector-2e498e55
60677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-node-inspector-2e498e55
60678npm verb tar unpack /root/.npm/tar-stream/0.4.7/package.tgz
60679npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tar-stream-4fc8f8ec
60680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-stream-4fc8f8ec
60681npm verb tar unpack /root/.npm/tar-fs/0.5.2/package.tgz
60682npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tar-fs-0d1dc96b
60683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-fs-0d1dc96b
60684npm verb tar unpack /root/.npm/is-my-json-valid/2.12.3/package.tgz
60685npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-my-json-valid-b35f6870
60686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-my-json-valid-b35f6870
60687npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/har-validator-f549c573
60688npm verb tar unpack /root/.npm/update-notifier/0.1.10/package.tgz
60689npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/update-notifier-df9491f2
60690npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-df9491f2
60691npm verb tar unpack /root/.npm/grunt-nodemon/0.2.1/package.tgz
60692npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-nodemon-a4c3385d
60693npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-nodemon-a4c3385d
60694npm verb tar unpack /root/.npm/request/2.60.0/package.tgz
60695npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-22313f85
60696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-22313f85
60697npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nodemon-3c9c81e9
60698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-1dbb3e2a
60699npm verb tar unpack /root/.npm/insight/0.4.3/package.tgz
60700npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/insight-5d8273b2
60701npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/insight-5d8273b2
60702npm verb tar unpack /root/.npm/google-cdn/0.7.0/package.tgz
60703npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/google-cdn-ef8342bc
60704npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-ef8342bc
60705npm verb tar unpack /root/.npm/grunt-google-cdn/0.4.3/package.tgz
60706npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-google-cdn-1a23fce9
60707npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-google-cdn-1a23fce9
60708npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/download-ab469fed
60709npm verb tar unpack /root/.npm/bin-wrapper/0.3.4/package.tgz
60710npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bin-wrapper-f7046aa1
60711npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-wrapper-f7046aa1
60712npm verb tar unpack /root/.npm/bin-build/0.1.1/package.tgz
60713npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bin-build-90063e64
60714npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-build-90063e64
60715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pngquant-bin-35f70fc7
60716npm verb tar unpack /root/.npm/imagemin-pngquant/0.1.3/package.tgz
60717npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-pngquant-79407d93
60718npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-pngquant-79407d93
60719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optipng-bin-aaed9deb
60720npm verb tar unpack /root/.npm/imagemin-optipng/0.1.0/package.tgz
60721npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-optipng-9f6f8efc
60722npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-optipng-9f6f8efc
60723npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jpegtran-bin-60666aeb
60724npm verb tar unpack /root/.npm/imagemin-jpegtran/0.1.0/package.tgz
60725npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-jpegtran-cb29c47b
60726npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-jpegtran-cb29c47b
60727npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gifsicle-64758ac9
60728npm verb tar unpack /root/.npm/imagemin-gifsicle/0.1.1/package.tgz
60729npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-gifsicle-fae76d08
60730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-gifsicle-fae76d08
60731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-e9184166
60732npm verb tar unpack /root/.npm/grunt-contrib-imagemin/0.7.2/package.tgz
60733npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-imagemin-5b53ba7f
60734npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-imagemin-5b53ba7f
60735npm verb tar unpack /root/.npm/through2/0.6.5/package.tgz
60736npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/through2-8a0656ad
60737npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-8a0656ad
60738npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-8b27dc54
60739npm verb tar unpack /root/.npm/grunt-wiredep/1.8.0/package.tgz
60740npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-wiredep-6503c43f
60741npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-wiredep-6503c43f
60742npm verb tar unpack /root/.npm/yargs/3.5.4/package.tgz
60743npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/yargs-6c36a15f
60744npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-6c36a15f
60745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-283257b9
60746npm verb tar unpack /root/.npm/with/3.0.1/package.tgz
60747npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/with-bac83ff4
60748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-bac83ff4
60749npm verb tar unpack /root/.npm/constantinople/1.0.2/package.tgz
60750npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/constantinople-7db22797
60751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-7db22797
60752npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-262bc90d
60753npm verb tar unpack /root/.npm/karma-jade-preprocessor/0.0.11/package.tgz
60754npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-jade-preprocessor-e15db50d
60755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jade-preprocessor-e15db50d
60756npm verb tar unpack /root/.npm/grunt-angular-templates/0.5.9/package.tgz
60757npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-angular-templates-d78279ef
60758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-angular-templates-d78279ef
60759npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-e0a5766e
60760npm verb tar unpack /root/.npm/constantinople/2.0.1/package.tgz
60761npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/constantinople-bb823150
60762npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-bb823150
60763npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-806ca709
60764npm verb tar unpack /root/.npm/karma-ng-jade2js-preprocessor/0.1.5/package.tgz
60765npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119
60766npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119
60767npm verb tar unpack /root/.npm/grunt-contrib-jade/0.11.0/package.tgz
60768npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-jade-c8d1bcb3
60769npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jade-c8d1bcb3
60770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-4ff2a1e0
60771npm verb tar unpack /root/.npm/zeparser/0.0.5/package.tgz
60772npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/zeparser-85709c3e
60773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zeparser-85709c3e
60774npm verb tar unpack /root/.npm/active-x-obfuscator/0.0.1/package.tgz
60775npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/active-x-obfuscator-91d422b4
60776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/active-x-obfuscator-91d422b4
60777npm verb tar unpack /root/.npm/socket.io-client/0.9.16/package.tgz
60778npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-client-eae04f2a
60779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-eae04f2a
60780npm verb tar unpack /root/.npm/socket.io/0.9.16/package.tgz
60781npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-0e1eba34
60782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-0e1eba34
60783npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-c2c6ee2e
60784npm verb tar unpack /root/.npm/zlib-browserify/0.0.3/package.tgz
60785npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/zlib-browserify-c0d7d703
60786npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-c0d7d703
60787npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gzip-size-b68e728c
60788npm verb tar unpack /root/.npm/maxmin/0.1.0/package.tgz
60789npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/maxmin-c0bbea6d
60790npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/maxmin-c0bbea6d
60791npm verb tar unpack /root/.npm/grunt-contrib-uglify/0.4.1/package.tgz
60792npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-uglify-2f79f41d
60793npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-uglify-2f79f41d
60794npm verb tar unpack /root/.npm/grunt-contrib-cssmin/0.9.0/package.tgz
60795npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-cssmin-65ee732f
60796npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-cssmin-65ee732f
60797npm verb tar unpack /root/.npm/async/1.3.0/package.tgz
60798npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-da57517b
60799npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-da57517b
60800npm verb tar unpack /root/.npm/body-parser/1.5.2/package.tgz
60801npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/body-parser-4fc895bc
60802npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-4fc895bc
60803npm verb tar unpack /root/.npm/composable-middleware/0.3.0/package.tgz
60804npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/composable-middleware-3928dc46
60805npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/composable-middleware-3928dc46
60806npm verb tar unpack /root/.npm/compression/1.0.11/package.tgz
60807npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/compression-461f6b9b
60808npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-461f6b9b
60809npm verb tar unpack /root/.npm/connect-mongo/0.4.2/package.tgz
60810npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/connect-mongo-797d2f9e
60811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-mongo-797d2f9e
60812npm verb tar unpack /root/.npm/cookie-parser/1.0.1/package.tgz
60813npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-parser-b46cd774
60814npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b46cd774
60815npm verb tar unpack /root/.npm/dav/1.7.8/package.tgz
60816npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dav-7775bdde
60817npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dav-7775bdde
60818npm verb tar unpack /root/.npm/errorhandler/1.0.2/package.tgz
60819npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/errorhandler-917523ec
60820npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-917523ec
60821npm verb tar unpack /root/.npm/express-jwt/3.1.0/package.tgz
60822npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-jwt-ee17fc3b
60823npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-jwt-ee17fc3b
60824npm verb tar unpack /root/.npm/express-session/1.0.4/package.tgz
60825npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-session-59787311
60826npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-59787311
60827npm verb tar unpack /root/.npm/express/4.0.0/package.tgz
60828npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-694a0c3e
60829npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-694a0c3e
60830npm verb tar unpack /root/.npm/gridfs-stream/1.1.1/package.tgz
60831npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/gridfs-stream-b8b091b6
60832npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gridfs-stream-b8b091b6
60833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-6c051d79
60834npm verb tar unpack /root/.npm/method-override/1.0.2/package.tgz
60835npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/method-override-bced635c
60836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-bced635c
60837npm verb tar unpack /root/.npm/mongoose/4.1.12/package.tgz
60838npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mongoose-9b2706cf
60839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongoose-9b2706cf
60840npm verb tar unpack /root/.npm/morgan/1.0.1/package.tgz
60841npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/morgan-56b458ea
60842npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-56b458ea
60843npm verb tar unpack /root/.npm/multer/0.1.8/package.tgz
60844npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/multer-6c95df91
60845npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multer-6c95df91
60846npm verb tar unpack /root/.npm/passport/0.2.2/package.tgz
60847npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-af10d670
60848npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-af10d670
60849npm verb tar unpack /root/.npm/passport-ldapauth/0.3.0/package.tgz
60850npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-ldapauth-e85d7584
60851npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-ldapauth-e85d7584
60852npm verb tar unpack /root/.npm/phantom/0.7.2/package.tgz
60853npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/phantom-eb32706d
60854npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantom-eb32706d
60855npm verb tar unpack /root/.npm/passport-local/0.1.6/package.tgz
60856npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-local-8c40a2e4
60857npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-local-8c40a2e4
60858npm verb tar unpack /root/.npm/serve-favicon/2.0.1/package.tgz
60859npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-favicon-4d9788f2
60860npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-4d9788f2
60861npm verb tar unpack /root/.npm/socket.io/1.3.5/package.tgz
60862npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-333a1b1a
60863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-333a1b1a
60864npm verb tar unpack /root/.npm/socketio-jwt/4.3.3/package.tgz
60865npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socketio-jwt-44749cdc
60866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socketio-jwt-44749cdc
60867npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
60868npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-4e29000b
60869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-4e29000b
60870npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
60871npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-04ba7a3d
60872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-04ba7a3d
60873npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
60874npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-45300770
60875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-45300770
60876npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
60877npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-715159ea
60878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-715159ea
60879npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
60880npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-0102bf38
60881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-0102bf38
60882npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
60883npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-69c65d0e
60884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-69c65d0e
60885npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
60886npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-d006ba2b
60887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-d006ba2b
60888npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
60889npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-b896a30b
60890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-b896a30b
60891npm verb tar unpack /root/.npm/semver/5.0.3/package.tgz
60892npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-f76c8b07
60893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f76c8b07
60894npm verb tar unpack /root/.npm/clean-css/2.2.23/package.tgz
60895npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/clean-css-f0e6afe8
60896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-f0e6afe8
60897npm verb tar unpack /root/.npm/coffee-script/1.3.3/package.tgz
60898npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/coffee-script-2bb27cad
60899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2bb27cad
60900npm verb tar unpack /root/.npm/esprima/2.7.1/package.tgz
60901npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/esprima-aad70e2f
60902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-aad70e2f
60903npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
60904npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-79edf963
60905npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-79edf963
60906npm verb tar unpack /root/.npm/mime/1.3.4/package.tgz
60907npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-02e2e077
60908npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-02e2e077
60909npm verb tar unpack /root/.npm/mime/1.3.4/package.tgz
60910npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-ec0b83bb
60911npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ec0b83bb
60912npm verb tar unpack /root/.npm/mime/1.3.4/package.tgz
60913npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-afc15c84
60914npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-afc15c84
60915npm verb tar unpack /root/.npm/nopt/2.2.1/package.tgz
60916npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-a412eb00
60917npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-a412eb00
60918npm verb tar unpack /root/.npm/nopt/2.2.1/package.tgz
60919npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-3b275b86
60920npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-3b275b86
60921npm verb tar unpack /root/.npm/nopt/2.2.1/package.tgz
60922npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-832e6b6a
60923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-832e6b6a
60924npm verb tar unpack /root/.npm/esprima/1.0.4/package.tgz
60925npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/esprima-153cd78f
60926npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-153cd78f
60927npm verb tar unpack /root/.npm/executable/0.1.3/package.tgz
60928npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/executable-7cd550d1
60929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/executable-7cd550d1
60930npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
60931npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-3544151a
60932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-3544151a
60933npm verb tar unpack /root/.npm/ncp/0.5.1/package.tgz
60934npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-13d0f153
60935npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-13d0f153
60936npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
60937npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-66ea1d24
60938npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-66ea1d24
60939npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
60940npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-edd0ed42
60941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-edd0ed42
60942npm verb tar unpack /root/.npm/get-urls/0.1.2/package.tgz
60943npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/get-urls-4604d16b
60944npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-urls-4604d16b
60945npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
60946npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-13383a7e
60947npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-13383a7e
60948npm verb tar unpack /root/.npm/mkdirp/0.5.0/package.tgz
60949npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-f339c58e
60950npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-f339c58e
60951npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
60952npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-90b03f78
60953npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-90b03f78
60954npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
60955npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-a948f1b7
60956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-a948f1b7
60957npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
60958npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-15fe9cc5
60959npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-15fe9cc5
60960npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
60961npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-80ba9194
60962npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-80ba9194
60963npm verb tar unpack /root/.npm/ext-name/1.0.1/package.tgz
60964npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ext-name-c65d3b18
60965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-name-c65d3b18
60966npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
60967npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-28be461a
60968npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-28be461a
60969npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
60970npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-684d948e
60971npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-684d948e
60972npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
60973npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-8c803402
60974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-8c803402
60975npm verb tar unpack /root/.npm/clean-css/2.1.8/package.tgz
60976npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/clean-css-c4dc8d52
60977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-c4dc8d52
60978npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
60979npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-dd06bf20
60980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-dd06bf20
60981npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
60982npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-b441a0fb
60983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b441a0fb
60984npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
60985npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-56abba44
60986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-56abba44
60987npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
60988npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-b39ec2cc
60989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b39ec2cc
60990npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
60991npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-f44de076
60992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-f44de076
60993npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
60994npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-b49fbcd4
60995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b49fbcd4
60996npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
60997npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-00413b21
60998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-00413b21
60999npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
61000npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-c9b7a974
61001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c9b7a974
61002npm verb tar unpack /root/.npm/ncp/0.4.2/package.tgz
61003npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-70fd6582
61004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-70fd6582
61005npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
61006npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-d0786253
61007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-d0786253
61008npm verb tar unpack /root/.npm/rimraf/2.2.6/package.tgz
61009npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-86730882
61010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-86730882
61011npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
61012npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-77a5e2fd
61013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-77a5e2fd
61014npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
61015npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-1768aeee
61016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1768aeee
61017npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
61018npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-fb95ce52
61019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-fb95ce52
61020npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
61021npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-4a3509ee
61022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4a3509ee
61023npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
61024npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-1236a122
61025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1236a122
61026npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
61027npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-ba500c51
61028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-ba500c51
61029npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
61030npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-f32d215a
61031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-f32d215a
61032npm verb tar unpack /root/.npm/nopt/1.0.10/package.tgz
61033npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-00daa945
61034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-00daa945
61035npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
61036npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-ffa53e4d
61037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-ffa53e4d
61038npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
61039npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-4875958c
61040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4875958c
61041npm verb tar unpack /root/.npm/ncp/0.5.1/package.tgz
61042npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-abf634e4
61043npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-abf634e4
61044npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
61045npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-ca326d1e
61046npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-ca326d1e
61047npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
61048npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-b895f45b
61049npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b895f45b
61050npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
61051npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-417dddac
61052npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-417dddac
61053npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
61054npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-70dbc1c7
61055npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-70dbc1c7
61056npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
61057npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-3f8702d4
61058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-3f8702d4
61059npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
61060npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-9b223044
61061npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-9b223044
61062npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
61063npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-4ca657d5
61064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4ca657d5
61065npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
61066npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-d899dda2
61067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-d899dda2
61068npm verb tar unpack /root/.npm/shelljs/0.3.0/package.tgz
61069npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/shelljs-5c55b8c3
61070npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-5c55b8c3
61071npm verb tar unpack /root/.npm/uglify-js/1.2.5/package.tgz
61072npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-0270c9a3
61073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-0270c9a3
61074npm verb tar unpack /root/.npm/bunyan/0.22.1/package.tgz
61075npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bunyan-86dc7611
61076npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-86dc7611
61077npm verb tar unpack /root/.npm/semver/4.3.6/package.tgz
61078npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-309ebae5
61079npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-309ebae5
61080npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
61081npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-a850ad86
61082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a850ad86
61083npm verb tar unpack /root/.npm/minijasminenode/1.1.1/package.tgz
61084npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minijasminenode-b612767a
61085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minijasminenode-b612767a
61086npm verb tar unpack /root/.npm/coffee-script/1.7.1/package.tgz
61087npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/coffee-script-2701f444
61088npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2701f444
61089npm verb tar unpack /root/.npm/jade/0.26.3/package.tgz
61090npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jade-102e9571
61091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-102e9571
61092npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
61093npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-71bc9341
61094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-71bc9341
61095npm verb tar unpack /root/.npm/ncp/2.0.0/package.tgz
61096npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-2ecbea4d
61097npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-2ecbea4d
61098npm verb tar unpack /root/.npm/esprima/1.2.5/package.tgz
61099npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/esprima-d9ef0e8d
61100npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-d9ef0e8d
61101npm verb tar unpack /root/.npm/semver/3.0.1/package.tgz
61102npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-f780dc8d
61103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f780dc8d
61104npm verb tar unpack /root/.npm/node-pre-gyp/0.6.18/package.tgz
61105npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-pre-gyp-05acdd9e
61106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-pre-gyp-05acdd9e
61107npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
61108npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-86f971bc
61109npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-86f971bc
61110npm verb tar unpack /root/.npm/nopt/2.1.1/package.tgz
61111npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-1afce100
61112npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-1afce100
61113npm verb tar unpack /root/.npm/nopt/2.0.0/package.tgz
61114npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-f5a30ad3
61115npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-f5a30ad3
61116npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
61117npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-4c8f6145
61118npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4c8f6145
61119npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
61120npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-91bc12da
61121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-91bc12da
61122npm verb tar unpack /root/.npm/grunt-open/0.2.3/package.tgz
61123npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-open-3631f721
61124npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-open-3631f721
61125npm verb tar unpack /root/.npm/opn/1.0.2/package.tgz
61126npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/opn-113c4005
61127npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/opn-113c4005
61128npm verb tar unpack /root/.npm/osx-release/1.1.0/package.tgz
61129npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/osx-release-b4669efd
61130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osx-release-b4669efd
61131npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
61132npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-76ba8d6c
61133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-76ba8d6c
61134npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
61135npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-bf834044
61136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-bf834044
61137npm verb tar unpack /root/.npm/bunyan/0.22.1/package.tgz
61138npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bunyan-f0f7d798
61139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f0f7d798
61140npm verb tar unpack /root/.npm/ldapjs/0.7.1/package.tgz
61141npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ldapjs-73185b4c
61142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-73185b4c
61143npm verb tar unpack /root/.npm/pretty-bytes/0.1.2/package.tgz
61144npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pretty-bytes-5e4f8923
61145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-bytes-5e4f8923
61146npm verb tar unpack /root/.npm/pretty-ms/0.1.0/package.tgz
61147npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pretty-ms-480798c4
61148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-ms-480798c4
61149npm verb tar unpack /root/.npm/strip-json-comments/0.1.3/package.tgz
61150npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-json-comments-1b70dfdc
61151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-1b70dfdc
61152npm verb tar unpack /root/.npm/rc/0.5.5/package.tgz
61153npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rc-e79a7a27
61154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rc-e79a7a27
61155npm verb tar unpack /root/.npm/image-type/0.1.4/package.tgz
61156npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/image-type-8c2f01f9
61157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/image-type-8c2f01f9
61158npm verb tar unpack /root/.npm/strip-ansi/2.0.1/package.tgz
61159npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-72556951
61160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-72556951
61161npm verb tar unpack /root/.npm/cardinal/0.4.0/package.tgz
61162npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cardinal-9363e355
61163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cardinal-9363e355
61164npm verb tar unpack /root/.npm/repeating/1.1.3/package.tgz
61165npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/repeating-4b191c50
61166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-4b191c50
61167npm verb tar unpack /root/.npm/indent-string/1.2.2/package.tgz
61168npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/indent-string-0782c713
61169npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-0782c713
61170npm verb tar unpack /root/.npm/requirejs/2.1.22/package.tgz
61171npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/requirejs-c74e8837
61172npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/requirejs-c74e8837
61173npm verb tar unpack /root/.npm/semver/2.3.2/package.tgz
61174npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-02823aa2
61175npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-02823aa2
61176npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
61177npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-33635b0a
61178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-33635b0a
61179npm verb tar unpack /root/.npm/shelljs/0.2.6/package.tgz
61180npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/shelljs-e6558551
61181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-e6558551
61182npm verb tar unpack /root/.npm/mocha/1.18.2/package.tgz
61183npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mocha-b5d1e833
61184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mocha-b5d1e833
61185npm verb tar unpack /root/.npm/jasmine/2.1.1/package.tgz
61186npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jasmine-0c5f30a9
61187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-0c5f30a9
61188npm verb tar unpack /root/.npm/stylus/0.49.3/package.tgz
61189npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stylus-0ec36e73
61190npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-0ec36e73
61191npm verb tar unpack /root/.npm/js-yaml/3.4.6/package.tgz
61192npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/js-yaml-bc773c76
61193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-bc773c76
61194npm verb tar unpack /root/.npm/strip-ansi/0.2.2/package.tgz
61195npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-a5bfab53
61196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a5bfab53
61197npm verb tar unpack /root/.npm/strip-indent/1.0.1/package.tgz
61198npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-indent-fc2db20b
61199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-indent-fc2db20b
61200npm verb tar unpack /root/.npm/strip-json-comments/1.0.4/package.tgz
61201npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-json-comments-ae1b3162
61202npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-ae1b3162
61203npm verb tar unpack /root/.npm/jshint/2.5.11/package.tgz
61204npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jshint-e9400c6d
61205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-e9400c6d
61206npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
61207npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-c98f594f
61208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-c98f594f
61209npm verb tar unpack /root/.npm/stylus/0.52.4/package.tgz
61210npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stylus-ecb3f94d
61211npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-ecb3f94d
61212npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
61213npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-24caeea9
61214npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-24caeea9
61215npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
61216npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-5e05ae24
61217npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-5e05ae24
61218npm verb tar unpack /root/.npm/tiny-lr-fork/0.0.5/package.tgz
61219npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tiny-lr-fork-b7a0ab13
61220npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tiny-lr-fork-b7a0ab13
61221npm verb tar unpack /root/.npm/ws/0.4.32/package.tgz
61222npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ws-e8e45e90
61223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-e8e45e90
61224npm verb tar unpack /root/.npm/ws/0.4.32/package.tgz
61225npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ws-621b9c64
61226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-621b9c64
61227npm verb tar unpack /root/.npm/ws/0.4.31/package.tgz
61228npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ws-4a679c2f
61229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-4a679c2f
61230npm verb tar unpack /root/.npm/nopt/1.0.10/package.tgz
61231npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-7a61e531
61232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-7a61e531
61233npm verb tar unpack /root/.npm/decompress-zip/0.0.8/package.tgz
61234npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/decompress-zip-3e284911
61235npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-zip-3e284911
61236npm verb tar unpack /root/.npm/base64url/1.0.5/package.tgz
61237npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64url-34833d2c
61238npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-34833d2c
61239npm verb tar unpack /root/.npm/uid/0.0.2/package.tgz
61240npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uid-3e598702
61241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-3e598702
61242npm verb tar unpack /root/.npm/js-yaml/2.1.3/package.tgz
61243npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/js-yaml-768dff6c
61244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-768dff6c
61245npm verb tar unpack /root/.npm/js-yaml/2.0.5/package.tgz
61246npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/js-yaml-5d254ab3
61247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-5d254ab3
61248npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
61249npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-e1c075ce
61250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-e1c075ce
61251npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
61252npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-a66c33a9
61253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a66c33a9
61254npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
61255npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-c24b4571
61256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c24b4571
61257npm verb tar unpack /root/.npm/user-home/1.1.1/package.tgz
61258npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/user-home-f50edef3
61259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/user-home-f50edef3
61260npm verb tar unpack /root/.npm/ncp/0.4.2/package.tgz
61261npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-6d0cb937
61262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-6d0cb937
61263npm verb tar unpack /root/.npm/default-browser-id/1.0.4/package.tgz
61264npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/default-browser-id-f2bcd197
61265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/default-browser-id-f2bcd197
61266npm verb tar unpack /root/.npm/svgo/0.4.5/package.tgz
61267npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/svgo-9d36ff9a
61268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/svgo-9d36ff9a
61269npm verb tar unpack /root/.npm/which/1.0.9/package.tgz
61270npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/which-45ba60a2
61271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/which-45ba60a2
61272npm verb tar unpack /root/.npm/semver/5.1.0/package.tgz
61273npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-82d7cf47
61274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-82d7cf47
61275npm verb tar unpack /root/.npm/os-name/1.0.3/package.tgz
61276npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/os-name-4a5d7f11
61277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-name-4a5d7f11
61278npm verb tar unpack /root/.npm/win-spawn/2.0.0/package.tgz
61279npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/win-spawn-f5bb794f
61280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-spawn-f5bb794f
61281npm verb tar unpack /root/.npm/uglify-js/2.4.0/package.tgz
61282npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-88f1db30
61283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-88f1db30
61284npm verb tar unpack /root/.npm/uglify-js/2.2.5/package.tgz
61285npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-c6d17ed6
61286npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-c6d17ed6
61287npm verb tar unpack /root/.npm/uglify-js/2.4.0/package.tgz
61288npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-5d0586f9
61289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-5d0586f9
61290npm verb tar unpack /root/.npm/uglify-js/2.2.5/package.tgz
61291npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-e45649d5
61292npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-e45649d5
61293npm verb tar unpack /root/.npm/uglify-js/2.3.6/package.tgz
61294npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-ea9b2b40
61295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-ea9b2b40
61296npm verb tar unpack /root/.npm/handlebars/2.0.0/package.tgz
61297npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/handlebars-e2691921
61298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/handlebars-e2691921
61299npm verb tar unpack /root/.npm/ng-annotate/0.9.11/package.tgz
61300npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ng-annotate-14cad7f0
61301npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ng-annotate-14cad7f0
61302npm verb tar unpack /root/.npm/latest-version/0.2.0/package.tgz
61303npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/latest-version-a0f831f6
61304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/latest-version-a0f831f6
61305npm verb tar unpack /root/.npm/rimraf/2.4.5/package.tgz
61306npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-39d15087
61307npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-39d15087
61308npm verb tar unpack /root/.npm/http-proxy/0.10.4/package.tgz
61309npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-proxy-d52594ba
61310npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-proxy-d52594ba
61311npm verb tar unpack /root/.npm/phantomjs/1.9.19/package.tgz
61312npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/phantomjs-f567f085
61313npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantomjs-f567f085
61314npm verb tar unpack /root/.npm/bunyan/1.5.1/package.tgz
61315npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bunyan-f74bfc0e
61316npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f74bfc0e
61317npm verb tar unpack /root/.npm/autoprefixer/1.3.1/package.tgz
61318npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/autoprefixer-3d5cdb16
61319npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/autoprefixer-3d5cdb16
61320npm verb tar unpack /root/.npm/decompress/0.2.5/package.tgz
61321npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/decompress-44a2067d
61322npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-44a2067d
61323npm verb tar unpack /root/.npm/x-default-browser/0.3.1/package.tgz
61324npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/x-default-browser-fb0246fc
61325npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/x-default-browser-fb0246fc
61326npm verb tar unpack /root/.npm/protractor/1.8.0/package.tgz
61327npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/protractor-372f660e
61328npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/protractor-372f660e
61329npm verb tar unpack /root/.npm/win-detect-browsers/1.0.2/package.tgz
61330npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/win-detect-browsers-f37e29e9
61331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-detect-browsers-f37e29e9
61332npm verb tar unpack /root/.npm/biased-opener/0.2.7/package.tgz
61333npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/biased-opener-c78b9fc8
61334npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/biased-opener-c78b9fc8
61335npm verb tar unpack /root/.npm/node-inspector/0.9.2/package.tgz
61336npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-inspector-605cfb92
61337npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-inspector-605cfb92
61338npm verb tar unpack /root/.npm/har-validator/1.8.0/package.tgz
61339npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/har-validator-f549c573
61340npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/har-validator-f549c573
61341npm verb tar unpack /root/.npm/nodemon/1.0.20/package.tgz
61342npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nodemon-3c9c81e9
61343npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nodemon-3c9c81e9
61344npm verb tar unpack /root/.npm/bower/1.3.12/package.tgz
61345npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-1dbb3e2a
61346npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-1dbb3e2a
61347npm verb tar unpack /root/.npm/download/0.1.19/package.tgz
61348npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/download-ab469fed
61349npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/download-ab469fed
61350npm verb tar unpack /root/.npm/pngquant-bin/0.3.5/package.tgz
61351npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pngquant-bin-35f70fc7
61352npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pngquant-bin-35f70fc7
61353npm verb tar unpack /root/.npm/optipng-bin/0.3.11/package.tgz
61354npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optipng-bin-aaed9deb
61355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optipng-bin-aaed9deb
61356npm verb tar unpack /root/.npm/jpegtran-bin/0.2.8/package.tgz
61357npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jpegtran-bin-60666aeb
61358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jpegtran-bin-60666aeb
61359npm verb tar unpack /root/.npm/gifsicle/0.1.7/package.tgz
61360npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/gifsicle-64758ac9
61361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gifsicle-64758ac9
61362npm verb tar unpack /root/.npm/imagemin/0.4.9/package.tgz
61363npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-e9184166
61364npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-e9184166
61365npm verb tar unpack /root/.npm/wiredep/1.8.6/package.tgz
61366npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/wiredep-8b27dc54
61367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-8b27dc54
61368npm verb tar unpack /root/.npm/uglify-js/2.4.24/package.tgz
61369npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-283257b9
61370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-283257b9
61371npm verb tar unpack /root/.npm/jade/0.33.0/package.tgz
61372npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jade-262bc90d
61373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-262bc90d
61374npm verb tar unpack /root/.npm/html-minifier/0.6.9/package.tgz
61375npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/html-minifier-e0a5766e
61376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-e0a5766e
61377npm verb tar unpack /root/.npm/jade/1.3.1/package.tgz
61378npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jade-806ca709
61379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-806ca709
61380npm verb tar unpack /root/.npm/jade/1.2.0/package.tgz
61381npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jade-4ff2a1e0
61382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-4ff2a1e0
61383npm verb tar unpack /root/.npm/karma/0.12.37/package.tgz
61384npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-c2c6ee2e
61385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-c2c6ee2e
61386npm verb tar unpack /root/.npm/gzip-size/0.1.1/package.tgz
61387npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/gzip-size-b68e728c
61388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gzip-size-b68e728c
61389npm verb tar unpack /root/.npm/ldapjs/1.0.0/package.tgz
61390npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ldapjs-6c051d79
61391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-6c051d79
61392npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-331e3165/node_modules
61393npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid2-5a2a3180/node_modules
61394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimalistic-assert-59f40622/node_modules
61395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-3734726d/node_modules
61396npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-2a9dfa34/node_modules
61397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-root-868d55a7/node_modules
61398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-235f4c96/node_modules
61399npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-exceptions-3ce8ceb0/node_modules
61400npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boolbase-2e66aa3c/node_modules
61401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-time-45fed545/node_modules
61402npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-3d6bef75/node_modules
61403npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-674887a5/node_modules
61404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-e21c6c81/node_modules
61405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-6c53599c/node_modules
61406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-d93afa63/node_modules
61407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a64d26c9/node_modules
61408npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jpg-0ce7e7c4/node_modules
61409npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-svg-bc94648d/node_modules
61410npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lpad-90d9a2c6/node_modules
61411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-5f0d6fe6/node_modules
61412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pad-stdio-bd95afb4/node_modules
61413npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-diff-b6403f72/node_modules
61414npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-36859cbd/node_modules
61415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tempfile-ac9f450b/node_modules
61416npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/registry-url-2b6a5741/node_modules
61417npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/filename-regex-c50de49f/node_modules
61418npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-bc7293a6/node_modules
61419npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-list-8491c35b/node_modules
61420npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-color-3fddf883/node_modules
61421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-bmp-120ba3da/node_modules
61422npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-gif-8a9aa0a2/node_modules
61423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jxr-4d164a75/node_modules
61424npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-png-c7ac6d74/node_modules
61425npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-psd-a92b7645/node_modules
61426npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-tif-f967e756/node_modules
61427npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-webp-32ec5ea6/node_modules
61428npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-coffee-preprocessor-ea8f8864/node_modules
61429npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/propprop-132c8217/node_modules
61430npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-chunk-bd1f45a0/node_modules
61431npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string-length-379dd77f/node_modules
61432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-svgo-de4f6c2d/node_modules
61433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-phantomjs-launcher-a204638c/node_modules
61434npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-gifsicle-fae76d08/node_modules
61435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-check-6973bf92/node_modules
61436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-922eff6f/node_modules
61437npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-8f28fa39/node_modules
61438npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-4ffd53aa/node_modules
61439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-9b18b8c8/node_modules
61440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1776d44b/node_modules
61441npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ffb46cce/node_modules
61442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-2a64b152/node_modules
61443npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd1ce037/node_modules
61444npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1f73653d/node_modules
61445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-61c365d5/node_modules
61446npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-338d4b44/node_modules
61447npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dded5bc1/node_modules
61448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-8de6919d/node_modules
61449npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd0a411c/node_modules
61450npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ab360580/node_modules
61451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-d471d85c/node_modules
61452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-f164a3b9/node_modules
61453npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-66453857/node_modules
61454npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-4b753d84/node_modules
61455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-40d37fa1/node_modules
61456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-8e8c7d97/node_modules
61457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-5bf760c0/node_modules
61458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-232e0203/node_modules
61459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ef431766/node_modules
61460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/package-json-8cc06c4f/node_modules
61461npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/maxmin-c0bbea6d/node_modules
61462npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/destroy-7f86428c/node_modules
61463npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dom-serializer-82be28d2/node_modules
61464npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-file-2dbcdf75/node_modules
61465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-1d0008a5/node_modules
61466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parsejson-34be595f/node_modules
61467npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseqs-fe546b14/node_modules
61468npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-6ad74bf0/node_modules
61469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-build-90063e64/node_modules
61470npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-pngquant-79407d93/node_modules
61471npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-jpegtran-cb29c47b/node_modules
61472npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-optipng-9f6f8efc/node_modules
61473npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/each-async-333283e9/node_modules
61474npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-b085bb44/node_modules
61475npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exec-buffer-a8e2f870/node_modules
61476npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-02ee7a95/node_modules
61477npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-quote-009eda73/node_modules
61478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-632bfc61/node_modules
61479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-104f742c/node_modules
61480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f99a4c39/node_modules
61481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-36b35775/node_modules
61482npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4943addb/node_modules
61483npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f4cd5333/node_modules
61484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-28a516ff/node_modules
61485npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0d1cc290/node_modules
61486npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-12f565db/node_modules
61487npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-59ab0432/node_modules
61488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-462acb16/node_modules
61489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-bd203d96/node_modules
61490npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/configstore-275420f3/node_modules
61491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-72112b5a/node_modules
61492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-3084dd12/node_modules
61493npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-e193f92e/node_modules
61494npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-f0b62a52/node_modules
61495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-07af6c46/node_modules
61496npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-428eb820/node_modules
61497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/time-grunt-2b0acfb3/node_modules
61498npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-wrapper-f7046aa1/node_modules
61499npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tryor-0c4e5fea/node_modules
61500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-svgmin-ae067f83/node_modules
61501npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-google-cdn-1a23fce9/node_modules
61502npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arrify-9ac595d4/node_modules
61503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/charenc-cb0b4076/node_modules
61504npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decamelize-217afc4f/node_modules
61505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-string-regexp-8ac2d854/node_modules
61506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d217b067/node_modules
61507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d5fd9054/node_modules
61508npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-6932a104/node_modules
61509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-binary-path-1047d7e8/node_modules
61510npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-builtin-module-31934d44/node_modules
61511npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-script-launcher-2878f893/node_modules
61512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-77f52758/node_modules
61513npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/map-obj-1634122e/node_modules
61514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-8f2c4758/node_modules
61515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/number-is-nan-d892eca7/node_modules
61516npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-finite-876d1b43/node_modules
61517npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-53544bbd/node_modules
61518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-promise-7a06a14e/node_modules
61519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-77372450/node_modules
61520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-bom-44cc6049/node_modules
61521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-cd4286ca/node_modules
61522npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log-symbols-84b5e2c1/node_modules
61523npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/trim-newlines-898766ba/node_modules
61524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/untildify-f784e58d/node_modules
61525npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a410f7e8/node_modules
61526npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64id-4b9bccf8/node_modules
61527npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-c3ef2109/node_modules
61528npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-b4b325ab/node_modules
61529npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-13383a7e/node_modules
61530npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-512e9a87/node_modules
61531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-80ba9194/node_modules
61532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-28be461a/node_modules
61533npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-15fe9cc5/node_modules
61534npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-8c803402/node_modules
61535npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-dd06bf20/node_modules
61536npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-56abba44/node_modules
61537npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b441a0fb/node_modules
61538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-f44de076/node_modules
61539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c9b7a974/node_modules
61540npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b49fbcd4/node_modules
61541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-00413b21/node_modules
61542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b39ec2cc/node_modules
61543npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-77a5e2fd/node_modules
61544npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-fb95ce52/node_modules
61545npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4a3509ee/node_modules
61546npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-f32d215a/node_modules
61547npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-ba500c51/node_modules
61548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1768aeee/node_modules
61549npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1236a122/node_modules
61550npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-417dddac/node_modules
61551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b895f45b/node_modules
61552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-9b223044/node_modules
61553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-70dbc1c7/node_modules
61554npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4ca657d5/node_modules
61555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-3f8702d4/node_modules
61556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-primitive-eba92e42/node_modules
61557npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-d899dda2/node_modules
61558npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a850ad86/node_modules
61559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-ed1cce0b/node_modules
61560npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-86f971bc/node_modules
61561npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-homedir-66542b79/node_modules
61562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-is-absolute-6585a622/node_modules
61563npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-exists-d3fe1e39/node_modules
61564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-f494fa3d/node_modules
61565npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-72556951/node_modules
61566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-769e1d6b/node_modules
61567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readline2-add6b0ec/node_modules
61568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-element-e5a400db/node_modules
61569npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rndm-f28cd980/node_modules
61570npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a5bfab53/node_modules
61571npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redent-98cd0065/node_modules
61572npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/success-symbol-40eb6545/node_modules
61573npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-696b9649/node_modules
61574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-filerev-84c7496d/node_modules
61575npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-5e05ae24/node_modules
61576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-e1c075ce/node_modules
61577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a66c33a9/node_modules
61578npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c24b4571/node_modules
61579npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/window-size-2b6bc0a7/node_modules
61580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ps-tree-8da0fe62/node_modules
61581npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/latest-version-a0f831f6/node_modules
61582npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-unique-9dc3d14a/node_modules
61583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-url-e4512272/node_modules
61584npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-extensions-e1ce8e39/node_modules
61585npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-dd90bf7f/node_modules
61586npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-416cd240/node_modules
61587npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-in-86be0a66/node_modules
61588npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-own-bd0f2164/node_modules
61589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-urls-4604d16b/node_modules
61590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4cb47f90/node_modules
61591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-5152f28e/node_modules
61592npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-3a09b4a4/node_modules
61593npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0b6984f9/node_modules
61594npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-cb204643/node_modules
61595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extglob-7aea9d18/node_modules
61596npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-utf8-4c4a0a2f/node_modules
61597npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/junk-06962323/node_modules
61598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isfunction-c9808c2d/node_modules
61599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.now-cb71eb22/node_modules
61600npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._objecttypes-58496b14/node_modules
61601npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-ast-traverse-24384e7e/node_modules
61602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-up-6092c98d/node_modules
61603npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-bytes-5e4f8923/node_modules
61604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-type-7606825e/node_modules
61605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/load-json-file-20e568bc/node_modules
61606npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-stylish-cc192ea4/node_modules
61607npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-7c45e760/node_modules
61608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-up-badd8779/node_modules
61609npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-name-4a5d7f11/node_modules
61610npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gzip-size-b68e728c/node_modules
61611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-7e0db658/node_modules
61612npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-green-4adeead4/node_modules
61613npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-flatten-dfe1060e/node_modules
61614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-flatten-d50542c7/node_modules
61615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-b22fc638/node_modules
61616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/executable-7cd550d1/node_modules
61617npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/figures-153983d6/node_modules
61618npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-27913bb5/node_modules
61619npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-name-c65d3b18/node_modules
61620npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-dotfile-dc6422c3/node_modules
61621npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isobject-df492aff/node_modules
61622npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._isnative-f5511a01/node_modules
61623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isobject-0932530c/node_modules
61624npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-e2425ce9/node_modules
61625npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-fcde11c6/node_modules
61626npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-release-ee22328b/node_modules
61627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-6a7c7ec0/node_modules
61628npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xdg-basedir-6606347b/node_modules
61629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pngquant-bin-35f70fc7/node_modules
61630npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-wrap-4d1bfd9b/node_modules
61631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bindings-6e622d6c/node_modules
61632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crypt-5b57dcfe/node_modules
61633npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extendable-4932e0fc/node_modules
61634npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-ms-480798c4/node_modules
61635npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringify-object-2e0bb045/node_modules
61636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-diff-af4d64e0/node_modules
61637npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-a912ab4c/node_modules
61638npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-esprima-props-af59c7fe/node_modules
61639npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-1b70dfdc/node_modules
61640npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/image-type-8c2f01f9/node_modules
61641npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-range-41d989d2/node_modules
61642npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gifsicle-64758ac9/node_modules
61643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optipng-bin-aaed9deb/node_modules
61644npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-66e016f2/node_modules
61645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-8f557928/node_modules
61646npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-glob-2aa96e31/node_modules
61647npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-equal-shallow-132dca3a/node_modules
61648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-number-69ddc5da/node_modules
61649npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-d846ec49/node_modules
61650npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-path-720e7d80/node_modules
61651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object.omit-43b36489/node_modules
61652npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pify-8d39eb85/node_modules
61653npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-1968274d/node_modules
61654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-string-c980ddfa/node_modules
61655npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tinycolor-2ddcca86/node_modules
61656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-94acf699/node_modules
61657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-09f546b2/node_modules
61658npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-712fd682/node_modules
61659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ee-first-77b0c532/node_modules
61660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d60ec99f/node_modules
61661npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-1051e617/node_modules
61662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-70cd7b7b/node_modules
61663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-92ba3afc/node_modules
61664npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-a26145d5/node_modules
61665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-c32f92ea/node_modules
61666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d27279c7/node_modules
61667npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/safe-json-stringify-a0e7e90f/node_modules
61668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/to-array-663f09fb/node_modules
61669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-ng-annotate-f7ff75c2/node_modules
61670npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-0bdd2d62/node_modules
61671npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-concurrent-8f98fdbe/node_modules
61672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/anymatch-a54c36b2/node_modules
61673npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utils-merge-f0b215eb/node_modules
61674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-e45338e0/node_modules
61675npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-01b17b6e/node_modules
61676npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-a92c6a00/node_modules
61677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-9d568919/node_modules
61678npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-c56380e0/node_modules
61679npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-7c7b2e00/node_modules
61680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-number-2b429131/node_modules
61681npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-f993e98c/node_modules
61682npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-dac6bbb1/node_modules
61683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-d9218e89/node_modules
61684npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-brackets-ce545d6e/node_modules
61685npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forwarded-69f9508b/node_modules
61686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-lower-case-ff1d0ffd/node_modules
61687npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.debounce-74f9a72f/node_modules
61688npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-af3882e9/node_modules
61689npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-case-81dc752a/node_modules
61690npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dot-case-cb091322/node_modules
61691npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/param-case-b72fe235/node_modules
61692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/snake-case-e946e9aa/node_modules
61693npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-cb593ab2/node_modules
61694npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/title-case-d162dd56/node_modules
61695npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-upper-case-b561e98d/node_modules
61696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constant-case-8c3edcf1/node_modules
61697npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-first-85dd54a3/node_modules
61698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pascal-case-76d097e9/node_modules
61699npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-22fceefe/node_modules
61700npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-38959651/node_modules
61701npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-b70cc231/node_modules
61702npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-79e825d8/node_modules
61703npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ini-1ccebc15/node_modules
61704npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/error-ex-0b44cb8c/node_modules
61705npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-base-f3161459/node_modules
61706npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-requirejs-14c92a66/node_modules
61707npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb/node_modules
61708npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promise-4c2ae656/node_modules
61709npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regex-cache-7b5aee7c/node_modules
61710npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-license-ids-aacb7cca/node_modules
61711npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-indent-fc2db20b/node_modules
61712npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/swap-case-b1c405ff/node_modules
61713npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-d294da23/node_modules
61714npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/unpipe-f9a98912/node_modules
61715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/user-home-f50edef3/node_modules
61716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-6a6b7888/node_modules
61717npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wrappy-b7a71258/node_modules
61718npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-21063a14/node_modules
61719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-3d7cb9b9/node_modules
61720npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-866e0a58/node_modules
61721npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indexof-074ed44c/node_modules
61722npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jit-grunt-3a9b4ef0/node_modules
61723npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-html2js-preprocessor-f1deddf6/node_modules
61724npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lower-case-fd4895a3/node_modules
61725npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proto-list-18f343b9/node_modules
61726npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-4b191c50/node_modules
61727npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-0782c713/node_modules
61728npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-adapter-a8f40cd8/node_modules
61729npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-stream-b7b14a26/node_modules
61730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camel-case-329fd2fb/node_modules
61731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/default-browser-id-f2bcd197/node_modules
61732npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-spawn-f5bb794f/node_modules
61733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/end-of-stream-790af1fd/node_modules
61734npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/callsite-705f0e02/node_modules
61735npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-e39cfffc/node_modules
61736npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookiejar-9e87ed30/node_modules
61737npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-equal-908cbfe4/node_modules
61738npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3a458d12/node_modules
61739npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/options-d9b9f48a/node_modules
61740npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osx-release-b4669efd/node_modules
61741npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/randomatic-1ecea6a0/node_modules
61742npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-fmt-863b3f2d/node_modules
61743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/alter-df2707e3/node_modules
61744npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extglob-7059e4ca/node_modules
61745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-35ae3f56/node_modules
61746npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-44a2067d/node_modules
61747npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-ef8342bc/node_modules
61748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-cssmin-65ee732f/node_modules
61749npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonpointer-bd522e4c/node_modules
61750npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-firefox-launcher-6a346cdc/node_modules
61751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-headers-c173bbeb/node_modules
61752npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-glob-aaa7424e/node_modules
61753npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/which-45ba60a2/node_modules
61754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-f0b43ef4/node_modules
61755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/download-ab469fed/node_modules
61756npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-bced635c/node_modules
61757npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-e488c2d2/node_modules
61758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-be5c11b0/node_modules
61759npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-c77be11b/node_modules
61760npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-readlink-e0f03b21/node_modules
61761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-promise-561e20f7/node_modules
61762npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-e8fad06c/node_modules
61763npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-5b9c6504/node_modules
61764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3baf7556/node_modules
61765npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-is-d78478ba/node_modules
61766npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/streamsearch-aedb5713/node_modules
61767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-counter-a0488c1b/node_modules
61768npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vary-729c1b62/node_modules
61769npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-0b50ba76/node_modules
61770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/builtin-modules-7e9b589c/node_modules
61771npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-c077e3d8/node_modules
61772npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-d110bfce/node_modules
61773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-699c6989/node_modules
61774npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/intersect-68b63877/node_modules
61775npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isarray-1e4d8727/node_modules
61776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83/node_modules
61777npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kind-of-f1416c17/node_modules
61778npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-e81f09f7/node_modules
61779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-5158cd6b/node_modules
61780npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/process-nextick-args-99c8ad65/node_modules
61781npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-f0364594/node_modules
61782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-ae1b3162/node_modules
61783npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-e9184166/node_modules
61784npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119/node_modules
61785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-copy-2f210885/node_modules
61786npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-b8f89076/node_modules
61787npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-8b5b34cf/node_modules
61788npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-errors-bac919b5/node_modules
61789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-268f9043/node_modules
61790npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-safe-755953e1/node_modules
61791npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-imagemin-5b53ba7f/node_modules
61792npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-d580064f/node_modules
61793npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-9b95df6b/node_modules
61794npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-318438fa/node_modules
61795npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-8ec74725/node_modules
61796npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-840ef8b4/node_modules
61797npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/statuses-01f80765/node_modules
61798npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-1d9ff102/node_modules
61799npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-ed386b1f/node_modules
61800npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/response-time-f0c163c7/node_modules
61801npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inflight-f75d5068/node_modules
61802npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pump-4b6bc993/node_modules
61803npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/aws-sign2-f3e98050/node_modules
61804npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-c02d8406/node_modules
61805npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/brace-expansion-f9ce01c0/node_modules
61806npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-a0d558d7/node_modules
61807npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-3de5909f/node_modules
61808npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8691cae5/node_modules
61809npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/loud-rejection-7b22aaab/node_modules
61810npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringset-b25d8fb8/node_modules
61811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chmodr-033c3d0e/node_modules
61812npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-bind-658fb947/node_modules
61813npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-86981bf9/node_modules
61814npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-63617519/node_modules
61815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-type-cd4e3150/node_modules
61816npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dateformat-cb799797/node_modules
61817npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/etag-56c844ad/node_modules
61818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0907f8c2/node_modules
61819npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-cors-68bfe3fe/node_modules
61820npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/headless-4e2cb3c4/node_modules
61821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-83c9ee1c/node_modules
61822npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-748f30d0/node_modules
61823npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/keypress-fb981dbf/node_modules
61824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-40391d3d/node_modules
61825npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-4b7a1f2e/node_modules
61826npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0cf5ae08/node_modules
61827npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-faf5570d/node_modules
61828npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-a8de92f0/node_modules
61829npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-timeout-0d3d2d4c/node_modules
61830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-19196ec0/node_modules
61831npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csrf-fda25d5e/node_modules
61832npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/util-deprecate-2f69dbad/node_modules
61833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vhost-4d7f0061/node_modules
61834npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-06b72008/node_modules
61835npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-connect-475b37de/node_modules
61836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-af55dded/node_modules
61837npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8233fd19/node_modules
61838npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-fbaf77b3/node_modules
61839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-230f70e1/node_modules
61840npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-f90753f4/node_modules
61841npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-bde81572/node_modules
61842npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-8dd80a88/node_modules
61843npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string_decoder-b2974c2a/node_modules
61844npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-1a9b1d07/node_modules
61845npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-29f38b5d/node_modules
61846npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-537228c1/node_modules
61847npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-51e7fba2/node_modules
61848npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-0bdb32d2/node_modules
61849npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/finalhandler-4addba03/node_modules
61850npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-chrome-launcher-7883b95b/node_modules
61851npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-8a0656ad/node_modules
61852npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-wiredep-6503c43f/node_modules
61853npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-461f6b9b/node_modules
61854npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b46cd774/node_modules
61855npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-ae8f5305/node_modules
61856npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-993e1dad/node_modules
61857npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-47f7f809/node_modules
61858npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-object-property-b5db8d74/node_modules
61859npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-5874588c/node_modules
61860npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-8124e922/node_modules
61861npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-2429ff25/node_modules
61862npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/precond-d80e2e85/node_modules
61863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-d1ace1eb/node_modules
61864npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/validate-npm-package-license-fa23fb48/node_modules
61865npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-node-inspector-2e498e55/node_modules
61866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-nodemon-a4c3385d/node_modules
61867npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-56b458ea/node_modules
61868npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-4d9788f2/node_modules
61869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-0edb3b45/node_modules
61870npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/blob-f59f0b52/node_modules
61871npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-86d1178f/node_modules
61872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/growl-bb8975c2/node_modules
61873npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-46c98474/node_modules
61874npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-fd008e65/node_modules
61875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mute-stream-23c38b91/node_modules
61876npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-473befd3/node_modules
61877npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jade-c8d1bcb3/node_modules
61878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-filter-3be2e4e8/node_modules
61879npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-1b214033/node_modules
61880npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-08409469/node_modules
61881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-a001197a/node_modules
61882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-979c8f02/node_modules
61883npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-25a9724e/node_modules
61884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-dc95cc99/node_modules
61885npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-ec1509f1/node_modules
61886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-314ee529/node_modules
61887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-unless-1a57169d/node_modules
61888npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-parent-a392aa50/node_modules
61889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/braces-06252f0f/node_modules
61890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-correct-f024b17c/node_modules
61891npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringmap-b5d4900f/node_modules
61892npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-df9491f2/node_modules
61893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/insight-5d8273b2/node_modules
61894npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/better-assert-51398f8c/node_modules
61895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-e74537bc/node_modules
61896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-finished-e27b1d45/node_modules
61897npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-87c59726/node_modules
61898npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-crc32-084e65d6/node_modules
61899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-equal-constant-time-d52decbf/node_modules
61900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b4d5cbd8/node_modules
61901npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-8aef7b90/node_modules
61902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/defined-bedcb9ad/node_modules
61903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-df7d7c81/node_modules
61904npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-611017b2/node_modules
61905npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-bdbb9c5e/node_modules
61906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-39d15087/node_modules
61907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arraybuffer.slice-55481626/node_modules
61908npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-each-94d3cc63/node_modules
61909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-9e009108/node_modules
61910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-f0f61063/node_modules
61911npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-stringify-1d1fd68b/node_modules
61912npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-function-033982fc/node_modules
61913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-dc9a1c36/node_modules
61914npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-f8fdda82/node_modules
61915npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-585b6775/node_modules
61916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proxy-addr-987eb57d/node_modules
61917npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-combiner-e6543bbb/node_modules
61918npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-stylus-e34fd4cd/node_modules
61919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/touch-30f27044/node_modules
61920npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-to-browserify-56284d51/node_modules
61921npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-2c766fa3/node_modules
61922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-map-0138963a/node_modules
61923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-reduce-8a12d111/node_modules
61924npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-inherit-ee08586f/node_modules
61925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-map-52656bb5/node_modules
61926npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/duplexer-f746760c/node_modules
61927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-4d8af44e/node_modules
61928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-property-2c1157ec/node_modules
61929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-e5e9d8ad/node_modules
61930npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-strategy-ab83c876/node_modules
61931npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-083f8360/node_modules
61932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fill-range-5ef9f3e5/node_modules
61933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/throttleit-d7594825/node_modules
61934npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/batch-6bf69da7/node_modules
61935npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-c8901318/node_modules
61936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-91c366db/node_modules
61937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-3a2329ec/node_modules
61938npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-79a6b672/node_modules
61939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-95d9a985/node_modules
61940npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-3c0261e6/node_modules
61941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd-734f2f9b/node_modules
61942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nth-check-6676480b/node_modules
61943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringstream-228812fc/node_modules
61944npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backo2-2f7d12d5/node_modules
61945npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-c3a613b0/node_modules
61946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-723251dd/node_modules
61947npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-livereload-4630fbb4/node_modules
61948npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-0e9a5ce0/node_modules
61949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-917523ec/node_modules
61950npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-local-8c40a2e4/node_modules
61951npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/after-bc5589ff/node_modules
61952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-extend-aa256b2c/node_modules
61953npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/di-7831dc48/node_modules
61954npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/co-093c432c/node_modules
61955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8d3bd819/node_modules
61956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-arrayish-af92cbf1/node_modules
61957npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-select-994bcd5f/node_modules
61958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-component-10e5bbbe/node_modules
61959npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/truncate-8813a448/node_modules
61960npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-autoprefixer-a782ba0c/node_modules
61961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/abbrev-f12d5562/node_modules
61962npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-a5ba0156/node_modules
61963npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-utils-7c8dfe17/node_modules
61964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sigmund-52913fe8/node_modules
61965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tunnel-agent-0e49203a/node_modules
61966npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-mongo-797d2f9e/node_modules
61967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-5f65f366/node_modules
61968npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-aca17f96/node_modules
61969npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-concat-c2d2c62e/node_modules
61970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stable-caf6f1b0/node_modules
61971npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multer-6c95df91/node_modules
61972npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/scmp-3c8978ab/node_modules
61973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-9b76cd05/node_modules
61974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-disposition-541a3539/node_modules
61975npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-bccae03a/node_modules
61976npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csurf-d91a5017/node_modules
61977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-7db22797/node_modules
61978npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd2-f5690671/node_modules
61979npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-b83bdb75/node_modules
61980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-fb0bedc4/node_modules
61981npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-44fd8ff0/node_modules
61982npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-153abeb4/node_modules
61983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-8ce7846c/node_modules
61984npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/punycode-50f8bda6/node_modules
61985npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-3e598702/node_modules
61986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-f33bf0d3/node_modules
61987npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-bb823150/node_modules
61988npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/amdefine-267588de/node_modules
61989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jshint-621cce63/node_modules
61990npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jpegtran-bin-60666aeb/node_modules
61991npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/flushwritable-4e2dcd14/node_modules
61992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/md5-7851bcdc/node_modules
61993npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-clone-b61bd35f/node_modules
61994npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-18238d0f/node_modules
61995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-21fdbb7f/node_modules
61996npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-c5fa475a/node_modules
61997npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-js-a0a08d73/node_modules
61998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffers-65a03033/node_modules
61999npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-emitter-bb43f31a/node_modules
62000npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/emitter-component-d4b56992/node_modules
62001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-8b588e81/node_modules
62002npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-mocha-test-efc027cd/node_modules
62003npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/change-case-0f0bfe01/node_modules
62004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-d9a6680e/node_modules
62005npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/eventemitter2-b3dc34dd/node_modules
62006npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-queue-8ef13842/node_modules
62007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/next-tick-0f4109ca/node_modules
62008npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-df7988d8/node_modules
62009npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/archy-43430d37/node_modules
62010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherit-79467e44/node_modules
62011npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonify-ebc041bd/node_modules
62012npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-7a34b4ea/node_modules
62013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ecdsa-sig-formatter-3895e7ba/node_modules
62014npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-e1afc6a8/node_modules
62015npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-54baccc5/node_modules
62016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-460438ea/node_modules
62017npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-ec6e2171/node_modules
62018npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-be78e942/node_modules
62019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/progress-1259fa44/node_modules
62020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8fb1ece1/node_modules
62021npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-572bf127/node_modules
62022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-d4729090/node_modules
62023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/balanced-match-2caf4fcd/node_modules
62024npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-82e5ad57/node_modules
62025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gaze-d35c1ef4/node_modules
62026npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/getobject-c62d4014/node_modules
62027npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-e1a2188a/node_modules
62028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-b251e6d1/node_modules
62029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-b693ab51/node_modules
62030npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-86ce23b1/node_modules
62031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-c9e3bacf/node_modules
62032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isstream-047905a8/node_modules
62033npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-539a0f7e/node_modules
62034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-now-8e62954f/node_modules
62035npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stat-mode-2e36ef36/node_modules
62036npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ultron-09e755f4/node_modules
62037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ware-7b95a9b0/node_modules
62038npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-replay-2fdd3e9f/node_modules
62039npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-03a31bca/node_modules
62040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-546ef2c3/node_modules
62041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-9cc74e24/node_modules
62042npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-7fe2b486/node_modules
62043npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-data-f2ebaccb/node_modules
62044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-49361323/node_modules
62045npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-688285ff/node_modules
62046npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-utils-efba2f5f/node_modules
62047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-970c5705/node_modules
62048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f65fbeb1/node_modules
62049npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/core-util-is-83758450/node_modules
62050npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-9106b5e3/node_modules
62051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f0a0db1f/node_modules
62052npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-uglify-2f79f41d/node_modules
62053npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-stringify-safe-58057c07/node_modules
62054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2cf6ff47/node_modules
62055npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-bf7ddf00/node_modules
62056npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-55a215c7/node_modules
62057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-2a098fc8/node_modules
62058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-bac83ff4/node_modules
62059npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/console-browserify-ab5fb8de/node_modules
62060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/preserve-46ce8621/node_modules
62061npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-arraybuffer-3b76cf1c/node_modules
62062npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chainsaw-f53aeada/node_modules
62063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-86730882/node_modules
62064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pooling-149e19c7/node_modules
62065npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/opn-113c4005/node_modules
62066npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-expression-parse-eb460c37/node_modules
62067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/biased-opener-c78b9fc8/node_modules
62068npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-69c65d0e/node_modules
62069npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-b896a30b/node_modules
62070npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-a948f1b7/node_modules
62071npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-d0786253/node_modules
62072npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-ffa53e4d/node_modules
62073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-684d948e/node_modules
62074npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-903a1cd4/node_modules
62075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c0976f8f/node_modules
62076npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-e2c90301/node_modules
62077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-fa5f7892/node_modules
62078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/composable-middleware-3928dc46/node_modules
62079npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-41a88d22/node_modules
62080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sentence-case-739aa6da/node_modules
62081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-714f2a9f/node_modules
62082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/reduce-component-6282699c/node_modules
62083npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promptly-33d94e46/node_modules
62084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dashdash-aa8fc4cd/node_modules
62085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jwa-d5039063/node_modules
62086npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/split-b5770f82/node_modules
62087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-ce467609/node_modules
62088npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-00daa945/node_modules
62089npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-env-82019ed2/node_modules
62090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-7a61e531/node_modules
62091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-f940c9d5/node_modules
62092npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-c479d438/node_modules
62093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-f5a30ad3/node_modules
62094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/open-399683eb/node_modules
62095npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through-544fbcc6/node_modules
62096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-ebf3b6ae/node_modules
62097npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-karma-dce72ed5/node_modules
62098npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c4c50345/node_modules
62099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-9db3cd91/node_modules
62100npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-52701839/node_modules
62101npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-json-48069718/node_modules
62102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-logger-5f9207e6/node_modules
62103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-092f799e/node_modules
62104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-59787311/node_modules
62105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-endpoint-parser-13df85c7/node_modules
62106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5bd353aa/node_modules
62107npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-1afce100/node_modules
62108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-61a48168/node_modules
62109npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-78424534/node_modules
62110npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-e3a5d03e/node_modules
62111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-41742a2c/node_modules
62112npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f02ed013/node_modules
62113npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-23879adc/node_modules
62114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/typedarray-6b4041bf/node_modules
62115npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-cc0ec82a/node_modules
62116npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-64d3d283/node_modules
62117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-70f325e9/node_modules
62118npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-043850b0/node_modules
62119npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sliced-9abb5cab/node_modules
62120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lockfile-a921e7b0/node_modules
62121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/p-throttler-5c8f4f09/node_modules
62122npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-fs-0d1dc96b/node_modules
62123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-d814db77/node_modules
62124npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-7a48fb69/node_modules
62125npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-ed9cda02/node_modules
62126npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-979fa066/node_modules
62127npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-a510ab12/node_modules
62128npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-c0d7d703/node_modules
62129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-18bfd846/node_modules
62130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/findup-sync-8140f333/node_modules
62131npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-4fc895bc/node_modules
62132npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rc-e79a7a27/node_modules
62133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-526a4055/node_modules
62134npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-30e46e1d/node_modules
62135npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/muri-6e0c3d58/node_modules
62136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-a412eb00/node_modules
62137npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-3b275b86/node_modules
62138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-832e6b6a/node_modules
62139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-lib-contrib-db194074/node_modules
62140npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-config-87f89cca/node_modules
62141npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-115e11ed/node_modules
62142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-2ccea91c/node_modules
62143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-ed3c386f/node_modules
62144npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/timers-ext-d594c66b/node_modules
62145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-8b27dc54/node_modules
62146npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9e660925/node_modules
62147npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-117cd50c/node_modules
62148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9eef6341/node_modules
62149npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5c17a76a/node_modules
62150npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-ad6791c6/node_modules
62151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-19259e8f/node_modules
62152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-170cc9ea/node_modules
62153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-7ee3fcfc/node_modules
62154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-0510da93/node_modules
62155npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-4b2d092e/node_modules
62156npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-df7c869c/node_modules
62157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-52d209e7/node_modules
62158npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-90b03f78/node_modules
62159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-ca326d1e/node_modules
62160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-91bc12da/node_modules
62161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-bf834044/node_modules
62162npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-detect-browsers-f37e29e9/node_modules
62163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-803aae32/node_modules
62164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-e7fd4729/node_modules
62165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-33c3b41e/node_modules
62166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-d4135359/node_modules
62167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-jwt-ee17fc3b/node_modules
62168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/d-b7a230c8/node_modules
62169npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-d5e92ec3/node_modules
62170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-7c595c15/node_modules
62171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wordwrap-ac831d60/node_modules
62172npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-build-control-5e0e2282/node_modules
62173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-358373bc/node_modules
62174npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-39ed679c/node_modules
62175npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-9d6a9069/node_modules
62176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-bfcd9d1a/node_modules
62177npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-6dad29d0/node_modules
62178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-7b83e5ad/node_modules
62179npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkpath-27408025/node_modules
62180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-c455f913/node_modules
62181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooks-fixed-10e43d50/node_modules
62182npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eca38f64/node_modules
62183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-data-6792f4cc/node_modules
62184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/noptify-3e1a1720/node_modules
62185npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-62cae532/node_modules
62186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eb70372c/node_modules
62187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/text-table-c233e25f/node_modules
62188npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multiparty-f19e8247/node_modules
62189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-watch-6102743e/node_modules
62190npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpromise-1d17ee22/node_modules
62191npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/retry-6ea0c0cc/node_modules
62192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-ldapauth-e85d7584/node_modules
62193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/whet.extend-f80e54f1/node_modules
62194npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-707c263d/node_modules
62195npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ec0b83bb/node_modules
62196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-afc15c84/node_modules
62197npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-02e2e077/node_modules
62198npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-f84cf8b5/node_modules
62199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-52638c4c/node_modules
62200npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-dbb8b0e6/node_modules
62201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-13a90d4f/node_modules
62202npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-457e7491/node_modules
62203npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-6619b182/node_modules
62204npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-31fa44cf/node_modules
62205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-78cf04d1/node_modules
62206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-07c8ae30/node_modules
62207npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-018e78f9/node_modules
62208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d389daac/node_modules
62209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-5c89810d/node_modules
62210npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-1363b98b/node_modules
62211npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-cc145a81/node_modules
62212npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-8fb94a0e/node_modules
62213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/config-chain-4f06bec8/node_modules
62214npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-5bb0eadd/node_modules
62215npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-7b8aa4d5/node_modules
62216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-dd72af88/node_modules
62217npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-95f13831/node_modules
62218npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-0b444ccf/node_modules
62219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shell-quote-9593bb24/node_modules
62220npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-fb4d3294/node_modules
62221npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/micromatch-3e0dcf81/node_modules
62222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-70fd6582/node_modules
62223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-6d0cb937/node_modules
62224npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-13d0f153/node_modules
62225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-abf634e4/node_modules
62226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-8488df19/node_modules
62227npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/convert-source-map-5a92e77b/node_modules
62228npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-a47c17cf/node_modules
62229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-0251f18d/node_modules
62230npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-9a3f59aa/node_modules
62231npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-8289c392/node_modules
62232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-ignore-ac1e1595/node_modules
62233npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-1cb10dc3/node_modules
62234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-ba753a49/node_modules
62235npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-269631c6/node_modules
62236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-ab59db17/node_modules
62237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-efb4381b/node_modules
62238npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b5e16a67/node_modules
62239npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-dee94009/node_modules
62240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-16d52979/node_modules
62241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-50b915d4/node_modules
62242npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3f109939/node_modules
62243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-9d029782/node_modules
62244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-55a5085d/node_modules
62245npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-78f68fd4/node_modules
62246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-6e180b53/node_modules
62247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/x-default-browser-fb0246fc/node_modules
62248npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a45a9b76/node_modules
62249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d2fe9457/node_modules
62250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-eaa66a38/node_modules
62251npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-9863c00d/node_modules
62252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-77af3c45/node_modules
62253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-bb9634cf/node_modules
62254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/weak-a71be6ba/node_modules
62255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-d13cca63/node_modules
62256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-e37fcee2/node_modules
62257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-protractor-runner-5125318c/node_modules
62258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/block-stream-fd845bc3/node_modules
62259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-2a986007/node_modules
62260npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/saucelabs-bc92f9a6/node_modules
62261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-67cac5e4/node_modules
62262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jws-446bd63a/node_modules
62263npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-open-3631f721/node_modules
62264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-parser-71bb9c9f/node_modules
62265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-c26ebd3e/node_modules
62266npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a65e1a7f/node_modules
62267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-79a3fb33/node_modules
62268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-clean-4c96b3d6/node_modules
62269npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hosted-git-info-15498999/node_modules
62270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e8827d36/node_modules
62271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-616565a1/node_modules
62272npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-af10d670/node_modules
62273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-entities-1122232e/node_modules
62274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a938f671/node_modules
62275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-2bdb314a/node_modules
62276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-5326439c/node_modules
62277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsprim-aa9d372e/node_modules
62278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-b1b23865/node_modules
62279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-9449641b/node_modules
62280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-4f236357/node_modules
62281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldap-filter-0b6112fd/node_modules
62282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supertest-0a3c57ba/node_modules
62283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-9a7cda18/node_modules
62284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-c7af878c/node_modules
62285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-1147f504/node_modules
62286npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-9f7ca3f2/node_modules
62287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ad3e0aa6/node_modules
62288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-dd3c192e/node_modules
62289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-stream-1157f43b/node_modules
62290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-weak-map-4358a268/node_modules
62291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-57057198/node_modules
62292npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0d838263/node_modules
62293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-90adcfc1/node_modules
62294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-68b903c0/node_modules
62295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0beb7ad0/node_modules
62296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooker-48b06343/node_modules
62297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-728c7457/node_modules
62298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5e6a4a57/node_modules
62299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-18099a4d/node_modules
62300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e125e7af/node_modules
62301npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-7740cd94/node_modules
62302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-util-12367406/node_modules
62303npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-cb41437e/node_modules
62304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crc-9724b972/node_modules
62305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-6cf39264/node_modules
62306npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-e24d52c7/node_modules
62307npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jade-preprocessor-e15db50d/node_modules
62308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-json-49715211/node_modules
62309npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-13c48941/node_modules
62310npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantomjs-f567f085/node_modules
62311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-protocol-0790c9a9/node_modules
62312npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sprintf-js-d0139c3e/node_modules
62313npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chokidar-493c92ec/node_modules
62314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-53a952e1/node_modules
62315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kareem-9e27a421/node_modules
62316npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-edb089e6/node_modules
62317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socketio-jwt-44749cdc/node_modules
62318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/big-integer-208106ea/node_modules
62319npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-76cfa3b4/node_modules
62320npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ipaddr.js-8c95b273/node_modules
62321npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-85cc230c/node_modules
62322npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-zip-3e284911/node_modules
62323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/policyfile-b12869c3/node_modules
62324npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-115403f8/node_modules
62325npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3b6ee7ec/node_modules
62326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-216143fb/node_modules
62327npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2a2f5423/node_modules
62328npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-46dd1ff7/node_modules
62329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bplist-parser-0d2357c5/node_modules
62330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c262507c/node_modules
62331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c4f3a2f3/node_modules
62332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-f1c7d320/node_modules
62333npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-74c70a27/node_modules
62334npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-4b4f27d0/node_modules
62335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b02415cd/node_modules
62336npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-45300770/node_modules
62337npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-0102bf38/node_modules
62338npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-04ba7a3d/node_modules
62339npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-715159ea/node_modules
62340npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-4e29000b/node_modules
62341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jasmine-69d61963/node_modules
62342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmldom-c6234d03/node_modules
62343npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-333a1b1a/node_modules
62344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-8aeab4c3/node_modules
62345npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-6c36a15f/node_modules
62346npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/globule-5915a629/node_modules
62347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backoff-deb45122/node_modules
62348npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-34f64c50/node_modules
62349npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-5bead6d3/node_modules
62350npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-5c0351b4/node_modules
62351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-45dee521/node_modules
62352npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-usemin-36c7c6c4/node_modules
62353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a38b6639/node_modules
62354npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-68ed6536/node_modules
62355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpath-cc7d5693/node_modules
62356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ca16f4e5/node_modules
62357npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-16fc46e8/node_modules
62358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ae46a979/node_modules
62359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-34bf1d13/node_modules
62360npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-41fe2eef/node_modules
62361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-d5ef2302/node_modules
62362npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e44990de/node_modules
62363npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e35088e9/node_modules
62364npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-a1873cf0/node_modules
62365npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-2589f055/node_modules
62366npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-2ecbea4d/node_modules
62367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strong-data-uri-d2436f09/node_modules
62368npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/har-validator-f549c573/node_modules
62369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-b1e25be5/node_modules
62370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-222a0146/node_modules
62371npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-d006ba2b/node_modules
62372npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-79edf963/node_modules
62373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-ed7c4321/node_modules
62374npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-3544151a/node_modules
62375npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-66ea1d24/node_modules
62376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-edd0ed42/node_modules
62377npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4875958c/node_modules
62378npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-71bc9341/node_modules
62379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4c8f6145/node_modules
62380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-76ba8d6c/node_modules
62381npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-c98f594f/node_modules
62382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-24caeea9/node_modules
62383npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-1a5656fc/node_modules
62384npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-emitter-00196a84/node_modules
62385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-4f48efb7/node_modules
62386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-f1b6d1a3/node_modules
62387npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-9e3c587d/node_modules
62388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kew-dfb8ec66/node_modules
62389npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/relateurl-c4d1280f/node_modules
62390npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-dom-munger-8c845d5a/node_modules
62391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-f339c58e/node_modules
62392npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-297de113/node_modules
62393npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-a6108b81/node_modules
62394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-75c7e39a/node_modules
62395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-bfb357c6/node_modules
62396npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-ceed58e2/node_modules
62397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/i-9fead3df/node_modules
62398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-aee44b68/node_modules
62399npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utile-cbdf8110/node_modules
62400npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-53e6023e/node_modules
62401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-d076dc6a/node_modules
62402npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-e0a5766e/node_modules
62403npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-34bb422e/node_modules
62404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-fe516c28/node_modules
62405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-1d6fc621/node_modules
62406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0756b4ec/node_modules
62407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-a284a379/node_modules
62408npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0ac204b8/node_modules
62409npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-32ce7889/node_modules
62410npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-d0f8e3bb/node_modules
62411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-55097439/node_modules
62412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-2c92b908/node_modules
62413npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e42f9c02/node_modules
62414npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-express-server-b4ad670a/node_modules
62415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-abdc7249/node_modules
62416npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-fe17f15d/node_modules
62417npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapauth-fork-7e683701/node_modules
62418npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-9b839995/node_modules
62419npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-d5c4b9c7/node_modules
62420npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-00b289fc/node_modules
62421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-8200d8a0/node_modules
62422npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-color-9a9be295/node_modules
62423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-57d1bc28/node_modules
62424npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-09c8412f/node_modules
62425npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-da57517b/node_modules
62426npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tiny-lr-fork-b7a0ab13/node_modules
62427npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlbuilder-a2985beb/node_modules
62428npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-34833d2c/node_modules
62429npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f76c8b07/node_modules
62430npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-4175e4e7/node_modules
62431npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5/node_modules
62432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exit-06b6844c/node_modules
62433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-0c5f30a9/node_modules
62434npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-82d7cf47/node_modules
62435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-6816b730/node_modules
62436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-459b9cc3/node_modules
62437npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-c5a20cd2/node_modules
62438npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-b09f3ec0/node_modules
62439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-035a645f/node_modules
62440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e4ddb62c/node_modules
62441npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e1366965/node_modules
62442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-bbb517fe/node_modules
62443npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-ca79e24b/node_modules
62444npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-2fb98445/node_modules
62445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-89356bea/node_modules
62446npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-f44e949d/node_modules
62447npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-54e67aef/node_modules
62448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/global-374d4e73/node_modules
62449npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-90f3593e/node_modules
62450npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-7a9f691b/node_modules
62451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-f4df6b79/node_modules
62452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-4e7ee468/node_modules
62453npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/postcss-8b324b03/node_modules
62454npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/signal-exit-8a41fdb4/node_modules
62455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-35d357df/node_modules
62456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-a6d42726/node_modules
62457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-fdf7cfdf/node_modules
62458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-ab8aeb43/node_modules
62459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-f275ccfd/node_modules
62460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-de13f73e/node_modules
62461npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-0cfebbd5/node_modules
62462npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-264ee16b/node_modules
62463npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-e4661074/node_modules
62464npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-9467c81b/node_modules
62465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-a5f7e380/node_modules
62466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-f426f1d6/node_modules
62467npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-8c4acd29/node_modules
62468npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-4dfc46f6/node_modules
62469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-791442e1/node_modules
62470npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-5027e1f8/node_modules
62471npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-09e4e875/node_modules
62472npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redeyed-d0943e6b/node_modules
62473npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xml2js-390cccc6/node_modules
62474npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-b0cc249e/node_modules
62475npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bn.js-efd25ecb/node_modules
62476npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-8c306e86/node_modules
62477npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-67df9d86/node_modules
62478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-6ab643c2/node_modules
62479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-c045deee/node_modules
62480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-17a354ed/node_modules
62481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-08f18e33/node_modules
62482npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-7768af0d/node_modules
62483npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-9f9702df/node_modules
62484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/browser-launcher2-644863c4/node_modules
62485npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonwebtoken-fe5a6b0d/node_modules
62486npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-fa1b165b/node_modules
62487npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-12ee817c/node_modules
62488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-e1ce5019/node_modules
62489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-a40190ff/node_modules
62490npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-f1d9fb54/node_modules
62491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ctype-0b0363a9/node_modules
62492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/faye-websocket-3206d0e1/node_modules
62493npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93/node_modules
62494npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5a4c1864/node_modules
62495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-8cf2a159/node_modules
62496npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-asset-injector-d2349add/node_modules
62497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tape-0ab0592b/node_modules
62498npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utf8-2bc0a040/node_modules
62499npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-02823aa2/node_modules
62500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f780dc8d/node_modules
62501npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-317b67a8/node_modules
62502npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-c4dc8d52/node_modules
62503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-a9bb583d/node_modules
62504npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-b052a454/node_modules
62505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coa-ced7c54d/node_modules
62506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-694a0c3e/node_modules
62507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1.js-27eaf3fb/node_modules
62508npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-e8e45e90/node_modules
62509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-621b9c64/node_modules
62510npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-package-data-da8ffb1a/node_modules
62511npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-registry-client-4ffd3e16/node_modules
62512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-46bd4b3a/node_modules
62513npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minijasminenode-b612767a/node_modules
62514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-b98b7f64/node_modules
62515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cardinal-9363e355/node_modules
62516npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gridfs-stream-b8b091b6/node_modules
62517npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-e38eec03/node_modules
62518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-d274c6c0/node_modules
62519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/superagent-2956e0bc/node_modules
62520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-40b01213/node_modules
62521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-91aaf05e/node_modules
62522npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-stream-4fc8f8ec/node_modules
62523npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-9efa73d2/node_modules
62524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-e6558551/node_modules
62525npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-5c55b8c3/node_modules
62526npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-309ebae5/node_modules
62527npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-client-ecc00725/node_modules
62528npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-support-0224d270/node_modules
62529npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-newer-2677c865/node_modules
62530npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-aad70e2f/node_modules
62531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-angular-templates-d78279ef/node_modules
62532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-d6877a8f/node_modules
62533npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-4a4ce112/node_modules
62534npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-7a57b1f4/node_modules
62535npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bcryptjs-c272d6c0/node_modules
62536npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-2260fe81/node_modules
62537npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-f3376d70/node_modules
62538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-5d254ab3/node_modules
62539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-bc1dea50/node_modules
62540npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-900b77ff/node_modules
62541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-fcda05de/node_modules
62542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-3498434f/node_modules
62543npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-schema-e46a2ed5/node_modules
62544npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-22313f85/node_modules
62545npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-my-json-valid-b35f6870/node_modules
62546npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/benchmark-32a9040d/node_modules
62547npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-be2b1bbb/node_modules
62548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-7473f2e9/node_modules
62549npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-e629783d/node_modules
62550npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sockjs-01cad350/node_modules
62551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-768dff6c/node_modules
62552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-cdbc2b09/node_modules
62553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/useragent-272d17b2/node_modules
62554npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mquery-828ce23e/node_modules
62555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-0e1eba34/node_modules
62556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-4252b56e/node_modules
62557npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSwhat-2da6d84c/node_modules
62558npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nodemon-3c9c81e9/node_modules
62559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-0dc30d38/node_modules
62560npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/formidable-265db474/node_modules
62561npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-f0e6afe8/node_modules
62562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-56890ab9/node_modules
62563npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-10c72a91/node_modules
62564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-2aa894c7/node_modules
62565npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-0074c9bd/node_modules
62566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-5ecc6794/node_modules
62567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-0e6c5e54/node_modules
62568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/autoprefixer-3d5cdb16/node_modules
62569npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-6c004dea/node_modules
62570npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dicer-6fddfd03/node_modules
62571npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kerberos-f0bfc351/node_modules
62572npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/active-x-obfuscator-91d422b4/node_modules
62573npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantom-eb32706d/node_modules
62574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-18d1a9fb/node_modules
62575npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-60490139/node_modules
62576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-f433733c/node_modules
62577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-d732f0e4/node_modules
62578npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/memoizee-6fd8d2a7/node_modules
62579npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-102e9571/node_modules
62580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-aa3ff308/node_modules
62581npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redis-94a6a32b/node_modules
62582npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-8a9e5e9c/node_modules
62583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-0ce17659/node_modules
62584npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-1bfafc08/node_modules
62585npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-a06ed28f/node_modules
62586npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nib-e5b4c9ea/node_modules
62587npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSselect-0f50a687/node_modules
62588npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2bb27cad/node_modules
62589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-bc773c76/node_modules
62590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shoe-90c1a06f/node_modules
62591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-7d8a4ed8/node_modules
62592npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-f4b69f3e/node_modules
62593npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-53088879/node_modules
62594npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-f5af036a/node_modules
62595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/should-50c5a803/node_modules
62596npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json3-4df96052/node_modules
62597npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-e45649d5/node_modules
62598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-c6d17ed6/node_modules
62599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-2f14540d/node_modules
62600npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-2b18a6ec/node_modules
62601npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2701f444/node_modules
62602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f74bfc0e/node_modules
62603npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-index-01ff1267/node_modules
62604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-ea9b2b40/node_modules
62605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-c2c6ee2e/node_modules
62606npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-88f1db30/node_modules
62607npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-5d0586f9/node_modules
62608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mocha-b5d1e833/node_modules
62609npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-262bc90d/node_modules
62610npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-73185b4c/node_modules
62611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-9ede3d0c/node_modules
62612npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-4a679c2f/node_modules
62613npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-c6e08435/node_modules
62614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-df1d612d/node_modules
62615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-6c051d79/node_modules
62616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-9e1f9538/node_modules
62617npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-e38a3b32/node_modules
62618npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ng-annotate-14cad7f0/node_modules
62619npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f0f7d798/node_modules
62620npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-86dc7611/node_modules
62621npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/plist-a3b1290c/node_modules
62622npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-034d586f/node_modules
62623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-proxy-d52594ba/node_modules
62624npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-core-e309a222/node_modules
62625npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-283257b9/node_modules
62626npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/svgo-9d36ff9a/node_modules
62627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-ecfc5c8a/node_modules
62628npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log4js-ec214fd9/node_modules
62629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-79df282b/node_modules
62630npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-0ec36e73/node_modules
62631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-26ca904a/node_modules
62632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-ecb3f94d/node_modules
62633npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-e14d63fb/node_modules
62634npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-3ba91df1/node_modules
62635npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-9944367a/node_modules
62636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accessibility-developer-tools-e894e846/node_modules
62637npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-b285a30b/node_modules
62638npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-b4c0e941/node_modules
62639npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-13c23eb1/node_modules
62640npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-4ad47b16/node_modules
62641npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-2f62dea2/node_modules
62642npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/busboy-4652db82/node_modules
62643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-promise-4312d2a5/node_modules
62644npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-806ca709/node_modules
62645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-3c4d5bdb/node_modules
62646npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-153cd78f/node_modules
62647npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dav-7775bdde/node_modules
62648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-scenario-06095de4/node_modules
62649npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-31d328ab/node_modules
62650npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-6a7d3d3a/node_modules
62651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-4ff2a1e0/node_modules
62652npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-40e3e40e/node_modules
62653npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-d9ef0e8d/node_modules
62654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongoose-9b2706cf/node_modules
62655npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-1dbb3e2a/node_modules
62656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/requirejs-c74e8837/node_modules
62657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-d9c268da/node_modules
62658npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-a1fc7703/node_modules
62659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-ee41528f/node_modules
62660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-0270c9a3/node_modules
62661npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-e9400c6d/node_modules
62662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/protractor-372f660e/node_modules
62663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mout-468edfff/node_modules
62664npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-24676fe2/node_modules
62665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-db68d9f0/node_modules
62666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-54634d17/node_modules
62667npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-274863fe/node_modules
62668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-eae04f2a/node_modules
62669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/handlebars-e2691921/node_modules
62670npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-core-d674a27b/node_modules
62671npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es5-ext-0fc5fe2b/node_modules
62672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rx-657a6559/node_modules
62673npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caniuse-db-45c9a237/node_modules
62674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-inspector-605cfb92/node_modules
62675npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zeparser-85709c3e/node_modules
62676npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-pre-gyp-05acdd9e/node_modules
62677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/selenium-webdriver-3cd43bc3/node_modules
62678npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-33635b0a/node_modules
62679npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cdnjs-cdn-data-45f117b7/node_modules
62680npm info lifecycle CSSwhat@0.4.7~preinstall: CSSwhat@0.4.7
62681npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
62682npm info lifecycle accessibility-developer-tools@2.6.0~preinstall: accessibility-developer-tools@2.6.0
62683npm info lifecycle adm-zip@0.4.7~preinstall: adm-zip@0.4.7
62684npm info lifecycle after@0.8.1~preinstall: after@0.8.1
62685npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
62686npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
62687npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
62688npm info lifecycle ansi-wrap@0.1.0~preinstall: ansi-wrap@0.1.0
62689npm info lifecycle ansi-green@0.1.1~preinstall: ansi-green@0.1.1
62690npm info lifecycle archy@0.0.2~preinstall: archy@0.0.2
62691npm info lifecycle underscore.string@2.4.0~preinstall: underscore.string@2.4.0
62692npm info lifecycle arr-flatten@1.0.1~preinstall: arr-flatten@1.0.1
62693npm info lifecycle arr-diff@2.0.0~preinstall: arr-diff@2.0.0
62694npm info lifecycle array-filter@0.0.1~preinstall: array-filter@0.0.1
62695npm info lifecycle array-flatten@1.1.1~preinstall: array-flatten@1.1.1
62696npm info lifecycle array-map@0.0.0~preinstall: array-map@0.0.0
62697npm info lifecycle array-reduce@0.0.0~preinstall: array-reduce@0.0.0
62698npm info lifecycle array-unique@0.2.1~preinstall: array-unique@0.2.1
62699npm info lifecycle arraybuffer.slice@0.0.6~preinstall: arraybuffer.slice@0.0.6
62700npm info lifecycle arrify@1.0.1~preinstall: arrify@1.0.1
62701npm info lifecycle asn1@0.2.3~preinstall: asn1@0.2.3
62702npm info lifecycle assert-plus@0.2.0~preinstall: assert-plus@0.2.0
62703npm info lifecycle async-each@0.1.6~preinstall: async-each@0.1.6
62704npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
62705npm info lifecycle backo2@1.0.2~preinstall: backo2@1.0.2
62706npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
62707npm info lifecycle base64-arraybuffer@0.1.2~preinstall: base64-arraybuffer@0.1.2
62708npm info lifecycle base64-js@0.0.8~preinstall: base64-js@0.0.8
62709npm info lifecycle base64-url@1.2.1~preinstall: base64-url@1.2.1
62710npm info lifecycle base64id@0.1.0~preinstall: base64id@0.1.0
62711npm info lifecycle basic-auth@1.0.3~preinstall: basic-auth@1.0.3
62712npm info lifecycle basic-auth-connect@1.0.0~preinstall: basic-auth-connect@1.0.0
62713npm info lifecycle batch@0.5.2~preinstall: batch@0.5.2
62714npm info lifecycle bcryptjs@2.1.0~preinstall: bcryptjs@2.1.0
62715npm info lifecycle benchmark@1.0.0~preinstall: benchmark@1.0.0
62716npm info lifecycle big-integer@1.6.9~preinstall: big-integer@1.6.9
62717npm info lifecycle binary-extensions@1.4.0~preinstall: binary-extensions@1.4.0
62718npm info lifecycle bindings@1.2.1~preinstall: bindings@1.2.1
62719npm info lifecycle blob@0.0.2~preinstall: blob@0.0.2
62720npm info lifecycle bluebird@2.9.26~preinstall: bluebird@2.9.26
62721npm info lifecycle bn.js@2.2.0~preinstall: bn.js@2.2.0
62722npm info lifecycle boolbase@1.0.0~preinstall: boolbase@1.0.0
62723npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
62724npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
62725npm info lifecycle osenv@0.0.3~preinstall: osenv@0.0.3
62726npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
62727npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
62728npm info lifecycle bower-logger@0.2.2~preinstall: bower-logger@0.2.2
62729npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
62730npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
62731npm info lifecycle async@0.2.10~preinstall: async@0.2.10
62732npm info lifecycle caseless@0.8.0~preinstall: caseless@0.8.0
62733npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
62734npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
62735npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
62736npm info lifecycle async@0.9.2~preinstall: async@0.9.2
62737npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
62738npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
62739npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
62740npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
62741npm info lifecycle lru-cache@2.3.1~preinstall: lru-cache@2.3.1
62742npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
62743npm info lifecycle oauth-sign@0.5.0~preinstall: oauth-sign@0.5.0
62744npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
62745npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
62746npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
62747npm info lifecycle hawk@1.1.1~preinstall: hawk@1.1.1
62748npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
62749npm info lifecycle archy@1.0.0~preinstall: archy@1.0.0
62750npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
62751npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
62752npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
62753npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
62754npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
62755npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
62756npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
62757npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
62758npm info lifecycle untildify@2.1.0~preinstall: untildify@2.1.0
62759npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
62760npm info lifecycle deep-extend@0.2.11~preinstall: deep-extend@0.2.11
62761npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
62762npm info lifecycle intersect@0.0.3~preinstall: intersect@0.0.3
62763npm info lifecycle bower-json@0.4.0~preinstall: bower-json@0.4.0
62764npm info lifecycle bower-logger@0.2.2~preinstall: bower-logger@0.2.2
62765npm info lifecycle async@0.2.10~preinstall: async@0.2.10
62766npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
62767npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
62768npm info lifecycle ansicolors@0.2.1~preinstall: ansicolors@0.2.1
62769npm info lifecycle esprima@1.0.4~preinstall: esprima@1.0.4
62770npm info lifecycle redeyed@0.4.4~preinstall: redeyed@0.4.4
62771npm info lifecycle cardinal@0.4.4~preinstall: cardinal@0.4.4
62772npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
62773npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
62774npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
62775npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
62776npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
62777npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
62778npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
62779npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
62780npm info lifecycle chmodr@1.0.2~preinstall: chmodr@1.0.2
62781npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
62782npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
62783npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
62784npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
62785npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
62786npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
62787npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
62788npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
62789npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
62790npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
62791npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
62792npm info lifecycle buffers@0.1.1~preinstall: buffers@0.1.1
62793npm info lifecycle traverse@0.3.9~preinstall: traverse@0.3.9
62794npm info lifecycle chainsaw@0.1.0~preinstall: chainsaw@0.1.0
62795npm info lifecycle binary@0.3.0~preinstall: binary@0.3.0
62796npm info lifecycle mkpath@0.1.0~preinstall: mkpath@0.1.0
62797npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
62798npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62799npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
62800npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
62801npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
62802npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
62803npm info lifecycle touch@0.0.3~preinstall: touch@0.0.3
62804npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
62805npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
62806npm info lifecycle iferr@0.1.5~preinstall: iferr@0.1.5
62807npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
62808npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
62809npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62810npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
62811npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
62812npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
62813npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
62814npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
62815npm info lifecycle fs-write-stream-atomic@1.0.7~preinstall: fs-write-stream-atomic@1.0.7
62816npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62817npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
62818npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
62819npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
62820npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
62821npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
62822npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62823npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
62824npm info lifecycle github@0.2.4~preinstall: github@0.2.4
62825npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
62826npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62827npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
62828npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
62829npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
62830npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
62831npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
62832npm info lifecycle once@1.3.3~preinstall: once@1.3.3
62833npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
62834npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
62835npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
62836npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
62837npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
62838npm info lifecycle async@0.2.10~preinstall: async@0.2.10
62839npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
62840npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
62841npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
62842npm info lifecycle handlebars@2.0.0~preinstall: handlebars@2.0.0
62843npm info lifecycle ansi-escapes@1.1.0~preinstall: ansi-escapes@1.1.0
62844npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
62845npm info lifecycle exit-hook@1.1.1~preinstall: exit-hook@1.1.1
62846npm info lifecycle onetime@1.0.0~preinstall: onetime@1.0.0
62847npm info lifecycle restore-cursor@1.0.1~preinstall: restore-cursor@1.0.1
62848npm info lifecycle cli-cursor@1.0.2~preinstall: cli-cursor@1.0.2
62849npm info lifecycle cli-width@1.1.0~preinstall: cli-width@1.1.0
62850npm info lifecycle figures@1.4.0~preinstall: figures@1.4.0
62851npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
62852npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
62853npm info lifecycle code-point-at@1.0.0~preinstall: code-point-at@1.0.0
62854npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
62855npm info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0
62856npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
62857npm info lifecycle readline2@1.0.1~preinstall: readline2@1.0.1
62858npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
62859npm info lifecycle once@1.3.3~preinstall: once@1.3.3
62860npm info lifecycle run-async@0.1.0~preinstall: run-async@0.1.0
62861npm info lifecycle rx-lite@3.1.2~preinstall: rx-lite@3.1.2
62862npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
62863npm info lifecycle through@2.3.8~preinstall: through@2.3.8
62864npm info lifecycle inquirer@0.10.0~preinstall: inquirer@0.10.0
62865npm info lifecycle async@1.5.0~preinstall: async@1.5.0
62866npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
62867npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
62868npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
62869npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
62870npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
62871npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
62872npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
62873npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
62874npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
62875npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
62876npm info lifecycle lodash._getnative@3.9.1~preinstall: lodash._getnative@3.9.1
62877npm info lifecycle lodash.debounce@3.1.1~preinstall: lodash.debounce@3.1.1
62878npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
62879npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
62880npm info lifecycle osx-release@1.1.0~preinstall: osx-release@1.1.0
62881npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
62882npm info lifecycle win-release@1.1.1~preinstall: win-release@1.1.1
62883npm info lifecycle os-name@1.0.3~preinstall: os-name@1.0.3
62884npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
62885npm info lifecycle is-root@1.0.0~preinstall: is-root@1.0.0
62886npm info lifecycle junk@1.0.2~preinstall: junk@1.0.2
62887npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
62888npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
62889npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
62890npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
62891npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
62892npm info lifecycle mkdirp@0.5.0~preinstall: mkdirp@0.5.0
62893npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
62894npm info lifecycle mout@0.11.1~preinstall: mout@0.11.1
62895npm info lifecycle bower-config@1.3.0~preinstall: bower-config@1.3.0
62896npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
62897npm info lifecycle opn@1.0.2~preinstall: opn@1.0.2
62898npm info lifecycle q@0.9.7~preinstall: q@0.9.7
62899npm info lifecycle p-throttler@0.1.1~preinstall: p-throttler@0.1.1
62900npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
62901npm info lifecycle read@1.0.7~preinstall: read@1.0.7
62902npm info lifecycle promptly@0.2.0~preinstall: promptly@0.2.0
62903npm info lifecycle q@1.4.1~preinstall: q@1.4.1
62904npm info lifecycle decompress-zip@0.1.0~preinstall: decompress-zip@0.1.0
62905npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
62906npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
62907npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
62908npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
62909npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62910npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
62911npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
62912npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
62913npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
62914npm info lifecycle caseless@0.9.0~preinstall: caseless@0.9.0
62915npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
62916npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
62917npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
62918npm info lifecycle async@0.9.2~preinstall: async@0.9.2
62919npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
62920npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
62921npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
62922npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
62923npm info lifecycle hawk@2.3.1~preinstall: hawk@2.3.1
62924npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
62925npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
62926npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
62927npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
62928npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
62929npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
62930npm info lifecycle mime-db@1.12.0~preinstall: mime-db@1.12.0
62931npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
62932npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
62933npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
62934npm info lifecycle oauth-sign@0.6.0~preinstall: oauth-sign@0.6.0
62935npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
62936npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
62937npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
62938npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
62939npm info lifecycle request@2.53.0~preinstall: request@2.53.0
62940npm info lifecycle insight@0.7.0~preinstall: insight@0.7.0
62941npm info lifecycle retry@0.6.1~preinstall: retry@0.6.1
62942npm info lifecycle request-replay@0.2.0~preinstall: request-replay@0.2.0
62943npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
62944npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62945npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
62946npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
62947npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
62948npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
62949npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
62950npm info lifecycle once@1.3.3~preinstall: once@1.3.3
62951npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
62952npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
62953npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
62954npm info lifecycle rimraf@2.4.4~preinstall: rimraf@2.4.4
62955npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
62956npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
62957npm info lifecycle bower-registry-client@1.0.0~preinstall: bower-registry-client@1.0.0
62958npm info lifecycle semver@2.3.2~preinstall: semver@2.3.2
62959npm info lifecycle array-filter@0.0.1~preinstall: array-filter@0.0.1
62960npm info lifecycle array-map@0.0.0~preinstall: array-map@0.0.0
62961npm info lifecycle array-reduce@0.0.0~preinstall: array-reduce@0.0.0
62962npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
62963npm info lifecycle shell-quote@1.4.3~preinstall: shell-quote@1.4.3
62964npm info lifecycle stringify-object@1.0.1~preinstall: stringify-object@1.0.1
62965npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
62966npm info lifecycle once@1.3.3~preinstall: once@1.3.3
62967npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
62968npm info lifecycle pump@1.0.1~preinstall: pump@1.0.1
62969npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
62970npm info lifecycle once@1.3.3~preinstall: once@1.3.3
62971npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
62972npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
62973npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62974npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
62975npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
62976npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
62977npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
62978npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
62979npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
62980npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
62981npm info lifecycle tar-stream@1.3.1~preinstall: tar-stream@1.3.1
62982npm info lifecycle tar-fs@1.8.1~preinstall: tar-fs@1.8.1
62983npm info lifecycle tmp@0.0.24~preinstall: tmp@0.0.24
62984npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
62985npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
62986npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
62987npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
62988npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
62989npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
62990npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
62991npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
62992npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
62993npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
62994npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
62995npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
62996npm info lifecycle is-npm@1.0.0~preinstall: is-npm@1.0.0
62997npm info lifecycle capture-stack-trace@1.0.0~preinstall: capture-stack-trace@1.0.0
62998npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
62999npm info lifecycle create-error-class@2.0.1~preinstall: create-error-class@2.0.1
63000npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
63001npm info lifecycle once@1.3.3~preinstall: once@1.3.3
63002npm info lifecycle end-of-stream@1.0.0~preinstall: end-of-stream@1.0.0
63003npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
63004npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63005npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
63006npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
63007npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
63008npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
63009npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
63010npm info lifecycle duplexify@3.4.2~preinstall: duplexify@3.4.2
63011npm info lifecycle is-plain-obj@1.1.0~preinstall: is-plain-obj@1.1.0
63012npm info lifecycle is-redirect@1.0.0~preinstall: is-redirect@1.0.0
63013npm info lifecycle is-stream@1.0.1~preinstall: is-stream@1.0.1
63014npm info lifecycle lowercase-keys@1.0.0~preinstall: lowercase-keys@1.0.0
63015npm info lifecycle node-status-codes@1.0.0~preinstall: node-status-codes@1.0.0
63016npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
63017npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
63018npm info lifecycle error-ex@1.3.0~preinstall: error-ex@1.3.0
63019npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
63020npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
63021npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
63022npm info lifecycle pinkie@1.0.0~preinstall: pinkie@1.0.0
63023npm info lifecycle pinkie-promise@1.0.0~preinstall: pinkie-promise@1.0.0
63024npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
63025npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63026npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
63027npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
63028npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
63029npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
63030npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
63031npm info lifecycle read-all-stream@3.0.1~preinstall: read-all-stream@3.0.1
63032npm info lifecycle timed-out@2.0.0~preinstall: timed-out@2.0.0
63033npm info lifecycle unzip-response@1.0.0~preinstall: unzip-response@1.0.0
63034npm info lifecycle prepend-http@1.0.3~preinstall: prepend-http@1.0.3
63035npm info lifecycle url-parse-lax@1.0.0~preinstall: url-parse-lax@1.0.0
63036npm info lifecycle got@5.2.0~preinstall: got@5.2.0
63037npm info lifecycle deep-extend@0.4.0~preinstall: deep-extend@0.4.0
63038npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
63039npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
63040npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
63041npm info lifecycle rc@1.1.5~preinstall: rc@1.1.5
63042npm info lifecycle registry-url@3.0.3~preinstall: registry-url@3.0.3
63043npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
63044npm info lifecycle package-json@2.3.0~preinstall: package-json@2.3.0
63045npm info lifecycle latest-version@2.0.0~preinstall: latest-version@2.0.0
63046npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
63047npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
63048npm info lifecycle repeating@2.0.0~preinstall: repeating@2.0.0
63049npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
63050npm info lifecycle semver-diff@2.1.0~preinstall: semver-diff@2.1.0
63051npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
63052npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
63053npm info lifecycle string-length@1.0.1~preinstall: string-length@1.0.1
63054npm info lifecycle update-notifier@0.6.0~preinstall: update-notifier@0.6.0
63055npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
63056npm info lifecycle xdg-basedir@1.0.1~preinstall: xdg-basedir@1.0.1
63057npm info lifecycle configstore@0.3.2~preinstall: configstore@0.3.2
63058npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
63059npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
63060npm info lifecycle which@1.2.0~preinstall: which@1.2.0
63061npm info lifecycle bplist-parser@0.1.1~preinstall: bplist-parser@0.1.1
63062npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63063npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63064npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
63065npm info lifecycle buffer-crc32@0.2.1~preinstall: buffer-crc32@0.2.1
63066npm info lifecycle buffer-equal-constant-time@1.0.1~preinstall: buffer-equal-constant-time@1.0.1
63067npm info lifecycle buffers@0.1.1~preinstall: buffers@0.1.1
63068npm info lifecycle builtin-modules@1.1.0~preinstall: builtin-modules@1.1.0
63069npm info lifecycle bytes@1.0.0~preinstall: bytes@1.0.0
63070npm info lifecycle callsite@1.0.0~preinstall: callsite@1.0.0
63071npm info lifecycle better-assert@1.0.2~preinstall: better-assert@1.0.2
63072npm info lifecycle camelcase@1.2.1~preinstall: camelcase@1.2.1
63073npm info lifecycle caniuse-db@1.0.30000382~preinstall: caniuse-db@1.0.30000382
63074npm info lifecycle caseless@0.11.0~preinstall: caseless@0.11.0
63075npm info lifecycle semver@5.0.3~preinstall: semver@5.0.3
63076npm info lifecycle cdnjs-cdn-data@0.1.2~preinstall: cdnjs-cdn-data@0.1.2
63077npm info lifecycle traverse@0.3.9~preinstall: traverse@0.3.9
63078npm info lifecycle chainsaw@0.1.0~preinstall: chainsaw@0.1.0
63079npm info lifecycle binary@0.3.0~preinstall: binary@0.3.0
63080npm info lifecycle character-parser@1.2.0~preinstall: character-parser@1.2.0
63081npm info lifecycle charenc@0.0.1~preinstall: charenc@0.0.1
63082npm info lifecycle entities@0.5.0~preinstall: entities@0.5.0
63083npm info lifecycle underscore@1.4.4~preinstall: underscore@1.4.4
63084npm info lifecycle chmodr@0.1.0~preinstall: chmodr@0.1.0
63085npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
63086npm info lifecycle commander@2.2.0~preinstall: commander@2.2.0
63087npm info lifecycle clean-css@2.2.23~preinstall: clean-css@2.2.23
63088npm info lifecycle co@4.6.0~preinstall: co@4.6.0
63089npm info lifecycle coffee-script@1.3.3~preinstall: coffee-script@1.3.3
63090npm info lifecycle colors@0.6.2~preinstall: colors@0.6.2
63091npm info lifecycle commander@2.1.0~preinstall: commander@2.1.0
63092npm info lifecycle component-bind@1.0.0~preinstall: component-bind@1.0.0
63093npm info lifecycle component-emitter@1.1.2~preinstall: component-emitter@1.1.2
63094npm info lifecycle component-inherit@0.0.3~preinstall: component-inherit@0.0.3
63095npm info lifecycle compressible@1.1.1~preinstall: compressible@1.1.1
63096npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
63097npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
63098npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
63099npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
63100npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
63101npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
63102npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63103npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63104npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
63105npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
63106npm info lifecycle connect-livereload@0.4.1~preinstall: connect-livereload@0.4.1
63107npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
63108npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
63109npm info lifecycle bytes@2.1.0~preinstall: bytes@2.1.0
63110npm info lifecycle cookie@0.1.3~preinstall: cookie@0.1.3
63111npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
63112npm info lifecycle cookie-parser@1.3.5~preinstall: cookie-parser@1.3.5
63113npm info lifecycle depd@1.0.1~preinstall: depd@1.0.1
63114npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
63115npm info lifecycle fresh@0.3.0~preinstall: fresh@0.3.0
63116npm info lifecycle iconv-lite@0.4.11~preinstall: iconv-lite@0.4.11
63117npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
63118npm info lifecycle methods@1.1.1~preinstall: methods@1.1.1
63119npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
63120npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
63121npm info lifecycle compressible@2.0.6~preinstall: compressible@2.0.6
63122npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
63123npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
63124npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
63125npm info lifecycle negotiator@0.5.3~preinstall: negotiator@0.5.3
63126npm info lifecycle accepts@1.2.13~preinstall: accepts@1.2.13
63127npm info lifecycle errorhandler@1.4.2~preinstall: errorhandler@1.4.2
63128npm info lifecycle parseurl@1.3.0~preinstall: parseurl@1.3.0
63129npm info lifecycle pause@0.1.0~preinstall: pause@0.1.0
63130npm info lifecycle qs@4.0.0~preinstall: qs@4.0.0
63131npm info lifecycle range-parser@1.0.3~preinstall: range-parser@1.0.3
63132npm info lifecycle bytes@2.2.0~preinstall: bytes@2.2.0
63133npm info lifecycle iconv-lite@0.4.13~preinstall: iconv-lite@0.4.13
63134npm info lifecycle type-is@1.6.10~preinstall: type-is@1.6.10
63135npm info lifecycle content-disposition@0.5.0~preinstall: content-disposition@0.5.0
63136npm info lifecycle content-type@1.0.1~preinstall: content-type@1.0.1
63137npm info lifecycle convert-source-map@0.4.1~preinstall: convert-source-map@0.4.1
63138npm info lifecycle cookie@0.1.0~preinstall: cookie@0.1.0
63139npm info lifecycle cookie-signature@1.0.3~preinstall: cookie-signature@1.0.3
63140npm info lifecycle cookiejar@1.3.0~preinstall: cookiejar@1.3.0
63141npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
63142npm info lifecycle crc@3.3.0~preinstall: crc@3.3.0
63143npm info lifecycle crypt@0.0.1~preinstall: crypt@0.0.1
63144npm info lifecycle css-parse@1.0.4~preinstall: css-parse@1.0.4
63145npm info lifecycle css-stringify@1.0.5~preinstall: css-stringify@1.0.5
63146npm info lifecycle css@1.0.8~preinstall: css@1.0.8
63147npm info lifecycle cookie@0.1.3~preinstall: cookie@0.1.3
63148npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
63149npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
63150npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
63151npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63152npm info lifecycle dashdash@1.10.1~preinstall: dashdash@1.10.1
63153npm info lifecycle date-now@0.1.4~preinstall: date-now@0.1.4
63154npm info lifecycle console-browserify@1.1.0~preinstall: console-browserify@1.1.0
63155npm info lifecycle date-time@0.1.1~preinstall: date-time@0.1.1
63156npm info lifecycle dateformat@1.0.2-1.2.3~preinstall: dateformat@1.0.2-1.2.3
63157npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
63158npm info lifecycle nopt@2.2.1~preinstall: nopt@2.2.1
63159npm info lifecycle q@1.0.1~preinstall: q@1.0.1
63160npm info lifecycle get-stdin@0.1.0~preinstall: get-stdin@0.1.0
63161npm info lifecycle nopt@2.2.1~preinstall: nopt@2.2.1
63162npm info lifecycle deep-equal@0.0.0~preinstall: deep-equal@0.0.0
63163npm info lifecycle deep-extend@0.2.11~preinstall: deep-extend@0.2.11
63164npm info lifecycle camelcase@2.0.1~preinstall: camelcase@2.0.1
63165npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
63166npm info lifecycle defined@0.0.0~preinstall: defined@0.0.0
63167npm info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0
63168npm info lifecycle combined-stream@1.0.5~preinstall: combined-stream@1.0.5
63169npm info lifecycle depd@0.4.4~preinstall: depd@0.4.4
63170npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
63171npm info lifecycle di@0.0.1~preinstall: di@0.0.1
63172npm info lifecycle diff@1.0.8~preinstall: diff@1.0.8
63173npm info lifecycle domelementtype@1.1.3~preinstall: domelementtype@1.1.3
63174npm info lifecycle entities@1.1.1~preinstall: entities@1.1.1
63175npm info lifecycle dom-serializer@0.1.0~preinstall: dom-serializer@0.1.0
63176npm info lifecycle domelementtype@1.3.0~preinstall: domelementtype@1.3.0
63177npm info lifecycle domutils@1.1.6~preinstall: domutils@1.1.6
63178npm info lifecycle domhandler@2.0.3~preinstall: domhandler@2.0.3
63179npm info lifecycle domutils@1.4.3~preinstall: domutils@1.4.3
63180npm info lifecycle domhandler@2.3.0~preinstall: domhandler@2.3.0
63181npm info lifecycle domutils@1.5.1~preinstall: domutils@1.5.1
63182npm info lifecycle get-stdin@0.1.0~preinstall: get-stdin@0.1.0
63183npm info lifecycle nopt@2.2.1~preinstall: nopt@2.2.1
63184npm info lifecycle nan@2.1.0~preinstall: nan@2.1.0
63185npm info lifecycle dtrace-provider@0.6.0~preinstall: dtrace-provider@0.6.0
63186npm info lifecycle duplexer@0.1.1~preinstall: duplexer@0.1.1
63187npm info lifecycle each-async@0.1.3~preinstall: each-async@0.1.3
63188npm info lifecycle ee-first@1.1.1~preinstall: ee-first@1.1.1
63189npm info lifecycle emitter-component@1.0.0~preinstall: emitter-component@1.0.0
63190npm info lifecycle commander@0.6.1~preinstall: commander@0.6.1
63191npm info lifecycle nan@0.3.2~preinstall: nan@0.3.2
63192npm info lifecycle parseuri@0.0.4~preinstall: parseuri@0.0.4
63193npm info lifecycle xmlhttprequest@1.5.0~preinstall: xmlhttprequest@1.5.0
63194npm info lifecycle entities@1.0.0~preinstall: entities@1.0.0
63195npm info lifecycle es6-promise@2.1.1~preinstall: es6-promise@2.1.1
63196npm info lifecycle es6-symbol@3.0.2~preinstall: es6-symbol@3.0.2
63197npm info lifecycle es5-ext@0.10.11~preinstall: es5-ext@0.10.11
63198npm info lifecycle d@0.1.1~preinstall: d@0.1.1
63199npm info lifecycle es6-iterator@2.0.0~preinstall: es6-iterator@2.0.0
63200npm info lifecycle es6-symbol@2.0.1~preinstall: es6-symbol@2.0.1
63201npm info lifecycle es6-iterator@0.1.3~preinstall: es6-iterator@0.1.3
63202npm info lifecycle es6-weak-map@0.1.4~preinstall: es6-weak-map@0.1.4
63203npm info lifecycle escape-html@1.0.1~preinstall: escape-html@1.0.1
63204npm info lifecycle escape-string-regexp@1.0.4~preinstall: escape-string-regexp@1.0.4
63205npm info lifecycle decamelize@1.1.2~preinstall: decamelize@1.1.2
63206npm info lifecycle esprima@1.0.4~preinstall: esprima@1.0.4
63207npm info lifecycle etag@1.7.0~preinstall: etag@1.7.0
63208npm info lifecycle serve-favicon@2.3.0~preinstall: serve-favicon@2.3.0
63209npm info lifecycle event-emitter@0.3.4~preinstall: event-emitter@0.3.4
63210npm info lifecycle eventemitter2@0.4.14~preinstall: eventemitter2@0.4.14
63211npm info lifecycle executable@0.1.3~preinstall: executable@0.1.3
63212npm info lifecycle bin-check@0.1.5~preinstall: bin-check@0.1.5
63213npm info lifecycle exit@0.1.2~preinstall: exit@0.1.2
63214npm info lifecycle expand-brackets@0.1.4~preinstall: expand-brackets@0.1.4
63215npm info lifecycle async@0.9.2~preinstall: async@0.9.2
63216npm info lifecycle cookie@0.1.2~preinstall: cookie@0.1.2
63217npm info lifecycle debug@0.8.1~preinstall: debug@0.8.1
63218npm info lifecycle express-unless@0.3.0~preinstall: express-unless@0.3.0
63219npm info lifecycle debug@0.8.1~preinstall: debug@0.8.1
63220npm info lifecycle negotiator@0.3.0~preinstall: negotiator@0.3.0
63221npm info lifecycle underscore.string@2.3.3~preinstall: underscore.string@2.3.3
63222npm info lifecycle extend@3.0.0~preinstall: extend@3.0.0
63223npm info lifecycle extsprintf@1.2.0~preinstall: extsprintf@1.2.0
63224npm info lifecycle faye-websocket@0.4.4~preinstall: faye-websocket@0.4.4
63225npm info lifecycle figures@1.4.0~preinstall: figures@1.4.0
63226npm info lifecycle filename-regex@2.0.0~preinstall: filename-regex@2.0.0
63227npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
63228npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
63229npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
63230npm info lifecycle find-file@0.1.4~preinstall: find-file@0.1.4
63231npm info lifecycle flushwritable@1.0.0~preinstall: flushwritable@1.0.0
63232npm info lifecycle for-in@0.1.4~preinstall: for-in@0.1.4
63233npm info lifecycle for-own@0.1.3~preinstall: for-own@0.1.3
63234npm info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1
63235npm info lifecycle async@1.5.0~preinstall: async@1.5.0
63236npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
63237npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
63238npm info lifecycle form-data@1.0.0-rc3~preinstall: form-data@1.0.0-rc3
63239npm info lifecycle formidable@1.0.14~preinstall: formidable@1.0.14
63240npm info lifecycle forwarded@0.1.0~preinstall: forwarded@0.1.0
63241npm info lifecycle fresh@0.2.2~preinstall: fresh@0.2.2
63242npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63243npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63244npm info lifecycle ncp@0.5.1~preinstall: ncp@0.5.1
63245npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
63246npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63247npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63248npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
63249npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63250npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63251npm info lifecycle generate-function@2.0.0~preinstall: generate-function@2.0.0
63252npm info lifecycle get-stdin@4.0.1~preinstall: get-stdin@4.0.1
63253npm info lifecycle get-urls@0.1.2~preinstall: get-urls@0.1.2
63254npm info lifecycle getobject@0.1.0~preinstall: getobject@0.1.0
63255npm info lifecycle global@2.0.1~preinstall: global@2.0.1
63256npm info lifecycle inherits@1.0.2~preinstall: inherits@1.0.2
63257npm info lifecycle lodash@1.0.2~preinstall: lodash@1.0.2
63258npm info lifecycle google-cdn-data@0.1.23~preinstall: google-cdn-data@0.1.23
63259npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
63260npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
63261npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
63262npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63263npm info lifecycle async@0.9.2~preinstall: async@0.9.2
63264npm info lifecycle caseless@0.6.0~preinstall: caseless@0.6.0
63265npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
63266npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
63267npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
63268npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
63269npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
63270npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
63271npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
63272npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
63273npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
63274npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
63275npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63276npm info lifecycle mkdirp@0.5.0~preinstall: mkdirp@0.5.0
63277npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
63278npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
63279npm info lifecycle oauth-sign@0.4.0~preinstall: oauth-sign@0.4.0
63280npm info lifecycle q@1.0.1~preinstall: q@1.0.1
63281npm info lifecycle qs@1.2.2~preinstall: qs@1.2.2
63282npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
63283npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
63284npm info lifecycle hawk@1.1.1~preinstall: hawk@1.1.1
63285npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
63286npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
63287npm info lifecycle chalk@0.5.0~preinstall: chalk@0.5.0
63288npm info lifecycle object-assign@0.3.1~preinstall: object-assign@0.3.1
63289npm info lifecycle got@0.2.0~preinstall: got@0.2.0
63290npm info lifecycle ext-list@0.2.0~preinstall: ext-list@0.2.0
63291npm info lifecycle ext-name@1.0.1~preinstall: ext-name@1.0.1
63292npm info lifecycle graceful-fs@1.2.3~preinstall: graceful-fs@1.2.3
63293npm info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
63294npm info lifecycle growl@1.7.0~preinstall: growl@1.7.0
63295npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63296npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63297npm info lifecycle async@0.2.10~preinstall: async@0.2.10
63298npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
63299npm info lifecycle grunt-contrib-clean@0.5.0~preinstall: grunt-contrib-clean@0.5.0
63300npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63301npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63302npm info lifecycle grunt-contrib-copy@0.5.0~preinstall: grunt-contrib-copy@0.5.0
63303npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63304npm info lifecycle clean-css@2.1.8~preinstall: clean-css@2.1.8
63305npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63306npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63307npm info lifecycle html-minifier@0.5.6~preinstall: html-minifier@0.5.6
63308npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63309npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63310npm info lifecycle async@0.7.0~preinstall: async@0.7.0
63311npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63312npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63313npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63314npm info lifecycle async@0.9.2~preinstall: async@0.9.2
63315npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
63316npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63317npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63318npm info lifecycle async@0.2.10~preinstall: async@0.2.10
63319npm info lifecycle grunt-express-server@0.4.19~preinstall: grunt-express-server@0.4.19
63320npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
63321npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
63322npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
63323npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
63324npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
63325npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
63326npm info lifecycle underscore.string@2.3.3~preinstall: underscore.string@2.3.3
63327npm info lifecycle underscore.string@2.3.3~preinstall: underscore.string@2.3.3
63328npm info lifecycle async@0.1.22~preinstall: async@0.1.22
63329npm info lifecycle lodash@0.9.2~preinstall: lodash@0.9.2
63330npm info lifecycle zlib-browserify@0.0.1~preinstall: zlib-browserify@0.0.1
63331npm info lifecycle grunt-lib-contrib@0.6.1~preinstall: grunt-lib-contrib@0.6.1
63332npm info lifecycle ncp@0.4.2~preinstall: ncp@0.4.2
63333npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
63334npm info lifecycle async@0.2.10~preinstall: async@0.2.10
63335npm info lifecycle rimraf@2.2.6~preinstall: rimraf@2.2.6
63336npm info lifecycle grunt-newer@0.7.0~preinstall: grunt-newer@0.7.0
63337npm info lifecycle xtend@3.0.0~preinstall: xtend@3.0.0
63338npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63339npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63340npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
63341npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
63342npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
63343npm info lifecycle ms@0.7.0~preinstall: ms@0.7.0
63344npm info lifecycle debug@2.1.3~preinstall: debug@2.1.3
63345npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
63346npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
63347npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
63348npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
63349npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
63350npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
63351npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
63352npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
63353npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
63354npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
63355npm info lifecycle async@0.1.22~preinstall: async@0.1.22
63356npm info lifecycle iconv-lite@0.2.11~preinstall: iconv-lite@0.2.11
63357npm info lifecycle inherits@1.0.2~preinstall: inherits@1.0.2
63358npm info lifecycle lodash@0.9.2~preinstall: lodash@0.9.2
63359npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
63360npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
63361npm info lifecycle async@0.2.10~preinstall: async@0.2.10
63362npm info lifecycle bluebird@2.10.2~preinstall: bluebird@2.10.2
63363npm info lifecycle commander@2.9.0~preinstall: commander@2.9.0
63364npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
63365npm info lifecycle has-color@0.1.7~preinstall: has-color@0.1.7
63366npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63367npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63368npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63369npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63370npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63371npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63372npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63373npm info lifecycle grunt-contrib-concat@0.4.0~preinstall: grunt-contrib-concat@0.4.0
63374npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63375npm info lifecycle has-cors@1.0.3~preinstall: has-cors@1.0.3
63376npm info lifecycle headless@0.1.7~preinstall: headless@0.1.7
63377npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
63378npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
63379npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
63380npm info lifecycle hooker@0.2.3~preinstall: hooker@0.2.3
63381npm info lifecycle hooks-fixed@1.1.0~preinstall: hooks-fixed@1.1.0
63382npm info lifecycle hosted-git-info@2.1.4~preinstall: hosted-git-info@2.1.4
63383npm info lifecycle html-entities@1.1.3~preinstall: html-entities@1.1.3
63384npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
63385npm info lifecycle pkginfo@0.3.1~preinstall: pkginfo@0.3.1
63386npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
63387npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63388npm info lifecycle http-signature@0.11.0~preinstall: http-signature@0.11.0
63389npm info lifecycle i@0.3.3~preinstall: i@0.3.3
63390npm info lifecycle iconv-lite@0.4.4~preinstall: iconv-lite@0.4.4
63391npm info lifecycle jsonfile@1.2.0~preinstall: jsonfile@1.2.0
63392npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63393npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63394npm info lifecycle ncp@0.5.1~preinstall: ncp@0.5.1
63395npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
63396npm info lifecycle indexof@0.0.1~preinstall: indexof@0.0.1
63397npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
63398npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63399npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
63400npm info lifecycle block-stream@0.0.8~preinstall: block-stream@0.0.8
63401npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
63402npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
63403npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
63404npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
63405npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
63406npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
63407npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
63408npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
63409npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
63410npm info lifecycle async@0.9.2~preinstall: async@0.9.2
63411npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
63412npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
63413npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
63414npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
63415npm info lifecycle intersect@0.0.3~preinstall: intersect@0.0.3
63416npm info lifecycle bower-json@0.4.0~preinstall: bower-json@0.4.0
63417npm info lifecycle ipaddr.js@1.0.5~preinstall: ipaddr.js@1.0.5
63418npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
63419npm info lifecycle error-ex@1.3.0~preinstall: error-ex@1.3.0
63420npm info lifecycle is-binary-path@1.0.1~preinstall: is-binary-path@1.0.1
63421npm info lifecycle is-bmp@0.1.1~preinstall: is-bmp@0.1.1
63422npm info lifecycle is-buffer@1.1.0~preinstall: is-buffer@1.1.0
63423npm info lifecycle is-builtin-module@1.0.0~preinstall: is-builtin-module@1.0.0
63424npm info lifecycle is-dotfile@1.0.2~preinstall: is-dotfile@1.0.2
63425npm info lifecycle is-extendable@0.1.1~preinstall: is-extendable@0.1.1
63426npm info lifecycle is-extglob@1.0.0~preinstall: is-extglob@1.0.0
63427npm info lifecycle is-gif@0.1.1~preinstall: is-gif@0.1.1
63428npm info lifecycle is-glob@2.0.1~preinstall: is-glob@2.0.1
63429npm info lifecycle glob-parent@2.0.0~preinstall: glob-parent@2.0.0
63430npm info lifecycle glob-base@0.3.0~preinstall: glob-base@0.3.0
63431npm info lifecycle is-jpg@0.1.2~preinstall: is-jpg@0.1.2
63432npm info lifecycle is-jxr@0.1.1~preinstall: is-jxr@0.1.1
63433npm info lifecycle is-png@0.1.1~preinstall: is-png@0.1.1
63434npm info lifecycle is-primitive@2.0.0~preinstall: is-primitive@2.0.0
63435npm info lifecycle is-equal-shallow@0.1.3~preinstall: is-equal-shallow@0.1.3
63436npm info lifecycle is-promise@1.0.1~preinstall: is-promise@1.0.1
63437npm info lifecycle is-property@1.0.2~preinstall: is-property@1.0.2
63438npm info lifecycle generate-object-property@1.2.0~preinstall: generate-object-property@1.2.0
63439npm info lifecycle is-psd@0.1.1~preinstall: is-psd@0.1.1
63440npm info lifecycle is-root@1.0.0~preinstall: is-root@1.0.0
63441npm info lifecycle is-svg@0.1.2~preinstall: is-svg@0.1.2
63442npm info lifecycle is-tif@0.1.1~preinstall: is-tif@0.1.1
63443npm info lifecycle is-utf8@0.2.1~preinstall: is-utf8@0.2.1
63444npm info lifecycle is-webp@0.1.1~preinstall: is-webp@0.1.1
63445npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
63446npm info lifecycle has-binary-data@0.1.3~preinstall: has-binary-data@0.1.3
63447npm info lifecycle has-binary@0.1.5~preinstall: has-binary@0.1.5
63448npm info lifecycle isobject@2.0.0~preinstall: isobject@2.0.0
63449npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
63450npm info lifecycle jasmine-core@2.1.3~preinstall: jasmine-core@2.1.3
63451npm info lifecycle jasminewd@1.1.0~preinstall: jasminewd@1.1.0
63452npm info lifecycle jasminewd2@0.0.2~preinstall: jasminewd2@0.0.2
63453npm info lifecycle jit-grunt@0.5.0~preinstall: jit-grunt@0.5.0
63454npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63455npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63456npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63457npm info lifecycle shelljs@0.3.0~preinstall: shelljs@0.3.0
63458npm info lifecycle underscore@1.6.0~preinstall: underscore@1.6.0
63459npm info lifecycle json-schema@0.2.2~preinstall: json-schema@0.2.2
63460npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
63461npm info lifecycle json3@3.2.6~preinstall: json3@3.2.6
63462npm info lifecycle jsonfile@1.1.1~preinstall: jsonfile@1.1.1
63463npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
63464npm info lifecycle jsonpointer@2.0.0~preinstall: jsonpointer@2.0.0
63465npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
63466npm info lifecycle extsprintf@1.0.0~preinstall: extsprintf@1.0.0
63467npm info lifecycle verror@1.3.3~preinstall: verror@1.3.3
63468npm info lifecycle jsprim@0.3.0~preinstall: jsprim@0.3.0
63469npm info lifecycle junk@1.0.2~preinstall: junk@1.0.2
63470npm info lifecycle base64url@0.0.6~preinstall: base64url@0.0.6
63471npm info lifecycle kareem@1.0.1~preinstall: kareem@1.0.1
63472npm info lifecycle karma-firefox-launcher@0.1.7~preinstall: karma-firefox-launcher@0.1.7
63473npm info lifecycle karma-html2js-preprocessor@0.1.0~preinstall: karma-html2js-preprocessor@0.1.0
63474npm info lifecycle async@0.2.10~preinstall: async@0.2.10
63475npm info lifecycle character-parser@1.0.2~preinstall: character-parser@1.0.2
63476npm info lifecycle karma-jasmine@0.1.6~preinstall: karma-jasmine@0.1.6
63477npm info lifecycle karma-ng-html2js-preprocessor@0.1.2~preinstall: karma-ng-html2js-preprocessor@0.1.2
63478npm info lifecycle karma-ng-scenario@0.1.0~preinstall: karma-ng-scenario@0.1.0
63479npm info lifecycle karma-requirejs@0.2.2~preinstall: karma-requirejs@0.2.2
63480npm info lifecycle karma-script-launcher@0.1.0~preinstall: karma-script-launcher@0.1.0
63481npm info lifecycle colors@1.1.2~preinstall: colors@1.1.2
63482npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
63483npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
63484npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
63485npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
63486npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
63487npm info lifecycle nan@1.0.0~preinstall: nan@1.0.0
63488npm info lifecycle q@1.4.1~preinstall: q@1.4.1
63489npm info lifecycle source-map@0.4.4~preinstall: source-map@0.4.4
63490npm info lifecycle uglify-js@1.2.5~preinstall: uglify-js@1.2.5
63491npm info lifecycle xmlhttprequest@1.4.2~preinstall: xmlhttprequest@1.4.2
63492npm info lifecycle kew@0.4.0~preinstall: kew@0.4.0
63493npm info lifecycle keypress@0.1.0~preinstall: keypress@0.1.0
63494npm info lifecycle commander@1.2.0~preinstall: commander@1.2.0
63495npm info lifecycle kind-of@3.0.2~preinstall: kind-of@3.0.2
63496npm info lifecycle is-number@2.1.0~preinstall: is-number@2.1.0
63497npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63498npm info lifecycle ldap-filter@0.2.2~preinstall: ldap-filter@0.2.2
63499npm info lifecycle asn1@0.2.1~preinstall: asn1@0.2.1
63500npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63501npm info lifecycle dtrace-provider@0.2.8~preinstall: dtrace-provider@0.2.8
63502npm info lifecycle mv@0.0.5~preinstall: mv@0.0.5
63503npm info lifecycle bunyan@0.22.1~preinstall: bunyan@0.22.1
63504npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
63505npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
63506npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
63507npm info lifecycle grunt-usemin@3.0.0~preinstall: grunt-usemin@3.0.0
63508npm info lifecycle grunt-legacy-log-utils@0.1.1~preinstall: grunt-legacy-log-utils@0.1.1
63509npm info lifecycle grunt-legacy-log@0.1.3~preinstall: grunt-legacy-log@0.1.3
63510npm info lifecycle grunt-karma@0.8.3~preinstall: grunt-karma@0.8.3
63511npm info lifecycle grunt-env@0.4.4~preinstall: grunt-env@0.4.4
63512npm info lifecycle lodash._isnative@2.4.1~preinstall: lodash._isnative@2.4.1
63513npm info lifecycle lodash._objecttypes@2.4.1~preinstall: lodash._objecttypes@2.4.1
63514npm info lifecycle lodash.isfunction@2.4.1~preinstall: lodash.isfunction@2.4.1
63515npm info lifecycle lodash.isobject@2.4.1~preinstall: lodash.isobject@2.4.1
63516npm info lifecycle lodash.now@2.4.1~preinstall: lodash.now@2.4.1
63517npm info lifecycle lodash.debounce@2.4.1~preinstall: lodash.debounce@2.4.1
63518npm info lifecycle async@0.2.10~preinstall: async@0.2.10
63519npm info lifecycle semver@4.3.6~preinstall: semver@4.3.6
63520npm info lifecycle underscore@1.8.2~preinstall: underscore@1.8.2
63521npm info lifecycle lower-case@1.1.3~preinstall: lower-case@1.1.3
63522npm info lifecycle is-lower-case@1.1.3~preinstall: is-lower-case@1.1.3
63523npm info lifecycle lpad@0.2.1~preinstall: lpad@0.2.1
63524npm info lifecycle lru-cache@2.5.0~preinstall: lru-cache@2.5.0
63525npm info lifecycle lru-queue@0.1.0~preinstall: lru-queue@0.1.0
63526npm info lifecycle map-obj@1.0.1~preinstall: map-obj@1.0.1
63527npm info lifecycle camelcase-keys@2.0.0~preinstall: camelcase-keys@2.0.0
63528npm info lifecycle camelcase-keys@1.0.0~preinstall: camelcase-keys@1.0.0
63529npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63530npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63531npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63532npm info lifecycle is-buffer@1.0.2~preinstall: is-buffer@1.0.2
63533npm info lifecycle md5@2.0.0~preinstall: md5@2.0.0
63534npm info lifecycle media-typer@0.2.0~preinstall: media-typer@0.2.0
63535npm info lifecycle merge-descriptors@0.0.2~preinstall: merge-descriptors@0.0.2
63536npm info lifecycle methods@1.0.0~preinstall: methods@1.0.0
63537npm info lifecycle methods@0.1.0~preinstall: methods@0.1.0
63538npm info lifecycle mime@1.2.11~preinstall: mime@1.2.11
63539npm info lifecycle form-data@0.1.4~preinstall: form-data@0.1.4
63540npm info lifecycle type-is@1.0.0~preinstall: type-is@1.0.0
63541npm info lifecycle accepts@1.0.0~preinstall: accepts@1.0.0
63542npm info lifecycle mime-db@1.12.0~preinstall: mime-db@1.12.0
63543npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
63544npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
63545npm info lifecycle mime-types@1.0.2~preinstall: mime-types@1.0.2
63546npm info lifecycle minijasminenode@1.1.1~preinstall: minijasminenode@1.1.1
63547npm info lifecycle minimalistic-assert@1.0.0~preinstall: minimalistic-assert@1.0.0
63548npm info lifecycle asn1.js@2.2.1~preinstall: asn1.js@2.2.1
63549npm info lifecycle ecdsa-sig-formatter@1.0.2~preinstall: ecdsa-sig-formatter@1.0.2
63550npm info lifecycle jwa@1.1.1~preinstall: jwa@1.1.1
63551npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
63552npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
63553npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
63554npm info lifecycle coffee-script@1.7.1~preinstall: coffee-script@1.7.1
63555npm info lifecycle karma-coffee-preprocessor@0.2.1~preinstall: karma-coffee-preprocessor@0.2.1
63556npm info lifecycle fs-extra@0.8.1~preinstall: fs-extra@0.8.1
63557npm info lifecycle mkpath@0.1.0~preinstall: mkpath@0.1.0
63558npm info lifecycle commander@2.0.0~preinstall: commander@2.0.0
63559npm info lifecycle diff@1.0.7~preinstall: diff@1.0.7
63560npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
63561npm info lifecycle commander@0.6.1~preinstall: commander@0.6.1
63562npm info lifecycle mkdirp@0.3.0~preinstall: mkdirp@0.3.0
63563npm info lifecycle jade@0.26.3~preinstall: jade@0.26.3
63564npm info lifecycle bson@0.4.20~preinstall: bson@0.4.20
63565npm info lifecycle async@0.9.0~preinstall: async@0.9.0
63566npm info lifecycle bson@0.4.20~preinstall: bson@0.4.20
63567npm info lifecycle ms@0.1.0~preinstall: ms@0.1.0
63568npm info lifecycle bytes@0.3.0~preinstall: bytes@0.3.0
63569npm info lifecycle mout@0.9.1~preinstall: mout@0.9.1
63570npm info lifecycle mpath@0.1.1~preinstall: mpath@0.1.1
63571npm info lifecycle mpromise@0.5.4~preinstall: mpromise@0.5.4
63572npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
63573npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
63574npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
63575npm info lifecycle debug@1.0.3~preinstall: debug@1.0.3
63576npm info lifecycle debug@1.0.4~preinstall: debug@1.0.4
63577npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
63578npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
63579npm info lifecycle qs@1.2.2~preinstall: qs@1.2.2
63580npm info lifecycle type-is@1.5.7~preinstall: type-is@1.5.7
63581npm info lifecycle muri@1.0.0~preinstall: muri@1.0.0
63582npm info lifecycle mute-stream@0.0.4~preinstall: mute-stream@0.0.4
63583npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63584npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63585npm info lifecycle nan@1.8.4~preinstall: nan@1.8.4
63586npm info lifecycle kerberos@0.0.11~preinstall: kerberos@0.0.11
63587npm info lifecycle mongodb-core@1.2.19~preinstall: mongodb-core@1.2.19
63588npm info lifecycle bson@0.2.22~preinstall: bson@0.2.22
63589npm info lifecycle ncp@2.0.0~preinstall: ncp@2.0.0
63590npm info lifecycle negotiator@0.4.7~preinstall: negotiator@0.4.7
63591npm info lifecycle accepts@1.0.7~preinstall: accepts@1.0.7
63592npm info lifecycle next-tick@0.2.2~preinstall: next-tick@0.2.2
63593npm info lifecycle esprima@1.2.5~preinstall: esprima@1.2.5
63594npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
63595npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
63596npm info lifecycle css-parse@1.7.0~preinstall: css-parse@1.7.0
63597npm info lifecycle sax@0.5.8~preinstall: sax@0.5.8
63598npm info lifecycle async@0.9.2~preinstall: async@0.9.2
63599npm info lifecycle cookie@0.1.3~preinstall: cookie@0.1.3
63600npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
63601npm info lifecycle depd@1.0.1~preinstall: depd@1.0.1
63602npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
63603npm info lifecycle fresh@0.3.0~preinstall: fresh@0.3.0
63604npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
63605npm info lifecycle merge-descriptors@1.0.0~preinstall: merge-descriptors@1.0.0
63606npm info lifecycle methods@1.1.1~preinstall: methods@1.1.1
63607npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
63608npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
63609npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
63610npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
63611npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
63612npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
63613npm info lifecycle nan@1.0.0~preinstall: nan@1.0.0
63614npm info lifecycle negotiator@0.5.3~preinstall: negotiator@0.5.3
63615npm info lifecycle accepts@1.2.13~preinstall: accepts@1.2.13
63616npm info lifecycle parseurl@1.3.0~preinstall: parseurl@1.3.0
63617npm info lifecycle path-to-regexp@0.1.7~preinstall: path-to-regexp@0.1.7
63618npm info lifecycle qs@4.0.0~preinstall: qs@4.0.0
63619npm info lifecycle range-parser@1.0.3~preinstall: range-parser@1.0.3
63620npm info lifecycle semver@3.0.1~preinstall: semver@3.0.1
63621npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
63622npm info lifecycle serve-favicon@2.3.0~preinstall: serve-favicon@2.3.0
63623npm info lifecycle type-is@1.6.10~preinstall: type-is@1.6.10
63624npm info lifecycle yargs@1.3.3~preinstall: yargs@1.3.3
63625npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63626npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63627npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
63628npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
63629npm info lifecycle ansi@0.3.0~preinstall: ansi@0.3.0
63630npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
63631npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
63632npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63633npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
63634npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
63635npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
63636npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
63637npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
63638npm info lifecycle are-we-there-yet@1.0.5~preinstall: are-we-there-yet@1.0.5
63639npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
63640npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
63641npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
63642npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
63643npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
63644npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
63645npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
63646npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
63647npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
63648npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
63649npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
63650npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
63651npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
63652npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
63653npm info lifecycle npmlog@2.0.0~preinstall: npmlog@2.0.0
63654npm info lifecycle deep-extend@0.4.0~preinstall: deep-extend@0.4.0
63655npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
63656npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
63657npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
63658npm info lifecycle rc@1.1.5~preinstall: rc@1.1.5
63659npm info lifecycle aws-sign2@0.6.0~preinstall: aws-sign2@0.6.0
63660npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
63661npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63662npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
63663npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
63664npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
63665npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
63666npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
63667npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
63668npm info lifecycle caseless@0.11.0~preinstall: caseless@0.11.0
63669npm info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0
63670npm info lifecycle combined-stream@1.0.5~preinstall: combined-stream@1.0.5
63671npm info lifecycle extend@3.0.0~preinstall: extend@3.0.0
63672npm info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1
63673npm info lifecycle async@1.5.0~preinstall: async@1.5.0
63674npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
63675npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
63676npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
63677npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
63678npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
63679npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
63680npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
63681npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
63682npm info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
63683npm info lifecycle commander@2.9.0~preinstall: commander@2.9.0
63684npm info lifecycle generate-function@2.0.0~preinstall: generate-function@2.0.0
63685npm info lifecycle is-property@1.0.2~preinstall: is-property@1.0.2
63686npm info lifecycle generate-object-property@1.2.0~preinstall: generate-object-property@1.2.0
63687npm info lifecycle jsonpointer@2.0.0~preinstall: jsonpointer@2.0.0
63688npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
63689npm info lifecycle is-my-json-valid@2.12.3~preinstall: is-my-json-valid@2.12.3
63690npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
63691npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
63692npm info lifecycle har-validator@2.0.3~preinstall: har-validator@2.0.3
63693npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
63694npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
63695npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
63696npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
63697npm info lifecycle hawk@3.1.2~preinstall: hawk@3.1.2
63698npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63699npm info lifecycle extsprintf@1.0.2~preinstall: extsprintf@1.0.2
63700npm info lifecycle json-schema@0.2.2~preinstall: json-schema@0.2.2
63701npm info lifecycle verror@1.3.6~preinstall: verror@1.3.6
63702npm info lifecycle jsprim@1.2.2~preinstall: jsprim@1.2.2
63703npm info lifecycle asn1@0.2.3~preinstall: asn1@0.2.3
63704npm info lifecycle assert-plus@0.2.0~preinstall: assert-plus@0.2.0
63705npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63706npm info lifecycle dashdash@1.10.1~preinstall: dashdash@1.10.1
63707npm info lifecycle jsbn@0.1.0~preinstall: jsbn@0.1.0
63708npm info lifecycle jodid25519@1.0.2~preinstall: jodid25519@1.0.2
63709npm info lifecycle ecc-jsbn@0.1.1~preinstall: ecc-jsbn@0.1.1
63710npm info lifecycle tweetnacl@0.13.2~preinstall: tweetnacl@0.13.2
63711npm info lifecycle sshpk@1.7.1~preinstall: sshpk@1.7.1
63712npm info lifecycle http-signature@1.1.0~preinstall: http-signature@1.1.0
63713npm info lifecycle is-typedarray@1.0.0~preinstall: is-typedarray@1.0.0
63714npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
63715npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
63716npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
63717npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
63718npm info lifecycle form-data@1.0.0-rc3~preinstall: form-data@1.0.0-rc3
63719npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
63720npm info lifecycle oauth-sign@0.8.0~preinstall: oauth-sign@0.8.0
63721npm info lifecycle qs@5.2.0~preinstall: qs@5.2.0
63722npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
63723npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
63724npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
63725npm info lifecycle request@2.67.0~preinstall: request@2.67.0
63726npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
63727npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63728npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
63729npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
63730npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
63731npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
63732npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
63733npm info lifecycle once@1.3.3~preinstall: once@1.3.3
63734npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
63735npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
63736npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
63737npm info lifecycle rimraf@2.4.4~preinstall: rimraf@2.4.4
63738npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
63739npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
63740npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63741npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
63742npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
63743npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
63744npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
63745npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
63746npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63747npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
63748npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
63749npm info lifecycle once@1.1.1~preinstall: once@1.1.1
63750npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
63751npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63752npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
63753npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
63754npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
63755npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
63756npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
63757npm info lifecycle uid-number@0.0.3~preinstall: uid-number@0.0.3
63758npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
63759npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
63760npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
63761npm info lifecycle block-stream@0.0.8~preinstall: block-stream@0.0.8
63762npm info lifecycle tar@2.2.1~preinstall: tar@2.2.1
63763npm info lifecycle tar-pack@3.1.2~preinstall: tar-pack@3.1.2
63764npm info lifecycle node-pre-gyp@0.6.18~preinstall: node-pre-gyp@0.6.18
63765npm info lifecycle node-uuid@1.3.3~preinstall: node-uuid@1.3.3
63766npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
63767npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
63768npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
63769npm info lifecycle nopt@2.1.1~preinstall: nopt@2.1.1
63770npm info lifecycle nopt@2.0.0~preinstall: nopt@2.0.0
63771npm info lifecycle noptify@0.0.3~preinstall: noptify@0.0.3
63772npm info lifecycle normalize-path@2.0.1~preinstall: normalize-path@2.0.1
63773npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63774npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63775npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
63776npm info lifecycle nth-check@1.0.1~preinstall: nth-check@1.0.1
63777npm info lifecycle CSSselect@0.7.0~preinstall: CSSselect@0.7.0
63778npm info lifecycle cheerio-select@0.0.3~preinstall: cheerio-select@0.0.3
63779npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
63780npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
63781npm info lifecycle oauth-sign@0.8.0~preinstall: oauth-sign@0.8.0
63782npm info lifecycle object-assign@1.0.0~preinstall: object-assign@1.0.0
63783npm info lifecycle object-component@0.0.3~preinstall: object-component@0.0.3
63784npm info lifecycle object-keys@1.0.1~preinstall: object-keys@1.0.1
63785npm info lifecycle object.omit@2.0.0~preinstall: object.omit@2.0.0
63786npm info lifecycle on-finished@2.3.0~preinstall: on-finished@2.3.0
63787npm info lifecycle on-headers@1.0.1~preinstall: on-headers@1.0.1
63788npm info lifecycle morgan@1.6.1~preinstall: morgan@1.6.1
63789npm info lifecycle open@0.0.5~preinstall: open@0.0.5
63790npm info lifecycle grunt-open@0.2.3~preinstall: grunt-open@0.2.3
63791npm info lifecycle opn@1.0.2~preinstall: opn@1.0.2
63792npm info lifecycle options@0.0.6~preinstall: options@0.0.6
63793npm info lifecycle ordered-esprima-props@1.0.0~preinstall: ordered-esprima-props@1.0.0
63794npm info lifecycle ordered-ast-traverse@0.1.1~preinstall: ordered-ast-traverse@0.1.1
63795npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
63796npm info lifecycle osenv@0.1.0~preinstall: osenv@0.1.0
63797npm info lifecycle osx-release@1.1.0~preinstall: osx-release@1.1.0
63798npm info lifecycle object-assign@0.3.1~preinstall: object-assign@0.3.1
63799npm info lifecycle got@0.3.0~preinstall: got@0.3.0
63800npm info lifecycle pad-stdio@0.1.1~preinstall: pad-stdio@0.1.1
63801npm info lifecycle grunt-concurrent@0.5.0~preinstall: grunt-concurrent@0.5.0
63802npm info lifecycle parse-glob@3.0.4~preinstall: parse-glob@3.0.4
63803npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
63804npm info lifecycle parsejson@0.0.1~preinstall: parsejson@0.0.1
63805npm info lifecycle parseqs@0.0.2~preinstall: parseqs@0.0.2
63806npm info lifecycle parseuri@0.0.2~preinstall: parseuri@0.0.2
63807npm info lifecycle parseurl@1.0.1~preinstall: parseurl@1.0.1
63808npm info lifecycle passport-strategy@1.0.0~preinstall: passport-strategy@1.0.0
63809npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
63810npm info lifecycle path-to-regexp@0.1.2~preinstall: path-to-regexp@0.1.2
63811npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
63812npm info lifecycle pause@0.0.1~preinstall: pause@0.0.1
63813npm info lifecycle adm-zip@0.4.4~preinstall: adm-zip@0.4.4
63814npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
63815npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63816npm info lifecycle async@0.9.2~preinstall: async@0.9.2
63817npm info lifecycle caseless@0.6.0~preinstall: caseless@0.6.0
63818npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
63819npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
63820npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
63821npm info lifecycle form-data@0.1.4~preinstall: form-data@0.1.4
63822npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
63823npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
63824npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
63825npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
63826npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
63827npm info lifecycle jsonfile@2.2.3~preinstall: jsonfile@2.2.3
63828npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
63829npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
63830npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
63831npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
63832npm info lifecycle oauth-sign@0.4.0~preinstall: oauth-sign@0.4.0
63833npm info lifecycle qs@1.2.2~preinstall: qs@1.2.2
63834npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
63835npm info lifecycle hawk@1.1.1~preinstall: hawk@1.1.1
63836npm info lifecycle pify@2.3.0~preinstall: pify@2.3.0
63837npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
63838npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
63839npm info lifecycle path-type@1.1.0~preinstall: path-type@1.1.0
63840npm info lifecycle path-exists@2.1.0~preinstall: path-exists@2.1.0
63841npm info lifecycle find-up@1.1.0~preinstall: find-up@1.1.0
63842npm info lifecycle pkginfo@0.2.3~preinstall: pkginfo@0.2.3
63843npm info lifecycle passport@0.1.18~preinstall: passport@0.1.18
63844npm info lifecycle policyfile@0.0.4~preinstall: policyfile@0.0.4
63845npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63846npm info lifecycle dtrace-provider@0.2.8~preinstall: dtrace-provider@0.2.8
63847npm info lifecycle extsprintf@1.0.0~preinstall: extsprintf@1.0.0
63848npm info lifecycle mv@0.0.5~preinstall: mv@0.0.5
63849npm info lifecycle bunyan@0.22.1~preinstall: bunyan@0.22.1
63850npm info lifecycle once@1.3.0~preinstall: once@1.3.0
63851npm info lifecycle verror@1.1.0~preinstall: verror@1.1.0
63852npm info lifecycle vasync@1.4.0~preinstall: vasync@1.4.0
63853npm info lifecycle pooling@0.4.6~preinstall: pooling@0.4.6
63854npm info lifecycle ldapjs@0.7.1~preinstall: ldapjs@0.7.1
63855npm info lifecycle ldapauth-fork@2.3.3~preinstall: ldapauth-fork@2.3.3
63856npm info lifecycle precond@0.2.3~preinstall: precond@0.2.3
63857npm info lifecycle backoff@2.4.1~preinstall: backoff@2.4.1
63858npm info lifecycle preserve@0.2.0~preinstall: preserve@0.2.0
63859npm info lifecycle pretty-bytes@0.1.2~preinstall: pretty-bytes@0.1.2
63860npm info lifecycle grunt-contrib-htmlmin@0.2.0~preinstall: grunt-contrib-htmlmin@0.2.0
63861npm info lifecycle pretty-ms@0.1.0~preinstall: pretty-ms@0.1.0
63862npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
63863npm info lifecycle progress@1.1.8~preinstall: progress@1.1.8
63864npm info lifecycle promise@2.0.0~preinstall: promise@2.0.0
63865npm info lifecycle propprop@0.3.0~preinstall: propprop@0.3.0
63866npm info lifecycle proto-list@1.2.4~preinstall: proto-list@1.2.4
63867npm info lifecycle config-chain@1.1.9~preinstall: config-chain@1.1.9
63868npm info lifecycle adm-zip@0.4.4~preinstall: adm-zip@0.4.4
63869npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
63870npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
63871npm info lifecycle async@0.9.2~preinstall: async@0.9.2
63872npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
63873npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
63874npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
63875npm info lifecycle form-data@0.1.4~preinstall: form-data@0.1.4
63876npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
63877npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
63878npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
63879npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
63880npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
63881npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
63882npm info lifecycle oauth-sign@0.3.0~preinstall: oauth-sign@0.3.0
63883npm info lifecycle q@1.0.0~preinstall: q@1.0.0
63884npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
63885npm info lifecycle hawk@1.0.0~preinstall: hawk@1.0.0
63886npm info lifecycle proxy-addr@1.0.10~preinstall: proxy-addr@1.0.10
63887npm info lifecycle once@1.2.0~preinstall: once@1.2.0
63888npm info lifecycle punycode@1.4.0~preinstall: punycode@1.4.0
63889npm info lifecycle tough-cookie@0.12.1~preinstall: tough-cookie@0.12.1
63890npm info lifecycle q@0.9.7~preinstall: q@0.9.7
63891npm info lifecycle p-throttler@0.1.0~preinstall: p-throttler@0.1.0
63892npm info lifecycle coa@0.4.1~preinstall: coa@0.4.1
63893npm info lifecycle qs@0.6.6~preinstall: qs@0.6.6
63894npm info lifecycle randomatic@1.1.5~preinstall: randomatic@1.1.5
63895npm info lifecycle range-parser@1.0.0~preinstall: range-parser@1.0.0
63896npm info lifecycle raw-body@1.3.0~preinstall: raw-body@1.3.0
63897npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
63898npm info lifecycle strip-json-comments@0.1.3~preinstall: strip-json-comments@0.1.3
63899npm info lifecycle rc@0.5.5~preinstall: rc@0.5.5
63900npm info lifecycle read@1.0.7~preinstall: read@1.0.7
63901npm info lifecycle promptly@0.2.0~preinstall: promptly@0.2.0
63902npm info lifecycle read-chunk@0.1.0~preinstall: read-chunk@0.1.0
63903npm info lifecycle image-type@0.1.4~preinstall: image-type@0.1.4
63904npm info lifecycle readdirp@0.2.5~preinstall: readdirp@0.2.5
63905npm info lifecycle monocle@1.1.51~preinstall: monocle@1.1.51
63906npm info lifecycle monocle@0.1.48~preinstall: monocle@0.1.48
63907npm info lifecycle ansi-regex@1.1.1~preinstall: ansi-regex@1.1.1
63908npm info lifecycle strip-ansi@2.0.1~preinstall: strip-ansi@2.0.1
63909npm info lifecycle readline2@0.1.1~preinstall: readline2@0.1.1
63910npm info lifecycle repeating@2.0.0~preinstall: repeating@2.0.0
63911npm info lifecycle indent-string@2.1.0~preinstall: indent-string@2.1.0
63912npm info lifecycle redeyed@0.4.4~preinstall: redeyed@0.4.4
63913npm info lifecycle cardinal@0.4.0~preinstall: cardinal@0.4.0
63914npm info lifecycle redis@0.7.3~preinstall: redis@0.7.3
63915npm info lifecycle reduce-component@1.0.1~preinstall: reduce-component@1.0.1
63916npm info lifecycle regex-cache@0.4.2~preinstall: regex-cache@0.4.2
63917npm info lifecycle regexp-clone@0.0.1~preinstall: regexp-clone@0.0.1
63918npm info lifecycle regexp-quote@0.0.0~preinstall: regexp-quote@0.0.0
63919npm info lifecycle relateurl@0.2.6~preinstall: relateurl@0.2.6
63920npm info lifecycle repeat-element@1.1.2~preinstall: repeat-element@1.1.2
63921npm info lifecycle repeat-string@1.5.2~preinstall: repeat-string@1.5.2
63922npm info lifecycle fill-range@2.2.3~preinstall: fill-range@2.2.3
63923npm info lifecycle expand-range@1.8.1~preinstall: expand-range@1.8.1
63924npm info lifecycle braces@1.8.3~preinstall: braces@1.8.3
63925npm info lifecycle repeating@1.1.3~preinstall: repeating@1.1.3
63926npm info lifecycle indent-string@1.2.2~preinstall: indent-string@1.2.2
63927npm info lifecycle meow@2.0.0~preinstall: meow@2.0.0
63928npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
63929npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
63930npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
63931npm info lifecycle qs@4.0.0~preinstall: qs@4.0.0
63932npm info lifecycle requirejs@2.1.22~preinstall: requirejs@2.1.22
63933npm info lifecycle depd@1.0.1~preinstall: depd@1.0.1
63934npm info lifecycle response-time@2.3.1~preinstall: response-time@2.3.1
63935npm info lifecycle retry@0.6.0~preinstall: retry@0.6.0
63936npm info lifecycle request-replay@0.2.0~preinstall: request-replay@0.2.0
63937npm info lifecycle rndm@1.1.1~preinstall: rndm@1.1.1
63938npm info lifecycle rx@2.5.3~preinstall: rx@2.5.3
63939npm info lifecycle safe-json-stringify@1.0.3~preinstall: safe-json-stringify@1.0.3
63940npm info lifecycle saucelabs@0.1.1~preinstall: saucelabs@0.1.1
63941npm info lifecycle sax@0.6.1~preinstall: sax@0.6.1
63942npm info lifecycle scmp@1.0.0~preinstall: scmp@1.0.0
63943npm info lifecycle adm-zip@0.4.4~preinstall: adm-zip@0.4.4
63944npm info lifecycle tmp@0.0.24~preinstall: tmp@0.0.24
63945npm info lifecycle semver@2.3.2~preinstall: semver@2.3.2
63946npm info lifecycle semver-diff@0.1.0~preinstall: semver-diff@0.1.0
63947npm info lifecycle semver-utils@1.1.1~preinstall: semver-utils@1.1.1
63948npm info lifecycle bower@1.7.1~preinstall: bower@1.7.1
63949npm info lifecycle send@0.2.0~preinstall: send@0.2.0
63950npm info lifecycle sentence-case@1.1.3~preinstall: sentence-case@1.1.3
63951npm info lifecycle path-case@1.1.2~preinstall: path-case@1.1.2
63952npm info lifecycle param-case@1.1.2~preinstall: param-case@1.1.2
63953npm info lifecycle dot-case@1.1.2~preinstall: dot-case@1.1.2
63954npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
63955npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
63956npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
63957npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
63958npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
63959npm info lifecycle negotiator@0.5.3~preinstall: negotiator@0.5.3
63960npm info lifecycle accepts@1.2.13~preinstall: accepts@1.2.13
63961npm info lifecycle parseurl@1.3.0~preinstall: parseurl@1.3.0
63962npm info lifecycle fresh@0.2.0~preinstall: fresh@0.2.0
63963npm info lifecycle range-parser@0.0.4~preinstall: range-parser@0.0.4
63964npm info lifecycle send@0.1.4~preinstall: send@0.1.4
63965npm info lifecycle serve-static@1.0.1~preinstall: serve-static@1.0.1
63966npm info lifecycle shell-quote@1.4.3~preinstall: shell-quote@1.4.3
63967npm info lifecycle shelljs@0.2.6~preinstall: shelljs@0.2.6
63968npm info lifecycle grunt-build-control@0.1.3~preinstall: grunt-build-control@0.1.3
63969npm info lifecycle sockjs-client@0.0.0-unreleasable~preinstall: sockjs-client@0.0.0-unreleasable
63970npm info lifecycle should@3.3.2~preinstall: should@3.3.2
63971npm info lifecycle sigmund@1.0.1~preinstall: sigmund@1.0.1
63972npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
63973npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
63974npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
63975npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
63976npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
63977npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
63978npm info lifecycle glob@3.2.3~preinstall: glob@3.2.3
63979npm info lifecycle mocha@1.18.2~preinstall: mocha@1.18.2
63980npm info lifecycle grunt-mocha-test@0.10.2~preinstall: grunt-mocha-test@0.10.2
63981npm info lifecycle minimatch@1.0.0~preinstall: minimatch@1.0.0
63982npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
63983npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
63984npm info lifecycle jasmine@2.1.1~preinstall: jasmine@2.1.1
63985npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
63986npm info lifecycle glob@3.1.21~preinstall: glob@3.1.21
63987npm info lifecycle minimatch@1.0.0~preinstall: minimatch@1.0.0
63988npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
63989npm info lifecycle glob@3.1.21~preinstall: glob@3.1.21
63990npm info lifecycle globule@0.1.0~preinstall: globule@0.1.0
63991npm info lifecycle gaze@0.5.2~preinstall: gaze@0.5.2
63992npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
63993npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
63994npm info lifecycle findup-sync@0.1.3~preinstall: findup-sync@0.1.3
63995npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
63996npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
63997npm info lifecycle cli@0.6.6~preinstall: cli@0.6.6
63998npm info lifecycle signal-exit@2.1.2~preinstall: signal-exit@2.1.2
63999npm info lifecycle loud-rejection@1.2.0~preinstall: loud-rejection@1.2.0
64000npm info lifecycle simple-fmt@0.1.0~preinstall: simple-fmt@0.1.0
64001npm info lifecycle simple-is@0.2.0~preinstall: simple-is@0.2.0
64002npm info lifecycle sliced@0.0.5~preinstall: sliced@0.0.5
64003npm info lifecycle mquery@1.6.3~preinstall: mquery@1.6.3
64004npm info lifecycle snake-case@1.1.2~preinstall: snake-case@1.1.2
64005npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
64006npm info lifecycle hawk@3.1.2~preinstall: hawk@3.1.2
64007npm info lifecycle debug@1.0.2~preinstall: debug@1.0.2
64008npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
64009npm info lifecycle socket.io-parser@2.2.2~preinstall: socket.io-parser@2.2.2
64010npm info lifecycle socket.io-adapter@0.3.1~preinstall: socket.io-adapter@0.3.1
64011npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
64012npm info lifecycle has-binary@0.1.6~preinstall: has-binary@0.1.6
64013npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
64014npm info lifecycle socket.io-parser@2.2.4~preinstall: socket.io-parser@2.2.4
64015npm info lifecycle debug@2.1.0~preinstall: debug@2.1.0
64016npm info lifecycle object-keys@0.4.0~preinstall: object-keys@0.4.0
64017npm info lifecycle xtend@2.1.2~preinstall: xtend@2.1.2
64018npm info lifecycle sockjs@0.3.7~preinstall: sockjs@0.3.7
64019npm info lifecycle shoe@0.0.15~preinstall: shoe@0.0.15
64020npm info lifecycle source-map@0.1.34~preinstall: source-map@0.1.34
64021npm info lifecycle postcss@0.3.5~preinstall: postcss@0.3.5
64022npm info lifecycle stylus@0.49.3~preinstall: stylus@0.49.3
64023npm info lifecycle nib@1.1.0~preinstall: nib@1.1.0
64024npm info lifecycle source-map@0.1.32~preinstall: source-map@0.1.32
64025npm info lifecycle source-map-support@0.2.10~preinstall: source-map-support@0.2.10
64026npm info lifecycle spdx-exceptions@1.0.4~preinstall: spdx-exceptions@1.0.4
64027npm info lifecycle spdx-license-ids@1.1.0~preinstall: spdx-license-ids@1.1.0
64028npm info lifecycle spdx-expression-parse@1.0.2~preinstall: spdx-expression-parse@1.0.2
64029npm info lifecycle spdx-correct@1.0.2~preinstall: spdx-correct@1.0.2
64030npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
64031npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
64032npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
64033npm info lifecycle stable@0.1.5~preinstall: stable@0.1.5
64034npm info lifecycle alter@0.2.0~preinstall: alter@0.2.0
64035npm info lifecycle stat-mode@0.2.1~preinstall: stat-mode@0.2.1
64036npm info lifecycle statuses@1.2.1~preinstall: statuses@1.2.1
64037npm info lifecycle http-errors@1.3.1~preinstall: http-errors@1.3.1
64038npm info lifecycle serve-index@1.7.2~preinstall: serve-index@1.7.2
64039npm info lifecycle send@0.13.0~preinstall: send@0.13.0
64040npm info lifecycle serve-static@1.10.0~preinstall: serve-static@1.10.0
64041npm info lifecycle connect-timeout@1.6.2~preinstall: connect-timeout@1.6.2
64042npm info lifecycle send@0.13.0~preinstall: send@0.13.0
64043npm info lifecycle serve-static@1.10.0~preinstall: serve-static@1.10.0
64044npm info lifecycle stream-combiner@0.0.4~preinstall: stream-combiner@0.0.4
64045npm info lifecycle streamsearch@0.1.2~preinstall: streamsearch@0.1.2
64046npm info lifecycle ansi-regex@0.1.0~preinstall: ansi-regex@0.1.0
64047npm info lifecycle strip-ansi@0.2.2~preinstall: strip-ansi@0.2.2
64048npm info lifecycle string-length@0.1.2~preinstall: string-length@0.1.2
64049npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
64050npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
64051npm info lifecycle stream-counter@0.2.0~preinstall: stream-counter@0.2.0
64052npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64053npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
64054npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
64055npm info lifecycle multiparty@3.3.2~preinstall: multiparty@3.3.2
64056npm info lifecycle readable-stream@1.0.31~preinstall: readable-stream@1.0.31
64057npm info lifecycle mongodb@2.0.46~preinstall: mongodb@2.0.46
64058npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64059npm info lifecycle log4js@0.6.29~preinstall: log4js@0.6.29
64060npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
64061npm info lifecycle htmlparser2@3.8.3~preinstall: htmlparser2@3.8.3
64062npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64063npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64064npm info lifecycle through2@0.5.1~preinstall: through2@0.5.1
64065npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64066npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
64067npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
64068npm info lifecycle dicer@0.2.5~preinstall: dicer@0.2.5
64069npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
64070npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
64071npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64072npm info lifecycle htmlparser2@3.1.4~preinstall: htmlparser2@3.1.4
64073npm info lifecycle cheerio@0.12.4~preinstall: cheerio@0.12.4
64074npm info lifecycle grunt-dom-munger@3.4.0~preinstall: grunt-dom-munger@3.4.0
64075npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
64076npm info lifecycle busboy@0.2.12~preinstall: busboy@0.2.12
64077npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64078npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
64079npm info lifecycle stringify-object@1.0.1~preinstall: stringify-object@1.0.1
64080npm info lifecycle stringmap@0.2.2~preinstall: stringmap@0.2.2
64081npm info lifecycle stringset@0.2.1~preinstall: stringset@0.2.1
64082npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
64083npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
64084npm info lifecycle strip-bom@2.0.0~preinstall: strip-bom@2.0.0
64085npm info lifecycle load-json-file@1.1.0~preinstall: load-json-file@1.1.0
64086npm info lifecycle strip-indent@1.0.1~preinstall: strip-indent@1.0.1
64087npm info lifecycle redent@1.0.0~preinstall: redent@1.0.0
64088npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
64089npm info lifecycle jshint@2.5.11~preinstall: jshint@2.5.11
64090npm info lifecycle grunt-contrib-jshint@0.10.0~preinstall: grunt-contrib-jshint@0.10.0
64091npm info lifecycle css-parse@1.7.0~preinstall: css-parse@1.7.0
64092npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
64093npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
64094npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
64095npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
64096npm info lifecycle sax@0.5.8~preinstall: sax@0.5.8
64097npm info lifecycle stylus@0.52.4~preinstall: stylus@0.52.4
64098npm info lifecycle success-symbol@0.1.0~preinstall: success-symbol@0.1.0
64099npm info lifecycle extglob@0.3.1~preinstall: extglob@0.3.1
64100npm info lifecycle micromatch@2.3.7~preinstall: micromatch@2.3.7
64101npm info lifecycle anymatch@1.3.0~preinstall: anymatch@1.3.0
64102npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
64103npm info lifecycle extend@1.2.1~preinstall: extend@1.2.1
64104npm info lifecycle methods@0.0.1~preinstall: methods@0.0.1
64105npm info lifecycle mime@1.2.5~preinstall: mime@1.2.5
64106npm info lifecycle qs@0.6.5~preinstall: qs@0.6.5
64107npm info lifecycle superagent@0.17.0~preinstall: superagent@0.17.0
64108npm info lifecycle supertest@0.11.0~preinstall: supertest@0.11.0
64109npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
64110npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
64111npm info lifecycle log-symbols@1.0.2~preinstall: log-symbols@1.0.2
64112npm info lifecycle grunt-filerev@2.2.0~preinstall: grunt-filerev@2.2.0
64113npm info lifecycle grunt-contrib-stylus@0.22.0~preinstall: grunt-contrib-stylus@0.22.0
64114npm info lifecycle tape@0.2.2~preinstall: tape@0.2.2
64115npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
64116npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
64117npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64118npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
64119npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
64120npm info lifecycle text-table@0.2.0~preinstall: text-table@0.2.0
64121npm info lifecycle jshint-stylish@0.1.5~preinstall: jshint-stylish@0.1.5
64122npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
64123npm info lifecycle request-progress@0.3.0~preinstall: request-progress@0.3.0
64124npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
64125npm info lifecycle through@2.3.8~preinstall: through@2.3.8
64126npm info lifecycle split@0.3.3~preinstall: split@0.3.3
64127npm info lifecycle object-keys@0.4.0~preinstall: object-keys@0.4.0
64128npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
64129npm info lifecycle xtend@2.1.2~preinstall: xtend@2.1.2
64130npm info lifecycle through2@0.4.2~preinstall: through2@0.4.2
64131npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
64132npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
64133npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
64134npm info lifecycle time-grunt@0.3.2~preinstall: time-grunt@0.3.2
64135npm info lifecycle timers-ext@0.1.0~preinstall: timers-ext@0.1.0
64136npm info lifecycle memoizee@0.3.9~preinstall: memoizee@0.3.9
64137npm info lifecycle cli-color@0.3.3~preinstall: cli-color@0.3.3
64138npm info lifecycle inquirer@0.6.0~preinstall: inquirer@0.6.0
64139npm info lifecycle inquirer@0.7.1~preinstall: inquirer@0.7.1
64140npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
64141npm info lifecycle qs@0.5.6~preinstall: qs@0.5.6
64142npm info lifecycle tiny-lr-fork@0.0.5~preinstall: tiny-lr-fork@0.0.5
64143npm info lifecycle grunt-contrib-watch@0.6.1~preinstall: grunt-contrib-watch@0.6.1
64144npm info lifecycle tinycolor@0.0.1~preinstall: tinycolor@0.0.1
64145npm info lifecycle ws@0.4.32~preinstall: ws@0.4.32
64146npm info lifecycle ws@0.4.32~preinstall: ws@0.4.32
64147npm info lifecycle ws@0.4.31~preinstall: ws@0.4.31
64148npm info lifecycle tmp@0.0.23~preinstall: tmp@0.0.23
64149npm info lifecycle to-array@0.1.3~preinstall: to-array@0.1.3
64150npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
64151npm info lifecycle touch@0.0.2~preinstall: touch@0.0.2
64152npm info lifecycle decompress-zip@0.0.8~preinstall: decompress-zip@0.0.8
64153npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
64154npm info lifecycle traverse@0.6.6~preinstall: traverse@0.6.6
64155npm info lifecycle dnode-protocol@0.2.2~preinstall: dnode-protocol@0.2.2
64156npm info lifecycle trim-newlines@1.0.0~preinstall: trim-newlines@1.0.0
64157npm info lifecycle truncate@1.0.5~preinstall: truncate@1.0.5
64158npm info lifecycle strong-data-uri@0.1.1~preinstall: strong-data-uri@0.1.1
64159npm info lifecycle tryor@0.1.2~preinstall: tryor@0.1.2
64160npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
64161npm info lifecycle request@2.36.0~preinstall: request@2.36.0
64162npm info lifecycle request@2.42.0~preinstall: request@2.42.0
64163npm info lifecycle request@2.42.0~preinstall: request@2.42.0
64164npm info lifecycle request@2.51.0~preinstall: request@2.51.0
64165npm info lifecycle type-is@1.3.2~preinstall: type-is@1.3.2
64166npm info lifecycle typedarray@0.0.6~preinstall: typedarray@0.0.6
64167npm info lifecycle concat-stream@1.4.10~preinstall: concat-stream@1.4.10
64168npm info lifecycle base64url@1.0.5~preinstall: base64url@1.0.5
64169npm info lifecycle jws@3.1.0~preinstall: jws@3.1.0
64170npm info lifecycle jsonwebtoken@5.4.1~preinstall: jsonwebtoken@5.4.1
64171npm info lifecycle async@0.2.10~preinstall: async@0.2.10
64172npm info lifecycle uglify-to-browserify@1.0.2~preinstall: uglify-to-browserify@1.0.2
64173npm info lifecycle uid@0.0.2~preinstall: uid@0.0.2
64174npm info lifecycle uid-number@0.0.5~preinstall: uid-number@0.0.5
64175npm info lifecycle uid-safe@2.0.0~preinstall: uid-safe@2.0.0
64176npm info lifecycle csrf@3.0.0~preinstall: csrf@3.0.0
64177npm info lifecycle csurf@1.8.3~preinstall: csurf@1.8.3
64178npm info lifecycle uid2@0.0.3~preinstall: uid2@0.0.3
64179npm info lifecycle ultron@1.0.2~preinstall: ultron@1.0.2
64180npm info lifecycle underscore@1.7.0~preinstall: underscore@1.7.0
64181npm info lifecycle argparse@0.1.16~preinstall: argparse@0.1.16
64182npm info lifecycle js-yaml@2.1.3~preinstall: js-yaml@2.1.3
64183npm info lifecycle js-yaml@2.0.5~preinstall: js-yaml@2.0.5
64184npm info lifecycle underscore.string@2.2.1~preinstall: underscore.string@2.2.1
64185npm info lifecycle unpipe@1.0.0~preinstall: unpipe@1.0.0
64186npm info lifecycle finalhandler@0.4.0~preinstall: finalhandler@0.4.0
64187npm info lifecycle raw-body@2.1.5~preinstall: raw-body@2.1.5
64188npm info lifecycle body-parser@1.13.3~preinstall: body-parser@1.13.3
64189npm info lifecycle untildify@2.1.0~preinstall: untildify@2.1.0
64190npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
64191npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
64192npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
64193npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
64194npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
64195npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
64196npm info lifecycle upper-case@1.1.3~preinstall: upper-case@1.1.3
64197npm info lifecycle title-case@1.1.2~preinstall: title-case@1.1.2
64198npm info lifecycle swap-case@1.1.2~preinstall: swap-case@1.1.2
64199npm info lifecycle is-upper-case@1.1.2~preinstall: is-upper-case@1.1.2
64200npm info lifecycle constant-case@1.1.2~preinstall: constant-case@1.1.2
64201npm info lifecycle camel-case@1.2.2~preinstall: camel-case@1.2.2
64202npm info lifecycle upper-case-first@1.1.2~preinstall: upper-case-first@1.1.2
64203npm info lifecycle pascal-case@1.1.2~preinstall: pascal-case@1.1.2
64204npm info lifecycle change-case@2.1.6~preinstall: change-case@2.1.6
64205npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
64206npm info lifecycle lru-cache@2.2.4~preinstall: lru-cache@2.2.4
64207npm info lifecycle useragent@2.1.8~preinstall: useragent@2.1.8
64208npm info lifecycle utf8@2.0.0~preinstall: utf8@2.0.0
64209npm info lifecycle engine.io-parser@1.2.1~preinstall: engine.io-parser@1.2.1
64210npm info lifecycle engine.io-client@1.5.1~preinstall: engine.io-client@1.5.1
64211npm info lifecycle socket.io-client@1.3.5~preinstall: socket.io-client@1.3.5
64212npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
64213npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
64214npm info lifecycle mongodb@1.4.39~preinstall: mongodb@1.4.39
64215npm info lifecycle readdirp@2.0.0~preinstall: readdirp@2.0.0
64216npm info lifecycle chokidar@1.4.1~preinstall: chokidar@1.4.1
64217npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
64218npm info lifecycle async@0.2.10~preinstall: async@0.2.10
64219npm info lifecycle ncp@0.4.2~preinstall: ncp@0.4.2
64220npm info lifecycle utils-merge@1.0.0~preinstall: utils-merge@1.0.0
64221npm info lifecycle express-session@1.11.3~preinstall: express-session@1.11.3
64222npm info lifecycle uuid@1.4.2~preinstall: uuid@1.4.2
64223npm info lifecycle tempfile@0.1.3~preinstall: tempfile@0.1.3
64224npm info lifecycle v8-debug@0.4.6~preinstall: v8-debug@0.4.6
64225npm info lifecycle nan@2.0.9~preinstall: nan@2.0.9
64226npm info lifecycle v8-profiler@5.2.12~preinstall: v8-profiler@5.2.12
64227npm info lifecycle validate-npm-package-license@3.0.1~preinstall: validate-npm-package-license@3.0.1
64228npm info lifecycle normalize-package-data@2.3.5~preinstall: normalize-package-data@2.3.5
64229npm info lifecycle read-pkg@1.1.0~preinstall: read-pkg@1.1.0
64230npm info lifecycle read-pkg-up@1.0.1~preinstall: read-pkg-up@1.0.1
64231npm info lifecycle meow@3.6.0~preinstall: meow@3.6.0
64232npm info lifecycle default-browser-id@1.0.4~preinstall: default-browser-id@1.0.4
64233npm info lifecycle vary@1.0.1~preinstall: vary@1.0.1
64234npm info lifecycle express@4.13.3~preinstall: express@4.13.3
64235npm info lifecycle method-override@2.3.5~preinstall: method-override@2.3.5
64236npm info lifecycle compression@1.5.2~preinstall: compression@1.5.2
64237npm info lifecycle verror@1.6.0~preinstall: verror@1.6.0
64238npm info lifecycle vasync@1.6.3~preinstall: vasync@1.6.3
64239npm info lifecycle vhost@3.0.2~preinstall: vhost@3.0.2
64240npm info lifecycle connect@2.30.2~preinstall: connect@2.30.2
64241npm info lifecycle ware@0.3.0~preinstall: ware@0.3.0
64242npm info lifecycle nan@2.1.0~preinstall: nan@2.1.0
64243npm info lifecycle weak@1.0.0~preinstall: weak@1.0.0
64244npm info lifecycle dnode@1.2.2~preinstall: dnode@1.2.2
64245npm info lifecycle whet.extend@0.9.9~preinstall: whet.extend@0.9.9
64246npm info lifecycle svgo@0.4.5~preinstall: svgo@0.4.5
64247npm info lifecycle imagemin-svgo@0.1.1~preinstall: imagemin-svgo@0.1.1
64248npm info lifecycle grunt-svgmin@0.4.0~preinstall: grunt-svgmin@0.4.0
64249npm info lifecycle which@1.0.9~preinstall: which@1.0.9
64250npm info lifecycle karma-chrome-launcher@0.1.12~preinstall: karma-chrome-launcher@0.1.12
64251npm info lifecycle grunt-legacy-util@0.2.0~preinstall: grunt-legacy-util@0.2.0
64252npm info lifecycle grunt@0.4.5~preinstall: grunt@0.4.5
64253npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
64254npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
64255npm info lifecycle yargs@1.3.3~preinstall: yargs@1.3.3
64256npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
64257npm info lifecycle win-release@1.1.1~preinstall: win-release@1.1.1
64258npm info lifecycle os-name@1.0.3~preinstall: os-name@1.0.3
64259npm info lifecycle win-spawn@2.0.0~preinstall: win-spawn@2.0.0
64260npm info lifecycle window-size@0.1.0~preinstall: window-size@0.1.0
64261npm info lifecycle ansi-styles@0.1.2~preinstall: ansi-styles@0.1.2
64262npm info lifecycle chalk@0.1.1~preinstall: chalk@0.1.1
64263npm info lifecycle lodash@1.3.1~preinstall: lodash@1.3.1
64264npm info lifecycle wiredep@0.4.2~preinstall: wiredep@0.4.2
64265npm info lifecycle grunt-asset-injector@0.1.0~preinstall: grunt-asset-injector@0.1.0
64266npm info lifecycle async@0.2.10~preinstall: async@0.2.10
64267npm info lifecycle wordwrap@0.0.2~preinstall: wordwrap@0.0.2
64268npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
64269npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
64270npm info lifecycle uglify-js@2.4.0~preinstall: uglify-js@2.4.0
64271npm info lifecycle with@2.0.0~preinstall: with@2.0.0
64272npm info lifecycle uglify-js@2.2.5~preinstall: uglify-js@2.2.5
64273npm info lifecycle transformers@2.1.0~preinstall: transformers@2.1.0
64274npm info lifecycle uglify-js@2.4.0~preinstall: uglify-js@2.4.0
64275npm info lifecycle with@1.1.1~preinstall: with@1.1.1
64276npm info lifecycle uglify-js@2.2.5~preinstall: uglify-js@2.2.5
64277npm info lifecycle transformers@2.0.1~preinstall: transformers@2.0.1
64278npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
64279npm info lifecycle handlebars@2.0.0~preinstall: handlebars@2.0.0
64280npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
64281npm info lifecycle ng-annotate@0.9.11~preinstall: ng-annotate@0.9.11
64282npm info lifecycle grunt-ng-annotate@0.2.3~preinstall: grunt-ng-annotate@0.2.3
64283npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
64284npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
64285npm info lifecycle optimist@0.2.8~preinstall: optimist@0.2.8
64286npm info lifecycle event-stream@0.5.3~preinstall: event-stream@0.5.3
64287npm info lifecycle ps-tree@0.0.3~preinstall: ps-tree@0.0.3
64288npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
64289npm info lifecycle bower-config@0.5.2~preinstall: bower-config@0.5.2
64290npm info lifecycle bower-registry-client@0.2.4~preinstall: bower-registry-client@0.2.4
64291npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
64292npm info lifecycle once@1.3.2~preinstall: once@1.3.2
64293npm info lifecycle npmconf@2.1.1~preinstall: npmconf@2.1.1
64294npm info lifecycle npmconf@2.1.2~preinstall: npmconf@2.1.2
64295npm info lifecycle registry-url@0.1.1~preinstall: registry-url@0.1.1
64296npm info lifecycle package-json@0.2.0~preinstall: package-json@0.2.0
64297npm info lifecycle latest-version@0.2.0~preinstall: latest-version@0.2.0
64298npm info lifecycle glob@4.0.6~preinstall: glob@4.0.6
64299npm info lifecycle end-of-stream@1.0.0~preinstall: end-of-stream@1.0.0
64300npm info lifecycle pump@0.3.5~preinstall: pump@0.3.5
64301npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
64302npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
64303npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
64304npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
64305npm info lifecycle glob@6.0.3~preinstall: glob@6.0.3
64306npm info lifecycle rimraf@2.4.5~preinstall: rimraf@2.4.5
64307npm info lifecycle utile@0.2.1~preinstall: utile@0.2.1
64308npm info lifecycle http-proxy@0.10.4~preinstall: http-proxy@0.10.4
64309npm info lifecycle fs-extra@0.23.1~preinstall: fs-extra@0.23.1
64310npm info lifecycle phantomjs@1.9.19~preinstall: phantomjs@1.9.19
64311npm info lifecycle karma-phantomjs-launcher@0.1.4~preinstall: karma-phantomjs-launcher@0.1.4
64312npm info lifecycle mv@2.1.1~preinstall: mv@2.1.1
64313npm info lifecycle bunyan@1.5.1~preinstall: bunyan@1.5.1
64314npm info lifecycle fs-extra@0.10.0~preinstall: fs-extra@0.10.0
64315npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
64316npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
64317npm info lifecycle fstream@0.1.31~preinstall: fstream@0.1.31
64318npm info lifecycle tar@0.1.20~preinstall: tar@0.1.20
64319npm info lifecycle fs-extra@0.9.1~preinstall: fs-extra@0.9.1
64320npm info lifecycle autoprefixer@1.3.1~preinstall: autoprefixer@1.3.1
64321npm info lifecycle grunt-autoprefixer@0.7.6~preinstall: grunt-autoprefixer@0.7.6
64322npm info lifecycle exec-buffer@0.1.1~preinstall: exec-buffer@0.1.1
64323npm info lifecycle decompress@0.2.5~preinstall: decompress@0.2.5
64324npm info lifecycle nan@1.4.3~preinstall: nan@1.4.3
64325npm info lifecycle ws@0.5.0~preinstall: ws@0.5.0
64326npm info lifecycle engine.io@1.5.1~preinstall: engine.io@1.5.1
64327npm info lifecycle x-default-browser@0.3.1~preinstall: x-default-browser@0.3.1
64328npm info lifecycle xdg-basedir@1.0.1~preinstall: xdg-basedir@1.0.1
64329npm info lifecycle configstore@0.3.2~preinstall: configstore@0.3.2
64330npm info lifecycle update-notifier@0.2.0~preinstall: update-notifier@0.2.0
64331npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
64332npm info lifecycle xmlbuilder@4.0.0~preinstall: xmlbuilder@4.0.0
64333npm info lifecycle xml2js@0.4.4~preinstall: xml2js@0.4.4
64334npm info lifecycle selenium-webdriver@2.44.0~preinstall: selenium-webdriver@2.44.0
64335npm info lifecycle protractor@1.8.0~preinstall: protractor@1.8.0
64336npm info lifecycle grunt-protractor-runner@1.2.1~preinstall: grunt-protractor-runner@1.2.1
64337npm info lifecycle xmldom@0.1.19~preinstall: xmldom@0.1.19
64338npm info lifecycle plist@1.2.0~preinstall: plist@1.2.0
64339npm info lifecycle xmlhttprequest@1.8.0~preinstall: xmlhttprequest@1.8.0
64340npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
64341npm info lifecycle win-detect-browsers@1.0.2~preinstall: win-detect-browsers@1.0.2
64342npm info lifecycle browser-launcher2@0.4.6~preinstall: browser-launcher2@0.4.6
64343npm info lifecycle biased-opener@0.2.7~preinstall: biased-opener@0.2.7
64344npm info lifecycle node-inspector@0.9.2~preinstall: node-inspector@0.9.2
64345npm info lifecycle grunt-node-inspector@0.1.6~preinstall: grunt-node-inspector@0.1.6
64346npm info lifecycle tar-stream@0.4.7~preinstall: tar-stream@0.4.7
64347npm info lifecycle tar-fs@0.5.2~preinstall: tar-fs@0.5.2
64348npm info lifecycle is-my-json-valid@2.12.3~preinstall: is-my-json-valid@2.12.3
64349npm info lifecycle har-validator@1.8.0~preinstall: har-validator@1.8.0
64350npm info lifecycle request@2.60.0~preinstall: request@2.60.0
64351npm info lifecycle update-notifier@0.1.10~preinstall: update-notifier@0.1.10
64352npm info lifecycle nodemon@1.0.20~preinstall: nodemon@1.0.20
64353npm info lifecycle grunt-nodemon@0.2.1~preinstall: grunt-nodemon@0.2.1
64354npm info lifecycle insight@0.4.3~preinstall: insight@0.4.3
64355npm info lifecycle bower@1.3.12~preinstall: bower@1.3.12
64356npm info lifecycle google-cdn@0.7.0~preinstall: google-cdn@0.7.0
64357npm info lifecycle grunt-google-cdn@0.4.3~preinstall: grunt-google-cdn@0.4.3
64358npm info lifecycle download@0.1.19~preinstall: download@0.1.19
64359npm info lifecycle bin-wrapper@0.3.4~preinstall: bin-wrapper@0.3.4
64360npm info lifecycle bin-build@0.1.1~preinstall: bin-build@0.1.1
64361npm info lifecycle pngquant-bin@0.3.5~preinstall: pngquant-bin@0.3.5
64362npm info lifecycle imagemin-pngquant@0.1.3~preinstall: imagemin-pngquant@0.1.3
64363npm info lifecycle optipng-bin@0.3.11~preinstall: optipng-bin@0.3.11
64364npm info lifecycle imagemin-optipng@0.1.0~preinstall: imagemin-optipng@0.1.0
64365npm info lifecycle jpegtran-bin@0.2.8~preinstall: jpegtran-bin@0.2.8
64366npm info lifecycle imagemin-jpegtran@0.1.0~preinstall: imagemin-jpegtran@0.1.0
64367npm info lifecycle gifsicle@0.1.7~preinstall: gifsicle@0.1.7
64368npm info lifecycle imagemin-gifsicle@0.1.1~preinstall: imagemin-gifsicle@0.1.1
64369npm info lifecycle imagemin@0.4.9~preinstall: imagemin@0.4.9
64370npm info lifecycle grunt-contrib-imagemin@0.7.2~preinstall: grunt-contrib-imagemin@0.7.2
64371npm info lifecycle through2@0.6.5~preinstall: through2@0.6.5
64372npm info lifecycle wiredep@1.8.6~preinstall: wiredep@1.8.6
64373npm info lifecycle grunt-wiredep@1.8.0~preinstall: grunt-wiredep@1.8.0
64374npm info lifecycle yargs@3.5.4~preinstall: yargs@3.5.4
64375npm info lifecycle uglify-js@2.4.24~preinstall: uglify-js@2.4.24
64376npm info lifecycle with@3.0.1~preinstall: with@3.0.1
64377npm info lifecycle constantinople@1.0.2~preinstall: constantinople@1.0.2
64378npm info lifecycle jade@0.33.0~preinstall: jade@0.33.0
64379npm info lifecycle karma-jade-preprocessor@0.0.11~preinstall: karma-jade-preprocessor@0.0.11
64380npm info lifecycle html-minifier@0.6.9~preinstall: html-minifier@0.6.9
64381npm info lifecycle grunt-angular-templates@0.5.9~preinstall: grunt-angular-templates@0.5.9
64382npm info lifecycle constantinople@2.0.1~preinstall: constantinople@2.0.1
64383npm info lifecycle jade@1.3.1~preinstall: jade@1.3.1
64384npm info lifecycle karma-ng-jade2js-preprocessor@0.1.5~preinstall: karma-ng-jade2js-preprocessor@0.1.5
64385npm info lifecycle jade@1.2.0~preinstall: jade@1.2.0
64386npm info lifecycle grunt-contrib-jade@0.11.0~preinstall: grunt-contrib-jade@0.11.0
64387npm info lifecycle zeparser@0.0.5~preinstall: zeparser@0.0.5
64388npm info lifecycle active-x-obfuscator@0.0.1~preinstall: active-x-obfuscator@0.0.1
64389npm info lifecycle socket.io-client@0.9.16~preinstall: socket.io-client@0.9.16
64390npm info lifecycle socket.io@0.9.16~preinstall: socket.io@0.9.16
64391npm info lifecycle karma@0.12.37~preinstall: karma@0.12.37
64392npm info lifecycle zlib-browserify@0.0.3~preinstall: zlib-browserify@0.0.3
64393npm info lifecycle gzip-size@0.1.1~preinstall: gzip-size@0.1.1
64394npm info lifecycle maxmin@0.1.0~preinstall: maxmin@0.1.0
64395npm info lifecycle grunt-contrib-uglify@0.4.1~preinstall: grunt-contrib-uglify@0.4.1
64396npm info lifecycle grunt-contrib-cssmin@0.9.0~preinstall: grunt-contrib-cssmin@0.9.0
64397npm info lifecycle async@1.3.0~preinstall: async@1.3.0
64398npm info lifecycle body-parser@1.5.2~preinstall: body-parser@1.5.2
64399npm info lifecycle composable-middleware@0.3.0~preinstall: composable-middleware@0.3.0
64400npm info lifecycle compression@1.0.11~preinstall: compression@1.0.11
64401npm info lifecycle connect-mongo@0.4.2~preinstall: connect-mongo@0.4.2
64402npm info lifecycle cookie-parser@1.0.1~preinstall: cookie-parser@1.0.1
64403npm info lifecycle dav@1.7.8~preinstall: dav@1.7.8
64404npm info lifecycle errorhandler@1.0.2~preinstall: errorhandler@1.0.2
64405npm info lifecycle express@4.0.0~preinstall: express@4.0.0
64406npm info lifecycle express-jwt@3.1.0~preinstall: express-jwt@3.1.0
64407npm info lifecycle express-session@1.0.4~preinstall: express-session@1.0.4
64408npm info lifecycle gridfs-stream@1.1.1~preinstall: gridfs-stream@1.1.1
64409npm info lifecycle ldapjs@1.0.0~preinstall: ldapjs@1.0.0
64410npm info lifecycle method-override@1.0.2~preinstall: method-override@1.0.2
64411npm info lifecycle mongoose@4.1.12~preinstall: mongoose@4.1.12
64412npm info lifecycle morgan@1.0.1~preinstall: morgan@1.0.1
64413npm info lifecycle multer@0.1.8~preinstall: multer@0.1.8
64414npm info lifecycle passport@0.2.2~preinstall: passport@0.2.2
64415npm info lifecycle passport-ldapauth@0.3.0~preinstall: passport-ldapauth@0.3.0
64416npm info lifecycle passport-local@0.1.6~preinstall: passport-local@0.1.6
64417npm info lifecycle phantom@0.7.2~preinstall: phantom@0.7.2
64418npm info lifecycle serve-favicon@2.0.1~preinstall: serve-favicon@2.0.1
64419npm info lifecycle socket.io@1.3.5~preinstall: socket.io@1.3.5
64420npm info lifecycle socketio-jwt@4.3.3~preinstall: socketio-jwt@4.3.3
64421npm 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
64422npm 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
64423npm info linkStuff CSSwhat@0.4.7
64424npm verb linkBins CSSwhat@0.4.7
64425npm verb linkMans CSSwhat@0.4.7
64426npm info linkStuff abbrev@1.0.7
64427npm verb linkBins abbrev@1.0.7
64428npm verb linkMans abbrev@1.0.7
64429npm info linkStuff accessibility-developer-tools@2.6.0
64430npm verb linkBins accessibility-developer-tools@2.6.0
64431npm verb linkMans accessibility-developer-tools@2.6.0
64432npm info linkStuff adm-zip@0.4.7
64433npm verb linkBins adm-zip@0.4.7
64434npm verb linkMans adm-zip@0.4.7
64435npm info linkStuff after@0.8.1
64436npm verb linkBins after@0.8.1
64437npm verb linkMans after@0.8.1
64438npm info linkStuff amdefine@1.0.0
64439npm verb linkBins amdefine@1.0.0
64440npm verb linkMans amdefine@1.0.0
64441npm info linkStuff ansi-regex@2.0.0
64442npm verb linkBins ansi-regex@2.0.0
64443npm verb linkMans ansi-regex@2.0.0
64444npm info linkStuff ansi-styles@2.1.0
64445npm verb linkBins ansi-styles@2.1.0
64446npm verb linkMans ansi-styles@2.1.0
64447npm info linkStuff ansi-wrap@0.1.0
64448npm verb linkBins ansi-wrap@0.1.0
64449npm verb linkMans ansi-wrap@0.1.0
64450npm info linkStuff ansi-green@0.1.1
64451npm verb linkBins ansi-green@0.1.1
64452npm verb linkMans ansi-green@0.1.1
64453npm info linkStuff archy@0.0.2
64454npm verb linkBins archy@0.0.2
64455npm verb linkMans archy@0.0.2
64456npm info linkStuff underscore.string@2.4.0
64457npm verb linkBins underscore.string@2.4.0
64458npm verb linkMans underscore.string@2.4.0
64459npm info linkStuff arr-flatten@1.0.1
64460npm verb linkBins arr-flatten@1.0.1
64461npm verb linkMans arr-flatten@1.0.1
64462npm info linkStuff arr-diff@2.0.0
64463npm verb linkBins arr-diff@2.0.0
64464npm verb linkMans arr-diff@2.0.0
64465npm info linkStuff array-filter@0.0.1
64466npm verb linkBins array-filter@0.0.1
64467npm verb linkMans array-filter@0.0.1
64468npm info linkStuff array-flatten@1.1.1
64469npm verb linkBins array-flatten@1.1.1
64470npm verb linkMans array-flatten@1.1.1
64471npm info linkStuff array-map@0.0.0
64472npm verb linkBins array-map@0.0.0
64473npm verb linkMans array-map@0.0.0
64474npm info linkStuff array-reduce@0.0.0
64475npm verb linkBins array-reduce@0.0.0
64476npm verb linkMans array-reduce@0.0.0
64477npm info linkStuff array-unique@0.2.1
64478npm verb linkBins array-unique@0.2.1
64479npm verb linkMans array-unique@0.2.1
64480npm info linkStuff arraybuffer.slice@0.0.6
64481npm verb linkBins arraybuffer.slice@0.0.6
64482npm verb linkMans arraybuffer.slice@0.0.6
64483npm info linkStuff arrify@1.0.1
64484npm verb linkBins arrify@1.0.1
64485npm verb linkMans arrify@1.0.1
64486npm info linkStuff asn1@0.2.3
64487npm verb linkBins asn1@0.2.3
64488npm verb linkMans asn1@0.2.3
64489npm info linkStuff assert-plus@0.2.0
64490npm verb linkBins assert-plus@0.2.0
64491npm verb linkMans assert-plus@0.2.0
64492npm info linkStuff async-each@0.1.6
64493npm verb linkBins async-each@0.1.6
64494npm verb linkMans async-each@0.1.6
64495npm info linkStuff aws-sign2@0.5.0
64496npm verb linkBins aws-sign2@0.5.0
64497npm verb linkMans aws-sign2@0.5.0
64498npm info linkStuff backo2@1.0.2
64499npm verb linkBins backo2@1.0.2
64500npm verb linkMans backo2@1.0.2
64501npm info linkStuff balanced-match@0.3.0
64502npm verb linkBins balanced-match@0.3.0
64503npm verb linkMans balanced-match@0.3.0
64504npm info linkStuff base64-arraybuffer@0.1.2
64505npm verb linkBins base64-arraybuffer@0.1.2
64506npm verb linkMans base64-arraybuffer@0.1.2
64507npm info linkStuff base64-js@0.0.8
64508npm verb linkBins base64-js@0.0.8
64509npm verb linkMans base64-js@0.0.8
64510npm info linkStuff base64-url@1.2.1
64511npm verb linkBins base64-url@1.2.1
64512npm verb linkMans base64-url@1.2.1
64513npm info linkStuff base64id@0.1.0
64514npm verb linkBins base64id@0.1.0
64515npm verb linkMans base64id@0.1.0
64516npm info linkStuff basic-auth@1.0.3
64517npm verb linkBins basic-auth@1.0.3
64518npm verb linkMans basic-auth@1.0.3
64519npm info linkStuff basic-auth-connect@1.0.0
64520npm verb linkBins basic-auth-connect@1.0.0
64521npm verb linkMans basic-auth-connect@1.0.0
64522npm info linkStuff batch@0.5.2
64523npm verb linkBins batch@0.5.2
64524npm verb linkMans batch@0.5.2
64525npm info linkStuff bcryptjs@2.1.0
64526npm verb linkBins bcryptjs@2.1.0
64527npm verb linkMans bcryptjs@2.1.0
64528npm info linkStuff benchmark@1.0.0
64529npm verb linkBins benchmark@1.0.0
64530npm verb linkMans benchmark@1.0.0
64531npm info linkStuff big-integer@1.6.9
64532npm verb linkBins big-integer@1.6.9
64533npm verb link bins [ {}, '/var/www/manticore.git/node_modules/.bin', false ]
64534npm verb linkMans big-integer@1.6.9
64535npm info linkStuff binary-extensions@1.4.0
64536npm verb linkBins binary-extensions@1.4.0
64537npm verb linkMans binary-extensions@1.4.0
64538npm info linkStuff bindings@1.2.1
64539npm verb linkBins bindings@1.2.1
64540npm verb linkMans bindings@1.2.1
64541npm info linkStuff blob@0.0.2
64542npm verb linkBins blob@0.0.2
64543npm verb linkMans blob@0.0.2
64544npm info linkStuff bluebird@2.9.26
64545npm verb linkBins bluebird@2.9.26
64546npm verb linkMans bluebird@2.9.26
64547npm info linkStuff bn.js@2.2.0
64548npm verb linkBins bn.js@2.2.0
64549npm verb linkMans bn.js@2.2.0
64550npm info linkStuff boolbase@1.0.0
64551npm verb linkBins boolbase@1.0.0
64552npm verb linkMans boolbase@1.0.0
64553npm info linkStuff graceful-fs@2.0.3
64554npm verb linkBins graceful-fs@2.0.3
64555npm verb linkMans graceful-fs@2.0.3
64556npm info linkStuff minimist@0.0.10
64557npm verb linkBins minimist@0.0.10
64558npm verb linkMans minimist@0.0.10
64559npm info linkStuff osenv@0.0.3
64560npm verb linkBins osenv@0.0.3
64561npm verb linkMans osenv@0.0.3
64562npm info linkStuff bower-endpoint-parser@0.2.2
64563npm verb linkBins bower-endpoint-parser@0.2.2
64564npm verb linkMans bower-endpoint-parser@0.2.2
64565npm info linkStuff graceful-fs@2.0.3
64566npm verb linkBins graceful-fs@2.0.3
64567npm verb linkMans graceful-fs@2.0.3
64568npm info linkStuff bower-logger@0.2.2
64569npm verb linkBins bower-logger@0.2.2
64570npm verb linkMans bower-logger@0.2.2
64571npm info linkStuff asn1@0.1.11
64572npm verb linkBins asn1@0.1.11
64573npm verb linkMans asn1@0.1.11
64574npm info linkStuff assert-plus@0.1.5
64575npm verb linkBins assert-plus@0.1.5
64576npm verb linkMans assert-plus@0.1.5
64577npm info linkStuff async@0.2.10
64578npm verb linkBins async@0.2.10
64579npm verb linkMans async@0.2.10
64580npm info linkStuff caseless@0.8.0
64581npm verb linkBins caseless@0.8.0
64582npm verb linkMans caseless@0.8.0
64583npm info linkStuff delayed-stream@0.0.5
64584npm verb linkBins delayed-stream@0.0.5
64585npm verb linkMans delayed-stream@0.0.5
64586npm info linkStuff combined-stream@0.0.7
64587npm verb linkBins combined-stream@0.0.7
64588npm verb linkMans combined-stream@0.0.7
64589npm info linkStuff forever-agent@0.5.2
64590npm verb linkBins forever-agent@0.5.2
64591npm verb linkMans forever-agent@0.5.2
64592npm info linkStuff async@0.9.2
64593npm verb linkBins async@0.9.2
64594npm verb linkMans async@0.9.2
64595npm info linkStuff graceful-fs@2.0.3
64596npm verb linkBins graceful-fs@2.0.3
64597npm verb linkMans graceful-fs@2.0.3
64598npm info linkStuff hoek@0.9.1
64599npm verb linkBins hoek@0.9.1
64600npm verb linkMans hoek@0.9.1
64601npm info linkStuff boom@0.4.2
64602npm verb linkBins boom@0.4.2
64603npm verb linkMans boom@0.4.2
64604npm info linkStuff cryptiles@0.2.2
64605npm verb linkBins cryptiles@0.2.2
64606npm verb linkMans cryptiles@0.2.2
64607npm info linkStuff lru-cache@2.3.1
64608npm verb linkBins lru-cache@2.3.1
64609npm verb linkMans lru-cache@2.3.1
64610npm info linkStuff node-uuid@1.4.7
64611npm verb linkBins node-uuid@1.4.7
64612npm verb link bins [ { uuid: './bin/uuid' },
64613npm verb link bins '/var/www/manticore.git/node_modules/bower-registry-client/node_modules/.bin',
64614npm verb link bins false ]
64615npm verb linkMans node-uuid@1.4.7
64616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower-registry-client/node_modules/.bin/uuid
64617npm info linkStuff oauth-sign@0.5.0
64618npm verb linkBins oauth-sign@0.5.0
64619npm verb linkMans oauth-sign@0.5.0
64620npm info linkStuff qs@2.3.3
64621npm verb linkBins qs@2.3.3
64622npm verb linkMans qs@2.3.3
64623npm info linkStuff rimraf@2.2.8
64624npm verb linkBins rimraf@2.2.8
64625npm verb link bins [ { rimraf: './bin.js' },
64626npm verb link bins '/var/www/manticore.git/node_modules/bower-registry-client/node_modules/.bin',
64627npm verb link bins false ]
64628npm verb linkMans rimraf@2.2.8
64629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower-registry-client/node_modules/.bin/rimraf
64630npm info linkStuff sntp@0.2.4
64631npm verb linkBins sntp@0.2.4
64632npm verb linkMans sntp@0.2.4
64633npm info linkStuff hawk@1.1.1
64634npm verb linkBins hawk@1.1.1
64635npm verb linkMans hawk@1.1.1
64636npm info linkStuff abbrev@1.0.7
64637npm verb linkBins abbrev@1.0.7
64638npm verb linkMans abbrev@1.0.7
64639npm info linkStuff archy@1.0.0
64640npm verb linkBins archy@1.0.0
64641npm verb linkMans archy@1.0.0
64642npm info linkStuff graceful-fs@4.1.2
64643npm verb linkBins graceful-fs@4.1.2
64644npm verb linkMans graceful-fs@4.1.2
64645npm info linkStuff minimist@0.0.10
64646npm verb linkBins minimist@0.0.10
64647npm verb linkMans minimist@0.0.10
64648npm info linkStuff wordwrap@0.0.3
64649npm verb linkBins wordwrap@0.0.3
64650npm verb linkMans wordwrap@0.0.3
64651npm info linkStuff optimist@0.6.1
64652npm verb linkBins optimist@0.6.1
64653npm verb linkMans optimist@0.6.1
64654npm info linkStuff os-homedir@1.0.1
64655npm verb linkBins os-homedir@1.0.1
64656npm verb linkMans os-homedir@1.0.1
64657npm info linkStuff os-tmpdir@1.0.1
64658npm verb linkBins os-tmpdir@1.0.1
64659npm verb linkMans os-tmpdir@1.0.1
64660npm info linkStuff osenv@0.1.3
64661npm verb linkBins osenv@0.1.3
64662npm verb linkMans osenv@0.1.3
64663npm info linkStuff os-homedir@1.0.1
64664npm verb linkBins os-homedir@1.0.1
64665npm verb linkMans os-homedir@1.0.1
64666npm info linkStuff untildify@2.1.0
64667npm verb linkBins untildify@2.1.0
64668npm verb linkMans untildify@2.1.0
64669npm info linkStuff bower-endpoint-parser@0.2.2
64670npm verb linkBins bower-endpoint-parser@0.2.2
64671npm verb linkMans bower-endpoint-parser@0.2.2
64672npm info linkStuff deep-extend@0.2.11
64673npm verb linkBins deep-extend@0.2.11
64674npm verb linkMans deep-extend@0.2.11
64675npm info linkStuff graceful-fs@2.0.3
64676npm verb linkBins graceful-fs@2.0.3
64677npm verb linkMans graceful-fs@2.0.3
64678npm info linkStuff intersect@0.0.3
64679npm verb linkBins intersect@0.0.3
64680npm verb linkMans intersect@0.0.3
64681npm info linkStuff bower-json@0.4.0
64682npm verb linkBins bower-json@0.4.0
64683npm verb linkMans bower-json@0.4.0
64684npm info linkStuff bower-logger@0.2.2
64685npm verb linkBins bower-logger@0.2.2
64686npm verb linkMans bower-logger@0.2.2
64687npm info linkStuff async@0.2.10
64688npm verb linkBins async@0.2.10
64689npm verb linkMans async@0.2.10
64690npm info linkStuff graceful-fs@4.1.2
64691npm verb linkBins graceful-fs@4.1.2
64692npm verb linkMans graceful-fs@4.1.2
64693npm info linkStuff mkdirp@0.3.5
64694npm verb linkBins mkdirp@0.3.5
64695npm verb linkMans mkdirp@0.3.5
64696npm info linkStuff ansicolors@0.2.1
64697npm verb linkBins ansicolors@0.2.1
64698npm verb linkMans ansicolors@0.2.1
64699npm info linkStuff esprima@1.0.4
64700npm verb linkBins esprima@1.0.4
64701npm verb link bins [ { esparse: './bin/esparse.js',
64702npm verb link bins esvalidate: './bin/esvalidate.js' },
64703npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin',
64704npm verb link bins false ]
64705npm verb linkMans esprima@1.0.4
64706npm 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
64707npm 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
64708npm info linkStuff redeyed@0.4.4
64709npm verb linkBins redeyed@0.4.4
64710npm verb linkMans redeyed@0.4.4
64711npm info linkStuff cardinal@0.4.4
64712npm verb linkBins cardinal@0.4.4
64713npm verb link bins [ { cdl: './bin/cdl.js' },
64714npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
64715npm verb link bins false ]
64716npm verb linkMans cardinal@0.4.4
64717npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/cdl
64718npm info linkStuff ansi-styles@2.1.0
64719npm verb linkBins ansi-styles@2.1.0
64720npm verb linkMans ansi-styles@2.1.0
64721npm info linkStuff escape-string-regexp@1.0.3
64722npm verb linkBins escape-string-regexp@1.0.3
64723npm verb linkMans escape-string-regexp@1.0.3
64724npm info linkStuff ansi-regex@2.0.0
64725npm verb linkBins ansi-regex@2.0.0
64726npm verb linkMans ansi-regex@2.0.0
64727npm info linkStuff has-ansi@2.0.0
64728npm verb linkBins has-ansi@2.0.0
64729npm verb linkMans has-ansi@2.0.0
64730npm info linkStuff ansi-regex@2.0.0
64731npm verb linkBins ansi-regex@2.0.0
64732npm verb linkMans ansi-regex@2.0.0
64733npm info linkStuff strip-ansi@3.0.0
64734npm verb linkBins strip-ansi@3.0.0
64735npm verb linkMans strip-ansi@3.0.0
64736npm info linkStuff supports-color@2.0.0
64737npm verb linkBins supports-color@2.0.0
64738npm verb linkMans supports-color@2.0.0
64739npm info linkStuff chalk@1.1.1
64740npm verb linkBins chalk@1.1.1
64741npm verb linkMans chalk@1.1.1
64742npm info linkStuff chmodr@1.0.2
64743npm verb linkBins chmodr@1.0.2
64744npm verb linkMans chmodr@1.0.2
64745npm info linkStuff lodash@3.10.1
64746npm verb linkBins lodash@3.10.1
64747npm verb linkMans lodash@3.10.1
64748npm info linkStuff sprintf-js@1.0.3
64749npm verb linkBins sprintf-js@1.0.3
64750npm verb linkMans sprintf-js@1.0.3
64751npm info linkStuff argparse@1.0.3
64752npm verb linkBins argparse@1.0.3
64753npm verb linkMans argparse@1.0.3
64754npm info linkStuff esprima@2.7.1
64755npm verb linkBins esprima@2.7.1
64756npm verb link bins [ { esparse: './bin/esparse.js',
64757npm verb link bins esvalidate: './bin/esvalidate.js' },
64758npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin',
64759npm verb link bins false ]
64760npm verb linkMans esprima@2.7.1
64761npm 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
64762npm 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
64763npm info linkStuff inherit@2.2.2
64764npm verb linkBins inherit@2.2.2
64765npm verb linkMans inherit@2.2.2
64766npm info linkStuff js-yaml@3.4.6
64767npm verb linkBins js-yaml@3.4.6
64768npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
64769npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/.bin',
64770npm verb link bins false ]
64771npm verb linkMans js-yaml@3.4.6
64772npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/.bin/js-yaml
64773npm info linkStuff object-assign@2.1.1
64774npm verb linkBins object-assign@2.1.1
64775npm verb linkMans object-assign@2.1.1
64776npm info linkStuff os-homedir@1.0.1
64777npm verb linkBins os-homedir@1.0.1
64778npm verb linkMans os-homedir@1.0.1
64779npm info linkStuff os-tmpdir@1.0.1
64780npm verb linkBins os-tmpdir@1.0.1
64781npm verb linkMans os-tmpdir@1.0.1
64782npm info linkStuff osenv@0.1.3
64783npm verb linkBins osenv@0.1.3
64784npm verb linkMans osenv@0.1.3
64785npm info linkStuff uuid@2.0.1
64786npm verb linkBins uuid@2.0.1
64787npm verb linkMans uuid@2.0.1
64788npm info linkStuff buffers@0.1.1
64789npm verb linkBins buffers@0.1.1
64790npm verb linkMans buffers@0.1.1
64791npm info linkStuff traverse@0.3.9
64792npm verb linkBins traverse@0.3.9
64793npm verb linkMans traverse@0.3.9
64794npm info linkStuff chainsaw@0.1.0
64795npm verb linkBins chainsaw@0.1.0
64796npm verb linkMans chainsaw@0.1.0
64797npm info linkStuff binary@0.3.0
64798npm verb linkBins binary@0.3.0
64799npm verb linkMans binary@0.3.0
64800npm info linkStuff mkpath@0.1.0
64801npm verb linkBins mkpath@0.1.0
64802npm verb linkMans mkpath@0.1.0
64803npm info linkStuff core-util-is@1.0.2
64804npm verb linkBins core-util-is@1.0.2
64805npm verb linkMans core-util-is@1.0.2
64806npm info linkStuff inherits@2.0.1
64807npm verb linkBins inherits@2.0.1
64808npm verb linkMans inherits@2.0.1
64809npm info linkStuff isarray@0.0.1
64810npm verb linkBins isarray@0.0.1
64811npm verb linkMans isarray@0.0.1
64812npm info linkStuff string_decoder@0.10.31
64813npm verb linkBins string_decoder@0.10.31
64814npm verb linkMans string_decoder@0.10.31
64815npm info linkStuff readable-stream@1.1.13
64816npm verb linkBins readable-stream@1.1.13
64817npm verb linkMans readable-stream@1.1.13
64818npm info linkStuff nopt@1.0.10
64819npm verb linkBins nopt@1.0.10
64820npm verb link bins [ { nopt: './bin/nopt.js' },
64821npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin',
64822npm verb link bins false ]
64823npm verb linkMans nopt@1.0.10
64824npm 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
64825npm info linkStuff touch@0.0.3
64826npm verb linkBins touch@0.0.3
64827npm verb linkMans touch@0.0.3
64828npm info linkStuff destroy@1.0.3
64829npm verb linkBins destroy@1.0.3
64830npm verb linkMans destroy@1.0.3
64831npm info linkStuff graceful-fs@4.1.2
64832npm verb linkBins graceful-fs@4.1.2
64833npm verb linkMans graceful-fs@4.1.2
64834npm info linkStuff iferr@0.1.5
64835npm verb linkBins iferr@0.1.5
64836npm verb linkMans iferr@0.1.5
64837npm info linkStuff imurmurhash@0.1.4
64838npm verb linkBins imurmurhash@0.1.4
64839npm verb linkMans imurmurhash@0.1.4
64840npm info linkStuff core-util-is@1.0.2
64841npm verb linkBins core-util-is@1.0.2
64842npm verb linkMans core-util-is@1.0.2
64843npm info linkStuff inherits@2.0.1
64844npm verb linkBins inherits@2.0.1
64845npm verb linkMans inherits@2.0.1
64846npm info linkStuff isarray@0.0.1
64847npm verb linkBins isarray@0.0.1
64848npm verb linkMans isarray@0.0.1
64849npm info linkStuff process-nextick-args@1.0.6
64850npm verb linkBins process-nextick-args@1.0.6
64851npm verb linkMans process-nextick-args@1.0.6
64852npm info linkStuff string_decoder@0.10.31
64853npm verb linkBins string_decoder@0.10.31
64854npm verb linkMans string_decoder@0.10.31
64855npm info linkStuff util-deprecate@1.0.2
64856npm verb linkBins util-deprecate@1.0.2
64857npm verb linkMans util-deprecate@1.0.2
64858npm info linkStuff readable-stream@2.0.4
64859npm verb linkBins readable-stream@2.0.4
64860npm verb linkMans readable-stream@2.0.4
64861npm info linkStuff fs-write-stream-atomic@1.0.7
64862npm verb linkBins fs-write-stream-atomic@1.0.7
64863npm verb linkMans fs-write-stream-atomic@1.0.7
64864npm info linkStuff inherits@2.0.1
64865npm verb linkBins inherits@2.0.1
64866npm verb linkMans inherits@2.0.1
64867npm info linkStuff balanced-match@0.3.0
64868npm verb linkBins balanced-match@0.3.0
64869npm verb linkMans balanced-match@0.3.0
64870npm info linkStuff concat-map@0.0.1
64871npm verb linkBins concat-map@0.0.1
64872npm verb linkMans concat-map@0.0.1
64873npm info linkStuff brace-expansion@1.1.2
64874npm verb linkBins brace-expansion@1.1.2
64875npm verb linkMans brace-expansion@1.1.2
64876npm info linkStuff minimatch@3.0.0
64877npm verb linkBins minimatch@3.0.0
64878npm verb linkMans minimatch@3.0.0
64879npm info linkStuff graceful-fs@4.1.2
64880npm verb linkBins graceful-fs@4.1.2
64881npm verb linkMans graceful-fs@4.1.2
64882npm info linkStuff inherits@2.0.1
64883npm verb linkBins inherits@2.0.1
64884npm verb linkMans inherits@2.0.1
64885npm info linkStuff mime@1.3.4
64886npm verb linkBins mime@1.3.4
64887npm verb link bins [ { mime: 'cli.js' },
64888npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/github/node_modules/.bin',
64889npm verb link bins false ]
64890npm verb linkMans mime@1.3.4
64891npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/github/node_modules/.bin/mime
64892npm info linkStuff github@0.2.4
64893npm verb linkBins github@0.2.4
64894npm verb linkMans github@0.2.4
64895npm info linkStuff wrappy@1.0.1
64896npm verb linkBins wrappy@1.0.1
64897npm verb linkMans wrappy@1.0.1
64898npm info linkStuff inherits@2.0.1
64899npm verb linkBins inherits@2.0.1
64900npm verb linkMans inherits@2.0.1
64901npm info linkStuff balanced-match@0.3.0
64902npm verb linkBins balanced-match@0.3.0
64903npm verb linkMans balanced-match@0.3.0
64904npm info linkStuff concat-map@0.0.1
64905npm verb linkBins concat-map@0.0.1
64906npm verb linkMans concat-map@0.0.1
64907npm info linkStuff brace-expansion@1.1.2
64908npm verb linkBins brace-expansion@1.1.2
64909npm verb linkMans brace-expansion@1.1.2
64910npm info linkStuff minimatch@2.0.10
64911npm verb linkBins minimatch@2.0.10
64912npm verb linkMans minimatch@2.0.10
64913npm info linkStuff wrappy@1.0.1
64914npm verb linkBins wrappy@1.0.1
64915npm verb linkMans wrappy@1.0.1
64916npm info linkStuff once@1.3.3
64917npm verb linkBins once@1.3.3
64918npm verb linkMans once@1.3.3
64919npm info linkStuff inflight@1.0.4
64920npm verb linkBins inflight@1.0.4
64921npm verb linkMans inflight@1.0.4
64922npm info linkStuff glob@4.5.3
64923npm verb linkBins glob@4.5.3
64924npm verb linkMans glob@4.5.3
64925npm info linkStuff graceful-fs@3.0.8
64926npm verb linkBins graceful-fs@3.0.8
64927npm verb linkMans graceful-fs@3.0.8
64928npm info linkStuff wordwrap@0.0.3
64929npm verb linkBins wordwrap@0.0.3
64930npm verb linkMans wordwrap@0.0.3
64931npm info linkStuff optimist@0.3.7
64932npm verb linkBins optimist@0.3.7
64933npm verb linkMans optimist@0.3.7
64934npm info linkStuff async@0.2.10
64935npm verb linkBins async@0.2.10
64936npm verb linkMans async@0.2.10
64937npm info linkStuff amdefine@1.0.0
64938npm verb linkBins amdefine@1.0.0
64939npm verb linkMans amdefine@1.0.0
64940npm info linkStuff source-map@0.1.43
64941npm verb linkBins source-map@0.1.43
64942npm verb linkMans source-map@0.1.43
64943npm info linkStuff uglify-js@2.3.6
64944npm verb linkBins uglify-js@2.3.6
64945npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
64946npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/.bin',
64947npm verb link bins false ]
64948npm verb linkMans uglify-js@2.3.6
64949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/.bin/uglifyjs
64950npm info linkStuff handlebars@2.0.0
64951npm verb linkBins handlebars@2.0.0
64952npm verb link bins [ { handlebars: 'bin/handlebars' },
64953npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
64954npm verb link bins false ]
64955npm verb linkMans handlebars@2.0.0
64956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/handlebars
64957npm info linkStuff ansi-escapes@1.1.0
64958npm verb linkBins ansi-escapes@1.1.0
64959npm verb linkMans ansi-escapes@1.1.0
64960npm info linkStuff ansi-regex@2.0.0
64961npm verb linkBins ansi-regex@2.0.0
64962npm verb linkMans ansi-regex@2.0.0
64963npm info linkStuff exit-hook@1.1.1
64964npm verb linkBins exit-hook@1.1.1
64965npm verb linkMans exit-hook@1.1.1
64966npm info linkStuff onetime@1.0.0
64967npm verb linkBins onetime@1.0.0
64968npm verb linkMans onetime@1.0.0
64969npm info linkStuff restore-cursor@1.0.1
64970npm verb linkBins restore-cursor@1.0.1
64971npm verb linkMans restore-cursor@1.0.1
64972npm info linkStuff cli-cursor@1.0.2
64973npm verb linkBins cli-cursor@1.0.2
64974npm verb linkMans cli-cursor@1.0.2
64975npm info linkStuff cli-width@1.1.0
64976npm verb linkBins cli-width@1.1.0
64977npm verb linkMans cli-width@1.1.0
64978npm info linkStuff figures@1.4.0
64979npm verb linkBins figures@1.4.0
64980npm verb linkMans figures@1.4.0
64981npm info linkStuff lodash@3.10.1
64982npm verb linkBins lodash@3.10.1
64983npm verb linkMans lodash@3.10.1
64984npm info linkStuff number-is-nan@1.0.0
64985npm verb linkBins number-is-nan@1.0.0
64986npm verb linkMans number-is-nan@1.0.0
64987npm info linkStuff code-point-at@1.0.0
64988npm verb linkBins code-point-at@1.0.0
64989npm verb linkMans code-point-at@1.0.0
64990npm info linkStuff number-is-nan@1.0.0
64991npm verb linkBins number-is-nan@1.0.0
64992npm verb linkMans number-is-nan@1.0.0
64993npm info linkStuff is-fullwidth-code-point@1.0.0
64994npm verb linkBins is-fullwidth-code-point@1.0.0
64995npm verb linkMans is-fullwidth-code-point@1.0.0
64996npm info linkStuff mute-stream@0.0.5
64997npm verb linkBins mute-stream@0.0.5
64998npm verb linkMans mute-stream@0.0.5
64999npm info linkStuff readline2@1.0.1
65000npm verb linkBins readline2@1.0.1
65001npm verb linkMans readline2@1.0.1
65002npm info linkStuff wrappy@1.0.1
65003npm verb linkBins wrappy@1.0.1
65004npm verb linkMans wrappy@1.0.1
65005npm info linkStuff once@1.3.3
65006npm verb linkBins once@1.3.3
65007npm verb linkMans once@1.3.3
65008npm info linkStuff run-async@0.1.0
65009npm verb linkBins run-async@0.1.0
65010npm verb linkMans run-async@0.1.0
65011npm info linkStuff rx-lite@3.1.2
65012npm verb linkBins rx-lite@3.1.2
65013npm verb linkMans rx-lite@3.1.2
65014npm info linkStuff strip-ansi@3.0.0
65015npm verb linkBins strip-ansi@3.0.0
65016npm verb linkMans strip-ansi@3.0.0
65017npm info linkStuff through@2.3.8
65018npm verb linkBins through@2.3.8
65019npm verb linkMans through@2.3.8
65020npm info linkStuff inquirer@0.10.0
65021npm verb linkBins inquirer@0.10.0
65022npm verb linkMans inquirer@0.10.0
65023npm info linkStuff async@1.5.0
65024npm verb linkBins async@1.5.0
65025npm verb linkMans async@1.5.0
65026npm info linkStuff graceful-fs@4.1.2
65027npm verb linkBins graceful-fs@4.1.2
65028npm verb linkMans graceful-fs@4.1.2
65029npm info linkStuff os-tmpdir@1.0.1
65030npm verb linkBins os-tmpdir@1.0.1
65031npm verb linkMans os-tmpdir@1.0.1
65032npm info linkStuff os-homedir@1.0.1
65033npm verb linkBins os-homedir@1.0.1
65034npm verb linkMans os-homedir@1.0.1
65035npm info linkStuff osenv@0.1.3
65036npm verb linkBins osenv@0.1.3
65037npm verb linkMans osenv@0.1.3
65038npm info linkStuff uuid@2.0.1
65039npm verb linkBins uuid@2.0.1
65040npm verb linkMans uuid@2.0.1
65041npm info linkStuff imurmurhash@0.1.4
65042npm verb linkBins imurmurhash@0.1.4
65043npm verb linkMans imurmurhash@0.1.4
65044npm info linkStuff slide@1.1.6
65045npm verb linkBins slide@1.1.6
65046npm verb linkMans slide@1.1.6
65047npm info linkStuff write-file-atomic@1.1.4
65048npm verb linkBins write-file-atomic@1.1.4
65049npm verb linkMans write-file-atomic@1.1.4
65050npm info linkStuff os-homedir@1.0.1
65051npm verb linkBins os-homedir@1.0.1
65052npm verb linkMans os-homedir@1.0.1
65053npm info linkStuff xdg-basedir@2.0.0
65054npm verb linkBins xdg-basedir@2.0.0
65055npm verb linkMans xdg-basedir@2.0.0
65056npm info linkStuff lodash._getnative@3.9.1
65057npm verb linkBins lodash._getnative@3.9.1
65058npm verb linkMans lodash._getnative@3.9.1
65059npm info linkStuff lodash.debounce@3.1.1
65060npm verb linkBins lodash.debounce@3.1.1
65061npm verb linkMans lodash.debounce@3.1.1
65062npm info linkStuff object-assign@4.0.1
65063npm verb linkBins object-assign@4.0.1
65064npm verb linkMans object-assign@4.0.1
65065npm info linkStuff minimist@1.2.0
65066npm verb linkBins minimist@1.2.0
65067npm verb linkMans minimist@1.2.0
65068npm info linkStuff osx-release@1.1.0
65069npm verb linkBins osx-release@1.1.0
65070npm verb link bins [ { 'osx-release': 'cli.js' },
65071npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin',
65072npm verb link bins false ]
65073npm verb linkMans osx-release@1.1.0
65074npm 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
65075npm info linkStuff semver@5.1.0
65076npm verb linkBins semver@5.1.0
65077npm verb link bins [ { semver: './bin/semver' },
65078npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin',
65079npm verb link bins false ]
65080npm verb linkMans semver@5.1.0
65081npm 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
65082npm info linkStuff win-release@1.1.1
65083npm verb linkBins win-release@1.1.1
65084npm verb linkMans win-release@1.1.1
65085npm info linkStuff os-name@1.0.3
65086npm verb linkBins os-name@1.0.3
65087npm verb link bins [ { 'os-name': 'cli.js' },
65088npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/.bin',
65089npm verb link bins false ]
65090npm verb linkMans os-name@1.0.3
65091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/.bin/os-name
65092npm info linkStuff tough-cookie@2.2.1
65093npm verb linkBins tough-cookie@2.2.1
65094npm verb linkMans tough-cookie@2.2.1
65095npm info linkStuff is-root@1.0.0
65096npm verb linkBins is-root@1.0.0
65097npm verb linkMans is-root@1.0.0
65098npm info linkStuff junk@1.0.2
65099npm verb linkBins junk@1.0.2
65100npm verb linkMans junk@1.0.2
65101npm info linkStuff lockfile@1.0.1
65102npm verb linkBins lockfile@1.0.1
65103npm verb linkMans lockfile@1.0.1
65104npm info linkStuff lru-cache@2.7.3
65105npm verb linkBins lru-cache@2.7.3
65106npm verb linkMans lru-cache@2.7.3
65107npm info linkStuff md5-o-matic@0.1.1
65108npm verb linkBins md5-o-matic@0.1.1
65109npm verb linkMans md5-o-matic@0.1.1
65110npm info linkStuff md5-hex@1.1.0
65111npm verb linkBins md5-hex@1.1.0
65112npm verb linkMans md5-hex@1.1.0
65113npm info linkStuff minimist@0.0.8
65114npm verb linkBins minimist@0.0.8
65115npm verb linkMans minimist@0.0.8
65116npm info linkStuff mkdirp@0.5.0
65117npm verb linkBins mkdirp@0.5.0
65118npm verb link bins [ { mkdirp: 'bin/cmd.js' },
65119npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
65120npm verb link bins false ]
65121npm verb linkMans mkdirp@0.5.0
65122npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/mkdirp
65123npm info linkStuff configstore@1.4.0
65124npm verb linkBins configstore@1.4.0
65125npm verb linkMans configstore@1.4.0
65126npm info linkStuff mout@0.11.1
65127npm verb linkBins mout@0.11.1
65128npm verb linkMans mout@0.11.1
65129npm info linkStuff bower-config@1.3.0
65130npm verb linkBins bower-config@1.3.0
65131npm verb linkMans bower-config@1.3.0
65132npm info linkStuff nopt@3.0.6
65133npm verb linkBins nopt@3.0.6
65134npm verb link bins [ { nopt: './bin/nopt.js' },
65135npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
65136npm verb link bins false ]
65137npm verb linkMans nopt@3.0.6
65138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/nopt
65139npm info linkStuff opn@1.0.2
65140npm verb linkBins opn@1.0.2
65141npm verb link bins [ { opn: 'cli.js' },
65142npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
65143npm verb link bins false ]
65144npm verb linkMans opn@1.0.2
65145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/opn
65146npm info linkStuff q@0.9.7
65147npm verb linkBins q@0.9.7
65148npm verb linkMans q@0.9.7
65149npm info linkStuff p-throttler@0.1.1
65150npm verb linkBins p-throttler@0.1.1
65151npm verb linkMans p-throttler@0.1.1
65152npm info linkStuff mute-stream@0.0.5
65153npm verb linkBins mute-stream@0.0.5
65154npm verb linkMans mute-stream@0.0.5
65155npm info linkStuff read@1.0.7
65156npm verb linkBins read@1.0.7
65157npm verb linkMans read@1.0.7
65158npm info linkStuff promptly@0.2.0
65159npm verb linkBins promptly@0.2.0
65160npm verb linkMans promptly@0.2.0
65161npm info linkStuff q@1.4.1
65162npm verb linkBins q@1.4.1
65163npm verb linkMans q@1.4.1
65164npm info linkStuff decompress-zip@0.1.0
65165npm verb linkBins decompress-zip@0.1.0
65166npm verb link bins [ { 'decompress-zip': 'bin/decompress-zip' },
65167npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
65168npm verb link bins false ]
65169npm verb linkMans decompress-zip@0.1.0
65170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/decompress-zip
65171npm info linkStuff throttleit@0.0.2
65172npm verb linkBins throttleit@0.0.2
65173npm verb linkMans throttleit@0.0.2
65174npm info linkStuff request-progress@0.3.1
65175npm verb linkBins request-progress@0.3.1
65176npm verb linkMans request-progress@0.3.1
65177npm info linkStuff aws-sign2@0.5.0
65178npm verb linkBins aws-sign2@0.5.0
65179npm verb linkMans aws-sign2@0.5.0
65180npm info linkStuff core-util-is@1.0.2
65181npm verb linkBins core-util-is@1.0.2
65182npm verb linkMans core-util-is@1.0.2
65183npm info linkStuff inherits@2.0.1
65184npm verb linkBins inherits@2.0.1
65185npm verb linkMans inherits@2.0.1
65186npm info linkStuff isarray@0.0.1
65187npm verb linkBins isarray@0.0.1
65188npm verb linkMans isarray@0.0.1
65189npm info linkStuff string_decoder@0.10.31
65190npm verb linkBins string_decoder@0.10.31
65191npm verb linkMans string_decoder@0.10.31
65192npm info linkStuff readable-stream@1.0.33
65193npm verb linkBins readable-stream@1.0.33
65194npm verb linkMans readable-stream@1.0.33
65195npm info linkStuff bl@0.9.4
65196npm verb linkBins bl@0.9.4
65197npm verb linkMans bl@0.9.4
65198npm info linkStuff caseless@0.9.0
65199npm verb linkBins caseless@0.9.0
65200npm verb linkMans caseless@0.9.0
65201npm info linkStuff delayed-stream@0.0.5
65202npm verb linkBins delayed-stream@0.0.5
65203npm verb linkMans delayed-stream@0.0.5
65204npm info linkStuff combined-stream@0.0.7
65205npm verb linkBins combined-stream@0.0.7
65206npm verb linkMans combined-stream@0.0.7
65207npm info linkStuff forever-agent@0.5.2
65208npm verb linkBins forever-agent@0.5.2
65209npm verb linkMans forever-agent@0.5.2
65210npm info linkStuff async@0.9.2
65211npm verb linkBins async@0.9.2
65212npm verb linkMans async@0.9.2
65213npm info linkStuff hoek@2.16.3
65214npm verb linkBins hoek@2.16.3
65215npm verb linkMans hoek@2.16.3
65216npm info linkStuff boom@2.10.1
65217npm verb linkBins boom@2.10.1
65218npm verb linkMans boom@2.10.1
65219npm info linkStuff cryptiles@2.0.5
65220npm verb linkBins cryptiles@2.0.5
65221npm verb linkMans cryptiles@2.0.5
65222npm info linkStuff sntp@1.0.9
65223npm verb linkBins sntp@1.0.9
65224npm verb linkMans sntp@1.0.9
65225npm info linkStuff hawk@2.3.1
65226npm verb linkBins hawk@2.3.1
65227npm verb linkMans hawk@2.3.1
65228npm info linkStuff asn1@0.1.11
65229npm verb linkBins asn1@0.1.11
65230npm verb linkMans asn1@0.1.11
65231npm info linkStuff assert-plus@0.1.5
65232npm verb linkBins assert-plus@0.1.5
65233npm verb linkMans assert-plus@0.1.5
65234npm info linkStuff ctype@0.5.3
65235npm verb linkBins ctype@0.5.3
65236npm verb linkMans ctype@0.5.3
65237npm info linkStuff http-signature@0.10.1
65238npm verb linkBins http-signature@0.10.1
65239npm verb linkMans http-signature@0.10.1
65240npm info linkStuff isstream@0.1.2
65241npm verb linkBins isstream@0.1.2
65242npm verb linkMans isstream@0.1.2
65243npm info linkStuff json-stringify-safe@5.0.1
65244npm verb linkBins json-stringify-safe@5.0.1
65245npm verb linkMans json-stringify-safe@5.0.1
65246npm info linkStuff mime-db@1.12.0
65247npm verb linkBins mime-db@1.12.0
65248npm verb linkMans mime-db@1.12.0
65249npm info linkStuff mime-types@2.0.14
65250npm verb linkBins mime-types@2.0.14
65251npm verb linkMans mime-types@2.0.14
65252npm info linkStuff form-data@0.2.0
65253npm verb linkBins form-data@0.2.0
65254npm verb linkMans form-data@0.2.0
65255npm info linkStuff node-uuid@1.4.7
65256npm verb linkBins node-uuid@1.4.7
65257npm verb link bins [ { uuid: './bin/uuid' },
65258npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/request/node_modules/.bin',
65259npm verb link bins false ]
65260npm verb linkMans node-uuid@1.4.7
65261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/request/node_modules/.bin/uuid
65262npm info linkStuff oauth-sign@0.6.0
65263npm verb linkBins oauth-sign@0.6.0
65264npm verb linkMans oauth-sign@0.6.0
65265npm info linkStuff qs@2.3.3
65266npm verb linkBins qs@2.3.3
65267npm verb linkMans qs@2.3.3
65268npm info linkStuff stringstream@0.0.5
65269npm verb linkBins stringstream@0.0.5
65270npm verb linkMans stringstream@0.0.5
65271npm info linkStuff tough-cookie@2.2.1
65272npm verb linkBins tough-cookie@2.2.1
65273npm verb linkMans tough-cookie@2.2.1
65274npm info linkStuff tunnel-agent@0.4.2
65275npm verb linkBins tunnel-agent@0.4.2
65276npm verb linkMans tunnel-agent@0.4.2
65277npm info linkStuff request@2.53.0
65278npm verb linkBins request@2.53.0
65279npm verb linkMans request@2.53.0
65280npm info linkStuff insight@0.7.0
65281npm verb linkBins insight@0.7.0
65282npm verb linkMans insight@0.7.0
65283npm info linkStuff retry@0.6.1
65284npm verb linkBins retry@0.6.1
65285npm verb linkMans retry@0.6.1
65286npm info linkStuff request-replay@0.2.0
65287npm verb linkBins request-replay@0.2.0
65288npm verb linkMans request-replay@0.2.0
65289npm info linkStuff wrappy@1.0.1
65290npm verb linkBins wrappy@1.0.1
65291npm verb linkMans wrappy@1.0.1
65292npm info linkStuff inherits@2.0.1
65293npm verb linkBins inherits@2.0.1
65294npm verb linkMans inherits@2.0.1
65295npm info linkStuff balanced-match@0.3.0
65296npm verb linkBins balanced-match@0.3.0
65297npm verb linkMans balanced-match@0.3.0
65298npm info linkStuff concat-map@0.0.1
65299npm verb linkBins concat-map@0.0.1
65300npm verb linkMans concat-map@0.0.1
65301npm info linkStuff brace-expansion@1.1.2
65302npm verb linkBins brace-expansion@1.1.2
65303npm verb linkMans brace-expansion@1.1.2
65304npm info linkStuff minimatch@3.0.0
65305npm verb linkBins minimatch@3.0.0
65306npm verb linkMans minimatch@3.0.0
65307npm info linkStuff wrappy@1.0.1
65308npm verb linkBins wrappy@1.0.1
65309npm verb linkMans wrappy@1.0.1
65310npm info linkStuff once@1.3.3
65311npm verb linkBins once@1.3.3
65312npm verb linkMans once@1.3.3
65313npm info linkStuff inflight@1.0.4
65314npm verb linkBins inflight@1.0.4
65315npm verb linkMans inflight@1.0.4
65316npm info linkStuff path-is-absolute@1.0.0
65317npm verb linkBins path-is-absolute@1.0.0
65318npm verb linkMans path-is-absolute@1.0.0
65319npm info linkStuff glob@5.0.15
65320npm verb linkBins glob@5.0.15
65321npm verb linkMans glob@5.0.15
65322npm info linkStuff rimraf@2.4.4
65323npm verb linkBins rimraf@2.4.4
65324npm verb link bins [ { rimraf: './bin.js' },
65325npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
65326npm verb link bins false ]
65327npm verb linkMans rimraf@2.4.4
65328npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/rimraf
65329npm info linkStuff fstream@1.0.8
65330npm verb linkBins fstream@1.0.8
65331npm verb linkMans fstream@1.0.8
65332npm info linkStuff fstream-ignore@1.0.3
65333npm verb linkBins fstream-ignore@1.0.3
65334npm verb linkMans fstream-ignore@1.0.3
65335npm info linkStuff bower-registry-client@1.0.0
65336npm verb linkBins bower-registry-client@1.0.0
65337npm verb linkMans bower-registry-client@1.0.0
65338npm info linkStuff semver@2.3.2
65339npm verb linkBins semver@2.3.2
65340npm verb link bins [ { semver: './bin/semver' },
65341npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
65342npm verb link bins false ]
65343npm verb linkMans semver@2.3.2
65344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/semver
65345npm info linkStuff array-filter@0.0.1
65346npm verb linkBins array-filter@0.0.1
65347npm verb linkMans array-filter@0.0.1
65348npm info linkStuff array-map@0.0.0
65349npm verb linkBins array-map@0.0.0
65350npm verb linkMans array-map@0.0.0
65351npm info linkStuff array-reduce@0.0.0
65352npm verb linkBins array-reduce@0.0.0
65353npm verb linkMans array-reduce@0.0.0
65354npm info linkStuff jsonify@0.0.0
65355npm verb linkBins jsonify@0.0.0
65356npm verb linkMans jsonify@0.0.0
65357npm info linkStuff shell-quote@1.4.3
65358npm verb linkBins shell-quote@1.4.3
65359npm verb linkMans shell-quote@1.4.3
65360npm info linkStuff stringify-object@1.0.1
65361npm verb linkBins stringify-object@1.0.1
65362npm verb linkMans stringify-object@1.0.1
65363npm info linkStuff wrappy@1.0.1
65364npm verb linkBins wrappy@1.0.1
65365npm verb linkMans wrappy@1.0.1
65366npm info linkStuff once@1.3.3
65367npm verb linkBins once@1.3.3
65368npm verb linkMans once@1.3.3
65369npm info linkStuff end-of-stream@1.1.0
65370npm verb linkBins end-of-stream@1.1.0
65371npm verb linkMans end-of-stream@1.1.0
65372npm info linkStuff pump@1.0.1
65373npm verb linkBins pump@1.0.1
65374npm verb linkMans pump@1.0.1
65375npm info linkStuff wrappy@1.0.1
65376npm verb linkBins wrappy@1.0.1
65377npm verb linkMans wrappy@1.0.1
65378npm info linkStuff once@1.3.3
65379npm verb linkBins once@1.3.3
65380npm verb linkMans once@1.3.3
65381npm info linkStuff end-of-stream@1.1.0
65382npm verb linkBins end-of-stream@1.1.0
65383npm verb linkMans end-of-stream@1.1.0
65384npm info linkStuff core-util-is@1.0.2
65385npm verb linkBins core-util-is@1.0.2
65386npm verb linkMans core-util-is@1.0.2
65387npm info linkStuff inherits@2.0.1
65388npm verb linkBins inherits@2.0.1
65389npm verb linkMans inherits@2.0.1
65390npm info linkStuff isarray@0.0.1
65391npm verb linkBins isarray@0.0.1
65392npm verb linkMans isarray@0.0.1
65393npm info linkStuff process-nextick-args@1.0.6
65394npm verb linkBins process-nextick-args@1.0.6
65395npm verb linkMans process-nextick-args@1.0.6
65396npm info linkStuff string_decoder@0.10.31
65397npm verb linkBins string_decoder@0.10.31
65398npm verb linkMans string_decoder@0.10.31
65399npm info linkStuff util-deprecate@1.0.2
65400npm verb linkBins util-deprecate@1.0.2
65401npm verb linkMans util-deprecate@1.0.2
65402npm info linkStuff readable-stream@2.0.4
65403npm verb linkBins readable-stream@2.0.4
65404npm verb linkMans readable-stream@2.0.4
65405npm info linkStuff bl@1.0.0
65406npm verb linkBins bl@1.0.0
65407npm verb linkMans bl@1.0.0
65408npm info linkStuff xtend@4.0.1
65409npm verb linkBins xtend@4.0.1
65410npm verb linkMans xtend@4.0.1
65411npm info linkStuff tar-stream@1.3.1
65412npm verb linkBins tar-stream@1.3.1
65413npm verb linkMans tar-stream@1.3.1
65414npm info linkStuff tar-fs@1.8.1
65415npm verb linkBins tar-fs@1.8.1
65416npm verb linkMans tar-fs@1.8.1
65417npm info linkStuff tmp@0.0.24
65418npm verb linkBins tmp@0.0.24
65419npm verb linkMans tmp@0.0.24
65420npm info linkStuff graceful-fs@4.1.2
65421npm verb linkBins graceful-fs@4.1.2
65422npm verb linkMans graceful-fs@4.1.2
65423npm info linkStuff object-assign@4.0.1
65424npm verb linkBins object-assign@4.0.1
65425npm verb linkMans object-assign@4.0.1
65426npm info linkStuff os-tmpdir@1.0.1
65427npm verb linkBins os-tmpdir@1.0.1
65428npm verb linkMans os-tmpdir@1.0.1
65429npm info linkStuff os-homedir@1.0.1
65430npm verb linkBins os-homedir@1.0.1
65431npm verb linkMans os-homedir@1.0.1
65432npm info linkStuff osenv@0.1.3
65433npm verb linkBins osenv@0.1.3
65434npm verb linkMans osenv@0.1.3
65435npm info linkStuff uuid@2.0.1
65436npm verb linkBins uuid@2.0.1
65437npm verb linkMans uuid@2.0.1
65438npm info linkStuff imurmurhash@0.1.4
65439npm verb linkBins imurmurhash@0.1.4
65440npm verb linkMans imurmurhash@0.1.4
65441npm info linkStuff slide@1.1.6
65442npm verb linkBins slide@1.1.6
65443npm verb linkMans slide@1.1.6
65444npm info linkStuff write-file-atomic@1.1.4
65445npm verb linkBins write-file-atomic@1.1.4
65446npm verb linkMans write-file-atomic@1.1.4
65447npm info linkStuff os-homedir@1.0.1
65448npm verb linkBins os-homedir@1.0.1
65449npm verb linkMans os-homedir@1.0.1
65450npm info linkStuff xdg-basedir@2.0.0
65451npm verb linkBins xdg-basedir@2.0.0
65452npm verb linkMans xdg-basedir@2.0.0
65453npm info linkStuff configstore@1.4.0
65454npm verb linkBins configstore@1.4.0
65455npm verb linkMans configstore@1.4.0
65456npm info linkStuff is-npm@1.0.0
65457npm verb linkBins is-npm@1.0.0
65458npm verb linkMans is-npm@1.0.0
65459npm info linkStuff capture-stack-trace@1.0.0
65460npm verb linkBins capture-stack-trace@1.0.0
65461npm verb linkMans capture-stack-trace@1.0.0
65462npm info linkStuff inherits@2.0.1
65463npm verb linkBins inherits@2.0.1
65464npm verb linkMans inherits@2.0.1
65465npm info linkStuff create-error-class@2.0.1
65466npm verb linkBins create-error-class@2.0.1
65467npm verb linkMans create-error-class@2.0.1
65468npm info linkStuff wrappy@1.0.1
65469npm verb linkBins wrappy@1.0.1
65470npm verb linkMans wrappy@1.0.1
65471npm info linkStuff once@1.3.3
65472npm verb linkBins once@1.3.3
65473npm verb linkMans once@1.3.3
65474npm info linkStuff end-of-stream@1.0.0
65475npm verb linkBins end-of-stream@1.0.0
65476npm verb linkMans end-of-stream@1.0.0
65477npm info linkStuff core-util-is@1.0.2
65478npm verb linkBins core-util-is@1.0.2
65479npm verb linkMans core-util-is@1.0.2
65480npm info linkStuff inherits@2.0.1
65481npm verb linkBins inherits@2.0.1
65482npm verb linkMans inherits@2.0.1
65483npm info linkStuff isarray@0.0.1
65484npm verb linkBins isarray@0.0.1
65485npm verb linkMans isarray@0.0.1
65486npm info linkStuff process-nextick-args@1.0.6
65487npm verb linkBins process-nextick-args@1.0.6
65488npm verb linkMans process-nextick-args@1.0.6
65489npm info linkStuff string_decoder@0.10.31
65490npm verb linkBins string_decoder@0.10.31
65491npm verb linkMans string_decoder@0.10.31
65492npm info linkStuff util-deprecate@1.0.2
65493npm verb linkBins util-deprecate@1.0.2
65494npm verb linkMans util-deprecate@1.0.2
65495npm info linkStuff readable-stream@2.0.4
65496npm verb linkBins readable-stream@2.0.4
65497npm verb linkMans readable-stream@2.0.4
65498npm info linkStuff duplexify@3.4.2
65499npm verb linkBins duplexify@3.4.2
65500npm verb linkMans duplexify@3.4.2
65501npm info linkStuff is-plain-obj@1.1.0
65502npm verb linkBins is-plain-obj@1.1.0
65503npm verb linkMans is-plain-obj@1.1.0
65504npm info linkStuff is-redirect@1.0.0
65505npm verb linkBins is-redirect@1.0.0
65506npm verb linkMans is-redirect@1.0.0
65507npm info linkStuff is-stream@1.0.1
65508npm verb linkBins is-stream@1.0.1
65509npm verb linkMans is-stream@1.0.1
65510npm info linkStuff lowercase-keys@1.0.0
65511npm verb linkBins lowercase-keys@1.0.0
65512npm verb linkMans lowercase-keys@1.0.0
65513npm info linkStuff node-status-codes@1.0.0
65514npm verb linkBins node-status-codes@1.0.0
65515npm verb linkMans node-status-codes@1.0.0
65516npm info linkStuff object-assign@4.0.1
65517npm verb linkBins object-assign@4.0.1
65518npm verb linkMans object-assign@4.0.1
65519npm info linkStuff is-arrayish@0.2.1
65520npm verb linkBins is-arrayish@0.2.1
65521npm verb linkMans is-arrayish@0.2.1
65522npm info linkStuff error-ex@1.3.0
65523npm verb linkBins error-ex@1.3.0
65524npm verb linkMans error-ex@1.3.0
65525npm info linkStuff parse-json@2.2.0
65526npm verb linkBins parse-json@2.2.0
65527npm verb linkMans parse-json@2.2.0
65528npm info linkStuff pinkie@2.0.1
65529npm verb linkBins pinkie@2.0.1
65530npm verb linkMans pinkie@2.0.1
65531npm info linkStuff pinkie-promise@2.0.0
65532npm verb linkBins pinkie-promise@2.0.0
65533npm verb linkMans pinkie-promise@2.0.0
65534npm info linkStuff pinkie@1.0.0
65535npm verb linkBins pinkie@1.0.0
65536npm verb linkMans pinkie@1.0.0
65537npm info linkStuff pinkie-promise@1.0.0
65538npm verb linkBins pinkie-promise@1.0.0
65539npm verb linkMans pinkie-promise@1.0.0
65540npm info linkStuff core-util-is@1.0.2
65541npm verb linkBins core-util-is@1.0.2
65542npm verb linkMans core-util-is@1.0.2
65543npm info linkStuff inherits@2.0.1
65544npm verb linkBins inherits@2.0.1
65545npm verb linkMans inherits@2.0.1
65546npm info linkStuff isarray@0.0.1
65547npm verb linkBins isarray@0.0.1
65548npm verb linkMans isarray@0.0.1
65549npm info linkStuff process-nextick-args@1.0.6
65550npm verb linkBins process-nextick-args@1.0.6
65551npm verb linkMans process-nextick-args@1.0.6
65552npm info linkStuff string_decoder@0.10.31
65553npm verb linkBins string_decoder@0.10.31
65554npm verb linkMans string_decoder@0.10.31
65555npm info linkStuff util-deprecate@1.0.2
65556npm verb linkBins util-deprecate@1.0.2
65557npm verb linkMans util-deprecate@1.0.2
65558npm info linkStuff readable-stream@2.0.4
65559npm verb linkBins readable-stream@2.0.4
65560npm verb linkMans readable-stream@2.0.4
65561npm info linkStuff read-all-stream@3.0.1
65562npm verb linkBins read-all-stream@3.0.1
65563npm verb linkMans read-all-stream@3.0.1
65564npm info linkStuff timed-out@2.0.0
65565npm verb linkBins timed-out@2.0.0
65566npm verb linkMans timed-out@2.0.0
65567npm info linkStuff unzip-response@1.0.0
65568npm verb linkBins unzip-response@1.0.0
65569npm verb linkMans unzip-response@1.0.0
65570npm info linkStuff prepend-http@1.0.3
65571npm verb linkBins prepend-http@1.0.3
65572npm verb linkMans prepend-http@1.0.3
65573npm info linkStuff url-parse-lax@1.0.0
65574npm verb linkBins url-parse-lax@1.0.0
65575npm verb linkMans url-parse-lax@1.0.0
65576npm info linkStuff got@5.2.0
65577npm verb linkBins got@5.2.0
65578npm verb linkMans got@5.2.0
65579npm info linkStuff deep-extend@0.4.0
65580npm verb linkBins deep-extend@0.4.0
65581npm verb linkMans deep-extend@0.4.0
65582npm info linkStuff ini@1.3.4
65583npm verb linkBins ini@1.3.4
65584npm verb linkMans ini@1.3.4
65585npm info linkStuff minimist@1.2.0
65586npm verb linkBins minimist@1.2.0
65587npm verb linkMans minimist@1.2.0
65588npm info linkStuff strip-json-comments@1.0.4
65589npm verb linkBins strip-json-comments@1.0.4
65590npm verb link bins [ { 'strip-json-comments': 'cli.js' },
65591npm 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',
65592npm verb link bins false ]
65593npm verb linkMans strip-json-comments@1.0.4
65594npm 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
65595npm info linkStuff rc@1.1.5
65596npm verb linkBins rc@1.1.5
65597npm verb link bins [ { rc: './index.js' },
65598npm 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',
65599npm verb link bins false ]
65600npm verb linkMans rc@1.1.5
65601npm 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
65602npm info linkStuff registry-url@3.0.3
65603npm verb linkBins registry-url@3.0.3
65604npm verb linkMans registry-url@3.0.3
65605npm info linkStuff semver@5.1.0
65606npm verb linkBins semver@5.1.0
65607npm verb link bins [ { semver: './bin/semver' },
65608npm 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',
65609npm verb link bins false ]
65610npm verb linkMans semver@5.1.0
65611npm 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
65612npm info linkStuff package-json@2.3.0
65613npm verb linkBins package-json@2.3.0
65614npm verb linkMans package-json@2.3.0
65615npm info linkStuff latest-version@2.0.0
65616npm verb linkBins latest-version@2.0.0
65617npm verb linkMans latest-version@2.0.0
65618npm info linkStuff number-is-nan@1.0.0
65619npm verb linkBins number-is-nan@1.0.0
65620npm verb linkMans number-is-nan@1.0.0
65621npm info linkStuff is-finite@1.0.1
65622npm verb linkBins is-finite@1.0.1
65623npm verb linkMans is-finite@1.0.1
65624npm info linkStuff repeating@2.0.0
65625npm verb linkBins repeating@2.0.0
65626npm verb linkMans repeating@2.0.0
65627npm info linkStuff semver@5.1.0
65628npm verb linkBins semver@5.1.0
65629npm verb link bins [ { semver: './bin/semver' },
65630npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin',
65631npm verb link bins false ]
65632npm verb linkMans semver@5.1.0
65633npm 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
65634npm info linkStuff semver-diff@2.1.0
65635npm verb linkBins semver-diff@2.1.0
65636npm verb linkMans semver-diff@2.1.0
65637npm info linkStuff ansi-regex@2.0.0
65638npm verb linkBins ansi-regex@2.0.0
65639npm verb linkMans ansi-regex@2.0.0
65640npm info linkStuff strip-ansi@3.0.0
65641npm verb linkBins strip-ansi@3.0.0
65642npm verb linkMans strip-ansi@3.0.0
65643npm info linkStuff string-length@1.0.1
65644npm verb linkBins string-length@1.0.1
65645npm verb linkMans string-length@1.0.1
65646npm info linkStuff update-notifier@0.6.0
65647npm verb linkBins update-notifier@0.6.0
65648npm verb linkMans update-notifier@0.6.0
65649npm info linkStuff user-home@1.1.1
65650npm verb linkBins user-home@1.1.1
65651npm verb link bins [ { 'user-home': 'cli.js' },
65652npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
65653npm verb link bins false ]
65654npm verb linkMans user-home@1.1.1
65655npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/user-home
65656npm info linkStuff xdg-basedir@1.0.1
65657npm verb linkBins xdg-basedir@1.0.1
65658npm verb linkMans xdg-basedir@1.0.1
65659npm info linkStuff configstore@0.3.2
65660npm verb linkBins configstore@0.3.2
65661npm verb linkMans configstore@0.3.2
65662npm info linkStuff is-relative@0.1.3
65663npm verb linkBins is-relative@0.1.3
65664npm verb linkMans is-relative@0.1.3
65665npm info linkStuff is-absolute@0.1.7
65666npm verb linkBins is-absolute@0.1.7
65667npm verb linkMans is-absolute@0.1.7
65668npm info linkStuff which@1.2.0
65669npm verb linkBins which@1.2.0
65670npm verb link bins [ { which: './bin/which' },
65671npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
65672npm verb link bins false ]
65673npm verb linkMans which@1.2.0
65674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/which
65675npm info linkStuff bplist-parser@0.1.1
65676npm verb linkBins bplist-parser@0.1.1
65677npm verb linkMans bplist-parser@0.1.1
65678npm info linkStuff minimist@0.0.8
65679npm verb linkBins minimist@0.0.8
65680npm verb linkMans minimist@0.0.8
65681npm info linkStuff mkdirp@0.5.1
65682npm verb linkBins mkdirp@0.5.1
65683npm verb link bins [ { mkdirp: 'bin/cmd.js' },
65684npm verb link bins '/var/www/manticore.git/node_modules/browser-launcher2/node_modules/.bin',
65685npm verb link bins false ]
65686npm verb linkMans mkdirp@0.5.1
65687npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/browser-launcher2/node_modules/.bin/mkdirp
65688npm info linkStuff rimraf@2.2.8
65689npm verb linkBins rimraf@2.2.8
65690npm verb link bins [ { rimraf: './bin.js' },
65691npm verb link bins '/var/www/manticore.git/node_modules/browser-launcher2/node_modules/.bin',
65692npm verb link bins false ]
65693npm verb linkMans rimraf@2.2.8
65694npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/browser-launcher2/node_modules/.bin/rimraf
65695npm info linkStuff buffer-crc32@0.2.1
65696npm verb linkBins buffer-crc32@0.2.1
65697npm verb linkMans buffer-crc32@0.2.1
65698npm info linkStuff buffer-equal-constant-time@1.0.1
65699npm verb linkBins buffer-equal-constant-time@1.0.1
65700npm verb linkMans buffer-equal-constant-time@1.0.1
65701npm info linkStuff buffers@0.1.1
65702npm verb linkBins buffers@0.1.1
65703npm verb linkMans buffers@0.1.1
65704npm info linkStuff builtin-modules@1.1.0
65705npm verb linkBins builtin-modules@1.1.0
65706npm verb linkMans builtin-modules@1.1.0
65707npm info linkStuff bytes@1.0.0
65708npm verb linkBins bytes@1.0.0
65709npm verb linkMans bytes@1.0.0
65710npm info linkStuff callsite@1.0.0
65711npm verb linkBins callsite@1.0.0
65712npm verb linkMans callsite@1.0.0
65713npm info linkStuff better-assert@1.0.2
65714npm verb linkBins better-assert@1.0.2
65715npm verb linkMans better-assert@1.0.2
65716npm info linkStuff camelcase@1.2.1
65717npm verb linkBins camelcase@1.2.1
65718npm verb linkMans camelcase@1.2.1
65719npm info linkStuff caniuse-db@1.0.30000382
65720npm verb linkBins caniuse-db@1.0.30000382
65721npm verb linkMans caniuse-db@1.0.30000382
65722npm info linkStuff caseless@0.11.0
65723npm verb linkBins caseless@0.11.0
65724npm verb linkMans caseless@0.11.0
65725npm info linkStuff semver@5.0.3
65726npm verb linkBins semver@5.0.3
65727npm verb link bins [ { semver: './bin/semver' },
65728npm verb link bins '/var/www/manticore.git/node_modules/cdnjs-cdn-data/node_modules/.bin',
65729npm verb link bins false ]
65730npm verb linkMans semver@5.0.3
65731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/cdnjs-cdn-data/node_modules/.bin/semver
65732npm info linkStuff cdnjs-cdn-data@0.1.2
65733npm verb linkBins cdnjs-cdn-data@0.1.2
65734npm verb linkMans cdnjs-cdn-data@0.1.2
65735npm info linkStuff traverse@0.3.9
65736npm verb linkBins traverse@0.3.9
65737npm verb linkMans traverse@0.3.9
65738npm info linkStuff chainsaw@0.1.0
65739npm verb linkBins chainsaw@0.1.0
65740npm verb linkMans chainsaw@0.1.0
65741npm info linkStuff binary@0.3.0
65742npm verb linkBins binary@0.3.0
65743npm verb linkMans binary@0.3.0
65744npm info linkStuff character-parser@1.2.0
65745npm verb linkBins character-parser@1.2.0
65746npm verb linkMans character-parser@1.2.0
65747npm info linkStuff charenc@0.0.1
65748npm verb linkBins charenc@0.0.1
65749npm verb linkMans charenc@0.0.1
65750npm info linkStuff entities@0.5.0
65751npm verb linkBins entities@0.5.0
65752npm verb linkMans entities@0.5.0
65753npm info linkStuff underscore@1.4.4
65754npm verb linkBins underscore@1.4.4
65755npm verb linkMans underscore@1.4.4
65756npm info linkStuff chmodr@0.1.0
65757npm verb linkBins chmodr@0.1.0
65758npm verb linkMans chmodr@0.1.0
65759npm info linkStuff graceful-fs@4.1.2
65760npm verb linkBins graceful-fs@4.1.2
65761npm verb linkMans graceful-fs@4.1.2
65762npm info linkStuff commander@2.2.0
65763npm verb linkBins commander@2.2.0
65764npm verb linkMans commander@2.2.0
65765npm info linkStuff clean-css@2.2.23
65766npm verb linkBins clean-css@2.2.23
65767npm verb link bins [ { cleancss: './bin/cleancss' },
65768npm verb link bins '/var/www/manticore.git/node_modules/.bin',
65769npm verb link bins false ]
65770npm verb linkMans clean-css@2.2.23
65771npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/cleancss
65772npm info linkStuff co@4.6.0
65773npm verb linkBins co@4.6.0
65774npm verb linkMans co@4.6.0
65775npm info linkStuff coffee-script@1.3.3
65776npm verb linkBins coffee-script@1.3.3
65777npm verb link bins [ { coffee: './bin/coffee', cake: './bin/cake' },
65778npm verb link bins '/var/www/manticore.git/node_modules/.bin',
65779npm verb link bins false ]
65780npm verb linkMans coffee-script@1.3.3
65781npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/coffee
65782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/cake
65783npm info linkStuff colors@0.6.2
65784npm verb linkBins colors@0.6.2
65785npm verb linkMans colors@0.6.2
65786npm info linkStuff commander@2.1.0
65787npm verb linkBins commander@2.1.0
65788npm verb linkMans commander@2.1.0
65789npm info linkStuff component-bind@1.0.0
65790npm verb linkBins component-bind@1.0.0
65791npm verb linkMans component-bind@1.0.0
65792npm info linkStuff component-emitter@1.1.2
65793npm verb linkBins component-emitter@1.1.2
65794npm verb linkMans component-emitter@1.1.2
65795npm info linkStuff component-inherit@0.0.3
65796npm verb linkBins component-inherit@0.0.3
65797npm verb linkMans component-inherit@0.0.3
65798npm info linkStuff compressible@1.1.1
65799npm verb linkBins compressible@1.1.1
65800npm verb linkMans compressible@1.1.1
65801npm info linkStuff concat-map@0.0.1
65802npm verb linkBins concat-map@0.0.1
65803npm verb linkMans concat-map@0.0.1
65804npm info linkStuff brace-expansion@1.1.2
65805npm verb linkBins brace-expansion@1.1.2
65806npm verb linkMans brace-expansion@1.1.2
65807npm info linkStuff minimatch@2.0.10
65808npm verb linkBins minimatch@2.0.10
65809npm verb linkMans minimatch@2.0.10
65810npm info linkStuff esprima@2.7.1
65811npm verb linkBins esprima@2.7.1
65812npm verb link bins [ { esparse: './bin/esparse.js',
65813npm verb link bins esvalidate: './bin/esvalidate.js' },
65814npm verb link bins '/var/www/manticore.git/node_modules/configstore/node_modules/.bin',
65815npm verb link bins false ]
65816npm verb linkMans esprima@2.7.1
65817npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/configstore/node_modules/.bin/esparse
65818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/configstore/node_modules/.bin/esvalidate
65819npm info linkStuff graceful-fs@3.0.8
65820npm verb linkBins graceful-fs@3.0.8
65821npm verb linkMans graceful-fs@3.0.8
65822npm info linkStuff lodash@3.10.1
65823npm verb linkBins lodash@3.10.1
65824npm verb linkMans lodash@3.10.1
65825npm info linkStuff minimist@0.0.8
65826npm verb linkBins minimist@0.0.8
65827npm verb linkMans minimist@0.0.8
65828npm info linkStuff mkdirp@0.5.1
65829npm verb linkBins mkdirp@0.5.1
65830npm verb link bins [ { mkdirp: 'bin/cmd.js' },
65831npm verb link bins '/var/www/manticore.git/node_modules/configstore/node_modules/.bin',
65832npm verb link bins false ]
65833npm verb linkMans mkdirp@0.5.1
65834npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/configstore/node_modules/.bin/mkdirp
65835npm info linkStuff object-assign@2.1.1
65836npm verb linkBins object-assign@2.1.1
65837npm verb linkMans object-assign@2.1.1
65838npm info linkStuff uuid@2.0.1
65839npm verb linkBins uuid@2.0.1
65840npm verb linkMans uuid@2.0.1
65841npm info linkStuff connect-livereload@0.4.1
65842npm verb linkBins connect-livereload@0.4.1
65843npm verb linkMans connect-livereload@0.4.1
65844npm info linkStuff ms@0.7.1
65845npm verb linkBins ms@0.7.1
65846npm verb linkMans ms@0.7.1
65847npm info linkStuff debug@2.2.0
65848npm verb linkBins debug@2.2.0
65849npm verb linkMans debug@2.2.0
65850npm info linkStuff bytes@2.1.0
65851npm verb linkBins bytes@2.1.0
65852npm verb linkMans bytes@2.1.0
65853npm info linkStuff cookie@0.1.3
65854npm verb linkBins cookie@0.1.3
65855npm verb linkMans cookie@0.1.3
65856npm info linkStuff cookie-signature@1.0.6
65857npm verb linkBins cookie-signature@1.0.6
65858npm verb linkMans cookie-signature@1.0.6
65859npm info linkStuff cookie-parser@1.3.5
65860npm verb linkBins cookie-parser@1.3.5
65861npm verb linkMans cookie-parser@1.3.5
65862npm info linkStuff depd@1.0.1
65863npm verb linkBins depd@1.0.1
65864npm verb linkMans depd@1.0.1
65865npm info linkStuff escape-html@1.0.2
65866npm verb linkBins escape-html@1.0.2
65867npm verb linkMans escape-html@1.0.2
65868npm info linkStuff fresh@0.3.0
65869npm verb linkBins fresh@0.3.0
65870npm verb linkMans fresh@0.3.0
65871npm info linkStuff iconv-lite@0.4.11
65872npm verb linkBins iconv-lite@0.4.11
65873npm verb linkMans iconv-lite@0.4.11
65874npm info linkStuff media-typer@0.3.0
65875npm verb linkBins media-typer@0.3.0
65876npm verb linkMans media-typer@0.3.0
65877npm info linkStuff methods@1.1.1
65878npm verb linkBins methods@1.1.1
65879npm verb linkMans methods@1.1.1
65880npm info linkStuff mime@1.3.4
65881npm verb linkBins mime@1.3.4
65882npm verb link bins [ { mime: 'cli.js' },
65883npm verb link bins '/var/www/manticore.git/node_modules/connect/node_modules/.bin',
65884npm verb link bins false ]
65885npm verb linkMans mime@1.3.4
65886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/connect/node_modules/.bin/mime
65887npm info linkStuff mime-db@1.20.0
65888npm verb linkBins mime-db@1.20.0
65889npm verb linkMans mime-db@1.20.0
65890npm info linkStuff compressible@2.0.6
65891npm verb linkBins compressible@2.0.6
65892npm verb linkMans compressible@2.0.6
65893npm info linkStuff mime-types@2.1.8
65894npm verb linkBins mime-types@2.1.8
65895npm verb linkMans mime-types@2.1.8
65896npm info linkStuff ms@0.7.1
65897npm verb linkBins ms@0.7.1
65898npm verb linkMans ms@0.7.1
65899npm info linkStuff debug@2.2.0
65900npm verb linkBins debug@2.2.0
65901npm verb linkMans debug@2.2.0
65902npm info linkStuff negotiator@0.5.3
65903npm verb linkBins negotiator@0.5.3
65904npm verb linkMans negotiator@0.5.3
65905npm info linkStuff accepts@1.2.13
65906npm verb linkBins accepts@1.2.13
65907npm verb linkMans accepts@1.2.13
65908npm info linkStuff errorhandler@1.4.2
65909npm verb linkBins errorhandler@1.4.2
65910npm verb linkMans errorhandler@1.4.2
65911npm info linkStuff parseurl@1.3.0
65912npm verb linkBins parseurl@1.3.0
65913npm verb linkMans parseurl@1.3.0
65914npm info linkStuff pause@0.1.0
65915npm verb linkBins pause@0.1.0
65916npm verb linkMans pause@0.1.0
65917npm info linkStuff qs@4.0.0
65918npm verb linkBins qs@4.0.0
65919npm verb linkMans qs@4.0.0
65920npm info linkStuff range-parser@1.0.3
65921npm verb linkBins range-parser@1.0.3
65922npm verb linkMans range-parser@1.0.3
65923npm info linkStuff bytes@2.2.0
65924npm verb linkBins bytes@2.2.0
65925npm verb linkMans bytes@2.2.0
65926npm info linkStuff iconv-lite@0.4.13
65927npm verb linkBins iconv-lite@0.4.13
65928npm verb linkMans iconv-lite@0.4.13
65929npm info linkStuff type-is@1.6.10
65930npm verb linkBins type-is@1.6.10
65931npm verb linkMans type-is@1.6.10
65932npm info linkStuff content-disposition@0.5.0
65933npm verb linkBins content-disposition@0.5.0
65934npm verb linkMans content-disposition@0.5.0
65935npm info linkStuff content-type@1.0.1
65936npm verb linkBins content-type@1.0.1
65937npm verb linkMans content-type@1.0.1
65938npm info linkStuff convert-source-map@0.4.1
65939npm verb linkBins convert-source-map@0.4.1
65940npm verb linkMans convert-source-map@0.4.1
65941npm info linkStuff cookie@0.1.0
65942npm verb linkBins cookie@0.1.0
65943npm verb linkMans cookie@0.1.0
65944npm info linkStuff cookie-signature@1.0.3
65945npm verb linkBins cookie-signature@1.0.3
65946npm verb linkMans cookie-signature@1.0.3
65947npm info linkStuff cookiejar@1.3.0
65948npm verb linkBins cookiejar@1.3.0
65949npm verb linkMans cookiejar@1.3.0
65950npm info linkStuff core-util-is@1.0.2
65951npm verb linkBins core-util-is@1.0.2
65952npm verb linkMans core-util-is@1.0.2
65953npm info linkStuff crc@3.3.0
65954npm verb linkBins crc@3.3.0
65955npm verb linkMans crc@3.3.0
65956npm info linkStuff crypt@0.0.1
65957npm verb linkBins crypt@0.0.1
65958npm verb linkMans crypt@0.0.1
65959npm info linkStuff css-parse@1.0.4
65960npm verb linkBins css-parse@1.0.4
65961npm verb linkMans css-parse@1.0.4
65962npm info linkStuff css-stringify@1.0.5
65963npm verb linkBins css-stringify@1.0.5
65964npm verb linkMans css-stringify@1.0.5
65965npm info linkStuff css@1.0.8
65966npm verb linkBins css@1.0.8
65967npm verb linkMans css@1.0.8
65968npm info linkStuff cookie@0.1.3
65969npm verb linkBins cookie@0.1.3
65970npm verb linkMans cookie@0.1.3
65971npm info linkStuff cookie-signature@1.0.6
65972npm verb linkBins cookie-signature@1.0.6
65973npm verb linkMans cookie-signature@1.0.6
65974npm info linkStuff ctype@0.5.3
65975npm verb linkBins ctype@0.5.3
65976npm verb linkMans ctype@0.5.3
65977npm info linkStuff http-signature@0.10.1
65978npm verb linkBins http-signature@0.10.1
65979npm verb linkMans http-signature@0.10.1
65980npm info linkStuff assert-plus@0.1.5
65981npm verb linkBins assert-plus@0.1.5
65982npm verb linkMans assert-plus@0.1.5
65983npm info linkStuff dashdash@1.10.1
65984npm verb linkBins dashdash@1.10.1
65985npm verb linkMans dashdash@1.10.1
65986npm info linkStuff date-now@0.1.4
65987npm verb linkBins date-now@0.1.4
65988npm verb linkMans date-now@0.1.4
65989npm info linkStuff console-browserify@1.1.0
65990npm verb linkBins console-browserify@1.1.0
65991npm verb linkMans console-browserify@1.1.0
65992npm info linkStuff date-time@0.1.1
65993npm verb linkBins date-time@0.1.1
65994npm verb linkMans date-time@0.1.1
65995npm info linkStuff dateformat@1.0.2-1.2.3
65996npm verb linkBins dateformat@1.0.2-1.2.3
65997npm verb linkMans dateformat@1.0.2-1.2.3
65998npm info linkStuff graceful-fs@3.0.8
65999npm verb linkBins graceful-fs@3.0.8
66000npm verb linkMans graceful-fs@3.0.8
66001npm info linkStuff nopt@2.2.1
66002npm verb linkBins nopt@2.2.1
66003npm verb link bins [ { nopt: './bin/nopt.js' },
66004npm verb link bins '/var/www/manticore.git/node_modules/decompress-zip/node_modules/.bin',
66005npm verb link bins false ]
66006npm verb linkMans nopt@2.2.1
66007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/decompress-zip/node_modules/.bin/nopt
66008npm info linkStuff q@1.0.1
66009npm verb linkBins q@1.0.1
66010npm verb linkMans q@1.0.1
66011npm info linkStuff get-stdin@0.1.0
66012npm verb linkBins get-stdin@0.1.0
66013npm verb linkMans get-stdin@0.1.0
66014npm info linkStuff nopt@2.2.1
66015npm verb linkBins nopt@2.2.1
66016npm verb link bins [ { nopt: './bin/nopt.js' },
66017npm verb link bins '/var/www/manticore.git/node_modules/decompress/node_modules/.bin',
66018npm verb link bins false ]
66019npm verb linkMans nopt@2.2.1
66020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/decompress/node_modules/.bin/nopt
66021npm info linkStuff deep-equal@0.0.0
66022npm verb linkBins deep-equal@0.0.0
66023npm verb linkMans deep-equal@0.0.0
66024npm info linkStuff deep-extend@0.2.11
66025npm verb linkBins deep-extend@0.2.11
66026npm verb linkMans deep-extend@0.2.11
66027npm info linkStuff camelcase@2.0.1
66028npm verb linkBins camelcase@2.0.1
66029npm verb linkMans camelcase@2.0.1
66030npm info linkStuff object-assign@4.0.1
66031npm verb linkBins object-assign@4.0.1
66032npm verb linkMans object-assign@4.0.1
66033npm info linkStuff defined@0.0.0
66034npm verb linkBins defined@0.0.0
66035npm verb linkMans defined@0.0.0
66036npm info linkStuff delayed-stream@1.0.0
66037npm verb linkBins delayed-stream@1.0.0
66038npm verb linkMans delayed-stream@1.0.0
66039npm info linkStuff combined-stream@1.0.5
66040npm verb linkBins combined-stream@1.0.5
66041npm verb linkMans combined-stream@1.0.5
66042npm info linkStuff depd@0.4.4
66043npm verb linkBins depd@0.4.4
66044npm verb linkMans depd@0.4.4
66045npm info linkStuff destroy@1.0.3
66046npm verb linkBins destroy@1.0.3
66047npm verb linkMans destroy@1.0.3
66048npm info linkStuff di@0.0.1
66049npm verb linkBins di@0.0.1
66050npm verb linkMans di@0.0.1
66051npm info linkStuff diff@1.0.8
66052npm verb linkBins diff@1.0.8
66053npm verb linkMans diff@1.0.8
66054npm info linkStuff domelementtype@1.1.3
66055npm verb linkBins domelementtype@1.1.3
66056npm verb linkMans domelementtype@1.1.3
66057npm info linkStuff entities@1.1.1
66058npm verb linkBins entities@1.1.1
66059npm verb linkMans entities@1.1.1
66060npm info linkStuff dom-serializer@0.1.0
66061npm verb linkBins dom-serializer@0.1.0
66062npm verb linkMans dom-serializer@0.1.0
66063npm info linkStuff domelementtype@1.3.0
66064npm verb linkBins domelementtype@1.3.0
66065npm verb linkMans domelementtype@1.3.0
66066npm info linkStuff domutils@1.1.6
66067npm verb linkBins domutils@1.1.6
66068npm verb linkMans domutils@1.1.6
66069npm info linkStuff domhandler@2.0.3
66070npm verb linkBins domhandler@2.0.3
66071npm verb linkMans domhandler@2.0.3
66072npm info linkStuff domutils@1.4.3
66073npm verb linkBins domutils@1.4.3
66074npm verb linkMans domutils@1.4.3
66075npm info linkStuff domhandler@2.3.0
66076npm verb linkBins domhandler@2.3.0
66077npm verb linkMans domhandler@2.3.0
66078npm info linkStuff domutils@1.5.1
66079npm verb linkBins domutils@1.5.1
66080npm verb linkMans domutils@1.5.1
66081npm info linkStuff get-stdin@0.1.0
66082npm verb linkBins get-stdin@0.1.0
66083npm verb linkMans get-stdin@0.1.0
66084npm info linkStuff nopt@2.2.1
66085npm verb linkBins nopt@2.2.1
66086npm verb link bins [ { nopt: './bin/nopt.js' },
66087npm verb link bins '/var/www/manticore.git/node_modules/download/node_modules/.bin',
66088npm verb link bins false ]
66089npm verb linkMans nopt@2.2.1
66090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/download/node_modules/.bin/nopt
66091npm info linkStuff nan@2.1.0
66092npm verb linkBins nan@2.1.0
66093npm verb linkMans nan@2.1.0
66094npm info linkStuff dtrace-provider@0.6.0
66095npm verb linkBins dtrace-provider@0.6.0
66096npm verb linkMans dtrace-provider@0.6.0
66097npm info linkStuff duplexer@0.1.1
66098npm verb linkBins duplexer@0.1.1
66099npm verb linkMans duplexer@0.1.1
66100npm info linkStuff each-async@0.1.3
66101npm verb linkBins each-async@0.1.3
66102npm verb linkMans each-async@0.1.3
66103npm info linkStuff ee-first@1.1.1
66104npm verb linkBins ee-first@1.1.1
66105npm verb linkMans ee-first@1.1.1
66106npm info linkStuff emitter-component@1.0.0
66107npm verb linkBins emitter-component@1.0.0
66108npm verb linkMans emitter-component@1.0.0
66109npm info linkStuff commander@0.6.1
66110npm verb linkBins commander@0.6.1
66111npm verb linkMans commander@0.6.1
66112npm info linkStuff nan@0.3.2
66113npm verb linkBins nan@0.3.2
66114npm verb linkMans nan@0.3.2
66115npm info linkStuff parseuri@0.0.4
66116npm verb linkBins parseuri@0.0.4
66117npm verb linkMans parseuri@0.0.4
66118npm info linkStuff xmlhttprequest@1.5.0
66119npm verb linkBins xmlhttprequest@1.5.0
66120npm verb linkMans xmlhttprequest@1.5.0
66121npm info linkStuff entities@1.0.0
66122npm verb linkBins entities@1.0.0
66123npm verb linkMans entities@1.0.0
66124npm info linkStuff es6-promise@2.1.1
66125npm verb linkBins es6-promise@2.1.1
66126npm verb linkMans es6-promise@2.1.1
66127npm info linkStuff es6-symbol@3.0.2
66128npm verb linkBins es6-symbol@3.0.2
66129npm verb linkMans es6-symbol@3.0.2
66130npm info linkStuff es5-ext@0.10.11
66131npm verb linkBins es5-ext@0.10.11
66132npm verb linkMans es5-ext@0.10.11
66133npm info linkStuff d@0.1.1
66134npm verb linkBins d@0.1.1
66135npm verb linkMans d@0.1.1
66136npm info linkStuff es6-iterator@2.0.0
66137npm verb linkBins es6-iterator@2.0.0
66138npm verb linkMans es6-iterator@2.0.0
66139npm info linkStuff es6-symbol@2.0.1
66140npm verb linkBins es6-symbol@2.0.1
66141npm verb linkMans es6-symbol@2.0.1
66142npm info linkStuff es6-iterator@0.1.3
66143npm verb linkBins es6-iterator@0.1.3
66144npm verb linkMans es6-iterator@0.1.3
66145npm info linkStuff es6-weak-map@0.1.4
66146npm verb linkBins es6-weak-map@0.1.4
66147npm verb linkMans es6-weak-map@0.1.4
66148npm info linkStuff escape-html@1.0.1
66149npm verb linkBins escape-html@1.0.1
66150npm verb linkMans escape-html@1.0.1
66151npm info linkStuff escape-string-regexp@1.0.4
66152npm verb linkBins escape-string-regexp@1.0.4
66153npm verb linkMans escape-string-regexp@1.0.4
66154npm info linkStuff decamelize@1.1.2
66155npm verb linkBins decamelize@1.1.2
66156npm verb linkMans decamelize@1.1.2
66157npm info linkStuff esprima@1.0.4
66158npm verb linkBins esprima@1.0.4
66159npm verb link bins [ { esparse: './bin/esparse.js',
66160npm verb link bins esvalidate: './bin/esvalidate.js' },
66161npm verb link bins '/var/www/manticore.git/node_modules/.bin',
66162npm verb link bins false ]
66163npm verb linkMans esprima@1.0.4
66164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/esparse
66165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/esvalidate
66166npm info linkStuff etag@1.7.0
66167npm verb linkBins etag@1.7.0
66168npm verb linkMans etag@1.7.0
66169npm info linkStuff serve-favicon@2.3.0
66170npm verb linkBins serve-favicon@2.3.0
66171npm verb linkMans serve-favicon@2.3.0
66172npm info linkStuff event-emitter@0.3.4
66173npm verb linkBins event-emitter@0.3.4
66174npm verb linkMans event-emitter@0.3.4
66175npm info linkStuff eventemitter2@0.4.14
66176npm verb linkBins eventemitter2@0.4.14
66177npm verb linkMans eventemitter2@0.4.14
66178npm info linkStuff executable@0.1.3
66179npm verb linkBins executable@0.1.3
66180npm verb link bins [ { executable: 'cli.js' },
66181npm verb link bins '/var/www/manticore.git/node_modules/.bin',
66182npm verb link bins false ]
66183npm verb linkMans executable@0.1.3
66184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/executable
66185npm info linkStuff bin-check@0.1.5
66186npm verb linkBins bin-check@0.1.5
66187npm verb linkMans bin-check@0.1.5
66188npm info linkStuff exit@0.1.2
66189npm verb linkBins exit@0.1.2
66190npm verb linkMans exit@0.1.2
66191npm info linkStuff expand-brackets@0.1.4
66192npm verb linkBins expand-brackets@0.1.4
66193npm verb linkMans expand-brackets@0.1.4
66194npm info linkStuff async@0.9.2
66195npm verb linkBins async@0.9.2
66196npm verb linkMans async@0.9.2
66197npm info linkStuff cookie@0.1.2
66198npm verb linkBins cookie@0.1.2
66199npm verb linkMans cookie@0.1.2
66200npm info linkStuff debug@0.8.1
66201npm verb linkBins debug@0.8.1
66202npm verb linkMans debug@0.8.1
66203npm info linkStuff express-unless@0.3.0
66204npm verb linkBins express-unless@0.3.0
66205npm verb linkMans express-unless@0.3.0
66206npm info linkStuff debug@0.8.1
66207npm verb linkBins debug@0.8.1
66208npm verb linkMans debug@0.8.1
66209npm info linkStuff negotiator@0.3.0
66210npm verb linkBins negotiator@0.3.0
66211npm verb linkMans negotiator@0.3.0
66212npm info linkStuff underscore.string@2.3.3
66213npm verb linkBins underscore.string@2.3.3
66214npm verb linkMans underscore.string@2.3.3
66215npm info linkStuff extend@3.0.0
66216npm verb linkBins extend@3.0.0
66217npm verb linkMans extend@3.0.0
66218npm info linkStuff extsprintf@1.2.0
66219npm verb linkBins extsprintf@1.2.0
66220npm verb linkMans extsprintf@1.2.0
66221npm info linkStuff faye-websocket@0.4.4
66222npm verb linkBins faye-websocket@0.4.4
66223npm verb linkMans faye-websocket@0.4.4
66224npm info linkStuff figures@1.4.0
66225npm verb linkBins figures@1.4.0
66226npm verb linkMans figures@1.4.0
66227npm info linkStuff filename-regex@2.0.0
66228npm verb linkBins filename-regex@2.0.0
66229npm verb linkMans filename-regex@2.0.0
66230npm info linkStuff escape-html@1.0.2
66231npm verb linkBins escape-html@1.0.2
66232npm verb linkMans escape-html@1.0.2
66233npm info linkStuff ms@0.7.1
66234npm verb linkBins ms@0.7.1
66235npm verb linkMans ms@0.7.1
66236npm info linkStuff debug@2.2.0
66237npm verb linkBins debug@2.2.0
66238npm verb linkMans debug@2.2.0
66239npm info linkStuff find-file@0.1.4
66240npm verb linkBins find-file@0.1.4
66241npm verb linkMans find-file@0.1.4
66242npm info linkStuff flushwritable@1.0.0
66243npm verb linkBins flushwritable@1.0.0
66244npm verb linkMans flushwritable@1.0.0
66245npm info linkStuff for-in@0.1.4
66246npm verb linkBins for-in@0.1.4
66247npm verb linkMans for-in@0.1.4
66248npm info linkStuff for-own@0.1.3
66249npm verb linkBins for-own@0.1.3
66250npm verb linkMans for-own@0.1.3
66251npm info linkStuff forever-agent@0.6.1
66252npm verb linkBins forever-agent@0.6.1
66253npm verb linkMans forever-agent@0.6.1
66254npm info linkStuff async@1.5.0
66255npm verb linkBins async@1.5.0
66256npm verb linkMans async@1.5.0
66257npm info linkStuff mime-db@1.20.0
66258npm verb linkBins mime-db@1.20.0
66259npm verb linkMans mime-db@1.20.0
66260npm info linkStuff mime-types@2.1.8
66261npm verb linkBins mime-types@2.1.8
66262npm verb linkMans mime-types@2.1.8
66263npm info linkStuff form-data@1.0.0-rc3
66264npm verb linkBins form-data@1.0.0-rc3
66265npm verb linkMans form-data@1.0.0-rc3
66266npm info linkStuff formidable@1.0.14
66267npm verb linkBins formidable@1.0.14
66268npm verb linkMans formidable@1.0.14
66269npm info linkStuff forwarded@0.1.0
66270npm verb linkBins forwarded@0.1.0
66271npm verb linkMans forwarded@0.1.0
66272npm info linkStuff fresh@0.2.2
66273npm verb linkBins fresh@0.2.2
66274npm verb linkMans fresh@0.2.2
66275npm info linkStuff minimist@0.0.8
66276npm verb linkBins minimist@0.0.8
66277npm verb linkMans minimist@0.0.8
66278npm info linkStuff mkdirp@0.5.1
66279npm verb linkBins mkdirp@0.5.1
66280npm verb link bins [ { mkdirp: 'bin/cmd.js' },
66281npm verb link bins '/var/www/manticore.git/node_modules/fs-extra/node_modules/.bin',
66282npm verb link bins false ]
66283npm verb linkMans mkdirp@0.5.1
66284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/fs-extra/node_modules/.bin/mkdirp
66285npm info linkStuff ncp@0.5.1
66286npm verb linkBins ncp@0.5.1
66287npm verb link bins [ { ncp: './bin/ncp' },
66288npm verb link bins '/var/www/manticore.git/node_modules/fs-extra/node_modules/.bin',
66289npm verb link bins false ]
66290npm verb linkMans ncp@0.5.1
66291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/fs-extra/node_modules/.bin/ncp
66292npm info linkStuff graceful-fs@4.1.2
66293npm verb linkBins graceful-fs@4.1.2
66294npm verb linkMans graceful-fs@4.1.2
66295npm info linkStuff minimist@0.0.8
66296npm verb linkBins minimist@0.0.8
66297npm verb linkMans minimist@0.0.8
66298npm info linkStuff mkdirp@0.5.1
66299npm verb linkBins mkdirp@0.5.1
66300npm verb link bins [ { mkdirp: 'bin/cmd.js' },
66301npm verb link bins '/var/www/manticore.git/node_modules/fstream-ignore/node_modules/.bin',
66302npm verb link bins false ]
66303npm verb linkMans mkdirp@0.5.1
66304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/fstream-ignore/node_modules/.bin/mkdirp
66305npm info linkStuff graceful-fs@3.0.8
66306npm verb linkBins graceful-fs@3.0.8
66307npm verb linkMans graceful-fs@3.0.8
66308npm info linkStuff minimist@0.0.8
66309npm verb linkBins minimist@0.0.8
66310npm verb linkMans minimist@0.0.8
66311npm info linkStuff mkdirp@0.5.1
66312npm verb linkBins mkdirp@0.5.1
66313npm verb link bins [ { mkdirp: 'bin/cmd.js' },
66314npm verb link bins '/var/www/manticore.git/node_modules/fstream/node_modules/.bin',
66315npm verb link bins false ]
66316npm verb linkMans mkdirp@0.5.1
66317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/fstream/node_modules/.bin/mkdirp
66318npm info linkStuff generate-function@2.0.0
66319npm verb linkBins generate-function@2.0.0
66320npm verb linkMans generate-function@2.0.0
66321npm info linkStuff get-stdin@4.0.1
66322npm verb linkBins get-stdin@4.0.1
66323npm verb linkMans get-stdin@4.0.1
66324npm info linkStuff get-urls@0.1.2
66325npm verb linkBins get-urls@0.1.2
66326npm verb link bins [ { 'get-urls': 'cli.js' },
66327npm verb link bins '/var/www/manticore.git/node_modules/.bin',
66328npm verb link bins false ]
66329npm verb linkMans get-urls@0.1.2
66330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/get-urls
66331npm info linkStuff getobject@0.1.0
66332npm verb linkBins getobject@0.1.0
66333npm verb linkMans getobject@0.1.0
66334npm info linkStuff global@2.0.1
66335npm verb linkBins global@2.0.1
66336npm verb linkMans global@2.0.1
66337npm info linkStuff inherits@1.0.2
66338npm verb linkBins inherits@1.0.2
66339npm verb linkMans inherits@1.0.2
66340npm info linkStuff lodash@1.0.2
66341npm verb linkBins lodash@1.0.2
66342npm verb linkMans lodash@1.0.2
66343npm info linkStuff google-cdn-data@0.1.23
66344npm verb linkBins google-cdn-data@0.1.23
66345npm verb linkMans google-cdn-data@0.1.23
66346npm info linkStuff ansi-regex@0.2.1
66347npm verb linkBins ansi-regex@0.2.1
66348npm verb linkMans ansi-regex@0.2.1
66349npm info linkStuff ansi-styles@1.1.0
66350npm verb linkBins ansi-styles@1.1.0
66351npm verb linkMans ansi-styles@1.1.0
66352npm info linkStuff asn1@0.1.11
66353npm verb linkBins asn1@0.1.11
66354npm verb linkMans asn1@0.1.11
66355npm info linkStuff assert-plus@0.1.5
66356npm verb linkBins assert-plus@0.1.5
66357npm verb linkMans assert-plus@0.1.5
66358npm info linkStuff async@0.9.2
66359npm verb linkBins async@0.9.2
66360npm verb linkMans async@0.9.2
66361npm info linkStuff caseless@0.6.0
66362npm verb linkBins caseless@0.6.0
66363npm verb linkMans caseless@0.6.0
66364npm info linkStuff delayed-stream@0.0.5
66365npm verb linkBins delayed-stream@0.0.5
66366npm verb linkMans delayed-stream@0.0.5
66367npm info linkStuff combined-stream@0.0.7
66368npm verb linkBins combined-stream@0.0.7
66369npm verb linkMans combined-stream@0.0.7
66370npm info linkStuff forever-agent@0.5.2
66371npm verb linkBins forever-agent@0.5.2
66372npm verb linkMans forever-agent@0.5.2
66373npm info linkStuff graceful-fs@4.1.2
66374npm verb linkBins graceful-fs@4.1.2
66375npm verb linkMans graceful-fs@4.1.2
66376npm info linkStuff graceful-fs@3.0.8
66377npm verb linkBins graceful-fs@3.0.8
66378npm verb linkMans graceful-fs@3.0.8
66379npm info linkStuff has-ansi@0.1.0
66380npm verb linkBins has-ansi@0.1.0
66381npm verb link bins [ { 'has-ansi': 'cli.js' },
66382npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
66383npm verb link bins false ]
66384npm verb linkMans has-ansi@0.1.0
66385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/has-ansi
66386npm info linkStuff hoek@0.9.1
66387npm verb linkBins hoek@0.9.1
66388npm verb linkMans hoek@0.9.1
66389npm info linkStuff boom@0.4.2
66390npm verb linkBins boom@0.4.2
66391npm verb linkMans boom@0.4.2
66392npm info linkStuff cryptiles@0.2.2
66393npm verb linkBins cryptiles@0.2.2
66394npm verb linkMans cryptiles@0.2.2
66395npm info linkStuff http-signature@0.10.1
66396npm verb linkBins http-signature@0.10.1
66397npm verb linkMans http-signature@0.10.1
66398npm info linkStuff minimist@0.0.8
66399npm verb linkBins minimist@0.0.8
66400npm verb linkMans minimist@0.0.8
66401npm info linkStuff mkdirp@0.5.0
66402npm verb linkBins mkdirp@0.5.0
66403npm verb link bins [ { mkdirp: 'bin/cmd.js' },
66404npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
66405npm verb link bins false ]
66406npm verb linkMans mkdirp@0.5.0
66407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/mkdirp
66408npm info linkStuff node-uuid@1.4.7
66409npm verb linkBins node-uuid@1.4.7
66410npm verb link bins [ { uuid: './bin/uuid' },
66411npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
66412npm verb link bins false ]
66413npm verb linkMans node-uuid@1.4.7
66414npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/uuid
66415npm info linkStuff nopt@3.0.6
66416npm verb linkBins nopt@3.0.6
66417npm verb link bins [ { nopt: './bin/nopt.js' },
66418npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
66419npm verb link bins false ]
66420npm verb linkMans nopt@3.0.6
66421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/nopt
66422npm info linkStuff oauth-sign@0.4.0
66423npm verb linkBins oauth-sign@0.4.0
66424npm verb linkMans oauth-sign@0.4.0
66425npm info linkStuff q@1.0.1
66426npm verb linkBins q@1.0.1
66427npm verb linkMans q@1.0.1
66428npm info linkStuff qs@1.2.2
66429npm verb linkBins qs@1.2.2
66430npm verb linkMans qs@1.2.2
66431npm info linkStuff rimraf@2.2.8
66432npm verb linkBins rimraf@2.2.8
66433npm verb link bins [ { rimraf: './bin.js' },
66434npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
66435npm verb link bins false ]
66436npm verb linkMans rimraf@2.2.8
66437npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/rimraf
66438npm info linkStuff sntp@0.2.4
66439npm verb linkBins sntp@0.2.4
66440npm verb linkMans sntp@0.2.4
66441npm info linkStuff hawk@1.1.1
66442npm verb linkBins hawk@1.1.1
66443npm verb linkMans hawk@1.1.1
66444npm info linkStuff strip-ansi@0.3.0
66445npm verb linkBins strip-ansi@0.3.0
66446npm verb link bins [ { 'strip-ansi': 'cli.js' },
66447npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
66448npm verb link bins false ]
66449npm verb linkMans strip-ansi@0.3.0
66450npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/strip-ansi
66451npm info linkStuff supports-color@0.2.0
66452npm verb linkBins supports-color@0.2.0
66453npm verb link bins [ { 'supports-color': 'cli.js' },
66454npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
66455npm verb link bins false ]
66456npm verb linkMans supports-color@0.2.0
66457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/supports-color
66458npm info linkStuff chalk@0.5.0
66459npm verb linkBins chalk@0.5.0
66460npm verb linkMans chalk@0.5.0
66461npm info linkStuff object-assign@0.3.1
66462npm verb linkBins object-assign@0.3.1
66463npm verb linkMans object-assign@0.3.1
66464npm info linkStuff got@0.2.0
66465npm verb linkBins got@0.2.0
66466npm verb linkMans got@0.2.0
66467npm info linkStuff ext-list@0.2.0
66468npm verb linkBins ext-list@0.2.0
66469npm verb linkMans ext-list@0.2.0
66470npm info linkStuff ext-name@1.0.1
66471npm verb linkBins ext-name@1.0.1
66472npm verb link bins [ { extname: 'cli.js' },
66473npm verb link bins '/var/www/manticore.git/node_modules/.bin',
66474npm verb link bins false ]
66475npm verb linkMans ext-name@1.0.1
66476npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/extname
66477npm info linkStuff graceful-fs@1.2.3
66478npm verb linkBins graceful-fs@1.2.3
66479npm verb linkMans graceful-fs@1.2.3
66480npm info linkStuff graceful-readlink@1.0.1
66481npm verb linkBins graceful-readlink@1.0.1
66482npm verb linkMans graceful-readlink@1.0.1
66483npm info linkStuff growl@1.7.0
66484npm verb linkBins growl@1.7.0
66485npm verb linkMans growl@1.7.0
66486npm info linkStuff ansi-styles@1.0.0
66487npm verb linkBins ansi-styles@1.0.0
66488npm verb linkMans ansi-styles@1.0.0
66489npm info linkStuff strip-ansi@0.1.1
66490npm verb linkBins strip-ansi@0.1.1
66491npm verb link bins [ { 'strip-ansi': 'cli.js' },
66492npm verb link bins '/var/www/manticore.git/node_modules/grunt-autoprefixer/node_modules/.bin',
66493npm verb link bins false ]
66494npm verb linkMans strip-ansi@0.1.1
66495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-autoprefixer/node_modules/.bin/strip-ansi
66496npm info linkStuff async@0.2.10
66497npm verb linkBins async@0.2.10
66498npm verb linkMans async@0.2.10
66499npm info linkStuff rimraf@2.2.8
66500npm verb linkBins rimraf@2.2.8
66501npm verb link bins [ { rimraf: './bin.js' },
66502npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-clean/node_modules/.bin',
66503npm verb link bins false ]
66504npm verb linkMans rimraf@2.2.8
66505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-clean/node_modules/.bin/rimraf
66506npm info linkStuff grunt-contrib-clean@0.5.0
66507npm verb linkBins grunt-contrib-clean@0.5.0
66508npm verb linkMans grunt-contrib-clean@0.5.0
66509npm info linkStuff ansi-styles@1.0.0
66510npm verb linkBins ansi-styles@1.0.0
66511npm verb linkMans ansi-styles@1.0.0
66512npm info linkStuff strip-ansi@0.1.1
66513npm verb linkBins strip-ansi@0.1.1
66514npm verb link bins [ { 'strip-ansi': 'cli.js' },
66515npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-concat/node_modules/.bin',
66516npm verb link bins false ]
66517npm verb linkMans strip-ansi@0.1.1
66518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-concat/node_modules/.bin/strip-ansi
66519npm info linkStuff grunt-contrib-copy@0.5.0
66520npm verb linkBins grunt-contrib-copy@0.5.0
66521npm verb linkMans grunt-contrib-copy@0.5.0
66522npm info linkStuff ansi-styles@1.0.0
66523npm verb linkBins ansi-styles@1.0.0
66524npm verb linkMans ansi-styles@1.0.0
66525npm info linkStuff clean-css@2.1.8
66526npm verb linkBins clean-css@2.1.8
66527npm verb link bins [ { cleancss: './bin/cleancss' },
66528npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-cssmin/node_modules/.bin',
66529npm verb link bins false ]
66530npm verb linkMans clean-css@2.1.8
66531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-cssmin/node_modules/.bin/cleancss
66532npm info linkStuff strip-ansi@0.1.1
66533npm verb linkBins strip-ansi@0.1.1
66534npm verb link bins [ { 'strip-ansi': 'cli.js' },
66535npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-cssmin/node_modules/.bin',
66536npm verb link bins false ]
66537npm verb linkMans strip-ansi@0.1.1
66538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-cssmin/node_modules/.bin/strip-ansi
66539npm info linkStuff ansi-styles@1.0.0
66540npm verb linkBins ansi-styles@1.0.0
66541npm verb linkMans ansi-styles@1.0.0
66542npm info linkStuff html-minifier@0.5.6
66543npm verb linkBins html-minifier@0.5.6
66544npm verb linkMans html-minifier@0.5.6
66545npm info linkStuff strip-ansi@0.1.1
66546npm verb linkBins strip-ansi@0.1.1
66547npm verb link bins [ { 'strip-ansi': 'cli.js' },
66548npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-htmlmin/node_modules/.bin',
66549npm verb link bins false ]
66550npm verb linkMans strip-ansi@0.1.1
66551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-htmlmin/node_modules/.bin/strip-ansi
66552npm info linkStuff ansi-styles@1.0.0
66553npm verb linkBins ansi-styles@1.0.0
66554npm verb linkMans ansi-styles@1.0.0
66555npm info linkStuff async@0.7.0
66556npm verb linkBins async@0.7.0
66557npm verb linkMans async@0.7.0
66558npm info linkStuff strip-ansi@0.1.1
66559npm verb linkBins strip-ansi@0.1.1
66560npm verb link bins [ { 'strip-ansi': 'cli.js' },
66561npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-imagemin/node_modules/.bin',
66562npm verb link bins false ]
66563npm verb linkMans strip-ansi@0.1.1
66564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-imagemin/node_modules/.bin/strip-ansi
66565npm info linkStuff ansi-styles@1.0.0
66566npm verb linkBins ansi-styles@1.0.0
66567npm verb linkMans ansi-styles@1.0.0
66568npm info linkStuff strip-ansi@0.1.1
66569npm verb linkBins strip-ansi@0.1.1
66570npm verb link bins [ { 'strip-ansi': 'cli.js' },
66571npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-jade/node_modules/.bin',
66572npm verb link bins false ]
66573npm verb linkMans strip-ansi@0.1.1
66574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-jade/node_modules/.bin/strip-ansi
66575npm info linkStuff async@0.9.2
66576npm verb linkBins async@0.9.2
66577npm verb linkMans async@0.9.2
66578npm info linkStuff lodash@3.10.1
66579npm verb linkBins lodash@3.10.1
66580npm verb linkMans lodash@3.10.1
66581npm info linkStuff ansi-styles@1.0.0
66582npm verb linkBins ansi-styles@1.0.0
66583npm verb linkMans ansi-styles@1.0.0
66584npm info linkStuff strip-ansi@0.1.1
66585npm verb linkBins strip-ansi@0.1.1
66586npm verb link bins [ { 'strip-ansi': 'cli.js' },
66587npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-uglify/node_modules/.bin',
66588npm verb link bins false ]
66589npm verb linkMans strip-ansi@0.1.1
66590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-uglify/node_modules/.bin/strip-ansi
66591npm info linkStuff async@0.2.10
66592npm verb linkBins async@0.2.10
66593npm verb linkMans async@0.2.10
66594npm info linkStuff grunt-express-server@0.4.19
66595npm verb linkBins grunt-express-server@0.4.19
66596npm verb linkMans grunt-express-server@0.4.19
66597npm info linkStuff ansi-regex@0.2.1
66598npm verb linkBins ansi-regex@0.2.1
66599npm verb linkMans ansi-regex@0.2.1
66600npm info linkStuff ansi-styles@1.1.0
66601npm verb linkBins ansi-styles@1.1.0
66602npm verb linkMans ansi-styles@1.1.0
66603npm info linkStuff has-ansi@0.1.0
66604npm verb linkBins has-ansi@0.1.0
66605npm verb link bins [ { 'has-ansi': 'cli.js' },
66606npm verb link bins '/var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin',
66607npm verb link bins false ]
66608npm verb linkMans has-ansi@0.1.0
66609npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin/has-ansi
66610npm info linkStuff strip-ansi@0.3.0
66611npm verb linkBins strip-ansi@0.3.0
66612npm verb link bins [ { 'strip-ansi': 'cli.js' },
66613npm verb link bins '/var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin',
66614npm verb link bins false ]
66615npm verb linkMans strip-ansi@0.3.0
66616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin/strip-ansi
66617npm info linkStuff supports-color@0.2.0
66618npm verb linkBins supports-color@0.2.0
66619npm verb link bins [ { 'supports-color': 'cli.js' },
66620npm verb link bins '/var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin',
66621npm verb link bins false ]
66622npm verb linkMans supports-color@0.2.0
66623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin/supports-color
66624npm info linkStuff chalk@0.5.1
66625npm verb linkBins chalk@0.5.1
66626npm verb linkMans chalk@0.5.1
66627npm info linkStuff underscore.string@2.3.3
66628npm verb linkBins underscore.string@2.3.3
66629npm verb linkMans underscore.string@2.3.3
66630npm info linkStuff underscore.string@2.3.3
66631npm verb linkBins underscore.string@2.3.3
66632npm verb linkMans underscore.string@2.3.3
66633npm info linkStuff async@0.1.22
66634npm verb linkBins async@0.1.22
66635npm verb linkMans async@0.1.22
66636npm info linkStuff lodash@0.9.2
66637npm verb linkBins lodash@0.9.2
66638npm verb linkMans lodash@0.9.2
66639npm info linkStuff zlib-browserify@0.0.1
66640npm verb linkBins zlib-browserify@0.0.1
66641npm verb linkMans zlib-browserify@0.0.1
66642npm info linkStuff grunt-lib-contrib@0.6.1
66643npm verb linkBins grunt-lib-contrib@0.6.1
66644npm verb linkMans grunt-lib-contrib@0.6.1
66645npm info linkStuff ncp@0.4.2
66646npm verb linkBins ncp@0.4.2
66647npm verb link bins [ { ncp: './bin/ncp' },
66648npm verb link bins '/var/www/manticore.git/node_modules/grunt-mocha-test/node_modules/.bin',
66649npm verb link bins false ]
66650npm verb linkMans ncp@0.4.2
66651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-mocha-test/node_modules/.bin/ncp
66652npm info linkStuff rimraf@2.2.8
66653npm verb linkBins rimraf@2.2.8
66654npm verb link bins [ { rimraf: './bin.js' },
66655npm verb link bins '/var/www/manticore.git/node_modules/grunt-mocha-test/node_modules/.bin',
66656npm verb link bins false ]
66657npm verb linkMans rimraf@2.2.8
66658npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-mocha-test/node_modules/.bin/rimraf
66659npm info linkStuff async@0.2.10
66660npm verb linkBins async@0.2.10
66661npm verb linkMans async@0.2.10
66662npm info linkStuff rimraf@2.2.6
66663npm verb linkBins rimraf@2.2.6
66664npm verb link bins [ { rimraf: './bin.js' },
66665npm verb link bins '/var/www/manticore.git/node_modules/grunt-newer/node_modules/.bin',
66666npm verb link bins false ]
66667npm verb linkMans rimraf@2.2.6
66668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-newer/node_modules/.bin/rimraf
66669npm info linkStuff grunt-newer@0.7.0
66670npm verb linkBins grunt-newer@0.7.0
66671npm verb linkMans grunt-newer@0.7.0
66672npm info linkStuff xtend@3.0.0
66673npm verb linkBins xtend@3.0.0
66674npm verb linkMans xtend@3.0.0
66675npm info linkStuff ansi-styles@1.0.0
66676npm verb linkBins ansi-styles@1.0.0
66677npm verb linkMans ansi-styles@1.0.0
66678npm info linkStuff strip-ansi@0.1.1
66679npm verb linkBins strip-ansi@0.1.1
66680npm verb link bins [ { 'strip-ansi': 'cli.js' },
66681npm verb link bins '/var/www/manticore.git/node_modules/grunt-svgmin/node_modules/.bin',
66682npm verb link bins false ]
66683npm verb linkMans strip-ansi@0.1.1
66684npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-svgmin/node_modules/.bin/strip-ansi
66685npm info linkStuff ansi-regex@0.2.1
66686npm verb linkBins ansi-regex@0.2.1
66687npm verb linkMans ansi-regex@0.2.1
66688npm info linkStuff ansi-styles@1.1.0
66689npm verb linkBins ansi-styles@1.1.0
66690npm verb linkMans ansi-styles@1.1.0
66691npm info linkStuff has-ansi@0.1.0
66692npm verb linkBins has-ansi@0.1.0
66693npm verb link bins [ { 'has-ansi': 'cli.js' },
66694npm verb link bins '/var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin',
66695npm verb link bins false ]
66696npm verb linkMans has-ansi@0.1.0
66697npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin/has-ansi
66698npm info linkStuff ms@0.7.0
66699npm verb linkBins ms@0.7.0
66700npm verb linkMans ms@0.7.0
66701npm info linkStuff debug@2.1.3
66702npm verb linkBins debug@2.1.3
66703npm verb linkMans debug@2.1.3
66704npm info linkStuff strip-ansi@0.3.0
66705npm verb linkBins strip-ansi@0.3.0
66706npm verb link bins [ { 'strip-ansi': 'cli.js' },
66707npm verb link bins '/var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin',
66708npm verb link bins false ]
66709npm verb linkMans strip-ansi@0.3.0
66710npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin/strip-ansi
66711npm info linkStuff supports-color@0.2.0
66712npm verb linkBins supports-color@0.2.0
66713npm verb link bins [ { 'supports-color': 'cli.js' },
66714npm verb link bins '/var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin',
66715npm verb link bins false ]
66716npm verb linkMans supports-color@0.2.0
66717npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin/supports-color
66718npm info linkStuff chalk@0.5.1
66719npm verb linkBins chalk@0.5.1
66720npm verb linkMans chalk@0.5.1
66721npm info linkStuff ansi-regex@0.2.1
66722npm verb linkBins ansi-regex@0.2.1
66723npm verb linkMans ansi-regex@0.2.1
66724npm info linkStuff ansi-styles@1.1.0
66725npm verb linkBins ansi-styles@1.1.0
66726npm verb linkMans ansi-styles@1.1.0
66727npm info linkStuff has-ansi@0.1.0
66728npm verb linkBins has-ansi@0.1.0
66729npm verb link bins [ { 'has-ansi': 'cli.js' },
66730npm verb link bins '/var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin',
66731npm verb link bins false ]
66732npm verb linkMans has-ansi@0.1.0
66733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin/has-ansi
66734npm info linkStuff minimatch@2.0.10
66735npm verb linkBins minimatch@2.0.10
66736npm verb linkMans minimatch@2.0.10
66737npm info linkStuff strip-ansi@0.3.0
66738npm verb linkBins strip-ansi@0.3.0
66739npm verb link bins [ { 'strip-ansi': 'cli.js' },
66740npm verb link bins '/var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin',
66741npm verb link bins false ]
66742npm verb linkMans strip-ansi@0.3.0
66743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin/strip-ansi
66744npm info linkStuff supports-color@0.2.0
66745npm verb linkBins supports-color@0.2.0
66746npm verb link bins [ { 'supports-color': 'cli.js' },
66747npm verb link bins '/var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin',
66748npm verb link bins false ]
66749npm verb linkMans supports-color@0.2.0
66750npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin/supports-color
66751npm info linkStuff chalk@0.5.1
66752npm verb linkBins chalk@0.5.1
66753npm verb linkMans chalk@0.5.1
66754npm info linkStuff async@0.1.22
66755npm verb linkBins async@0.1.22
66756npm verb linkMans async@0.1.22
66757npm info linkStuff iconv-lite@0.2.11
66758npm verb linkBins iconv-lite@0.2.11
66759npm verb linkMans iconv-lite@0.2.11
66760npm info linkStuff inherits@1.0.2
66761npm verb linkBins inherits@1.0.2
66762npm verb linkMans inherits@1.0.2
66763npm info linkStuff lodash@0.9.2
66764npm verb linkBins lodash@0.9.2
66765npm verb linkMans lodash@0.9.2
66766npm info linkStuff nopt@1.0.10
66767npm verb linkBins nopt@1.0.10
66768npm verb link bins [ { nopt: './bin/nopt.js' },
66769npm verb link bins '/var/www/manticore.git/node_modules/grunt/node_modules/.bin',
66770npm verb link bins false ]
66771npm verb linkMans nopt@1.0.10
66772npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt/node_modules/.bin/nopt
66773npm info linkStuff rimraf@2.2.8
66774npm verb linkBins rimraf@2.2.8
66775npm verb link bins [ { rimraf: './bin.js' },
66776npm verb link bins '/var/www/manticore.git/node_modules/grunt/node_modules/.bin',
66777npm verb link bins false ]
66778npm verb linkMans rimraf@2.2.8
66779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt/node_modules/.bin/rimraf
66780npm info linkStuff async@0.2.10
66781npm verb linkBins async@0.2.10
66782npm verb linkMans async@0.2.10
66783npm info linkStuff bluebird@2.10.2
66784npm verb linkBins bluebird@2.10.2
66785npm verb linkMans bluebird@2.10.2
66786npm info linkStuff commander@2.9.0
66787npm verb linkBins commander@2.9.0
66788npm verb linkMans commander@2.9.0
66789npm info linkStuff has-ansi@2.0.0
66790npm verb linkBins has-ansi@2.0.0
66791npm verb linkMans has-ansi@2.0.0
66792npm info linkStuff has-color@0.1.7
66793npm verb linkBins has-color@0.1.7
66794npm verb linkMans has-color@0.1.7
66795npm info linkStuff chalk@0.4.0
66796npm verb linkBins chalk@0.4.0
66797npm verb linkMans chalk@0.4.0
66798npm info linkStuff chalk@0.4.0
66799npm verb linkBins chalk@0.4.0
66800npm verb linkMans chalk@0.4.0
66801npm info linkStuff chalk@0.4.0
66802npm verb linkBins chalk@0.4.0
66803npm verb linkMans chalk@0.4.0
66804npm info linkStuff chalk@0.4.0
66805npm verb linkBins chalk@0.4.0
66806npm verb linkMans chalk@0.4.0
66807npm info linkStuff chalk@0.4.0
66808npm verb linkBins chalk@0.4.0
66809npm verb linkMans chalk@0.4.0
66810npm info linkStuff chalk@0.4.0
66811npm verb linkBins chalk@0.4.0
66812npm verb linkMans chalk@0.4.0
66813npm info linkStuff chalk@0.4.0
66814npm verb linkBins chalk@0.4.0
66815npm verb linkMans chalk@0.4.0
66816npm info linkStuff grunt-contrib-concat@0.4.0
66817npm verb linkBins grunt-contrib-concat@0.4.0
66818npm verb linkMans grunt-contrib-concat@0.4.0
66819npm info linkStuff chalk@0.4.0
66820npm verb linkBins chalk@0.4.0
66821npm verb linkMans chalk@0.4.0
66822npm info linkStuff has-cors@1.0.3
66823npm verb linkBins has-cors@1.0.3
66824npm verb linkMans has-cors@1.0.3
66825npm info linkStuff headless@0.1.7
66826npm verb linkBins headless@0.1.7
66827npm verb linkMans headless@0.1.7
66828npm info linkStuff hoek@2.16.3
66829npm verb linkBins hoek@2.16.3
66830npm verb linkMans hoek@2.16.3
66831npm info linkStuff boom@2.10.1
66832npm verb linkBins boom@2.10.1
66833npm verb linkMans boom@2.10.1
66834npm info linkStuff cryptiles@2.0.5
66835npm verb linkBins cryptiles@2.0.5
66836npm verb linkMans cryptiles@2.0.5
66837npm info linkStuff hooker@0.2.3
66838npm verb linkBins hooker@0.2.3
66839npm verb linkMans hooker@0.2.3
66840npm info linkStuff hooks-fixed@1.1.0
66841npm verb linkBins hooks-fixed@1.1.0
66842npm verb linkMans hooks-fixed@1.1.0
66843npm info linkStuff hosted-git-info@2.1.4
66844npm verb linkBins hosted-git-info@2.1.4
66845npm verb linkMans hosted-git-info@2.1.4
66846npm info linkStuff html-entities@1.1.3
66847npm verb linkBins html-entities@1.1.3
66848npm verb linkMans html-entities@1.1.3
66849npm info linkStuff minimist@0.0.10
66850npm verb linkBins minimist@0.0.10
66851npm verb linkMans minimist@0.0.10
66852npm info linkStuff pkginfo@0.3.1
66853npm verb linkBins pkginfo@0.3.1
66854npm verb linkMans pkginfo@0.3.1
66855npm info linkStuff asn1@0.1.11
66856npm verb linkBins asn1@0.1.11
66857npm verb linkMans asn1@0.1.11
66858npm info linkStuff assert-plus@0.1.5
66859npm verb linkBins assert-plus@0.1.5
66860npm verb linkMans assert-plus@0.1.5
66861npm info linkStuff http-signature@0.11.0
66862npm verb linkBins http-signature@0.11.0
66863npm verb linkMans http-signature@0.11.0
66864npm info linkStuff i@0.3.3
66865npm verb linkBins i@0.3.3
66866npm verb linkMans i@0.3.3
66867npm info linkStuff iconv-lite@0.4.4
66868npm verb linkBins iconv-lite@0.4.4
66869npm verb linkMans iconv-lite@0.4.4
66870npm info linkStuff jsonfile@1.2.0
66871npm verb linkBins jsonfile@1.2.0
66872npm verb linkMans jsonfile@1.2.0
66873npm info linkStuff minimist@0.0.8
66874npm verb linkBins minimist@0.0.8
66875npm verb linkMans minimist@0.0.8
66876npm info linkStuff mkdirp@0.5.1
66877npm verb linkBins mkdirp@0.5.1
66878npm verb link bins [ { mkdirp: 'bin/cmd.js' },
66879npm verb link bins '/var/www/manticore.git/node_modules/imagemin/node_modules/.bin',
66880npm verb link bins false ]
66881npm verb linkMans mkdirp@0.5.1
66882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/imagemin/node_modules/.bin/mkdirp
66883npm info linkStuff ncp@0.5.1
66884npm verb linkBins ncp@0.5.1
66885npm verb link bins [ { ncp: './bin/ncp' },
66886npm verb link bins '/var/www/manticore.git/node_modules/imagemin/node_modules/.bin',
66887npm verb link bins false ]
66888npm verb linkMans ncp@0.5.1
66889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/imagemin/node_modules/.bin/ncp
66890npm info linkStuff nopt@3.0.6
66891npm verb linkBins nopt@3.0.6
66892npm verb link bins [ { nopt: './bin/nopt.js' },
66893npm verb link bins '/var/www/manticore.git/node_modules/imagemin/node_modules/.bin',
66894npm verb link bins false ]
66895npm verb linkMans nopt@3.0.6
66896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/imagemin/node_modules/.bin/nopt
66897npm info linkStuff indexof@0.0.1
66898npm verb linkBins indexof@0.0.1
66899npm verb linkMans indexof@0.0.1
66900npm info linkStuff inherit@2.2.2
66901npm verb linkBins inherit@2.2.2
66902npm verb linkMans inherit@2.2.2
66903npm info linkStuff inherits@2.0.1
66904npm verb linkBins inherits@2.0.1
66905npm verb linkMans inherits@2.0.1
66906npm info linkStuff fstream@1.0.8
66907npm verb linkBins fstream@1.0.8
66908npm verb linkMans fstream@1.0.8
66909npm info linkStuff block-stream@0.0.8
66910npm verb linkBins block-stream@0.0.8
66911npm verb linkMans block-stream@0.0.8
66912npm info linkStuff ini@1.3.4
66913npm verb linkBins ini@1.3.4
66914npm verb linkMans ini@1.3.4
66915npm info linkStuff ansi-regex@0.2.1
66916npm verb linkBins ansi-regex@0.2.1
66917npm verb linkMans ansi-regex@0.2.1
66918npm info linkStuff ansi-styles@1.1.0
66919npm verb linkBins ansi-styles@1.1.0
66920npm verb linkMans ansi-styles@1.1.0
66921npm info linkStuff has-ansi@0.1.0
66922npm verb linkBins has-ansi@0.1.0
66923npm verb link bins [ { 'has-ansi': 'cli.js' },
66924npm verb link bins '/var/www/manticore.git/node_modules/inquirer/node_modules/.bin',
66925npm verb link bins false ]
66926npm verb linkMans has-ansi@0.1.0
66927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/inquirer/node_modules/.bin/has-ansi
66928npm info linkStuff strip-ansi@0.3.0
66929npm verb linkBins strip-ansi@0.3.0
66930npm verb link bins [ { 'strip-ansi': 'cli.js' },
66931npm verb link bins '/var/www/manticore.git/node_modules/inquirer/node_modules/.bin',
66932npm verb link bins false ]
66933npm verb linkMans strip-ansi@0.3.0
66934npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/inquirer/node_modules/.bin/strip-ansi
66935npm info linkStuff supports-color@0.2.0
66936npm verb linkBins supports-color@0.2.0
66937npm verb link bins [ { 'supports-color': 'cli.js' },
66938npm verb link bins '/var/www/manticore.git/node_modules/inquirer/node_modules/.bin',
66939npm verb link bins false ]
66940npm verb linkMans supports-color@0.2.0
66941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/inquirer/node_modules/.bin/supports-color
66942npm info linkStuff chalk@0.5.1
66943npm verb linkBins chalk@0.5.1
66944npm verb linkMans chalk@0.5.1
66945npm info linkStuff ansi-regex@0.2.1
66946npm verb linkBins ansi-regex@0.2.1
66947npm verb linkMans ansi-regex@0.2.1
66948npm info linkStuff ansi-styles@1.1.0
66949npm verb linkBins ansi-styles@1.1.0
66950npm verb linkMans ansi-styles@1.1.0
66951npm info linkStuff async@0.9.2
66952npm verb linkBins async@0.9.2
66953npm verb linkMans async@0.9.2
66954npm info linkStuff has-ansi@0.1.0
66955npm verb linkBins has-ansi@0.1.0
66956npm verb link bins [ { 'has-ansi': 'cli.js' },
66957npm verb link bins '/var/www/manticore.git/node_modules/insight/node_modules/.bin',
66958npm verb link bins false ]
66959npm verb linkMans has-ansi@0.1.0
66960npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/insight/node_modules/.bin/has-ansi
66961npm info linkStuff strip-ansi@0.3.0
66962npm verb linkBins strip-ansi@0.3.0
66963npm verb link bins [ { 'strip-ansi': 'cli.js' },
66964npm verb link bins '/var/www/manticore.git/node_modules/insight/node_modules/.bin',
66965npm verb link bins false ]
66966npm verb linkMans strip-ansi@0.3.0
66967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/insight/node_modules/.bin/strip-ansi
66968npm info linkStuff supports-color@0.2.0
66969npm verb linkBins supports-color@0.2.0
66970npm verb link bins [ { 'supports-color': 'cli.js' },
66971npm verb link bins '/var/www/manticore.git/node_modules/insight/node_modules/.bin',
66972npm verb link bins false ]
66973npm verb linkMans supports-color@0.2.0
66974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/insight/node_modules/.bin/supports-color
66975npm info linkStuff chalk@0.5.1
66976npm verb linkBins chalk@0.5.1
66977npm verb linkMans chalk@0.5.1
66978npm info linkStuff intersect@0.0.3
66979npm verb linkBins intersect@0.0.3
66980npm verb linkMans intersect@0.0.3
66981npm info linkStuff bower-json@0.4.0
66982npm verb linkBins bower-json@0.4.0
66983npm verb linkMans bower-json@0.4.0
66984npm info linkStuff ipaddr.js@1.0.5
66985npm verb linkBins ipaddr.js@1.0.5
66986npm verb linkMans ipaddr.js@1.0.5
66987npm info linkStuff is-arrayish@0.2.1
66988npm verb linkBins is-arrayish@0.2.1
66989npm verb linkMans is-arrayish@0.2.1
66990npm info linkStuff error-ex@1.3.0
66991npm verb linkBins error-ex@1.3.0
66992npm verb linkMans error-ex@1.3.0
66993npm info linkStuff is-binary-path@1.0.1
66994npm verb linkBins is-binary-path@1.0.1
66995npm verb linkMans is-binary-path@1.0.1
66996npm info linkStuff is-bmp@0.1.1
66997npm verb linkBins is-bmp@0.1.1
66998npm verb linkMans is-bmp@0.1.1
66999npm info linkStuff is-buffer@1.1.0
67000npm verb linkBins is-buffer@1.1.0
67001npm verb linkMans is-buffer@1.1.0
67002npm info linkStuff is-builtin-module@1.0.0
67003npm verb linkBins is-builtin-module@1.0.0
67004npm verb linkMans is-builtin-module@1.0.0
67005npm info linkStuff is-dotfile@1.0.2
67006npm verb linkBins is-dotfile@1.0.2
67007npm verb linkMans is-dotfile@1.0.2
67008npm info linkStuff is-extendable@0.1.1
67009npm verb linkBins is-extendable@0.1.1
67010npm verb linkMans is-extendable@0.1.1
67011npm info linkStuff is-extglob@1.0.0
67012npm verb linkBins is-extglob@1.0.0
67013npm verb linkMans is-extglob@1.0.0
67014npm info linkStuff is-gif@0.1.1
67015npm verb linkBins is-gif@0.1.1
67016npm verb linkMans is-gif@0.1.1
67017npm info linkStuff is-glob@2.0.1
67018npm verb linkBins is-glob@2.0.1
67019npm verb linkMans is-glob@2.0.1
67020npm info linkStuff glob-parent@2.0.0
67021npm verb linkBins glob-parent@2.0.0
67022npm verb linkMans glob-parent@2.0.0
67023npm info linkStuff glob-base@0.3.0
67024npm verb linkBins glob-base@0.3.0
67025npm verb linkMans glob-base@0.3.0
67026npm info linkStuff is-jpg@0.1.2
67027npm verb linkBins is-jpg@0.1.2
67028npm verb linkMans is-jpg@0.1.2
67029npm info linkStuff is-jxr@0.1.1
67030npm verb linkBins is-jxr@0.1.1
67031npm verb linkMans is-jxr@0.1.1
67032npm info linkStuff is-png@0.1.1
67033npm verb linkBins is-png@0.1.1
67034npm verb linkMans is-png@0.1.1
67035npm info linkStuff is-primitive@2.0.0
67036npm verb linkBins is-primitive@2.0.0
67037npm verb linkMans is-primitive@2.0.0
67038npm info linkStuff is-equal-shallow@0.1.3
67039npm verb linkBins is-equal-shallow@0.1.3
67040npm verb linkMans is-equal-shallow@0.1.3
67041npm info linkStuff is-promise@1.0.1
67042npm verb linkBins is-promise@1.0.1
67043npm verb linkMans is-promise@1.0.1
67044npm info linkStuff is-property@1.0.2
67045npm verb linkBins is-property@1.0.2
67046npm verb linkMans is-property@1.0.2
67047npm info linkStuff generate-object-property@1.2.0
67048npm verb linkBins generate-object-property@1.2.0
67049npm verb linkMans generate-object-property@1.2.0
67050npm info linkStuff is-psd@0.1.1
67051npm verb linkBins is-psd@0.1.1
67052npm verb linkMans is-psd@0.1.1
67053npm info linkStuff is-root@1.0.0
67054npm verb linkBins is-root@1.0.0
67055npm verb linkMans is-root@1.0.0
67056npm info linkStuff is-svg@0.1.2
67057npm verb linkBins is-svg@0.1.2
67058npm verb linkMans is-svg@0.1.2
67059npm info linkStuff is-tif@0.1.1
67060npm verb linkBins is-tif@0.1.1
67061npm verb linkMans is-tif@0.1.1
67062npm info linkStuff is-utf8@0.2.1
67063npm verb linkBins is-utf8@0.2.1
67064npm verb linkMans is-utf8@0.2.1
67065npm info linkStuff is-webp@0.1.1
67066npm verb linkBins is-webp@0.1.1
67067npm verb linkMans is-webp@0.1.1
67068npm info linkStuff isarray@0.0.1
67069npm verb linkBins isarray@0.0.1
67070npm verb linkMans isarray@0.0.1
67071npm info linkStuff has-binary-data@0.1.3
67072npm verb linkBins has-binary-data@0.1.3
67073npm verb linkMans has-binary-data@0.1.3
67074npm info linkStuff has-binary@0.1.5
67075npm verb linkBins has-binary@0.1.5
67076npm verb linkMans has-binary@0.1.5
67077npm info linkStuff isobject@2.0.0
67078npm verb linkBins isobject@2.0.0
67079npm verb linkMans isobject@2.0.0
67080npm info linkStuff isstream@0.1.2
67081npm verb linkBins isstream@0.1.2
67082npm verb linkMans isstream@0.1.2
67083npm info linkStuff jasmine-core@2.1.3
67084npm verb linkBins jasmine-core@2.1.3
67085npm verb linkMans jasmine-core@2.1.3
67086npm info linkStuff jasminewd@1.1.0
67087npm verb linkBins jasminewd@1.1.0
67088npm verb linkMans jasminewd@1.1.0
67089npm info linkStuff jasminewd2@0.0.2
67090npm verb linkBins jasminewd2@0.0.2
67091npm verb linkMans jasminewd2@0.0.2
67092npm info linkStuff jit-grunt@0.5.0
67093npm verb linkBins jit-grunt@0.5.0
67094npm verb linkMans jit-grunt@0.5.0
67095npm info linkStuff ansi-styles@1.0.0
67096npm verb linkBins ansi-styles@1.0.0
67097npm verb linkMans ansi-styles@1.0.0
67098npm info linkStuff strip-ansi@0.1.1
67099npm verb linkBins strip-ansi@0.1.1
67100npm verb link bins [ { 'strip-ansi': 'cli.js' },
67101npm verb link bins '/var/www/manticore.git/node_modules/jshint-stylish/node_modules/.bin',
67102npm verb link bins false ]
67103npm verb linkMans strip-ansi@0.1.1
67104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/jshint-stylish/node_modules/.bin/strip-ansi
67105npm info linkStuff chalk@0.4.0
67106npm verb linkBins chalk@0.4.0
67107npm verb linkMans chalk@0.4.0
67108npm info linkStuff shelljs@0.3.0
67109npm verb linkBins shelljs@0.3.0
67110npm verb link bins [ { shjs: './bin/shjs' },
67111npm verb link bins '/var/www/manticore.git/node_modules/jshint/node_modules/.bin',
67112npm verb link bins false ]
67113npm verb linkMans shelljs@0.3.0
67114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/jshint/node_modules/.bin/shjs
67115npm info linkStuff underscore@1.6.0
67116npm verb linkBins underscore@1.6.0
67117npm verb linkMans underscore@1.6.0
67118npm info linkStuff json-schema@0.2.2
67119npm verb linkBins json-schema@0.2.2
67120npm verb linkMans json-schema@0.2.2
67121npm info linkStuff json-stringify-safe@5.0.1
67122npm verb linkBins json-stringify-safe@5.0.1
67123npm verb linkMans json-stringify-safe@5.0.1
67124npm info linkStuff json3@3.2.6
67125npm verb linkBins json3@3.2.6
67126npm verb linkMans json3@3.2.6
67127npm info linkStuff jsonfile@1.1.1
67128npm verb linkBins jsonfile@1.1.1
67129npm verb linkMans jsonfile@1.1.1
67130npm info linkStuff jsonify@0.0.0
67131npm verb linkBins jsonify@0.0.0
67132npm verb linkMans jsonify@0.0.0
67133npm info linkStuff jsonpointer@2.0.0
67134npm verb linkBins jsonpointer@2.0.0
67135npm verb linkMans jsonpointer@2.0.0
67136npm info linkStuff ms@0.7.1
67137npm verb linkBins ms@0.7.1
67138npm verb linkMans ms@0.7.1
67139npm info linkStuff extsprintf@1.0.0
67140npm verb linkBins extsprintf@1.0.0
67141npm verb linkMans extsprintf@1.0.0
67142npm info linkStuff verror@1.3.3
67143npm verb linkBins verror@1.3.3
67144npm verb linkMans verror@1.3.3
67145npm info linkStuff jsprim@0.3.0
67146npm verb linkBins jsprim@0.3.0
67147npm verb linkMans jsprim@0.3.0
67148npm info linkStuff junk@1.0.2
67149npm verb linkBins junk@1.0.2
67150npm verb linkMans junk@1.0.2
67151npm info linkStuff base64url@0.0.6
67152npm verb linkBins base64url@0.0.6
67153npm verb linkMans base64url@0.0.6
67154npm info linkStuff kareem@1.0.1
67155npm verb linkBins kareem@1.0.1
67156npm verb linkMans kareem@1.0.1
67157npm info linkStuff karma-firefox-launcher@0.1.7
67158npm verb linkBins karma-firefox-launcher@0.1.7
67159npm verb linkMans karma-firefox-launcher@0.1.7
67160npm info linkStuff karma-html2js-preprocessor@0.1.0
67161npm verb linkBins karma-html2js-preprocessor@0.1.0
67162npm verb linkMans karma-html2js-preprocessor@0.1.0
67163npm info linkStuff async@0.2.10
67164npm verb linkBins async@0.2.10
67165npm verb linkMans async@0.2.10
67166npm info linkStuff character-parser@1.0.2
67167npm verb linkBins character-parser@1.0.2
67168npm verb linkMans character-parser@1.0.2
67169npm info linkStuff karma-jasmine@0.1.6
67170npm verb linkBins karma-jasmine@0.1.6
67171npm verb linkMans karma-jasmine@0.1.6
67172npm info linkStuff karma-ng-html2js-preprocessor@0.1.2
67173npm verb linkBins karma-ng-html2js-preprocessor@0.1.2
67174npm verb linkMans karma-ng-html2js-preprocessor@0.1.2
67175npm info linkStuff karma-ng-scenario@0.1.0
67176npm verb linkBins karma-ng-scenario@0.1.0
67177npm verb linkMans karma-ng-scenario@0.1.0
67178npm info linkStuff karma-requirejs@0.2.2
67179npm verb linkBins karma-requirejs@0.2.2
67180npm verb linkMans karma-requirejs@0.2.2
67181npm info linkStuff karma-script-launcher@0.1.0
67182npm verb linkBins karma-script-launcher@0.1.0
67183npm verb linkMans karma-script-launcher@0.1.0
67184npm info linkStuff colors@1.1.2
67185npm verb linkBins colors@1.1.2
67186npm verb linkMans colors@1.1.2
67187npm info linkStuff graceful-fs@3.0.8
67188npm verb linkBins graceful-fs@3.0.8
67189npm verb linkMans graceful-fs@3.0.8
67190npm info linkStuff lodash@3.10.1
67191npm verb linkBins lodash@3.10.1
67192npm verb linkMans lodash@3.10.1
67193npm info linkStuff mime@1.3.4
67194npm verb linkBins mime@1.3.4
67195npm verb link bins [ { mime: 'cli.js' },
67196npm verb link bins '/var/www/manticore.git/node_modules/karma/node_modules/.bin',
67197npm verb link bins false ]
67198npm verb linkMans mime@1.3.4
67199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma/node_modules/.bin/mime
67200npm info linkStuff minimatch@2.0.10
67201npm verb linkBins minimatch@2.0.10
67202npm verb linkMans minimatch@2.0.10
67203npm info linkStuff minimist@0.0.10
67204npm verb linkBins minimist@0.0.10
67205npm verb linkMans minimist@0.0.10
67206npm info linkStuff nan@1.0.0
67207npm verb linkBins nan@1.0.0
67208npm verb linkMans nan@1.0.0
67209npm info linkStuff q@1.4.1
67210npm verb linkBins q@1.4.1
67211npm verb linkMans q@1.4.1
67212npm info linkStuff source-map@0.4.4
67213npm verb linkBins source-map@0.4.4
67214npm verb linkMans source-map@0.4.4
67215npm info linkStuff uglify-js@1.2.5
67216npm verb linkBins uglify-js@1.2.5
67217npm verb link bins [ { uglifyjs: './bin/uglifyjs' },
67218npm verb link bins '/var/www/manticore.git/node_modules/karma/node_modules/.bin',
67219npm verb link bins false ]
67220npm verb linkMans uglify-js@1.2.5
67221npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma/node_modules/.bin/uglifyjs
67222npm info linkStuff xmlhttprequest@1.4.2
67223npm verb linkBins xmlhttprequest@1.4.2
67224npm verb linkMans xmlhttprequest@1.4.2
67225npm info linkStuff kew@0.4.0
67226npm verb linkBins kew@0.4.0
67227npm verb linkMans kew@0.4.0
67228npm info linkStuff keypress@0.1.0
67229npm verb linkBins keypress@0.1.0
67230npm verb linkMans keypress@0.1.0
67231npm info linkStuff commander@1.2.0
67232npm verb linkBins commander@1.2.0
67233npm verb linkMans commander@1.2.0
67234npm info linkStuff kind-of@3.0.2
67235npm verb linkBins kind-of@3.0.2
67236npm verb linkMans kind-of@3.0.2
67237npm info linkStuff is-number@2.1.0
67238npm verb linkBins is-number@2.1.0
67239npm verb linkMans is-number@2.1.0
67240npm info linkStuff assert-plus@0.1.5
67241npm verb linkBins assert-plus@0.1.5
67242npm verb linkMans assert-plus@0.1.5
67243npm info linkStuff ldap-filter@0.2.2
67244npm verb linkBins ldap-filter@0.2.2
67245npm verb linkMans ldap-filter@0.2.2
67246npm info linkStuff asn1@0.2.1
67247npm verb linkBins asn1@0.2.1
67248npm verb linkMans asn1@0.2.1
67249npm info linkStuff assert-plus@0.1.5
67250npm verb linkBins assert-plus@0.1.5
67251npm verb linkMans assert-plus@0.1.5
67252npm info linkStuff dtrace-provider@0.2.8
67253npm verb linkBins dtrace-provider@0.2.8
67254npm verb linkMans dtrace-provider@0.2.8
67255npm info linkStuff mv@0.0.5
67256npm verb linkBins mv@0.0.5
67257npm verb linkMans mv@0.0.5
67258npm info linkStuff bunyan@0.22.1
67259npm verb linkBins bunyan@0.22.1
67260npm verb link bins [ { bunyan: './bin/bunyan' },
67261npm verb link bins '/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin',
67262npm verb link bins false ]
67263npm verb linkMans bunyan@0.22.1
67264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/bunyan
67265npm info linkStuff graceful-fs@4.1.2
67266npm verb linkBins graceful-fs@4.1.2
67267npm verb linkMans graceful-fs@4.1.2
67268npm info linkStuff lockfile@1.0.1
67269npm verb linkBins lockfile@1.0.1
67270npm verb linkMans lockfile@1.0.1
67271npm info linkStuff lodash@2.4.2
67272npm verb linkBins lodash@2.4.2
67273npm verb linkMans lodash@2.4.2
67274npm info linkStuff grunt-usemin@3.0.0
67275npm verb linkBins grunt-usemin@3.0.0
67276npm verb linkMans grunt-usemin@3.0.0
67277npm info linkStuff grunt-legacy-log-utils@0.1.1
67278npm verb linkBins grunt-legacy-log-utils@0.1.1
67279npm verb linkMans grunt-legacy-log-utils@0.1.1
67280npm info linkStuff grunt-legacy-log@0.1.3
67281npm verb linkBins grunt-legacy-log@0.1.3
67282npm verb linkMans grunt-legacy-log@0.1.3
67283npm info linkStuff grunt-karma@0.8.3
67284npm verb linkBins grunt-karma@0.8.3
67285npm verb linkMans grunt-karma@0.8.3
67286npm info linkStuff grunt-env@0.4.4
67287npm verb linkBins grunt-env@0.4.4
67288npm verb linkMans grunt-env@0.4.4
67289npm info linkStuff lodash._isnative@2.4.1
67290npm verb linkBins lodash._isnative@2.4.1
67291npm verb linkMans lodash._isnative@2.4.1
67292npm info linkStuff lodash._objecttypes@2.4.1
67293npm verb linkBins lodash._objecttypes@2.4.1
67294npm verb linkMans lodash._objecttypes@2.4.1
67295npm info linkStuff lodash.isfunction@2.4.1
67296npm verb linkBins lodash.isfunction@2.4.1
67297npm verb linkMans lodash.isfunction@2.4.1
67298npm info linkStuff lodash.isobject@2.4.1
67299npm verb linkBins lodash.isobject@2.4.1
67300npm verb linkMans lodash.isobject@2.4.1
67301npm info linkStuff lodash.now@2.4.1
67302npm verb linkBins lodash.now@2.4.1
67303npm verb linkMans lodash.now@2.4.1
67304npm info linkStuff lodash.debounce@2.4.1
67305npm verb linkBins lodash.debounce@2.4.1
67306npm verb linkMans lodash.debounce@2.4.1
67307npm info linkStuff async@0.2.10
67308npm verb linkBins async@0.2.10
67309npm verb linkMans async@0.2.10
67310npm info linkStuff semver@4.3.6
67311npm verb linkBins semver@4.3.6
67312npm verb link bins [ { semver: './bin/semver' },
67313npm verb link bins '/var/www/manticore.git/node_modules/log4js/node_modules/.bin',
67314npm verb link bins false ]
67315npm verb linkMans semver@4.3.6
67316npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/log4js/node_modules/.bin/semver
67317npm info linkStuff underscore@1.8.2
67318npm verb linkBins underscore@1.8.2
67319npm verb linkMans underscore@1.8.2
67320npm info linkStuff lower-case@1.1.3
67321npm verb linkBins lower-case@1.1.3
67322npm verb linkMans lower-case@1.1.3
67323npm info linkStuff is-lower-case@1.1.3
67324npm verb linkBins is-lower-case@1.1.3
67325npm verb linkMans is-lower-case@1.1.3
67326npm info linkStuff lpad@0.2.1
67327npm verb linkBins lpad@0.2.1
67328npm verb linkMans lpad@0.2.1
67329npm info linkStuff lru-cache@2.5.0
67330npm verb linkBins lru-cache@2.5.0
67331npm verb linkMans lru-cache@2.5.0
67332npm info linkStuff lru-queue@0.1.0
67333npm verb linkBins lru-queue@0.1.0
67334npm verb linkMans lru-queue@0.1.0
67335npm info linkStuff map-obj@1.0.1
67336npm verb linkBins map-obj@1.0.1
67337npm verb linkMans map-obj@1.0.1
67338npm info linkStuff camelcase-keys@2.0.0
67339npm verb linkBins camelcase-keys@2.0.0
67340npm verb linkMans camelcase-keys@2.0.0
67341npm info linkStuff camelcase-keys@1.0.0
67342npm verb linkBins camelcase-keys@1.0.0
67343npm verb linkMans camelcase-keys@1.0.0
67344npm info linkStuff ansi-styles@1.0.0
67345npm verb linkBins ansi-styles@1.0.0
67346npm verb linkMans ansi-styles@1.0.0
67347npm info linkStuff strip-ansi@0.1.1
67348npm verb linkBins strip-ansi@0.1.1
67349npm verb link bins [ { 'strip-ansi': 'cli.js' },
67350npm verb link bins '/var/www/manticore.git/node_modules/maxmin/node_modules/.bin',
67351npm verb link bins false ]
67352npm verb linkMans strip-ansi@0.1.1
67353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/maxmin/node_modules/.bin/strip-ansi
67354npm info linkStuff chalk@0.4.0
67355npm verb linkBins chalk@0.4.0
67356npm verb linkMans chalk@0.4.0
67357npm info linkStuff is-buffer@1.0.2
67358npm verb linkBins is-buffer@1.0.2
67359npm verb linkMans is-buffer@1.0.2
67360npm info linkStuff md5@2.0.0
67361npm verb linkBins md5@2.0.0
67362npm verb linkMans md5@2.0.0
67363npm info linkStuff media-typer@0.2.0
67364npm verb linkBins media-typer@0.2.0
67365npm verb linkMans media-typer@0.2.0
67366npm info linkStuff merge-descriptors@0.0.2
67367npm verb linkBins merge-descriptors@0.0.2
67368npm verb linkMans merge-descriptors@0.0.2
67369npm info linkStuff methods@1.0.0
67370npm verb linkBins methods@1.0.0
67371npm verb linkMans methods@1.0.0
67372npm info linkStuff methods@0.1.0
67373npm verb linkBins methods@0.1.0
67374npm verb linkMans methods@0.1.0
67375npm info linkStuff mime@1.2.11
67376npm verb linkBins mime@1.2.11
67377npm verb linkMans mime@1.2.11
67378npm info linkStuff form-data@0.1.4
67379npm verb linkBins form-data@0.1.4
67380npm verb linkMans form-data@0.1.4
67381npm info linkStuff type-is@1.0.0
67382npm verb linkBins type-is@1.0.0
67383npm verb linkMans type-is@1.0.0
67384npm info linkStuff accepts@1.0.0
67385npm verb linkBins accepts@1.0.0
67386npm verb linkMans accepts@1.0.0
67387npm info linkStuff mime-db@1.12.0
67388npm verb linkBins mime-db@1.12.0
67389npm verb linkMans mime-db@1.12.0
67390npm info linkStuff mime-types@2.0.14
67391npm verb linkBins mime-types@2.0.14
67392npm verb linkMans mime-types@2.0.14
67393npm info linkStuff form-data@0.2.0
67394npm verb linkBins form-data@0.2.0
67395npm verb linkMans form-data@0.2.0
67396npm info linkStuff mime-types@1.0.2
67397npm verb linkBins mime-types@1.0.2
67398npm verb linkMans mime-types@1.0.2
67399npm info linkStuff minijasminenode@1.1.1
67400npm verb linkBins minijasminenode@1.1.1
67401npm verb link bins [ { minijasminenode: 'bin/minijn' },
67402npm verb link bins '/var/www/manticore.git/node_modules/.bin',
67403npm verb link bins false ]
67404npm verb linkMans minijasminenode@1.1.1
67405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/minijasminenode
67406npm info linkStuff minimalistic-assert@1.0.0
67407npm verb linkBins minimalistic-assert@1.0.0
67408npm verb linkMans minimalistic-assert@1.0.0
67409npm info linkStuff asn1.js@2.2.1
67410npm verb linkBins asn1.js@2.2.1
67411npm verb linkMans asn1.js@2.2.1
67412npm info linkStuff ecdsa-sig-formatter@1.0.2
67413npm verb linkBins ecdsa-sig-formatter@1.0.2
67414npm verb linkMans ecdsa-sig-formatter@1.0.2
67415npm info linkStuff jwa@1.1.1
67416npm verb linkBins jwa@1.1.1
67417npm verb linkMans jwa@1.1.1
67418npm info linkStuff minimatch@3.0.0
67419npm verb linkBins minimatch@3.0.0
67420npm verb linkMans minimatch@3.0.0
67421npm info linkStuff minimist@1.2.0
67422npm verb linkBins minimist@1.2.0
67423npm verb linkMans minimist@1.2.0
67424npm info linkStuff mkdirp@0.3.5
67425npm verb linkBins mkdirp@0.3.5
67426npm verb linkMans mkdirp@0.3.5
67427npm info linkStuff coffee-script@1.7.1
67428npm verb linkBins coffee-script@1.7.1
67429npm verb link bins [ { coffee: './bin/coffee', cake: './bin/cake' },
67430npm verb link bins '/var/www/manticore.git/node_modules/karma-coffee-preprocessor/node_modules/.bin',
67431npm verb link bins false ]
67432npm verb linkMans coffee-script@1.7.1
67433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-coffee-preprocessor/node_modules/.bin/coffee
67434npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-coffee-preprocessor/node_modules/.bin/cake
67435npm info linkStuff karma-coffee-preprocessor@0.2.1
67436npm verb linkBins karma-coffee-preprocessor@0.2.1
67437npm verb linkMans karma-coffee-preprocessor@0.2.1
67438npm info linkStuff fs-extra@0.8.1
67439npm verb linkBins fs-extra@0.8.1
67440npm verb linkMans fs-extra@0.8.1
67441npm info linkStuff mkpath@0.1.0
67442npm verb linkBins mkpath@0.1.0
67443npm verb linkMans mkpath@0.1.0
67444npm info linkStuff commander@2.0.0
67445npm verb linkBins commander@2.0.0
67446npm verb linkMans commander@2.0.0
67447npm info linkStuff diff@1.0.7
67448npm verb linkBins diff@1.0.7
67449npm verb linkMans diff@1.0.7
67450npm info linkStuff graceful-fs@2.0.3
67451npm verb linkBins graceful-fs@2.0.3
67452npm verb linkMans graceful-fs@2.0.3
67453npm info linkStuff commander@0.6.1
67454npm verb linkBins commander@0.6.1
67455npm verb linkMans commander@0.6.1
67456npm info linkStuff mkdirp@0.3.0
67457npm verb linkBins mkdirp@0.3.0
67458npm verb linkMans mkdirp@0.3.0
67459npm info linkStuff jade@0.26.3
67460npm verb linkBins jade@0.26.3
67461npm verb link bins [ { jade: './bin/jade' },
67462npm verb link bins '/var/www/manticore.git/node_modules/mocha/node_modules/.bin',
67463npm verb link bins false ]
67464npm verb linkMans jade@0.26.3
67465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/mocha/node_modules/.bin/jade
67466npm info linkStuff bson@0.4.20
67467npm verb linkBins bson@0.4.20
67468npm verb linkMans bson@0.4.20
67469npm info linkStuff async@0.9.0
67470npm verb linkBins async@0.9.0
67471npm verb linkMans async@0.9.0
67472npm info linkStuff bson@0.4.20
67473npm verb linkBins bson@0.4.20
67474npm verb linkMans bson@0.4.20
67475npm info linkStuff ms@0.1.0
67476npm verb linkBins ms@0.1.0
67477npm verb linkMans ms@0.1.0
67478npm info linkStuff bytes@0.3.0
67479npm verb linkBins bytes@0.3.0
67480npm verb linkMans bytes@0.3.0
67481npm info linkStuff mout@0.9.1
67482npm verb linkBins mout@0.9.1
67483npm verb linkMans mout@0.9.1
67484npm info linkStuff mpath@0.1.1
67485npm verb linkBins mpath@0.1.1
67486npm verb linkMans mpath@0.1.1
67487npm info linkStuff mpromise@0.5.4
67488npm verb linkBins mpromise@0.5.4
67489npm verb linkMans mpromise@0.5.4
67490npm info linkStuff ms@0.7.1
67491npm verb linkBins ms@0.7.1
67492npm verb linkMans ms@0.7.1
67493npm info linkStuff debug@2.2.0
67494npm verb linkBins debug@2.2.0
67495npm verb linkMans debug@2.2.0
67496npm info linkStuff ms@0.6.2
67497npm verb linkBins ms@0.6.2
67498npm verb linkMans ms@0.6.2
67499npm info linkStuff debug@1.0.3
67500npm verb linkBins debug@1.0.3
67501npm verb linkMans debug@1.0.3
67502npm info linkStuff debug@1.0.4
67503npm verb linkBins debug@1.0.4
67504npm verb linkMans debug@1.0.4
67505npm info linkStuff media-typer@0.3.0
67506npm verb linkBins media-typer@0.3.0
67507npm verb linkMans media-typer@0.3.0
67508npm info linkStuff mime-types@2.0.14
67509npm verb linkBins mime-types@2.0.14
67510npm verb linkMans mime-types@2.0.14
67511npm info linkStuff qs@1.2.2
67512npm verb linkBins qs@1.2.2
67513npm verb linkMans qs@1.2.2
67514npm info linkStuff type-is@1.5.7
67515npm verb linkBins type-is@1.5.7
67516npm verb linkMans type-is@1.5.7
67517npm info linkStuff muri@1.0.0
67518npm verb linkBins muri@1.0.0
67519npm verb linkMans muri@1.0.0
67520npm info linkStuff mute-stream@0.0.4
67521npm verb linkBins mute-stream@0.0.4
67522npm verb linkMans mute-stream@0.0.4
67523npm info linkStuff minimist@0.0.8
67524npm verb linkBins minimist@0.0.8
67525npm verb linkMans minimist@0.0.8
67526npm info linkStuff mkdirp@0.5.1
67527npm verb linkBins mkdirp@0.5.1
67528npm verb link bins [ { mkdirp: 'bin/cmd.js' },
67529npm verb link bins '/var/www/manticore.git/node_modules/mv/node_modules/.bin',
67530npm verb link bins false ]
67531npm verb linkMans mkdirp@0.5.1
67532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/mv/node_modules/.bin/mkdirp
67533npm info linkStuff nan@1.8.4
67534npm verb linkBins nan@1.8.4
67535npm verb linkMans nan@1.8.4
67536npm info linkStuff kerberos@0.0.11
67537npm verb linkBins kerberos@0.0.11
67538npm verb linkMans kerberos@0.0.11
67539npm info linkStuff mongodb-core@1.2.19
67540npm verb linkBins mongodb-core@1.2.19
67541npm verb linkMans mongodb-core@1.2.19
67542npm info linkStuff bson@0.2.22
67543npm verb linkBins bson@0.2.22
67544npm verb linkMans bson@0.2.22
67545npm info linkStuff ncp@2.0.0
67546npm verb linkBins ncp@2.0.0
67547npm verb link bins [ { ncp: './bin/ncp' },
67548npm verb link bins '/var/www/manticore.git/node_modules/.bin',
67549npm verb link bins false ]
67550npm verb linkMans ncp@2.0.0
67551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ncp
67552npm info linkStuff negotiator@0.4.7
67553npm verb linkBins negotiator@0.4.7
67554npm verb linkMans negotiator@0.4.7
67555npm info linkStuff accepts@1.0.7
67556npm verb linkBins accepts@1.0.7
67557npm verb linkMans accepts@1.0.7
67558npm info linkStuff next-tick@0.2.2
67559npm verb linkBins next-tick@0.2.2
67560npm verb linkMans next-tick@0.2.2
67561npm info linkStuff esprima@1.2.5
67562npm verb linkBins esprima@1.2.5
67563npm verb link bins [ { esparse: './bin/esparse.js',
67564npm verb link bins esvalidate: './bin/esvalidate.js' },
67565npm verb link bins '/var/www/manticore.git/node_modules/ng-annotate/node_modules/.bin',
67566npm verb link bins false ]
67567npm verb linkMans esprima@1.2.5
67568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ng-annotate/node_modules/.bin/esparse
67569npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ng-annotate/node_modules/.bin/esvalidate
67570npm info linkStuff minimist@0.0.10
67571npm verb linkBins minimist@0.0.10
67572npm verb linkMans minimist@0.0.10
67573npm info linkStuff source-map@0.1.43
67574npm verb linkBins source-map@0.1.43
67575npm verb linkMans source-map@0.1.43
67576npm info linkStuff css-parse@1.7.0
67577npm verb linkBins css-parse@1.7.0
67578npm verb linkMans css-parse@1.7.0
67579npm info linkStuff sax@0.5.8
67580npm verb linkBins sax@0.5.8
67581npm verb linkMans sax@0.5.8
67582npm info linkStuff async@0.9.2
67583npm verb linkBins async@0.9.2
67584npm verb linkMans async@0.9.2
67585npm info linkStuff cookie@0.1.3
67586npm verb linkBins cookie@0.1.3
67587npm verb linkMans cookie@0.1.3
67588npm info linkStuff cookie-signature@1.0.6
67589npm verb linkBins cookie-signature@1.0.6
67590npm verb linkMans cookie-signature@1.0.6
67591npm info linkStuff depd@1.0.1
67592npm verb linkBins depd@1.0.1
67593npm verb linkMans depd@1.0.1
67594npm info linkStuff escape-html@1.0.2
67595npm verb linkBins escape-html@1.0.2
67596npm verb linkMans escape-html@1.0.2
67597npm info linkStuff fresh@0.3.0
67598npm verb linkBins fresh@0.3.0
67599npm verb linkMans fresh@0.3.0
67600npm info linkStuff media-typer@0.3.0
67601npm verb linkBins media-typer@0.3.0
67602npm verb linkMans media-typer@0.3.0
67603npm info linkStuff merge-descriptors@1.0.0
67604npm verb linkBins merge-descriptors@1.0.0
67605npm verb linkMans merge-descriptors@1.0.0
67606npm info linkStuff methods@1.1.1
67607npm verb linkBins methods@1.1.1
67608npm verb linkMans methods@1.1.1
67609npm info linkStuff mime@1.3.4
67610npm verb linkBins mime@1.3.4
67611npm verb link bins [ { mime: 'cli.js' },
67612npm verb link bins '/var/www/manticore.git/node_modules/node-inspector/node_modules/.bin',
67613npm verb link bins false ]
67614npm verb linkMans mime@1.3.4
67615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-inspector/node_modules/.bin/mime
67616npm info linkStuff mime-db@1.20.0
67617npm verb linkBins mime-db@1.20.0
67618npm verb linkMans mime-db@1.20.0
67619npm info linkStuff mime-types@2.1.8
67620npm verb linkBins mime-types@2.1.8
67621npm verb linkMans mime-types@2.1.8
67622npm info linkStuff minimatch@2.0.10
67623npm verb linkBins minimatch@2.0.10
67624npm verb linkMans minimatch@2.0.10
67625npm info linkStuff ms@0.7.1
67626npm verb linkBins ms@0.7.1
67627npm verb linkMans ms@0.7.1
67628npm info linkStuff debug@2.2.0
67629npm verb linkBins debug@2.2.0
67630npm verb linkMans debug@2.2.0
67631npm info linkStuff nan@1.0.0
67632npm verb linkBins nan@1.0.0
67633npm verb linkMans nan@1.0.0
67634npm info linkStuff negotiator@0.5.3
67635npm verb linkBins negotiator@0.5.3
67636npm verb linkMans negotiator@0.5.3
67637npm info linkStuff accepts@1.2.13
67638npm verb linkBins accepts@1.2.13
67639npm verb linkMans accepts@1.2.13
67640npm info linkStuff parseurl@1.3.0
67641npm verb linkBins parseurl@1.3.0
67642npm verb linkMans parseurl@1.3.0
67643npm info linkStuff path-to-regexp@0.1.7
67644npm verb linkBins path-to-regexp@0.1.7
67645npm verb linkMans path-to-regexp@0.1.7
67646npm info linkStuff qs@4.0.0
67647npm verb linkBins qs@4.0.0
67648npm verb linkMans qs@4.0.0
67649npm info linkStuff range-parser@1.0.3
67650npm verb linkBins range-parser@1.0.3
67651npm verb linkMans range-parser@1.0.3
67652npm info linkStuff semver@3.0.1
67653npm verb linkBins semver@3.0.1
67654npm verb link bins [ { semver: './bin/semver' },
67655npm verb link bins '/var/www/manticore.git/node_modules/node-inspector/node_modules/.bin',
67656npm verb link bins false ]
67657npm verb linkMans semver@3.0.1
67658npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-inspector/node_modules/.bin/semver
67659npm info linkStuff debug@2.2.0
67660npm verb linkBins debug@2.2.0
67661npm verb linkMans debug@2.2.0
67662npm info linkStuff serve-favicon@2.3.0
67663npm verb linkBins serve-favicon@2.3.0
67664npm verb linkMans serve-favicon@2.3.0
67665npm info linkStuff type-is@1.6.10
67666npm verb linkBins type-is@1.6.10
67667npm verb linkMans type-is@1.6.10
67668npm info linkStuff yargs@1.3.3
67669npm verb linkBins yargs@1.3.3
67670npm verb linkMans yargs@1.3.3
67671npm info linkStuff minimist@0.0.8
67672npm verb linkBins minimist@0.0.8
67673npm verb linkMans minimist@0.0.8
67674npm info linkStuff mkdirp@0.5.1
67675npm verb linkBins mkdirp@0.5.1
67676npm verb link bins [ { mkdirp: 'bin/cmd.js' },
67677npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
67678npm verb link bins false ]
67679npm verb linkMans mkdirp@0.5.1
67680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/mkdirp
67681npm info linkStuff abbrev@1.0.7
67682npm verb linkBins abbrev@1.0.7
67683npm verb linkMans abbrev@1.0.7
67684npm info linkStuff nopt@3.0.6
67685npm verb linkBins nopt@3.0.6
67686npm verb link bins [ { nopt: './bin/nopt.js' },
67687npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
67688npm verb link bins false ]
67689npm verb linkMans nopt@3.0.6
67690npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/nopt
67691npm info linkStuff ansi@0.3.0
67692npm verb linkBins ansi@0.3.0
67693npm verb linkMans ansi@0.3.0
67694npm info linkStuff delegates@0.1.0
67695npm verb linkBins delegates@0.1.0
67696npm verb linkMans delegates@0.1.0
67697npm info linkStuff core-util-is@1.0.2
67698npm verb linkBins core-util-is@1.0.2
67699npm verb linkMans core-util-is@1.0.2
67700npm info linkStuff inherits@2.0.1
67701npm verb linkBins inherits@2.0.1
67702npm verb linkMans inherits@2.0.1
67703npm info linkStuff isarray@0.0.1
67704npm verb linkBins isarray@0.0.1
67705npm verb linkMans isarray@0.0.1
67706npm info linkStuff process-nextick-args@1.0.6
67707npm verb linkBins process-nextick-args@1.0.6
67708npm verb linkMans process-nextick-args@1.0.6
67709npm info linkStuff string_decoder@0.10.31
67710npm verb linkBins string_decoder@0.10.31
67711npm verb linkMans string_decoder@0.10.31
67712npm info linkStuff util-deprecate@1.0.2
67713npm verb linkBins util-deprecate@1.0.2
67714npm verb linkMans util-deprecate@1.0.2
67715npm info linkStuff readable-stream@2.0.5
67716npm verb linkBins readable-stream@2.0.5
67717npm verb linkMans readable-stream@2.0.5
67718npm info linkStuff are-we-there-yet@1.0.5
67719npm verb linkBins are-we-there-yet@1.0.5
67720npm verb linkMans are-we-there-yet@1.0.5
67721npm info linkStuff has-unicode@1.0.1
67722npm verb linkBins has-unicode@1.0.1
67723npm verb linkMans has-unicode@1.0.1
67724npm info linkStuff lodash._basetostring@3.0.1
67725npm verb linkBins lodash._basetostring@3.0.1
67726npm verb linkMans lodash._basetostring@3.0.1
67727npm info linkStuff lodash.repeat@3.0.1
67728npm verb linkBins lodash.repeat@3.0.1
67729npm verb linkMans lodash.repeat@3.0.1
67730npm info linkStuff lodash._createpadding@3.6.1
67731npm verb linkBins lodash._createpadding@3.6.1
67732npm verb linkMans lodash._createpadding@3.6.1
67733npm info linkStuff lodash.pad@3.1.1
67734npm verb linkBins lodash.pad@3.1.1
67735npm verb linkMans lodash.pad@3.1.1
67736npm info linkStuff lodash._basetostring@3.0.1
67737npm verb linkBins lodash._basetostring@3.0.1
67738npm verb linkMans lodash._basetostring@3.0.1
67739npm info linkStuff lodash.repeat@3.0.1
67740npm verb linkBins lodash.repeat@3.0.1
67741npm verb linkMans lodash.repeat@3.0.1
67742npm info linkStuff lodash._createpadding@3.6.1
67743npm verb linkBins lodash._createpadding@3.6.1
67744npm verb linkMans lodash._createpadding@3.6.1
67745npm info linkStuff lodash.padleft@3.1.1
67746npm verb linkBins lodash.padleft@3.1.1
67747npm verb linkMans lodash.padleft@3.1.1
67748npm info linkStuff lodash._basetostring@3.0.1
67749npm verb linkBins lodash._basetostring@3.0.1
67750npm verb linkMans lodash._basetostring@3.0.1
67751npm info linkStuff lodash.repeat@3.0.1
67752npm verb linkBins lodash.repeat@3.0.1
67753npm verb linkMans lodash.repeat@3.0.1
67754npm info linkStuff lodash._createpadding@3.6.1
67755npm verb linkBins lodash._createpadding@3.6.1
67756npm verb linkMans lodash._createpadding@3.6.1
67757npm info linkStuff lodash.padright@3.1.1
67758npm verb linkBins lodash.padright@3.1.1
67759npm verb linkMans lodash.padright@3.1.1
67760npm info linkStuff gauge@1.2.2
67761npm verb linkBins gauge@1.2.2
67762npm verb linkMans gauge@1.2.2
67763npm info linkStuff npmlog@2.0.0
67764npm verb linkBins npmlog@2.0.0
67765npm verb linkMans npmlog@2.0.0
67766npm info linkStuff deep-extend@0.4.0
67767npm verb linkBins deep-extend@0.4.0
67768npm verb linkMans deep-extend@0.4.0
67769npm info linkStuff ini@1.3.4
67770npm verb linkBins ini@1.3.4
67771npm verb linkMans ini@1.3.4
67772npm info linkStuff minimist@1.2.0
67773npm verb linkBins minimist@1.2.0
67774npm verb linkMans minimist@1.2.0
67775npm info linkStuff strip-json-comments@1.0.4
67776npm verb linkBins strip-json-comments@1.0.4
67777npm verb link bins [ { 'strip-json-comments': 'cli.js' },
67778npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/rc/node_modules/.bin',
67779npm verb link bins false ]
67780npm verb linkMans strip-json-comments@1.0.4
67781npm 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
67782npm info linkStuff rc@1.1.5
67783npm verb linkBins rc@1.1.5
67784npm verb link bins [ { rc: './index.js' },
67785npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
67786npm verb link bins false ]
67787npm verb linkMans rc@1.1.5
67788npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/rc
67789npm info linkStuff aws-sign2@0.6.0
67790npm verb linkBins aws-sign2@0.6.0
67791npm verb linkMans aws-sign2@0.6.0
67792npm info linkStuff core-util-is@1.0.2
67793npm verb linkBins core-util-is@1.0.2
67794npm verb linkMans core-util-is@1.0.2
67795npm info linkStuff inherits@2.0.1
67796npm verb linkBins inherits@2.0.1
67797npm verb linkMans inherits@2.0.1
67798npm info linkStuff isarray@0.0.1
67799npm verb linkBins isarray@0.0.1
67800npm verb linkMans isarray@0.0.1
67801npm info linkStuff process-nextick-args@1.0.6
67802npm verb linkBins process-nextick-args@1.0.6
67803npm verb linkMans process-nextick-args@1.0.6
67804npm info linkStuff string_decoder@0.10.31
67805npm verb linkBins string_decoder@0.10.31
67806npm verb linkMans string_decoder@0.10.31
67807npm info linkStuff util-deprecate@1.0.2
67808npm verb linkBins util-deprecate@1.0.2
67809npm verb linkMans util-deprecate@1.0.2
67810npm info linkStuff readable-stream@2.0.5
67811npm verb linkBins readable-stream@2.0.5
67812npm verb linkMans readable-stream@2.0.5
67813npm info linkStuff bl@1.0.0
67814npm verb linkBins bl@1.0.0
67815npm verb linkMans bl@1.0.0
67816npm info linkStuff caseless@0.11.0
67817npm verb linkBins caseless@0.11.0
67818npm verb linkMans caseless@0.11.0
67819npm info linkStuff delayed-stream@1.0.0
67820npm verb linkBins delayed-stream@1.0.0
67821npm verb linkMans delayed-stream@1.0.0
67822npm info linkStuff combined-stream@1.0.5
67823npm verb linkBins combined-stream@1.0.5
67824npm verb linkMans combined-stream@1.0.5
67825npm info linkStuff extend@3.0.0
67826npm verb linkBins extend@3.0.0
67827npm verb linkMans extend@3.0.0
67828npm info linkStuff forever-agent@0.6.1
67829npm verb linkBins forever-agent@0.6.1
67830npm verb linkMans forever-agent@0.6.1
67831npm info linkStuff async@1.5.0
67832npm verb linkBins async@1.5.0
67833npm verb linkMans async@1.5.0
67834npm info linkStuff ansi-styles@2.1.0
67835npm verb linkBins ansi-styles@2.1.0
67836npm verb linkMans ansi-styles@2.1.0
67837npm info linkStuff escape-string-regexp@1.0.3
67838npm verb linkBins escape-string-regexp@1.0.3
67839npm verb linkMans escape-string-regexp@1.0.3
67840npm info linkStuff ansi-regex@2.0.0
67841npm verb linkBins ansi-regex@2.0.0
67842npm verb linkMans ansi-regex@2.0.0
67843npm info linkStuff has-ansi@2.0.0
67844npm verb linkBins has-ansi@2.0.0
67845npm verb linkMans has-ansi@2.0.0
67846npm info linkStuff ansi-regex@2.0.0
67847npm verb linkBins ansi-regex@2.0.0
67848npm verb linkMans ansi-regex@2.0.0
67849npm info linkStuff strip-ansi@3.0.0
67850npm verb linkBins strip-ansi@3.0.0
67851npm verb linkMans strip-ansi@3.0.0
67852npm info linkStuff supports-color@2.0.0
67853npm verb linkBins supports-color@2.0.0
67854npm verb linkMans supports-color@2.0.0
67855npm info linkStuff chalk@1.1.1
67856npm verb linkBins chalk@1.1.1
67857npm verb linkMans chalk@1.1.1
67858npm info linkStuff graceful-readlink@1.0.1
67859npm verb linkBins graceful-readlink@1.0.1
67860npm verb linkMans graceful-readlink@1.0.1
67861npm info linkStuff commander@2.9.0
67862npm verb linkBins commander@2.9.0
67863npm verb linkMans commander@2.9.0
67864npm info linkStuff generate-function@2.0.0
67865npm verb linkBins generate-function@2.0.0
67866npm verb linkMans generate-function@2.0.0
67867npm info linkStuff is-property@1.0.2
67868npm verb linkBins is-property@1.0.2
67869npm verb linkMans is-property@1.0.2
67870npm info linkStuff generate-object-property@1.2.0
67871npm verb linkBins generate-object-property@1.2.0
67872npm verb linkMans generate-object-property@1.2.0
67873npm info linkStuff jsonpointer@2.0.0
67874npm verb linkBins jsonpointer@2.0.0
67875npm verb linkMans jsonpointer@2.0.0
67876npm info linkStuff xtend@4.0.1
67877npm verb linkBins xtend@4.0.1
67878npm verb linkMans xtend@4.0.1
67879npm info linkStuff is-my-json-valid@2.12.3
67880npm verb linkBins is-my-json-valid@2.12.3
67881npm verb linkMans is-my-json-valid@2.12.3
67882npm info linkStuff pinkie@2.0.1
67883npm verb linkBins pinkie@2.0.1
67884npm verb linkMans pinkie@2.0.1
67885npm info linkStuff pinkie-promise@2.0.0
67886npm verb linkBins pinkie-promise@2.0.0
67887npm verb linkMans pinkie-promise@2.0.0
67888npm info linkStuff har-validator@2.0.3
67889npm verb linkBins har-validator@2.0.3
67890npm verb link bins [ { 'har-validator': 'bin/har-validator' },
67891npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/.bin',
67892npm verb link bins false ]
67893npm verb linkMans har-validator@2.0.3
67894npm 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
67895npm info linkStuff hoek@2.16.3
67896npm verb linkBins hoek@2.16.3
67897npm verb linkMans hoek@2.16.3
67898npm info linkStuff boom@2.10.1
67899npm verb linkBins boom@2.10.1
67900npm verb linkMans boom@2.10.1
67901npm info linkStuff cryptiles@2.0.5
67902npm verb linkBins cryptiles@2.0.5
67903npm verb linkMans cryptiles@2.0.5
67904npm info linkStuff sntp@1.0.9
67905npm verb linkBins sntp@1.0.9
67906npm verb linkMans sntp@1.0.9
67907npm info linkStuff hawk@3.1.2
67908npm verb linkBins hawk@3.1.2
67909npm verb linkMans hawk@3.1.2
67910npm info linkStuff assert-plus@0.1.5
67911npm verb linkBins assert-plus@0.1.5
67912npm verb linkMans assert-plus@0.1.5
67913npm info linkStuff extsprintf@1.0.2
67914npm verb linkBins extsprintf@1.0.2
67915npm verb linkMans extsprintf@1.0.2
67916npm info linkStuff json-schema@0.2.2
67917npm verb linkBins json-schema@0.2.2
67918npm verb linkMans json-schema@0.2.2
67919npm info linkStuff verror@1.3.6
67920npm verb linkBins verror@1.3.6
67921npm verb linkMans verror@1.3.6
67922npm info linkStuff jsprim@1.2.2
67923npm verb linkBins jsprim@1.2.2
67924npm verb linkMans jsprim@1.2.2
67925npm info linkStuff asn1@0.2.3
67926npm verb linkBins asn1@0.2.3
67927npm verb linkMans asn1@0.2.3
67928npm info linkStuff assert-plus@0.2.0
67929npm verb linkBins assert-plus@0.2.0
67930npm verb linkMans assert-plus@0.2.0
67931npm info linkStuff assert-plus@0.1.5
67932npm verb linkBins assert-plus@0.1.5
67933npm verb linkMans assert-plus@0.1.5
67934npm info linkStuff dashdash@1.10.1
67935npm verb linkBins dashdash@1.10.1
67936npm verb linkMans dashdash@1.10.1
67937npm info linkStuff jsbn@0.1.0
67938npm verb linkBins jsbn@0.1.0
67939npm verb linkMans jsbn@0.1.0
67940npm info linkStuff jodid25519@1.0.2
67941npm verb linkBins jodid25519@1.0.2
67942npm verb linkMans jodid25519@1.0.2
67943npm info linkStuff ecc-jsbn@0.1.1
67944npm verb linkBins ecc-jsbn@0.1.1
67945npm verb linkMans ecc-jsbn@0.1.1
67946npm info linkStuff tweetnacl@0.13.2
67947npm verb linkBins tweetnacl@0.13.2
67948npm verb linkMans tweetnacl@0.13.2
67949npm info linkStuff sshpk@1.7.1
67950npm verb linkBins sshpk@1.7.1
67951npm verb link bins [ { 'sshpk-conv': 'bin/sshpk-conv' },
67952npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/.bin',
67953npm verb link bins false ]
67954npm verb linkMans sshpk@1.7.1
67955npm 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
67956npm info linkStuff http-signature@1.1.0
67957npm verb linkBins http-signature@1.1.0
67958npm verb linkMans http-signature@1.1.0
67959npm info linkStuff is-typedarray@1.0.0
67960npm verb linkBins is-typedarray@1.0.0
67961npm verb linkMans is-typedarray@1.0.0
67962npm info linkStuff isstream@0.1.2
67963npm verb linkBins isstream@0.1.2
67964npm verb linkMans isstream@0.1.2
67965npm info linkStuff json-stringify-safe@5.0.1
67966npm verb linkBins json-stringify-safe@5.0.1
67967npm verb linkMans json-stringify-safe@5.0.1
67968npm info linkStuff mime-db@1.20.0
67969npm verb linkBins mime-db@1.20.0
67970npm verb linkMans mime-db@1.20.0
67971npm info linkStuff mime-types@2.1.8
67972npm verb linkBins mime-types@2.1.8
67973npm verb linkMans mime-types@2.1.8
67974npm info linkStuff form-data@1.0.0-rc3
67975npm verb linkBins form-data@1.0.0-rc3
67976npm verb linkMans form-data@1.0.0-rc3
67977npm info linkStuff node-uuid@1.4.7
67978npm verb linkBins node-uuid@1.4.7
67979npm verb link bins [ { uuid: './bin/uuid' },
67980npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/.bin',
67981npm verb link bins false ]
67982npm verb linkMans node-uuid@1.4.7
67983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/.bin/uuid
67984npm info linkStuff oauth-sign@0.8.0
67985npm verb linkBins oauth-sign@0.8.0
67986npm verb linkMans oauth-sign@0.8.0
67987npm info linkStuff qs@5.2.0
67988npm verb linkBins qs@5.2.0
67989npm verb linkMans qs@5.2.0
67990npm info linkStuff stringstream@0.0.5
67991npm verb linkBins stringstream@0.0.5
67992npm verb linkMans stringstream@0.0.5
67993npm info linkStuff tough-cookie@2.2.1
67994npm verb linkBins tough-cookie@2.2.1
67995npm verb linkMans tough-cookie@2.2.1
67996npm info linkStuff tunnel-agent@0.4.2
67997npm verb linkBins tunnel-agent@0.4.2
67998npm verb linkMans tunnel-agent@0.4.2
67999npm info linkStuff request@2.67.0
68000npm verb linkBins request@2.67.0
68001npm verb linkMans request@2.67.0
68002npm info linkStuff wrappy@1.0.1
68003npm verb linkBins wrappy@1.0.1
68004npm verb linkMans wrappy@1.0.1
68005npm info linkStuff inherits@2.0.1
68006npm verb linkBins inherits@2.0.1
68007npm verb linkMans inherits@2.0.1
68008npm info linkStuff balanced-match@0.3.0
68009npm verb linkBins balanced-match@0.3.0
68010npm verb linkMans balanced-match@0.3.0
68011npm info linkStuff concat-map@0.0.1
68012npm verb linkBins concat-map@0.0.1
68013npm verb linkMans concat-map@0.0.1
68014npm info linkStuff brace-expansion@1.1.2
68015npm verb linkBins brace-expansion@1.1.2
68016npm verb linkMans brace-expansion@1.1.2
68017npm info linkStuff minimatch@3.0.0
68018npm verb linkBins minimatch@3.0.0
68019npm verb linkMans minimatch@3.0.0
68020npm info linkStuff wrappy@1.0.1
68021npm verb linkBins wrappy@1.0.1
68022npm verb linkMans wrappy@1.0.1
68023npm info linkStuff once@1.3.3
68024npm verb linkBins once@1.3.3
68025npm verb linkMans once@1.3.3
68026npm info linkStuff inflight@1.0.4
68027npm verb linkBins inflight@1.0.4
68028npm verb linkMans inflight@1.0.4
68029npm info linkStuff path-is-absolute@1.0.0
68030npm verb linkBins path-is-absolute@1.0.0
68031npm verb linkMans path-is-absolute@1.0.0
68032npm info linkStuff glob@5.0.15
68033npm verb linkBins glob@5.0.15
68034npm verb linkMans glob@5.0.15
68035npm info linkStuff rimraf@2.4.4
68036npm verb linkBins rimraf@2.4.4
68037npm verb link bins [ { rimraf: './bin.js' },
68038npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
68039npm verb link bins false ]
68040npm verb linkMans rimraf@2.4.4
68041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/rimraf
68042npm info linkStuff semver@5.1.0
68043npm verb linkBins semver@5.1.0
68044npm verb link bins [ { semver: './bin/semver' },
68045npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
68046npm verb link bins false ]
68047npm verb linkMans semver@5.1.0
68048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/semver
68049npm info linkStuff debug@0.7.4
68050npm verb linkBins debug@0.7.4
68051npm verb linkMans debug@0.7.4
68052npm info linkStuff inherits@2.0.1
68053npm verb linkBins inherits@2.0.1
68054npm verb linkMans inherits@2.0.1
68055npm info linkStuff balanced-match@0.3.0
68056npm verb linkBins balanced-match@0.3.0
68057npm verb linkMans balanced-match@0.3.0
68058npm info linkStuff concat-map@0.0.1
68059npm verb linkBins concat-map@0.0.1
68060npm verb linkMans concat-map@0.0.1
68061npm info linkStuff brace-expansion@1.1.2
68062npm verb linkBins brace-expansion@1.1.2
68063npm verb linkMans brace-expansion@1.1.2
68064npm info linkStuff minimatch@3.0.0
68065npm verb linkBins minimatch@3.0.0
68066npm verb linkMans minimatch@3.0.0
68067npm info linkStuff graceful-fs@4.1.2
68068npm verb linkBins graceful-fs@4.1.2
68069npm verb linkMans graceful-fs@4.1.2
68070npm info linkStuff inherits@2.0.1
68071npm verb linkBins inherits@2.0.1
68072npm verb linkMans inherits@2.0.1
68073npm info linkStuff fstream@1.0.8
68074npm verb linkBins fstream@1.0.8
68075npm verb linkMans fstream@1.0.8
68076npm info linkStuff fstream-ignore@1.0.3
68077npm verb linkBins fstream-ignore@1.0.3
68078npm verb linkMans fstream-ignore@1.0.3
68079npm info linkStuff once@1.1.1
68080npm verb linkBins once@1.1.1
68081npm verb linkMans once@1.1.1
68082npm info linkStuff core-util-is@1.0.2
68083npm verb linkBins core-util-is@1.0.2
68084npm verb linkMans core-util-is@1.0.2
68085npm info linkStuff inherits@2.0.1
68086npm verb linkBins inherits@2.0.1
68087npm verb linkMans inherits@2.0.1
68088npm info linkStuff isarray@0.0.1
68089npm verb linkBins isarray@0.0.1
68090npm verb linkMans isarray@0.0.1
68091npm info linkStuff process-nextick-args@1.0.6
68092npm verb linkBins process-nextick-args@1.0.6
68093npm verb linkMans process-nextick-args@1.0.6
68094npm info linkStuff string_decoder@0.10.31
68095npm verb linkBins string_decoder@0.10.31
68096npm verb linkMans string_decoder@0.10.31
68097npm info linkStuff util-deprecate@1.0.2
68098npm verb linkBins util-deprecate@1.0.2
68099npm verb linkMans util-deprecate@1.0.2
68100npm info linkStuff readable-stream@2.0.5
68101npm verb linkBins readable-stream@2.0.5
68102npm verb linkMans readable-stream@2.0.5
68103npm info linkStuff uid-number@0.0.3
68104npm verb linkBins uid-number@0.0.3
68105npm verb linkMans uid-number@0.0.3
68106npm info linkStuff graceful-fs@4.1.2
68107npm verb linkBins graceful-fs@4.1.2
68108npm verb linkMans graceful-fs@4.1.2
68109npm info linkStuff inherits@2.0.1
68110npm verb linkBins inherits@2.0.1
68111npm verb linkMans inherits@2.0.1
68112npm info linkStuff fstream@1.0.8
68113npm verb linkBins fstream@1.0.8
68114npm verb linkMans fstream@1.0.8
68115npm info linkStuff block-stream@0.0.8
68116npm verb linkBins block-stream@0.0.8
68117npm verb linkMans block-stream@0.0.8
68118npm info linkStuff tar@2.2.1
68119npm verb linkBins tar@2.2.1
68120npm verb linkMans tar@2.2.1
68121npm info linkStuff tar-pack@3.1.2
68122npm verb linkBins tar-pack@3.1.2
68123npm verb linkMans tar-pack@3.1.2
68124npm info linkStuff node-pre-gyp@0.6.18
68125npm verb linkBins node-pre-gyp@0.6.18
68126npm verb link bins [ { 'node-pre-gyp': './bin/node-pre-gyp' },
68127npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68128npm verb link bins false ]
68129npm verb linkMans node-pre-gyp@0.6.18
68130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/node-pre-gyp
68131npm info linkStuff node-uuid@1.3.3
68132npm verb linkBins node-uuid@1.3.3
68133npm verb linkMans node-uuid@1.3.3
68134npm info linkStuff ansi-styles@1.0.0
68135npm verb linkBins ansi-styles@1.0.0
68136npm verb linkMans ansi-styles@1.0.0
68137npm info linkStuff strip-ansi@0.1.1
68138npm verb linkBins strip-ansi@0.1.1
68139npm verb link bins [ { 'strip-ansi': 'cli.js' },
68140npm verb link bins '/var/www/manticore.git/node_modules/nodemon/node_modules/.bin',
68141npm verb link bins false ]
68142npm verb linkMans strip-ansi@0.1.1
68143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/nodemon/node_modules/.bin/strip-ansi
68144npm info linkStuff chalk@0.4.0
68145npm verb linkBins chalk@0.4.0
68146npm verb linkMans chalk@0.4.0
68147npm info linkStuff nopt@2.1.1
68148npm verb linkBins nopt@2.1.1
68149npm verb link bins [ { nopt: './bin/nopt.js' },
68150npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68151npm verb link bins false ]
68152npm verb linkMans nopt@2.1.1
68153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/nopt
68154npm info linkStuff nopt@2.0.0
68155npm verb linkBins nopt@2.0.0
68156npm verb link bins [ { nopt: './bin/nopt.js' },
68157npm verb link bins '/var/www/manticore.git/node_modules/noptify/node_modules/.bin',
68158npm verb link bins false ]
68159npm verb linkMans nopt@2.0.0
68160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/noptify/node_modules/.bin/nopt
68161npm info linkStuff noptify@0.0.3
68162npm verb linkBins noptify@0.0.3
68163npm verb linkMans noptify@0.0.3
68164npm info linkStuff normalize-path@2.0.1
68165npm verb linkBins normalize-path@2.0.1
68166npm verb linkMans normalize-path@2.0.1
68167npm info linkStuff minimist@0.0.8
68168npm verb linkBins minimist@0.0.8
68169npm verb linkMans minimist@0.0.8
68170npm info linkStuff mkdirp@0.5.1
68171npm verb linkBins mkdirp@0.5.1
68172npm verb link bins [ { mkdirp: 'bin/cmd.js' },
68173npm verb link bins '/var/www/manticore.git/node_modules/npmconf/node_modules/.bin',
68174npm verb link bins false ]
68175npm verb linkMans mkdirp@0.5.1
68176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/npmconf/node_modules/.bin/mkdirp
68177npm info linkStuff nopt@3.0.6
68178npm verb linkBins nopt@3.0.6
68179npm verb link bins [ { nopt: './bin/nopt.js' },
68180npm verb link bins '/var/www/manticore.git/node_modules/npmconf/node_modules/.bin',
68181npm verb link bins false ]
68182npm verb linkMans nopt@3.0.6
68183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/npmconf/node_modules/.bin/nopt
68184npm info linkStuff nth-check@1.0.1
68185npm verb linkBins nth-check@1.0.1
68186npm verb linkMans nth-check@1.0.1
68187npm info linkStuff CSSselect@0.7.0
68188npm verb linkBins CSSselect@0.7.0
68189npm verb linkMans CSSselect@0.7.0
68190npm info linkStuff cheerio-select@0.0.3
68191npm verb linkBins cheerio-select@0.0.3
68192npm verb linkMans cheerio-select@0.0.3
68193npm info linkStuff number-is-nan@1.0.0
68194npm verb linkBins number-is-nan@1.0.0
68195npm verb linkMans number-is-nan@1.0.0
68196npm info linkStuff is-finite@1.0.1
68197npm verb linkBins is-finite@1.0.1
68198npm verb linkMans is-finite@1.0.1
68199npm info linkStuff oauth-sign@0.8.0
68200npm verb linkBins oauth-sign@0.8.0
68201npm verb linkMans oauth-sign@0.8.0
68202npm info linkStuff object-assign@1.0.0
68203npm verb linkBins object-assign@1.0.0
68204npm verb linkMans object-assign@1.0.0
68205npm info linkStuff object-component@0.0.3
68206npm verb linkBins object-component@0.0.3
68207npm verb linkMans object-component@0.0.3
68208npm info linkStuff object-keys@1.0.1
68209npm verb linkBins object-keys@1.0.1
68210npm verb linkMans object-keys@1.0.1
68211npm info linkStuff object.omit@2.0.0
68212npm verb linkBins object.omit@2.0.0
68213npm verb linkMans object.omit@2.0.0
68214npm info linkStuff on-finished@2.3.0
68215npm verb linkBins on-finished@2.3.0
68216npm verb linkMans on-finished@2.3.0
68217npm info linkStuff on-headers@1.0.1
68218npm verb linkBins on-headers@1.0.1
68219npm verb linkMans on-headers@1.0.1
68220npm info linkStuff morgan@1.6.1
68221npm verb linkBins morgan@1.6.1
68222npm verb linkMans morgan@1.6.1
68223npm info linkStuff open@0.0.5
68224npm verb linkBins open@0.0.5
68225npm verb linkMans open@0.0.5
68226npm info linkStuff grunt-open@0.2.3
68227npm verb linkBins grunt-open@0.2.3
68228npm verb link bins [ { 'grunt-open': 'bin/grunt-open' },
68229npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68230npm verb link bins false ]
68231npm verb linkMans grunt-open@0.2.3
68232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/grunt-open
68233npm info linkStuff opn@1.0.2
68234npm verb linkBins opn@1.0.2
68235npm verb link bins [ { opn: 'cli.js' },
68236npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68237npm verb link bins false ]
68238npm verb linkMans opn@1.0.2
68239npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/opn
68240npm info linkStuff options@0.0.6
68241npm verb linkBins options@0.0.6
68242npm verb linkMans options@0.0.6
68243npm info linkStuff ordered-esprima-props@1.0.0
68244npm verb linkBins ordered-esprima-props@1.0.0
68245npm verb linkMans ordered-esprima-props@1.0.0
68246npm info linkStuff ordered-ast-traverse@0.1.1
68247npm verb linkBins ordered-ast-traverse@0.1.1
68248npm verb linkMans ordered-ast-traverse@0.1.1
68249npm info linkStuff os-homedir@1.0.1
68250npm verb linkBins os-homedir@1.0.1
68251npm verb linkMans os-homedir@1.0.1
68252npm info linkStuff osenv@0.1.0
68253npm verb linkBins osenv@0.1.0
68254npm verb linkMans osenv@0.1.0
68255npm info linkStuff osx-release@1.1.0
68256npm verb linkBins osx-release@1.1.0
68257npm verb link bins [ { 'osx-release': 'cli.js' },
68258npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68259npm verb link bins false ]
68260npm verb linkMans osx-release@1.1.0
68261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/osx-release
68262npm info linkStuff object-assign@0.3.1
68263npm verb linkBins object-assign@0.3.1
68264npm verb linkMans object-assign@0.3.1
68265npm info linkStuff got@0.3.0
68266npm verb linkBins got@0.3.0
68267npm verb linkMans got@0.3.0
68268npm info linkStuff pad-stdio@0.1.1
68269npm verb linkBins pad-stdio@0.1.1
68270npm verb linkMans pad-stdio@0.1.1
68271npm info linkStuff grunt-concurrent@0.5.0
68272npm verb linkBins grunt-concurrent@0.5.0
68273npm verb linkMans grunt-concurrent@0.5.0
68274npm info linkStuff parse-glob@3.0.4
68275npm verb linkBins parse-glob@3.0.4
68276npm verb linkMans parse-glob@3.0.4
68277npm info linkStuff parse-json@2.2.0
68278npm verb linkBins parse-json@2.2.0
68279npm verb linkMans parse-json@2.2.0
68280npm info linkStuff parsejson@0.0.1
68281npm verb linkBins parsejson@0.0.1
68282npm verb linkMans parsejson@0.0.1
68283npm info linkStuff parseqs@0.0.2
68284npm verb linkBins parseqs@0.0.2
68285npm verb linkMans parseqs@0.0.2
68286npm info linkStuff parseuri@0.0.2
68287npm verb linkBins parseuri@0.0.2
68288npm verb linkMans parseuri@0.0.2
68289npm info linkStuff parseurl@1.0.1
68290npm verb linkBins parseurl@1.0.1
68291npm verb linkMans parseurl@1.0.1
68292npm info linkStuff passport-strategy@1.0.0
68293npm verb linkBins passport-strategy@1.0.0
68294npm verb linkMans passport-strategy@1.0.0
68295npm info linkStuff path-is-absolute@1.0.0
68296npm verb linkBins path-is-absolute@1.0.0
68297npm verb linkMans path-is-absolute@1.0.0
68298npm info linkStuff path-to-regexp@0.1.2
68299npm verb linkBins path-to-regexp@0.1.2
68300npm verb linkMans path-to-regexp@0.1.2
68301npm info linkStuff graceful-fs@4.1.2
68302npm verb linkBins graceful-fs@4.1.2
68303npm verb linkMans graceful-fs@4.1.2
68304npm info linkStuff pause@0.0.1
68305npm verb linkBins pause@0.0.1
68306npm verb linkMans pause@0.0.1
68307npm info linkStuff adm-zip@0.4.4
68308npm verb linkBins adm-zip@0.4.4
68309npm verb linkMans adm-zip@0.4.4
68310npm info linkStuff asn1@0.1.11
68311npm verb linkBins asn1@0.1.11
68312npm verb linkMans asn1@0.1.11
68313npm info linkStuff assert-plus@0.1.5
68314npm verb linkBins assert-plus@0.1.5
68315npm verb linkMans assert-plus@0.1.5
68316npm info linkStuff async@0.9.2
68317npm verb linkBins async@0.9.2
68318npm verb linkMans async@0.9.2
68319npm info linkStuff caseless@0.6.0
68320npm verb linkBins caseless@0.6.0
68321npm verb linkMans caseless@0.6.0
68322npm info linkStuff delayed-stream@0.0.5
68323npm verb linkBins delayed-stream@0.0.5
68324npm verb linkMans delayed-stream@0.0.5
68325npm info linkStuff combined-stream@0.0.7
68326npm verb linkBins combined-stream@0.0.7
68327npm verb linkMans combined-stream@0.0.7
68328npm info linkStuff forever-agent@0.5.2
68329npm verb linkBins forever-agent@0.5.2
68330npm verb linkMans forever-agent@0.5.2
68331npm info linkStuff form-data@0.1.4
68332npm verb linkBins form-data@0.1.4
68333npm verb linkMans form-data@0.1.4
68334npm info linkStuff graceful-fs@4.1.2
68335npm verb linkBins graceful-fs@4.1.2
68336npm verb linkMans graceful-fs@4.1.2
68337npm info linkStuff hoek@0.9.1
68338npm verb linkBins hoek@0.9.1
68339npm verb linkMans hoek@0.9.1
68340npm info linkStuff boom@0.4.2
68341npm verb linkBins boom@0.4.2
68342npm verb linkMans boom@0.4.2
68343npm info linkStuff cryptiles@0.2.2
68344npm verb linkBins cryptiles@0.2.2
68345npm verb linkMans cryptiles@0.2.2
68346npm info linkStuff http-signature@0.10.1
68347npm verb linkBins http-signature@0.10.1
68348npm verb linkMans http-signature@0.10.1
68349npm info linkStuff jsonfile@2.2.3
68350npm verb linkBins jsonfile@2.2.3
68351npm verb linkMans jsonfile@2.2.3
68352npm info linkStuff minimist@0.0.8
68353npm verb linkBins minimist@0.0.8
68354npm verb linkMans minimist@0.0.8
68355npm info linkStuff mkdirp@0.5.1
68356npm verb linkBins mkdirp@0.5.1
68357npm verb link bins [ { mkdirp: 'bin/cmd.js' },
68358npm verb link bins '/var/www/manticore.git/node_modules/phantomjs/node_modules/.bin',
68359npm verb link bins false ]
68360npm verb linkMans mkdirp@0.5.1
68361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/phantomjs/node_modules/.bin/mkdirp
68362npm info linkStuff node-uuid@1.4.7
68363npm verb linkBins node-uuid@1.4.7
68364npm verb link bins [ { uuid: './bin/uuid' },
68365npm verb link bins '/var/www/manticore.git/node_modules/phantomjs/node_modules/.bin',
68366npm verb link bins false ]
68367npm verb linkMans node-uuid@1.4.7
68368npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/phantomjs/node_modules/.bin/uuid
68369npm info linkStuff nopt@3.0.6
68370npm verb linkBins nopt@3.0.6
68371npm verb link bins [ { nopt: './bin/nopt.js' },
68372npm verb link bins '/var/www/manticore.git/node_modules/phantomjs/node_modules/.bin',
68373npm verb link bins false ]
68374npm verb linkMans nopt@3.0.6
68375npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/phantomjs/node_modules/.bin/nopt
68376npm info linkStuff oauth-sign@0.4.0
68377npm verb linkBins oauth-sign@0.4.0
68378npm verb linkMans oauth-sign@0.4.0
68379npm info linkStuff qs@1.2.2
68380npm verb linkBins qs@1.2.2
68381npm verb linkMans qs@1.2.2
68382npm info linkStuff sntp@0.2.4
68383npm verb linkBins sntp@0.2.4
68384npm verb linkMans sntp@0.2.4
68385npm info linkStuff hawk@1.1.1
68386npm verb linkBins hawk@1.1.1
68387npm verb linkMans hawk@1.1.1
68388npm info linkStuff pify@2.3.0
68389npm verb linkBins pify@2.3.0
68390npm verb linkMans pify@2.3.0
68391npm info linkStuff pinkie@2.0.1
68392npm verb linkBins pinkie@2.0.1
68393npm verb linkMans pinkie@2.0.1
68394npm info linkStuff pinkie-promise@2.0.0
68395npm verb linkBins pinkie-promise@2.0.0
68396npm verb linkMans pinkie-promise@2.0.0
68397npm info linkStuff path-type@1.1.0
68398npm verb linkBins path-type@1.1.0
68399npm verb linkMans path-type@1.1.0
68400npm info linkStuff path-exists@2.1.0
68401npm verb linkBins path-exists@2.1.0
68402npm verb linkMans path-exists@2.1.0
68403npm info linkStuff find-up@1.1.0
68404npm verb linkBins find-up@1.1.0
68405npm verb linkMans find-up@1.1.0
68406npm info linkStuff pkginfo@0.2.3
68407npm verb linkBins pkginfo@0.2.3
68408npm verb linkMans pkginfo@0.2.3
68409npm info linkStuff passport@0.1.18
68410npm verb linkBins passport@0.1.18
68411npm verb linkMans passport@0.1.18
68412npm info linkStuff policyfile@0.0.4
68413npm verb linkBins policyfile@0.0.4
68414npm verb linkMans policyfile@0.0.4
68415npm info linkStuff assert-plus@0.1.5
68416npm verb linkBins assert-plus@0.1.5
68417npm verb linkMans assert-plus@0.1.5
68418npm info linkStuff dtrace-provider@0.2.8
68419npm verb linkBins dtrace-provider@0.2.8
68420npm verb linkMans dtrace-provider@0.2.8
68421npm info linkStuff extsprintf@1.0.0
68422npm verb linkBins extsprintf@1.0.0
68423npm verb linkMans extsprintf@1.0.0
68424npm info linkStuff mv@0.0.5
68425npm verb linkBins mv@0.0.5
68426npm verb linkMans mv@0.0.5
68427npm info linkStuff bunyan@0.22.1
68428npm verb linkBins bunyan@0.22.1
68429npm verb link bins [ { bunyan: './bin/bunyan' },
68430npm verb link bins '/var/www/manticore.git/node_modules/pooling/node_modules/.bin',
68431npm verb link bins false ]
68432npm verb linkMans bunyan@0.22.1
68433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/pooling/node_modules/.bin/bunyan
68434npm info linkStuff once@1.3.0
68435npm verb linkBins once@1.3.0
68436npm verb linkMans once@1.3.0
68437npm info linkStuff verror@1.1.0
68438npm verb linkBins verror@1.1.0
68439npm verb linkMans verror@1.1.0
68440npm info linkStuff vasync@1.4.0
68441npm verb linkBins vasync@1.4.0
68442npm verb linkMans vasync@1.4.0
68443npm info linkStuff pooling@0.4.6
68444npm verb linkBins pooling@0.4.6
68445npm verb linkMans pooling@0.4.6
68446npm info linkStuff ldapjs@0.7.1
68447npm verb linkBins ldapjs@0.7.1
68448npm verb link bins [ { 'ldapjs-add': 'bin/ldapjs-add',
68449npm verb link bins 'ldapjs-compare': 'bin/ldapjs-compare',
68450npm verb link bins 'ldapjs-delete': 'bin/ldapjs-delete',
68451npm verb link bins 'ldapjs-modify': 'bin/ldapjs-modify',
68452npm verb link bins 'ldapjs-search': 'bin/ldapjs-search' },
68453npm verb link bins '/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin',
68454npm verb link bins false ]
68455npm verb linkMans ldapjs@0.7.1
68456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-add
68457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-compare
68458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-delete
68459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-modify
68460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-search
68461npm info linkStuff ldapauth-fork@2.3.3
68462npm verb linkBins ldapauth-fork@2.3.3
68463npm verb linkMans ldapauth-fork@2.3.3
68464npm info linkStuff precond@0.2.3
68465npm verb linkBins precond@0.2.3
68466npm verb linkMans precond@0.2.3
68467npm info linkStuff backoff@2.4.1
68468npm verb linkBins backoff@2.4.1
68469npm verb linkMans backoff@2.4.1
68470npm info linkStuff preserve@0.2.0
68471npm verb linkBins preserve@0.2.0
68472npm verb linkMans preserve@0.2.0
68473npm info linkStuff pretty-bytes@0.1.2
68474npm verb linkBins pretty-bytes@0.1.2
68475npm verb link bins [ { 'pretty-bytes': 'cli.js' },
68476npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68477npm verb link bins false ]
68478npm verb linkMans pretty-bytes@0.1.2
68479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/pretty-bytes
68480npm info linkStuff grunt-contrib-htmlmin@0.2.0
68481npm verb linkBins grunt-contrib-htmlmin@0.2.0
68482npm verb linkMans grunt-contrib-htmlmin@0.2.0
68483npm info linkStuff pretty-ms@0.1.0
68484npm verb linkBins pretty-ms@0.1.0
68485npm verb link bins [ { 'pretty-ms': 'cli.js' },
68486npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68487npm verb link bins false ]
68488npm verb linkMans pretty-ms@0.1.0
68489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/pretty-ms
68490npm info linkStuff process-nextick-args@1.0.6
68491npm verb linkBins process-nextick-args@1.0.6
68492npm verb linkMans process-nextick-args@1.0.6
68493npm info linkStuff progress@1.1.8
68494npm verb linkBins progress@1.1.8
68495npm verb linkMans progress@1.1.8
68496npm info linkStuff promise@2.0.0
68497npm verb linkBins promise@2.0.0
68498npm verb linkMans promise@2.0.0
68499npm info linkStuff propprop@0.3.0
68500npm verb linkBins propprop@0.3.0
68501npm verb linkMans propprop@0.3.0
68502npm info linkStuff proto-list@1.2.4
68503npm verb linkBins proto-list@1.2.4
68504npm verb linkMans proto-list@1.2.4
68505npm info linkStuff config-chain@1.1.9
68506npm verb linkBins config-chain@1.1.9
68507npm verb linkMans config-chain@1.1.9
68508npm info linkStuff adm-zip@0.4.4
68509npm verb linkBins adm-zip@0.4.4
68510npm verb linkMans adm-zip@0.4.4
68511npm info linkStuff asn1@0.1.11
68512npm verb linkBins asn1@0.1.11
68513npm verb linkMans asn1@0.1.11
68514npm info linkStuff assert-plus@0.1.5
68515npm verb linkBins assert-plus@0.1.5
68516npm verb linkMans assert-plus@0.1.5
68517npm info linkStuff async@0.9.2
68518npm verb linkBins async@0.9.2
68519npm verb linkMans async@0.9.2
68520npm info linkStuff delayed-stream@0.0.5
68521npm verb linkBins delayed-stream@0.0.5
68522npm verb linkMans delayed-stream@0.0.5
68523npm info linkStuff combined-stream@0.0.7
68524npm verb linkBins combined-stream@0.0.7
68525npm verb linkMans combined-stream@0.0.7
68526npm info linkStuff forever-agent@0.5.2
68527npm verb linkBins forever-agent@0.5.2
68528npm verb linkMans forever-agent@0.5.2
68529npm info linkStuff form-data@0.1.4
68530npm verb linkBins form-data@0.1.4
68531npm verb linkMans form-data@0.1.4
68532npm info linkStuff hoek@0.9.1
68533npm verb linkBins hoek@0.9.1
68534npm verb linkMans hoek@0.9.1
68535npm info linkStuff boom@0.4.2
68536npm verb linkBins boom@0.4.2
68537npm verb linkMans boom@0.4.2
68538npm info linkStuff cryptiles@0.2.2
68539npm verb linkBins cryptiles@0.2.2
68540npm verb linkMans cryptiles@0.2.2
68541npm info linkStuff http-signature@0.10.1
68542npm verb linkBins http-signature@0.10.1
68543npm verb linkMans http-signature@0.10.1
68544npm info linkStuff minimist@0.0.10
68545npm verb linkBins minimist@0.0.10
68546npm verb linkMans minimist@0.0.10
68547npm info linkStuff node-uuid@1.4.7
68548npm verb linkBins node-uuid@1.4.7
68549npm verb link bins [ { uuid: './bin/uuid' },
68550npm verb link bins '/var/www/manticore.git/node_modules/protractor/node_modules/.bin',
68551npm verb link bins false ]
68552npm verb linkMans node-uuid@1.4.7
68553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/protractor/node_modules/.bin/uuid
68554npm info linkStuff oauth-sign@0.3.0
68555npm verb linkBins oauth-sign@0.3.0
68556npm verb linkMans oauth-sign@0.3.0
68557npm info linkStuff q@1.0.0
68558npm verb linkBins q@1.0.0
68559npm verb linkMans q@1.0.0
68560npm info linkStuff sntp@0.2.4
68561npm verb linkBins sntp@0.2.4
68562npm verb linkMans sntp@0.2.4
68563npm info linkStuff hawk@1.0.0
68564npm verb linkBins hawk@1.0.0
68565npm verb linkMans hawk@1.0.0
68566npm info linkStuff proxy-addr@1.0.10
68567npm verb linkBins proxy-addr@1.0.10
68568npm verb linkMans proxy-addr@1.0.10
68569npm info linkStuff once@1.2.0
68570npm verb linkBins once@1.2.0
68571npm verb linkMans once@1.2.0
68572npm info linkStuff punycode@1.4.0
68573npm verb linkBins punycode@1.4.0
68574npm verb linkMans punycode@1.4.0
68575npm info linkStuff tough-cookie@0.12.1
68576npm verb linkBins tough-cookie@0.12.1
68577npm verb linkMans tough-cookie@0.12.1
68578npm info linkStuff q@0.9.7
68579npm verb linkBins q@0.9.7
68580npm verb linkMans q@0.9.7
68581npm info linkStuff p-throttler@0.1.0
68582npm verb linkBins p-throttler@0.1.0
68583npm verb linkMans p-throttler@0.1.0
68584npm info linkStuff coa@0.4.1
68585npm verb linkBins coa@0.4.1
68586npm verb linkMans coa@0.4.1
68587npm info linkStuff qs@0.6.6
68588npm verb linkBins qs@0.6.6
68589npm verb linkMans qs@0.6.6
68590npm info linkStuff randomatic@1.1.5
68591npm verb linkBins randomatic@1.1.5
68592npm verb linkMans randomatic@1.1.5
68593npm info linkStuff range-parser@1.0.0
68594npm verb linkBins range-parser@1.0.0
68595npm verb linkMans range-parser@1.0.0
68596npm info linkStuff raw-body@1.3.0
68597npm verb linkBins raw-body@1.3.0
68598npm verb linkMans raw-body@1.3.0
68599npm info linkStuff minimist@0.0.10
68600npm verb linkBins minimist@0.0.10
68601npm verb linkMans minimist@0.0.10
68602npm info linkStuff strip-json-comments@0.1.3
68603npm verb linkBins strip-json-comments@0.1.3
68604npm verb link bins [ { 'strip-json-comments': 'cli.js' },
68605npm verb link bins '/var/www/manticore.git/node_modules/rc/node_modules/.bin',
68606npm verb link bins false ]
68607npm verb linkMans strip-json-comments@0.1.3
68608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/rc/node_modules/.bin/strip-json-comments
68609npm info linkStuff rc@0.5.5
68610npm verb linkBins rc@0.5.5
68611npm verb link bins [ { rc: './index.js' },
68612npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68613npm verb link bins false ]
68614npm verb linkMans rc@0.5.5
68615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/rc
68616npm info linkStuff read@1.0.7
68617npm verb linkBins read@1.0.7
68618npm verb linkMans read@1.0.7
68619npm info linkStuff promptly@0.2.0
68620npm verb linkBins promptly@0.2.0
68621npm verb linkMans promptly@0.2.0
68622npm info linkStuff read-chunk@0.1.0
68623npm verb linkBins read-chunk@0.1.0
68624npm verb linkMans read-chunk@0.1.0
68625npm info linkStuff image-type@0.1.4
68626npm verb linkBins image-type@0.1.4
68627npm verb link bins [ { 'image-type': 'cli.js' },
68628npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68629npm verb link bins false ]
68630npm verb linkMans image-type@0.1.4
68631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/image-type
68632npm info linkStuff readdirp@0.2.5
68633npm verb linkBins readdirp@0.2.5
68634npm verb linkMans readdirp@0.2.5
68635npm info linkStuff monocle@1.1.51
68636npm verb linkBins monocle@1.1.51
68637npm verb linkMans monocle@1.1.51
68638npm info linkStuff monocle@0.1.48
68639npm verb linkBins monocle@0.1.48
68640npm verb linkMans monocle@0.1.48
68641npm info linkStuff ansi-regex@1.1.1
68642npm verb linkBins ansi-regex@1.1.1
68643npm verb linkMans ansi-regex@1.1.1
68644npm info linkStuff strip-ansi@2.0.1
68645npm verb linkBins strip-ansi@2.0.1
68646npm verb link bins [ { 'strip-ansi': 'cli.js' },
68647npm verb link bins '/var/www/manticore.git/node_modules/readline2/node_modules/.bin',
68648npm verb link bins false ]
68649npm verb linkMans strip-ansi@2.0.1
68650npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/readline2/node_modules/.bin/strip-ansi
68651npm info linkStuff readline2@0.1.1
68652npm verb linkBins readline2@0.1.1
68653npm verb linkMans readline2@0.1.1
68654npm info linkStuff repeating@2.0.0
68655npm verb linkBins repeating@2.0.0
68656npm verb linkMans repeating@2.0.0
68657npm info linkStuff indent-string@2.1.0
68658npm verb linkBins indent-string@2.1.0
68659npm verb linkMans indent-string@2.1.0
68660npm info linkStuff redeyed@0.4.4
68661npm verb linkBins redeyed@0.4.4
68662npm verb linkMans redeyed@0.4.4
68663npm info linkStuff cardinal@0.4.0
68664npm verb linkBins cardinal@0.4.0
68665npm verb link bins [ { cdl: './bin/cdl.js' },
68666npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68667npm verb link bins false ]
68668npm verb linkMans cardinal@0.4.0
68669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/cdl
68670npm info linkStuff redis@0.7.3
68671npm verb linkBins redis@0.7.3
68672npm verb linkMans redis@0.7.3
68673npm info linkStuff reduce-component@1.0.1
68674npm verb linkBins reduce-component@1.0.1
68675npm verb linkMans reduce-component@1.0.1
68676npm info linkStuff regex-cache@0.4.2
68677npm verb linkBins regex-cache@0.4.2
68678npm verb linkMans regex-cache@0.4.2
68679npm info linkStuff regexp-clone@0.0.1
68680npm verb linkBins regexp-clone@0.0.1
68681npm verb linkMans regexp-clone@0.0.1
68682npm info linkStuff regexp-quote@0.0.0
68683npm verb linkBins regexp-quote@0.0.0
68684npm verb linkMans regexp-quote@0.0.0
68685npm info linkStuff relateurl@0.2.6
68686npm verb linkBins relateurl@0.2.6
68687npm verb linkMans relateurl@0.2.6
68688npm info linkStuff repeat-element@1.1.2
68689npm verb linkBins repeat-element@1.1.2
68690npm verb linkMans repeat-element@1.1.2
68691npm info linkStuff repeat-string@1.5.2
68692npm verb linkBins repeat-string@1.5.2
68693npm verb linkMans repeat-string@1.5.2
68694npm info linkStuff fill-range@2.2.3
68695npm verb linkBins fill-range@2.2.3
68696npm verb linkMans fill-range@2.2.3
68697npm info linkStuff expand-range@1.8.1
68698npm verb linkBins expand-range@1.8.1
68699npm verb linkMans expand-range@1.8.1
68700npm info linkStuff braces@1.8.3
68701npm verb linkBins braces@1.8.3
68702npm verb linkMans braces@1.8.3
68703npm info linkStuff repeating@1.1.3
68704npm verb linkBins repeating@1.1.3
68705npm verb link bins [ { repeating: 'cli.js' },
68706npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68707npm verb link bins false ]
68708npm verb linkMans repeating@1.1.3
68709npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/repeating
68710npm info linkStuff indent-string@1.2.2
68711npm verb linkBins indent-string@1.2.2
68712npm verb link bins [ { 'indent-string': 'cli.js' },
68713npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68714npm verb link bins false ]
68715npm verb linkMans indent-string@1.2.2
68716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/indent-string
68717npm info linkStuff meow@2.0.0
68718npm verb linkBins meow@2.0.0
68719npm verb linkMans meow@2.0.0
68720npm info linkStuff mime-db@1.20.0
68721npm verb linkBins mime-db@1.20.0
68722npm verb linkMans mime-db@1.20.0
68723npm info linkStuff mime-types@2.1.8
68724npm verb linkBins mime-types@2.1.8
68725npm verb linkMans mime-types@2.1.8
68726npm info linkStuff node-uuid@1.4.7
68727npm verb linkBins node-uuid@1.4.7
68728npm verb link bins [ { uuid: './bin/uuid' },
68729npm verb link bins '/var/www/manticore.git/node_modules/request/node_modules/.bin',
68730npm verb link bins false ]
68731npm verb linkMans node-uuid@1.4.7
68732npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/request/node_modules/.bin/uuid
68733npm info linkStuff qs@4.0.0
68734npm verb linkBins qs@4.0.0
68735npm verb linkMans qs@4.0.0
68736npm info linkStuff requirejs@2.1.22
68737npm verb linkBins requirejs@2.1.22
68738npm verb link bins [ { 'r.js': './bin/r.js' },
68739npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68740npm verb link bins false ]
68741npm verb linkMans requirejs@2.1.22
68742npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/r.js
68743npm info linkStuff depd@1.0.1
68744npm verb linkBins depd@1.0.1
68745npm verb linkMans depd@1.0.1
68746npm info linkStuff response-time@2.3.1
68747npm verb linkBins response-time@2.3.1
68748npm verb linkMans response-time@2.3.1
68749npm info linkStuff retry@0.6.0
68750npm verb linkBins retry@0.6.0
68751npm verb linkMans retry@0.6.0
68752npm info linkStuff request-replay@0.2.0
68753npm verb linkBins request-replay@0.2.0
68754npm verb linkMans request-replay@0.2.0
68755npm info linkStuff rndm@1.1.1
68756npm verb linkBins rndm@1.1.1
68757npm verb linkMans rndm@1.1.1
68758npm info linkStuff rx@2.5.3
68759npm verb linkBins rx@2.5.3
68760npm verb linkMans rx@2.5.3
68761npm info linkStuff safe-json-stringify@1.0.3
68762npm verb linkBins safe-json-stringify@1.0.3
68763npm verb linkMans safe-json-stringify@1.0.3
68764npm info linkStuff saucelabs@0.1.1
68765npm verb linkBins saucelabs@0.1.1
68766npm verb linkMans saucelabs@0.1.1
68767npm info linkStuff sax@0.6.1
68768npm verb linkBins sax@0.6.1
68769npm verb linkMans sax@0.6.1
68770npm info linkStuff scmp@1.0.0
68771npm verb linkBins scmp@1.0.0
68772npm verb linkMans scmp@1.0.0
68773npm info linkStuff adm-zip@0.4.4
68774npm verb linkBins adm-zip@0.4.4
68775npm verb linkMans adm-zip@0.4.4
68776npm info linkStuff tmp@0.0.24
68777npm verb linkBins tmp@0.0.24
68778npm verb linkMans tmp@0.0.24
68779npm info linkStuff semver@2.3.2
68780npm verb linkBins semver@2.3.2
68781npm verb link bins [ { semver: './bin/semver' },
68782npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68783npm verb link bins false ]
68784npm verb linkMans semver@2.3.2
68785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/semver
68786npm info linkStuff semver-diff@0.1.0
68787npm verb linkBins semver-diff@0.1.0
68788npm verb linkMans semver-diff@0.1.0
68789npm info linkStuff semver-utils@1.1.1
68790npm verb linkBins semver-utils@1.1.1
68791npm verb linkMans semver-utils@1.1.1
68792npm info linkStuff bower@1.7.1
68793npm verb linkBins bower@1.7.1
68794npm verb link bins [ { bower: 'bin/bower' },
68795npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68796npm verb link bins false ]
68797npm verb linkMans bower@1.7.1
68798npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/bower
68799npm info linkStuff send@0.2.0
68800npm verb linkBins send@0.2.0
68801npm verb linkMans send@0.2.0
68802npm info linkStuff sentence-case@1.1.3
68803npm verb linkBins sentence-case@1.1.3
68804npm verb linkMans sentence-case@1.1.3
68805npm info linkStuff path-case@1.1.2
68806npm verb linkBins path-case@1.1.2
68807npm verb linkMans path-case@1.1.2
68808npm info linkStuff param-case@1.1.2
68809npm verb linkBins param-case@1.1.2
68810npm verb linkMans param-case@1.1.2
68811npm info linkStuff dot-case@1.1.2
68812npm verb linkBins dot-case@1.1.2
68813npm verb linkMans dot-case@1.1.2
68814npm info linkStuff escape-html@1.0.2
68815npm verb linkBins escape-html@1.0.2
68816npm verb linkMans escape-html@1.0.2
68817npm info linkStuff mime-db@1.20.0
68818npm verb linkBins mime-db@1.20.0
68819npm verb linkMans mime-db@1.20.0
68820npm info linkStuff mime-types@2.1.8
68821npm verb linkBins mime-types@2.1.8
68822npm verb linkMans mime-types@2.1.8
68823npm info linkStuff ms@0.7.1
68824npm verb linkBins ms@0.7.1
68825npm verb linkMans ms@0.7.1
68826npm info linkStuff debug@2.2.0
68827npm verb linkBins debug@2.2.0
68828npm verb linkMans debug@2.2.0
68829npm info linkStuff negotiator@0.5.3
68830npm verb linkBins negotiator@0.5.3
68831npm verb linkMans negotiator@0.5.3
68832npm info linkStuff accepts@1.2.13
68833npm verb linkBins accepts@1.2.13
68834npm verb linkMans accepts@1.2.13
68835npm info linkStuff parseurl@1.3.0
68836npm verb linkBins parseurl@1.3.0
68837npm verb linkMans parseurl@1.3.0
68838npm info linkStuff fresh@0.2.0
68839npm verb linkBins fresh@0.2.0
68840npm verb linkMans fresh@0.2.0
68841npm info linkStuff range-parser@0.0.4
68842npm verb linkBins range-parser@0.0.4
68843npm verb linkMans range-parser@0.0.4
68844npm info linkStuff send@0.1.4
68845npm verb linkBins send@0.1.4
68846npm verb linkMans send@0.1.4
68847npm info linkStuff serve-static@1.0.1
68848npm verb linkBins serve-static@1.0.1
68849npm verb linkMans serve-static@1.0.1
68850npm info linkStuff shell-quote@1.4.3
68851npm verb linkBins shell-quote@1.4.3
68852npm verb linkMans shell-quote@1.4.3
68853npm info linkStuff shelljs@0.2.6
68854npm verb linkBins shelljs@0.2.6
68855npm verb link bins [ { shjs: './bin/shjs' },
68856npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68857npm verb link bins false ]
68858npm verb linkMans shelljs@0.2.6
68859npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/shjs
68860npm info linkStuff grunt-build-control@0.1.3
68861npm verb linkBins grunt-build-control@0.1.3
68862npm verb linkMans grunt-build-control@0.1.3
68863npm info linkStuff sockjs-client@0.0.0-unreleasable
68864npm verb linkBins sockjs-client@0.0.0-unreleasable
68865npm verb linkMans sockjs-client@0.0.0-unreleasable
68866npm info linkStuff should@3.3.2
68867npm verb linkBins should@3.3.2
68868npm verb linkMans should@3.3.2
68869npm info linkStuff sigmund@1.0.1
68870npm verb linkBins sigmund@1.0.1
68871npm verb linkMans sigmund@1.0.1
68872npm info linkStuff minimatch@0.3.0
68873npm verb linkBins minimatch@0.3.0
68874npm verb linkMans minimatch@0.3.0
68875npm info linkStuff glob@3.2.11
68876npm verb linkBins glob@3.2.11
68877npm verb linkMans glob@3.2.11
68878npm info linkStuff minimatch@0.2.14
68879npm verb linkBins minimatch@0.2.14
68880npm verb linkMans minimatch@0.2.14
68881npm info linkStuff minimatch@0.3.0
68882npm verb linkBins minimatch@0.3.0
68883npm verb linkMans minimatch@0.3.0
68884npm info linkStuff glob@3.2.11
68885npm verb linkBins glob@3.2.11
68886npm verb linkMans glob@3.2.11
68887npm info linkStuff minimatch@0.2.14
68888npm verb linkBins minimatch@0.2.14
68889npm verb linkMans minimatch@0.2.14
68890npm info linkStuff glob@3.2.3
68891npm verb linkBins glob@3.2.3
68892npm verb linkMans glob@3.2.3
68893npm info linkStuff mocha@1.18.2
68894npm verb linkBins mocha@1.18.2
68895npm verb link bins [ { mocha: './bin/mocha', _mocha: './bin/_mocha' },
68896npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68897npm verb link bins false ]
68898npm verb linkMans mocha@1.18.2
68899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/mocha
68900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/_mocha
68901npm info linkStuff grunt-mocha-test@0.10.2
68902npm verb linkBins grunt-mocha-test@0.10.2
68903npm verb linkMans grunt-mocha-test@0.10.2
68904npm info linkStuff minimatch@1.0.0
68905npm verb linkBins minimatch@1.0.0
68906npm verb linkMans minimatch@1.0.0
68907npm info linkStuff minimatch@0.3.0
68908npm verb linkBins minimatch@0.3.0
68909npm verb linkMans minimatch@0.3.0
68910npm info linkStuff glob@3.2.11
68911npm verb linkBins glob@3.2.11
68912npm verb linkMans glob@3.2.11
68913npm info linkStuff jasmine@2.1.1
68914npm verb linkBins jasmine@2.1.1
68915npm verb link bins [ { jasmine: './bin/jasmine.js' },
68916npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68917npm verb link bins false ]
68918npm verb linkMans jasmine@2.1.1
68919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/jasmine
68920npm info linkStuff minimatch@0.2.14
68921npm verb linkBins minimatch@0.2.14
68922npm verb linkMans minimatch@0.2.14
68923npm info linkStuff glob@3.1.21
68924npm verb linkBins glob@3.1.21
68925npm verb linkMans glob@3.1.21
68926npm info linkStuff minimatch@1.0.0
68927npm verb linkBins minimatch@1.0.0
68928npm verb linkMans minimatch@1.0.0
68929npm info linkStuff minimatch@0.2.14
68930npm verb linkBins minimatch@0.2.14
68931npm verb linkMans minimatch@0.2.14
68932npm info linkStuff glob@3.1.21
68933npm verb linkBins glob@3.1.21
68934npm verb linkMans glob@3.1.21
68935npm info linkStuff globule@0.1.0
68936npm verb linkBins globule@0.1.0
68937npm verb linkMans globule@0.1.0
68938npm info linkStuff gaze@0.5.2
68939npm verb linkBins gaze@0.5.2
68940npm verb linkMans gaze@0.5.2
68941npm info linkStuff minimatch@0.3.0
68942npm verb linkBins minimatch@0.3.0
68943npm verb linkMans minimatch@0.3.0
68944npm info linkStuff glob@3.2.11
68945npm verb linkBins glob@3.2.11
68946npm verb linkMans glob@3.2.11
68947npm info linkStuff findup-sync@0.1.3
68948npm verb linkBins findup-sync@0.1.3
68949npm verb linkMans findup-sync@0.1.3
68950npm info linkStuff minimatch@0.3.0
68951npm verb linkBins minimatch@0.3.0
68952npm verb linkMans minimatch@0.3.0
68953npm info linkStuff glob@3.2.11
68954npm verb linkBins glob@3.2.11
68955npm verb linkMans glob@3.2.11
68956npm info linkStuff cli@0.6.6
68957npm verb linkBins cli@0.6.6
68958npm verb linkMans cli@0.6.6
68959npm info linkStuff signal-exit@2.1.2
68960npm verb linkBins signal-exit@2.1.2
68961npm verb linkMans signal-exit@2.1.2
68962npm info linkStuff loud-rejection@1.2.0
68963npm verb linkBins loud-rejection@1.2.0
68964npm verb linkMans loud-rejection@1.2.0
68965npm info linkStuff simple-fmt@0.1.0
68966npm verb linkBins simple-fmt@0.1.0
68967npm verb linkMans simple-fmt@0.1.0
68968npm info linkStuff simple-is@0.2.0
68969npm verb linkBins simple-is@0.2.0
68970npm verb linkMans simple-is@0.2.0
68971npm info linkStuff sliced@0.0.5
68972npm verb linkBins sliced@0.0.5
68973npm verb linkMans sliced@0.0.5
68974npm info linkStuff mquery@1.6.3
68975npm verb linkBins mquery@1.6.3
68976npm verb linkMans mquery@1.6.3
68977npm info linkStuff snake-case@1.1.2
68978npm verb linkBins snake-case@1.1.2
68979npm verb linkMans snake-case@1.1.2
68980npm info linkStuff sntp@1.0.9
68981npm verb linkBins sntp@1.0.9
68982npm verb linkMans sntp@1.0.9
68983npm info linkStuff hawk@3.1.2
68984npm verb linkBins hawk@3.1.2
68985npm verb linkMans hawk@3.1.2
68986npm info linkStuff debug@1.0.2
68987npm verb linkBins debug@1.0.2
68988npm verb linkMans debug@1.0.2
68989npm info linkStuff debug@0.7.4
68990npm verb linkBins debug@0.7.4
68991npm verb linkMans debug@0.7.4
68992npm info linkStuff socket.io-parser@2.2.2
68993npm verb linkBins socket.io-parser@2.2.2
68994npm verb linkMans socket.io-parser@2.2.2
68995npm info linkStuff socket.io-adapter@0.3.1
68996npm verb linkBins socket.io-adapter@0.3.1
68997npm verb linkMans socket.io-adapter@0.3.1
68998npm info linkStuff debug@0.7.4
68999npm verb linkBins debug@0.7.4
69000npm verb linkMans debug@0.7.4
69001npm info linkStuff has-binary@0.1.6
69002npm verb linkBins has-binary@0.1.6
69003npm verb linkMans has-binary@0.1.6
69004npm info linkStuff debug@0.7.4
69005npm verb linkBins debug@0.7.4
69006npm verb linkMans debug@0.7.4
69007npm info linkStuff socket.io-parser@2.2.4
69008npm verb linkBins socket.io-parser@2.2.4
69009npm verb linkMans socket.io-parser@2.2.4
69010npm info linkStuff debug@2.1.0
69011npm verb linkBins debug@2.1.0
69012npm verb linkMans debug@2.1.0
69013npm info linkStuff object-keys@0.4.0
69014npm verb linkBins object-keys@0.4.0
69015npm verb linkMans object-keys@0.4.0
69016npm info linkStuff xtend@2.1.2
69017npm verb linkBins xtend@2.1.2
69018npm verb linkMans xtend@2.1.2
69019npm info linkStuff sockjs@0.3.7
69020npm verb linkBins sockjs@0.3.7
69021npm verb linkMans sockjs@0.3.7
69022npm info linkStuff shoe@0.0.15
69023npm verb linkBins shoe@0.0.15
69024npm verb linkMans shoe@0.0.15
69025npm info linkStuff source-map@0.1.34
69026npm verb linkBins source-map@0.1.34
69027npm verb linkMans source-map@0.1.34
69028npm info linkStuff postcss@0.3.5
69029npm verb linkBins postcss@0.3.5
69030npm verb linkMans postcss@0.3.5
69031npm info linkStuff stylus@0.49.3
69032npm verb linkBins stylus@0.49.3
69033npm verb link bins [ { stylus: './bin/stylus' },
69034npm verb link bins '/var/www/manticore.git/node_modules/nib/node_modules/.bin',
69035npm verb link bins false ]
69036npm verb linkMans stylus@0.49.3
69037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/nib/node_modules/.bin/stylus
69038npm info linkStuff nib@1.1.0
69039npm verb linkBins nib@1.1.0
69040npm verb linkMans nib@1.1.0
69041npm info linkStuff source-map@0.1.32
69042npm verb linkBins source-map@0.1.32
69043npm verb linkMans source-map@0.1.32
69044npm info linkStuff source-map-support@0.2.10
69045npm verb linkBins source-map-support@0.2.10
69046npm verb linkMans source-map-support@0.2.10
69047npm info linkStuff spdx-exceptions@1.0.4
69048npm verb linkBins spdx-exceptions@1.0.4
69049npm verb linkMans spdx-exceptions@1.0.4
69050npm info linkStuff spdx-license-ids@1.1.0
69051npm verb linkBins spdx-license-ids@1.1.0
69052npm verb linkMans spdx-license-ids@1.1.0
69053npm info linkStuff spdx-expression-parse@1.0.2
69054npm verb linkBins spdx-expression-parse@1.0.2
69055npm verb linkMans spdx-expression-parse@1.0.2
69056npm info linkStuff spdx-correct@1.0.2
69057npm verb linkBins spdx-correct@1.0.2
69058npm verb linkMans spdx-correct@1.0.2
69059npm info linkStuff sprintf-js@1.0.3
69060npm verb linkBins sprintf-js@1.0.3
69061npm verb linkMans sprintf-js@1.0.3
69062npm info linkStuff argparse@1.0.3
69063npm verb linkBins argparse@1.0.3
69064npm verb linkMans argparse@1.0.3
69065npm info linkStuff js-yaml@3.4.6
69066npm verb linkBins js-yaml@3.4.6
69067npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
69068npm verb link bins '/var/www/manticore.git/node_modules/configstore/node_modules/.bin',
69069npm verb link bins false ]
69070npm verb linkMans js-yaml@3.4.6
69071npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/configstore/node_modules/.bin/js-yaml
69072npm info linkStuff stable@0.1.5
69073npm verb linkBins stable@0.1.5
69074npm verb linkMans stable@0.1.5
69075npm info linkStuff alter@0.2.0
69076npm verb linkBins alter@0.2.0
69077npm verb linkMans alter@0.2.0
69078npm info linkStuff stat-mode@0.2.1
69079npm verb linkBins stat-mode@0.2.1
69080npm verb linkMans stat-mode@0.2.1
69081npm info linkStuff statuses@1.2.1
69082npm verb linkBins statuses@1.2.1
69083npm verb linkMans statuses@1.2.1
69084npm info linkStuff http-errors@1.3.1
69085npm verb linkBins http-errors@1.3.1
69086npm verb linkMans http-errors@1.3.1
69087npm info linkStuff serve-index@1.7.2
69088npm verb linkBins serve-index@1.7.2
69089npm verb linkMans serve-index@1.7.2
69090npm info linkStuff send@0.13.0
69091npm verb linkBins send@0.13.0
69092npm verb linkMans send@0.13.0
69093npm info linkStuff serve-static@1.10.0
69094npm verb linkBins serve-static@1.10.0
69095npm verb linkMans serve-static@1.10.0
69096npm info linkStuff connect-timeout@1.6.2
69097npm verb linkBins connect-timeout@1.6.2
69098npm verb linkMans connect-timeout@1.6.2
69099npm info linkStuff send@0.13.0
69100npm verb linkBins send@0.13.0
69101npm verb linkMans send@0.13.0
69102npm info linkStuff serve-static@1.10.0
69103npm verb linkBins serve-static@1.10.0
69104npm verb linkMans serve-static@1.10.0
69105npm info linkStuff stream-combiner@0.0.4
69106npm verb linkBins stream-combiner@0.0.4
69107npm verb linkMans stream-combiner@0.0.4
69108npm info linkStuff streamsearch@0.1.2
69109npm verb linkBins streamsearch@0.1.2
69110npm verb linkMans streamsearch@0.1.2
69111npm info linkStuff ansi-regex@0.1.0
69112npm verb linkBins ansi-regex@0.1.0
69113npm verb linkMans ansi-regex@0.1.0
69114npm info linkStuff strip-ansi@0.2.2
69115npm verb linkBins strip-ansi@0.2.2
69116npm verb link bins [ { 'strip-ansi': 'cli.js' },
69117npm verb link bins '/var/www/manticore.git/node_modules/string-length/node_modules/.bin',
69118npm verb link bins false ]
69119npm verb linkMans strip-ansi@0.2.2
69120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/string-length/node_modules/.bin/strip-ansi
69121npm info linkStuff string-length@0.1.2
69122npm verb linkBins string-length@0.1.2
69123npm verb linkMans string-length@0.1.2
69124npm info linkStuff string_decoder@0.10.31
69125npm verb linkBins string_decoder@0.10.31
69126npm verb linkMans string_decoder@0.10.31
69127npm info linkStuff readable-stream@1.1.13
69128npm verb linkBins readable-stream@1.1.13
69129npm verb linkMans readable-stream@1.1.13
69130npm info linkStuff stream-counter@0.2.0
69131npm verb linkBins stream-counter@0.2.0
69132npm verb linkMans stream-counter@0.2.0
69133npm info linkStuff readable-stream@1.0.33
69134npm verb linkBins readable-stream@1.0.33
69135npm verb linkMans readable-stream@1.0.33
69136npm info linkStuff bl@0.9.4
69137npm verb linkBins bl@0.9.4
69138npm verb linkMans bl@0.9.4
69139npm info linkStuff readable-stream@1.1.13
69140npm verb linkBins readable-stream@1.1.13
69141npm verb linkMans readable-stream@1.1.13
69142npm info linkStuff multiparty@3.3.2
69143npm verb linkBins multiparty@3.3.2
69144npm verb linkMans multiparty@3.3.2
69145npm info linkStuff readable-stream@1.0.31
69146npm verb linkBins readable-stream@1.0.31
69147npm verb linkMans readable-stream@1.0.31
69148npm info linkStuff mongodb@2.0.46
69149npm verb linkBins mongodb@2.0.46
69150npm verb linkMans mongodb@2.0.46
69151npm info linkStuff readable-stream@1.0.33
69152npm verb linkBins readable-stream@1.0.33
69153npm verb linkMans readable-stream@1.0.33
69154npm info linkStuff log4js@0.6.29
69155npm verb linkBins log4js@0.6.29
69156npm verb linkMans log4js@0.6.29
69157npm info linkStuff readable-stream@1.1.13
69158npm verb linkBins readable-stream@1.1.13
69159npm verb linkMans readable-stream@1.1.13
69160npm info linkStuff htmlparser2@3.8.3
69161npm verb linkBins htmlparser2@3.8.3
69162npm verb linkMans htmlparser2@3.8.3
69163npm info linkStuff readable-stream@1.0.33
69164npm verb linkBins readable-stream@1.0.33
69165npm verb linkMans readable-stream@1.0.33
69166npm info linkStuff readable-stream@1.0.33
69167npm verb linkBins readable-stream@1.0.33
69168npm verb linkMans readable-stream@1.0.33
69169npm info linkStuff through2@0.5.1
69170npm verb linkBins through2@0.5.1
69171npm verb linkMans through2@0.5.1
69172npm info linkStuff readable-stream@1.0.33
69173npm verb linkBins readable-stream@1.0.33
69174npm verb linkMans readable-stream@1.0.33
69175npm info linkStuff bl@0.9.4
69176npm verb linkBins bl@0.9.4
69177npm verb linkMans bl@0.9.4
69178npm info linkStuff readable-stream@1.1.13
69179npm verb linkBins readable-stream@1.1.13
69180npm verb linkMans readable-stream@1.1.13
69181npm info linkStuff dicer@0.2.5
69182npm verb linkBins dicer@0.2.5
69183npm verb linkMans dicer@0.2.5
69184npm info linkStuff readable-stream@1.1.13
69185npm verb linkBins readable-stream@1.1.13
69186npm verb linkMans readable-stream@1.1.13
69187npm info linkStuff readable-stream@1.1.13
69188npm verb linkBins readable-stream@1.1.13
69189npm verb linkMans readable-stream@1.1.13
69190npm info linkStuff readable-stream@1.0.33
69191npm verb linkBins readable-stream@1.0.33
69192npm verb linkMans readable-stream@1.0.33
69193npm info linkStuff htmlparser2@3.1.4
69194npm verb linkBins htmlparser2@3.1.4
69195npm verb linkMans htmlparser2@3.1.4
69196npm info linkStuff cheerio@0.12.4
69197npm verb linkBins cheerio@0.12.4
69198npm verb linkMans cheerio@0.12.4
69199npm info linkStuff grunt-dom-munger@3.4.0
69200npm verb linkBins grunt-dom-munger@3.4.0
69201npm verb linkMans grunt-dom-munger@3.4.0
69202npm info linkStuff readable-stream@1.1.13
69203npm verb linkBins readable-stream@1.1.13
69204npm verb linkMans readable-stream@1.1.13
69205npm info linkStuff busboy@0.2.12
69206npm verb linkBins busboy@0.2.12
69207npm verb linkMans busboy@0.2.12
69208npm info linkStuff readable-stream@1.0.33
69209npm verb linkBins readable-stream@1.0.33
69210npm verb linkMans readable-stream@1.0.33
69211npm info linkStuff bl@0.9.4
69212npm verb linkBins bl@0.9.4
69213npm verb linkMans bl@0.9.4
69214npm info linkStuff stringify-object@1.0.1
69215npm verb linkBins stringify-object@1.0.1
69216npm verb linkMans stringify-object@1.0.1
69217npm info linkStuff stringmap@0.2.2
69218npm verb linkBins stringmap@0.2.2
69219npm verb linkMans stringmap@0.2.2
69220npm info linkStuff stringset@0.2.1
69221npm verb linkBins stringset@0.2.1
69222npm verb linkMans stringset@0.2.1
69223npm info linkStuff stringstream@0.0.5
69224npm verb linkBins stringstream@0.0.5
69225npm verb linkMans stringstream@0.0.5
69226npm info linkStuff strip-ansi@3.0.0
69227npm verb linkBins strip-ansi@3.0.0
69228npm verb linkMans strip-ansi@3.0.0
69229npm info linkStuff strip-bom@2.0.0
69230npm verb linkBins strip-bom@2.0.0
69231npm verb linkMans strip-bom@2.0.0
69232npm info linkStuff load-json-file@1.1.0
69233npm verb linkBins load-json-file@1.1.0
69234npm verb linkMans load-json-file@1.1.0
69235npm info linkStuff strip-indent@1.0.1
69236npm verb linkBins strip-indent@1.0.1
69237npm verb link bins [ { 'strip-indent': 'cli.js' },
69238npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69239npm verb link bins false ]
69240npm verb linkMans strip-indent@1.0.1
69241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/strip-indent
69242npm info linkStuff redent@1.0.0
69243npm verb linkBins redent@1.0.0
69244npm verb linkMans redent@1.0.0
69245npm info linkStuff strip-json-comments@1.0.4
69246npm verb linkBins strip-json-comments@1.0.4
69247npm verb link bins [ { 'strip-json-comments': 'cli.js' },
69248npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69249npm verb link bins false ]
69250npm verb linkMans strip-json-comments@1.0.4
69251npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/strip-json-comments
69252npm info linkStuff jshint@2.5.11
69253npm WARN prefer global jshint@2.5.11 should be installed with -g
69254npm verb linkBins jshint@2.5.11
69255npm verb link bins [ { jshint: './bin/jshint' },
69256npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69257npm verb link bins false ]
69258npm verb linkMans jshint@2.5.11
69259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/jshint
69260npm info linkStuff grunt-contrib-jshint@0.10.0
69261npm verb linkBins grunt-contrib-jshint@0.10.0
69262npm verb linkMans grunt-contrib-jshint@0.10.0
69263npm info linkStuff css-parse@1.7.0
69264npm verb linkBins css-parse@1.7.0
69265npm verb linkMans css-parse@1.7.0
69266npm info linkStuff minimatch@0.3.0
69267npm verb linkBins minimatch@0.3.0
69268npm verb linkMans minimatch@0.3.0
69269npm info linkStuff glob@3.2.11
69270npm verb linkBins glob@3.2.11
69271npm verb linkMans glob@3.2.11
69272npm info linkStuff minimist@0.0.8
69273npm verb linkBins minimist@0.0.8
69274npm verb linkMans minimist@0.0.8
69275npm info linkStuff mkdirp@0.5.1
69276npm verb linkBins mkdirp@0.5.1
69277npm verb link bins [ { mkdirp: 'bin/cmd.js' },
69278npm verb link bins '/var/www/manticore.git/node_modules/stylus/node_modules/.bin',
69279npm verb link bins false ]
69280npm verb linkMans mkdirp@0.5.1
69281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/stylus/node_modules/.bin/mkdirp
69282npm info linkStuff sax@0.5.8
69283npm verb linkBins sax@0.5.8
69284npm verb linkMans sax@0.5.8
69285npm info linkStuff stylus@0.52.4
69286npm verb linkBins stylus@0.52.4
69287npm verb link bins [ { stylus: './bin/stylus' },
69288npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69289npm verb link bins false ]
69290npm verb linkMans stylus@0.52.4
69291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/stylus
69292npm info linkStuff success-symbol@0.1.0
69293npm verb linkBins success-symbol@0.1.0
69294npm verb linkMans success-symbol@0.1.0
69295npm info linkStuff extglob@0.3.1
69296npm verb linkBins extglob@0.3.1
69297npm verb linkMans extglob@0.3.1
69298npm info linkStuff micromatch@2.3.7
69299npm verb linkBins micromatch@2.3.7
69300npm verb linkMans micromatch@2.3.7
69301npm info linkStuff anymatch@1.3.0
69302npm verb linkBins anymatch@1.3.0
69303npm verb linkMans anymatch@1.3.0
69304npm info linkStuff debug@0.7.4
69305npm verb linkBins debug@0.7.4
69306npm verb linkMans debug@0.7.4
69307npm info linkStuff extend@1.2.1
69308npm verb linkBins extend@1.2.1
69309npm verb linkMans extend@1.2.1
69310npm info linkStuff methods@0.0.1
69311npm verb linkBins methods@0.0.1
69312npm verb linkMans methods@0.0.1
69313npm info linkStuff mime@1.2.5
69314npm verb linkBins mime@1.2.5
69315npm verb linkMans mime@1.2.5
69316npm info linkStuff qs@0.6.5
69317npm verb linkBins qs@0.6.5
69318npm verb linkMans qs@0.6.5
69319npm info linkStuff superagent@0.17.0
69320npm verb linkBins superagent@0.17.0
69321npm verb linkMans superagent@0.17.0
69322npm info linkStuff supertest@0.11.0
69323npm verb linkBins supertest@0.11.0
69324npm verb linkMans supertest@0.11.0
69325npm info linkStuff supports-color@2.0.0
69326npm verb linkBins supports-color@2.0.0
69327npm verb linkMans supports-color@2.0.0
69328npm info linkStuff chalk@1.1.1
69329npm verb linkBins chalk@1.1.1
69330npm verb linkMans chalk@1.1.1
69331npm info linkStuff log-symbols@1.0.2
69332npm verb linkBins log-symbols@1.0.2
69333npm verb linkMans log-symbols@1.0.2
69334npm info linkStuff grunt-filerev@2.2.0
69335npm verb linkBins grunt-filerev@2.2.0
69336npm verb linkMans grunt-filerev@2.2.0
69337npm info linkStuff grunt-contrib-stylus@0.22.0
69338npm verb linkBins grunt-contrib-stylus@0.22.0
69339npm verb linkMans grunt-contrib-stylus@0.22.0
69340npm info linkStuff tape@0.2.2
69341npm verb linkBins tape@0.2.2
69342npm verb link bins [ {}, '/var/www/manticore.git/node_modules/.bin', false ]
69343npm verb linkMans tape@0.2.2
69344npm info linkStuff minimist@0.0.8
69345npm verb linkBins minimist@0.0.8
69346npm verb linkMans minimist@0.0.8
69347npm info linkStuff mkdirp@0.5.1
69348npm verb linkBins mkdirp@0.5.1
69349npm verb link bins [ { mkdirp: 'bin/cmd.js' },
69350npm verb link bins '/var/www/manticore.git/node_modules/tar-fs/node_modules/.bin',
69351npm verb link bins false ]
69352npm verb linkMans mkdirp@0.5.1
69353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/tar-fs/node_modules/.bin/mkdirp
69354npm info linkStuff readable-stream@1.0.33
69355npm verb linkBins readable-stream@1.0.33
69356npm verb linkMans readable-stream@1.0.33
69357npm info linkStuff bl@0.9.4
69358npm verb linkBins bl@0.9.4
69359npm verb linkMans bl@0.9.4
69360npm info linkStuff readable-stream@1.1.13
69361npm verb linkBins readable-stream@1.1.13
69362npm verb linkMans readable-stream@1.1.13
69363npm info linkStuff text-table@0.2.0
69364npm verb linkBins text-table@0.2.0
69365npm verb linkMans text-table@0.2.0
69366npm info linkStuff jshint-stylish@0.1.5
69367npm verb linkBins jshint-stylish@0.1.5
69368npm verb linkMans jshint-stylish@0.1.5
69369npm info linkStuff throttleit@0.0.2
69370npm verb linkBins throttleit@0.0.2
69371npm verb linkMans throttleit@0.0.2
69372npm info linkStuff request-progress@0.3.0
69373npm verb linkBins request-progress@0.3.0
69374npm verb linkMans request-progress@0.3.0
69375npm info linkStuff request-progress@0.3.1
69376npm verb linkBins request-progress@0.3.1
69377npm verb linkMans request-progress@0.3.1
69378npm info linkStuff through@2.3.8
69379npm verb linkBins through@2.3.8
69380npm verb linkMans through@2.3.8
69381npm info linkStuff split@0.3.3
69382npm verb linkBins split@0.3.3
69383npm verb linkMans split@0.3.3
69384npm info linkStuff object-keys@0.4.0
69385npm verb linkBins object-keys@0.4.0
69386npm verb linkMans object-keys@0.4.0
69387npm info linkStuff readable-stream@1.0.33
69388npm verb linkBins readable-stream@1.0.33
69389npm verb linkMans readable-stream@1.0.33
69390npm info linkStuff xtend@2.1.2
69391npm verb linkBins xtend@2.1.2
69392npm verb linkMans xtend@2.1.2
69393npm info linkStuff through2@0.4.2
69394npm verb linkBins through2@0.4.2
69395npm verb linkMans through2@0.4.2
69396npm info linkStuff ansi-styles@1.0.0
69397npm verb linkBins ansi-styles@1.0.0
69398npm verb linkMans ansi-styles@1.0.0
69399npm info linkStuff strip-ansi@0.1.1
69400npm verb linkBins strip-ansi@0.1.1
69401npm verb link bins [ { 'strip-ansi': 'cli.js' },
69402npm verb link bins '/var/www/manticore.git/node_modules/time-grunt/node_modules/.bin',
69403npm verb link bins false ]
69404npm verb linkMans strip-ansi@0.1.1
69405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/time-grunt/node_modules/.bin/strip-ansi
69406npm info linkStuff chalk@0.4.0
69407npm verb linkBins chalk@0.4.0
69408npm verb linkMans chalk@0.4.0
69409npm info linkStuff time-grunt@0.3.2
69410npm verb linkBins time-grunt@0.3.2
69411npm verb linkMans time-grunt@0.3.2
69412npm info linkStuff timers-ext@0.1.0
69413npm verb linkBins timers-ext@0.1.0
69414npm verb linkMans timers-ext@0.1.0
69415npm info linkStuff memoizee@0.3.9
69416npm verb linkBins memoizee@0.3.9
69417npm verb linkMans memoizee@0.3.9
69418npm info linkStuff cli-color@0.3.3
69419npm verb linkBins cli-color@0.3.3
69420npm verb linkMans cli-color@0.3.3
69421npm info linkStuff inquirer@0.6.0
69422npm verb linkBins inquirer@0.6.0
69423npm verb linkMans inquirer@0.6.0
69424npm info linkStuff inquirer@0.7.1
69425npm verb linkBins inquirer@0.7.1
69426npm verb linkMans inquirer@0.7.1
69427npm info linkStuff debug@0.7.4
69428npm verb linkBins debug@0.7.4
69429npm verb linkMans debug@0.7.4
69430npm info linkStuff qs@0.5.6
69431npm verb linkBins qs@0.5.6
69432npm verb linkMans qs@0.5.6
69433npm info linkStuff tiny-lr-fork@0.0.5
69434npm verb linkBins tiny-lr-fork@0.0.5
69435npm verb link bins [ { 'tiny-lr-fork': './bin/tiny-lr' },
69436npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69437npm verb link bins false ]
69438npm verb linkMans tiny-lr-fork@0.0.5
69439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/tiny-lr-fork
69440npm info linkStuff grunt-contrib-watch@0.6.1
69441npm verb linkBins grunt-contrib-watch@0.6.1
69442npm verb linkMans grunt-contrib-watch@0.6.1
69443npm info linkStuff tinycolor@0.0.1
69444npm verb linkBins tinycolor@0.0.1
69445npm verb linkMans tinycolor@0.0.1
69446npm info linkStuff ws@0.4.32
69447npm verb linkBins ws@0.4.32
69448npm verb link bins [ { wscat: './bin/wscat' },
69449npm verb link bins '/var/www/manticore.git/node_modules/node-inspector/node_modules/.bin',
69450npm verb link bins false ]
69451npm verb linkMans ws@0.4.32
69452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-inspector/node_modules/.bin/wscat
69453npm info linkStuff ws@0.4.32
69454npm verb linkBins ws@0.4.32
69455npm verb link bins [ { wscat: './bin/wscat' },
69456npm verb link bins '/var/www/manticore.git/node_modules/karma/node_modules/.bin',
69457npm verb link bins false ]
69458npm verb linkMans ws@0.4.32
69459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma/node_modules/.bin/wscat
69460npm info linkStuff ws@0.4.31
69461npm verb linkBins ws@0.4.31
69462npm verb link bins [ { wscat: './bin/wscat' },
69463npm verb link bins '/var/www/manticore.git/node_modules/engine.io-client/node_modules/.bin',
69464npm verb link bins false ]
69465npm verb linkMans ws@0.4.31
69466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/engine.io-client/node_modules/.bin/wscat
69467npm info linkStuff tmp@0.0.23
69468npm verb linkBins tmp@0.0.23
69469npm verb linkMans tmp@0.0.23
69470npm info linkStuff to-array@0.1.3
69471npm verb linkBins to-array@0.1.3
69472npm verb linkMans to-array@0.1.3
69473npm info linkStuff nopt@1.0.10
69474npm verb linkBins nopt@1.0.10
69475npm verb link bins [ { nopt: './bin/nopt.js' },
69476npm verb link bins '/var/www/manticore.git/node_modules/touch/node_modules/.bin',
69477npm verb link bins false ]
69478npm verb linkMans nopt@1.0.10
69479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/touch/node_modules/.bin/nopt
69480npm info linkStuff touch@0.0.2
69481npm verb linkBins touch@0.0.2
69482npm verb linkMans touch@0.0.2
69483npm info linkStuff decompress-zip@0.0.8
69484npm verb linkBins decompress-zip@0.0.8
69485npm verb link bins [ { 'decompress-zip': 'bin/decompress-zip' },
69486npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69487npm verb link bins false ]
69488npm verb linkMans decompress-zip@0.0.8
69489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/decompress-zip
69490npm info linkStuff tough-cookie@2.2.1
69491npm verb linkBins tough-cookie@2.2.1
69492npm verb linkMans tough-cookie@2.2.1
69493npm info linkStuff traverse@0.6.6
69494npm verb linkBins traverse@0.6.6
69495npm verb linkMans traverse@0.6.6
69496npm info linkStuff dnode-protocol@0.2.2
69497npm verb linkBins dnode-protocol@0.2.2
69498npm verb linkMans dnode-protocol@0.2.2
69499npm info linkStuff trim-newlines@1.0.0
69500npm verb linkBins trim-newlines@1.0.0
69501npm verb linkMans trim-newlines@1.0.0
69502npm info linkStuff truncate@1.0.5
69503npm verb linkBins truncate@1.0.5
69504npm verb linkMans truncate@1.0.5
69505npm info linkStuff strong-data-uri@0.1.1
69506npm verb linkBins strong-data-uri@0.1.1
69507npm verb linkMans strong-data-uri@0.1.1
69508npm info linkStuff tryor@0.1.2
69509npm verb linkBins tryor@0.1.2
69510npm verb linkMans tryor@0.1.2
69511npm info linkStuff tunnel-agent@0.4.2
69512npm verb linkBins tunnel-agent@0.4.2
69513npm verb linkMans tunnel-agent@0.4.2
69514npm info linkStuff request@2.36.0
69515npm verb linkBins request@2.36.0
69516npm verb linkMans request@2.36.0
69517npm info linkStuff request@2.42.0
69518npm verb linkBins request@2.42.0
69519npm verb linkMans request@2.42.0
69520npm info linkStuff request@2.42.0
69521npm verb linkBins request@2.42.0
69522npm verb linkMans request@2.42.0
69523npm info linkStuff request@2.51.0
69524npm verb linkBins request@2.51.0
69525npm verb linkMans request@2.51.0
69526npm info linkStuff type-is@1.3.2
69527npm verb linkBins type-is@1.3.2
69528npm verb linkMans type-is@1.3.2
69529npm info linkStuff typedarray@0.0.6
69530npm verb linkBins typedarray@0.0.6
69531npm verb linkMans typedarray@0.0.6
69532npm info linkStuff concat-stream@1.4.10
69533npm verb linkBins concat-stream@1.4.10
69534npm verb linkMans concat-stream@1.4.10
69535npm info linkStuff base64url@1.0.5
69536npm verb linkBins base64url@1.0.5
69537npm verb link bins [ { base64url: './bin/base64url' },
69538npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69539npm verb link bins false ]
69540npm verb linkMans base64url@1.0.5
69541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/base64url
69542npm info linkStuff jws@3.1.0
69543npm verb linkBins jws@3.1.0
69544npm verb linkMans jws@3.1.0
69545npm info linkStuff jsonwebtoken@5.4.1
69546npm verb linkBins jsonwebtoken@5.4.1
69547npm verb linkMans jsonwebtoken@5.4.1
69548npm info linkStuff async@0.2.10
69549npm verb linkBins async@0.2.10
69550npm verb linkMans async@0.2.10
69551npm info linkStuff uglify-to-browserify@1.0.2
69552npm verb linkBins uglify-to-browserify@1.0.2
69553npm verb linkMans uglify-to-browserify@1.0.2
69554npm info linkStuff uid@0.0.2
69555npm verb linkBins uid@0.0.2
69556npm verb link bins [ { uid: './bin/uid' },
69557npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69558npm verb link bins false ]
69559npm verb linkMans uid@0.0.2
69560npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/uid
69561npm info linkStuff uid-number@0.0.5
69562npm verb linkBins uid-number@0.0.5
69563npm verb linkMans uid-number@0.0.5
69564npm info linkStuff uid-safe@2.0.0
69565npm verb linkBins uid-safe@2.0.0
69566npm verb linkMans uid-safe@2.0.0
69567npm info linkStuff csrf@3.0.0
69568npm verb linkBins csrf@3.0.0
69569npm verb linkMans csrf@3.0.0
69570npm info linkStuff csurf@1.8.3
69571npm verb linkBins csurf@1.8.3
69572npm verb linkMans csurf@1.8.3
69573npm info linkStuff uid2@0.0.3
69574npm verb linkBins uid2@0.0.3
69575npm verb linkMans uid2@0.0.3
69576npm info linkStuff ultron@1.0.2
69577npm verb linkBins ultron@1.0.2
69578npm verb linkMans ultron@1.0.2
69579npm info linkStuff underscore@1.7.0
69580npm verb linkBins underscore@1.7.0
69581npm verb linkMans underscore@1.7.0
69582npm info linkStuff argparse@0.1.16
69583npm verb linkBins argparse@0.1.16
69584npm verb linkMans argparse@0.1.16
69585npm info linkStuff js-yaml@2.1.3
69586npm verb linkBins js-yaml@2.1.3
69587npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
69588npm verb link bins '/var/www/manticore.git/node_modules/svgo/node_modules/.bin',
69589npm verb link bins false ]
69590npm verb linkMans js-yaml@2.1.3
69591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/svgo/node_modules/.bin/js-yaml
69592npm info linkStuff js-yaml@2.0.5
69593npm verb linkBins js-yaml@2.0.5
69594npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
69595npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69596npm verb link bins false ]
69597npm verb linkMans js-yaml@2.0.5
69598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/js-yaml
69599npm info linkStuff underscore.string@2.2.1
69600npm verb linkBins underscore.string@2.2.1
69601npm verb linkMans underscore.string@2.2.1
69602npm info linkStuff unpipe@1.0.0
69603npm verb linkBins unpipe@1.0.0
69604npm verb linkMans unpipe@1.0.0
69605npm info linkStuff finalhandler@0.4.0
69606npm verb linkBins finalhandler@0.4.0
69607npm verb linkMans finalhandler@0.4.0
69608npm info linkStuff raw-body@2.1.5
69609npm verb linkBins raw-body@2.1.5
69610npm verb linkMans raw-body@2.1.5
69611npm info linkStuff body-parser@1.13.3
69612npm verb linkBins body-parser@1.13.3
69613npm verb linkMans body-parser@1.13.3
69614npm info linkStuff untildify@2.1.0
69615npm verb linkBins untildify@2.1.0
69616npm verb linkMans untildify@2.1.0
69617npm info linkStuff ansi-regex@0.2.1
69618npm verb linkBins ansi-regex@0.2.1
69619npm verb linkMans ansi-regex@0.2.1
69620npm info linkStuff ansi-styles@1.1.0
69621npm verb linkBins ansi-styles@1.1.0
69622npm verb linkMans ansi-styles@1.1.0
69623npm info linkStuff has-ansi@0.1.0
69624npm verb linkBins has-ansi@0.1.0
69625npm verb link bins [ { 'has-ansi': 'cli.js' },
69626npm verb link bins '/var/www/manticore.git/node_modules/update-notifier/node_modules/.bin',
69627npm verb link bins false ]
69628npm verb linkMans has-ansi@0.1.0
69629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/update-notifier/node_modules/.bin/has-ansi
69630npm info linkStuff strip-ansi@0.3.0
69631npm verb linkBins strip-ansi@0.3.0
69632npm verb link bins [ { 'strip-ansi': 'cli.js' },
69633npm verb link bins '/var/www/manticore.git/node_modules/update-notifier/node_modules/.bin',
69634npm verb link bins false ]
69635npm verb linkMans strip-ansi@0.3.0
69636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/update-notifier/node_modules/.bin/strip-ansi
69637npm info linkStuff supports-color@0.2.0
69638npm verb linkBins supports-color@0.2.0
69639npm verb link bins [ { 'supports-color': 'cli.js' },
69640npm verb link bins '/var/www/manticore.git/node_modules/update-notifier/node_modules/.bin',
69641npm verb link bins false ]
69642npm verb linkMans supports-color@0.2.0
69643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/update-notifier/node_modules/.bin/supports-color
69644npm info linkStuff chalk@0.5.1
69645npm verb linkBins chalk@0.5.1
69646npm verb linkMans chalk@0.5.1
69647npm info linkStuff upper-case@1.1.3
69648npm verb linkBins upper-case@1.1.3
69649npm verb linkMans upper-case@1.1.3
69650npm info linkStuff title-case@1.1.2
69651npm verb linkBins title-case@1.1.2
69652npm verb linkMans title-case@1.1.2
69653npm info linkStuff swap-case@1.1.2
69654npm verb linkBins swap-case@1.1.2
69655npm verb linkMans swap-case@1.1.2
69656npm info linkStuff is-upper-case@1.1.2
69657npm verb linkBins is-upper-case@1.1.2
69658npm verb linkMans is-upper-case@1.1.2
69659npm info linkStuff constant-case@1.1.2
69660npm verb linkBins constant-case@1.1.2
69661npm verb linkMans constant-case@1.1.2
69662npm info linkStuff camel-case@1.2.2
69663npm verb linkBins camel-case@1.2.2
69664npm verb linkMans camel-case@1.2.2
69665npm info linkStuff upper-case-first@1.1.2
69666npm verb linkBins upper-case-first@1.1.2
69667npm verb linkMans upper-case-first@1.1.2
69668npm info linkStuff pascal-case@1.1.2
69669npm verb linkBins pascal-case@1.1.2
69670npm verb linkMans pascal-case@1.1.2
69671npm info linkStuff change-case@2.1.6
69672npm verb linkBins change-case@2.1.6
69673npm verb linkMans change-case@2.1.6
69674npm info linkStuff user-home@1.1.1
69675npm verb linkBins user-home@1.1.1
69676npm verb link bins [ { 'user-home': 'cli.js' },
69677npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69678npm verb link bins false ]
69679npm verb linkMans user-home@1.1.1
69680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/user-home
69681npm info linkStuff lru-cache@2.2.4
69682npm verb linkBins lru-cache@2.2.4
69683npm verb linkMans lru-cache@2.2.4
69684npm info linkStuff useragent@2.1.8
69685npm verb linkBins useragent@2.1.8
69686npm verb linkMans useragent@2.1.8
69687npm info linkStuff utf8@2.0.0
69688npm verb linkBins utf8@2.0.0
69689npm verb linkMans utf8@2.0.0
69690npm info linkStuff engine.io-parser@1.2.1
69691npm verb linkBins engine.io-parser@1.2.1
69692npm verb linkMans engine.io-parser@1.2.1
69693npm info linkStuff engine.io-client@1.5.1
69694npm verb linkBins engine.io-client@1.5.1
69695npm verb linkMans engine.io-client@1.5.1
69696npm info linkStuff socket.io-client@1.3.5
69697npm verb linkBins socket.io-client@1.3.5
69698npm verb linkMans socket.io-client@1.3.5
69699npm info linkStuff util-deprecate@1.0.2
69700npm verb linkBins util-deprecate@1.0.2
69701npm verb linkMans util-deprecate@1.0.2
69702npm info linkStuff readable-stream@2.0.5
69703npm verb linkBins readable-stream@2.0.5
69704npm verb linkMans readable-stream@2.0.5
69705npm info linkStuff mongodb@1.4.39
69706npm verb linkBins mongodb@1.4.39
69707npm verb linkMans mongodb@1.4.39
69708npm info linkStuff readdirp@2.0.0
69709npm verb linkBins readdirp@2.0.0
69710npm verb linkMans readdirp@2.0.0
69711npm info linkStuff chokidar@1.4.1
69712npm verb linkBins chokidar@1.4.1
69713npm verb linkMans chokidar@1.4.1
69714npm info linkStuff bl@1.0.0
69715npm verb linkBins bl@1.0.0
69716npm verb linkMans bl@1.0.0
69717npm info linkStuff async@0.2.10
69718npm verb linkBins async@0.2.10
69719npm verb linkMans async@0.2.10
69720npm info linkStuff ncp@0.4.2
69721npm verb linkBins ncp@0.4.2
69722npm verb link bins [ { ncp: './bin/ncp' },
69723npm verb link bins '/var/www/manticore.git/node_modules/utile/node_modules/.bin',
69724npm verb link bins false ]
69725npm verb linkMans ncp@0.4.2
69726npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/utile/node_modules/.bin/ncp
69727npm info linkStuff utils-merge@1.0.0
69728npm verb linkBins utils-merge@1.0.0
69729npm verb linkMans utils-merge@1.0.0
69730npm info linkStuff express-session@1.11.3
69731npm verb linkBins express-session@1.11.3
69732npm verb linkMans express-session@1.11.3
69733npm info linkStuff uuid@1.4.2
69734npm verb linkBins uuid@1.4.2
69735npm verb linkMans uuid@1.4.2
69736npm info linkStuff tempfile@0.1.3
69737npm verb linkBins tempfile@0.1.3
69738npm verb linkMans tempfile@0.1.3
69739npm info linkStuff v8-debug@0.4.6
69740npm verb linkBins v8-debug@0.4.6
69741npm verb linkMans v8-debug@0.4.6
69742npm info linkStuff nan@2.0.9
69743npm verb linkBins nan@2.0.9
69744npm verb linkMans nan@2.0.9
69745npm info linkStuff v8-profiler@5.2.12
69746npm verb linkBins v8-profiler@5.2.12
69747npm verb linkMans v8-profiler@5.2.12
69748npm info linkStuff validate-npm-package-license@3.0.1
69749npm verb linkBins validate-npm-package-license@3.0.1
69750npm verb linkMans validate-npm-package-license@3.0.1
69751npm info linkStuff normalize-package-data@2.3.5
69752npm verb linkBins normalize-package-data@2.3.5
69753npm verb linkMans normalize-package-data@2.3.5
69754npm info linkStuff read-pkg@1.1.0
69755npm verb linkBins read-pkg@1.1.0
69756npm verb linkMans read-pkg@1.1.0
69757npm info linkStuff read-pkg-up@1.0.1
69758npm verb linkBins read-pkg-up@1.0.1
69759npm verb linkMans read-pkg-up@1.0.1
69760npm info linkStuff meow@3.6.0
69761npm verb linkBins meow@3.6.0
69762npm verb linkMans meow@3.6.0
69763npm info linkStuff default-browser-id@1.0.4
69764npm verb linkBins default-browser-id@1.0.4
69765npm verb link bins [ { 'default-browser-id': 'cli.js' },
69766npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69767npm verb link bins false ]
69768npm verb linkMans default-browser-id@1.0.4
69769npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/default-browser-id
69770npm info linkStuff vary@1.0.1
69771npm verb linkBins vary@1.0.1
69772npm verb linkMans vary@1.0.1
69773npm info linkStuff express@4.13.3
69774npm verb linkBins express@4.13.3
69775npm verb linkMans express@4.13.3
69776npm info linkStuff method-override@2.3.5
69777npm verb linkBins method-override@2.3.5
69778npm verb linkMans method-override@2.3.5
69779npm info linkStuff compression@1.5.2
69780npm verb linkBins compression@1.5.2
69781npm verb linkMans compression@1.5.2
69782npm info linkStuff verror@1.6.0
69783npm verb linkBins verror@1.6.0
69784npm verb linkMans verror@1.6.0
69785npm info linkStuff vasync@1.6.3
69786npm verb linkBins vasync@1.6.3
69787npm verb linkMans vasync@1.6.3
69788npm info linkStuff vhost@3.0.2
69789npm verb linkBins vhost@3.0.2
69790npm verb linkMans vhost@3.0.2
69791npm info linkStuff connect@2.30.2
69792npm verb linkBins connect@2.30.2
69793npm verb linkMans connect@2.30.2
69794npm info linkStuff ware@0.3.0
69795npm verb linkBins ware@0.3.0
69796npm verb linkMans ware@0.3.0
69797npm info linkStuff nan@2.1.0
69798npm verb linkBins nan@2.1.0
69799npm verb linkMans nan@2.1.0
69800npm info linkStuff weak@1.0.0
69801npm verb linkBins weak@1.0.0
69802npm verb linkMans weak@1.0.0
69803npm info linkStuff dnode@1.2.2
69804npm verb linkBins dnode@1.2.2
69805npm verb linkMans dnode@1.2.2
69806npm info linkStuff whet.extend@0.9.9
69807npm verb linkBins whet.extend@0.9.9
69808npm verb linkMans whet.extend@0.9.9
69809npm info linkStuff svgo@0.4.5
69810npm verb linkBins svgo@0.4.5
69811npm verb link bins [ { svgo: './bin/svgo' },
69812npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69813npm verb link bins false ]
69814npm verb linkMans svgo@0.4.5
69815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/svgo
69816npm info linkStuff imagemin-svgo@0.1.1
69817npm verb linkBins imagemin-svgo@0.1.1
69818npm verb linkMans imagemin-svgo@0.1.1
69819npm info linkStuff grunt-svgmin@0.4.0
69820npm verb linkBins grunt-svgmin@0.4.0
69821npm verb linkMans grunt-svgmin@0.4.0
69822npm info linkStuff which@1.0.9
69823npm verb linkBins which@1.0.9
69824npm verb link bins [ { which: './bin/which' },
69825npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69826npm verb link bins false ]
69827npm verb linkMans which@1.0.9
69828npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/which
69829npm info linkStuff karma-chrome-launcher@0.1.12
69830npm verb linkBins karma-chrome-launcher@0.1.12
69831npm verb linkMans karma-chrome-launcher@0.1.12
69832npm info linkStuff grunt-legacy-util@0.2.0
69833npm verb linkBins grunt-legacy-util@0.2.0
69834npm verb linkMans grunt-legacy-util@0.2.0
69835npm info linkStuff grunt@0.4.5
69836npm verb linkBins grunt@0.4.5
69837npm verb linkMans grunt@0.4.5
69838npm info linkStuff ms@0.7.1
69839npm verb linkBins ms@0.7.1
69840npm verb linkMans ms@0.7.1
69841npm info linkStuff debug@2.2.0
69842npm verb linkBins debug@2.2.0
69843npm verb linkMans debug@2.2.0
69844npm info linkStuff yargs@1.3.3
69845npm verb linkBins yargs@1.3.3
69846npm verb linkMans yargs@1.3.3
69847npm info linkStuff semver@5.1.0
69848npm verb linkBins semver@5.1.0
69849npm verb link bins [ { semver: './bin/semver' },
69850npm verb link bins '/var/www/manticore.git/node_modules/win-release/node_modules/.bin',
69851npm verb link bins false ]
69852npm verb linkMans semver@5.1.0
69853npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/win-release/node_modules/.bin/semver
69854npm info linkStuff win-release@1.1.1
69855npm verb linkBins win-release@1.1.1
69856npm verb linkMans win-release@1.1.1
69857npm info linkStuff os-name@1.0.3
69858npm verb linkBins os-name@1.0.3
69859npm verb link bins [ { 'os-name': 'cli.js' },
69860npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69861npm verb link bins false ]
69862npm verb linkMans os-name@1.0.3
69863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/os-name
69864npm info linkStuff win-spawn@2.0.0
69865npm verb linkBins win-spawn@2.0.0
69866npm verb link bins [ { 'win-spawn': './bin/win-spawn' },
69867npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69868npm verb link bins false ]
69869npm verb linkMans win-spawn@2.0.0
69870npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/win-spawn
69871npm info linkStuff window-size@0.1.0
69872npm verb linkBins window-size@0.1.0
69873npm verb linkMans window-size@0.1.0
69874npm info linkStuff ansi-styles@0.1.2
69875npm verb linkBins ansi-styles@0.1.2
69876npm verb linkMans ansi-styles@0.1.2
69877npm info linkStuff chalk@0.1.1
69878npm verb linkBins chalk@0.1.1
69879npm verb linkMans chalk@0.1.1
69880npm info linkStuff lodash@1.3.1
69881npm verb linkBins lodash@1.3.1
69882npm verb linkMans lodash@1.3.1
69883npm info linkStuff wiredep@0.4.2
69884npm verb linkBins wiredep@0.4.2
69885npm verb linkMans wiredep@0.4.2
69886npm info linkStuff grunt-asset-injector@0.1.0
69887npm verb linkBins grunt-asset-injector@0.1.0
69888npm verb linkMans grunt-asset-injector@0.1.0
69889npm info linkStuff async@0.2.10
69890npm verb linkBins async@0.2.10
69891npm verb linkMans async@0.2.10
69892npm info linkStuff wordwrap@0.0.2
69893npm verb linkBins wordwrap@0.0.2
69894npm verb linkMans wordwrap@0.0.2
69895npm info linkStuff optimist@0.6.1
69896npm verb linkBins optimist@0.6.1
69897npm verb linkMans optimist@0.6.1
69898npm info linkStuff optimist@0.3.7
69899npm verb linkBins optimist@0.3.7
69900npm verb linkMans optimist@0.3.7
69901npm info linkStuff uglify-js@2.4.0
69902npm verb linkBins uglify-js@2.4.0
69903npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
69904npm verb link bins '/var/www/manticore.git/node_modules/with/node_modules/.bin',
69905npm verb link bins false ]
69906npm verb linkMans uglify-js@2.4.0
69907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/with/node_modules/.bin/uglifyjs
69908npm info linkStuff with@2.0.0
69909npm verb linkBins with@2.0.0
69910npm verb linkMans with@2.0.0
69911npm info linkStuff uglify-js@2.2.5
69912npm verb linkBins uglify-js@2.2.5
69913npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
69914npm verb link bins '/var/www/manticore.git/node_modules/transformers/node_modules/.bin',
69915npm verb link bins false ]
69916npm verb linkMans uglify-js@2.2.5
69917npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/transformers/node_modules/.bin/uglifyjs
69918npm info linkStuff transformers@2.1.0
69919npm verb linkBins transformers@2.1.0
69920npm verb linkMans transformers@2.1.0
69921npm info linkStuff uglify-js@2.4.0
69922npm verb linkBins uglify-js@2.4.0
69923npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
69924npm verb link bins '/var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/with/node_modules/.bin',
69925npm verb link bins false ]
69926npm verb linkMans uglify-js@2.4.0
69927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/with/node_modules/.bin/uglifyjs
69928npm info linkStuff with@1.1.1
69929npm verb linkBins with@1.1.1
69930npm verb linkMans with@1.1.1
69931npm info linkStuff uglify-js@2.2.5
69932npm verb linkBins uglify-js@2.2.5
69933npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
69934npm verb link bins '/var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/transformers/node_modules/.bin',
69935npm verb link bins false ]
69936npm verb linkMans uglify-js@2.2.5
69937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/transformers/node_modules/.bin/uglifyjs
69938npm info linkStuff transformers@2.0.1
69939npm verb linkBins transformers@2.0.1
69940npm verb linkMans transformers@2.0.1
69941npm info linkStuff uglify-js@2.3.6
69942npm verb linkBins uglify-js@2.3.6
69943npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
69944npm verb link bins '/var/www/manticore.git/node_modules/handlebars/node_modules/.bin',
69945npm verb link bins false ]
69946npm verb linkMans uglify-js@2.3.6
69947npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/handlebars/node_modules/.bin/uglifyjs
69948npm info linkStuff handlebars@2.0.0
69949npm verb linkBins handlebars@2.0.0
69950npm verb link bins [ { handlebars: 'bin/handlebars' },
69951npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69952npm verb link bins false ]
69953npm verb linkMans handlebars@2.0.0
69954npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/handlebars
69955npm info linkStuff optimist@0.6.1
69956npm verb linkBins optimist@0.6.1
69957npm verb linkMans optimist@0.6.1
69958npm info linkStuff ng-annotate@0.9.11
69959npm verb linkBins ng-annotate@0.9.11
69960npm verb link bins [ { 'ng-annotate': './build/es5/ng-annotate' },
69961npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69962npm verb link bins false ]
69963npm verb linkMans ng-annotate@0.9.11
69964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ng-annotate
69965npm info linkStuff grunt-ng-annotate@0.2.3
69966npm verb linkBins grunt-ng-annotate@0.2.3
69967npm verb linkMans grunt-ng-annotate@0.2.3
69968npm info linkStuff optimist@0.6.1
69969npm verb linkBins optimist@0.6.1
69970npm verb linkMans optimist@0.6.1
69971npm info linkStuff optimist@0.6.1
69972npm verb linkBins optimist@0.6.1
69973npm verb linkMans optimist@0.6.1
69974npm info linkStuff optimist@0.2.8
69975npm verb linkBins optimist@0.2.8
69976npm verb linkMans optimist@0.2.8
69977npm info linkStuff event-stream@0.5.3
69978npm verb linkBins event-stream@0.5.3
69979npm verb linkMans event-stream@0.5.3
69980npm info linkStuff ps-tree@0.0.3
69981npm verb linkBins ps-tree@0.0.3
69982npm verb linkMans ps-tree@0.0.3
69983npm info linkStuff optimist@0.6.1
69984npm verb linkBins optimist@0.6.1
69985npm verb linkMans optimist@0.6.1
69986npm info linkStuff bower-config@0.5.2
69987npm verb linkBins bower-config@0.5.2
69988npm verb linkMans bower-config@0.5.2
69989npm info linkStuff bower-registry-client@0.2.4
69990npm verb linkBins bower-registry-client@0.2.4
69991npm verb linkMans bower-registry-client@0.2.4
69992npm info linkStuff wrappy@1.0.1
69993npm verb linkBins wrappy@1.0.1
69994npm verb linkMans wrappy@1.0.1
69995npm info linkStuff once@1.3.2
69996npm verb linkBins once@1.3.2
69997npm verb linkMans once@1.3.2
69998npm info linkStuff npmconf@2.1.1
69999npm verb linkBins npmconf@2.1.1
70000npm verb linkMans npmconf@2.1.1
70001npm info linkStuff npmconf@2.1.2
70002npm verb linkBins npmconf@2.1.2
70003npm verb linkMans npmconf@2.1.2
70004npm info linkStuff registry-url@0.1.1
70005npm verb linkBins registry-url@0.1.1
70006npm verb linkMans registry-url@0.1.1
70007npm info linkStuff package-json@0.2.0
70008npm verb linkBins package-json@0.2.0
70009npm verb linkMans package-json@0.2.0
70010npm info linkStuff latest-version@0.2.0
70011npm verb linkBins latest-version@0.2.0
70012npm verb link bins [ { 'latest-version': 'cli.js' },
70013npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70014npm verb link bins false ]
70015npm verb linkMans latest-version@0.2.0
70016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/latest-version
70017npm info linkStuff glob@4.0.6
70018npm verb linkBins glob@4.0.6
70019npm verb linkMans glob@4.0.6
70020npm info linkStuff end-of-stream@1.0.0
70021npm verb linkBins end-of-stream@1.0.0
70022npm verb linkMans end-of-stream@1.0.0
70023npm info linkStuff pump@0.3.5
70024npm verb linkBins pump@0.3.5
70025npm verb linkMans pump@0.3.5
70026npm info linkStuff inflight@1.0.4
70027npm verb linkBins inflight@1.0.4
70028npm verb linkMans inflight@1.0.4
70029npm info linkStuff glob@4.5.3
70030npm verb linkBins glob@4.5.3
70031npm verb linkMans glob@4.5.3
70032npm info linkStuff glob@5.0.15
70033npm verb linkBins glob@5.0.15
70034npm verb linkMans glob@5.0.15
70035npm info linkStuff glob@4.5.3
70036npm verb linkBins glob@4.5.3
70037npm verb linkMans glob@4.5.3
70038npm info linkStuff glob@6.0.3
70039npm verb linkBins glob@6.0.3
70040npm verb linkMans glob@6.0.3
70041npm info linkStuff rimraf@2.4.5
70042npm verb linkBins rimraf@2.4.5
70043npm verb link bins [ { rimraf: './bin.js' },
70044npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70045npm verb link bins false ]
70046npm verb linkMans rimraf@2.4.5
70047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/rimraf
70048npm info linkStuff utile@0.2.1
70049npm verb linkBins utile@0.2.1
70050npm verb linkMans utile@0.2.1
70051npm info linkStuff http-proxy@0.10.4
70052npm verb linkBins http-proxy@0.10.4
70053npm verb link bins [ { 'node-http-proxy': './bin/node-http-proxy' },
70054npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70055npm verb link bins false ]
70056npm verb linkMans http-proxy@0.10.4
70057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/node-http-proxy
70058npm info linkStuff fs-extra@0.23.1
70059npm verb linkBins fs-extra@0.23.1
70060npm verb linkMans fs-extra@0.23.1
70061npm info linkStuff phantomjs@1.9.19
70062npm verb linkBins phantomjs@1.9.19
70063npm verb link bins [ { phantomjs: './bin/phantomjs' },
70064npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70065npm verb link bins false ]
70066npm verb linkMans phantomjs@1.9.19
70067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/phantomjs
70068npm info linkStuff karma-phantomjs-launcher@0.1.4
70069npm verb linkBins karma-phantomjs-launcher@0.1.4
70070npm verb linkMans karma-phantomjs-launcher@0.1.4
70071npm info linkStuff mv@2.1.1
70072npm verb linkBins mv@2.1.1
70073npm verb linkMans mv@2.1.1
70074npm info linkStuff bunyan@1.5.1
70075npm verb linkBins bunyan@1.5.1
70076npm verb link bins [ { bunyan: './bin/bunyan' },
70077npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70078npm verb link bins false ]
70079npm verb linkMans bunyan@1.5.1
70080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/bunyan
70081npm info linkStuff fs-extra@0.10.0
70082npm verb linkBins fs-extra@0.10.0
70083npm verb linkMans fs-extra@0.10.0
70084npm info linkStuff fstream@1.0.8
70085npm verb linkBins fstream@1.0.8
70086npm verb linkMans fstream@1.0.8
70087npm info linkStuff fstream-ignore@1.0.3
70088npm verb linkBins fstream-ignore@1.0.3
70089npm verb linkMans fstream-ignore@1.0.3
70090npm info linkStuff fstream@0.1.31
70091npm verb linkBins fstream@0.1.31
70092npm verb linkMans fstream@0.1.31
70093npm info linkStuff tar@0.1.20
70094npm verb linkBins tar@0.1.20
70095npm verb linkMans tar@0.1.20
70096npm info linkStuff fs-extra@0.9.1
70097npm verb linkBins fs-extra@0.9.1
70098npm verb linkMans fs-extra@0.9.1
70099npm info linkStuff autoprefixer@1.3.1
70100npm verb linkBins autoprefixer@1.3.1
70101npm verb link bins [ { autoprefixer: './bin/autoprefixer' },
70102npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70103npm verb link bins false ]
70104npm verb linkMans autoprefixer@1.3.1
70105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/autoprefixer
70106npm info linkStuff grunt-autoprefixer@0.7.6
70107npm verb linkBins grunt-autoprefixer@0.7.6
70108npm verb linkMans grunt-autoprefixer@0.7.6
70109npm info linkStuff exec-buffer@0.1.1
70110npm verb linkBins exec-buffer@0.1.1
70111npm verb linkMans exec-buffer@0.1.1
70112npm info linkStuff decompress@0.2.5
70113npm verb linkBins decompress@0.2.5
70114npm verb link bins [ { decompress: 'cli.js' },
70115npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70116npm verb link bins false ]
70117npm verb linkMans decompress@0.2.5
70118npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/decompress
70119npm info linkStuff nan@1.4.3
70120npm verb linkBins nan@1.4.3
70121npm verb linkMans nan@1.4.3
70122npm info linkStuff ws@0.5.0
70123npm verb linkBins ws@0.5.0
70124npm verb linkMans ws@0.5.0
70125npm info linkStuff engine.io@1.5.1
70126npm verb linkBins engine.io@1.5.1
70127npm verb linkMans engine.io@1.5.1
70128npm info linkStuff x-default-browser@0.3.1
70129npm verb linkBins x-default-browser@0.3.1
70130npm verb link bins [ { 'x-default-browser': 'bin/x-default-browser.js' },
70131npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70132npm verb link bins false ]
70133npm verb linkMans x-default-browser@0.3.1
70134npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/x-default-browser
70135npm info linkStuff xdg-basedir@1.0.1
70136npm verb linkBins xdg-basedir@1.0.1
70137npm verb linkMans xdg-basedir@1.0.1
70138npm info linkStuff configstore@0.3.2
70139npm verb linkBins configstore@0.3.2
70140npm verb linkMans configstore@0.3.2
70141npm info linkStuff update-notifier@0.2.0
70142npm verb linkBins update-notifier@0.2.0
70143npm verb linkMans update-notifier@0.2.0
70144npm info linkStuff lodash@3.10.1
70145npm verb linkBins lodash@3.10.1
70146npm verb linkMans lodash@3.10.1
70147npm info linkStuff xmlbuilder@4.0.0
70148npm verb linkBins xmlbuilder@4.0.0
70149npm verb linkMans xmlbuilder@4.0.0
70150npm info linkStuff xml2js@0.4.4
70151npm verb linkBins xml2js@0.4.4
70152npm verb linkMans xml2js@0.4.4
70153npm info linkStuff selenium-webdriver@2.44.0
70154npm verb linkBins selenium-webdriver@2.44.0
70155npm verb linkMans selenium-webdriver@2.44.0
70156npm info linkStuff protractor@1.8.0
70157npm verb linkBins protractor@1.8.0
70158npm verb link bins [ { protractor: 'bin/protractor',
70159npm verb link bins 'webdriver-manager': 'bin/webdriver-manager' },
70160npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70161npm verb link bins false ]
70162npm verb linkMans protractor@1.8.0
70163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/protractor
70164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/webdriver-manager
70165npm info linkStuff grunt-protractor-runner@1.2.1
70166npm verb linkBins grunt-protractor-runner@1.2.1
70167npm verb linkMans grunt-protractor-runner@1.2.1
70168npm info linkStuff xmldom@0.1.19
70169npm verb linkBins xmldom@0.1.19
70170npm verb linkMans xmldom@0.1.19
70171npm info linkStuff plist@1.2.0
70172npm verb linkBins plist@1.2.0
70173npm verb linkMans plist@1.2.0
70174npm info linkStuff xmlhttprequest@1.8.0
70175npm verb linkBins xmlhttprequest@1.8.0
70176npm verb linkMans xmlhttprequest@1.8.0
70177npm info linkStuff xtend@4.0.1
70178npm verb linkBins xtend@4.0.1
70179npm verb linkMans xtend@4.0.1
70180npm info linkStuff win-detect-browsers@1.0.2
70181npm verb linkBins win-detect-browsers@1.0.2
70182npm verb link bins [ { 'win-detect-browsers': './bin/detect-browsers' },
70183npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70184npm verb link bins false ]
70185npm verb linkMans win-detect-browsers@1.0.2
70186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/win-detect-browsers
70187npm info linkStuff browser-launcher2@0.4.6
70188npm verb linkBins browser-launcher2@0.4.6
70189npm verb linkMans browser-launcher2@0.4.6
70190npm info linkStuff biased-opener@0.2.7
70191npm verb linkBins biased-opener@0.2.7
70192npm verb link bins [ { 'biased-opener': 'bin/biased-opener.js' },
70193npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70194npm verb link bins false ]
70195npm verb linkMans biased-opener@0.2.7
70196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/biased-opener
70197npm info linkStuff node-inspector@0.9.2
70198npm WARN prefer global node-inspector@0.9.2 should be installed with -g
70199npm verb linkBins node-inspector@0.9.2
70200npm verb link bins [ { 'node-inspector': './bin/inspector.js',
70201npm verb link bins 'node-debug': './bin/node-debug.js' },
70202npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70203npm verb link bins false ]
70204npm verb linkMans node-inspector@0.9.2
70205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/node-inspector
70206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/node-debug
70207npm info linkStuff grunt-node-inspector@0.1.6
70208npm verb linkBins grunt-node-inspector@0.1.6
70209npm verb linkMans grunt-node-inspector@0.1.6
70210npm info linkStuff tar-stream@0.4.7
70211npm verb linkBins tar-stream@0.4.7
70212npm verb linkMans tar-stream@0.4.7
70213npm info linkStuff tar-fs@0.5.2
70214npm verb linkBins tar-fs@0.5.2
70215npm verb linkMans tar-fs@0.5.2
70216npm info linkStuff is-my-json-valid@2.12.3
70217npm verb linkBins is-my-json-valid@2.12.3
70218npm verb linkMans is-my-json-valid@2.12.3
70219npm info linkStuff har-validator@1.8.0
70220npm verb linkBins har-validator@1.8.0
70221npm verb link bins [ { 'har-validator': 'bin/har-validator' },
70222npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70223npm verb link bins false ]
70224npm verb linkMans har-validator@1.8.0
70225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/har-validator
70226npm info linkStuff request@2.60.0
70227npm verb linkBins request@2.60.0
70228npm verb linkMans request@2.60.0
70229npm info linkStuff update-notifier@0.1.10
70230npm verb linkBins update-notifier@0.1.10
70231npm verb linkMans update-notifier@0.1.10
70232npm info linkStuff nodemon@1.0.20
70233npm WARN prefer global nodemon@1.0.20 should be installed with -g
70234npm verb linkBins nodemon@1.0.20
70235npm verb link bins [ { nodemon: './bin/nodemon.js' },
70236npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70237npm verb link bins false ]
70238npm verb linkMans nodemon@1.0.20
70239npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/nodemon
70240npm info linkStuff grunt-nodemon@0.2.1
70241npm verb linkBins grunt-nodemon@0.2.1
70242npm verb linkMans grunt-nodemon@0.2.1
70243npm info linkStuff insight@0.4.3
70244npm verb linkBins insight@0.4.3
70245npm verb linkMans insight@0.4.3
70246npm info linkStuff bower@1.3.12
70247npm verb linkBins bower@1.3.12
70248npm verb link bins [ { bower: 'bin/bower' },
70249npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
70250npm verb link bins false ]
70251npm verb linkMans bower@1.3.12
70252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/bower
70253npm info linkStuff google-cdn@0.7.0
70254npm verb linkBins google-cdn@0.7.0
70255npm verb linkMans google-cdn@0.7.0
70256npm info linkStuff grunt-google-cdn@0.4.3
70257npm verb linkBins grunt-google-cdn@0.4.3
70258npm verb linkMans grunt-google-cdn@0.4.3
70259npm info linkStuff download@0.1.19
70260npm verb linkBins download@0.1.19
70261npm verb link bins [ { download: 'cli.js' },
70262npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70263npm verb link bins false ]
70264npm verb linkMans download@0.1.19
70265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/download
70266npm info linkStuff bin-wrapper@0.3.4
70267npm verb linkBins bin-wrapper@0.3.4
70268npm verb linkMans bin-wrapper@0.3.4
70269npm info linkStuff bin-build@0.1.1
70270npm verb linkBins bin-build@0.1.1
70271npm verb linkMans bin-build@0.1.1
70272npm info linkStuff pngquant-bin@0.3.5
70273npm verb linkBins pngquant-bin@0.3.5
70274npm verb link bins [ { pngquant: 'cli.js' },
70275npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70276npm verb link bins false ]
70277npm verb linkMans pngquant-bin@0.3.5
70278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/pngquant
70279npm info linkStuff imagemin-pngquant@0.1.3
70280npm verb linkBins imagemin-pngquant@0.1.3
70281npm verb linkMans imagemin-pngquant@0.1.3
70282npm info linkStuff optipng-bin@0.3.11
70283npm verb linkBins optipng-bin@0.3.11
70284npm verb link bins [ { optipng: 'cli.js' },
70285npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70286npm verb link bins false ]
70287npm verb linkMans optipng-bin@0.3.11
70288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/optipng
70289npm info linkStuff imagemin-optipng@0.1.0
70290npm verb linkBins imagemin-optipng@0.1.0
70291npm verb linkMans imagemin-optipng@0.1.0
70292npm info linkStuff jpegtran-bin@0.2.8
70293npm verb linkBins jpegtran-bin@0.2.8
70294npm verb link bins [ { jpegtran: 'cli.js' },
70295npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70296npm verb link bins false ]
70297npm verb linkMans jpegtran-bin@0.2.8
70298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/jpegtran
70299npm info linkStuff imagemin-jpegtran@0.1.0
70300npm verb linkBins imagemin-jpegtran@0.1.0
70301npm verb linkMans imagemin-jpegtran@0.1.0
70302npm info linkStuff gifsicle@0.1.7
70303npm verb linkBins gifsicle@0.1.7
70304npm verb link bins [ { gifsicle: 'cli.js' },
70305npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70306npm verb link bins false ]
70307npm verb linkMans gifsicle@0.1.7
70308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/gifsicle
70309npm info linkStuff imagemin-gifsicle@0.1.1
70310npm verb linkBins imagemin-gifsicle@0.1.1
70311npm verb linkMans imagemin-gifsicle@0.1.1
70312npm info linkStuff imagemin@0.4.9
70313npm verb linkBins imagemin@0.4.9
70314npm verb link bins [ { imagemin: 'cli.js' },
70315npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70316npm verb link bins false ]
70317npm verb linkMans imagemin@0.4.9
70318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/imagemin
70319npm info linkStuff grunt-contrib-imagemin@0.7.2
70320npm verb linkBins grunt-contrib-imagemin@0.7.2
70321npm verb linkMans grunt-contrib-imagemin@0.7.2
70322npm info linkStuff through2@0.6.5
70323npm verb linkBins through2@0.6.5
70324npm verb linkMans through2@0.6.5
70325npm info linkStuff wiredep@1.8.6
70326npm verb linkBins wiredep@1.8.6
70327npm verb link bins [ { wiredep: './wiredep-cli.js' },
70328npm verb link bins '/var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin',
70329npm verb link bins false ]
70330npm verb linkMans wiredep@1.8.6
70331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin/wiredep
70332npm info linkStuff grunt-wiredep@1.8.0
70333npm verb linkBins grunt-wiredep@1.8.0
70334npm verb linkMans grunt-wiredep@1.8.0
70335npm info linkStuff yargs@3.5.4
70336npm verb linkBins yargs@3.5.4
70337npm verb linkMans yargs@3.5.4
70338npm info linkStuff uglify-js@2.4.24
70339npm verb linkBins uglify-js@2.4.24
70340npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
70341npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70342npm verb link bins false ]
70343npm verb linkMans uglify-js@2.4.24
70344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/uglifyjs
70345npm info linkStuff with@3.0.1
70346npm verb linkBins with@3.0.1
70347npm verb linkMans with@3.0.1
70348npm info linkStuff constantinople@1.0.2
70349npm verb linkBins constantinople@1.0.2
70350npm verb linkMans constantinople@1.0.2
70351npm info linkStuff jade@0.33.0
70352npm verb linkBins jade@0.33.0
70353npm verb link bins [ { jade: './bin/jade' },
70354npm verb link bins '/var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/.bin',
70355npm verb link bins false ]
70356npm verb linkMans jade@0.33.0
70357npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/.bin/jade
70358npm info linkStuff karma-jade-preprocessor@0.0.11
70359npm verb linkBins karma-jade-preprocessor@0.0.11
70360npm verb linkMans karma-jade-preprocessor@0.0.11
70361npm info linkStuff html-minifier@0.6.9
70362npm verb linkBins html-minifier@0.6.9
70363npm verb link bins [ { 'html-minifier': './cli.js' },
70364npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70365npm verb link bins false ]
70366npm verb linkMans html-minifier@0.6.9
70367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/html-minifier
70368npm info linkStuff grunt-angular-templates@0.5.9
70369npm verb linkBins grunt-angular-templates@0.5.9
70370npm verb linkMans grunt-angular-templates@0.5.9
70371npm info linkStuff constantinople@2.0.1
70372npm verb linkBins constantinople@2.0.1
70373npm verb linkMans constantinople@2.0.1
70374npm info linkStuff jade@1.3.1
70375npm verb linkBins jade@1.3.1
70376npm verb link bins [ { jade: './bin/jade.js' },
70377npm verb link bins '/var/www/manticore.git/node_modules/karma-ng-jade2js-preprocessor/node_modules/.bin',
70378npm verb link bins false ]
70379npm verb linkMans jade@1.3.1
70380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-ng-jade2js-preprocessor/node_modules/.bin/jade
70381npm info linkStuff karma-ng-jade2js-preprocessor@0.1.5
70382npm verb linkBins karma-ng-jade2js-preprocessor@0.1.5
70383npm verb linkMans karma-ng-jade2js-preprocessor@0.1.5
70384npm info linkStuff jade@1.2.0
70385npm verb linkBins jade@1.2.0
70386npm verb link bins [ { jade: './bin/jade.js' },
70387npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70388npm verb link bins false ]
70389npm verb linkMans jade@1.2.0
70390npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/jade
70391npm info linkStuff grunt-contrib-jade@0.11.0
70392npm verb linkBins grunt-contrib-jade@0.11.0
70393npm verb linkMans grunt-contrib-jade@0.11.0
70394npm info linkStuff zeparser@0.0.5
70395npm verb linkBins zeparser@0.0.5
70396npm verb linkMans zeparser@0.0.5
70397npm info linkStuff active-x-obfuscator@0.0.1
70398npm verb linkBins active-x-obfuscator@0.0.1
70399npm verb linkMans active-x-obfuscator@0.0.1
70400npm info linkStuff socket.io-client@0.9.16
70401npm verb linkBins socket.io-client@0.9.16
70402npm verb linkMans socket.io-client@0.9.16
70403npm info linkStuff socket.io@0.9.16
70404npm verb linkBins socket.io@0.9.16
70405npm verb linkMans socket.io@0.9.16
70406npm info linkStuff karma@0.12.37
70407npm verb linkBins karma@0.12.37
70408npm verb link bins [ { karma: './bin/karma' },
70409npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70410npm verb link bins false ]
70411npm verb linkMans karma@0.12.37
70412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/karma
70413npm info linkStuff zlib-browserify@0.0.3
70414npm verb linkBins zlib-browserify@0.0.3
70415npm verb linkMans zlib-browserify@0.0.3
70416npm info linkStuff gzip-size@0.1.1
70417npm verb linkBins gzip-size@0.1.1
70418npm verb link bins [ { 'gzip-size': 'cli.js' },
70419npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70420npm verb link bins false ]
70421npm verb linkMans gzip-size@0.1.1
70422npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/gzip-size
70423npm info linkStuff maxmin@0.1.0
70424npm verb linkBins maxmin@0.1.0
70425npm verb linkMans maxmin@0.1.0
70426npm info linkStuff grunt-contrib-uglify@0.4.1
70427npm verb linkBins grunt-contrib-uglify@0.4.1
70428npm verb linkMans grunt-contrib-uglify@0.4.1
70429npm info linkStuff grunt-contrib-cssmin@0.9.0
70430npm verb linkBins grunt-contrib-cssmin@0.9.0
70431npm verb linkMans grunt-contrib-cssmin@0.9.0
70432npm info linkStuff async@1.3.0
70433npm verb linkBins async@1.3.0
70434npm verb linkMans async@1.3.0
70435npm info linkStuff body-parser@1.5.2
70436npm verb linkBins body-parser@1.5.2
70437npm verb linkMans body-parser@1.5.2
70438npm info linkStuff composable-middleware@0.3.0
70439npm verb linkBins composable-middleware@0.3.0
70440npm verb linkMans composable-middleware@0.3.0
70441npm info linkStuff compression@1.0.11
70442npm verb linkBins compression@1.0.11
70443npm verb linkMans compression@1.0.11
70444npm info linkStuff connect-mongo@0.4.2
70445npm verb linkBins connect-mongo@0.4.2
70446npm verb linkMans connect-mongo@0.4.2
70447npm info linkStuff cookie-parser@1.0.1
70448npm verb linkBins cookie-parser@1.0.1
70449npm verb linkMans cookie-parser@1.0.1
70450npm info linkStuff dav@1.7.8
70451npm verb linkBins dav@1.7.8
70452npm verb linkMans dav@1.7.8
70453npm info linkStuff errorhandler@1.0.2
70454npm verb linkBins errorhandler@1.0.2
70455npm verb linkMans errorhandler@1.0.2
70456npm info linkStuff express@4.0.0
70457npm verb linkBins express@4.0.0
70458npm verb linkMans express@4.0.0
70459npm info linkStuff express-jwt@3.1.0
70460npm verb linkBins express-jwt@3.1.0
70461npm verb linkMans express-jwt@3.1.0
70462npm info linkStuff express-session@1.0.4
70463npm verb linkBins express-session@1.0.4
70464npm verb linkMans express-session@1.0.4
70465npm info linkStuff gridfs-stream@1.1.1
70466npm verb linkBins gridfs-stream@1.1.1
70467npm verb linkMans gridfs-stream@1.1.1
70468npm info linkStuff ldapjs@1.0.0
70469npm verb linkBins ldapjs@1.0.0
70470npm verb link bins [ { 'ldapjs-add': 'bin/ldapjs-add',
70471npm verb link bins 'ldapjs-compare': 'bin/ldapjs-compare',
70472npm verb link bins 'ldapjs-delete': 'bin/ldapjs-delete',
70473npm verb link bins 'ldapjs-modify': 'bin/ldapjs-modify',
70474npm verb link bins 'ldapjs-search': 'bin/ldapjs-search' },
70475npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70476npm verb link bins false ]
70477npm verb linkMans ldapjs@1.0.0
70478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-add
70479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-compare
70480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-delete
70481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-modify
70482npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-search
70483npm info linkStuff method-override@1.0.2
70484npm verb linkBins method-override@1.0.2
70485npm verb linkMans method-override@1.0.2
70486npm info linkStuff mongoose@4.1.12
70487npm verb linkBins mongoose@4.1.12
70488npm verb linkMans mongoose@4.1.12
70489npm info linkStuff morgan@1.0.1
70490npm verb linkBins morgan@1.0.1
70491npm verb linkMans morgan@1.0.1
70492npm info linkStuff multer@0.1.8
70493npm verb linkBins multer@0.1.8
70494npm verb linkMans multer@0.1.8
70495npm info linkStuff passport@0.2.2
70496npm verb linkBins passport@0.2.2
70497npm verb linkMans passport@0.2.2
70498npm info linkStuff passport-ldapauth@0.3.0
70499npm verb linkBins passport-ldapauth@0.3.0
70500npm verb linkMans passport-ldapauth@0.3.0
70501npm info linkStuff passport-local@0.1.6
70502npm verb linkBins passport-local@0.1.6
70503npm verb linkMans passport-local@0.1.6
70504npm info linkStuff phantom@0.7.2
70505npm verb linkBins phantom@0.7.2
70506npm verb linkMans phantom@0.7.2
70507npm info linkStuff serve-favicon@2.0.1
70508npm verb linkBins serve-favicon@2.0.1
70509npm verb linkMans serve-favicon@2.0.1
70510npm info linkStuff socket.io@1.3.5
70511npm verb linkBins socket.io@1.3.5
70512npm verb linkMans socket.io@1.3.5
70513npm info linkStuff socketio-jwt@4.3.3
70514npm verb linkBins socketio-jwt@4.3.3
70515npm verb linkMans socketio-jwt@4.3.3
70516npm info lifecycle CSSwhat@0.4.7~install: CSSwhat@0.4.7
70517npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
70518npm info lifecycle accessibility-developer-tools@2.6.0~install: accessibility-developer-tools@2.6.0
70519npm info lifecycle adm-zip@0.4.7~install: adm-zip@0.4.7
70520npm info lifecycle after@0.8.1~install: after@0.8.1
70521npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
70522npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
70523npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
70524npm info lifecycle ansi-wrap@0.1.0~install: ansi-wrap@0.1.0
70525npm info lifecycle ansi-green@0.1.1~install: ansi-green@0.1.1
70526npm info lifecycle archy@0.0.2~install: archy@0.0.2
70527npm info lifecycle underscore.string@2.4.0~install: underscore.string@2.4.0
70528npm info lifecycle arr-flatten@1.0.1~install: arr-flatten@1.0.1
70529npm info lifecycle arr-diff@2.0.0~install: arr-diff@2.0.0
70530npm info lifecycle array-filter@0.0.1~install: array-filter@0.0.1
70531npm info lifecycle array-flatten@1.1.1~install: array-flatten@1.1.1
70532npm info lifecycle array-map@0.0.0~install: array-map@0.0.0
70533npm info lifecycle array-reduce@0.0.0~install: array-reduce@0.0.0
70534npm info lifecycle array-unique@0.2.1~install: array-unique@0.2.1
70535npm info lifecycle arraybuffer.slice@0.0.6~install: arraybuffer.slice@0.0.6
70536npm info lifecycle arrify@1.0.1~install: arrify@1.0.1
70537npm info lifecycle asn1@0.2.3~install: asn1@0.2.3
70538npm info lifecycle assert-plus@0.2.0~install: assert-plus@0.2.0
70539npm info lifecycle async-each@0.1.6~install: async-each@0.1.6
70540npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
70541npm info lifecycle backo2@1.0.2~install: backo2@1.0.2
70542npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
70543npm info lifecycle base64-arraybuffer@0.1.2~install: base64-arraybuffer@0.1.2
70544npm info lifecycle base64-js@0.0.8~install: base64-js@0.0.8
70545npm info lifecycle base64-url@1.2.1~install: base64-url@1.2.1
70546npm info lifecycle base64id@0.1.0~install: base64id@0.1.0
70547npm info lifecycle basic-auth@1.0.3~install: basic-auth@1.0.3
70548npm info lifecycle basic-auth-connect@1.0.0~install: basic-auth-connect@1.0.0
70549npm info lifecycle batch@0.5.2~install: batch@0.5.2
70550npm info lifecycle bcryptjs@2.1.0~install: bcryptjs@2.1.0
70551npm info lifecycle benchmark@1.0.0~install: benchmark@1.0.0
70552npm info lifecycle big-integer@1.6.9~install: big-integer@1.6.9
70553npm info lifecycle binary-extensions@1.4.0~install: binary-extensions@1.4.0
70554npm info lifecycle bindings@1.2.1~install: bindings@1.2.1
70555npm info lifecycle blob@0.0.2~install: blob@0.0.2
70556npm info lifecycle bluebird@2.9.26~install: bluebird@2.9.26
70557npm info lifecycle bn.js@2.2.0~install: bn.js@2.2.0
70558npm info lifecycle boolbase@1.0.0~install: boolbase@1.0.0
70559npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
70560npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
70561npm info lifecycle osenv@0.0.3~install: osenv@0.0.3
70562npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
70563npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
70564npm info lifecycle bower-logger@0.2.2~install: bower-logger@0.2.2
70565npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
70566npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
70567npm info lifecycle async@0.2.10~install: async@0.2.10
70568npm info lifecycle caseless@0.8.0~install: caseless@0.8.0
70569npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
70570npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
70571npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
70572npm info lifecycle async@0.9.2~install: async@0.9.2
70573npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
70574npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
70575npm info lifecycle boom@0.4.2~install: boom@0.4.2
70576npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
70577npm info lifecycle lru-cache@2.3.1~install: lru-cache@2.3.1
70578npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
70579npm info lifecycle oauth-sign@0.5.0~install: oauth-sign@0.5.0
70580npm info lifecycle qs@2.3.3~install: qs@2.3.3
70581npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
70582npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
70583npm info lifecycle hawk@1.1.1~install: hawk@1.1.1
70584npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
70585npm info lifecycle archy@1.0.0~install: archy@1.0.0
70586npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
70587npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
70588npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
70589npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
70590npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
70591npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
70592npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
70593npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
70594npm info lifecycle untildify@2.1.0~install: untildify@2.1.0
70595npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
70596npm info lifecycle deep-extend@0.2.11~install: deep-extend@0.2.11
70597npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
70598npm info lifecycle intersect@0.0.3~install: intersect@0.0.3
70599npm info lifecycle bower-json@0.4.0~install: bower-json@0.4.0
70600npm info lifecycle bower-logger@0.2.2~install: bower-logger@0.2.2
70601npm info lifecycle async@0.2.10~install: async@0.2.10
70602npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
70603npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
70604npm info lifecycle ansicolors@0.2.1~install: ansicolors@0.2.1
70605npm info lifecycle esprima@1.0.4~install: esprima@1.0.4
70606npm info lifecycle redeyed@0.4.4~install: redeyed@0.4.4
70607npm info lifecycle cardinal@0.4.4~install: cardinal@0.4.4
70608npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
70609npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
70610npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
70611npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
70612npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
70613npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
70614npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
70615npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
70616npm info lifecycle chmodr@1.0.2~install: chmodr@1.0.2
70617npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
70618npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
70619npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
70620npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
70621npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
70622npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
70623npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
70624npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
70625npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
70626npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
70627npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
70628npm info lifecycle buffers@0.1.1~install: buffers@0.1.1
70629npm info lifecycle traverse@0.3.9~install: traverse@0.3.9
70630npm info lifecycle chainsaw@0.1.0~install: chainsaw@0.1.0
70631npm info lifecycle binary@0.3.0~install: binary@0.3.0
70632npm info lifecycle mkpath@0.1.0~install: mkpath@0.1.0
70633npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
70634npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70635npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
70636npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
70637npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
70638npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
70639npm info lifecycle touch@0.0.3~install: touch@0.0.3
70640npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
70641npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
70642npm info lifecycle iferr@0.1.5~install: iferr@0.1.5
70643npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
70644npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
70645npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70646npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
70647npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
70648npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
70649npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
70650npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
70651npm info lifecycle fs-write-stream-atomic@1.0.7~install: fs-write-stream-atomic@1.0.7
70652npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70653npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
70654npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
70655npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
70656npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
70657npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
70658npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70659npm info lifecycle mime@1.3.4~install: mime@1.3.4
70660npm info lifecycle github@0.2.4~install: github@0.2.4
70661npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
70662npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70663npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
70664npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
70665npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
70666npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
70667npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
70668npm info lifecycle once@1.3.3~install: once@1.3.3
70669npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
70670npm info lifecycle glob@4.5.3~install: glob@4.5.3
70671npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
70672npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
70673npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
70674npm info lifecycle async@0.2.10~install: async@0.2.10
70675npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
70676npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
70677npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
70678npm info lifecycle handlebars@2.0.0~install: handlebars@2.0.0
70679npm info lifecycle ansi-escapes@1.1.0~install: ansi-escapes@1.1.0
70680npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
70681npm info lifecycle exit-hook@1.1.1~install: exit-hook@1.1.1
70682npm info lifecycle onetime@1.0.0~install: onetime@1.0.0
70683npm info lifecycle restore-cursor@1.0.1~install: restore-cursor@1.0.1
70684npm info lifecycle cli-cursor@1.0.2~install: cli-cursor@1.0.2
70685npm info lifecycle cli-width@1.1.0~install: cli-width@1.1.0
70686npm info lifecycle figures@1.4.0~install: figures@1.4.0
70687npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
70688npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
70689npm info lifecycle code-point-at@1.0.0~install: code-point-at@1.0.0
70690npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
70691npm info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0
70692npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
70693npm info lifecycle readline2@1.0.1~install: readline2@1.0.1
70694npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
70695npm info lifecycle once@1.3.3~install: once@1.3.3
70696npm info lifecycle run-async@0.1.0~install: run-async@0.1.0
70697npm info lifecycle rx-lite@3.1.2~install: rx-lite@3.1.2
70698npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
70699npm info lifecycle through@2.3.8~install: through@2.3.8
70700npm info lifecycle inquirer@0.10.0~install: inquirer@0.10.0
70701npm info lifecycle async@1.5.0~install: async@1.5.0
70702npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
70703npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
70704npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
70705npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
70706npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
70707npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
70708npm info lifecycle slide@1.1.6~install: slide@1.1.6
70709npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
70710npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
70711npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
70712npm info lifecycle lodash._getnative@3.9.1~install: lodash._getnative@3.9.1
70713npm info lifecycle lodash.debounce@3.1.1~install: lodash.debounce@3.1.1
70714npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
70715npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
70716npm info lifecycle osx-release@1.1.0~install: osx-release@1.1.0
70717npm info lifecycle semver@5.1.0~install: semver@5.1.0
70718npm info lifecycle win-release@1.1.1~install: win-release@1.1.1
70719npm info lifecycle os-name@1.0.3~install: os-name@1.0.3
70720npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
70721npm info lifecycle is-root@1.0.0~install: is-root@1.0.0
70722npm info lifecycle junk@1.0.2~install: junk@1.0.2
70723npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
70724npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
70725npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
70726npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
70727npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
70728npm info lifecycle mkdirp@0.5.0~install: mkdirp@0.5.0
70729npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
70730npm info lifecycle mout@0.11.1~install: mout@0.11.1
70731npm info lifecycle bower-config@1.3.0~install: bower-config@1.3.0
70732npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
70733npm info lifecycle opn@1.0.2~install: opn@1.0.2
70734npm info lifecycle q@0.9.7~install: q@0.9.7
70735npm info lifecycle p-throttler@0.1.1~install: p-throttler@0.1.1
70736npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
70737npm info lifecycle read@1.0.7~install: read@1.0.7
70738npm info lifecycle promptly@0.2.0~install: promptly@0.2.0
70739npm info lifecycle q@1.4.1~install: q@1.4.1
70740npm info lifecycle decompress-zip@0.1.0~install: decompress-zip@0.1.0
70741npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
70742npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
70743npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
70744npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
70745npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70746npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
70747npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
70748npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
70749npm info lifecycle bl@0.9.4~install: bl@0.9.4
70750npm info lifecycle caseless@0.9.0~install: caseless@0.9.0
70751npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
70752npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
70753npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
70754npm info lifecycle async@0.9.2~install: async@0.9.2
70755npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
70756npm info lifecycle boom@2.10.1~install: boom@2.10.1
70757npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
70758npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
70759npm info lifecycle hawk@2.3.1~install: hawk@2.3.1
70760npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
70761npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
70762npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
70763npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
70764npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
70765npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
70766npm info lifecycle mime-db@1.12.0~install: mime-db@1.12.0
70767npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
70768npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
70769npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
70770npm info lifecycle oauth-sign@0.6.0~install: oauth-sign@0.6.0
70771npm info lifecycle qs@2.3.3~install: qs@2.3.3
70772npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
70773npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
70774npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
70775npm info lifecycle request@2.53.0~install: request@2.53.0
70776npm info lifecycle insight@0.7.0~install: insight@0.7.0
70777npm info lifecycle retry@0.6.1~install: retry@0.6.1
70778npm info lifecycle request-replay@0.2.0~install: request-replay@0.2.0
70779npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
70780npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70781npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
70782npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
70783npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
70784npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
70785npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
70786npm info lifecycle once@1.3.3~install: once@1.3.3
70787npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
70788npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
70789npm info lifecycle glob@5.0.15~install: glob@5.0.15
70790npm info lifecycle rimraf@2.4.4~install: rimraf@2.4.4
70791npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
70792npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
70793npm info lifecycle bower-registry-client@1.0.0~install: bower-registry-client@1.0.0
70794npm info lifecycle semver@2.3.2~install: semver@2.3.2
70795npm info lifecycle array-filter@0.0.1~install: array-filter@0.0.1
70796npm info lifecycle array-map@0.0.0~install: array-map@0.0.0
70797npm info lifecycle array-reduce@0.0.0~install: array-reduce@0.0.0
70798npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
70799npm info lifecycle shell-quote@1.4.3~install: shell-quote@1.4.3
70800npm info lifecycle stringify-object@1.0.1~install: stringify-object@1.0.1
70801npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
70802npm info lifecycle once@1.3.3~install: once@1.3.3
70803npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
70804npm info lifecycle pump@1.0.1~install: pump@1.0.1
70805npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
70806npm info lifecycle once@1.3.3~install: once@1.3.3
70807npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
70808npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
70809npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70810npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
70811npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
70812npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
70813npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
70814npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
70815npm info lifecycle bl@1.0.0~install: bl@1.0.0
70816npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
70817npm info lifecycle tar-stream@1.3.1~install: tar-stream@1.3.1
70818npm info lifecycle tar-fs@1.8.1~install: tar-fs@1.8.1
70819npm info lifecycle tmp@0.0.24~install: tmp@0.0.24
70820npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
70821npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
70822npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
70823npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
70824npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
70825npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
70826npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
70827npm info lifecycle slide@1.1.6~install: slide@1.1.6
70828npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
70829npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
70830npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
70831npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
70832npm info lifecycle is-npm@1.0.0~install: is-npm@1.0.0
70833npm info lifecycle capture-stack-trace@1.0.0~install: capture-stack-trace@1.0.0
70834npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70835npm info lifecycle create-error-class@2.0.1~install: create-error-class@2.0.1
70836npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
70837npm info lifecycle once@1.3.3~install: once@1.3.3
70838npm info lifecycle end-of-stream@1.0.0~install: end-of-stream@1.0.0
70839npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
70840npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70841npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
70842npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
70843npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
70844npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
70845npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
70846npm info lifecycle duplexify@3.4.2~install: duplexify@3.4.2
70847npm info lifecycle is-plain-obj@1.1.0~install: is-plain-obj@1.1.0
70848npm info lifecycle is-redirect@1.0.0~install: is-redirect@1.0.0
70849npm info lifecycle is-stream@1.0.1~install: is-stream@1.0.1
70850npm info lifecycle lowercase-keys@1.0.0~install: lowercase-keys@1.0.0
70851npm info lifecycle node-status-codes@1.0.0~install: node-status-codes@1.0.0
70852npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
70853npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
70854npm info lifecycle error-ex@1.3.0~install: error-ex@1.3.0
70855npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
70856npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
70857npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
70858npm info lifecycle pinkie@1.0.0~install: pinkie@1.0.0
70859npm info lifecycle pinkie-promise@1.0.0~install: pinkie-promise@1.0.0
70860npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
70861npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
70862npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
70863npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
70864npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
70865npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
70866npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
70867npm info lifecycle read-all-stream@3.0.1~install: read-all-stream@3.0.1
70868npm info lifecycle timed-out@2.0.0~install: timed-out@2.0.0
70869npm info lifecycle unzip-response@1.0.0~install: unzip-response@1.0.0
70870npm info lifecycle prepend-http@1.0.3~install: prepend-http@1.0.3
70871npm info lifecycle url-parse-lax@1.0.0~install: url-parse-lax@1.0.0
70872npm info lifecycle got@5.2.0~install: got@5.2.0
70873npm info lifecycle deep-extend@0.4.0~install: deep-extend@0.4.0
70874npm info lifecycle ini@1.3.4~install: ini@1.3.4
70875npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
70876npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
70877npm info lifecycle rc@1.1.5~install: rc@1.1.5
70878npm info lifecycle registry-url@3.0.3~install: registry-url@3.0.3
70879npm info lifecycle semver@5.1.0~install: semver@5.1.0
70880npm info lifecycle package-json@2.3.0~install: package-json@2.3.0
70881npm info lifecycle latest-version@2.0.0~install: latest-version@2.0.0
70882npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
70883npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
70884npm info lifecycle repeating@2.0.0~install: repeating@2.0.0
70885npm info lifecycle semver@5.1.0~install: semver@5.1.0
70886npm info lifecycle semver-diff@2.1.0~install: semver-diff@2.1.0
70887npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
70888npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
70889npm info lifecycle string-length@1.0.1~install: string-length@1.0.1
70890npm info lifecycle update-notifier@0.6.0~install: update-notifier@0.6.0
70891npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
70892npm info lifecycle xdg-basedir@1.0.1~install: xdg-basedir@1.0.1
70893npm info lifecycle configstore@0.3.2~install: configstore@0.3.2
70894npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
70895npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
70896npm info lifecycle which@1.2.0~install: which@1.2.0
70897npm info lifecycle bplist-parser@0.1.1~install: bplist-parser@0.1.1
70898npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
70899npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
70900npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
70901npm info lifecycle buffer-crc32@0.2.1~install: buffer-crc32@0.2.1
70902npm info lifecycle buffer-equal-constant-time@1.0.1~install: buffer-equal-constant-time@1.0.1
70903npm info lifecycle buffers@0.1.1~install: buffers@0.1.1
70904npm info lifecycle builtin-modules@1.1.0~install: builtin-modules@1.1.0
70905npm info lifecycle bytes@1.0.0~install: bytes@1.0.0
70906npm info lifecycle callsite@1.0.0~install: callsite@1.0.0
70907npm info lifecycle better-assert@1.0.2~install: better-assert@1.0.2
70908npm info lifecycle camelcase@1.2.1~install: camelcase@1.2.1
70909npm info lifecycle caniuse-db@1.0.30000382~install: caniuse-db@1.0.30000382
70910npm info lifecycle caseless@0.11.0~install: caseless@0.11.0
70911npm info lifecycle semver@5.0.3~install: semver@5.0.3
70912npm info lifecycle cdnjs-cdn-data@0.1.2~install: cdnjs-cdn-data@0.1.2
70913npm info lifecycle traverse@0.3.9~install: traverse@0.3.9
70914npm info lifecycle chainsaw@0.1.0~install: chainsaw@0.1.0
70915npm info lifecycle binary@0.3.0~install: binary@0.3.0
70916npm info lifecycle character-parser@1.2.0~install: character-parser@1.2.0
70917npm info lifecycle charenc@0.0.1~install: charenc@0.0.1
70918npm info lifecycle entities@0.5.0~install: entities@0.5.0
70919npm info lifecycle underscore@1.4.4~install: underscore@1.4.4
70920npm info lifecycle chmodr@0.1.0~install: chmodr@0.1.0
70921npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
70922npm info lifecycle commander@2.2.0~install: commander@2.2.0
70923npm info lifecycle clean-css@2.2.23~install: clean-css@2.2.23
70924npm info lifecycle co@4.6.0~install: co@4.6.0
70925npm info lifecycle coffee-script@1.3.3~install: coffee-script@1.3.3
70926npm info lifecycle colors@0.6.2~install: colors@0.6.2
70927npm info lifecycle commander@2.1.0~install: commander@2.1.0
70928npm info lifecycle component-bind@1.0.0~install: component-bind@1.0.0
70929npm info lifecycle component-emitter@1.1.2~install: component-emitter@1.1.2
70930npm info lifecycle component-inherit@0.0.3~install: component-inherit@0.0.3
70931npm info lifecycle compressible@1.1.1~install: compressible@1.1.1
70932npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
70933npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
70934npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
70935npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
70936npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
70937npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
70938npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
70939npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
70940npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
70941npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
70942npm info lifecycle connect-livereload@0.4.1~install: connect-livereload@0.4.1
70943npm info lifecycle ms@0.7.1~install: ms@0.7.1
70944npm info lifecycle debug@2.2.0~install: debug@2.2.0
70945npm info lifecycle bytes@2.1.0~install: bytes@2.1.0
70946npm info lifecycle cookie@0.1.3~install: cookie@0.1.3
70947npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
70948npm info lifecycle cookie-parser@1.3.5~install: cookie-parser@1.3.5
70949npm info lifecycle depd@1.0.1~install: depd@1.0.1
70950npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
70951npm info lifecycle fresh@0.3.0~install: fresh@0.3.0
70952npm info lifecycle iconv-lite@0.4.11~install: iconv-lite@0.4.11
70953npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
70954npm info lifecycle methods@1.1.1~install: methods@1.1.1
70955npm info lifecycle mime@1.3.4~install: mime@1.3.4
70956npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
70957npm info lifecycle compressible@2.0.6~install: compressible@2.0.6
70958npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
70959npm info lifecycle ms@0.7.1~install: ms@0.7.1
70960npm info lifecycle debug@2.2.0~install: debug@2.2.0
70961npm info lifecycle negotiator@0.5.3~install: negotiator@0.5.3
70962npm info lifecycle accepts@1.2.13~install: accepts@1.2.13
70963npm info lifecycle errorhandler@1.4.2~install: errorhandler@1.4.2
70964npm info lifecycle parseurl@1.3.0~install: parseurl@1.3.0
70965npm info lifecycle pause@0.1.0~install: pause@0.1.0
70966npm info lifecycle qs@4.0.0~install: qs@4.0.0
70967npm info lifecycle range-parser@1.0.3~install: range-parser@1.0.3
70968npm info lifecycle bytes@2.2.0~install: bytes@2.2.0
70969npm info lifecycle iconv-lite@0.4.13~install: iconv-lite@0.4.13
70970npm info lifecycle type-is@1.6.10~install: type-is@1.6.10
70971npm info lifecycle content-disposition@0.5.0~install: content-disposition@0.5.0
70972npm info lifecycle content-type@1.0.1~install: content-type@1.0.1
70973npm info lifecycle convert-source-map@0.4.1~install: convert-source-map@0.4.1
70974npm info lifecycle cookie@0.1.0~install: cookie@0.1.0
70975npm info lifecycle cookie-signature@1.0.3~install: cookie-signature@1.0.3
70976npm info lifecycle cookiejar@1.3.0~install: cookiejar@1.3.0
70977npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
70978npm info lifecycle crc@3.3.0~install: crc@3.3.0
70979npm info lifecycle crypt@0.0.1~install: crypt@0.0.1
70980npm info lifecycle css-parse@1.0.4~install: css-parse@1.0.4
70981npm info lifecycle css-stringify@1.0.5~install: css-stringify@1.0.5
70982npm info lifecycle css@1.0.8~install: css@1.0.8
70983npm info lifecycle cookie@0.1.3~install: cookie@0.1.3
70984npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
70985npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
70986npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
70987npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
70988npm info lifecycle dashdash@1.10.1~install: dashdash@1.10.1
70989npm info lifecycle date-now@0.1.4~install: date-now@0.1.4
70990npm info lifecycle console-browserify@1.1.0~install: console-browserify@1.1.0
70991npm info lifecycle date-time@0.1.1~install: date-time@0.1.1
70992npm info lifecycle dateformat@1.0.2-1.2.3~install: dateformat@1.0.2-1.2.3
70993npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
70994npm info lifecycle nopt@2.2.1~install: nopt@2.2.1
70995npm info lifecycle q@1.0.1~install: q@1.0.1
70996npm info lifecycle get-stdin@0.1.0~install: get-stdin@0.1.0
70997npm info lifecycle nopt@2.2.1~install: nopt@2.2.1
70998npm info lifecycle deep-equal@0.0.0~install: deep-equal@0.0.0
70999npm info lifecycle deep-extend@0.2.11~install: deep-extend@0.2.11
71000npm info lifecycle camelcase@2.0.1~install: camelcase@2.0.1
71001npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
71002npm info lifecycle defined@0.0.0~install: defined@0.0.0
71003npm info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0
71004npm info lifecycle combined-stream@1.0.5~install: combined-stream@1.0.5
71005npm info lifecycle depd@0.4.4~install: depd@0.4.4
71006npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
71007npm info lifecycle di@0.0.1~install: di@0.0.1
71008npm info lifecycle diff@1.0.8~install: diff@1.0.8
71009npm info lifecycle domelementtype@1.1.3~install: domelementtype@1.1.3
71010npm info lifecycle entities@1.1.1~install: entities@1.1.1
71011npm info lifecycle dom-serializer@0.1.0~install: dom-serializer@0.1.0
71012npm info lifecycle domelementtype@1.3.0~install: domelementtype@1.3.0
71013npm info lifecycle domutils@1.1.6~install: domutils@1.1.6
71014npm info lifecycle domhandler@2.0.3~install: domhandler@2.0.3
71015npm info lifecycle domutils@1.4.3~install: domutils@1.4.3
71016npm info lifecycle domhandler@2.3.0~install: domhandler@2.3.0
71017npm info lifecycle domutils@1.5.1~install: domutils@1.5.1
71018npm info lifecycle get-stdin@0.1.0~install: get-stdin@0.1.0
71019npm info lifecycle nopt@2.2.1~install: nopt@2.2.1
71020npm info lifecycle nan@2.1.0~install: nan@2.1.0
71021npm info lifecycle dtrace-provider@0.6.0~install: dtrace-provider@0.6.0
71022
71023> dtrace-provider@0.6.0 install /var/www/manticore.git/node_modules/dtrace-provider
71024> node scripts/install.js
71025
71026npm verb lifecycle dtrace-provider@0.6.0~install: unsafe-perm in lifecycle false
71027npm 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
71028npm verb lifecycle dtrace-provider@0.6.0~install: CWD: /var/www/manticore.git/node_modules/dtrace-provider
71029npm info lifecycle duplexer@0.1.1~install: duplexer@0.1.1
71030npm info lifecycle each-async@0.1.3~install: each-async@0.1.3
71031npm info lifecycle ee-first@1.1.1~install: ee-first@1.1.1
71032npm info lifecycle emitter-component@1.0.0~install: emitter-component@1.0.0
71033npm info lifecycle commander@0.6.1~install: commander@0.6.1
71034npm info lifecycle nan@0.3.2~install: nan@0.3.2
71035npm info lifecycle parseuri@0.0.4~install: parseuri@0.0.4
71036npm info lifecycle xmlhttprequest@1.5.0~install: xmlhttprequest@1.5.0
71037npm info lifecycle entities@1.0.0~install: entities@1.0.0
71038npm info lifecycle es6-promise@2.1.1~install: es6-promise@2.1.1
71039npm info lifecycle es6-symbol@3.0.2~install: es6-symbol@3.0.2
71040npm info lifecycle es5-ext@0.10.11~install: es5-ext@0.10.11
71041npm info lifecycle d@0.1.1~install: d@0.1.1
71042npm info lifecycle es6-iterator@2.0.0~install: es6-iterator@2.0.0
71043npm info lifecycle es6-symbol@2.0.1~install: es6-symbol@2.0.1
71044npm info lifecycle es6-iterator@0.1.3~install: es6-iterator@0.1.3
71045npm info lifecycle es6-weak-map@0.1.4~install: es6-weak-map@0.1.4
71046npm info lifecycle escape-html@1.0.1~install: escape-html@1.0.1
71047npm info lifecycle escape-string-regexp@1.0.4~install: escape-string-regexp@1.0.4
71048npm info lifecycle decamelize@1.1.2~install: decamelize@1.1.2
71049npm info lifecycle esprima@1.0.4~install: esprima@1.0.4
71050npm info lifecycle etag@1.7.0~install: etag@1.7.0
71051npm info lifecycle serve-favicon@2.3.0~install: serve-favicon@2.3.0
71052npm info lifecycle event-emitter@0.3.4~install: event-emitter@0.3.4
71053npm info lifecycle eventemitter2@0.4.14~install: eventemitter2@0.4.14
71054npm info lifecycle executable@0.1.3~install: executable@0.1.3
71055npm info lifecycle bin-check@0.1.5~install: bin-check@0.1.5
71056npm info lifecycle exit@0.1.2~install: exit@0.1.2
71057npm info lifecycle expand-brackets@0.1.4~install: expand-brackets@0.1.4
71058npm info lifecycle async@0.9.2~install: async@0.9.2
71059npm info lifecycle cookie@0.1.2~install: cookie@0.1.2
71060npm info lifecycle debug@0.8.1~install: debug@0.8.1
71061npm info lifecycle express-unless@0.3.0~install: express-unless@0.3.0
71062npm info lifecycle debug@0.8.1~install: debug@0.8.1
71063npm info lifecycle negotiator@0.3.0~install: negotiator@0.3.0
71064npm info lifecycle underscore.string@2.3.3~install: underscore.string@2.3.3
71065npm info lifecycle extend@3.0.0~install: extend@3.0.0
71066npm info lifecycle extsprintf@1.2.0~install: extsprintf@1.2.0
71067npm info lifecycle faye-websocket@0.4.4~install: faye-websocket@0.4.4
71068npm info lifecycle figures@1.4.0~install: figures@1.4.0
71069npm info lifecycle filename-regex@2.0.0~install: filename-regex@2.0.0
71070npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
71071npm info lifecycle ms@0.7.1~install: ms@0.7.1
71072npm info lifecycle debug@2.2.0~install: debug@2.2.0
71073npm info lifecycle find-file@0.1.4~install: find-file@0.1.4
71074npm info lifecycle flushwritable@1.0.0~install: flushwritable@1.0.0
71075npm info lifecycle for-in@0.1.4~install: for-in@0.1.4
71076npm info lifecycle for-own@0.1.3~install: for-own@0.1.3
71077npm info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1
71078npm info lifecycle async@1.5.0~install: async@1.5.0
71079npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
71080npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
71081npm info lifecycle form-data@1.0.0-rc3~install: form-data@1.0.0-rc3
71082npm info lifecycle formidable@1.0.14~install: formidable@1.0.14
71083npm info lifecycle forwarded@0.1.0~install: forwarded@0.1.0
71084npm info lifecycle fresh@0.2.2~install: fresh@0.2.2
71085npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
71086npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
71087npm info lifecycle ncp@0.5.1~install: ncp@0.5.1
71088npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
71089npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
71090npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
71091npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
71092npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
71093npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
71094npm info lifecycle generate-function@2.0.0~install: generate-function@2.0.0
71095npm info lifecycle get-stdin@4.0.1~install: get-stdin@4.0.1
71096npm info lifecycle get-urls@0.1.2~install: get-urls@0.1.2
71097npm info lifecycle getobject@0.1.0~install: getobject@0.1.0
71098npm info lifecycle global@2.0.1~install: global@2.0.1
71099npm info lifecycle inherits@1.0.2~install: inherits@1.0.2
71100npm info lifecycle lodash@1.0.2~install: lodash@1.0.2
71101npm info lifecycle google-cdn-data@0.1.23~install: google-cdn-data@0.1.23
71102npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
71103npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
71104npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
71105npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
71106npm info lifecycle async@0.9.2~install: async@0.9.2
71107npm info lifecycle caseless@0.6.0~install: caseless@0.6.0
71108npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
71109npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
71110npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
71111npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
71112npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
71113npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
71114npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
71115npm info lifecycle boom@0.4.2~install: boom@0.4.2
71116npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
71117npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
71118npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
71119npm info lifecycle mkdirp@0.5.0~install: mkdirp@0.5.0
71120npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
71121npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
71122npm info lifecycle oauth-sign@0.4.0~install: oauth-sign@0.4.0
71123npm info lifecycle q@1.0.1~install: q@1.0.1
71124npm info lifecycle qs@1.2.2~install: qs@1.2.2
71125npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
71126npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
71127npm info lifecycle hawk@1.1.1~install: hawk@1.1.1
71128npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
71129npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
71130npm info lifecycle chalk@0.5.0~install: chalk@0.5.0
71131npm info lifecycle object-assign@0.3.1~install: object-assign@0.3.1
71132npm info lifecycle got@0.2.0~install: got@0.2.0
71133npm info lifecycle ext-list@0.2.0~install: ext-list@0.2.0
71134npm info lifecycle ext-name@1.0.1~install: ext-name@1.0.1
71135npm info lifecycle graceful-fs@1.2.3~install: graceful-fs@1.2.3
71136npm info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
71137npm info lifecycle growl@1.7.0~install: growl@1.7.0
71138npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71139npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71140npm info lifecycle async@0.2.10~install: async@0.2.10
71141npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
71142npm info lifecycle grunt-contrib-clean@0.5.0~install: grunt-contrib-clean@0.5.0
71143npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71144npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71145npm info lifecycle grunt-contrib-copy@0.5.0~install: grunt-contrib-copy@0.5.0
71146npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71147npm info lifecycle clean-css@2.1.8~install: clean-css@2.1.8
71148npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71149npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71150npm info lifecycle html-minifier@0.5.6~install: html-minifier@0.5.6
71151npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71152npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71153npm info lifecycle async@0.7.0~install: async@0.7.0
71154npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71155npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71156npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71157npm info lifecycle async@0.9.2~install: async@0.9.2
71158npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
71159npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71160npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71161npm info lifecycle async@0.2.10~install: async@0.2.10
71162npm info lifecycle grunt-express-server@0.4.19~install: grunt-express-server@0.4.19
71163npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
71164npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
71165npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
71166npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
71167npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
71168npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
71169npm info lifecycle underscore.string@2.3.3~install: underscore.string@2.3.3
71170npm info lifecycle underscore.string@2.3.3~install: underscore.string@2.3.3
71171npm info lifecycle async@0.1.22~install: async@0.1.22
71172npm info lifecycle lodash@0.9.2~install: lodash@0.9.2
71173npm info lifecycle zlib-browserify@0.0.1~install: zlib-browserify@0.0.1
71174npm info lifecycle grunt-lib-contrib@0.6.1~install: grunt-lib-contrib@0.6.1
71175npm info lifecycle ncp@0.4.2~install: ncp@0.4.2
71176npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
71177npm info lifecycle async@0.2.10~install: async@0.2.10
71178npm info lifecycle rimraf@2.2.6~install: rimraf@2.2.6
71179npm info lifecycle grunt-newer@0.7.0~install: grunt-newer@0.7.0
71180npm info lifecycle xtend@3.0.0~install: xtend@3.0.0
71181npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71182npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71183npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
71184npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
71185npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
71186npm info lifecycle ms@0.7.0~install: ms@0.7.0
71187npm info lifecycle debug@2.1.3~install: debug@2.1.3
71188npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
71189npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
71190npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
71191npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
71192npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
71193npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
71194npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
71195npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
71196npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
71197npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
71198npm info lifecycle async@0.1.22~install: async@0.1.22
71199npm info lifecycle iconv-lite@0.2.11~install: iconv-lite@0.2.11
71200npm info lifecycle inherits@1.0.2~install: inherits@1.0.2
71201npm info lifecycle lodash@0.9.2~install: lodash@0.9.2
71202npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
71203npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
71204npm info lifecycle async@0.2.10~install: async@0.2.10
71205npm info lifecycle bluebird@2.10.2~install: bluebird@2.10.2
71206npm info lifecycle commander@2.9.0~install: commander@2.9.0
71207npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
71208npm info lifecycle has-color@0.1.7~install: has-color@0.1.7
71209npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71210npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71211npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71212npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71213npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71214npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71215npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71216npm info lifecycle grunt-contrib-concat@0.4.0~install: grunt-contrib-concat@0.4.0
71217npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71218npm info lifecycle has-cors@1.0.3~install: has-cors@1.0.3
71219npm info lifecycle headless@0.1.7~install: headless@0.1.7
71220npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
71221npm info lifecycle boom@2.10.1~install: boom@2.10.1
71222npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
71223npm info lifecycle hooker@0.2.3~install: hooker@0.2.3
71224npm info lifecycle hooks-fixed@1.1.0~install: hooks-fixed@1.1.0
71225npm info lifecycle hosted-git-info@2.1.4~install: hosted-git-info@2.1.4
71226npm info lifecycle html-entities@1.1.3~install: html-entities@1.1.3
71227npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
71228npm info lifecycle pkginfo@0.3.1~install: pkginfo@0.3.1
71229npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
71230npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
71231npm info lifecycle http-signature@0.11.0~install: http-signature@0.11.0
71232npm info lifecycle i@0.3.3~install: i@0.3.3
71233npm info lifecycle iconv-lite@0.4.4~install: iconv-lite@0.4.4
71234npm info lifecycle jsonfile@1.2.0~install: jsonfile@1.2.0
71235npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
71236npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
71237npm info lifecycle ncp@0.5.1~install: ncp@0.5.1
71238npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
71239npm info lifecycle indexof@0.0.1~install: indexof@0.0.1
71240npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
71241npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
71242npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
71243npm info lifecycle block-stream@0.0.8~install: block-stream@0.0.8
71244npm info lifecycle ini@1.3.4~install: ini@1.3.4
71245npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
71246npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
71247npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
71248npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
71249npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
71250npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
71251npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
71252npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
71253npm info lifecycle async@0.9.2~install: async@0.9.2
71254npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
71255npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
71256npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
71257npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
71258npm info lifecycle intersect@0.0.3~install: intersect@0.0.3
71259npm info lifecycle bower-json@0.4.0~install: bower-json@0.4.0
71260npm info lifecycle ipaddr.js@1.0.5~install: ipaddr.js@1.0.5
71261npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
71262npm info lifecycle error-ex@1.3.0~install: error-ex@1.3.0
71263npm info lifecycle is-binary-path@1.0.1~install: is-binary-path@1.0.1
71264npm info lifecycle is-bmp@0.1.1~install: is-bmp@0.1.1
71265npm info lifecycle is-buffer@1.1.0~install: is-buffer@1.1.0
71266npm info lifecycle is-builtin-module@1.0.0~install: is-builtin-module@1.0.0
71267npm info lifecycle is-dotfile@1.0.2~install: is-dotfile@1.0.2
71268npm info lifecycle is-extendable@0.1.1~install: is-extendable@0.1.1
71269npm info lifecycle is-extglob@1.0.0~install: is-extglob@1.0.0
71270npm info lifecycle is-gif@0.1.1~install: is-gif@0.1.1
71271npm info lifecycle is-glob@2.0.1~install: is-glob@2.0.1
71272npm info lifecycle glob-parent@2.0.0~install: glob-parent@2.0.0
71273npm info lifecycle glob-base@0.3.0~install: glob-base@0.3.0
71274npm info lifecycle is-jpg@0.1.2~install: is-jpg@0.1.2
71275npm info lifecycle is-jxr@0.1.1~install: is-jxr@0.1.1
71276npm info lifecycle is-png@0.1.1~install: is-png@0.1.1
71277npm info lifecycle is-primitive@2.0.0~install: is-primitive@2.0.0
71278npm info lifecycle is-equal-shallow@0.1.3~install: is-equal-shallow@0.1.3
71279npm info lifecycle is-promise@1.0.1~install: is-promise@1.0.1
71280npm info lifecycle is-property@1.0.2~install: is-property@1.0.2
71281npm info lifecycle generate-object-property@1.2.0~install: generate-object-property@1.2.0
71282npm info lifecycle is-psd@0.1.1~install: is-psd@0.1.1
71283npm info lifecycle is-root@1.0.0~install: is-root@1.0.0
71284npm info lifecycle is-svg@0.1.2~install: is-svg@0.1.2
71285npm info lifecycle is-tif@0.1.1~install: is-tif@0.1.1
71286npm info lifecycle is-utf8@0.2.1~install: is-utf8@0.2.1
71287npm info lifecycle is-webp@0.1.1~install: is-webp@0.1.1
71288npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
71289npm info lifecycle has-binary-data@0.1.3~install: has-binary-data@0.1.3
71290npm info lifecycle has-binary@0.1.5~install: has-binary@0.1.5
71291npm info lifecycle isobject@2.0.0~install: isobject@2.0.0
71292npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
71293npm info lifecycle jasmine-core@2.1.3~install: jasmine-core@2.1.3
71294npm info lifecycle jasminewd@1.1.0~install: jasminewd@1.1.0
71295npm info lifecycle jasminewd2@0.0.2~install: jasminewd2@0.0.2
71296npm info lifecycle jit-grunt@0.5.0~install: jit-grunt@0.5.0
71297npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
71298npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
71299npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
71300npm info lifecycle shelljs@0.3.0~install: shelljs@0.3.0
71301npm info lifecycle underscore@1.6.0~install: underscore@1.6.0
71302npm info lifecycle json-schema@0.2.2~install: json-schema@0.2.2
71303npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
71304npm info lifecycle json3@3.2.6~install: json3@3.2.6
71305npm info lifecycle jsonfile@1.1.1~install: jsonfile@1.1.1
71306npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
71307npm info lifecycle jsonpointer@2.0.0~install: jsonpointer@2.0.0
71308npm info lifecycle ms@0.7.1~install: ms@0.7.1
71309npm info lifecycle extsprintf@1.0.0~install: extsprintf@1.0.0
71310npm info lifecycle verror@1.3.3~install: verror@1.3.3
71311npm info lifecycle jsprim@0.3.0~install: jsprim@0.3.0
71312npm info lifecycle junk@1.0.2~install: junk@1.0.2
71313npm info lifecycle base64url@0.0.6~install: base64url@0.0.6
71314npm info lifecycle kareem@1.0.1~install: kareem@1.0.1
71315npm info lifecycle karma-firefox-launcher@0.1.7~install: karma-firefox-launcher@0.1.7
71316npm info lifecycle karma-html2js-preprocessor@0.1.0~install: karma-html2js-preprocessor@0.1.0
71317npm info lifecycle async@0.2.10~install: async@0.2.10
71318npm info lifecycle character-parser@1.0.2~install: character-parser@1.0.2
71319npm info lifecycle karma-jasmine@0.1.6~install: karma-jasmine@0.1.6
71320npm info lifecycle karma-ng-html2js-preprocessor@0.1.2~install: karma-ng-html2js-preprocessor@0.1.2
71321npm info lifecycle karma-ng-scenario@0.1.0~install: karma-ng-scenario@0.1.0
71322npm info lifecycle karma-requirejs@0.2.2~install: karma-requirejs@0.2.2
71323npm info lifecycle karma-script-launcher@0.1.0~install: karma-script-launcher@0.1.0
71324npm info lifecycle colors@1.1.2~install: colors@1.1.2
71325npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
71326npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
71327npm info lifecycle mime@1.3.4~install: mime@1.3.4
71328npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
71329npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
71330npm info lifecycle nan@1.0.0~install: nan@1.0.0
71331npm info lifecycle q@1.4.1~install: q@1.4.1
71332npm info lifecycle source-map@0.4.4~install: source-map@0.4.4
71333npm info lifecycle uglify-js@1.2.5~install: uglify-js@1.2.5
71334npm info lifecycle xmlhttprequest@1.4.2~install: xmlhttprequest@1.4.2
71335npm info lifecycle kew@0.4.0~install: kew@0.4.0
71336npm info lifecycle keypress@0.1.0~install: keypress@0.1.0
71337npm info lifecycle commander@1.2.0~install: commander@1.2.0
71338npm info lifecycle kind-of@3.0.2~install: kind-of@3.0.2
71339npm info lifecycle is-number@2.1.0~install: is-number@2.1.0
71340npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
71341npm info lifecycle ldap-filter@0.2.2~install: ldap-filter@0.2.2
71342npm info lifecycle asn1@0.2.1~install: asn1@0.2.1
71343npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
71344npm info lifecycle dtrace-provider@0.2.8~install: dtrace-provider@0.2.8
71345
71346> dtrace-provider@0.2.8 install /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider
71347> node-gyp rebuild
71348
71349gyp info it worked if it ends with ok
71350gyp verb cli [ 'node',
71351gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
71352gyp verb cli 'rebuild' ]
71353gyp info using node-gyp@3.2.1
71354gyp info using node@0.12.8 | linux | x64
71355gyp verb command rebuild []
71356gyp verb command clean []
71357gyp verb clean removing "build" directory
71358gyp verb command configure []
71359gyp verb check python checking for Python executable "python2" in the PATH
71360gyp verb `which` succeeded python2 /usr/bin/python2
71361gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.5\n"
71362gyp verb get node dir no --target version specified, falling back to host node version: 0.12.8
71363gyp verb command install [ '0.12.8' ]
71364gyp verb install input version string "0.12.8"
71365gyp verb install installing version: 0.12.8
71366gyp verb install --ensure was passed, so won't reinstall if already installed
71367gyp verb install version not already installed, continuing with install 0.12.8
71368gyp verb ensuring nodedir is created /root/.node-gyp/0.12.8
71369gyp verb created nodedir /root/.node-gyp
71370gyp http GET https://nodejs.org/dist/v0.12.8/node-v0.12.8.tar.gz
71371gyp http 200 https://nodejs.org/dist/v0.12.8/node-v0.12.8.tar.gz
71372gyp verb extracted file from tarball common.gypi
71373gyp verb extracted file from tarball tools/wrk/src/ae.h
71374gyp verb extracted file from tarball tools/wrk/src/aprintf.h
71375gyp verb extracted file from tarball tools/wrk/src/config.h
71376gyp verb extracted file from tarball tools/wrk/src/http_parser.h
71377gyp verb extracted file from tarball tools/wrk/src/main.h
71378gyp verb extracted file from tarball tools/wrk/src/net.h
71379gyp verb extracted file from tarball tools/wrk/src/script.h
71380gyp verb extracted file from tarball tools/wrk/src/ssl.h
71381gyp verb extracted file from tarball tools/wrk/src/stats.h
71382gyp verb extracted file from tarball tools/wrk/src/tinymt64.h
71383gyp verb extracted file from tarball tools/wrk/src/units.h
71384gyp verb extracted file from tarball tools/wrk/src/wrk.h
71385gyp verb extracted file from tarball tools/wrk/src/zmalloc.h
71386gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lauxlib.h
71387gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_alloc.h
71388gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_arch.h
71389gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm.h
71390gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm_arm.h
71391gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm_mips.h
71392gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm_ppc.h
71393gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm_x86.h
71394gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_bc.h
71395gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_bcdump.h
71396gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_carith.h
71397gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ccall.h
71398gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ccallback.h
71399gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_cconv.h
71400gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_cdata.h
71401gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_char.h
71402gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_clib.h
71403gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_cparse.h
71404gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_crecord.h
71405gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ctype.h
71406gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_debug.h
71407gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_def.h
71408gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_dispatch.h
71409gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_emit_arm.h
71410gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_emit_mips.h
71411gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_emit_ppc.h
71412gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_emit_x86.h
71413gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_err.h
71414gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_errmsg.h
71415gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ff.h
71416gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ffrecord.h
71417gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_frame.h
71418gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_func.h
71419gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_gc.h
71420gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_gdbjit.h
71421gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ir.h
71422gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ircall.h
71423gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_iropt.h
71424gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_jit.h
71425gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_lex.h
71426gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_lib.h
71427gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_mcode.h
71428gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_meta.h
71429gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_obj.h
71430gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_parse.h
71431gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_record.h
71432gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_snap.h
71433gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_state.h
71434gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_str.h
71435gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_strscan.h
71436gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_tab.h
71437gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target.h
71438gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target_arm.h
71439gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target_mips.h
71440gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target_ppc.h
71441gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target_x86.h
71442gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_trace.h
71443gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_traceerr.h
71444gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_udata.h
71445gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_vm.h
71446gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_vmevent.h
71447gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lua.h
71448gyp verb extracted file from tarball tools/wrk/deps/luajit/src/luaconf.h
71449gyp verb extracted file from tarball tools/wrk/deps/luajit/src/luajit.h
71450gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lualib.h
71451gyp verb extracted file from tarball tools/wrk/deps/luajit/src/host/buildvm.h
71452gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_arm.h
71453gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_mips.h
71454gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_ppc.h
71455gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_proto.h
71456gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_x86.h
71457gyp verb extracted file from tarball tools/msvs/genfiles/node_etw_provider.h
71458gyp verb extracted file from tarball tools/msvs/genfiles/node_perfctr_provider.h
71459gyp verb extracted file from tarball src/async-wrap-inl.h
71460gyp verb extracted file from tarball src/async-wrap.h
71461gyp verb extracted file from tarball src/base-object-inl.h
71462gyp verb extracted file from tarball src/base-object.h
71463gyp verb extracted file from tarball src/env-inl.h
71464gyp verb extracted file from tarball src/env.h
71465gyp verb extracted file from tarball src/handle_wrap.h
71466gyp verb extracted file from tarball src/node.h
71467gyp verb extracted file from tarball src/node_buffer.h
71468gyp verb extracted file from tarball src/node_constants.h
71469gyp verb extracted file from tarball src/node_counters.h
71470gyp verb extracted file from tarball src/node_crypto.h
71471gyp verb extracted file from tarball src/node_crypto_bio.h
71472gyp verb extracted file from tarball src/node_crypto_clienthello-inl.h
71473gyp verb extracted file from tarball src/node_crypto_clienthello.h
71474gyp verb extracted file from tarball src/node_crypto_groups.h
71475gyp verb extracted file from tarball src/node_dtrace.h
71476gyp verb extracted file from tarball src/node_file.h
71477gyp verb extracted file from tarball src/node_http_parser.h
71478gyp verb extracted file from tarball src/node_i18n.h
71479gyp verb extracted file from tarball src/node_internals.h
71480gyp verb extracted file from tarball src/node_javascript.h
71481gyp verb extracted file from tarball src/node_object_wrap.h
71482gyp verb extracted file from tarball src/node_root_certs.h
71483gyp verb extracted file from tarball src/node_stat_watcher.h
71484gyp verb extracted file from tarball src/node_version.h
71485gyp verb extracted file from tarball src/node_watchdog.h
71486gyp verb extracted file from tarball src/node_win32_etw_provider-inl.h
71487gyp verb extracted file from tarball src/node_win32_etw_provider.h
71488gyp verb extracted file from tarball src/node_win32_perfctr_provider.h
71489gyp verb extracted file from tarball src/node_wrap.h
71490gyp verb extracted file from tarball src/pipe_wrap.h
71491gyp verb extracted file from tarball src/queue.h
71492gyp verb extracted file from tarball src/req_wrap.h
71493gyp verb extracted file from tarball src/smalloc.h
71494gyp verb extracted file from tarball src/spawn_sync.h
71495gyp verb extracted file from tarball src/stream_wrap.h
71496gyp verb extracted file from tarball src/string_bytes.h
71497gyp verb extracted file from tarball src/tcp_wrap.h
71498gyp verb extracted file from tarball src/tls_wrap.h
71499gyp verb extracted file from tarball src/tree.h
71500gyp verb extracted file from tarball src/tty_wrap.h
71501gyp verb extracted file from tarball src/udp_wrap.h
71502gyp verb extracted file from tarball src/util-inl.h
71503gyp verb extracted file from tarball src/util.h
71504gyp verb extracted file from tarball src/v8abbr.h
71505gyp verb extracted file from tarball deps/zlib/crc32.h
71506gyp verb extracted file from tarball deps/zlib/deflate.h
71507gyp verb extracted file from tarball deps/zlib/gzguts.h
71508gyp verb extracted file from tarball deps/zlib/inffast.h
71509gyp verb extracted file from tarball deps/zlib/inffixed.h
71510gyp verb extracted file from tarball deps/zlib/inflate.h
71511gyp verb extracted file from tarball deps/zlib/inftrees.h
71512gyp verb extracted file from tarball deps/zlib/trees.h
71513gyp verb extracted file from tarball deps/zlib/zconf.h
71514gyp verb extracted file from tarball deps/zlib/zlib.h
71515gyp verb extracted file from tarball deps/zlib/zutil.h
71516gyp verb extracted file from tarball deps/zlib/examples/gzlog.h
71517gyp verb extracted file from tarball deps/zlib/contrib/puff/puff.h
71518gyp verb extracted file from tarball deps/zlib/contrib/minizip/crypt.h
71519gyp verb extracted file from tarball deps/zlib/contrib/minizip/ioapi.h
71520gyp verb extracted file from tarball deps/zlib/contrib/minizip/iowin32.h
71521gyp verb extracted file from tarball deps/zlib/contrib/minizip/mztools.h
71522gyp verb extracted file from tarball deps/zlib/contrib/minizip/unzip.h
71523gyp verb extracted file from tarball deps/zlib/contrib/minizip/zip.h
71524gyp verb extracted file from tarball deps/zlib/contrib/iostream3/zfstream.h
71525gyp verb extracted file from tarball deps/zlib/contrib/iostream2/zstream.h
71526gyp verb extracted file from tarball deps/zlib/contrib/iostream/zfstream.h
71527gyp verb extracted file from tarball deps/zlib/contrib/infback9/infback9.h
71528gyp verb extracted file from tarball deps/zlib/contrib/infback9/inffix9.h
71529gyp verb extracted file from tarball deps/zlib/contrib/infback9/inflate9.h
71530gyp verb extracted file from tarball deps/zlib/contrib/infback9/inftree9.h
71531gyp verb extracted file from tarball deps/zlib/contrib/blast/blast.h
71532gyp verb extracted file from tarball deps/v8/tools/shell-utils.h
71533gyp verb extracted file from tarball deps/v8/third_party/fdlibm/fdlibm.h
71534gyp verb extracted file from tarball deps/v8/src/accessors.h
71535gyp verb extracted file from tarball deps/v8/src/allocation-site-scopes.h
71536gyp verb extracted file from tarball deps/v8/src/allocation-tracker.h
71537gyp verb extracted file from tarball deps/v8/src/allocation.h
71538gyp verb extracted file from tarball deps/v8/src/api.h
71539gyp verb extracted file from tarball deps/v8/src/arguments.h
71540gyp verb extracted file from tarball deps/v8/src/assembler.h
71541gyp verb extracted file from tarball deps/v8/src/assert-scope.h
71542gyp verb extracted file from tarball deps/v8/src/ast-value-factory.h
71543gyp verb extracted file from tarball deps/v8/src/ast.h
71544gyp verb extracted file from tarball deps/v8/src/bignum-dtoa.h
71545gyp verb extracted file from tarball deps/v8/src/bignum.h
71546gyp verb extracted file from tarball deps/v8/src/bootstrapper.h
71547gyp verb extracted file from tarball deps/v8/src/builtins.h
71548gyp verb extracted file from tarball deps/v8/src/bytecodes-irregexp.h
71549gyp verb extracted file from tarball deps/v8/src/cached-powers.h
71550gyp verb extracted file from tarball deps/v8/src/char-predicates-inl.h
71551gyp verb extracted file from tarball deps/v8/src/char-predicates.h
71552gyp verb extracted file from tarball deps/v8/src/checks.h
71553gyp verb extracted file from tarball deps/v8/src/circular-queue-inl.h
71554gyp verb extracted file from tarball deps/v8/src/circular-queue.h
71555gyp verb extracted file from tarball deps/v8/src/code-stubs.h
71556gyp verb extracted file from tarball deps/v8/src/code.h
71557gyp verb extracted file from tarball deps/v8/src/codegen.h
71558gyp verb extracted file from tarball deps/v8/src/compilation-cache.h
71559gyp verb extracted file from tarball deps/v8/src/compiler-intrinsics.h
71560gyp verb extracted file from tarball deps/v8/src/compiler.h
71561gyp verb extracted file from tarball deps/v8/src/contexts.h
71562gyp verb extracted file from tarball deps/v8/src/conversions-inl.h
71563gyp verb extracted file from tarball deps/v8/src/conversions.h
71564gyp verb extracted file from tarball deps/v8/src/counters.h
71565gyp verb extracted file from tarball deps/v8/src/cpu-profiler-inl.h
71566gyp verb extracted file from tarball deps/v8/src/cpu-profiler.h
71567gyp verb extracted file from tarball deps/v8/src/d8-debug.h
71568gyp verb extracted file from tarball deps/v8/src/d8.h
71569gyp verb extracted file from tarball deps/v8/src/data-flow.h
71570gyp verb extracted file from tarball deps/v8/src/date.h
71571gyp verb extracted file from tarball deps/v8/src/dateparser-inl.h
71572gyp verb extracted file from tarball deps/v8/src/dateparser.h
71573gyp verb extracted file from tarball deps/v8/src/debug.h
71574gyp verb extracted file from tarball deps/v8/src/deoptimizer.h
71575gyp verb extracted file from tarball deps/v8/src/disasm.h
71576gyp verb extracted file from tarball deps/v8/src/disassembler.h
71577gyp verb extracted file from tarball deps/v8/src/diy-fp.h
71578gyp verb extracted file from tarball deps/v8/src/double.h
71579gyp verb extracted file from tarball deps/v8/src/dtoa.h
71580gyp verb extracted file from tarball deps/v8/src/effects.h
71581gyp verb extracted file from tarball deps/v8/src/elements-kind.h
71582gyp verb extracted file from tarball deps/v8/src/elements.h
71583gyp verb extracted file from tarball deps/v8/src/execution.h
71584gyp verb extracted file from tarball deps/v8/src/factory.h
71585gyp verb extracted file from tarball deps/v8/src/fast-dtoa.h
71586gyp verb extracted file from tarball deps/v8/src/feedback-slots.h
71587gyp verb extracted file from tarball deps/v8/src/field-index-inl.h
71588gyp verb extracted file from tarball deps/v8/src/field-index.h
71589gyp verb extracted file from tarball deps/v8/src/fixed-dtoa.h
71590gyp verb extracted file from tarball deps/v8/src/flag-definitions.h
71591gyp verb extracted file from tarball deps/v8/src/flags.h
71592gyp verb extracted file from tarball deps/v8/src/frames-inl.h
71593gyp verb extracted file from tarball deps/v8/src/frames.h
71594gyp verb extracted file from tarball deps/v8/src/full-codegen.h
71595gyp verb extracted file from tarball deps/v8/src/func-name-inferrer.h
71596gyp verb extracted file from tarball deps/v8/src/gdb-jit.h
71597gyp verb extracted file from tarball deps/v8/src/global-handles.h
71598gyp verb extracted file from tarball deps/v8/src/globals.h
71599gyp verb extracted file from tarball deps/v8/src/handles-inl.h
71600gyp verb extracted file from tarball deps/v8/src/handles.h
71601gyp verb extracted file from tarball deps/v8/src/hashmap.h
71602gyp verb extracted file from tarball deps/v8/src/heap-profiler.h
71603gyp verb extracted file from tarball deps/v8/src/heap-snapshot-generator-inl.h
71604gyp verb extracted file from tarball deps/v8/src/heap-snapshot-generator.h
71605gyp verb extracted file from tarball deps/v8/src/hydrogen-alias-analysis.h
71606gyp verb extracted file from tarball deps/v8/src/hydrogen-bce.h
71607gyp verb extracted file from tarball deps/v8/src/hydrogen-bch.h
71608gyp verb extracted file from tarball deps/v8/src/hydrogen-canonicalize.h
71609gyp verb extracted file from tarball deps/v8/src/hydrogen-check-elimination.h
71610gyp verb extracted file from tarball deps/v8/src/hydrogen-dce.h
71611gyp verb extracted file from tarball deps/v8/src/hydrogen-dehoist.h
71612gyp verb extracted file from tarball deps/v8/src/hydrogen-environment-liveness.h
71613gyp verb extracted file from tarball deps/v8/src/hydrogen-escape-analysis.h
71614gyp verb extracted file from tarball deps/v8/src/hydrogen-flow-engine.h
71615gyp verb extracted file from tarball deps/v8/src/hydrogen-gvn.h
71616gyp verb extracted file from tarball deps/v8/src/hydrogen-infer-representation.h
71617gyp verb extracted file from tarball deps/v8/src/hydrogen-infer-types.h
71618gyp verb extracted file from tarball deps/v8/src/hydrogen-instructions.h
71619gyp verb extracted file from tarball deps/v8/src/hydrogen-load-elimination.h
71620gyp verb extracted file from tarball deps/v8/src/hydrogen-mark-deoptimize.h
71621gyp verb extracted file from tarball deps/v8/src/hydrogen-mark-unreachable.h
71622gyp verb extracted file from tarball deps/v8/src/hydrogen-osr.h
71623gyp verb extracted file from tarball deps/v8/src/hydrogen-range-analysis.h
71624gyp verb extracted file from tarball deps/v8/src/hydrogen-redundant-phi.h
71625gyp verb extracted file from tarball deps/v8/src/hydrogen-removable-simulates.h
71626gyp verb extracted file from tarball deps/v8/src/hydrogen-representation-changes.h
71627gyp verb extracted file from tarball deps/v8/src/hydrogen-sce.h
71628gyp verb extracted file from tarball deps/v8/src/hydrogen-store-elimination.h
71629gyp verb extracted file from tarball deps/v8/src/hydrogen-types.h
71630gyp verb extracted file from tarball deps/v8/src/hydrogen-uint32-analysis.h
71631gyp verb extracted file from tarball deps/v8/src/hydrogen.h
71632gyp verb extracted file from tarball deps/v8/src/i18n.h
71633gyp verb extracted file from tarball deps/v8/src/ic-inl.h
71634gyp verb extracted file from tarball deps/v8/src/ic.h
71635gyp verb extracted file from tarball deps/v8/src/icu_util.h
71636gyp verb extracted file from tarball deps/v8/src/interface.h
71637gyp verb extracted file from tarball deps/v8/src/interpreter-irregexp.h
71638gyp verb extracted file from tarball deps/v8/src/isolate-inl.h
71639gyp verb extracted file from tarball deps/v8/src/isolate.h
71640gyp verb extracted file from tarball deps/v8/src/json-parser.h
71641gyp verb extracted file from tarball deps/v8/src/json-stringifier.h
71642gyp verb extracted file from tarball deps/v8/src/jsregexp-inl.h
71643gyp verb extracted file from tarball deps/v8/src/jsregexp.h
71644gyp verb extracted file from tarball deps/v8/src/list-inl.h
71645gyp verb extracted file from tarball deps/v8/src/list.h
71646gyp verb extracted file from tarball deps/v8/src/lithium-allocator-inl.h
71647gyp verb extracted file from tarball deps/v8/src/lithium-allocator.h
71648gyp verb extracted file from tarball deps/v8/src/lithium-codegen.h
71649gyp verb extracted file from tarball deps/v8/src/lithium-inl.h
71650gyp verb extracted file from tarball deps/v8/src/lithium.h
71651gyp verb extracted file from tarball deps/v8/src/liveedit.h
71652gyp verb extracted file from tarball deps/v8/src/log-inl.h
71653gyp verb extracted file from tarball deps/v8/src/log-utils.h
71654gyp verb extracted file from tarball deps/v8/src/log.h
71655gyp verb extracted file from tarball deps/v8/src/lookup-inl.h
71656gyp verb extracted file from tarball deps/v8/src/lookup.h
71657gyp verb extracted file from tarball deps/v8/src/macro-assembler.h
71658gyp verb extracted file from tarball deps/v8/src/messages.h
71659gyp verb extracted file from tarball deps/v8/src/misc-intrinsics.h
71660gyp verb extracted file from tarball deps/v8/src/msan.h
71661gyp verb extracted file from tarball deps/v8/src/natives.h
71662gyp verb extracted file from tarball deps/v8/src/objects-inl.h
71663gyp verb extracted file from tarball deps/v8/src/objects.h
71664gyp verb extracted file from tarball deps/v8/src/optimizing-compiler-thread.h
71665gyp verb extracted file from tarball deps/v8/src/ostreams.h
71666gyp verb extracted file from tarball deps/v8/src/parser.h
71667gyp verb extracted file from tarball deps/v8/src/perf-jit.h
71668gyp verb extracted file from tarball deps/v8/src/preparse-data-format.h
71669gyp verb extracted file from tarball deps/v8/src/preparse-data.h
71670gyp verb extracted file from tarball deps/v8/src/preparser.h
71671gyp verb extracted file from tarball deps/v8/src/prettyprinter.h
71672gyp verb extracted file from tarball deps/v8/src/profile-generator-inl.h
71673gyp verb extracted file from tarball deps/v8/src/profile-generator.h
71674gyp verb extracted file from tarball deps/v8/src/property-details-inl.h
71675gyp verb extracted file from tarball deps/v8/src/property-details.h
71676gyp verb extracted file from tarball deps/v8/src/property.h
71677gyp verb extracted file from tarball deps/v8/src/prototype.h
71678gyp verb extracted file from tarball deps/v8/src/regexp-macro-assembler-irregexp-inl.h
71679gyp verb extracted file from tarball deps/v8/src/regexp-macro-assembler-irregexp.h
71680gyp verb extracted file from tarball deps/v8/src/regexp-macro-assembler-tracer.h
71681gyp verb extracted file from tarball deps/v8/src/regexp-macro-assembler.h
71682gyp verb extracted file from tarball deps/v8/src/regexp-stack.h
71683gyp verb extracted file from tarball deps/v8/src/rewriter.h
71684gyp verb extracted file from tarball deps/v8/src/runtime-profiler.h
71685gyp verb extracted file from tarball deps/v8/src/runtime.h
71686gyp verb extracted file from tarball deps/v8/src/safepoint-table.h
71687gyp verb extracted file from tarball deps/v8/src/sampler.h
71688gyp verb extracted file from tarball deps/v8/src/scanner-character-streams.h
71689gyp verb extracted file from tarball deps/v8/src/scanner.h
71690gyp verb extracted file from tarball deps/v8/src/scopeinfo.h
71691gyp verb extracted file from tarball deps/v8/src/scopes.h
71692gyp verb extracted file from tarball deps/v8/src/serialize.h
71693gyp verb extracted file from tarball deps/v8/src/simulator.h
71694gyp verb extracted file from tarball deps/v8/src/small-pointer-list.h
71695gyp verb extracted file from tarball deps/v8/src/smart-pointers.h
71696gyp verb extracted file from tarball deps/v8/src/snapshot-source-sink.h
71697gyp verb extracted file from tarball deps/v8/src/snapshot.h
71698gyp verb extracted file from tarball deps/v8/src/splay-tree-inl.h
71699gyp verb extracted file from tarball deps/v8/src/splay-tree.h
71700gyp verb extracted file from tarball deps/v8/src/string-search.h
71701gyp verb extracted file from tarball deps/v8/src/string-stream.h
71702gyp verb extracted file from tarball deps/v8/src/strtod.h
71703gyp verb extracted file from tarball deps/v8/src/stub-cache.h
71704gyp verb extracted file from tarball deps/v8/src/token.h
71705gyp verb extracted file from tarball deps/v8/src/transitions-inl.h
71706gyp verb extracted file from tarball deps/v8/src/transitions.h
71707gyp verb extracted file from tarball deps/v8/src/type-info.h
71708gyp verb extracted file from tarball deps/v8/src/types-inl.h
71709gyp verb extracted file from tarball deps/v8/src/types.h
71710gyp verb extracted file from tarball deps/v8/src/typing.h
71711gyp verb extracted file from tarball deps/v8/src/unbound-queue-inl.h
71712gyp verb extracted file from tarball deps/v8/src/unbound-queue.h
71713gyp verb extracted file from tarball deps/v8/src/unicode-inl.h
71714gyp verb extracted file from tarball deps/v8/src/unicode.h
71715gyp verb extracted file from tarball deps/v8/src/unique.h
71716gyp verb extracted file from tarball deps/v8/src/uri.h
71717gyp verb extracted file from tarball deps/v8/src/utils-inl.h
71718gyp verb extracted file from tarball deps/v8/src/utils.h
71719gyp verb extracted file from tarball deps/v8/src/v8.h
71720gyp verb extracted file from tarball deps/v8/src/v8memory.h
71721gyp verb extracted file from tarball deps/v8/src/v8threads.h
71722gyp verb extracted file from tarball deps/v8/src/variables.h
71723gyp verb extracted file from tarball deps/v8/src/vector.h
71724gyp verb extracted file from tarball deps/v8/src/version.h
71725gyp verb extracted file from tarball deps/v8/src/vm-state-inl.h
71726gyp verb extracted file from tarball deps/v8/src/vm-state.h
71727gyp verb extracted file from tarball deps/v8/src/zone-allocator.h
71728gyp verb extracted file from tarball deps/v8/src/zone-containers.h
71729gyp verb extracted file from tarball deps/v8/src/zone-inl.h
71730gyp verb extracted file from tarball deps/v8/src/zone.h
71731gyp verb extracted file from tarball deps/v8/src/x87/assembler-x87-inl.h
71732gyp verb extracted file from tarball deps/v8/src/x87/assembler-x87.h
71733gyp verb extracted file from tarball deps/v8/src/x87/code-stubs-x87.h
71734gyp verb extracted file from tarball deps/v8/src/x87/codegen-x87.h
71735gyp verb extracted file from tarball deps/v8/src/x87/frames-x87.h
71736gyp verb extracted file from tarball deps/v8/src/x87/lithium-codegen-x87.h
71737gyp verb extracted file from tarball deps/v8/src/x87/lithium-gap-resolver-x87.h
71738gyp verb extracted file from tarball deps/v8/src/x87/lithium-x87.h
71739gyp verb extracted file from tarball deps/v8/src/x87/macro-assembler-x87.h
71740gyp verb extracted file from tarball deps/v8/src/x87/regexp-macro-assembler-x87.h
71741gyp verb extracted file from tarball deps/v8/src/x87/simulator-x87.h
71742gyp verb extracted file from tarball deps/v8/src/x64/assembler-x64-inl.h
71743gyp verb extracted file from tarball deps/v8/src/x64/assembler-x64.h
71744gyp verb extracted file from tarball deps/v8/src/x64/code-stubs-x64.h
71745gyp verb extracted file from tarball deps/v8/src/x64/codegen-x64.h
71746gyp verb extracted file from tarball deps/v8/src/x64/frames-x64.h
71747gyp verb extracted file from tarball deps/v8/src/x64/lithium-codegen-x64.h
71748gyp verb extracted file from tarball deps/v8/src/x64/lithium-gap-resolver-x64.h
71749gyp verb extracted file from tarball deps/v8/src/x64/lithium-x64.h
71750gyp verb extracted file from tarball deps/v8/src/x64/macro-assembler-x64.h
71751gyp verb extracted file from tarball deps/v8/src/x64/regexp-macro-assembler-x64.h
71752gyp verb extracted file from tarball deps/v8/src/x64/simulator-x64.h
71753gyp verb extracted file from tarball deps/v8/src/third_party/vtune/ittnotify_config.h
71754gyp verb extracted file from tarball deps/v8/src/third_party/vtune/ittnotify_types.h
71755gyp verb extracted file from tarball deps/v8/src/third_party/vtune/jitprofiling.h
71756gyp verb extracted file from tarball deps/v8/src/third_party/vtune/v8-vtune.h
71757gyp verb extracted file from tarball deps/v8/src/third_party/vtune/vtune-jit.h
71758gyp verb extracted file from tarball deps/v8/src/third_party/valgrind/valgrind.h
71759gyp verb extracted file from tarball deps/v8/src/third_party/kernel/tools/perf/util/jitdump.h
71760gyp verb extracted file from tarball deps/v8/src/mips64/assembler-mips64-inl.h
71761gyp verb extracted file from tarball deps/v8/src/mips64/assembler-mips64.h
71762gyp verb extracted file from tarball deps/v8/src/mips64/code-stubs-mips64.h
71763gyp verb extracted file from tarball deps/v8/src/mips64/codegen-mips64.h
71764gyp verb extracted file from tarball deps/v8/src/mips64/constants-mips64.h
71765gyp verb extracted file from tarball deps/v8/src/mips64/frames-mips64.h
71766gyp verb extracted file from tarball deps/v8/src/mips64/lithium-codegen-mips64.h
71767gyp verb extracted file from tarball deps/v8/src/mips64/lithium-gap-resolver-mips64.h
71768gyp verb extracted file from tarball deps/v8/src/mips64/lithium-mips64.h
71769gyp verb extracted file from tarball deps/v8/src/mips64/macro-assembler-mips64.h
71770gyp verb extracted file from tarball deps/v8/src/mips64/regexp-macro-assembler-mips64.h
71771gyp verb extracted file from tarball deps/v8/src/mips64/simulator-mips64.h
71772gyp verb extracted file from tarball deps/v8/src/mips/assembler-mips-inl.h
71773gyp verb extracted file from tarball deps/v8/src/mips/assembler-mips.h
71774gyp verb extracted file from tarball deps/v8/src/mips/code-stubs-mips.h
71775gyp verb extracted file from tarball deps/v8/src/mips/codegen-mips.h
71776gyp verb extracted file from tarball deps/v8/src/mips/constants-mips.h
71777gyp verb extracted file from tarball deps/v8/src/mips/frames-mips.h
71778gyp verb extracted file from tarball deps/v8/src/mips/lithium-codegen-mips.h
71779gyp verb extracted file from tarball deps/v8/src/mips/lithium-gap-resolver-mips.h
71780gyp verb extracted file from tarball deps/v8/src/mips/lithium-mips.h
71781gyp verb extracted file from tarball deps/v8/src/mips/macro-assembler-mips.h
71782gyp verb extracted file from tarball deps/v8/src/mips/regexp-macro-assembler-mips.h
71783gyp verb extracted file from tarball deps/v8/src/mips/simulator-mips.h
71784gyp verb extracted file from tarball deps/v8/src/libplatform/default-platform.h
71785gyp verb extracted file from tarball deps/v8/src/libplatform/task-queue.h
71786gyp verb extracted file from tarball deps/v8/src/libplatform/worker-thread.h
71787gyp verb extracted file from tarball deps/v8/src/ia32/assembler-ia32-inl.h
71788gyp verb extracted file from tarball deps/v8/src/ia32/assembler-ia32.h
71789gyp verb extracted file from tarball deps/v8/src/ia32/code-stubs-ia32.h
71790gyp verb extracted file from tarball deps/v8/src/ia32/codegen-ia32.h
71791gyp verb extracted file from tarball deps/v8/src/ia32/frames-ia32.h
71792gyp verb extracted file from tarball deps/v8/src/ia32/lithium-codegen-ia32.h
71793gyp verb extracted file from tarball deps/v8/src/ia32/lithium-gap-resolver-ia32.h
71794gyp verb extracted file from tarball deps/v8/src/ia32/lithium-ia32.h
71795gyp verb extracted file from tarball deps/v8/src/ia32/macro-assembler-ia32.h
71796gyp verb extracted file from tarball deps/v8/src/ia32/regexp-macro-assembler-ia32.h
71797gyp verb extracted file from tarball deps/v8/src/ia32/simulator-ia32.h
71798gyp verb extracted file from tarball deps/v8/src/heap/gc-tracer.h
71799gyp verb extracted file from tarball deps/v8/src/heap/heap-inl.h
71800gyp verb extracted file from tarball deps/v8/src/heap/heap.h
71801gyp verb extracted file from tarball deps/v8/src/heap/incremental-marking-inl.h
71802gyp verb extracted file from tarball deps/v8/src/heap/incremental-marking.h
71803gyp verb extracted file from tarball deps/v8/src/heap/mark-compact-inl.h
71804gyp verb extracted file from tarball deps/v8/src/heap/mark-compact.h
71805gyp verb extracted file from tarball deps/v8/src/heap/objects-visiting-inl.h
71806gyp verb extracted file from tarball deps/v8/src/heap/objects-visiting.h
71807gyp verb extracted file from tarball deps/v8/src/heap/spaces-inl.h
71808gyp verb extracted file from tarball deps/v8/src/heap/spaces.h
71809gyp verb extracted file from tarball deps/v8/src/heap/store-buffer-inl.h
71810gyp verb extracted file from tarball deps/v8/src/heap/store-buffer.h
71811gyp verb extracted file from tarball deps/v8/src/heap/sweeper-thread.h
71812gyp verb extracted file from tarball deps/v8/src/extensions/externalize-string-extension.h
71813gyp verb extracted file from tarball deps/v8/src/extensions/free-buffer-extension.h
71814gyp verb extracted file from tarball deps/v8/src/extensions/gc-extension.h
71815gyp verb extracted file from tarball deps/v8/src/extensions/statistics-extension.h
71816gyp verb extracted file from tarball deps/v8/src/extensions/trigger-failure-extension.h
71817gyp verb extracted file from tarball deps/v8/src/compiler/ast-graph-builder.h
71818gyp verb extracted file from tarball deps/v8/src/compiler/code-generator-impl.h
71819gyp verb extracted file from tarball deps/v8/src/compiler/code-generator.h
71820gyp verb extracted file from tarball deps/v8/src/compiler/common-node-cache.h
71821gyp verb extracted file from tarball deps/v8/src/compiler/common-operator.h
71822gyp verb extracted file from tarball deps/v8/src/compiler/control-builders.h
71823gyp verb extracted file from tarball deps/v8/src/compiler/frame.h
71824gyp verb extracted file from tarball deps/v8/src/compiler/gap-resolver.h
71825gyp verb extracted file from tarball deps/v8/src/compiler/generic-algorithm-inl.h
71826gyp verb extracted file from tarball deps/v8/src/compiler/generic-algorithm.h
71827gyp verb extracted file from tarball deps/v8/src/compiler/generic-graph.h
71828gyp verb extracted file from tarball deps/v8/src/compiler/generic-node-inl.h
71829gyp verb extracted file from tarball deps/v8/src/compiler/generic-node.h
71830gyp verb extracted file from tarball deps/v8/src/compiler/graph-builder.h
71831gyp verb extracted file from tarball deps/v8/src/compiler/graph-inl.h
71832gyp verb extracted file from tarball deps/v8/src/compiler/graph-reducer.h
71833gyp verb extracted file from tarball deps/v8/src/compiler/graph-replay.h
71834gyp verb extracted file from tarball deps/v8/src/compiler/graph-visualizer.h
71835gyp verb extracted file from tarball deps/v8/src/compiler/graph.h
71836gyp verb extracted file from tarball deps/v8/src/compiler/instruction-codes.h
71837gyp verb extracted file from tarball deps/v8/src/compiler/instruction-selector-impl.h
71838gyp verb extracted file from tarball deps/v8/src/compiler/instruction-selector.h
71839gyp verb extracted file from tarball deps/v8/src/compiler/instruction.h
71840gyp verb extracted file from tarball deps/v8/src/compiler/js-context-specialization.h
71841gyp verb extracted file from tarball deps/v8/src/compiler/js-generic-lowering.h
71842gyp verb extracted file from tarball deps/v8/src/compiler/js-graph.h
71843gyp verb extracted file from tarball deps/v8/src/compiler/js-operator.h
71844gyp verb extracted file from tarball deps/v8/src/compiler/js-typed-lowering.h
71845gyp verb extracted file from tarball deps/v8/src/compiler/linkage-impl.h
71846gyp verb extracted file from tarball deps/v8/src/compiler/linkage.h
71847gyp verb extracted file from tarball deps/v8/src/compiler/lowering-builder.h
71848gyp verb extracted file from tarball deps/v8/src/compiler/machine-node-factory.h
71849gyp verb extracted file from tarball deps/v8/src/compiler/machine-operator-reducer.h
71850gyp verb extracted file from tarball deps/v8/src/compiler/machine-operator.h
71851gyp verb extracted file from tarball deps/v8/src/compiler/machine-type.h
71852gyp verb extracted file from tarball deps/v8/src/compiler/node-aux-data-inl.h
71853gyp verb extracted file from tarball deps/v8/src/compiler/node-aux-data.h
71854gyp verb extracted file from tarball deps/v8/src/compiler/node-cache.h
71855gyp verb extracted file from tarball deps/v8/src/compiler/node-matchers.h
71856gyp verb extracted file from tarball deps/v8/src/compiler/node-properties-inl.h
71857gyp verb extracted file from tarball deps/v8/src/compiler/node-properties.h
71858gyp verb extracted file from tarball deps/v8/src/compiler/node.h
71859gyp verb extracted file from tarball deps/v8/src/compiler/opcodes.h
71860gyp verb extracted file from tarball deps/v8/src/compiler/operator-properties-inl.h
71861gyp verb extracted file from tarball deps/v8/src/compiler/operator-properties.h
71862gyp verb extracted file from tarball deps/v8/src/compiler/operator.h
71863gyp verb extracted file from tarball deps/v8/src/compiler/phi-reducer.h
71864gyp verb extracted file from tarball deps/v8/src/compiler/pipeline.h
71865gyp verb extracted file from tarball deps/v8/src/compiler/raw-machine-assembler.h
71866gyp verb extracted file from tarball deps/v8/src/compiler/register-allocator.h
71867gyp verb extracted file from tarball deps/v8/src/compiler/representation-change.h
71868gyp verb extracted file from tarball deps/v8/src/compiler/schedule.h
71869gyp verb extracted file from tarball deps/v8/src/compiler/scheduler.h
71870gyp verb extracted file from tarball deps/v8/src/compiler/simplified-lowering.h
71871gyp verb extracted file from tarball deps/v8/src/compiler/simplified-node-factory.h
71872gyp verb extracted file from tarball deps/v8/src/compiler/simplified-operator.h
71873gyp verb extracted file from tarball deps/v8/src/compiler/source-position.h
71874gyp verb extracted file from tarball deps/v8/src/compiler/structured-machine-assembler.h
71875gyp verb extracted file from tarball deps/v8/src/compiler/typer.h
71876gyp verb extracted file from tarball deps/v8/src/compiler/verifier.h
71877gyp verb extracted file from tarball deps/v8/src/compiler/x64/instruction-codes-x64.h
71878gyp verb extracted file from tarball deps/v8/src/compiler/ia32/instruction-codes-ia32.h
71879gyp verb extracted file from tarball deps/v8/src/compiler/arm64/instruction-codes-arm64.h
71880gyp verb extracted file from tarball deps/v8/src/compiler/arm/instruction-codes-arm.h
71881gyp verb extracted file from tarball deps/v8/src/base/atomicops.h
71882gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_arm64_gcc.h
71883gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_arm_gcc.h
71884gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_atomicword_compat.h
71885gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_mac.h
71886gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_mips64_gcc.h
71887gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_mips_gcc.h
71888gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_tsan.h
71889gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_x86_gcc.h
71890gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_x86_msvc.h
71891gyp verb extracted file from tarball deps/v8/src/base/build_config.h
71892gyp verb extracted file from tarball deps/v8/src/base/cpu.h
71893gyp verb extracted file from tarball deps/v8/src/base/lazy-instance.h
71894gyp verb extracted file from tarball deps/v8/src/base/logging.h
71895gyp verb extracted file from tarball deps/v8/src/base/macros.h
71896gyp verb extracted file from tarball deps/v8/src/base/once.h
71897gyp verb extracted file from tarball deps/v8/src/base/qnx-math.h
71898gyp verb extracted file from tarball deps/v8/src/base/safe_conversions.h
71899gyp verb extracted file from tarball deps/v8/src/base/safe_conversions_impl.h
71900gyp verb extracted file from tarball deps/v8/src/base/safe_math.h
71901gyp verb extracted file from tarball deps/v8/src/base/safe_math_impl.h
71902gyp verb extracted file from tarball deps/v8/src/base/win32-headers.h
71903gyp verb extracted file from tarball deps/v8/src/base/win32-math.h
71904gyp verb extracted file from tarball deps/v8/src/base/utils/random-number-generator.h
71905gyp verb extracted file from tarball deps/v8/src/base/platform/condition-variable.h
71906gyp verb extracted file from tarball deps/v8/src/base/platform/elapsed-timer.h
71907gyp verb extracted file from tarball deps/v8/src/base/platform/mutex.h
71908gyp verb extracted file from tarball deps/v8/src/base/platform/platform.h
71909gyp verb extracted file from tarball deps/v8/src/base/platform/semaphore.h
71910gyp verb extracted file from tarball deps/v8/src/base/platform/time.h
71911gyp verb extracted file from tarball deps/v8/src/arm64/assembler-arm64-inl.h
71912gyp verb extracted file from tarball deps/v8/src/arm64/assembler-arm64.h
71913gyp verb extracted file from tarball deps/v8/src/arm64/code-stubs-arm64.h
71914gyp verb extracted file from tarball deps/v8/src/arm64/codegen-arm64.h
71915gyp verb extracted file from tarball deps/v8/src/arm64/constants-arm64.h
71916gyp verb extracted file from tarball deps/v8/src/arm64/decoder-arm64-inl.h
71917gyp verb extracted file from tarball deps/v8/src/arm64/decoder-arm64.h
71918gyp verb extracted file from tarball deps/v8/src/arm64/delayed-masm-arm64-inl.h
71919gyp verb extracted file from tarball deps/v8/src/arm64/delayed-masm-arm64.h
71920gyp verb extracted file from tarball deps/v8/src/arm64/disasm-arm64.h
71921gyp verb extracted file from tarball deps/v8/src/arm64/frames-arm64.h
71922gyp verb extracted file from tarball deps/v8/src/arm64/instructions-arm64.h
71923gyp verb extracted file from tarball deps/v8/src/arm64/instrument-arm64.h
71924gyp verb extracted file from tarball deps/v8/src/arm64/lithium-arm64.h
71925gyp verb extracted file from tarball deps/v8/src/arm64/lithium-codegen-arm64.h
71926gyp verb extracted file from tarball deps/v8/src/arm64/lithium-gap-resolver-arm64.h
71927gyp verb extracted file from tarball deps/v8/src/arm64/macro-assembler-arm64-inl.h
71928gyp verb extracted file from tarball deps/v8/src/arm64/macro-assembler-arm64.h
71929gyp verb extracted file from tarball deps/v8/src/arm64/regexp-macro-assembler-arm64.h
71930gyp verb extracted file from tarball deps/v8/src/arm64/simulator-arm64.h
71931gyp verb extracted file from tarball deps/v8/src/arm64/utils-arm64.h
71932gyp verb extracted file from tarball deps/v8/src/arm/assembler-arm-inl.h
71933gyp verb extracted file from tarball deps/v8/src/arm/assembler-arm.h
71934gyp verb extracted file from tarball deps/v8/src/arm/code-stubs-arm.h
71935gyp verb extracted file from tarball deps/v8/src/arm/codegen-arm.h
71936gyp verb extracted file from tarball deps/v8/src/arm/constants-arm.h
71937gyp verb extracted file from tarball deps/v8/src/arm/frames-arm.h
71938gyp verb extracted file from tarball deps/v8/src/arm/lithium-arm.h
71939gyp verb extracted file from tarball deps/v8/src/arm/lithium-codegen-arm.h
71940gyp verb extracted file from tarball deps/v8/src/arm/lithium-gap-resolver-arm.h
71941gyp verb extracted file from tarball deps/v8/src/arm/macro-assembler-arm.h
71942gyp verb extracted file from tarball deps/v8/src/arm/regexp-macro-assembler-arm.h
71943gyp verb extracted file from tarball deps/v8/src/arm/simulator-arm.h
71944gyp verb extracted file from tarball deps/v8/include/v8-debug.h
71945gyp verb extracted file from tarball deps/v8/include/v8-platform.h
71946gyp verb extracted file from tarball deps/v8/include/v8-profiler.h
71947gyp verb extracted file from tarball deps/v8/include/v8-testing.h
71948gyp verb extracted file from tarball deps/v8/include/v8-util.h
71949gyp verb extracted file from tarball deps/v8/include/v8.h
71950gyp verb extracted file from tarball deps/v8/include/v8config.h
71951gyp verb extracted file from tarball deps/v8/include/v8stdint.h
71952gyp verb extracted file from tarball deps/v8/include/libplatform/libplatform.h
71953gyp verb extracted file from tarball deps/v8/build/android.gypi
71954gyp verb extracted file from tarball deps/v8/build/features.gypi
71955gyp verb extracted file from tarball deps/v8/build/shim_headers.gypi
71956gyp verb extracted file from tarball deps/v8/build/standalone.gypi
71957gyp verb extracted file from tarball deps/v8/build/toolchain.gypi
71958gyp verb extracted file from tarball deps/uv/common.gypi
71959gyp verb extracted file from tarball deps/uv/test/benchmark-list.h
71960gyp verb extracted file from tarball deps/uv/test/runner-unix.h
71961gyp verb extracted file from tarball deps/uv/test/runner-win.h
71962gyp verb extracted file from tarball deps/uv/test/runner.h
71963gyp verb extracted file from tarball deps/uv/test/task.h
71964gyp verb extracted file from tarball deps/uv/test/test-list.h
71965gyp verb extracted file from tarball deps/uv/src/heap-inl.h
71966gyp verb extracted file from tarball deps/uv/src/queue.h
71967gyp verb extracted file from tarball deps/uv/src/uv-common.h
71968gyp verb extracted file from tarball deps/uv/src/win/atomicops-inl.h
71969gyp verb extracted file from tarball deps/uv/src/win/handle-inl.h
71970gyp verb extracted file from tarball deps/uv/src/win/internal.h
71971gyp verb extracted file from tarball deps/uv/src/win/req-inl.h
71972gyp verb extracted file from tarball deps/uv/src/win/stream-inl.h
71973gyp verb extracted file from tarball deps/uv/src/win/winapi.h
71974gyp verb extracted file from tarball deps/uv/src/win/winsock.h
71975gyp verb extracted file from tarball deps/uv/src/unix/atomic-ops.h
71976gyp verb extracted file from tarball deps/uv/src/unix/internal.h
71977gyp verb extracted file from tarball deps/uv/src/unix/linux-syscalls.h
71978gyp verb extracted file from tarball deps/uv/src/unix/spinlock.h
71979gyp verb extracted file from tarball deps/uv/samples/socks5-proxy/defs.h
71980gyp verb extracted file from tarball deps/uv/samples/socks5-proxy/s5.h
71981gyp verb extracted file from tarball deps/uv/include/android-ifaddrs.h
71982gyp verb extracted file from tarball deps/uv/include/pthread-fixes.h
71983gyp verb extracted file from tarball deps/uv/include/stdint-msvc2008.h
71984gyp verb extracted file from tarball deps/uv/include/tree.h
71985gyp verb extracted file from tarball deps/uv/include/uv-aix.h
71986gyp verb extracted file from tarball deps/uv/include/uv-bsd.h
71987gyp verb extracted file from tarball deps/uv/include/uv-darwin.h
71988gyp verb extracted file from tarball deps/uv/include/uv-errno.h
71989gyp verb extracted file from tarball deps/uv/include/uv-linux.h
71990gyp verb extracted file from tarball deps/uv/include/uv-sunos.h
71991gyp verb extracted file from tarball deps/uv/include/uv-threadpool.h
71992gyp verb extracted file from tarball deps/uv/include/uv-unix.h
71993gyp verb extracted file from tarball deps/uv/include/uv-version.h
71994gyp verb extracted file from tarball deps/uv/include/uv-win.h
71995gyp verb extracted file from tarball deps/uv/include/uv.h
71996gyp verb extracted file from tarball deps/openssl/buildinf.h
71997gyp verb extracted file from tarball deps/openssl/openssl/e_os.h
71998gyp verb extracted file from tarball deps/openssl/openssl/e_os2.h
71999gyp verb extracted file from tarball deps/openssl/openssl/test/testutil.h
72000gyp verb extracted file from tarball deps/openssl/openssl/ssl/dtls1.h
72001gyp verb extracted file from tarball deps/openssl/openssl/ssl/kssl.h
72002gyp verb extracted file from tarball deps/openssl/openssl/ssl/kssl_lcl.h
72003gyp verb extracted file from tarball deps/openssl/openssl/ssl/srtp.h
72004gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl.h
72005gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl2.h
72006gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl23.h
72007gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl3.h
72008gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl_locl.h
72009gyp verb extracted file from tarball deps/openssl/openssl/ssl/tls1.h
72010gyp verb extracted file from tarball deps/openssl/openssl/ms/tlhelp32.h
72011gyp verb extracted file from tarball deps/openssl/openssl/ms/uplink.h
72012gyp verb extracted file from tarball deps/openssl/openssl/MacOS/_MWERKS_GUSI_prefix.h
72013gyp verb extracted file from tarball deps/openssl/openssl/MacOS/_MWERKS_prefix.h
72014gyp verb extracted file from tarball deps/openssl/openssl/MacOS/buildinf.h
72015gyp verb extracted file from tarball deps/openssl/openssl/MacOS/opensslconf.h
72016gyp verb extracted file from tarball deps/openssl/openssl/MacOS/Randomizer.h
72017gyp verb extracted file from tarball deps/openssl/openssl/MacOS/GetHTTPS.src/MacSocket.h
72018gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/aes.h
72019gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/asn1.h
72020gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/asn1_mac.h
72021gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/asn1t.h
72022gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/bio.h
72023gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/blowfish.h
72024gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/bn.h
72025gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/buffer.h
72026gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/camellia.h
72027gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/cast.h
72028gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/cmac.h
72029gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/cms.h
72030gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/comp.h
72031gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/conf.h
72032gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/conf_api.h
72033gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/crypto.h
72034gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/des.h
72035gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/des_old.h
72036gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/dh.h
72037gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/dsa.h
72038gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/dso.h
72039gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/dtls1.h
72040gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/e_os2.h
72041gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ebcdic.h
72042gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ec.h
72043gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ecdh.h
72044gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ecdsa.h
72045gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/engine.h
72046gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/err.h
72047gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/evp.h
72048gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/hmac.h
72049gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/idea.h
72050gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/krb5_asn.h
72051gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/kssl.h
72052gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/lhash.h
72053gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/md4.h
72054gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/md5.h
72055gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/mdc2.h
72056gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/modes.h
72057gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/obj_mac.h
72058gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/objects.h
72059gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ocsp.h
72060gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/opensslconf.h
72061gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/opensslv.h
72062gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ossl_typ.h
72063gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pem.h
72064gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pem2.h
72065gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pkcs12.h
72066gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pkcs7.h
72067gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pqueue.h
72068gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/rand.h
72069gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/rc2.h
72070gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/rc4.h
72071gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ripemd.h
72072gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/rsa.h
72073gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/safestack.h
72074gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/seed.h
72075gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/sha.h
72076gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/srp.h
72077gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/srtp.h
72078gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ssl.h
72079gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ssl2.h
72080gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ssl23.h
72081gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ssl3.h
72082gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/stack.h
72083gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/symhacks.h
72084gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/tls1.h
72085gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ts.h
72086gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/txt_db.h
72087gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ui.h
72088gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ui_compat.h
72089gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/whrlpool.h
72090gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/x509.h
72091gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/x509_vfy.h
72092gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/x509v3.h
72093gyp verb extracted file from tarball deps/openssl/openssl/engines/e_4758cca_err.h
72094gyp verb extracted file from tarball deps/openssl/openssl/engines/e_aep_err.h
72095gyp verb extracted file from tarball deps/openssl/openssl/engines/e_atalla_err.h
72096gyp verb extracted file from tarball deps/openssl/openssl/engines/e_capi_err.h
72097gyp verb extracted file from tarball deps/openssl/openssl/engines/e_chil_err.h
72098gyp verb extracted file from tarball deps/openssl/openssl/engines/e_cswift_err.h
72099gyp verb extracted file from tarball deps/openssl/openssl/engines/e_gmp_err.h
72100gyp verb extracted file from tarball deps/openssl/openssl/engines/e_nuron_err.h
72101gyp verb extracted file from tarball deps/openssl/openssl/engines/e_sureware_err.h
72102gyp verb extracted file from tarball deps/openssl/openssl/engines/e_ubsec_err.h
72103gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/aep.h
72104gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/atalla.h
72105gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/cswift.h
72106gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/hw_4758_cca.h
72107gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/hw_ubsec.h
72108gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/hwcryptohook.h
72109gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/sureware.h
72110gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/e_gost_err.h
72111gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost2001_keyx.h
72112gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost89.h
72113gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost_keywrap.h
72114gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost_lcl.h
72115gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost_params.h
72116gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gosthash.h
72117gyp verb extracted file from tarball deps/openssl/openssl/demos/tunala/tunala.h
72118gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/zencod/hw_zencod.h
72119gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/zencod/hw_zencod_err.h
72120gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/rsaref/rsaref_err.h
72121gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/ibmca/hw_ibmca_err.h
72122gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/ibmca/ica_openssl_api.h
72123gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/cluster_labs/cluster_labs.h
72124gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.h
72125gyp verb extracted file from tarball deps/openssl/openssl/demos/easy_tls/easy-tls.h
72126gyp verb extracted file from tarball deps/openssl/openssl/demos/easy_tls/test.h
72127gyp verb extracted file from tarball deps/openssl/openssl/crypto/arm_arch.h
72128gyp verb extracted file from tarball deps/openssl/openssl/crypto/constant_time_locl.h
72129gyp verb extracted file from tarball deps/openssl/openssl/crypto/cryptlib.h
72130gyp verb extracted file from tarball deps/openssl/openssl/crypto/crypto.h
72131gyp verb extracted file from tarball deps/openssl/openssl/crypto/ebcdic.h
72132gyp verb extracted file from tarball deps/openssl/openssl/crypto/fips_err.h
72133gyp verb extracted file from tarball deps/openssl/openssl/crypto/md32_common.h
72134gyp verb extracted file from tarball deps/openssl/openssl/crypto/o_dir.h
72135gyp verb extracted file from tarball deps/openssl/openssl/crypto/o_str.h
72136gyp verb extracted file from tarball deps/openssl/openssl/crypto/o_time.h
72137gyp verb extracted file from tarball deps/openssl/openssl/crypto/opensslconf.h
72138gyp verb extracted file from tarball deps/openssl/openssl/crypto/opensslv.h
72139gyp verb extracted file from tarball deps/openssl/openssl/crypto/ossl_typ.h
72140gyp verb extracted file from tarball deps/openssl/openssl/crypto/symhacks.h
72141gyp verb extracted file from tarball deps/openssl/openssl/crypto/vms_rms.h
72142gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509v3/ext_dat.h
72143gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509v3/pcy_int.h
72144gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509v3/x509v3.h
72145gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509/x509.h
72146gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509/x509_vfy.h
72147gyp verb extracted file from tarball deps/openssl/openssl/crypto/whrlpool/whrlpool.h
72148gyp verb extracted file from tarball deps/openssl/openssl/crypto/whrlpool/wp_locl.h
72149gyp verb extracted file from tarball deps/openssl/openssl/crypto/ui/ui.h
72150gyp verb extracted file from tarball deps/openssl/openssl/crypto/ui/ui_compat.h
72151gyp verb extracted file from tarball deps/openssl/openssl/crypto/ui/ui_locl.h
72152gyp verb extracted file from tarball deps/openssl/openssl/crypto/txt_db/txt_db.h
72153gyp verb extracted file from tarball deps/openssl/openssl/crypto/ts/ts.h
72154gyp verb extracted file from tarball deps/openssl/openssl/crypto/store/store.h
72155gyp verb extracted file from tarball deps/openssl/openssl/crypto/store/str_locl.h
72156gyp verb extracted file from tarball deps/openssl/openssl/crypto/stack/safestack.h
72157gyp verb extracted file from tarball deps/openssl/openssl/crypto/stack/stack.h
72158gyp verb extracted file from tarball deps/openssl/openssl/crypto/srp/srp.h
72159gyp verb extracted file from tarball deps/openssl/openssl/crypto/srp/srp_grps.h
72160gyp verb extracted file from tarball deps/openssl/openssl/crypto/srp/srp_lcl.h
72161gyp verb extracted file from tarball deps/openssl/openssl/crypto/sha/sha.h
72162gyp verb extracted file from tarball deps/openssl/openssl/crypto/sha/sha_locl.h
72163gyp verb extracted file from tarball deps/openssl/openssl/crypto/seed/seed.h
72164gyp verb extracted file from tarball deps/openssl/openssl/crypto/seed/seed_locl.h
72165gyp verb extracted file from tarball deps/openssl/openssl/crypto/rsa/rsa.h
72166gyp verb extracted file from tarball deps/openssl/openssl/crypto/rsa/rsa_locl.h
72167gyp verb extracted file from tarball deps/openssl/openssl/crypto/ripemd/ripemd.h
72168gyp verb extracted file from tarball deps/openssl/openssl/crypto/ripemd/rmd_locl.h
72169gyp verb extracted file from tarball deps/openssl/openssl/crypto/ripemd/rmdconst.h
72170gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc5/rc5.h
72171gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc5/rc5_locl.h
72172gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc4/rc4.h
72173gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc4/rc4_locl.h
72174gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc2/rc2.h
72175gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc2/rc2_locl.h
72176gyp verb extracted file from tarball deps/openssl/openssl/crypto/rand/rand.h
72177gyp verb extracted file from tarball deps/openssl/openssl/crypto/rand/rand_lcl.h
72178gyp verb extracted file from tarball deps/openssl/openssl/crypto/pqueue/pqueue.h
72179gyp verb extracted file from tarball deps/openssl/openssl/crypto/pkcs7/pkcs7.h
72180gyp verb extracted file from tarball deps/openssl/openssl/crypto/pkcs12/pkcs12.h
72181gyp verb extracted file from tarball deps/openssl/openssl/crypto/pem/pem.h
72182gyp verb extracted file from tarball deps/openssl/openssl/crypto/pem/pem2.h
72183gyp verb extracted file from tarball deps/openssl/openssl/crypto/ocsp/ocsp.h
72184gyp verb extracted file from tarball deps/openssl/openssl/crypto/objects/obj_dat.h
72185gyp verb extracted file from tarball deps/openssl/openssl/crypto/objects/obj_mac.h
72186gyp verb extracted file from tarball deps/openssl/openssl/crypto/objects/obj_xref.h
72187gyp verb extracted file from tarball deps/openssl/openssl/crypto/objects/objects.h
72188gyp verb extracted file from tarball deps/openssl/openssl/crypto/modes/modes.h
72189gyp verb extracted file from tarball deps/openssl/openssl/crypto/modes/modes_lcl.h
72190gyp verb extracted file from tarball deps/openssl/openssl/crypto/mdc2/mdc2.h
72191gyp verb extracted file from tarball deps/openssl/openssl/crypto/md5/md5.h
72192gyp verb extracted file from tarball deps/openssl/openssl/crypto/md5/md5_locl.h
72193gyp verb extracted file from tarball deps/openssl/openssl/crypto/md4/md4.h
72194gyp verb extracted file from tarball deps/openssl/openssl/crypto/md4/md4_locl.h
72195gyp verb extracted file from tarball deps/openssl/openssl/crypto/md2/md2.h
72196gyp verb extracted file from tarball deps/openssl/openssl/crypto/lhash/lhash.h
72197gyp verb extracted file from tarball deps/openssl/openssl/crypto/krb5/krb5_asn.h
72198gyp verb extracted file from tarball deps/openssl/openssl/crypto/jpake/jpake.h
72199gyp verb extracted file from tarball deps/openssl/openssl/crypto/idea/idea.h
72200gyp verb extracted file from tarball deps/openssl/openssl/crypto/idea/idea_lcl.h
72201gyp verb extracted file from tarball deps/openssl/openssl/crypto/hmac/hmac.h
72202gyp verb extracted file from tarball deps/openssl/openssl/crypto/evp/evp.h
72203gyp verb extracted file from tarball deps/openssl/openssl/crypto/evp/evp_locl.h
72204gyp verb extracted file from tarball deps/openssl/openssl/crypto/err/err.h
72205gyp verb extracted file from tarball deps/openssl/openssl/crypto/engine/eng_int.h
72206gyp verb extracted file from tarball deps/openssl/openssl/crypto/engine/engine.h
72207gyp verb extracted file from tarball deps/openssl/openssl/crypto/ecdsa/ecdsa.h
72208gyp verb extracted file from tarball deps/openssl/openssl/crypto/ecdsa/ecs_locl.h
72209gyp verb extracted file from tarball deps/openssl/openssl/crypto/ecdh/ecdh.h
72210gyp verb extracted file from tarball deps/openssl/openssl/crypto/ecdh/ech_locl.h
72211gyp verb extracted file from tarball deps/openssl/openssl/crypto/ec/ec.h
72212gyp verb extracted file from tarball deps/openssl/openssl/crypto/ec/ec_lcl.h
72213gyp verb extracted file from tarball deps/openssl/openssl/crypto/dso/dso.h
72214gyp verb extracted file from tarball deps/openssl/openssl/crypto/dsa/dsa.h
72215gyp verb extracted file from tarball deps/openssl/openssl/crypto/dsa/dsa_locl.h
72216gyp verb extracted file from tarball deps/openssl/openssl/crypto/dh/dh.h
72217gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/des.h
72218gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/des_locl.h
72219gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/des_old.h
72220gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/des_ver.h
72221gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/rpc_des.h
72222gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/spr.h
72223gyp verb extracted file from tarball deps/openssl/openssl/crypto/conf/conf.h
72224gyp verb extracted file from tarball deps/openssl/openssl/crypto/conf/conf_api.h
72225gyp verb extracted file from tarball deps/openssl/openssl/crypto/conf/conf_def.h
72226gyp verb extracted file from tarball deps/openssl/openssl/crypto/comp/comp.h
72227gyp verb extracted file from tarball deps/openssl/openssl/crypto/cms/cms.h
72228gyp verb extracted file from tarball deps/openssl/openssl/crypto/cms/cms_lcl.h
72229gyp verb extracted file from tarball deps/openssl/openssl/crypto/cmac/cmac.h
72230gyp verb extracted file from tarball deps/openssl/openssl/crypto/cast/cast.h
72231gyp verb extracted file from tarball deps/openssl/openssl/crypto/cast/cast_lcl.h
72232gyp verb extracted file from tarball deps/openssl/openssl/crypto/cast/cast_s.h
72233gyp verb extracted file from tarball deps/openssl/openssl/crypto/camellia/camellia.h
72234gyp verb extracted file from tarball deps/openssl/openssl/crypto/camellia/cmll_locl.h
72235gyp verb extracted file from tarball deps/openssl/openssl/crypto/buffer/buffer.h
72236gyp verb extracted file from tarball deps/openssl/openssl/crypto/bn/bn.h
72237gyp verb extracted file from tarball deps/openssl/openssl/crypto/bn/bn_lcl.h
72238gyp verb extracted file from tarball deps/openssl/openssl/crypto/bn/bn_prime.h
72239gyp verb extracted file from tarball deps/openssl/openssl/crypto/bio/bio.h
72240gyp verb extracted file from tarball deps/openssl/openssl/crypto/bio/bio_lcl.h
72241gyp verb extracted file from tarball deps/openssl/openssl/crypto/bf/bf_locl.h
72242gyp verb extracted file from tarball deps/openssl/openssl/crypto/bf/bf_pi.h
72243gyp verb extracted file from tarball deps/openssl/openssl/crypto/bf/blowfish.h
72244gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/asn1.h
72245gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/asn1_locl.h
72246gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/asn1_mac.h
72247gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/asn1t.h
72248gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/charmap.h
72249gyp verb extracted file from tarball deps/openssl/openssl/crypto/aes/aes.h
72250gyp verb extracted file from tarball deps/openssl/openssl/crypto/aes/aes_locl.h
72251gyp verb extracted file from tarball deps/openssl/openssl/apps/apps.h
72252gyp verb extracted file from tarball deps/openssl/openssl/apps/progs.h
72253gyp verb extracted file from tarball deps/openssl/openssl/apps/s_apps.h
72254gyp verb extracted file from tarball deps/openssl/openssl/apps/testdsa.h
72255gyp verb extracted file from tarball deps/openssl/openssl/apps/testrsa.h
72256gyp verb extracted file from tarball deps/openssl/openssl/apps/timeouts.h
72257gyp verb extracted file from tarball deps/openssl/config/opensslconf.h
72258gyp verb extracted file from tarball deps/npm/node_modules/node-gyp/addon.gypi
72259gyp verb extracted file from tarball deps/mdb_v8/v8cfg.h
72260gyp verb extracted file from tarball deps/mdb_v8/v8dbg.h
72261gyp verb extracted file from tarball deps/http_parser/http_parser.h
72262gyp verb extracted file from tarball deps/debugger-agent/src/agent.h
72263gyp verb extracted file from tarball deps/debugger-agent/include/debugger-agent.h
72264gyp verb extracted file from tarball deps/cares/common.gypi
72265gyp verb extracted file from tarball deps/cares/src/ares_data.h
72266gyp verb extracted file from tarball deps/cares/src/ares_dns.h
72267gyp verb extracted file from tarball deps/cares/src/ares_getenv.h
72268gyp verb extracted file from tarball deps/cares/src/ares_getopt.h
72269gyp verb extracted file from tarball deps/cares/src/ares_inet_net_pton.h
72270gyp verb extracted file from tarball deps/cares/src/ares_iphlpapi.h
72271gyp verb extracted file from tarball deps/cares/src/ares_ipv6.h
72272gyp verb extracted file from tarball deps/cares/src/ares_library_init.h
72273gyp verb extracted file from tarball deps/cares/src/ares_llist.h
72274gyp verb extracted file from tarball deps/cares/src/ares_nowarn.h
72275gyp verb extracted file from tarball deps/cares/src/ares_platform.h
72276gyp verb extracted file from tarball deps/cares/src/ares_private.h
72277gyp verb extracted file from tarball deps/cares/src/ares_rules.h
72278gyp verb extracted file from tarball deps/cares/src/ares_setup.h
72279gyp verb extracted file from tarball deps/cares/src/ares_strcasecmp.h
72280gyp verb extracted file from tarball deps/cares/src/ares_strdup.h
72281gyp verb extracted file from tarball deps/cares/src/ares_writev.h
72282gyp verb extracted file from tarball deps/cares/src/bitncmp.h
72283gyp verb extracted file from tarball deps/cares/src/setup_once.h
72284gyp verb extracted file from tarball deps/cares/include/ares.h
72285gyp verb extracted file from tarball deps/cares/include/ares_version.h
72286gyp verb extracted file from tarball deps/cares/include/nameser.h
72287gyp verb extracted file from tarball deps/cares/config/win32/ares_config.h
72288gyp verb extracted file from tarball deps/cares/config/sunos/ares_config.h
72289gyp verb extracted file from tarball deps/cares/config/openbsd/ares_config.h
72290gyp verb extracted file from tarball deps/cares/config/netbsd/ares_config.h
72291gyp verb extracted file from tarball deps/cares/config/linux/ares_config.h
72292gyp verb extracted file from tarball deps/cares/config/freebsd/ares_config.h
72293gyp verb extracted file from tarball deps/cares/config/darwin/ares_config.h
72294gyp verb extracted file from tarball deps/cares/config/cygwin/ares_config.h
72295gyp verb extracted file from tarball deps/cares/config/android/ares_config.h
72296gyp verb content checksum node-v0.12.8.tar.gz e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436
72297gyp verb tarball done parsing tarball
72298gyp verb check download content checksum, need to download `SHASUMS256.txt`...
72299gyp verb checksum url https://nodejs.org/dist/v0.12.8/SHASUMS256.txt
72300gyp http GET https://nodejs.org/dist/v0.12.8/SHASUMS256.txt
72301gyp http 200 https://nodejs.org/dist/v0.12.8/SHASUMS256.txt
72302gyp 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"}
72303gyp verb download contents checksum {"node-v0.12.8.tar.gz":"e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436"}
72304gyp verb validating download checksum for node-v0.12.8.tar.gz (e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436 == e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436)
72305gyp verb get node dir target node version installed: 0.12.8
72306gyp verb build dir attempting to create "build" dir: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build
72307gyp verb build dir "build" dir needed to be created? /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build
72308gyp verb build/config.gypi creating config file
72309gyp verb build/config.gypi writing out config file: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build/config.gypi
72310gyp verb config.gypi checking for gypi file: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/config.gypi
72311gyp verb common.gypi checking for gypi file: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/common.gypi
72312gyp verb gyp gyp format was not specified; forcing "make"
72313gyp info spawn /usr/bin/python2
72314gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
72315gyp info spawn args 'binding.gyp',
72316gyp info spawn args '-f',
72317gyp info spawn args 'make',
72318gyp info spawn args '-I',
72319gyp info spawn args '/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build/config.gypi',
72320gyp info spawn args '-I',
72321gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
72322gyp info spawn args '-I',
72323gyp info spawn args '/root/.node-gyp/0.12.8/common.gypi',
72324gyp info spawn args '-Dlibrary=shared_library',
72325gyp info spawn args '-Dvisibility=default',
72326gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.12.8',
72327gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
72328gyp info spawn args '-Dnode_lib_file=node.lib',
72329gyp info spawn args '-Dmodule_root_dir=/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider',
72330gyp info spawn args '--depth=.',
72331gyp info spawn args '--no-parallel',
72332gyp info spawn args '--generator-output',
72333gyp info spawn args 'build',
72334gyp info spawn args '-Goutput_dir=.' ]
72335gyp verb command build []
72336gyp verb build type Release
72337gyp verb architecture x64
72338gyp verb node dev dir /root/.node-gyp/0.12.8
72339gyp verb `which` succeeded for `make` /usr/bin/make
72340gyp info spawn make
72341gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
72342make: Entering directory `/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build'
72343 touch Release/obj.target/DTraceProviderStub.stamp
72344make: Leaving directory `/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build'
72345gyp info ok
72346npm verb lifecycle dtrace-provider@0.2.8~install: unsafe-perm in lifecycle false
72347npm 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
72348npm verb lifecycle dtrace-provider@0.2.8~install: CWD: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider
72349npm info lifecycle mv@0.0.5~install: mv@0.0.5
72350npm info lifecycle bunyan@0.22.1~install: bunyan@0.22.1
72351npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
72352npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
72353npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
72354npm info lifecycle grunt-usemin@3.0.0~install: grunt-usemin@3.0.0
72355npm info lifecycle grunt-legacy-log-utils@0.1.1~install: grunt-legacy-log-utils@0.1.1
72356npm info lifecycle grunt-legacy-log@0.1.3~install: grunt-legacy-log@0.1.3
72357npm info lifecycle grunt-karma@0.8.3~install: grunt-karma@0.8.3
72358npm info lifecycle grunt-env@0.4.4~install: grunt-env@0.4.4
72359npm info lifecycle lodash._isnative@2.4.1~install: lodash._isnative@2.4.1
72360npm info lifecycle lodash._objecttypes@2.4.1~install: lodash._objecttypes@2.4.1
72361npm info lifecycle lodash.isfunction@2.4.1~install: lodash.isfunction@2.4.1
72362npm info lifecycle lodash.isobject@2.4.1~install: lodash.isobject@2.4.1
72363npm info lifecycle lodash.now@2.4.1~install: lodash.now@2.4.1
72364npm info lifecycle lodash.debounce@2.4.1~install: lodash.debounce@2.4.1
72365npm info lifecycle async@0.2.10~install: async@0.2.10
72366npm info lifecycle semver@4.3.6~install: semver@4.3.6
72367npm info lifecycle underscore@1.8.2~install: underscore@1.8.2
72368npm info lifecycle lower-case@1.1.3~install: lower-case@1.1.3
72369npm info lifecycle is-lower-case@1.1.3~install: is-lower-case@1.1.3
72370npm info lifecycle lpad@0.2.1~install: lpad@0.2.1
72371npm info lifecycle lru-cache@2.5.0~install: lru-cache@2.5.0
72372npm info lifecycle lru-queue@0.1.0~install: lru-queue@0.1.0
72373npm info lifecycle map-obj@1.0.1~install: map-obj@1.0.1
72374npm info lifecycle camelcase-keys@2.0.0~install: camelcase-keys@2.0.0
72375npm info lifecycle camelcase-keys@1.0.0~install: camelcase-keys@1.0.0
72376npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
72377npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
72378npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
72379npm info lifecycle is-buffer@1.0.2~install: is-buffer@1.0.2
72380npm info lifecycle md5@2.0.0~install: md5@2.0.0
72381npm info lifecycle media-typer@0.2.0~install: media-typer@0.2.0
72382npm info lifecycle merge-descriptors@0.0.2~install: merge-descriptors@0.0.2
72383npm info lifecycle methods@1.0.0~install: methods@1.0.0
72384npm info lifecycle methods@0.1.0~install: methods@0.1.0
72385npm info lifecycle mime@1.2.11~install: mime@1.2.11
72386npm info lifecycle form-data@0.1.4~install: form-data@0.1.4
72387npm info lifecycle type-is@1.0.0~install: type-is@1.0.0
72388npm info lifecycle accepts@1.0.0~install: accepts@1.0.0
72389npm info lifecycle mime-db@1.12.0~install: mime-db@1.12.0
72390npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
72391npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
72392npm info lifecycle mime-types@1.0.2~install: mime-types@1.0.2
72393npm info lifecycle minijasminenode@1.1.1~install: minijasminenode@1.1.1
72394npm info lifecycle minimalistic-assert@1.0.0~install: minimalistic-assert@1.0.0
72395npm info lifecycle asn1.js@2.2.1~install: asn1.js@2.2.1
72396npm info lifecycle ecdsa-sig-formatter@1.0.2~install: ecdsa-sig-formatter@1.0.2
72397npm info lifecycle jwa@1.1.1~install: jwa@1.1.1
72398npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
72399npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
72400npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
72401npm info lifecycle coffee-script@1.7.1~install: coffee-script@1.7.1
72402npm info lifecycle karma-coffee-preprocessor@0.2.1~install: karma-coffee-preprocessor@0.2.1
72403npm info lifecycle fs-extra@0.8.1~install: fs-extra@0.8.1
72404npm info lifecycle mkpath@0.1.0~install: mkpath@0.1.0
72405npm info lifecycle commander@2.0.0~install: commander@2.0.0
72406npm info lifecycle diff@1.0.7~install: diff@1.0.7
72407npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
72408npm info lifecycle commander@0.6.1~install: commander@0.6.1
72409npm info lifecycle mkdirp@0.3.0~install: mkdirp@0.3.0
72410npm info lifecycle jade@0.26.3~install: jade@0.26.3
72411npm info lifecycle bson@0.4.20~install: bson@0.4.20
72412npm info lifecycle async@0.9.0~install: async@0.9.0
72413npm info lifecycle bson@0.4.20~install: bson@0.4.20
72414npm info lifecycle ms@0.1.0~install: ms@0.1.0
72415npm info lifecycle bytes@0.3.0~install: bytes@0.3.0
72416npm info lifecycle mout@0.9.1~install: mout@0.9.1
72417npm info lifecycle mpath@0.1.1~install: mpath@0.1.1
72418npm info lifecycle mpromise@0.5.4~install: mpromise@0.5.4
72419npm info lifecycle ms@0.7.1~install: ms@0.7.1
72420npm info lifecycle debug@2.2.0~install: debug@2.2.0
72421npm info lifecycle ms@0.6.2~install: ms@0.6.2
72422npm info lifecycle debug@1.0.3~install: debug@1.0.3
72423npm info lifecycle debug@1.0.4~install: debug@1.0.4
72424npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
72425npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
72426npm info lifecycle qs@1.2.2~install: qs@1.2.2
72427npm info lifecycle type-is@1.5.7~install: type-is@1.5.7
72428npm info lifecycle muri@1.0.0~install: muri@1.0.0
72429npm info lifecycle mute-stream@0.0.4~install: mute-stream@0.0.4
72430npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
72431npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
72432npm info lifecycle nan@1.8.4~install: nan@1.8.4
72433npm info lifecycle kerberos@0.0.11~install: kerberos@0.0.11
72434
72435> kerberos@0.0.11 install /var/www/manticore.git/node_modules/kerberos
72436> (node-gyp rebuild 2> builderror.log) || (exit 0)
72437
72438make: Entering directory `/var/www/manticore.git/node_modules/kerberos/build'
72439 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
72440 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
72441 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
72442 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
72443 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
72444 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
72445 rm -rf "Release/kerberos.node" && cp -af "Release/obj.target/kerberos.node" "Release/kerberos.node"
72446make: Leaving directory `/var/www/manticore.git/node_modules/kerberos/build'
72447npm verb lifecycle kerberos@0.0.11~install: unsafe-perm in lifecycle false
72448npm 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
72449npm verb lifecycle kerberos@0.0.11~install: CWD: /var/www/manticore.git/node_modules/kerberos
72450npm info lifecycle mongodb-core@1.2.19~install: mongodb-core@1.2.19
72451npm info lifecycle bson@0.2.22~install: bson@0.2.22
72452
72453> bson@0.2.22 install /var/www/manticore.git/node_modules/bson
72454> (node-gyp rebuild 2> builderror.log) || (exit 0)
72455
72456make: Entering directory `/var/www/manticore.git/node_modules/bson/build'
72457 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
72458 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
72459 rm -rf "Release/bson.node" && cp -af "Release/obj.target/bson.node" "Release/bson.node"
72460make: Leaving directory `/var/www/manticore.git/node_modules/bson/build'
72461npm verb lifecycle bson@0.2.22~install: unsafe-perm in lifecycle false
72462npm 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
72463npm verb lifecycle bson@0.2.22~install: CWD: /var/www/manticore.git/node_modules/bson
72464npm info lifecycle ncp@2.0.0~install: ncp@2.0.0
72465npm info lifecycle negotiator@0.4.7~install: negotiator@0.4.7
72466npm info lifecycle accepts@1.0.7~install: accepts@1.0.7
72467npm info lifecycle next-tick@0.2.2~install: next-tick@0.2.2
72468npm info lifecycle esprima@1.2.5~install: esprima@1.2.5
72469npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
72470npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
72471npm info lifecycle css-parse@1.7.0~install: css-parse@1.7.0
72472npm info lifecycle sax@0.5.8~install: sax@0.5.8
72473npm info lifecycle async@0.9.2~install: async@0.9.2
72474npm info lifecycle cookie@0.1.3~install: cookie@0.1.3
72475npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
72476npm info lifecycle depd@1.0.1~install: depd@1.0.1
72477npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
72478npm info lifecycle fresh@0.3.0~install: fresh@0.3.0
72479npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
72480npm info lifecycle merge-descriptors@1.0.0~install: merge-descriptors@1.0.0
72481npm info lifecycle methods@1.1.1~install: methods@1.1.1
72482npm info lifecycle mime@1.3.4~install: mime@1.3.4
72483npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
72484npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
72485npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
72486npm info lifecycle ms@0.7.1~install: ms@0.7.1
72487npm info lifecycle debug@2.2.0~install: debug@2.2.0
72488npm info lifecycle nan@1.0.0~install: nan@1.0.0
72489npm info lifecycle negotiator@0.5.3~install: negotiator@0.5.3
72490npm info lifecycle accepts@1.2.13~install: accepts@1.2.13
72491npm info lifecycle parseurl@1.3.0~install: parseurl@1.3.0
72492npm info lifecycle path-to-regexp@0.1.7~install: path-to-regexp@0.1.7
72493npm info lifecycle qs@4.0.0~install: qs@4.0.0
72494npm info lifecycle range-parser@1.0.3~install: range-parser@1.0.3
72495npm info lifecycle semver@3.0.1~install: semver@3.0.1
72496npm info lifecycle debug@2.2.0~install: debug@2.2.0
72497npm info lifecycle serve-favicon@2.3.0~install: serve-favicon@2.3.0
72498npm info lifecycle type-is@1.6.10~install: type-is@1.6.10
72499npm info lifecycle yargs@1.3.3~install: yargs@1.3.3
72500npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
72501npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
72502npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
72503npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
72504npm info lifecycle ansi@0.3.0~install: ansi@0.3.0
72505npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
72506npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
72507npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
72508npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
72509npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
72510npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
72511npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
72512npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
72513npm info lifecycle are-we-there-yet@1.0.5~install: are-we-there-yet@1.0.5
72514npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
72515npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
72516npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
72517npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
72518npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
72519npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
72520npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
72521npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
72522npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
72523npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
72524npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
72525npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
72526npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
72527npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
72528npm info lifecycle npmlog@2.0.0~install: npmlog@2.0.0
72529npm info lifecycle deep-extend@0.4.0~install: deep-extend@0.4.0
72530npm info lifecycle ini@1.3.4~install: ini@1.3.4
72531npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
72532npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
72533npm info lifecycle rc@1.1.5~install: rc@1.1.5
72534npm info lifecycle aws-sign2@0.6.0~install: aws-sign2@0.6.0
72535npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
72536npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
72537npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
72538npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
72539npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
72540npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
72541npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
72542npm info lifecycle bl@1.0.0~install: bl@1.0.0
72543npm info lifecycle caseless@0.11.0~install: caseless@0.11.0
72544npm info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0
72545npm info lifecycle combined-stream@1.0.5~install: combined-stream@1.0.5
72546npm info lifecycle extend@3.0.0~install: extend@3.0.0
72547npm info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1
72548npm info lifecycle async@1.5.0~install: async@1.5.0
72549npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
72550npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
72551npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
72552npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
72553npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
72554npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
72555npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
72556npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
72557npm info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
72558npm info lifecycle commander@2.9.0~install: commander@2.9.0
72559npm info lifecycle generate-function@2.0.0~install: generate-function@2.0.0
72560npm info lifecycle is-property@1.0.2~install: is-property@1.0.2
72561npm info lifecycle generate-object-property@1.2.0~install: generate-object-property@1.2.0
72562npm info lifecycle jsonpointer@2.0.0~install: jsonpointer@2.0.0
72563npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
72564npm info lifecycle is-my-json-valid@2.12.3~install: is-my-json-valid@2.12.3
72565npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
72566npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
72567npm info lifecycle har-validator@2.0.3~install: har-validator@2.0.3
72568npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
72569npm info lifecycle boom@2.10.1~install: boom@2.10.1
72570npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
72571npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
72572npm info lifecycle hawk@3.1.2~install: hawk@3.1.2
72573npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
72574npm info lifecycle extsprintf@1.0.2~install: extsprintf@1.0.2
72575npm info lifecycle json-schema@0.2.2~install: json-schema@0.2.2
72576npm info lifecycle verror@1.3.6~install: verror@1.3.6
72577npm info lifecycle jsprim@1.2.2~install: jsprim@1.2.2
72578npm info lifecycle asn1@0.2.3~install: asn1@0.2.3
72579npm info lifecycle assert-plus@0.2.0~install: assert-plus@0.2.0
72580npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
72581npm info lifecycle dashdash@1.10.1~install: dashdash@1.10.1
72582npm info lifecycle jsbn@0.1.0~install: jsbn@0.1.0
72583npm info lifecycle jodid25519@1.0.2~install: jodid25519@1.0.2
72584npm info lifecycle ecc-jsbn@0.1.1~install: ecc-jsbn@0.1.1
72585npm info lifecycle tweetnacl@0.13.2~install: tweetnacl@0.13.2
72586npm info lifecycle sshpk@1.7.1~install: sshpk@1.7.1
72587npm info lifecycle http-signature@1.1.0~install: http-signature@1.1.0
72588npm info lifecycle is-typedarray@1.0.0~install: is-typedarray@1.0.0
72589npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
72590npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
72591npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
72592npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
72593npm info lifecycle form-data@1.0.0-rc3~install: form-data@1.0.0-rc3
72594npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
72595npm info lifecycle oauth-sign@0.8.0~install: oauth-sign@0.8.0
72596npm info lifecycle qs@5.2.0~install: qs@5.2.0
72597npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
72598npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
72599npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
72600npm info lifecycle request@2.67.0~install: request@2.67.0
72601npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
72602npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
72603npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
72604npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
72605npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
72606npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
72607npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
72608npm info lifecycle once@1.3.3~install: once@1.3.3
72609npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
72610npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
72611npm info lifecycle glob@5.0.15~install: glob@5.0.15
72612npm info lifecycle rimraf@2.4.4~install: rimraf@2.4.4
72613npm info lifecycle semver@5.1.0~install: semver@5.1.0
72614npm info lifecycle debug@0.7.4~install: debug@0.7.4
72615npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
72616npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
72617npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
72618npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
72619npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
72620npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
72621npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
72622npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
72623npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
72624npm info lifecycle once@1.1.1~install: once@1.1.1
72625npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
72626npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
72627npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
72628npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
72629npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
72630npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
72631npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
72632npm info lifecycle uid-number@0.0.3~install: uid-number@0.0.3
72633npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
72634npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
72635npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
72636npm info lifecycle block-stream@0.0.8~install: block-stream@0.0.8
72637npm info lifecycle tar@2.2.1~install: tar@2.2.1
72638npm info lifecycle tar-pack@3.1.2~install: tar-pack@3.1.2
72639npm info lifecycle node-pre-gyp@0.6.18~install: node-pre-gyp@0.6.18
72640npm info lifecycle node-uuid@1.3.3~install: node-uuid@1.3.3
72641npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
72642npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
72643npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
72644npm info lifecycle nopt@2.1.1~install: nopt@2.1.1
72645npm info lifecycle nopt@2.0.0~install: nopt@2.0.0
72646npm info lifecycle noptify@0.0.3~install: noptify@0.0.3
72647npm info lifecycle normalize-path@2.0.1~install: normalize-path@2.0.1
72648npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
72649npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
72650npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
72651npm info lifecycle nth-check@1.0.1~install: nth-check@1.0.1
72652npm info lifecycle CSSselect@0.7.0~install: CSSselect@0.7.0
72653npm info lifecycle cheerio-select@0.0.3~install: cheerio-select@0.0.3
72654npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
72655npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
72656npm info lifecycle oauth-sign@0.8.0~install: oauth-sign@0.8.0
72657npm info lifecycle object-assign@1.0.0~install: object-assign@1.0.0
72658npm info lifecycle object-component@0.0.3~install: object-component@0.0.3
72659npm info lifecycle object-keys@1.0.1~install: object-keys@1.0.1
72660npm info lifecycle object.omit@2.0.0~install: object.omit@2.0.0
72661npm info lifecycle on-finished@2.3.0~install: on-finished@2.3.0
72662npm info lifecycle on-headers@1.0.1~install: on-headers@1.0.1
72663npm info lifecycle morgan@1.6.1~install: morgan@1.6.1
72664npm info lifecycle open@0.0.5~install: open@0.0.5
72665npm info lifecycle grunt-open@0.2.3~install: grunt-open@0.2.3
72666npm info lifecycle opn@1.0.2~install: opn@1.0.2
72667npm info lifecycle options@0.0.6~install: options@0.0.6
72668npm info lifecycle ordered-esprima-props@1.0.0~install: ordered-esprima-props@1.0.0
72669npm info lifecycle ordered-ast-traverse@0.1.1~install: ordered-ast-traverse@0.1.1
72670npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
72671npm info lifecycle osenv@0.1.0~install: osenv@0.1.0
72672npm info lifecycle osx-release@1.1.0~install: osx-release@1.1.0
72673npm info lifecycle object-assign@0.3.1~install: object-assign@0.3.1
72674npm info lifecycle got@0.3.0~install: got@0.3.0
72675npm info lifecycle pad-stdio@0.1.1~install: pad-stdio@0.1.1
72676npm info lifecycle grunt-concurrent@0.5.0~install: grunt-concurrent@0.5.0
72677npm info lifecycle parse-glob@3.0.4~install: parse-glob@3.0.4
72678npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
72679npm info lifecycle parsejson@0.0.1~install: parsejson@0.0.1
72680npm info lifecycle parseqs@0.0.2~install: parseqs@0.0.2
72681npm info lifecycle parseuri@0.0.2~install: parseuri@0.0.2
72682npm info lifecycle parseurl@1.0.1~install: parseurl@1.0.1
72683npm info lifecycle passport-strategy@1.0.0~install: passport-strategy@1.0.0
72684npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
72685npm info lifecycle path-to-regexp@0.1.2~install: path-to-regexp@0.1.2
72686npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
72687npm info lifecycle pause@0.0.1~install: pause@0.0.1
72688npm info lifecycle adm-zip@0.4.4~install: adm-zip@0.4.4
72689npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
72690npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
72691npm info lifecycle async@0.9.2~install: async@0.9.2
72692npm info lifecycle caseless@0.6.0~install: caseless@0.6.0
72693npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
72694npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
72695npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
72696npm info lifecycle form-data@0.1.4~install: form-data@0.1.4
72697npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
72698npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
72699npm info lifecycle boom@0.4.2~install: boom@0.4.2
72700npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
72701npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
72702npm info lifecycle jsonfile@2.2.3~install: jsonfile@2.2.3
72703npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
72704npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
72705npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
72706npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
72707npm info lifecycle oauth-sign@0.4.0~install: oauth-sign@0.4.0
72708npm info lifecycle qs@1.2.2~install: qs@1.2.2
72709npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
72710npm info lifecycle hawk@1.1.1~install: hawk@1.1.1
72711npm info lifecycle pify@2.3.0~install: pify@2.3.0
72712npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
72713npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
72714npm info lifecycle path-type@1.1.0~install: path-type@1.1.0
72715npm info lifecycle path-exists@2.1.0~install: path-exists@2.1.0
72716npm info lifecycle find-up@1.1.0~install: find-up@1.1.0
72717npm info lifecycle pkginfo@0.2.3~install: pkginfo@0.2.3
72718npm info lifecycle passport@0.1.18~install: passport@0.1.18
72719npm info lifecycle policyfile@0.0.4~install: policyfile@0.0.4
72720npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
72721npm info lifecycle dtrace-provider@0.2.8~install: dtrace-provider@0.2.8
72722
72723> dtrace-provider@0.2.8 install /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider
72724> node-gyp rebuild
72725
72726gyp info it worked if it ends with ok
72727gyp verb cli [ 'node',
72728gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
72729gyp verb cli 'rebuild' ]
72730gyp info using node-gyp@3.2.1
72731gyp info using node@0.12.8 | linux | x64
72732gyp verb command rebuild []
72733gyp verb command clean []
72734gyp verb clean removing "build" directory
72735gyp verb command configure []
72736gyp verb check python checking for Python executable "python2" in the PATH
72737gyp verb `which` succeeded python2 /usr/bin/python2
72738gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.5\n"
72739gyp verb get node dir no --target version specified, falling back to host node version: 0.12.8
72740gyp verb command install [ '0.12.8' ]
72741gyp verb install input version string "0.12.8"
72742gyp verb install installing version: 0.12.8
72743gyp verb install --ensure was passed, so won't reinstall if already installed
72744gyp verb install version is already installed, need to check "installVersion"
72745gyp verb got "installVersion" 9
72746gyp verb needs "installVersion" 9
72747gyp verb install version is good
72748gyp verb get node dir target node version installed: 0.12.8
72749gyp verb build dir attempting to create "build" dir: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build
72750gyp verb build dir "build" dir needed to be created? /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build
72751gyp verb build/config.gypi creating config file
72752gyp verb build/config.gypi writing out config file: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build/config.gypi
72753gyp verb config.gypi checking for gypi file: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/config.gypi
72754gyp verb common.gypi checking for gypi file: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/common.gypi
72755gyp verb gyp gyp format was not specified; forcing "make"
72756gyp info spawn /usr/bin/python2
72757gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
72758gyp info spawn args 'binding.gyp',
72759gyp info spawn args '-f',
72760gyp info spawn args 'make',
72761gyp info spawn args '-I',
72762gyp info spawn args '/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build/config.gypi',
72763gyp info spawn args '-I',
72764gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
72765gyp info spawn args '-I',
72766gyp info spawn args '/root/.node-gyp/0.12.8/common.gypi',
72767gyp info spawn args '-Dlibrary=shared_library',
72768gyp info spawn args '-Dvisibility=default',
72769gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.12.8',
72770gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
72771gyp info spawn args '-Dnode_lib_file=node.lib',
72772gyp info spawn args '-Dmodule_root_dir=/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider',
72773gyp info spawn args '--depth=.',
72774gyp info spawn args '--no-parallel',
72775gyp info spawn args '--generator-output',
72776gyp info spawn args 'build',
72777gyp info spawn args '-Goutput_dir=.' ]
72778gyp verb command build []
72779gyp verb build type Release
72780gyp verb architecture x64
72781gyp verb node dev dir /root/.node-gyp/0.12.8
72782gyp verb `which` succeeded for `make` /usr/bin/make
72783gyp info spawn make
72784gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
72785gyp info ok
72786make: Entering directory `/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build'
72787 touch Release/obj.target/DTraceProviderStub.stamp
72788make: Leaving directory `/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build'
72789npm verb lifecycle dtrace-provider@0.2.8~install: unsafe-perm in lifecycle false
72790npm 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
72791npm verb lifecycle dtrace-provider@0.2.8~install: CWD: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider
72792npm info lifecycle extsprintf@1.0.0~install: extsprintf@1.0.0
72793npm info lifecycle mv@0.0.5~install: mv@0.0.5
72794npm info lifecycle bunyan@0.22.1~install: bunyan@0.22.1
72795npm info lifecycle once@1.3.0~install: once@1.3.0
72796npm info lifecycle verror@1.1.0~install: verror@1.1.0
72797npm info lifecycle vasync@1.4.0~install: vasync@1.4.0
72798npm info lifecycle pooling@0.4.6~install: pooling@0.4.6
72799npm info lifecycle ldapjs@0.7.1~install: ldapjs@0.7.1
72800npm info lifecycle ldapauth-fork@2.3.3~install: ldapauth-fork@2.3.3
72801npm info lifecycle precond@0.2.3~install: precond@0.2.3
72802npm info lifecycle backoff@2.4.1~install: backoff@2.4.1
72803npm info lifecycle preserve@0.2.0~install: preserve@0.2.0
72804npm info lifecycle pretty-bytes@0.1.2~install: pretty-bytes@0.1.2
72805npm info lifecycle grunt-contrib-htmlmin@0.2.0~install: grunt-contrib-htmlmin@0.2.0
72806npm info lifecycle pretty-ms@0.1.0~install: pretty-ms@0.1.0
72807npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
72808npm info lifecycle progress@1.1.8~install: progress@1.1.8
72809npm info lifecycle promise@2.0.0~install: promise@2.0.0
72810npm info lifecycle propprop@0.3.0~install: propprop@0.3.0
72811npm info lifecycle proto-list@1.2.4~install: proto-list@1.2.4
72812npm info lifecycle config-chain@1.1.9~install: config-chain@1.1.9
72813npm info lifecycle adm-zip@0.4.4~install: adm-zip@0.4.4
72814npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
72815npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
72816npm info lifecycle async@0.9.2~install: async@0.9.2
72817npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
72818npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
72819npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
72820npm info lifecycle form-data@0.1.4~install: form-data@0.1.4
72821npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
72822npm info lifecycle boom@0.4.2~install: boom@0.4.2
72823npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
72824npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
72825npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
72826npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
72827npm info lifecycle oauth-sign@0.3.0~install: oauth-sign@0.3.0
72828npm info lifecycle q@1.0.0~install: q@1.0.0
72829npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
72830npm info lifecycle hawk@1.0.0~install: hawk@1.0.0
72831npm info lifecycle proxy-addr@1.0.10~install: proxy-addr@1.0.10
72832npm info lifecycle once@1.2.0~install: once@1.2.0
72833npm info lifecycle punycode@1.4.0~install: punycode@1.4.0
72834npm info lifecycle tough-cookie@0.12.1~install: tough-cookie@0.12.1
72835npm info lifecycle q@0.9.7~install: q@0.9.7
72836npm info lifecycle p-throttler@0.1.0~install: p-throttler@0.1.0
72837npm info lifecycle coa@0.4.1~install: coa@0.4.1
72838npm info lifecycle qs@0.6.6~install: qs@0.6.6
72839npm info lifecycle randomatic@1.1.5~install: randomatic@1.1.5
72840npm info lifecycle range-parser@1.0.0~install: range-parser@1.0.0
72841npm info lifecycle raw-body@1.3.0~install: raw-body@1.3.0
72842npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
72843npm info lifecycle strip-json-comments@0.1.3~install: strip-json-comments@0.1.3
72844npm info lifecycle rc@0.5.5~install: rc@0.5.5
72845npm info lifecycle read@1.0.7~install: read@1.0.7
72846npm info lifecycle promptly@0.2.0~install: promptly@0.2.0
72847npm info lifecycle read-chunk@0.1.0~install: read-chunk@0.1.0
72848npm info lifecycle image-type@0.1.4~install: image-type@0.1.4
72849npm info lifecycle readdirp@0.2.5~install: readdirp@0.2.5
72850npm info lifecycle monocle@1.1.51~install: monocle@1.1.51
72851npm info lifecycle monocle@0.1.48~install: monocle@0.1.48
72852npm info lifecycle ansi-regex@1.1.1~install: ansi-regex@1.1.1
72853npm info lifecycle strip-ansi@2.0.1~install: strip-ansi@2.0.1
72854npm info lifecycle readline2@0.1.1~install: readline2@0.1.1
72855npm info lifecycle repeating@2.0.0~install: repeating@2.0.0
72856npm info lifecycle indent-string@2.1.0~install: indent-string@2.1.0
72857npm info lifecycle redeyed@0.4.4~install: redeyed@0.4.4
72858npm info lifecycle cardinal@0.4.0~install: cardinal@0.4.0
72859npm info lifecycle redis@0.7.3~install: redis@0.7.3
72860npm info lifecycle reduce-component@1.0.1~install: reduce-component@1.0.1
72861npm info lifecycle regex-cache@0.4.2~install: regex-cache@0.4.2
72862npm info lifecycle regexp-clone@0.0.1~install: regexp-clone@0.0.1
72863npm info lifecycle regexp-quote@0.0.0~install: regexp-quote@0.0.0
72864npm info lifecycle relateurl@0.2.6~install: relateurl@0.2.6
72865npm info lifecycle repeat-element@1.1.2~install: repeat-element@1.1.2
72866npm info lifecycle repeat-string@1.5.2~install: repeat-string@1.5.2
72867npm info lifecycle fill-range@2.2.3~install: fill-range@2.2.3
72868npm info lifecycle expand-range@1.8.1~install: expand-range@1.8.1
72869npm info lifecycle braces@1.8.3~install: braces@1.8.3
72870npm info lifecycle repeating@1.1.3~install: repeating@1.1.3
72871npm info lifecycle indent-string@1.2.2~install: indent-string@1.2.2
72872npm info lifecycle meow@2.0.0~install: meow@2.0.0
72873npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
72874npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
72875npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
72876npm info lifecycle qs@4.0.0~install: qs@4.0.0
72877npm info lifecycle requirejs@2.1.22~install: requirejs@2.1.22
72878npm info lifecycle depd@1.0.1~install: depd@1.0.1
72879npm info lifecycle response-time@2.3.1~install: response-time@2.3.1
72880npm info lifecycle retry@0.6.0~install: retry@0.6.0
72881npm info lifecycle request-replay@0.2.0~install: request-replay@0.2.0
72882npm info lifecycle rndm@1.1.1~install: rndm@1.1.1
72883npm info lifecycle rx@2.5.3~install: rx@2.5.3
72884npm info lifecycle safe-json-stringify@1.0.3~install: safe-json-stringify@1.0.3
72885npm info lifecycle saucelabs@0.1.1~install: saucelabs@0.1.1
72886npm info lifecycle sax@0.6.1~install: sax@0.6.1
72887npm info lifecycle scmp@1.0.0~install: scmp@1.0.0
72888npm info lifecycle adm-zip@0.4.4~install: adm-zip@0.4.4
72889npm info lifecycle tmp@0.0.24~install: tmp@0.0.24
72890npm info lifecycle semver@2.3.2~install: semver@2.3.2
72891npm info lifecycle semver-diff@0.1.0~install: semver-diff@0.1.0
72892npm info lifecycle semver-utils@1.1.1~install: semver-utils@1.1.1
72893npm info lifecycle bower@1.7.1~install: bower@1.7.1
72894npm info lifecycle send@0.2.0~install: send@0.2.0
72895npm info lifecycle sentence-case@1.1.3~install: sentence-case@1.1.3
72896npm info lifecycle path-case@1.1.2~install: path-case@1.1.2
72897npm info lifecycle param-case@1.1.2~install: param-case@1.1.2
72898npm info lifecycle dot-case@1.1.2~install: dot-case@1.1.2
72899npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
72900npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
72901npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
72902npm info lifecycle ms@0.7.1~install: ms@0.7.1
72903npm info lifecycle debug@2.2.0~install: debug@2.2.0
72904npm info lifecycle negotiator@0.5.3~install: negotiator@0.5.3
72905npm info lifecycle accepts@1.2.13~install: accepts@1.2.13
72906npm info lifecycle parseurl@1.3.0~install: parseurl@1.3.0
72907npm info lifecycle fresh@0.2.0~install: fresh@0.2.0
72908npm info lifecycle range-parser@0.0.4~install: range-parser@0.0.4
72909npm info lifecycle send@0.1.4~install: send@0.1.4
72910npm info lifecycle serve-static@1.0.1~install: serve-static@1.0.1
72911npm info lifecycle shell-quote@1.4.3~install: shell-quote@1.4.3
72912npm info lifecycle shelljs@0.2.6~install: shelljs@0.2.6
72913npm info lifecycle grunt-build-control@0.1.3~install: grunt-build-control@0.1.3
72914npm info lifecycle sockjs-client@0.0.0-unreleasable~install: sockjs-client@0.0.0-unreleasable
72915npm info lifecycle should@3.3.2~install: should@3.3.2
72916npm info lifecycle sigmund@1.0.1~install: sigmund@1.0.1
72917npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
72918npm info lifecycle glob@3.2.11~install: glob@3.2.11
72919npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
72920npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
72921npm info lifecycle glob@3.2.11~install: glob@3.2.11
72922npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
72923npm info lifecycle glob@3.2.3~install: glob@3.2.3
72924npm info lifecycle mocha@1.18.2~install: mocha@1.18.2
72925npm info lifecycle grunt-mocha-test@0.10.2~install: grunt-mocha-test@0.10.2
72926npm info lifecycle minimatch@1.0.0~install: minimatch@1.0.0
72927npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
72928npm info lifecycle glob@3.2.11~install: glob@3.2.11
72929npm info lifecycle jasmine@2.1.1~install: jasmine@2.1.1
72930npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
72931npm info lifecycle glob@3.1.21~install: glob@3.1.21
72932npm info lifecycle minimatch@1.0.0~install: minimatch@1.0.0
72933npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
72934npm info lifecycle glob@3.1.21~install: glob@3.1.21
72935npm info lifecycle globule@0.1.0~install: globule@0.1.0
72936npm info lifecycle gaze@0.5.2~install: gaze@0.5.2
72937npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
72938npm info lifecycle glob@3.2.11~install: glob@3.2.11
72939npm info lifecycle findup-sync@0.1.3~install: findup-sync@0.1.3
72940npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
72941npm info lifecycle glob@3.2.11~install: glob@3.2.11
72942npm info lifecycle cli@0.6.6~install: cli@0.6.6
72943npm info lifecycle signal-exit@2.1.2~install: signal-exit@2.1.2
72944npm info lifecycle loud-rejection@1.2.0~install: loud-rejection@1.2.0
72945npm info lifecycle simple-fmt@0.1.0~install: simple-fmt@0.1.0
72946npm info lifecycle simple-is@0.2.0~install: simple-is@0.2.0
72947npm info lifecycle sliced@0.0.5~install: sliced@0.0.5
72948npm info lifecycle mquery@1.6.3~install: mquery@1.6.3
72949npm info lifecycle snake-case@1.1.2~install: snake-case@1.1.2
72950npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
72951npm info lifecycle hawk@3.1.2~install: hawk@3.1.2
72952npm info lifecycle debug@1.0.2~install: debug@1.0.2
72953npm info lifecycle debug@0.7.4~install: debug@0.7.4
72954npm info lifecycle socket.io-parser@2.2.2~install: socket.io-parser@2.2.2
72955npm info lifecycle socket.io-adapter@0.3.1~install: socket.io-adapter@0.3.1
72956npm info lifecycle debug@0.7.4~install: debug@0.7.4
72957npm info lifecycle has-binary@0.1.6~install: has-binary@0.1.6
72958npm info lifecycle debug@0.7.4~install: debug@0.7.4
72959npm info lifecycle socket.io-parser@2.2.4~install: socket.io-parser@2.2.4
72960npm info lifecycle debug@2.1.0~install: debug@2.1.0
72961npm info lifecycle object-keys@0.4.0~install: object-keys@0.4.0
72962npm info lifecycle xtend@2.1.2~install: xtend@2.1.2
72963npm info lifecycle sockjs@0.3.7~install: sockjs@0.3.7
72964npm info lifecycle shoe@0.0.15~install: shoe@0.0.15
72965npm info lifecycle source-map@0.1.34~install: source-map@0.1.34
72966npm info lifecycle postcss@0.3.5~install: postcss@0.3.5
72967npm info lifecycle stylus@0.49.3~install: stylus@0.49.3
72968npm info lifecycle nib@1.1.0~install: nib@1.1.0
72969npm info lifecycle source-map@0.1.32~install: source-map@0.1.32
72970npm info lifecycle source-map-support@0.2.10~install: source-map-support@0.2.10
72971npm info lifecycle spdx-exceptions@1.0.4~install: spdx-exceptions@1.0.4
72972npm info lifecycle spdx-license-ids@1.1.0~install: spdx-license-ids@1.1.0
72973npm info lifecycle spdx-expression-parse@1.0.2~install: spdx-expression-parse@1.0.2
72974npm info lifecycle spdx-correct@1.0.2~install: spdx-correct@1.0.2
72975npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
72976npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
72977npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
72978npm info lifecycle stable@0.1.5~install: stable@0.1.5
72979npm info lifecycle alter@0.2.0~install: alter@0.2.0
72980npm info lifecycle stat-mode@0.2.1~install: stat-mode@0.2.1
72981npm info lifecycle statuses@1.2.1~install: statuses@1.2.1
72982npm info lifecycle http-errors@1.3.1~install: http-errors@1.3.1
72983npm info lifecycle serve-index@1.7.2~install: serve-index@1.7.2
72984npm info lifecycle send@0.13.0~install: send@0.13.0
72985npm info lifecycle serve-static@1.10.0~install: serve-static@1.10.0
72986npm info lifecycle connect-timeout@1.6.2~install: connect-timeout@1.6.2
72987npm info lifecycle send@0.13.0~install: send@0.13.0
72988npm info lifecycle serve-static@1.10.0~install: serve-static@1.10.0
72989npm info lifecycle stream-combiner@0.0.4~install: stream-combiner@0.0.4
72990npm info lifecycle streamsearch@0.1.2~install: streamsearch@0.1.2
72991npm info lifecycle ansi-regex@0.1.0~install: ansi-regex@0.1.0
72992npm info lifecycle strip-ansi@0.2.2~install: strip-ansi@0.2.2
72993npm info lifecycle string-length@0.1.2~install: string-length@0.1.2
72994npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
72995npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
72996npm info lifecycle stream-counter@0.2.0~install: stream-counter@0.2.0
72997npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
72998npm info lifecycle bl@0.9.4~install: bl@0.9.4
72999npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
73000npm info lifecycle multiparty@3.3.2~install: multiparty@3.3.2
73001npm info lifecycle readable-stream@1.0.31~install: readable-stream@1.0.31
73002npm info lifecycle mongodb@2.0.46~install: mongodb@2.0.46
73003npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73004npm info lifecycle log4js@0.6.29~install: log4js@0.6.29
73005npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
73006npm info lifecycle htmlparser2@3.8.3~install: htmlparser2@3.8.3
73007npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73008npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73009npm info lifecycle through2@0.5.1~install: through2@0.5.1
73010npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73011npm info lifecycle bl@0.9.4~install: bl@0.9.4
73012npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
73013npm info lifecycle dicer@0.2.5~install: dicer@0.2.5
73014npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
73015npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
73016npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73017npm info lifecycle htmlparser2@3.1.4~install: htmlparser2@3.1.4
73018npm info lifecycle cheerio@0.12.4~install: cheerio@0.12.4
73019npm info lifecycle grunt-dom-munger@3.4.0~install: grunt-dom-munger@3.4.0
73020npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
73021npm info lifecycle busboy@0.2.12~install: busboy@0.2.12
73022npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73023npm info lifecycle bl@0.9.4~install: bl@0.9.4
73024npm info lifecycle stringify-object@1.0.1~install: stringify-object@1.0.1
73025npm info lifecycle stringmap@0.2.2~install: stringmap@0.2.2
73026npm info lifecycle stringset@0.2.1~install: stringset@0.2.1
73027npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
73028npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
73029npm info lifecycle strip-bom@2.0.0~install: strip-bom@2.0.0
73030npm info lifecycle load-json-file@1.1.0~install: load-json-file@1.1.0
73031npm info lifecycle strip-indent@1.0.1~install: strip-indent@1.0.1
73032npm info lifecycle redent@1.0.0~install: redent@1.0.0
73033npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
73034npm info lifecycle jshint@2.5.11~install: jshint@2.5.11
73035npm info lifecycle grunt-contrib-jshint@0.10.0~install: grunt-contrib-jshint@0.10.0
73036npm info lifecycle css-parse@1.7.0~install: css-parse@1.7.0
73037npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
73038npm info lifecycle glob@3.2.11~install: glob@3.2.11
73039npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73040npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
73041npm info lifecycle sax@0.5.8~install: sax@0.5.8
73042npm info lifecycle stylus@0.52.4~install: stylus@0.52.4
73043npm info lifecycle success-symbol@0.1.0~install: success-symbol@0.1.0
73044npm info lifecycle extglob@0.3.1~install: extglob@0.3.1
73045npm info lifecycle micromatch@2.3.7~install: micromatch@2.3.7
73046npm info lifecycle anymatch@1.3.0~install: anymatch@1.3.0
73047npm info lifecycle debug@0.7.4~install: debug@0.7.4
73048npm info lifecycle extend@1.2.1~install: extend@1.2.1
73049npm info lifecycle methods@0.0.1~install: methods@0.0.1
73050npm info lifecycle mime@1.2.5~install: mime@1.2.5
73051npm info lifecycle qs@0.6.5~install: qs@0.6.5
73052npm info lifecycle superagent@0.17.0~install: superagent@0.17.0
73053npm info lifecycle supertest@0.11.0~install: supertest@0.11.0
73054npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
73055npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
73056npm info lifecycle log-symbols@1.0.2~install: log-symbols@1.0.2
73057npm info lifecycle grunt-filerev@2.2.0~install: grunt-filerev@2.2.0
73058npm info lifecycle grunt-contrib-stylus@0.22.0~install: grunt-contrib-stylus@0.22.0
73059npm info lifecycle tape@0.2.2~install: tape@0.2.2
73060npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73061npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
73062npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73063npm info lifecycle bl@0.9.4~install: bl@0.9.4
73064npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
73065npm info lifecycle text-table@0.2.0~install: text-table@0.2.0
73066npm info lifecycle jshint-stylish@0.1.5~install: jshint-stylish@0.1.5
73067npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
73068npm info lifecycle request-progress@0.3.0~install: request-progress@0.3.0
73069npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
73070npm info lifecycle through@2.3.8~install: through@2.3.8
73071npm info lifecycle split@0.3.3~install: split@0.3.3
73072npm info lifecycle object-keys@0.4.0~install: object-keys@0.4.0
73073npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73074npm info lifecycle xtend@2.1.2~install: xtend@2.1.2
73075npm info lifecycle through2@0.4.2~install: through2@0.4.2
73076npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73077npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73078npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73079npm info lifecycle time-grunt@0.3.2~install: time-grunt@0.3.2
73080npm info lifecycle timers-ext@0.1.0~install: timers-ext@0.1.0
73081npm info lifecycle memoizee@0.3.9~install: memoizee@0.3.9
73082npm info lifecycle cli-color@0.3.3~install: cli-color@0.3.3
73083npm info lifecycle inquirer@0.6.0~install: inquirer@0.6.0
73084npm info lifecycle inquirer@0.7.1~install: inquirer@0.7.1
73085npm info lifecycle debug@0.7.4~install: debug@0.7.4
73086npm info lifecycle qs@0.5.6~install: qs@0.5.6
73087npm info lifecycle tiny-lr-fork@0.0.5~install: tiny-lr-fork@0.0.5
73088npm info lifecycle grunt-contrib-watch@0.6.1~install: grunt-contrib-watch@0.6.1
73089npm info lifecycle tinycolor@0.0.1~install: tinycolor@0.0.1
73090npm info lifecycle ws@0.4.32~install: ws@0.4.32
73091
73092> ws@0.4.32 install /var/www/manticore.git/node_modules/node-inspector/node_modules/ws
73093> (node-gyp rebuild 2> builderror.log) || (exit 0)
73094
73095make: Entering directory `/var/www/manticore.git/node_modules/node-inspector/node_modules/ws/build'
73096 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
73097 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
73098 rm -rf "Release/bufferutil.node" && cp -af "Release/obj.target/bufferutil.node" "Release/bufferutil.node"
73099 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
73100 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
73101 rm -rf "Release/validation.node" && cp -af "Release/obj.target/validation.node" "Release/validation.node"
73102make: Leaving directory `/var/www/manticore.git/node_modules/node-inspector/node_modules/ws/build'
73103npm verb lifecycle ws@0.4.32~install: unsafe-perm in lifecycle false
73104npm 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
73105npm verb lifecycle ws@0.4.32~install: CWD: /var/www/manticore.git/node_modules/node-inspector/node_modules/ws
73106
73107> ws@0.4.32 install /var/www/manticore.git/node_modules/karma/node_modules/ws
73108> (node-gyp rebuild 2> builderror.log) || (exit 0)
73109
73110npm info lifecycle ws@0.4.32~install: ws@0.4.32
73111make: Entering directory `/var/www/manticore.git/node_modules/karma/node_modules/ws/build'
73112 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
73113 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
73114 rm -rf "Release/bufferutil.node" && cp -af "Release/obj.target/bufferutil.node" "Release/bufferutil.node"
73115 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
73116 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
73117 rm -rf "Release/validation.node" && cp -af "Release/obj.target/validation.node" "Release/validation.node"
73118make: Leaving directory `/var/www/manticore.git/node_modules/karma/node_modules/ws/build'
73119npm verb lifecycle ws@0.4.32~install: unsafe-perm in lifecycle false
73120npm 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
73121npm verb lifecycle ws@0.4.32~install: CWD: /var/www/manticore.git/node_modules/karma/node_modules/ws
73122npm info lifecycle ws@0.4.31~install: ws@0.4.31
73123
73124> ws@0.4.31 install /var/www/manticore.git/node_modules/engine.io-client/node_modules/ws
73125> (node-gyp rebuild 2> builderror.log) || (exit 0)
73126
73127make: Entering directory `/var/www/manticore.git/node_modules/engine.io-client/node_modules/ws/build'
73128 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
73129make: Leaving directory `/var/www/manticore.git/node_modules/engine.io-client/node_modules/ws/build'
73130npm verb lifecycle ws@0.4.31~install: unsafe-perm in lifecycle false
73131npm 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
73132npm verb lifecycle ws@0.4.31~install: CWD: /var/www/manticore.git/node_modules/engine.io-client/node_modules/ws
73133npm info lifecycle tmp@0.0.23~install: tmp@0.0.23
73134npm info lifecycle to-array@0.1.3~install: to-array@0.1.3
73135npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
73136npm info lifecycle touch@0.0.2~install: touch@0.0.2
73137npm info lifecycle decompress-zip@0.0.8~install: decompress-zip@0.0.8
73138npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
73139npm info lifecycle traverse@0.6.6~install: traverse@0.6.6
73140npm info lifecycle dnode-protocol@0.2.2~install: dnode-protocol@0.2.2
73141npm info lifecycle trim-newlines@1.0.0~install: trim-newlines@1.0.0
73142npm info lifecycle truncate@1.0.5~install: truncate@1.0.5
73143npm info lifecycle strong-data-uri@0.1.1~install: strong-data-uri@0.1.1
73144npm info lifecycle tryor@0.1.2~install: tryor@0.1.2
73145npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
73146npm info lifecycle request@2.36.0~install: request@2.36.0
73147npm info lifecycle request@2.42.0~install: request@2.42.0
73148npm info lifecycle request@2.42.0~install: request@2.42.0
73149npm info lifecycle request@2.51.0~install: request@2.51.0
73150npm info lifecycle type-is@1.3.2~install: type-is@1.3.2
73151npm info lifecycle typedarray@0.0.6~install: typedarray@0.0.6
73152npm info lifecycle concat-stream@1.4.10~install: concat-stream@1.4.10
73153npm info lifecycle base64url@1.0.5~install: base64url@1.0.5
73154npm info lifecycle jws@3.1.0~install: jws@3.1.0
73155npm info lifecycle jsonwebtoken@5.4.1~install: jsonwebtoken@5.4.1
73156npm info lifecycle async@0.2.10~install: async@0.2.10
73157npm info lifecycle uglify-to-browserify@1.0.2~install: uglify-to-browserify@1.0.2
73158npm info lifecycle uid@0.0.2~install: uid@0.0.2
73159npm info lifecycle uid-number@0.0.5~install: uid-number@0.0.5
73160npm info lifecycle uid-safe@2.0.0~install: uid-safe@2.0.0
73161npm info lifecycle csrf@3.0.0~install: csrf@3.0.0
73162npm info lifecycle csurf@1.8.3~install: csurf@1.8.3
73163npm info lifecycle uid2@0.0.3~install: uid2@0.0.3
73164npm info lifecycle ultron@1.0.2~install: ultron@1.0.2
73165npm info lifecycle underscore@1.7.0~install: underscore@1.7.0
73166npm info lifecycle argparse@0.1.16~install: argparse@0.1.16
73167npm info lifecycle js-yaml@2.1.3~install: js-yaml@2.1.3
73168npm info lifecycle js-yaml@2.0.5~install: js-yaml@2.0.5
73169npm info lifecycle underscore.string@2.2.1~install: underscore.string@2.2.1
73170npm info lifecycle unpipe@1.0.0~install: unpipe@1.0.0
73171npm info lifecycle finalhandler@0.4.0~install: finalhandler@0.4.0
73172npm info lifecycle raw-body@2.1.5~install: raw-body@2.1.5
73173npm info lifecycle body-parser@1.13.3~install: body-parser@1.13.3
73174npm info lifecycle untildify@2.1.0~install: untildify@2.1.0
73175npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
73176npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
73177npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
73178npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
73179npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
73180npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
73181npm info lifecycle upper-case@1.1.3~install: upper-case@1.1.3
73182npm info lifecycle title-case@1.1.2~install: title-case@1.1.2
73183npm info lifecycle swap-case@1.1.2~install: swap-case@1.1.2
73184npm info lifecycle is-upper-case@1.1.2~install: is-upper-case@1.1.2
73185npm info lifecycle constant-case@1.1.2~install: constant-case@1.1.2
73186npm info lifecycle camel-case@1.2.2~install: camel-case@1.2.2
73187npm info lifecycle upper-case-first@1.1.2~install: upper-case-first@1.1.2
73188npm info lifecycle pascal-case@1.1.2~install: pascal-case@1.1.2
73189npm info lifecycle change-case@2.1.6~install: change-case@2.1.6
73190npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
73191npm info lifecycle lru-cache@2.2.4~install: lru-cache@2.2.4
73192npm info lifecycle useragent@2.1.8~install: useragent@2.1.8
73193npm info lifecycle utf8@2.0.0~install: utf8@2.0.0
73194npm info lifecycle engine.io-parser@1.2.1~install: engine.io-parser@1.2.1
73195npm info lifecycle engine.io-client@1.5.1~install: engine.io-client@1.5.1
73196npm info lifecycle socket.io-client@1.3.5~install: socket.io-client@1.3.5
73197npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
73198npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
73199npm info lifecycle mongodb@1.4.39~install: mongodb@1.4.39
73200npm info lifecycle readdirp@2.0.0~install: readdirp@2.0.0
73201npm info lifecycle chokidar@1.4.1~install: chokidar@1.4.1
73202npm info lifecycle bl@1.0.0~install: bl@1.0.0
73203npm info lifecycle async@0.2.10~install: async@0.2.10
73204npm info lifecycle ncp@0.4.2~install: ncp@0.4.2
73205npm info lifecycle utils-merge@1.0.0~install: utils-merge@1.0.0
73206npm info lifecycle express-session@1.11.3~install: express-session@1.11.3
73207npm info lifecycle uuid@1.4.2~install: uuid@1.4.2
73208npm info lifecycle tempfile@0.1.3~install: tempfile@0.1.3
73209npm info lifecycle v8-debug@0.4.6~install: v8-debug@0.4.6
73210
73211> v8-debug@0.4.6 install /var/www/manticore.git/node_modules/v8-debug
73212> node-pre-gyp install --fallback-to-build
73213
73214node-pre-gyp info it worked if it ends with ok
73215node-pre-gyp verb cli [ 'node',
73216node-pre-gyp verb cli '/var/www/manticore.git/node_modules/.bin/node-pre-gyp',
73217node-pre-gyp verb cli 'install',
73218node-pre-gyp verb cli '--fallback-to-build' ]
73219node-pre-gyp info using node-pre-gyp@0.6.18
73220node-pre-gyp info using node@0.12.8 | linux | x64
73221node-pre-gyp verb command install []
73222node-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)
73223node-pre-gyp http GET https://node-inspector.s3.amazonaws.com/debug/v0.4.6/node-v14-linux-x64.tar.gz
73224node-pre-gyp http 404 https://node-inspector.s3.amazonaws.com/debug/v0.4.6/node-v14-linux-x64.tar.gz
73225node-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)
73226node-pre-gyp verb command build [ 'rebuild' ]
73227gyp info it worked if it ends with ok
73228gyp verb cli [ '/usr/bin/node',
73229gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
73230gyp verb cli 'clean' ]
73231gyp info using node-gyp@3.2.1
73232gyp info using node@0.12.8 | linux | x64
73233gyp verb command clean []
73234gyp verb clean removing "build" directory
73235gyp info ok
73236gyp info it worked if it ends with ok
73237gyp verb cli [ '/usr/bin/node',
73238gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
73239gyp verb cli 'configure',
73240gyp verb cli '--fallback-to-build',
73241gyp verb cli '--module=/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64/debug.node',
73242gyp verb cli '--module_name=debug',
73243gyp verb cli '--module_path=/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64' ]
73244gyp info using node-gyp@3.2.1
73245gyp info using node@0.12.8 | linux | x64
73246gyp verb command configure []
73247gyp verb check python checking for Python executable "python2" in the PATH
73248gyp verb `which` succeeded python2 /usr/bin/python2
73249gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.5\n"
73250gyp verb get node dir no --target version specified, falling back to host node version: 0.12.8
73251gyp verb command install [ '0.12.8' ]
73252gyp verb install input version string "0.12.8"
73253gyp verb install installing version: 0.12.8
73254gyp verb install --ensure was passed, so won't reinstall if already installed
73255gyp verb install version is already installed, need to check "installVersion"
73256gyp verb got "installVersion" 9
73257gyp verb needs "installVersion" 9
73258gyp verb install version is good
73259gyp verb get node dir target node version installed: 0.12.8
73260gyp verb build dir attempting to create "build" dir: /var/www/manticore.git/node_modules/v8-debug/build
73261gyp verb build dir "build" dir needed to be created? /var/www/manticore.git/node_modules/v8-debug/build
73262gyp verb build/config.gypi creating config file
73263gyp verb build/config.gypi writing out config file: /var/www/manticore.git/node_modules/v8-debug/build/config.gypi
73264gyp verb config.gypi checking for gypi file: /var/www/manticore.git/node_modules/v8-debug/config.gypi
73265gyp verb common.gypi checking for gypi file: /var/www/manticore.git/node_modules/v8-debug/common.gypi
73266gyp verb gyp gyp format was not specified; forcing "make"
73267gyp info spawn /usr/bin/python2
73268gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
73269gyp info spawn args 'binding.gyp',
73270gyp info spawn args '-f',
73271gyp info spawn args 'make',
73272gyp info spawn args '-I',
73273gyp info spawn args '/var/www/manticore.git/node_modules/v8-debug/build/config.gypi',
73274gyp info spawn args '-I',
73275gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
73276gyp info spawn args '-I',
73277gyp info spawn args '/root/.node-gyp/0.12.8/common.gypi',
73278gyp info spawn args '-Dlibrary=shared_library',
73279gyp info spawn args '-Dvisibility=default',
73280gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.12.8',
73281gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
73282gyp info spawn args '-Dnode_lib_file=node.lib',
73283gyp info spawn args '-Dmodule_root_dir=/var/www/manticore.git/node_modules/v8-debug',
73284gyp info spawn args '--depth=.',
73285gyp info spawn args '--no-parallel',
73286gyp info spawn args '--generator-output',
73287gyp info spawn args 'build',
73288gyp info spawn args '-Goutput_dir=.' ]
73289gyp info ok
73290gyp info it worked if it ends with ok
73291gyp verb cli [ '/usr/bin/node',
73292gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
73293gyp verb cli 'build',
73294gyp verb cli '--fallback-to-build',
73295gyp verb cli '--module=/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64/debug.node',
73296gyp verb cli '--module_name=debug',
73297gyp verb cli '--module_path=/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64' ]
73298gyp info using node-gyp@3.2.1
73299gyp info using node@0.12.8 | linux | x64
73300gyp verb command build []
73301gyp verb build type Release
73302gyp verb architecture x64
73303gyp verb node dev dir /root/.node-gyp/0.12.8
73304gyp verb `which` succeeded for `make` /usr/bin/make
73305gyp info spawn make
73306gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
73307make: Entering directory `/var/www/manticore.git/node_modules/v8-debug/build'
73308 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
73309../src/debug.cc: In static member function 'static void nodex::Debug::InternalConstructorName(const v8::FunctionCallbackInfo<v8::Value>&)':
73310../src/debug.cc:194:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
73311 result_type = "";
73312 ^
73313 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
73314 rm -rf "Release/debug.node" && cp -af "Release/obj.target/debug.node" "Release/debug.node"
73315 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"
73316 touch Release/obj.target/action_after_build.stamp
73317make: Leaving directory `/var/www/manticore.git/node_modules/v8-debug/build'
73318gyp info ok
73319node-pre-gyp info ok
73320npm verb lifecycle v8-debug@0.4.6~install: unsafe-perm in lifecycle false
73321npm 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
73322npm verb lifecycle v8-debug@0.4.6~install: CWD: /var/www/manticore.git/node_modules/v8-debug
73323npm info lifecycle nan@2.0.9~install: nan@2.0.9
73324npm info lifecycle v8-profiler@5.2.12~install: v8-profiler@5.2.12
73325
73326> v8-profiler@5.2.12 install /var/www/manticore.git/node_modules/v8-profiler
73327> node-pre-gyp install --fallback-to-build
73328
73329node-pre-gyp info it worked if it ends with ok
73330node-pre-gyp verb cli [ 'node',
73331node-pre-gyp verb cli '/var/www/manticore.git/node_modules/.bin/node-pre-gyp',
73332node-pre-gyp verb cli 'install',
73333node-pre-gyp verb cli '--fallback-to-build' ]
73334node-pre-gyp info using node-pre-gyp@0.6.18
73335node-pre-gyp info using node@0.12.8 | linux | x64
73336node-pre-gyp verb command install []
73337node-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)
73338node-pre-gyp http GET https://node-inspector.s3.amazonaws.com/profiler/v5.2.12/node-v14-linux-x64.tar.gz
73339node-pre-gyp http 200 https://node-inspector.s3.amazonaws.com/profiler/v5.2.12/node-v14-linux-x64.tar.gz
73340node-pre-gyp info install unpacking profiler.node
73341node-pre-gyp info tarball done parsing tarball
73342node-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\')''
73343[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
73344node-pre-gyp info ok
73345npm verb lifecycle v8-profiler@5.2.12~install: unsafe-perm in lifecycle false
73346npm 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
73347npm verb lifecycle v8-profiler@5.2.12~install: CWD: /var/www/manticore.git/node_modules/v8-profiler
73348npm info lifecycle validate-npm-package-license@3.0.1~install: validate-npm-package-license@3.0.1
73349npm info lifecycle normalize-package-data@2.3.5~install: normalize-package-data@2.3.5
73350npm info lifecycle read-pkg@1.1.0~install: read-pkg@1.1.0
73351npm info lifecycle read-pkg-up@1.0.1~install: read-pkg-up@1.0.1
73352npm info lifecycle meow@3.6.0~install: meow@3.6.0
73353npm info lifecycle default-browser-id@1.0.4~install: default-browser-id@1.0.4
73354npm info lifecycle vary@1.0.1~install: vary@1.0.1
73355npm info lifecycle express@4.13.3~install: express@4.13.3
73356npm info lifecycle method-override@2.3.5~install: method-override@2.3.5
73357npm info lifecycle compression@1.5.2~install: compression@1.5.2
73358npm info lifecycle verror@1.6.0~install: verror@1.6.0
73359npm info lifecycle vasync@1.6.3~install: vasync@1.6.3
73360npm info lifecycle vhost@3.0.2~install: vhost@3.0.2
73361npm info lifecycle connect@2.30.2~install: connect@2.30.2
73362npm info lifecycle ware@0.3.0~install: ware@0.3.0
73363npm info lifecycle nan@2.1.0~install: nan@2.1.0
73364npm info lifecycle weak@1.0.0~install: weak@1.0.0
73365
73366> weak@1.0.0 install /var/www/manticore.git/node_modules/weak
73367> node-gyp rebuild
73368
73369gyp info it worked if it ends with ok
73370gyp verb cli [ 'node',
73371gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
73372gyp verb cli 'rebuild' ]
73373gyp info using node-gyp@3.2.1
73374gyp info using node@0.12.8 | linux | x64
73375gyp verb command rebuild []
73376gyp verb command clean []
73377gyp verb clean removing "build" directory
73378gyp verb command configure []
73379gyp verb check python checking for Python executable "python2" in the PATH
73380gyp verb `which` succeeded python2 /usr/bin/python2
73381gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.5\n"
73382gyp verb get node dir no --target version specified, falling back to host node version: 0.12.8
73383gyp verb command install [ '0.12.8' ]
73384gyp verb install input version string "0.12.8"
73385gyp verb install installing version: 0.12.8
73386gyp verb install --ensure was passed, so won't reinstall if already installed
73387gyp verb install version is already installed, need to check "installVersion"
73388gyp verb got "installVersion" 9
73389gyp verb needs "installVersion" 9
73390gyp verb install version is good
73391gyp verb get node dir target node version installed: 0.12.8
73392gyp verb build dir attempting to create "build" dir: /var/www/manticore.git/node_modules/weak/build
73393gyp verb build dir "build" dir needed to be created? /var/www/manticore.git/node_modules/weak/build
73394gyp verb build/config.gypi creating config file
73395gyp verb build/config.gypi writing out config file: /var/www/manticore.git/node_modules/weak/build/config.gypi
73396gyp verb config.gypi checking for gypi file: /var/www/manticore.git/node_modules/weak/config.gypi
73397gyp verb common.gypi checking for gypi file: /var/www/manticore.git/node_modules/weak/common.gypi
73398gyp verb gyp gyp format was not specified; forcing "make"
73399gyp info spawn /usr/bin/python2
73400gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
73401gyp info spawn args 'binding.gyp',
73402gyp info spawn args '-f',
73403gyp info spawn args 'make',
73404gyp info spawn args '-I',
73405gyp info spawn args '/var/www/manticore.git/node_modules/weak/build/config.gypi',
73406gyp info spawn args '-I',
73407gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
73408gyp info spawn args '-I',
73409gyp info spawn args '/root/.node-gyp/0.12.8/common.gypi',
73410gyp info spawn args '-Dlibrary=shared_library',
73411gyp info spawn args '-Dvisibility=default',
73412gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.12.8',
73413gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
73414gyp info spawn args '-Dnode_lib_file=node.lib',
73415gyp info spawn args '-Dmodule_root_dir=/var/www/manticore.git/node_modules/weak',
73416gyp info spawn args '--depth=.',
73417gyp info spawn args '--no-parallel',
73418gyp info spawn args '--generator-output',
73419gyp info spawn args 'build',
73420gyp info spawn args '-Goutput_dir=.' ]
73421gyp verb command build []
73422gyp verb build type Release
73423gyp verb architecture x64
73424gyp verb node dev dir /root/.node-gyp/0.12.8
73425gyp verb `which` succeeded for `make` /usr/bin/make
73426gyp info spawn make
73427gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
73428make: Entering directory `/var/www/manticore.git/node_modules/weak/build'
73429 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
73430 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
73431 rm -rf "Release/weakref.node" && cp -af "Release/obj.target/weakref.node" "Release/weakref.node"
73432make: Leaving directory `/var/www/manticore.git/node_modules/weak/build'
73433gyp info ok
73434npm verb lifecycle weak@1.0.0~install: unsafe-perm in lifecycle false
73435npm 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
73436npm verb lifecycle weak@1.0.0~install: CWD: /var/www/manticore.git/node_modules/weak
73437npm info lifecycle dnode@1.2.2~install: dnode@1.2.2
73438npm info lifecycle whet.extend@0.9.9~install: whet.extend@0.9.9
73439npm info lifecycle svgo@0.4.5~install: svgo@0.4.5
73440npm info lifecycle imagemin-svgo@0.1.1~install: imagemin-svgo@0.1.1
73441npm info lifecycle grunt-svgmin@0.4.0~install: grunt-svgmin@0.4.0
73442npm info lifecycle which@1.0.9~install: which@1.0.9
73443npm info lifecycle karma-chrome-launcher@0.1.12~install: karma-chrome-launcher@0.1.12
73444npm info lifecycle grunt-legacy-util@0.2.0~install: grunt-legacy-util@0.2.0
73445npm info lifecycle grunt@0.4.5~install: grunt@0.4.5
73446npm info lifecycle ms@0.7.1~install: ms@0.7.1
73447npm info lifecycle debug@2.2.0~install: debug@2.2.0
73448npm info lifecycle yargs@1.3.3~install: yargs@1.3.3
73449npm info lifecycle semver@5.1.0~install: semver@5.1.0
73450npm info lifecycle win-release@1.1.1~install: win-release@1.1.1
73451npm info lifecycle os-name@1.0.3~install: os-name@1.0.3
73452npm info lifecycle win-spawn@2.0.0~install: win-spawn@2.0.0
73453npm info lifecycle window-size@0.1.0~install: window-size@0.1.0
73454npm info lifecycle ansi-styles@0.1.2~install: ansi-styles@0.1.2
73455npm info lifecycle chalk@0.1.1~install: chalk@0.1.1
73456npm info lifecycle lodash@1.3.1~install: lodash@1.3.1
73457npm info lifecycle wiredep@0.4.2~install: wiredep@0.4.2
73458npm info lifecycle grunt-asset-injector@0.1.0~install: grunt-asset-injector@0.1.0
73459npm info lifecycle async@0.2.10~install: async@0.2.10
73460npm info lifecycle wordwrap@0.0.2~install: wordwrap@0.0.2
73461npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
73462npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
73463npm info lifecycle uglify-js@2.4.0~install: uglify-js@2.4.0
73464npm info lifecycle with@2.0.0~install: with@2.0.0
73465npm info lifecycle uglify-js@2.2.5~install: uglify-js@2.2.5
73466npm info lifecycle transformers@2.1.0~install: transformers@2.1.0
73467npm info lifecycle uglify-js@2.4.0~install: uglify-js@2.4.0
73468npm info lifecycle with@1.1.1~install: with@1.1.1
73469npm info lifecycle uglify-js@2.2.5~install: uglify-js@2.2.5
73470npm info lifecycle transformers@2.0.1~install: transformers@2.0.1
73471npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
73472npm info lifecycle handlebars@2.0.0~install: handlebars@2.0.0
73473npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
73474npm info lifecycle ng-annotate@0.9.11~install: ng-annotate@0.9.11
73475npm info lifecycle grunt-ng-annotate@0.2.3~install: grunt-ng-annotate@0.2.3
73476npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
73477npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
73478npm info lifecycle optimist@0.2.8~install: optimist@0.2.8
73479npm info lifecycle event-stream@0.5.3~install: event-stream@0.5.3
73480npm info lifecycle ps-tree@0.0.3~install: ps-tree@0.0.3
73481npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
73482npm info lifecycle bower-config@0.5.2~install: bower-config@0.5.2
73483npm info lifecycle bower-registry-client@0.2.4~install: bower-registry-client@0.2.4
73484npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73485npm info lifecycle once@1.3.2~install: once@1.3.2
73486npm info lifecycle npmconf@2.1.1~install: npmconf@2.1.1
73487npm info lifecycle npmconf@2.1.2~install: npmconf@2.1.2
73488npm info lifecycle registry-url@0.1.1~install: registry-url@0.1.1
73489npm info lifecycle package-json@0.2.0~install: package-json@0.2.0
73490npm info lifecycle latest-version@0.2.0~install: latest-version@0.2.0
73491npm info lifecycle glob@4.0.6~install: glob@4.0.6
73492npm info lifecycle end-of-stream@1.0.0~install: end-of-stream@1.0.0
73493npm info lifecycle pump@0.3.5~install: pump@0.3.5
73494npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
73495npm info lifecycle glob@4.5.3~install: glob@4.5.3
73496npm info lifecycle glob@5.0.15~install: glob@5.0.15
73497npm info lifecycle glob@4.5.3~install: glob@4.5.3
73498npm info lifecycle glob@6.0.3~install: glob@6.0.3
73499npm info lifecycle rimraf@2.4.5~install: rimraf@2.4.5
73500npm info lifecycle utile@0.2.1~install: utile@0.2.1
73501npm info lifecycle http-proxy@0.10.4~install: http-proxy@0.10.4
73502npm info lifecycle fs-extra@0.23.1~install: fs-extra@0.23.1
73503npm info lifecycle phantomjs@1.9.19~install: phantomjs@1.9.19
73504
73505> phantomjs@1.9.19 install /var/www/manticore.git/node_modules/phantomjs
73506> node install.js
73507
73508Looks like an `npm install -g`; unable to check for already installed version.
73509Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
73510Saving to /var/www/manticore.git/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
73511Receiving...
73512
73513Received 12854K total.
73514Extracting tar contents (via spawned process)
73515Removing /var/www/manticore.git/node_modules/phantomjs/lib/phantom
73516Copying extracted folder /var/www/manticore.git/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2-extract-1451417595521/phantomjs-1.9.8-linux-x86_64 -> /var/www/manticore.git/node_modules/phantomjs/lib/phantom
73517Writing location.js file
73518Done. Phantomjs binary available at /var/www/manticore.git/node_modules/phantomjs/lib/phantom/bin/phantomjs
73519npm verb lifecycle phantomjs@1.9.19~install: unsafe-perm in lifecycle false
73520npm 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
73521npm verb lifecycle phantomjs@1.9.19~install: CWD: /var/www/manticore.git/node_modules/phantomjs
73522npm info lifecycle karma-phantomjs-launcher@0.1.4~install: karma-phantomjs-launcher@0.1.4
73523npm info lifecycle mv@2.1.1~install: mv@2.1.1
73524npm info lifecycle bunyan@1.5.1~install: bunyan@1.5.1
73525npm info lifecycle fs-extra@0.10.0~install: fs-extra@0.10.0
73526npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
73527npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
73528npm info lifecycle fstream@0.1.31~install: fstream@0.1.31
73529npm info lifecycle tar@0.1.20~install: tar@0.1.20
73530npm info lifecycle fs-extra@0.9.1~install: fs-extra@0.9.1
73531npm info lifecycle autoprefixer@1.3.1~install: autoprefixer@1.3.1
73532npm info lifecycle grunt-autoprefixer@0.7.6~install: grunt-autoprefixer@0.7.6
73533npm info lifecycle exec-buffer@0.1.1~install: exec-buffer@0.1.1
73534npm info lifecycle decompress@0.2.5~install: decompress@0.2.5
73535npm info lifecycle nan@1.4.3~install: nan@1.4.3
73536npm 
73537> ws@0.5.0 install /var/www/manticore.git/node_modules/ws
73538> (node-gyp rebuild 2> builderror.log) || (exit 0)
73539
73540info lifecycle ws@0.5.0~install: ws@0.5.0
73541make: Entering directory `/var/www/manticore.git/node_modules/ws/build'
73542 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
73543 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
73544 rm -rf "Release/bufferutil.node" && cp -af "Release/obj.target/bufferutil.node" "Release/bufferutil.node"
73545 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
73546 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
73547 rm -rf "Release/validation.node" && cp -af "Release/obj.target/validation.node" "Release/validation.node"
73548make: Leaving directory `/var/www/manticore.git/node_modules/ws/build'
73549npm verb lifecycle ws@0.5.0~install: unsafe-perm in lifecycle false
73550npm 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
73551npm verb lifecycle ws@0.5.0~install: CWD: /var/www/manticore.git/node_modules/ws
73552npm info lifecycle engine.io@1.5.1~install: engine.io@1.5.1
73553npm info lifecycle x-default-browser@0.3.1~install: x-default-browser@0.3.1
73554npm info lifecycle xdg-basedir@1.0.1~install: xdg-basedir@1.0.1
73555npm info lifecycle configstore@0.3.2~install: configstore@0.3.2
73556npm info lifecycle update-notifier@0.2.0~install: update-notifier@0.2.0
73557npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
73558npm info lifecycle xmlbuilder@4.0.0~install: xmlbuilder@4.0.0
73559npm info lifecycle xml2js@0.4.4~install: xml2js@0.4.4
73560npm info lifecycle selenium-webdriver@2.44.0~install: selenium-webdriver@2.44.0
73561npm info lifecycle protractor@1.8.0~install: protractor@1.8.0
73562npm info lifecycle grunt-protractor-runner@1.2.1~install: grunt-protractor-runner@1.2.1
73563npm info lifecycle xmldom@0.1.19~install: xmldom@0.1.19
73564npm info lifecycle plist@1.2.0~install: plist@1.2.0
73565npm info lifecycle xmlhttprequest@1.8.0~install: xmlhttprequest@1.8.0
73566npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
73567npm info lifecycle win-detect-browsers@1.0.2~install: win-detect-browsers@1.0.2
73568npm info lifecycle browser-launcher2@0.4.6~install: browser-launcher2@0.4.6
73569npm info lifecycle biased-opener@0.2.7~install: biased-opener@0.2.7
73570npm info lifecycle node-inspector@0.9.2~install: node-inspector@0.9.2
73571npm info lifecycle grunt-node-inspector@0.1.6~install: grunt-node-inspector@0.1.6
73572npm info lifecycle tar-stream@0.4.7~install: tar-stream@0.4.7
73573npm info lifecycle tar-fs@0.5.2~install: tar-fs@0.5.2
73574npm info lifecycle is-my-json-valid@2.12.3~install: is-my-json-valid@2.12.3
73575npm info lifecycle har-validator@1.8.0~install: har-validator@1.8.0
73576npm info lifecycle request@2.60.0~install: request@2.60.0
73577npm info lifecycle update-notifier@0.1.10~install: update-notifier@0.1.10
73578npm info lifecycle nodemon@1.0.20~install: nodemon@1.0.20
73579npm info lifecycle grunt-nodemon@0.2.1~install: grunt-nodemon@0.2.1
73580npm info lifecycle insight@0.4.3~install: insight@0.4.3
73581npm info lifecycle bower@1.3.12~install: bower@1.3.12
73582npm info lifecycle google-cdn@0.7.0~install: google-cdn@0.7.0
73583npm info lifecycle grunt-google-cdn@0.4.3~install: grunt-google-cdn@0.4.3
73584npm info lifecycle download@0.1.19~install: download@0.1.19
73585npm info lifecycle bin-wrapper@0.3.4~install: bin-wrapper@0.3.4
73586npm info lifecycle bin-build@0.1.1~install: bin-build@0.1.1
73587npm info lifecycle pngquant-bin@0.3.5~install: pngquant-bin@0.3.5
73588npm info lifecycle imagemin-pngquant@0.1.3~install: imagemin-pngquant@0.1.3
73589npm info lifecycle optipng-bin@0.3.11~install: optipng-bin@0.3.11
73590npm info lifecycle imagemin-optipng@0.1.0~install: imagemin-optipng@0.1.0
73591npm info lifecycle jpegtran-bin@0.2.8~install: jpegtran-bin@0.2.8
73592npm info lifecycle imagemin-jpegtran@0.1.0~install: imagemin-jpegtran@0.1.0
73593npm info lifecycle gifsicle@0.1.7~install: gifsicle@0.1.7
73594npm info lifecycle imagemin-gifsicle@0.1.1~install: imagemin-gifsicle@0.1.1
73595npm info lifecycle imagemin@0.4.9~install: imagemin@0.4.9
73596npm info lifecycle grunt-contrib-imagemin@0.7.2~install: grunt-contrib-imagemin@0.7.2
73597npm info lifecycle through2@0.6.5~install: through2@0.6.5
73598npm info lifecycle wiredep@1.8.6~install: wiredep@1.8.6
73599npm info lifecycle grunt-wiredep@1.8.0~install: grunt-wiredep@1.8.0
73600npm info lifecycle yargs@3.5.4~install: yargs@3.5.4
73601npm info lifecycle uglify-js@2.4.24~install: uglify-js@2.4.24
73602npm info lifecycle with@3.0.1~install: with@3.0.1
73603npm info lifecycle constantinople@1.0.2~install: constantinople@1.0.2
73604npm info lifecycle jade@0.33.0~install: jade@0.33.0
73605npm info lifecycle karma-jade-preprocessor@0.0.11~install: karma-jade-preprocessor@0.0.11
73606npm info lifecycle html-minifier@0.6.9~install: html-minifier@0.6.9
73607npm info lifecycle grunt-angular-templates@0.5.9~install: grunt-angular-templates@0.5.9
73608npm info lifecycle constantinople@2.0.1~install: constantinople@2.0.1
73609npm info lifecycle jade@1.3.1~install: jade@1.3.1
73610npm info lifecycle karma-ng-jade2js-preprocessor@0.1.5~install: karma-ng-jade2js-preprocessor@0.1.5
73611npm info lifecycle jade@1.2.0~install: jade@1.2.0
73612npm info lifecycle grunt-contrib-jade@0.11.0~install: grunt-contrib-jade@0.11.0
73613npm info lifecycle zeparser@0.0.5~install: zeparser@0.0.5
73614npm info lifecycle active-x-obfuscator@0.0.1~install: active-x-obfuscator@0.0.1
73615npm info lifecycle socket.io-client@0.9.16~install: socket.io-client@0.9.16
73616npm info lifecycle socket.io@0.9.16~install: socket.io@0.9.16
73617npm info lifecycle karma@0.12.37~install: karma@0.12.37
73618npm info lifecycle zlib-browserify@0.0.3~install: zlib-browserify@0.0.3
73619npm info lifecycle gzip-size@0.1.1~install: gzip-size@0.1.1
73620npm info lifecycle maxmin@0.1.0~install: maxmin@0.1.0
73621npm info lifecycle grunt-contrib-uglify@0.4.1~install: grunt-contrib-uglify@0.4.1
73622npm info lifecycle grunt-contrib-cssmin@0.9.0~install: grunt-contrib-cssmin@0.9.0
73623npm info lifecycle async@1.3.0~install: async@1.3.0
73624npm info lifecycle body-parser@1.5.2~install: body-parser@1.5.2
73625npm info lifecycle composable-middleware@0.3.0~install: composable-middleware@0.3.0
73626npm info lifecycle compression@1.0.11~install: compression@1.0.11
73627npm info lifecycle connect-mongo@0.4.2~install: connect-mongo@0.4.2
73628npm info lifecycle cookie-parser@1.0.1~install: cookie-parser@1.0.1
73629npm info lifecycle dav@1.7.8~install: dav@1.7.8
73630npm info lifecycle errorhandler@1.0.2~install: errorhandler@1.0.2
73631npm info lifecycle express@4.0.0~install: express@4.0.0
73632npm info lifecycle express-jwt@3.1.0~install: express-jwt@3.1.0
73633npm info lifecycle express-session@1.0.4~install: express-session@1.0.4
73634npm info lifecycle gridfs-stream@1.1.1~install: gridfs-stream@1.1.1
73635npm info lifecycle ldapjs@1.0.0~install: ldapjs@1.0.0
73636npm info lifecycle method-override@1.0.2~install: method-override@1.0.2
73637npm info lifecycle mongoose@4.1.12~install: mongoose@4.1.12
73638npm info lifecycle morgan@1.0.1~install: morgan@1.0.1
73639npm info lifecycle multer@0.1.8~install: multer@0.1.8
73640npm info lifecycle passport@0.2.2~install: passport@0.2.2
73641npm info lifecycle passport-ldapauth@0.3.0~install: passport-ldapauth@0.3.0
73642npm info lifecycle passport-local@0.1.6~install: passport-local@0.1.6
73643npm info lifecycle phantom@0.7.2~install: phantom@0.7.2
73644npm info lifecycle serve-favicon@2.0.1~install: serve-favicon@2.0.1
73645npm info lifecycle socket.io@1.3.5~install: socket.io@1.3.5
73646npm info lifecycle socketio-jwt@4.3.3~install: socketio-jwt@4.3.3
73647npm info lifecycle CSSwhat@0.4.7~postinstall: CSSwhat@0.4.7
73648npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
73649npm info lifecycle accessibility-developer-tools@2.6.0~postinstall: accessibility-developer-tools@2.6.0
73650npm info lifecycle adm-zip@0.4.7~postinstall: adm-zip@0.4.7
73651npm info lifecycle after@0.8.1~postinstall: after@0.8.1
73652npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
73653npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
73654npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
73655npm info lifecycle ansi-wrap@0.1.0~postinstall: ansi-wrap@0.1.0
73656npm info lifecycle ansi-green@0.1.1~postinstall: ansi-green@0.1.1
73657npm info lifecycle archy@0.0.2~postinstall: archy@0.0.2
73658npm info lifecycle underscore.string@2.4.0~postinstall: underscore.string@2.4.0
73659npm info lifecycle arr-flatten@1.0.1~postinstall: arr-flatten@1.0.1
73660npm info lifecycle arr-diff@2.0.0~postinstall: arr-diff@2.0.0
73661npm info lifecycle array-filter@0.0.1~postinstall: array-filter@0.0.1
73662npm info lifecycle array-flatten@1.1.1~postinstall: array-flatten@1.1.1
73663npm info lifecycle array-map@0.0.0~postinstall: array-map@0.0.0
73664npm info lifecycle array-reduce@0.0.0~postinstall: array-reduce@0.0.0
73665npm info lifecycle array-unique@0.2.1~postinstall: array-unique@0.2.1
73666npm info lifecycle arraybuffer.slice@0.0.6~postinstall: arraybuffer.slice@0.0.6
73667npm info lifecycle arrify@1.0.1~postinstall: arrify@1.0.1
73668npm info lifecycle asn1@0.2.3~postinstall: asn1@0.2.3
73669npm info lifecycle assert-plus@0.2.0~postinstall: assert-plus@0.2.0
73670npm info lifecycle async-each@0.1.6~postinstall: async-each@0.1.6
73671npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
73672npm info lifecycle backo2@1.0.2~postinstall: backo2@1.0.2
73673npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
73674npm info lifecycle base64-arraybuffer@0.1.2~postinstall: base64-arraybuffer@0.1.2
73675npm info lifecycle base64-js@0.0.8~postinstall: base64-js@0.0.8
73676npm info lifecycle base64-url@1.2.1~postinstall: base64-url@1.2.1
73677npm info lifecycle base64id@0.1.0~postinstall: base64id@0.1.0
73678npm info lifecycle basic-auth@1.0.3~postinstall: basic-auth@1.0.3
73679npm info lifecycle basic-auth-connect@1.0.0~postinstall: basic-auth-connect@1.0.0
73680npm info lifecycle batch@0.5.2~postinstall: batch@0.5.2
73681npm info lifecycle bcryptjs@2.1.0~postinstall: bcryptjs@2.1.0
73682npm info lifecycle benchmark@1.0.0~postinstall: benchmark@1.0.0
73683npm info lifecycle big-integer@1.6.9~postinstall: big-integer@1.6.9
73684npm info lifecycle binary-extensions@1.4.0~postinstall: binary-extensions@1.4.0
73685npm info lifecycle bindings@1.2.1~postinstall: bindings@1.2.1
73686npm info lifecycle blob@0.0.2~postinstall: blob@0.0.2
73687npm info lifecycle bluebird@2.9.26~postinstall: bluebird@2.9.26
73688npm info lifecycle bn.js@2.2.0~postinstall: bn.js@2.2.0
73689npm info lifecycle boolbase@1.0.0~postinstall: boolbase@1.0.0
73690npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
73691npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
73692npm info lifecycle osenv@0.0.3~postinstall: osenv@0.0.3
73693npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
73694npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
73695npm info lifecycle bower-logger@0.2.2~postinstall: bower-logger@0.2.2
73696npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
73697npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
73698npm info lifecycle async@0.2.10~postinstall: async@0.2.10
73699npm info lifecycle caseless@0.8.0~postinstall: caseless@0.8.0
73700npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
73701npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
73702npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
73703npm info lifecycle async@0.9.2~postinstall: async@0.9.2
73704npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
73705npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
73706npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
73707npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
73708npm info lifecycle lru-cache@2.3.1~postinstall: lru-cache@2.3.1
73709npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
73710npm info lifecycle oauth-sign@0.5.0~postinstall: oauth-sign@0.5.0
73711npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
73712npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
73713npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
73714npm info lifecycle hawk@1.1.1~postinstall: hawk@1.1.1
73715npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
73716npm info lifecycle archy@1.0.0~postinstall: archy@1.0.0
73717npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
73718npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
73719npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
73720npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
73721npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
73722npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
73723npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
73724npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
73725npm info lifecycle untildify@2.1.0~postinstall: untildify@2.1.0
73726npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
73727npm info lifecycle deep-extend@0.2.11~postinstall: deep-extend@0.2.11
73728npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
73729npm info lifecycle intersect@0.0.3~postinstall: intersect@0.0.3
73730npm info lifecycle bower-json@0.4.0~postinstall: bower-json@0.4.0
73731npm info lifecycle bower-logger@0.2.2~postinstall: bower-logger@0.2.2
73732npm info lifecycle async@0.2.10~postinstall: async@0.2.10
73733npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
73734npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
73735npm info lifecycle ansicolors@0.2.1~postinstall: ansicolors@0.2.1
73736npm info lifecycle esprima@1.0.4~postinstall: esprima@1.0.4
73737npm info lifecycle redeyed@0.4.4~postinstall: redeyed@0.4.4
73738npm info lifecycle cardinal@0.4.4~postinstall: cardinal@0.4.4
73739npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
73740npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
73741npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
73742npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
73743npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
73744npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
73745npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
73746npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
73747npm info lifecycle chmodr@1.0.2~postinstall: chmodr@1.0.2
73748npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
73749npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
73750npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
73751npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
73752npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
73753npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
73754npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
73755npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
73756npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
73757npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
73758npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
73759npm info lifecycle buffers@0.1.1~postinstall: buffers@0.1.1
73760npm info lifecycle traverse@0.3.9~postinstall: traverse@0.3.9
73761npm info lifecycle chainsaw@0.1.0~postinstall: chainsaw@0.1.0
73762npm info lifecycle binary@0.3.0~postinstall: binary@0.3.0
73763npm info lifecycle mkpath@0.1.0~postinstall: mkpath@0.1.0
73764npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
73765npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73766npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
73767npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
73768npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
73769npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
73770npm info lifecycle touch@0.0.3~postinstall: touch@0.0.3
73771npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
73772npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
73773npm info lifecycle iferr@0.1.5~postinstall: iferr@0.1.5
73774npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
73775npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
73776npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73777npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
73778npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
73779npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
73780npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
73781npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
73782npm info lifecycle fs-write-stream-atomic@1.0.7~postinstall: fs-write-stream-atomic@1.0.7
73783npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73784npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
73785npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
73786npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
73787npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
73788npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
73789npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73790npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
73791npm info lifecycle github@0.2.4~postinstall: github@0.2.4
73792npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
73793npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73794npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
73795npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
73796npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
73797npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
73798npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
73799npm info lifecycle once@1.3.3~postinstall: once@1.3.3
73800npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
73801npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
73802npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
73803npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
73804npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
73805npm info lifecycle async@0.2.10~postinstall: async@0.2.10
73806npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
73807npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
73808npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
73809npm info lifecycle handlebars@2.0.0~postinstall: handlebars@2.0.0
73810npm info lifecycle ansi-escapes@1.1.0~postinstall: ansi-escapes@1.1.0
73811npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
73812npm info lifecycle exit-hook@1.1.1~postinstall: exit-hook@1.1.1
73813npm info lifecycle onetime@1.0.0~postinstall: onetime@1.0.0
73814npm info lifecycle restore-cursor@1.0.1~postinstall: restore-cursor@1.0.1
73815npm info lifecycle cli-cursor@1.0.2~postinstall: cli-cursor@1.0.2
73816npm info lifecycle cli-width@1.1.0~postinstall: cli-width@1.1.0
73817npm info lifecycle figures@1.4.0~postinstall: figures@1.4.0
73818npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
73819npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
73820npm info lifecycle code-point-at@1.0.0~postinstall: code-point-at@1.0.0
73821npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
73822npm info lifecycle is-fullwidth-code-point@1.0.0~postinstall: is-fullwidth-code-point@1.0.0
73823npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
73824npm info lifecycle readline2@1.0.1~postinstall: readline2@1.0.1
73825npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
73826npm info lifecycle once@1.3.3~postinstall: once@1.3.3
73827npm info lifecycle run-async@0.1.0~postinstall: run-async@0.1.0
73828npm info lifecycle rx-lite@3.1.2~postinstall: rx-lite@3.1.2
73829npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
73830npm info lifecycle through@2.3.8~postinstall: through@2.3.8
73831npm info lifecycle inquirer@0.10.0~postinstall: inquirer@0.10.0
73832npm info lifecycle async@1.5.0~postinstall: async@1.5.0
73833npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
73834npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
73835npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
73836npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
73837npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
73838npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
73839npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
73840npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
73841npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
73842npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
73843npm info lifecycle lodash._getnative@3.9.1~postinstall: lodash._getnative@3.9.1
73844npm info lifecycle lodash.debounce@3.1.1~postinstall: lodash.debounce@3.1.1
73845npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
73846npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
73847npm info lifecycle osx-release@1.1.0~postinstall: osx-release@1.1.0
73848npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
73849npm info lifecycle win-release@1.1.1~postinstall: win-release@1.1.1
73850npm info lifecycle os-name@1.0.3~postinstall: os-name@1.0.3
73851npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
73852npm info lifecycle is-root@1.0.0~postinstall: is-root@1.0.0
73853npm info lifecycle junk@1.0.2~postinstall: junk@1.0.2
73854npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
73855npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
73856npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
73857npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
73858npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
73859npm info lifecycle mkdirp@0.5.0~postinstall: mkdirp@0.5.0
73860npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
73861npm info lifecycle mout@0.11.1~postinstall: mout@0.11.1
73862npm info lifecycle bower-config@1.3.0~postinstall: bower-config@1.3.0
73863npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
73864npm info lifecycle opn@1.0.2~postinstall: opn@1.0.2
73865npm info lifecycle q@0.9.7~postinstall: q@0.9.7
73866npm info lifecycle p-throttler@0.1.1~postinstall: p-throttler@0.1.1
73867npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
73868npm info lifecycle read@1.0.7~postinstall: read@1.0.7
73869npm info lifecycle promptly@0.2.0~postinstall: promptly@0.2.0
73870npm info lifecycle q@1.4.1~postinstall: q@1.4.1
73871npm info lifecycle decompress-zip@0.1.0~postinstall: decompress-zip@0.1.0
73872npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
73873npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
73874npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
73875npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
73876npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73877npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
73878npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
73879npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
73880npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
73881npm info lifecycle caseless@0.9.0~postinstall: caseless@0.9.0
73882npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
73883npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
73884npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
73885npm info lifecycle async@0.9.2~postinstall: async@0.9.2
73886npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
73887npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
73888npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
73889npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
73890npm info lifecycle hawk@2.3.1~postinstall: hawk@2.3.1
73891npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
73892npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
73893npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
73894npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
73895npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
73896npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
73897npm info lifecycle mime-db@1.12.0~postinstall: mime-db@1.12.0
73898npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
73899npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
73900npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
73901npm info lifecycle oauth-sign@0.6.0~postinstall: oauth-sign@0.6.0
73902npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
73903npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
73904npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
73905npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
73906npm info lifecycle request@2.53.0~postinstall: request@2.53.0
73907npm info lifecycle insight@0.7.0~postinstall: insight@0.7.0
73908npm info lifecycle retry@0.6.1~postinstall: retry@0.6.1
73909npm info lifecycle request-replay@0.2.0~postinstall: request-replay@0.2.0
73910npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
73911npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73912npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
73913npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
73914npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
73915npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
73916npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
73917npm info lifecycle once@1.3.3~postinstall: once@1.3.3
73918npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
73919npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
73920npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
73921npm info lifecycle rimraf@2.4.4~postinstall: rimraf@2.4.4
73922npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
73923npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
73924npm info lifecycle bower-registry-client@1.0.0~postinstall: bower-registry-client@1.0.0
73925npm info lifecycle semver@2.3.2~postinstall: semver@2.3.2
73926npm info lifecycle array-filter@0.0.1~postinstall: array-filter@0.0.1
73927npm info lifecycle array-map@0.0.0~postinstall: array-map@0.0.0
73928npm info lifecycle array-reduce@0.0.0~postinstall: array-reduce@0.0.0
73929npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
73930npm info lifecycle shell-quote@1.4.3~postinstall: shell-quote@1.4.3
73931npm info lifecycle stringify-object@1.0.1~postinstall: stringify-object@1.0.1
73932npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
73933npm info lifecycle once@1.3.3~postinstall: once@1.3.3
73934npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
73935npm info lifecycle pump@1.0.1~postinstall: pump@1.0.1
73936npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
73937npm info lifecycle once@1.3.3~postinstall: once@1.3.3
73938npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
73939npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
73940npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73941npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
73942npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
73943npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
73944npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
73945npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
73946npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
73947npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
73948npm info lifecycle tar-stream@1.3.1~postinstall: tar-stream@1.3.1
73949npm info lifecycle tar-fs@1.8.1~postinstall: tar-fs@1.8.1
73950npm info lifecycle tmp@0.0.24~postinstall: tmp@0.0.24
73951npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
73952npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
73953npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
73954npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
73955npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
73956npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
73957npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
73958npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
73959npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
73960npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
73961npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
73962npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
73963npm info lifecycle is-npm@1.0.0~postinstall: is-npm@1.0.0
73964npm info lifecycle capture-stack-trace@1.0.0~postinstall: capture-stack-trace@1.0.0
73965npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73966npm info lifecycle create-error-class@2.0.1~postinstall: create-error-class@2.0.1
73967npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
73968npm info lifecycle once@1.3.3~postinstall: once@1.3.3
73969npm info lifecycle end-of-stream@1.0.0~postinstall: end-of-stream@1.0.0
73970npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
73971npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73972npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
73973npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
73974npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
73975npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
73976npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
73977npm info lifecycle duplexify@3.4.2~postinstall: duplexify@3.4.2
73978npm info lifecycle is-plain-obj@1.1.0~postinstall: is-plain-obj@1.1.0
73979npm info lifecycle is-redirect@1.0.0~postinstall: is-redirect@1.0.0
73980npm info lifecycle is-stream@1.0.1~postinstall: is-stream@1.0.1
73981npm info lifecycle lowercase-keys@1.0.0~postinstall: lowercase-keys@1.0.0
73982npm info lifecycle node-status-codes@1.0.0~postinstall: node-status-codes@1.0.0
73983npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
73984npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
73985npm info lifecycle error-ex@1.3.0~postinstall: error-ex@1.3.0
73986npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
73987npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
73988npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
73989npm info lifecycle pinkie@1.0.0~postinstall: pinkie@1.0.0
73990npm info lifecycle pinkie-promise@1.0.0~postinstall: pinkie-promise@1.0.0
73991npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
73992npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
73993npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
73994npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
73995npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
73996npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
73997npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
73998npm info lifecycle read-all-stream@3.0.1~postinstall: read-all-stream@3.0.1
73999npm info lifecycle timed-out@2.0.0~postinstall: timed-out@2.0.0
74000npm info lifecycle unzip-response@1.0.0~postinstall: unzip-response@1.0.0
74001npm info lifecycle prepend-http@1.0.3~postinstall: prepend-http@1.0.3
74002npm info lifecycle url-parse-lax@1.0.0~postinstall: url-parse-lax@1.0.0
74003npm info lifecycle got@5.2.0~postinstall: got@5.2.0
74004npm info lifecycle deep-extend@0.4.0~postinstall: deep-extend@0.4.0
74005npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
74006npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
74007npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
74008npm info lifecycle rc@1.1.5~postinstall: rc@1.1.5
74009npm info lifecycle registry-url@3.0.3~postinstall: registry-url@3.0.3
74010npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
74011npm info lifecycle package-json@2.3.0~postinstall: package-json@2.3.0
74012npm info lifecycle latest-version@2.0.0~postinstall: latest-version@2.0.0
74013npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
74014npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
74015npm info lifecycle repeating@2.0.0~postinstall: repeating@2.0.0
74016npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
74017npm info lifecycle semver-diff@2.1.0~postinstall: semver-diff@2.1.0
74018npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
74019npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
74020npm info lifecycle string-length@1.0.1~postinstall: string-length@1.0.1
74021npm info lifecycle update-notifier@0.6.0~postinstall: update-notifier@0.6.0
74022npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
74023npm info lifecycle xdg-basedir@1.0.1~postinstall: xdg-basedir@1.0.1
74024npm info lifecycle configstore@0.3.2~postinstall: configstore@0.3.2
74025npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
74026npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
74027npm info lifecycle which@1.2.0~postinstall: which@1.2.0
74028npm info lifecycle bplist-parser@0.1.1~postinstall: bplist-parser@0.1.1
74029npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74030npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74031npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
74032npm info lifecycle buffer-crc32@0.2.1~postinstall: buffer-crc32@0.2.1
74033npm info lifecycle buffer-equal-constant-time@1.0.1~postinstall: buffer-equal-constant-time@1.0.1
74034npm info lifecycle buffers@0.1.1~postinstall: buffers@0.1.1
74035npm info lifecycle builtin-modules@1.1.0~postinstall: builtin-modules@1.1.0
74036npm info lifecycle bytes@1.0.0~postinstall: bytes@1.0.0
74037npm info lifecycle callsite@1.0.0~postinstall: callsite@1.0.0
74038npm info lifecycle better-assert@1.0.2~postinstall: better-assert@1.0.2
74039npm info lifecycle camelcase@1.2.1~postinstall: camelcase@1.2.1
74040npm info lifecycle caniuse-db@1.0.30000382~postinstall: caniuse-db@1.0.30000382
74041npm info lifecycle caseless@0.11.0~postinstall: caseless@0.11.0
74042npm info lifecycle semver@5.0.3~postinstall: semver@5.0.3
74043npm info lifecycle cdnjs-cdn-data@0.1.2~postinstall: cdnjs-cdn-data@0.1.2
74044npm info lifecycle traverse@0.3.9~postinstall: traverse@0.3.9
74045npm info lifecycle chainsaw@0.1.0~postinstall: chainsaw@0.1.0
74046npm info lifecycle binary@0.3.0~postinstall: binary@0.3.0
74047npm info lifecycle character-parser@1.2.0~postinstall: character-parser@1.2.0
74048npm info lifecycle charenc@0.0.1~postinstall: charenc@0.0.1
74049npm info lifecycle entities@0.5.0~postinstall: entities@0.5.0
74050npm info lifecycle underscore@1.4.4~postinstall: underscore@1.4.4
74051npm info lifecycle chmodr@0.1.0~postinstall: chmodr@0.1.0
74052npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
74053npm info lifecycle commander@2.2.0~postinstall: commander@2.2.0
74054npm info lifecycle clean-css@2.2.23~postinstall: clean-css@2.2.23
74055npm info lifecycle co@4.6.0~postinstall: co@4.6.0
74056npm info lifecycle coffee-script@1.3.3~postinstall: coffee-script@1.3.3
74057npm info lifecycle colors@0.6.2~postinstall: colors@0.6.2
74058npm info lifecycle commander@2.1.0~postinstall: commander@2.1.0
74059npm info lifecycle component-bind@1.0.0~postinstall: component-bind@1.0.0
74060npm info lifecycle component-emitter@1.1.2~postinstall: component-emitter@1.1.2
74061npm info lifecycle component-inherit@0.0.3~postinstall: component-inherit@0.0.3
74062npm info lifecycle compressible@1.1.1~postinstall: compressible@1.1.1
74063npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
74064npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
74065npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
74066npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
74067npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
74068npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
74069npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74070npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74071npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
74072npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
74073npm info lifecycle connect-livereload@0.4.1~postinstall: connect-livereload@0.4.1
74074npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
74075npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
74076npm info lifecycle bytes@2.1.0~postinstall: bytes@2.1.0
74077npm info lifecycle cookie@0.1.3~postinstall: cookie@0.1.3
74078npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
74079npm info lifecycle cookie-parser@1.3.5~postinstall: cookie-parser@1.3.5
74080npm info lifecycle depd@1.0.1~postinstall: depd@1.0.1
74081npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
74082npm info lifecycle fresh@0.3.0~postinstall: fresh@0.3.0
74083npm info lifecycle iconv-lite@0.4.11~postinstall: iconv-lite@0.4.11
74084npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
74085npm info lifecycle methods@1.1.1~postinstall: methods@1.1.1
74086npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
74087npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
74088npm info lifecycle compressible@2.0.6~postinstall: compressible@2.0.6
74089npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
74090npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
74091npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
74092npm info lifecycle negotiator@0.5.3~postinstall: negotiator@0.5.3
74093npm info lifecycle accepts@1.2.13~postinstall: accepts@1.2.13
74094npm info lifecycle errorhandler@1.4.2~postinstall: errorhandler@1.4.2
74095npm info lifecycle parseurl@1.3.0~postinstall: parseurl@1.3.0
74096npm info lifecycle pause@0.1.0~postinstall: pause@0.1.0
74097npm info lifecycle qs@4.0.0~postinstall: qs@4.0.0
74098npm info lifecycle range-parser@1.0.3~postinstall: range-parser@1.0.3
74099npm info lifecycle bytes@2.2.0~postinstall: bytes@2.2.0
74100npm info lifecycle iconv-lite@0.4.13~postinstall: iconv-lite@0.4.13
74101npm info lifecycle type-is@1.6.10~postinstall: type-is@1.6.10
74102npm info lifecycle content-disposition@0.5.0~postinstall: content-disposition@0.5.0
74103npm info lifecycle content-type@1.0.1~postinstall: content-type@1.0.1
74104npm info lifecycle convert-source-map@0.4.1~postinstall: convert-source-map@0.4.1
74105npm info lifecycle cookie@0.1.0~postinstall: cookie@0.1.0
74106npm info lifecycle cookie-signature@1.0.3~postinstall: cookie-signature@1.0.3
74107npm info lifecycle cookiejar@1.3.0~postinstall: cookiejar@1.3.0
74108npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
74109npm info lifecycle crc@3.3.0~postinstall: crc@3.3.0
74110npm info lifecycle crypt@0.0.1~postinstall: crypt@0.0.1
74111npm info lifecycle css-parse@1.0.4~postinstall: css-parse@1.0.4
74112npm info lifecycle css-stringify@1.0.5~postinstall: css-stringify@1.0.5
74113npm info lifecycle css@1.0.8~postinstall: css@1.0.8
74114npm info lifecycle cookie@0.1.3~postinstall: cookie@0.1.3
74115npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
74116npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
74117npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
74118npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74119npm info lifecycle dashdash@1.10.1~postinstall: dashdash@1.10.1
74120npm info lifecycle date-now@0.1.4~postinstall: date-now@0.1.4
74121npm info lifecycle console-browserify@1.1.0~postinstall: console-browserify@1.1.0
74122npm info lifecycle date-time@0.1.1~postinstall: date-time@0.1.1
74123npm info lifecycle dateformat@1.0.2-1.2.3~postinstall: dateformat@1.0.2-1.2.3
74124npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
74125npm info lifecycle nopt@2.2.1~postinstall: nopt@2.2.1
74126npm info lifecycle q@1.0.1~postinstall: q@1.0.1
74127npm info lifecycle get-stdin@0.1.0~postinstall: get-stdin@0.1.0
74128npm info lifecycle nopt@2.2.1~postinstall: nopt@2.2.1
74129npm info lifecycle deep-equal@0.0.0~postinstall: deep-equal@0.0.0
74130npm info lifecycle deep-extend@0.2.11~postinstall: deep-extend@0.2.11
74131npm info lifecycle camelcase@2.0.1~postinstall: camelcase@2.0.1
74132npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
74133npm info lifecycle defined@0.0.0~postinstall: defined@0.0.0
74134npm info lifecycle delayed-stream@1.0.0~postinstall: delayed-stream@1.0.0
74135npm info lifecycle combined-stream@1.0.5~postinstall: combined-stream@1.0.5
74136npm info lifecycle depd@0.4.4~postinstall: depd@0.4.4
74137npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
74138npm info lifecycle di@0.0.1~postinstall: di@0.0.1
74139npm info lifecycle diff@1.0.8~postinstall: diff@1.0.8
74140npm info lifecycle domelementtype@1.1.3~postinstall: domelementtype@1.1.3
74141npm info lifecycle entities@1.1.1~postinstall: entities@1.1.1
74142npm info lifecycle dom-serializer@0.1.0~postinstall: dom-serializer@0.1.0
74143npm info lifecycle domelementtype@1.3.0~postinstall: domelementtype@1.3.0
74144npm info lifecycle domutils@1.1.6~postinstall: domutils@1.1.6
74145npm info lifecycle domhandler@2.0.3~postinstall: domhandler@2.0.3
74146npm info lifecycle domutils@1.4.3~postinstall: domutils@1.4.3
74147npm info lifecycle domhandler@2.3.0~postinstall: domhandler@2.3.0
74148npm info lifecycle domutils@1.5.1~postinstall: domutils@1.5.1
74149npm info lifecycle get-stdin@0.1.0~postinstall: get-stdin@0.1.0
74150npm info lifecycle nopt@2.2.1~postinstall: nopt@2.2.1
74151npm info lifecycle nan@2.1.0~postinstall: nan@2.1.0
74152npm info lifecycle dtrace-provider@0.6.0~postinstall: dtrace-provider@0.6.0
74153npm info lifecycle duplexer@0.1.1~postinstall: duplexer@0.1.1
74154npm info lifecycle each-async@0.1.3~postinstall: each-async@0.1.3
74155npm info lifecycle ee-first@1.1.1~postinstall: ee-first@1.1.1
74156npm info lifecycle emitter-component@1.0.0~postinstall: emitter-component@1.0.0
74157npm info lifecycle commander@0.6.1~postinstall: commander@0.6.1
74158npm info lifecycle nan@0.3.2~postinstall: nan@0.3.2
74159npm info lifecycle parseuri@0.0.4~postinstall: parseuri@0.0.4
74160npm info lifecycle xmlhttprequest@1.5.0~postinstall: xmlhttprequest@1.5.0
74161npm info lifecycle entities@1.0.0~postinstall: entities@1.0.0
74162npm info lifecycle es6-promise@2.1.1~postinstall: es6-promise@2.1.1
74163npm info lifecycle es6-symbol@3.0.2~postinstall: es6-symbol@3.0.2
74164npm info lifecycle es5-ext@0.10.11~postinstall: es5-ext@0.10.11
74165npm info lifecycle d@0.1.1~postinstall: d@0.1.1
74166npm info lifecycle es6-iterator@2.0.0~postinstall: es6-iterator@2.0.0
74167npm info lifecycle es6-symbol@2.0.1~postinstall: es6-symbol@2.0.1
74168npm info lifecycle es6-iterator@0.1.3~postinstall: es6-iterator@0.1.3
74169npm info lifecycle es6-weak-map@0.1.4~postinstall: es6-weak-map@0.1.4
74170npm info lifecycle escape-html@1.0.1~postinstall: escape-html@1.0.1
74171npm info lifecycle escape-string-regexp@1.0.4~postinstall: escape-string-regexp@1.0.4
74172npm info lifecycle decamelize@1.1.2~postinstall: decamelize@1.1.2
74173npm info lifecycle esprima@1.0.4~postinstall: esprima@1.0.4
74174npm info lifecycle etag@1.7.0~postinstall: etag@1.7.0
74175npm info lifecycle serve-favicon@2.3.0~postinstall: serve-favicon@2.3.0
74176npm info lifecycle event-emitter@0.3.4~postinstall: event-emitter@0.3.4
74177npm info lifecycle eventemitter2@0.4.14~postinstall: eventemitter2@0.4.14
74178npm info lifecycle executable@0.1.3~postinstall: executable@0.1.3
74179npm info lifecycle bin-check@0.1.5~postinstall: bin-check@0.1.5
74180npm info lifecycle exit@0.1.2~postinstall: exit@0.1.2
74181npm info lifecycle expand-brackets@0.1.4~postinstall: expand-brackets@0.1.4
74182npm info lifecycle async@0.9.2~postinstall: async@0.9.2
74183npm info lifecycle cookie@0.1.2~postinstall: cookie@0.1.2
74184npm info lifecycle debug@0.8.1~postinstall: debug@0.8.1
74185npm info lifecycle express-unless@0.3.0~postinstall: express-unless@0.3.0
74186npm info lifecycle debug@0.8.1~postinstall: debug@0.8.1
74187npm info lifecycle negotiator@0.3.0~postinstall: negotiator@0.3.0
74188npm info lifecycle underscore.string@2.3.3~postinstall: underscore.string@2.3.3
74189npm info lifecycle extend@3.0.0~postinstall: extend@3.0.0
74190npm info lifecycle extsprintf@1.2.0~postinstall: extsprintf@1.2.0
74191npm info lifecycle faye-websocket@0.4.4~postinstall: faye-websocket@0.4.4
74192npm info lifecycle figures@1.4.0~postinstall: figures@1.4.0
74193npm info lifecycle filename-regex@2.0.0~postinstall: filename-regex@2.0.0
74194npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
74195npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
74196npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
74197npm info lifecycle find-file@0.1.4~postinstall: find-file@0.1.4
74198npm info lifecycle flushwritable@1.0.0~postinstall: flushwritable@1.0.0
74199npm info lifecycle for-in@0.1.4~postinstall: for-in@0.1.4
74200npm info lifecycle for-own@0.1.3~postinstall: for-own@0.1.3
74201npm info lifecycle forever-agent@0.6.1~postinstall: forever-agent@0.6.1
74202npm info lifecycle async@1.5.0~postinstall: async@1.5.0
74203npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
74204npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
74205npm info lifecycle form-data@1.0.0-rc3~postinstall: form-data@1.0.0-rc3
74206npm info lifecycle formidable@1.0.14~postinstall: formidable@1.0.14
74207npm info lifecycle forwarded@0.1.0~postinstall: forwarded@0.1.0
74208npm info lifecycle fresh@0.2.2~postinstall: fresh@0.2.2
74209npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74210npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74211npm info lifecycle ncp@0.5.1~postinstall: ncp@0.5.1
74212npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
74213npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74214npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74215npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
74216npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74217npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74218npm info lifecycle generate-function@2.0.0~postinstall: generate-function@2.0.0
74219npm info lifecycle get-stdin@4.0.1~postinstall: get-stdin@4.0.1
74220npm info lifecycle get-urls@0.1.2~postinstall: get-urls@0.1.2
74221npm info lifecycle getobject@0.1.0~postinstall: getobject@0.1.0
74222npm info lifecycle global@2.0.1~postinstall: global@2.0.1
74223npm info lifecycle inherits@1.0.2~postinstall: inherits@1.0.2
74224npm info lifecycle lodash@1.0.2~postinstall: lodash@1.0.2
74225npm info lifecycle google-cdn-data@0.1.23~postinstall: google-cdn-data@0.1.23
74226npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
74227npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
74228npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
74229npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74230npm info lifecycle async@0.9.2~postinstall: async@0.9.2
74231npm info lifecycle caseless@0.6.0~postinstall: caseless@0.6.0
74232npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
74233npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
74234npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
74235npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
74236npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
74237npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
74238npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
74239npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
74240npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
74241npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
74242npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74243npm info lifecycle mkdirp@0.5.0~postinstall: mkdirp@0.5.0
74244npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
74245npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
74246npm info lifecycle oauth-sign@0.4.0~postinstall: oauth-sign@0.4.0
74247npm info lifecycle q@1.0.1~postinstall: q@1.0.1
74248npm info lifecycle qs@1.2.2~postinstall: qs@1.2.2
74249npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
74250npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
74251npm info lifecycle hawk@1.1.1~postinstall: hawk@1.1.1
74252npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
74253npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
74254npm info lifecycle chalk@0.5.0~postinstall: chalk@0.5.0
74255npm info lifecycle object-assign@0.3.1~postinstall: object-assign@0.3.1
74256npm info lifecycle got@0.2.0~postinstall: got@0.2.0
74257npm info lifecycle ext-list@0.2.0~postinstall: ext-list@0.2.0
74258npm info lifecycle ext-name@1.0.1~postinstall: ext-name@1.0.1
74259npm info lifecycle graceful-fs@1.2.3~postinstall: graceful-fs@1.2.3
74260npm info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
74261npm info lifecycle growl@1.7.0~postinstall: growl@1.7.0
74262npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74263npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74264npm info lifecycle async@0.2.10~postinstall: async@0.2.10
74265npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
74266npm info lifecycle grunt-contrib-clean@0.5.0~postinstall: grunt-contrib-clean@0.5.0
74267npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74268npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74269npm info lifecycle grunt-contrib-copy@0.5.0~postinstall: grunt-contrib-copy@0.5.0
74270npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74271npm info lifecycle clean-css@2.1.8~postinstall: clean-css@2.1.8
74272npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74273npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74274npm info lifecycle html-minifier@0.5.6~postinstall: html-minifier@0.5.6
74275npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74276npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74277npm info lifecycle async@0.7.0~postinstall: async@0.7.0
74278npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74279npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74280npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74281npm info lifecycle async@0.9.2~postinstall: async@0.9.2
74282npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
74283npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74284npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74285npm info lifecycle async@0.2.10~postinstall: async@0.2.10
74286npm info lifecycle grunt-express-server@0.4.19~postinstall: grunt-express-server@0.4.19
74287npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
74288npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
74289npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
74290npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
74291npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
74292npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
74293npm info lifecycle underscore.string@2.3.3~postinstall: underscore.string@2.3.3
74294npm info lifecycle underscore.string@2.3.3~postinstall: underscore.string@2.3.3
74295npm info lifecycle async@0.1.22~postinstall: async@0.1.22
74296npm info lifecycle lodash@0.9.2~postinstall: lodash@0.9.2
74297npm info lifecycle zlib-browserify@0.0.1~postinstall: zlib-browserify@0.0.1
74298npm info lifecycle grunt-lib-contrib@0.6.1~postinstall: grunt-lib-contrib@0.6.1
74299npm info lifecycle ncp@0.4.2~postinstall: ncp@0.4.2
74300npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
74301npm info lifecycle async@0.2.10~postinstall: async@0.2.10
74302npm info lifecycle rimraf@2.2.6~postinstall: rimraf@2.2.6
74303npm info lifecycle grunt-newer@0.7.0~postinstall: grunt-newer@0.7.0
74304npm info lifecycle xtend@3.0.0~postinstall: xtend@3.0.0
74305npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74306npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74307npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
74308npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
74309npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
74310npm info lifecycle ms@0.7.0~postinstall: ms@0.7.0
74311npm info lifecycle debug@2.1.3~postinstall: debug@2.1.3
74312npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
74313npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
74314npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
74315npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
74316npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
74317npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
74318npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
74319npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
74320npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
74321npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
74322npm info lifecycle async@0.1.22~postinstall: async@0.1.22
74323npm info lifecycle iconv-lite@0.2.11~postinstall: iconv-lite@0.2.11
74324npm info lifecycle inherits@1.0.2~postinstall: inherits@1.0.2
74325npm info lifecycle lodash@0.9.2~postinstall: lodash@0.9.2
74326npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
74327npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
74328npm info lifecycle async@0.2.10~postinstall: async@0.2.10
74329npm info lifecycle bluebird@2.10.2~postinstall: bluebird@2.10.2
74330npm info lifecycle commander@2.9.0~postinstall: commander@2.9.0
74331npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
74332npm info lifecycle has-color@0.1.7~postinstall: has-color@0.1.7
74333npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74334npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74335npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74336npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74337npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74338npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74339npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74340npm info lifecycle grunt-contrib-concat@0.4.0~postinstall: grunt-contrib-concat@0.4.0
74341npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74342npm info lifecycle has-cors@1.0.3~postinstall: has-cors@1.0.3
74343npm info lifecycle headless@0.1.7~postinstall: headless@0.1.7
74344npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
74345npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
74346npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
74347npm info lifecycle hooker@0.2.3~postinstall: hooker@0.2.3
74348npm info lifecycle hooks-fixed@1.1.0~postinstall: hooks-fixed@1.1.0
74349npm info lifecycle hosted-git-info@2.1.4~postinstall: hosted-git-info@2.1.4
74350npm info lifecycle html-entities@1.1.3~postinstall: html-entities@1.1.3
74351npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
74352npm info lifecycle pkginfo@0.3.1~postinstall: pkginfo@0.3.1
74353npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
74354npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74355npm info lifecycle http-signature@0.11.0~postinstall: http-signature@0.11.0
74356npm info lifecycle i@0.3.3~postinstall: i@0.3.3
74357npm info lifecycle iconv-lite@0.4.4~postinstall: iconv-lite@0.4.4
74358npm info lifecycle jsonfile@1.2.0~postinstall: jsonfile@1.2.0
74359npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74360npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74361npm info lifecycle ncp@0.5.1~postinstall: ncp@0.5.1
74362npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
74363npm info lifecycle indexof@0.0.1~postinstall: indexof@0.0.1
74364npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
74365npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
74366npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
74367npm info lifecycle block-stream@0.0.8~postinstall: block-stream@0.0.8
74368npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
74369npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
74370npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
74371npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
74372npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
74373npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
74374npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
74375npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
74376npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
74377npm info lifecycle async@0.9.2~postinstall: async@0.9.2
74378npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
74379npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
74380npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
74381npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
74382npm info lifecycle intersect@0.0.3~postinstall: intersect@0.0.3
74383npm info lifecycle bower-json@0.4.0~postinstall: bower-json@0.4.0
74384npm info lifecycle ipaddr.js@1.0.5~postinstall: ipaddr.js@1.0.5
74385npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
74386npm info lifecycle error-ex@1.3.0~postinstall: error-ex@1.3.0
74387npm info lifecycle is-binary-path@1.0.1~postinstall: is-binary-path@1.0.1
74388npm info lifecycle is-bmp@0.1.1~postinstall: is-bmp@0.1.1
74389npm info lifecycle is-buffer@1.1.0~postinstall: is-buffer@1.1.0
74390npm info lifecycle is-builtin-module@1.0.0~postinstall: is-builtin-module@1.0.0
74391npm info lifecycle is-dotfile@1.0.2~postinstall: is-dotfile@1.0.2
74392npm info lifecycle is-extendable@0.1.1~postinstall: is-extendable@0.1.1
74393npm info lifecycle is-extglob@1.0.0~postinstall: is-extglob@1.0.0
74394npm info lifecycle is-gif@0.1.1~postinstall: is-gif@0.1.1
74395npm info lifecycle is-glob@2.0.1~postinstall: is-glob@2.0.1
74396npm info lifecycle glob-parent@2.0.0~postinstall: glob-parent@2.0.0
74397npm info lifecycle glob-base@0.3.0~postinstall: glob-base@0.3.0
74398npm info lifecycle is-jpg@0.1.2~postinstall: is-jpg@0.1.2
74399npm info lifecycle is-jxr@0.1.1~postinstall: is-jxr@0.1.1
74400npm info lifecycle is-png@0.1.1~postinstall: is-png@0.1.1
74401npm info lifecycle is-primitive@2.0.0~postinstall: is-primitive@2.0.0
74402npm info lifecycle is-equal-shallow@0.1.3~postinstall: is-equal-shallow@0.1.3
74403npm info lifecycle is-promise@1.0.1~postinstall: is-promise@1.0.1
74404npm info lifecycle is-property@1.0.2~postinstall: is-property@1.0.2
74405npm info lifecycle generate-object-property@1.2.0~postinstall: generate-object-property@1.2.0
74406npm info lifecycle is-psd@0.1.1~postinstall: is-psd@0.1.1
74407npm info lifecycle is-root@1.0.0~postinstall: is-root@1.0.0
74408npm info lifecycle is-svg@0.1.2~postinstall: is-svg@0.1.2
74409npm info lifecycle is-tif@0.1.1~postinstall: is-tif@0.1.1
74410npm info lifecycle is-utf8@0.2.1~postinstall: is-utf8@0.2.1
74411npm info lifecycle is-webp@0.1.1~postinstall: is-webp@0.1.1
74412npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
74413npm info lifecycle has-binary-data@0.1.3~postinstall: has-binary-data@0.1.3
74414npm info lifecycle has-binary@0.1.5~postinstall: has-binary@0.1.5
74415npm info lifecycle isobject@2.0.0~postinstall: isobject@2.0.0
74416npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
74417npm info lifecycle jasmine-core@2.1.3~postinstall: jasmine-core@2.1.3
74418npm info lifecycle jasminewd@1.1.0~postinstall: jasminewd@1.1.0
74419npm info lifecycle jasminewd2@0.0.2~postinstall: jasminewd2@0.0.2
74420npm info lifecycle jit-grunt@0.5.0~postinstall: jit-grunt@0.5.0
74421npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74422npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74423npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74424npm info lifecycle shelljs@0.3.0~postinstall: shelljs@0.3.0
74425npm info lifecycle underscore@1.6.0~postinstall: underscore@1.6.0
74426npm info lifecycle json-schema@0.2.2~postinstall: json-schema@0.2.2
74427npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
74428npm info lifecycle json3@3.2.6~postinstall: json3@3.2.6
74429npm info lifecycle jsonfile@1.1.1~postinstall: jsonfile@1.1.1
74430npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
74431npm info lifecycle jsonpointer@2.0.0~postinstall: jsonpointer@2.0.0
74432npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
74433npm info lifecycle extsprintf@1.0.0~postinstall: extsprintf@1.0.0
74434npm info lifecycle verror@1.3.3~postinstall: verror@1.3.3
74435npm info lifecycle jsprim@0.3.0~postinstall: jsprim@0.3.0
74436npm info lifecycle junk@1.0.2~postinstall: junk@1.0.2
74437npm info lifecycle base64url@0.0.6~postinstall: base64url@0.0.6
74438npm info lifecycle kareem@1.0.1~postinstall: kareem@1.0.1
74439npm info lifecycle karma-firefox-launcher@0.1.7~postinstall: karma-firefox-launcher@0.1.7
74440npm info lifecycle karma-html2js-preprocessor@0.1.0~postinstall: karma-html2js-preprocessor@0.1.0
74441npm info lifecycle async@0.2.10~postinstall: async@0.2.10
74442npm info lifecycle character-parser@1.0.2~postinstall: character-parser@1.0.2
74443npm info lifecycle karma-jasmine@0.1.6~postinstall: karma-jasmine@0.1.6
74444npm info lifecycle karma-ng-html2js-preprocessor@0.1.2~postinstall: karma-ng-html2js-preprocessor@0.1.2
74445npm info lifecycle karma-ng-scenario@0.1.0~postinstall: karma-ng-scenario@0.1.0
74446npm info lifecycle karma-requirejs@0.2.2~postinstall: karma-requirejs@0.2.2
74447npm info lifecycle karma-script-launcher@0.1.0~postinstall: karma-script-launcher@0.1.0
74448npm info lifecycle colors@1.1.2~postinstall: colors@1.1.2
74449npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
74450npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
74451npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
74452npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
74453npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
74454npm info lifecycle nan@1.0.0~postinstall: nan@1.0.0
74455npm info lifecycle q@1.4.1~postinstall: q@1.4.1
74456npm info lifecycle source-map@0.4.4~postinstall: source-map@0.4.4
74457npm info lifecycle uglify-js@1.2.5~postinstall: uglify-js@1.2.5
74458npm info lifecycle xmlhttprequest@1.4.2~postinstall: xmlhttprequest@1.4.2
74459npm info lifecycle kew@0.4.0~postinstall: kew@0.4.0
74460npm info lifecycle keypress@0.1.0~postinstall: keypress@0.1.0
74461npm info lifecycle commander@1.2.0~postinstall: commander@1.2.0
74462npm info lifecycle kind-of@3.0.2~postinstall: kind-of@3.0.2
74463npm info lifecycle is-number@2.1.0~postinstall: is-number@2.1.0
74464npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74465npm info lifecycle ldap-filter@0.2.2~postinstall: ldap-filter@0.2.2
74466npm info lifecycle asn1@0.2.1~postinstall: asn1@0.2.1
74467npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74468npm info lifecycle dtrace-provider@0.2.8~postinstall: dtrace-provider@0.2.8
74469npm info lifecycle mv@0.0.5~postinstall: mv@0.0.5
74470npm info lifecycle bunyan@0.22.1~postinstall: bunyan@0.22.1
74471npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
74472npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
74473npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
74474npm info lifecycle grunt-usemin@3.0.0~postinstall: grunt-usemin@3.0.0
74475npm info lifecycle grunt-legacy-log-utils@0.1.1~postinstall: grunt-legacy-log-utils@0.1.1
74476npm info lifecycle grunt-legacy-log@0.1.3~postinstall: grunt-legacy-log@0.1.3
74477npm info lifecycle grunt-karma@0.8.3~postinstall: grunt-karma@0.8.3
74478npm info lifecycle grunt-env@0.4.4~postinstall: grunt-env@0.4.4
74479npm info lifecycle lodash._isnative@2.4.1~postinstall: lodash._isnative@2.4.1
74480npm info lifecycle lodash._objecttypes@2.4.1~postinstall: lodash._objecttypes@2.4.1
74481npm info lifecycle lodash.isfunction@2.4.1~postinstall: lodash.isfunction@2.4.1
74482npm info lifecycle lodash.isobject@2.4.1~postinstall: lodash.isobject@2.4.1
74483npm info lifecycle lodash.now@2.4.1~postinstall: lodash.now@2.4.1
74484npm info lifecycle lodash.debounce@2.4.1~postinstall: lodash.debounce@2.4.1
74485npm info lifecycle async@0.2.10~postinstall: async@0.2.10
74486npm info lifecycle semver@4.3.6~postinstall: semver@4.3.6
74487npm info lifecycle underscore@1.8.2~postinstall: underscore@1.8.2
74488npm info lifecycle lower-case@1.1.3~postinstall: lower-case@1.1.3
74489npm info lifecycle is-lower-case@1.1.3~postinstall: is-lower-case@1.1.3
74490npm info lifecycle lpad@0.2.1~postinstall: lpad@0.2.1
74491npm info lifecycle lru-cache@2.5.0~postinstall: lru-cache@2.5.0
74492npm info lifecycle lru-queue@0.1.0~postinstall: lru-queue@0.1.0
74493npm info lifecycle map-obj@1.0.1~postinstall: map-obj@1.0.1
74494npm info lifecycle camelcase-keys@2.0.0~postinstall: camelcase-keys@2.0.0
74495npm info lifecycle camelcase-keys@1.0.0~postinstall: camelcase-keys@1.0.0
74496npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74497npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74498npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74499npm info lifecycle is-buffer@1.0.2~postinstall: is-buffer@1.0.2
74500npm info lifecycle md5@2.0.0~postinstall: md5@2.0.0
74501npm info lifecycle media-typer@0.2.0~postinstall: media-typer@0.2.0
74502npm info lifecycle merge-descriptors@0.0.2~postinstall: merge-descriptors@0.0.2
74503npm info lifecycle methods@1.0.0~postinstall: methods@1.0.0
74504npm info lifecycle methods@0.1.0~postinstall: methods@0.1.0
74505npm info lifecycle mime@1.2.11~postinstall: mime@1.2.11
74506npm info lifecycle form-data@0.1.4~postinstall: form-data@0.1.4
74507npm info lifecycle type-is@1.0.0~postinstall: type-is@1.0.0
74508npm info lifecycle accepts@1.0.0~postinstall: accepts@1.0.0
74509npm info lifecycle mime-db@1.12.0~postinstall: mime-db@1.12.0
74510npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
74511npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
74512npm info lifecycle mime-types@1.0.2~postinstall: mime-types@1.0.2
74513npm info lifecycle minijasminenode@1.1.1~postinstall: minijasminenode@1.1.1
74514npm info lifecycle minimalistic-assert@1.0.0~postinstall: minimalistic-assert@1.0.0
74515npm info lifecycle asn1.js@2.2.1~postinstall: asn1.js@2.2.1
74516npm info lifecycle ecdsa-sig-formatter@1.0.2~postinstall: ecdsa-sig-formatter@1.0.2
74517npm info lifecycle jwa@1.1.1~postinstall: jwa@1.1.1
74518npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
74519npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
74520npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
74521npm info lifecycle coffee-script@1.7.1~postinstall: coffee-script@1.7.1
74522npm info lifecycle karma-coffee-preprocessor@0.2.1~postinstall: karma-coffee-preprocessor@0.2.1
74523npm info lifecycle fs-extra@0.8.1~postinstall: fs-extra@0.8.1
74524npm info lifecycle mkpath@0.1.0~postinstall: mkpath@0.1.0
74525npm info lifecycle commander@2.0.0~postinstall: commander@2.0.0
74526npm info lifecycle diff@1.0.7~postinstall: diff@1.0.7
74527npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
74528npm info lifecycle commander@0.6.1~postinstall: commander@0.6.1
74529npm info lifecycle mkdirp@0.3.0~postinstall: mkdirp@0.3.0
74530npm info lifecycle jade@0.26.3~postinstall: jade@0.26.3
74531npm info lifecycle bson@0.4.20~postinstall: bson@0.4.20
74532npm info lifecycle async@0.9.0~postinstall: async@0.9.0
74533npm info lifecycle bson@0.4.20~postinstall: bson@0.4.20
74534npm info lifecycle ms@0.1.0~postinstall: ms@0.1.0
74535npm info lifecycle bytes@0.3.0~postinstall: bytes@0.3.0
74536npm info lifecycle mout@0.9.1~postinstall: mout@0.9.1
74537npm info lifecycle mpath@0.1.1~postinstall: mpath@0.1.1
74538npm info lifecycle mpromise@0.5.4~postinstall: mpromise@0.5.4
74539npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
74540npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
74541npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
74542npm info lifecycle debug@1.0.3~postinstall: debug@1.0.3
74543npm info lifecycle debug@1.0.4~postinstall: debug@1.0.4
74544npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
74545npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
74546npm info lifecycle qs@1.2.2~postinstall: qs@1.2.2
74547npm info lifecycle type-is@1.5.7~postinstall: type-is@1.5.7
74548npm info lifecycle muri@1.0.0~postinstall: muri@1.0.0
74549npm info lifecycle mute-stream@0.0.4~postinstall: mute-stream@0.0.4
74550npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74551npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74552npm info lifecycle nan@1.8.4~postinstall: nan@1.8.4
74553npm info lifecycle kerberos@0.0.11~postinstall: kerberos@0.0.11
74554npm info lifecycle mongodb-core@1.2.19~postinstall: mongodb-core@1.2.19
74555npm info lifecycle bson@0.2.22~postinstall: bson@0.2.22
74556npm info lifecycle ncp@2.0.0~postinstall: ncp@2.0.0
74557npm info lifecycle negotiator@0.4.7~postinstall: negotiator@0.4.7
74558npm info lifecycle accepts@1.0.7~postinstall: accepts@1.0.7
74559npm info lifecycle next-tick@0.2.2~postinstall: next-tick@0.2.2
74560npm info lifecycle esprima@1.2.5~postinstall: esprima@1.2.5
74561npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
74562npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
74563npm info lifecycle css-parse@1.7.0~postinstall: css-parse@1.7.0
74564npm info lifecycle sax@0.5.8~postinstall: sax@0.5.8
74565npm info lifecycle async@0.9.2~postinstall: async@0.9.2
74566npm info lifecycle cookie@0.1.3~postinstall: cookie@0.1.3
74567npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
74568npm info lifecycle depd@1.0.1~postinstall: depd@1.0.1
74569npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
74570npm info lifecycle fresh@0.3.0~postinstall: fresh@0.3.0
74571npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
74572npm info lifecycle merge-descriptors@1.0.0~postinstall: merge-descriptors@1.0.0
74573npm info lifecycle methods@1.1.1~postinstall: methods@1.1.1
74574npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
74575npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
74576npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
74577npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
74578npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
74579npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
74580npm info lifecycle nan@1.0.0~postinstall: nan@1.0.0
74581npm info lifecycle negotiator@0.5.3~postinstall: negotiator@0.5.3
74582npm info lifecycle accepts@1.2.13~postinstall: accepts@1.2.13
74583npm info lifecycle parseurl@1.3.0~postinstall: parseurl@1.3.0
74584npm info lifecycle path-to-regexp@0.1.7~postinstall: path-to-regexp@0.1.7
74585npm info lifecycle qs@4.0.0~postinstall: qs@4.0.0
74586npm info lifecycle range-parser@1.0.3~postinstall: range-parser@1.0.3
74587npm info lifecycle semver@3.0.1~postinstall: semver@3.0.1
74588npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
74589npm info lifecycle serve-favicon@2.3.0~postinstall: serve-favicon@2.3.0
74590npm info lifecycle type-is@1.6.10~postinstall: type-is@1.6.10
74591npm info lifecycle yargs@1.3.3~postinstall: yargs@1.3.3
74592npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74593npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74594npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
74595npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
74596npm info lifecycle ansi@0.3.0~postinstall: ansi@0.3.0
74597npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
74598npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
74599npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
74600npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
74601npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
74602npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
74603npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
74604npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
74605npm info lifecycle are-we-there-yet@1.0.5~postinstall: are-we-there-yet@1.0.5
74606npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
74607npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
74608npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
74609npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
74610npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
74611npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
74612npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
74613npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
74614npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
74615npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
74616npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
74617npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
74618npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
74619npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
74620npm info lifecycle npmlog@2.0.0~postinstall: npmlog@2.0.0
74621npm info lifecycle deep-extend@0.4.0~postinstall: deep-extend@0.4.0
74622npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
74623npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
74624npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
74625npm info lifecycle rc@1.1.5~postinstall: rc@1.1.5
74626npm info lifecycle aws-sign2@0.6.0~postinstall: aws-sign2@0.6.0
74627npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
74628npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
74629npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
74630npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
74631npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
74632npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
74633npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
74634npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
74635npm info lifecycle caseless@0.11.0~postinstall: caseless@0.11.0
74636npm info lifecycle delayed-stream@1.0.0~postinstall: delayed-stream@1.0.0
74637npm info lifecycle combined-stream@1.0.5~postinstall: combined-stream@1.0.5
74638npm info lifecycle extend@3.0.0~postinstall: extend@3.0.0
74639npm info lifecycle forever-agent@0.6.1~postinstall: forever-agent@0.6.1
74640npm info lifecycle async@1.5.0~postinstall: async@1.5.0
74641npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
74642npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
74643npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
74644npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
74645npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
74646npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
74647npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
74648npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
74649npm info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
74650npm info lifecycle commander@2.9.0~postinstall: commander@2.9.0
74651npm info lifecycle generate-function@2.0.0~postinstall: generate-function@2.0.0
74652npm info lifecycle is-property@1.0.2~postinstall: is-property@1.0.2
74653npm info lifecycle generate-object-property@1.2.0~postinstall: generate-object-property@1.2.0
74654npm info lifecycle jsonpointer@2.0.0~postinstall: jsonpointer@2.0.0
74655npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
74656npm info lifecycle is-my-json-valid@2.12.3~postinstall: is-my-json-valid@2.12.3
74657npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
74658npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
74659npm info lifecycle har-validator@2.0.3~postinstall: har-validator@2.0.3
74660npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
74661npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
74662npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
74663npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
74664npm info lifecycle hawk@3.1.2~postinstall: hawk@3.1.2
74665npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74666npm info lifecycle extsprintf@1.0.2~postinstall: extsprintf@1.0.2
74667npm info lifecycle json-schema@0.2.2~postinstall: json-schema@0.2.2
74668npm info lifecycle verror@1.3.6~postinstall: verror@1.3.6
74669npm info lifecycle jsprim@1.2.2~postinstall: jsprim@1.2.2
74670npm info lifecycle asn1@0.2.3~postinstall: asn1@0.2.3
74671npm info lifecycle assert-plus@0.2.0~postinstall: assert-plus@0.2.0
74672npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74673npm info lifecycle dashdash@1.10.1~postinstall: dashdash@1.10.1
74674npm info lifecycle jsbn@0.1.0~postinstall: jsbn@0.1.0
74675npm info lifecycle jodid25519@1.0.2~postinstall: jodid25519@1.0.2
74676npm info lifecycle ecc-jsbn@0.1.1~postinstall: ecc-jsbn@0.1.1
74677npm info lifecycle tweetnacl@0.13.2~postinstall: tweetnacl@0.13.2
74678npm info lifecycle sshpk@1.7.1~postinstall: sshpk@1.7.1
74679npm info lifecycle http-signature@1.1.0~postinstall: http-signature@1.1.0
74680npm info lifecycle is-typedarray@1.0.0~postinstall: is-typedarray@1.0.0
74681npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
74682npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
74683npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
74684npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
74685npm info lifecycle form-data@1.0.0-rc3~postinstall: form-data@1.0.0-rc3
74686npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
74687npm info lifecycle oauth-sign@0.8.0~postinstall: oauth-sign@0.8.0
74688npm info lifecycle qs@5.2.0~postinstall: qs@5.2.0
74689npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
74690npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
74691npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
74692npm info lifecycle request@2.67.0~postinstall: request@2.67.0
74693npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
74694npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
74695npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
74696npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
74697npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
74698npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
74699npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
74700npm info lifecycle once@1.3.3~postinstall: once@1.3.3
74701npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
74702npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
74703npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
74704npm info lifecycle rimraf@2.4.4~postinstall: rimraf@2.4.4
74705npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
74706npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
74707npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
74708npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
74709npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
74710npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
74711npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
74712npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
74713npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
74714npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
74715npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
74716npm info lifecycle once@1.1.1~postinstall: once@1.1.1
74717npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
74718npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
74719npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
74720npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
74721npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
74722npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
74723npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
74724npm info lifecycle uid-number@0.0.3~postinstall: uid-number@0.0.3
74725npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
74726npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
74727npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
74728npm info lifecycle block-stream@0.0.8~postinstall: block-stream@0.0.8
74729npm info lifecycle tar@2.2.1~postinstall: tar@2.2.1
74730npm info lifecycle tar-pack@3.1.2~postinstall: tar-pack@3.1.2
74731npm info lifecycle node-pre-gyp@0.6.18~postinstall: node-pre-gyp@0.6.18
74732npm info lifecycle node-uuid@1.3.3~postinstall: node-uuid@1.3.3
74733npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
74734npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
74735npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
74736npm info lifecycle nopt@2.1.1~postinstall: nopt@2.1.1
74737npm info lifecycle nopt@2.0.0~postinstall: nopt@2.0.0
74738npm info lifecycle noptify@0.0.3~postinstall: noptify@0.0.3
74739npm info lifecycle normalize-path@2.0.1~postinstall: normalize-path@2.0.1
74740npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74741npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74742npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
74743npm info lifecycle nth-check@1.0.1~postinstall: nth-check@1.0.1
74744npm info lifecycle CSSselect@0.7.0~postinstall: CSSselect@0.7.0
74745npm info lifecycle cheerio-select@0.0.3~postinstall: cheerio-select@0.0.3
74746npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
74747npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
74748npm info lifecycle oauth-sign@0.8.0~postinstall: oauth-sign@0.8.0
74749npm info lifecycle object-assign@1.0.0~postinstall: object-assign@1.0.0
74750npm info lifecycle object-component@0.0.3~postinstall: object-component@0.0.3
74751npm info lifecycle object-keys@1.0.1~postinstall: object-keys@1.0.1
74752npm info lifecycle object.omit@2.0.0~postinstall: object.omit@2.0.0
74753npm info lifecycle on-finished@2.3.0~postinstall: on-finished@2.3.0
74754npm info lifecycle on-headers@1.0.1~postinstall: on-headers@1.0.1
74755npm info lifecycle morgan@1.6.1~postinstall: morgan@1.6.1
74756npm info lifecycle open@0.0.5~postinstall: open@0.0.5
74757npm info lifecycle grunt-open@0.2.3~postinstall: grunt-open@0.2.3
74758npm info lifecycle opn@1.0.2~postinstall: opn@1.0.2
74759npm info lifecycle options@0.0.6~postinstall: options@0.0.6
74760npm info lifecycle ordered-esprima-props@1.0.0~postinstall: ordered-esprima-props@1.0.0
74761npm info lifecycle ordered-ast-traverse@0.1.1~postinstall: ordered-ast-traverse@0.1.1
74762npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
74763npm info lifecycle osenv@0.1.0~postinstall: osenv@0.1.0
74764npm info lifecycle osx-release@1.1.0~postinstall: osx-release@1.1.0
74765npm info lifecycle object-assign@0.3.1~postinstall: object-assign@0.3.1
74766npm info lifecycle got@0.3.0~postinstall: got@0.3.0
74767npm info lifecycle pad-stdio@0.1.1~postinstall: pad-stdio@0.1.1
74768npm info lifecycle grunt-concurrent@0.5.0~postinstall: grunt-concurrent@0.5.0
74769npm info lifecycle parse-glob@3.0.4~postinstall: parse-glob@3.0.4
74770npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
74771npm info lifecycle parsejson@0.0.1~postinstall: parsejson@0.0.1
74772npm info lifecycle parseqs@0.0.2~postinstall: parseqs@0.0.2
74773npm info lifecycle parseuri@0.0.2~postinstall: parseuri@0.0.2
74774npm info lifecycle parseurl@1.0.1~postinstall: parseurl@1.0.1
74775npm info lifecycle passport-strategy@1.0.0~postinstall: passport-strategy@1.0.0
74776npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
74777npm info lifecycle path-to-regexp@0.1.2~postinstall: path-to-regexp@0.1.2
74778npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
74779npm info lifecycle pause@0.0.1~postinstall: pause@0.0.1
74780npm info lifecycle adm-zip@0.4.4~postinstall: adm-zip@0.4.4
74781npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
74782npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74783npm info lifecycle async@0.9.2~postinstall: async@0.9.2
74784npm info lifecycle caseless@0.6.0~postinstall: caseless@0.6.0
74785npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
74786npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
74787npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
74788npm info lifecycle form-data@0.1.4~postinstall: form-data@0.1.4
74789npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
74790npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
74791npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
74792npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
74793npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
74794npm info lifecycle jsonfile@2.2.3~postinstall: jsonfile@2.2.3
74795npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
74796npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
74797npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
74798npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
74799npm info lifecycle oauth-sign@0.4.0~postinstall: oauth-sign@0.4.0
74800npm info lifecycle qs@1.2.2~postinstall: qs@1.2.2
74801npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
74802npm info lifecycle hawk@1.1.1~postinstall: hawk@1.1.1
74803npm info lifecycle pify@2.3.0~postinstall: pify@2.3.0
74804npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
74805npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
74806npm info lifecycle path-type@1.1.0~postinstall: path-type@1.1.0
74807npm info lifecycle path-exists@2.1.0~postinstall: path-exists@2.1.0
74808npm info lifecycle find-up@1.1.0~postinstall: find-up@1.1.0
74809npm info lifecycle pkginfo@0.2.3~postinstall: pkginfo@0.2.3
74810npm info lifecycle passport@0.1.18~postinstall: passport@0.1.18
74811npm info lifecycle policyfile@0.0.4~postinstall: policyfile@0.0.4
74812npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74813npm info lifecycle dtrace-provider@0.2.8~postinstall: dtrace-provider@0.2.8
74814npm info lifecycle extsprintf@1.0.0~postinstall: extsprintf@1.0.0
74815npm info lifecycle mv@0.0.5~postinstall: mv@0.0.5
74816npm info lifecycle bunyan@0.22.1~postinstall: bunyan@0.22.1
74817npm info lifecycle once@1.3.0~postinstall: once@1.3.0
74818npm info lifecycle verror@1.1.0~postinstall: verror@1.1.0
74819npm info lifecycle vasync@1.4.0~postinstall: vasync@1.4.0
74820npm info lifecycle pooling@0.4.6~postinstall: pooling@0.4.6
74821npm info lifecycle ldapjs@0.7.1~postinstall: ldapjs@0.7.1
74822npm info lifecycle ldapauth-fork@2.3.3~postinstall: ldapauth-fork@2.3.3
74823npm info lifecycle precond@0.2.3~postinstall: precond@0.2.3
74824npm info lifecycle backoff@2.4.1~postinstall: backoff@2.4.1
74825npm info lifecycle preserve@0.2.0~postinstall: preserve@0.2.0
74826npm info lifecycle pretty-bytes@0.1.2~postinstall: pretty-bytes@0.1.2
74827npm info lifecycle grunt-contrib-htmlmin@0.2.0~postinstall: grunt-contrib-htmlmin@0.2.0
74828npm info lifecycle pretty-ms@0.1.0~postinstall: pretty-ms@0.1.0
74829npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
74830npm info lifecycle progress@1.1.8~postinstall: progress@1.1.8
74831npm info lifecycle promise@2.0.0~postinstall: promise@2.0.0
74832npm info lifecycle propprop@0.3.0~postinstall: propprop@0.3.0
74833npm info lifecycle proto-list@1.2.4~postinstall: proto-list@1.2.4
74834npm info lifecycle config-chain@1.1.9~postinstall: config-chain@1.1.9
74835npm info lifecycle adm-zip@0.4.4~postinstall: adm-zip@0.4.4
74836npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
74837npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
74838npm info lifecycle async@0.9.2~postinstall: async@0.9.2
74839npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
74840npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
74841npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
74842npm info lifecycle form-data@0.1.4~postinstall: form-data@0.1.4
74843npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
74844npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
74845npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
74846npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
74847npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
74848npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
74849npm info lifecycle oauth-sign@0.3.0~postinstall: oauth-sign@0.3.0
74850npm info lifecycle q@1.0.0~postinstall: q@1.0.0
74851npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
74852npm info lifecycle hawk@1.0.0~postinstall: hawk@1.0.0
74853npm info lifecycle proxy-addr@1.0.10~postinstall: proxy-addr@1.0.10
74854npm info lifecycle once@1.2.0~postinstall: once@1.2.0
74855npm info lifecycle punycode@1.4.0~postinstall: punycode@1.4.0
74856npm info lifecycle tough-cookie@0.12.1~postinstall: tough-cookie@0.12.1
74857npm info lifecycle q@0.9.7~postinstall: q@0.9.7
74858npm info lifecycle p-throttler@0.1.0~postinstall: p-throttler@0.1.0
74859npm info lifecycle coa@0.4.1~postinstall: coa@0.4.1
74860npm info lifecycle qs@0.6.6~postinstall: qs@0.6.6
74861npm info lifecycle randomatic@1.1.5~postinstall: randomatic@1.1.5
74862npm info lifecycle range-parser@1.0.0~postinstall: range-parser@1.0.0
74863npm info lifecycle raw-body@1.3.0~postinstall: raw-body@1.3.0
74864npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
74865npm info lifecycle strip-json-comments@0.1.3~postinstall: strip-json-comments@0.1.3
74866npm info lifecycle rc@0.5.5~postinstall: rc@0.5.5
74867npm info lifecycle read@1.0.7~postinstall: read@1.0.7
74868npm info lifecycle promptly@0.2.0~postinstall: promptly@0.2.0
74869npm info lifecycle read-chunk@0.1.0~postinstall: read-chunk@0.1.0
74870npm info lifecycle image-type@0.1.4~postinstall: image-type@0.1.4
74871npm info lifecycle readdirp@0.2.5~postinstall: readdirp@0.2.5
74872npm info lifecycle monocle@1.1.51~postinstall: monocle@1.1.51
74873npm info lifecycle monocle@0.1.48~postinstall: monocle@0.1.48
74874npm info lifecycle ansi-regex@1.1.1~postinstall: ansi-regex@1.1.1
74875npm info lifecycle strip-ansi@2.0.1~postinstall: strip-ansi@2.0.1
74876npm info lifecycle readline2@0.1.1~postinstall: readline2@0.1.1
74877npm info lifecycle repeating@2.0.0~postinstall: repeating@2.0.0
74878npm info lifecycle indent-string@2.1.0~postinstall: indent-string@2.1.0
74879npm info lifecycle redeyed@0.4.4~postinstall: redeyed@0.4.4
74880npm info lifecycle cardinal@0.4.0~postinstall: cardinal@0.4.0
74881npm info lifecycle redis@0.7.3~postinstall: redis@0.7.3
74882npm info lifecycle reduce-component@1.0.1~postinstall: reduce-component@1.0.1
74883npm info lifecycle regex-cache@0.4.2~postinstall: regex-cache@0.4.2
74884npm info lifecycle regexp-clone@0.0.1~postinstall: regexp-clone@0.0.1
74885npm info lifecycle regexp-quote@0.0.0~postinstall: regexp-quote@0.0.0
74886npm info lifecycle relateurl@0.2.6~postinstall: relateurl@0.2.6
74887npm info lifecycle repeat-element@1.1.2~postinstall: repeat-element@1.1.2
74888npm info lifecycle repeat-string@1.5.2~postinstall: repeat-string@1.5.2
74889npm info lifecycle fill-range@2.2.3~postinstall: fill-range@2.2.3
74890npm info lifecycle expand-range@1.8.1~postinstall: expand-range@1.8.1
74891npm info lifecycle braces@1.8.3~postinstall: braces@1.8.3
74892npm info lifecycle repeating@1.1.3~postinstall: repeating@1.1.3
74893npm info lifecycle indent-string@1.2.2~postinstall: indent-string@1.2.2
74894npm info lifecycle meow@2.0.0~postinstall: meow@2.0.0
74895npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
74896npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
74897npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
74898npm info lifecycle qs@4.0.0~postinstall: qs@4.0.0
74899npm info lifecycle requirejs@2.1.22~postinstall: requirejs@2.1.22
74900npm info lifecycle depd@1.0.1~postinstall: depd@1.0.1
74901npm info lifecycle response-time@2.3.1~postinstall: response-time@2.3.1
74902npm info lifecycle retry@0.6.0~postinstall: retry@0.6.0
74903npm info lifecycle request-replay@0.2.0~postinstall: request-replay@0.2.0
74904npm info lifecycle rndm@1.1.1~postinstall: rndm@1.1.1
74905npm info lifecycle rx@2.5.3~postinstall: rx@2.5.3
74906npm info lifecycle safe-json-stringify@1.0.3~postinstall: safe-json-stringify@1.0.3
74907npm info lifecycle saucelabs@0.1.1~postinstall: saucelabs@0.1.1
74908npm info lifecycle sax@0.6.1~postinstall: sax@0.6.1
74909npm info lifecycle scmp@1.0.0~postinstall: scmp@1.0.0
74910npm info lifecycle adm-zip@0.4.4~postinstall: adm-zip@0.4.4
74911npm info lifecycle tmp@0.0.24~postinstall: tmp@0.0.24
74912npm info lifecycle semver@2.3.2~postinstall: semver@2.3.2
74913npm info lifecycle semver-diff@0.1.0~postinstall: semver-diff@0.1.0
74914npm info lifecycle semver-utils@1.1.1~postinstall: semver-utils@1.1.1
74915npm info lifecycle bower@1.7.1~postinstall: bower@1.7.1
74916npm info lifecycle send@0.2.0~postinstall: send@0.2.0
74917npm info lifecycle sentence-case@1.1.3~postinstall: sentence-case@1.1.3
74918npm info lifecycle path-case@1.1.2~postinstall: path-case@1.1.2
74919npm info lifecycle param-case@1.1.2~postinstall: param-case@1.1.2
74920npm info lifecycle dot-case@1.1.2~postinstall: dot-case@1.1.2
74921npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
74922npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
74923npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
74924npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
74925npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
74926npm info lifecycle negotiator@0.5.3~postinstall: negotiator@0.5.3
74927npm info lifecycle accepts@1.2.13~postinstall: accepts@1.2.13
74928npm info lifecycle parseurl@1.3.0~postinstall: parseurl@1.3.0
74929npm info lifecycle fresh@0.2.0~postinstall: fresh@0.2.0
74930npm info lifecycle range-parser@0.0.4~postinstall: range-parser@0.0.4
74931npm info lifecycle send@0.1.4~postinstall: send@0.1.4
74932npm info lifecycle serve-static@1.0.1~postinstall: serve-static@1.0.1
74933npm info lifecycle shell-quote@1.4.3~postinstall: shell-quote@1.4.3
74934npm info lifecycle shelljs@0.2.6~postinstall: shelljs@0.2.6
74935npm info lifecycle grunt-build-control@0.1.3~postinstall: grunt-build-control@0.1.3
74936npm info lifecycle sockjs-client@0.0.0-unreleasable~postinstall: sockjs-client@0.0.0-unreleasable
74937npm info lifecycle should@3.3.2~postinstall: should@3.3.2
74938npm info lifecycle sigmund@1.0.1~postinstall: sigmund@1.0.1
74939npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
74940npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
74941npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
74942npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
74943npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
74944npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
74945npm info lifecycle glob@3.2.3~postinstall: glob@3.2.3
74946npm info lifecycle mocha@1.18.2~postinstall: mocha@1.18.2
74947npm info lifecycle grunt-mocha-test@0.10.2~postinstall: grunt-mocha-test@0.10.2
74948npm info lifecycle minimatch@1.0.0~postinstall: minimatch@1.0.0
74949npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
74950npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
74951npm info lifecycle jasmine@2.1.1~postinstall: jasmine@2.1.1
74952npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
74953npm info lifecycle glob@3.1.21~postinstall: glob@3.1.21
74954npm info lifecycle minimatch@1.0.0~postinstall: minimatch@1.0.0
74955npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
74956npm info lifecycle glob@3.1.21~postinstall: glob@3.1.21
74957npm info lifecycle globule@0.1.0~postinstall: globule@0.1.0
74958npm info lifecycle gaze@0.5.2~postinstall: gaze@0.5.2
74959npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
74960npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
74961npm info lifecycle findup-sync@0.1.3~postinstall: findup-sync@0.1.3
74962npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
74963npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
74964npm info lifecycle cli@0.6.6~postinstall: cli@0.6.6
74965npm info lifecycle signal-exit@2.1.2~postinstall: signal-exit@2.1.2
74966npm info lifecycle loud-rejection@1.2.0~postinstall: loud-rejection@1.2.0
74967npm info lifecycle simple-fmt@0.1.0~postinstall: simple-fmt@0.1.0
74968npm info lifecycle simple-is@0.2.0~postinstall: simple-is@0.2.0
74969npm info lifecycle sliced@0.0.5~postinstall: sliced@0.0.5
74970npm info lifecycle mquery@1.6.3~postinstall: mquery@1.6.3
74971npm info lifecycle snake-case@1.1.2~postinstall: snake-case@1.1.2
74972npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
74973npm info lifecycle hawk@3.1.2~postinstall: hawk@3.1.2
74974npm info lifecycle debug@1.0.2~postinstall: debug@1.0.2
74975npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
74976npm info lifecycle socket.io-parser@2.2.2~postinstall: socket.io-parser@2.2.2
74977npm info lifecycle socket.io-adapter@0.3.1~postinstall: socket.io-adapter@0.3.1
74978npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
74979npm info lifecycle has-binary@0.1.6~postinstall: has-binary@0.1.6
74980npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
74981npm info lifecycle socket.io-parser@2.2.4~postinstall: socket.io-parser@2.2.4
74982npm info lifecycle debug@2.1.0~postinstall: debug@2.1.0
74983npm info lifecycle object-keys@0.4.0~postinstall: object-keys@0.4.0
74984npm info lifecycle xtend@2.1.2~postinstall: xtend@2.1.2
74985npm info lifecycle sockjs@0.3.7~postinstall: sockjs@0.3.7
74986npm info lifecycle shoe@0.0.15~postinstall: shoe@0.0.15
74987npm info lifecycle source-map@0.1.34~postinstall: source-map@0.1.34
74988npm info lifecycle postcss@0.3.5~postinstall: postcss@0.3.5
74989npm info lifecycle stylus@0.49.3~postinstall: stylus@0.49.3
74990npm info lifecycle nib@1.1.0~postinstall: nib@1.1.0
74991npm info lifecycle source-map@0.1.32~postinstall: source-map@0.1.32
74992npm info lifecycle source-map-support@0.2.10~postinstall: source-map-support@0.2.10
74993npm info lifecycle spdx-exceptions@1.0.4~postinstall: spdx-exceptions@1.0.4
74994npm info lifecycle spdx-license-ids@1.1.0~postinstall: spdx-license-ids@1.1.0
74995npm info lifecycle spdx-expression-parse@1.0.2~postinstall: spdx-expression-parse@1.0.2
74996npm info lifecycle spdx-correct@1.0.2~postinstall: spdx-correct@1.0.2
74997npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
74998npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
74999npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
75000npm info lifecycle stable@0.1.5~postinstall: stable@0.1.5
75001npm info lifecycle alter@0.2.0~postinstall: alter@0.2.0
75002npm info lifecycle stat-mode@0.2.1~postinstall: stat-mode@0.2.1
75003npm info lifecycle statuses@1.2.1~postinstall: statuses@1.2.1
75004npm info lifecycle http-errors@1.3.1~postinstall: http-errors@1.3.1
75005npm info lifecycle serve-index@1.7.2~postinstall: serve-index@1.7.2
75006npm info lifecycle send@0.13.0~postinstall: send@0.13.0
75007npm info lifecycle serve-static@1.10.0~postinstall: serve-static@1.10.0
75008npm info lifecycle connect-timeout@1.6.2~postinstall: connect-timeout@1.6.2
75009npm info lifecycle send@0.13.0~postinstall: send@0.13.0
75010npm info lifecycle serve-static@1.10.0~postinstall: serve-static@1.10.0
75011npm info lifecycle stream-combiner@0.0.4~postinstall: stream-combiner@0.0.4
75012npm info lifecycle streamsearch@0.1.2~postinstall: streamsearch@0.1.2
75013npm info lifecycle ansi-regex@0.1.0~postinstall: ansi-regex@0.1.0
75014npm info lifecycle strip-ansi@0.2.2~postinstall: strip-ansi@0.2.2
75015npm info lifecycle string-length@0.1.2~postinstall: string-length@0.1.2
75016npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
75017npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
75018npm info lifecycle stream-counter@0.2.0~postinstall: stream-counter@0.2.0
75019npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75020npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
75021npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
75022npm info lifecycle multiparty@3.3.2~postinstall: multiparty@3.3.2
75023npm info lifecycle readable-stream@1.0.31~postinstall: readable-stream@1.0.31
75024npm info lifecycle mongodb@2.0.46~postinstall: mongodb@2.0.46
75025npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75026npm info lifecycle log4js@0.6.29~postinstall: log4js@0.6.29
75027npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
75028npm info lifecycle htmlparser2@3.8.3~postinstall: htmlparser2@3.8.3
75029npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75030npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75031npm info lifecycle through2@0.5.1~postinstall: through2@0.5.1
75032npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75033npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
75034npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
75035npm info lifecycle dicer@0.2.5~postinstall: dicer@0.2.5
75036npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
75037npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
75038npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75039npm info lifecycle htmlparser2@3.1.4~postinstall: htmlparser2@3.1.4
75040npm info lifecycle cheerio@0.12.4~postinstall: cheerio@0.12.4
75041npm info lifecycle grunt-dom-munger@3.4.0~postinstall: grunt-dom-munger@3.4.0
75042npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
75043npm info lifecycle busboy@0.2.12~postinstall: busboy@0.2.12
75044npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75045npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
75046npm info lifecycle stringify-object@1.0.1~postinstall: stringify-object@1.0.1
75047npm info lifecycle stringmap@0.2.2~postinstall: stringmap@0.2.2
75048npm info lifecycle stringset@0.2.1~postinstall: stringset@0.2.1
75049npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
75050npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
75051npm info lifecycle strip-bom@2.0.0~postinstall: strip-bom@2.0.0
75052npm info lifecycle load-json-file@1.1.0~postinstall: load-json-file@1.1.0
75053npm info lifecycle strip-indent@1.0.1~postinstall: strip-indent@1.0.1
75054npm info lifecycle redent@1.0.0~postinstall: redent@1.0.0
75055npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
75056npm info lifecycle jshint@2.5.11~postinstall: jshint@2.5.11
75057npm info lifecycle grunt-contrib-jshint@0.10.0~postinstall: grunt-contrib-jshint@0.10.0
75058npm info lifecycle css-parse@1.7.0~postinstall: css-parse@1.7.0
75059npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
75060npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
75061npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
75062npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
75063npm info lifecycle sax@0.5.8~postinstall: sax@0.5.8
75064npm info lifecycle stylus@0.52.4~postinstall: stylus@0.52.4
75065npm info lifecycle success-symbol@0.1.0~postinstall: success-symbol@0.1.0
75066npm info lifecycle extglob@0.3.1~postinstall: extglob@0.3.1
75067npm info lifecycle micromatch@2.3.7~postinstall: micromatch@2.3.7
75068npm info lifecycle anymatch@1.3.0~postinstall: anymatch@1.3.0
75069npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
75070npm info lifecycle extend@1.2.1~postinstall: extend@1.2.1
75071npm info lifecycle methods@0.0.1~postinstall: methods@0.0.1
75072npm info lifecycle mime@1.2.5~postinstall: mime@1.2.5
75073npm info lifecycle qs@0.6.5~postinstall: qs@0.6.5
75074npm info lifecycle superagent@0.17.0~postinstall: superagent@0.17.0
75075npm info lifecycle supertest@0.11.0~postinstall: supertest@0.11.0
75076npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
75077npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
75078npm info lifecycle log-symbols@1.0.2~postinstall: log-symbols@1.0.2
75079npm info lifecycle grunt-filerev@2.2.0~postinstall: grunt-filerev@2.2.0
75080npm info lifecycle grunt-contrib-stylus@0.22.0~postinstall: grunt-contrib-stylus@0.22.0
75081npm info lifecycle tape@0.2.2~postinstall: tape@0.2.2
75082npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
75083npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
75084npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75085npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
75086npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
75087npm info lifecycle text-table@0.2.0~postinstall: text-table@0.2.0
75088npm info lifecycle jshint-stylish@0.1.5~postinstall: jshint-stylish@0.1.5
75089npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
75090npm info lifecycle request-progress@0.3.0~postinstall: request-progress@0.3.0
75091npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
75092npm info lifecycle through@2.3.8~postinstall: through@2.3.8
75093npm info lifecycle split@0.3.3~postinstall: split@0.3.3
75094npm info lifecycle object-keys@0.4.0~postinstall: object-keys@0.4.0
75095npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
75096npm info lifecycle xtend@2.1.2~postinstall: xtend@2.1.2
75097npm info lifecycle through2@0.4.2~postinstall: through2@0.4.2
75098npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
75099npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
75100npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
75101npm info lifecycle time-grunt@0.3.2~postinstall: time-grunt@0.3.2
75102npm info lifecycle timers-ext@0.1.0~postinstall: timers-ext@0.1.0
75103npm info lifecycle memoizee@0.3.9~postinstall: memoizee@0.3.9
75104npm info lifecycle cli-color@0.3.3~postinstall: cli-color@0.3.3
75105npm info lifecycle inquirer@0.6.0~postinstall: inquirer@0.6.0
75106npm info lifecycle inquirer@0.7.1~postinstall: inquirer@0.7.1
75107npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
75108npm info lifecycle qs@0.5.6~postinstall: qs@0.5.6
75109npm info lifecycle tiny-lr-fork@0.0.5~postinstall: tiny-lr-fork@0.0.5
75110npm info lifecycle grunt-contrib-watch@0.6.1~postinstall: grunt-contrib-watch@0.6.1
75111npm info lifecycle tinycolor@0.0.1~postinstall: tinycolor@0.0.1
75112npm info lifecycle ws@0.4.32~postinstall: ws@0.4.32
75113npm info lifecycle ws@0.4.32~postinstall: ws@0.4.32
75114npm info lifecycle ws@0.4.31~postinstall: ws@0.4.31
75115npm info lifecycle tmp@0.0.23~postinstall: tmp@0.0.23
75116npm info lifecycle to-array@0.1.3~postinstall: to-array@0.1.3
75117npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
75118npm info lifecycle touch@0.0.2~postinstall: touch@0.0.2
75119npm info lifecycle decompress-zip@0.0.8~postinstall: decompress-zip@0.0.8
75120npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
75121npm info lifecycle traverse@0.6.6~postinstall: traverse@0.6.6
75122npm info lifecycle dnode-protocol@0.2.2~postinstall: dnode-protocol@0.2.2
75123npm info lifecycle trim-newlines@1.0.0~postinstall: trim-newlines@1.0.0
75124npm info lifecycle truncate@1.0.5~postinstall: truncate@1.0.5
75125npm info lifecycle strong-data-uri@0.1.1~postinstall: strong-data-uri@0.1.1
75126npm info lifecycle tryor@0.1.2~postinstall: tryor@0.1.2
75127npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
75128npm info lifecycle request@2.36.0~postinstall: request@2.36.0
75129npm info lifecycle request@2.42.0~postinstall: request@2.42.0
75130npm info lifecycle request@2.42.0~postinstall: request@2.42.0
75131npm info lifecycle request@2.51.0~postinstall: request@2.51.0
75132npm info lifecycle type-is@1.3.2~postinstall: type-is@1.3.2
75133npm info lifecycle typedarray@0.0.6~postinstall: typedarray@0.0.6
75134npm info lifecycle concat-stream@1.4.10~postinstall: concat-stream@1.4.10
75135npm info lifecycle base64url@1.0.5~postinstall: base64url@1.0.5
75136npm info lifecycle jws@3.1.0~postinstall: jws@3.1.0
75137npm info lifecycle jsonwebtoken@5.4.1~postinstall: jsonwebtoken@5.4.1
75138npm info lifecycle async@0.2.10~postinstall: async@0.2.10
75139npm info lifecycle uglify-to-browserify@1.0.2~postinstall: uglify-to-browserify@1.0.2
75140npm info lifecycle uid@0.0.2~postinstall: uid@0.0.2
75141npm info lifecycle uid-number@0.0.5~postinstall: uid-number@0.0.5
75142npm info lifecycle uid-safe@2.0.0~postinstall: uid-safe@2.0.0
75143npm info lifecycle csrf@3.0.0~postinstall: csrf@3.0.0
75144npm info lifecycle csurf@1.8.3~postinstall: csurf@1.8.3
75145npm info lifecycle uid2@0.0.3~postinstall: uid2@0.0.3
75146npm info lifecycle ultron@1.0.2~postinstall: ultron@1.0.2
75147npm info lifecycle underscore@1.7.0~postinstall: underscore@1.7.0
75148npm info lifecycle argparse@0.1.16~postinstall: argparse@0.1.16
75149npm info lifecycle js-yaml@2.1.3~postinstall: js-yaml@2.1.3
75150npm info lifecycle js-yaml@2.0.5~postinstall: js-yaml@2.0.5
75151npm info lifecycle underscore.string@2.2.1~postinstall: underscore.string@2.2.1
75152npm info lifecycle unpipe@1.0.0~postinstall: unpipe@1.0.0
75153npm info lifecycle finalhandler@0.4.0~postinstall: finalhandler@0.4.0
75154npm info lifecycle raw-body@2.1.5~postinstall: raw-body@2.1.5
75155npm info lifecycle body-parser@1.13.3~postinstall: body-parser@1.13.3
75156npm info lifecycle untildify@2.1.0~postinstall: untildify@2.1.0
75157npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
75158npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
75159npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
75160npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
75161npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
75162npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
75163npm info lifecycle upper-case@1.1.3~postinstall: upper-case@1.1.3
75164npm info lifecycle title-case@1.1.2~postinstall: title-case@1.1.2
75165npm info lifecycle swap-case@1.1.2~postinstall: swap-case@1.1.2
75166npm info lifecycle is-upper-case@1.1.2~postinstall: is-upper-case@1.1.2
75167npm info lifecycle constant-case@1.1.2~postinstall: constant-case@1.1.2
75168npm info lifecycle camel-case@1.2.2~postinstall: camel-case@1.2.2
75169npm info lifecycle upper-case-first@1.1.2~postinstall: upper-case-first@1.1.2
75170npm info lifecycle pascal-case@1.1.2~postinstall: pascal-case@1.1.2
75171npm info lifecycle change-case@2.1.6~postinstall: change-case@2.1.6
75172npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
75173npm info lifecycle lru-cache@2.2.4~postinstall: lru-cache@2.2.4
75174npm info lifecycle useragent@2.1.8~postinstall: useragent@2.1.8
75175npm info lifecycle utf8@2.0.0~postinstall: utf8@2.0.0
75176npm info lifecycle engine.io-parser@1.2.1~postinstall: engine.io-parser@1.2.1
75177npm info lifecycle engine.io-client@1.5.1~postinstall: engine.io-client@1.5.1
75178npm info lifecycle socket.io-client@1.3.5~postinstall: socket.io-client@1.3.5
75179npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
75180npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
75181npm info lifecycle mongodb@1.4.39~postinstall: mongodb@1.4.39
75182npm info lifecycle readdirp@2.0.0~postinstall: readdirp@2.0.0
75183npm info lifecycle chokidar@1.4.1~postinstall: chokidar@1.4.1
75184npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
75185npm info lifecycle async@0.2.10~postinstall: async@0.2.10
75186npm info lifecycle ncp@0.4.2~postinstall: ncp@0.4.2
75187npm info lifecycle utils-merge@1.0.0~postinstall: utils-merge@1.0.0
75188npm info lifecycle express-session@1.11.3~postinstall: express-session@1.11.3
75189npm info lifecycle uuid@1.4.2~postinstall: uuid@1.4.2
75190npm info lifecycle tempfile@0.1.3~postinstall: tempfile@0.1.3
75191npm info lifecycle v8-debug@0.4.6~postinstall: v8-debug@0.4.6
75192npm info lifecycle nan@2.0.9~postinstall: nan@2.0.9
75193npm info lifecycle v8-profiler@5.2.12~postinstall: v8-profiler@5.2.12
75194npm info lifecycle validate-npm-package-license@3.0.1~postinstall: validate-npm-package-license@3.0.1
75195npm info lifecycle normalize-package-data@2.3.5~postinstall: normalize-package-data@2.3.5
75196npm info lifecycle read-pkg@1.1.0~postinstall: read-pkg@1.1.0
75197npm info lifecycle read-pkg-up@1.0.1~postinstall: read-pkg-up@1.0.1
75198npm info lifecycle meow@3.6.0~postinstall: meow@3.6.0
75199npm info lifecycle default-browser-id@1.0.4~postinstall: default-browser-id@1.0.4
75200npm info lifecycle vary@1.0.1~postinstall: vary@1.0.1
75201npm info lifecycle express@4.13.3~postinstall: express@4.13.3
75202npm info lifecycle method-override@2.3.5~postinstall: method-override@2.3.5
75203npm info lifecycle compression@1.5.2~postinstall: compression@1.5.2
75204npm info lifecycle verror@1.6.0~postinstall: verror@1.6.0
75205npm info lifecycle vasync@1.6.3~postinstall: vasync@1.6.3
75206npm info lifecycle vhost@3.0.2~postinstall: vhost@3.0.2
75207npm info lifecycle connect@2.30.2~postinstall: connect@2.30.2
75208npm info lifecycle ware@0.3.0~postinstall: ware@0.3.0
75209npm info lifecycle nan@2.1.0~postinstall: nan@2.1.0
75210npm info lifecycle weak@1.0.0~postinstall: weak@1.0.0
75211npm info lifecycle dnode@1.2.2~postinstall: dnode@1.2.2
75212npm info lifecycle whet.extend@0.9.9~postinstall: whet.extend@0.9.9
75213npm info lifecycle svgo@0.4.5~postinstall: svgo@0.4.5
75214npm info lifecycle imagemin-svgo@0.1.1~postinstall: imagemin-svgo@0.1.1
75215npm info lifecycle grunt-svgmin@0.4.0~postinstall: grunt-svgmin@0.4.0
75216npm info lifecycle which@1.0.9~postinstall: which@1.0.9
75217npm info lifecycle karma-chrome-launcher@0.1.12~postinstall: karma-chrome-launcher@0.1.12
75218npm info lifecycle grunt-legacy-util@0.2.0~postinstall: grunt-legacy-util@0.2.0
75219npm info lifecycle grunt@0.4.5~postinstall: grunt@0.4.5
75220npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
75221npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
75222npm info lifecycle yargs@1.3.3~postinstall: yargs@1.3.3
75223npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
75224npm info lifecycle win-release@1.1.1~postinstall: win-release@1.1.1
75225npm info lifecycle os-name@1.0.3~postinstall: os-name@1.0.3
75226npm info lifecycle win-spawn@2.0.0~postinstall: win-spawn@2.0.0
75227npm info lifecycle window-size@0.1.0~postinstall: window-size@0.1.0
75228npm info lifecycle ansi-styles@0.1.2~postinstall: ansi-styles@0.1.2
75229npm info lifecycle chalk@0.1.1~postinstall: chalk@0.1.1
75230npm info lifecycle lodash@1.3.1~postinstall: lodash@1.3.1
75231npm info lifecycle wiredep@0.4.2~postinstall: wiredep@0.4.2
75232npm info lifecycle grunt-asset-injector@0.1.0~postinstall: grunt-asset-injector@0.1.0
75233npm info lifecycle async@0.2.10~postinstall: async@0.2.10
75234npm info lifecycle wordwrap@0.0.2~postinstall: wordwrap@0.0.2
75235npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
75236npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
75237npm info lifecycle uglify-js@2.4.0~postinstall: uglify-js@2.4.0
75238npm info lifecycle with@2.0.0~postinstall: with@2.0.0
75239npm info lifecycle uglify-js@2.2.5~postinstall: uglify-js@2.2.5
75240npm info lifecycle transformers@2.1.0~postinstall: transformers@2.1.0
75241npm info lifecycle uglify-js@2.4.0~postinstall: uglify-js@2.4.0
75242npm info lifecycle with@1.1.1~postinstall: with@1.1.1
75243npm info lifecycle uglify-js@2.2.5~postinstall: uglify-js@2.2.5
75244npm info lifecycle transformers@2.0.1~postinstall: transformers@2.0.1
75245npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
75246npm info lifecycle handlebars@2.0.0~postinstall: handlebars@2.0.0
75247npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
75248npm info lifecycle ng-annotate@0.9.11~postinstall: ng-annotate@0.9.11
75249npm info lifecycle grunt-ng-annotate@0.2.3~postinstall: grunt-ng-annotate@0.2.3
75250npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
75251npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
75252npm info lifecycle optimist@0.2.8~postinstall: optimist@0.2.8
75253npm info lifecycle event-stream@0.5.3~postinstall: event-stream@0.5.3
75254npm info lifecycle ps-tree@0.0.3~postinstall: ps-tree@0.0.3
75255npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
75256npm info lifecycle bower-config@0.5.2~postinstall: bower-config@0.5.2
75257npm info lifecycle bower-registry-client@0.2.4~postinstall: bower-registry-client@0.2.4
75258npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
75259npm info lifecycle once@1.3.2~postinstall: once@1.3.2
75260npm info lifecycle npmconf@2.1.1~postinstall: npmconf@2.1.1
75261npm info lifecycle npmconf@2.1.2~postinstall: npmconf@2.1.2
75262npm info lifecycle registry-url@0.1.1~postinstall: registry-url@0.1.1
75263npm info lifecycle package-json@0.2.0~postinstall: package-json@0.2.0
75264npm info lifecycle latest-version@0.2.0~postinstall: latest-version@0.2.0
75265npm info lifecycle glob@4.0.6~postinstall: glob@4.0.6
75266npm info lifecycle end-of-stream@1.0.0~postinstall: end-of-stream@1.0.0
75267npm info lifecycle pump@0.3.5~postinstall: pump@0.3.5
75268npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
75269npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
75270npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
75271npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
75272npm info lifecycle glob@6.0.3~postinstall: glob@6.0.3
75273npm info lifecycle rimraf@2.4.5~postinstall: rimraf@2.4.5
75274npm info lifecycle utile@0.2.1~postinstall: utile@0.2.1
75275npm info lifecycle http-proxy@0.10.4~postinstall: http-proxy@0.10.4
75276npm info lifecycle fs-extra@0.23.1~postinstall: fs-extra@0.23.1
75277npm info lifecycle phantomjs@1.9.19~postinstall: phantomjs@1.9.19
75278npm info lifecycle karma-phantomjs-launcher@0.1.4~postinstall: karma-phantomjs-launcher@0.1.4
75279npm info lifecycle mv@2.1.1~postinstall: mv@2.1.1
75280npm info lifecycle bunyan@1.5.1~postinstall: bunyan@1.5.1
75281npm info lifecycle fs-extra@0.10.0~postinstall: fs-extra@0.10.0
75282npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
75283npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
75284npm info lifecycle fstream@0.1.31~postinstall: fstream@0.1.31
75285npm info lifecycle tar@0.1.20~postinstall: tar@0.1.20
75286npm info lifecycle fs-extra@0.9.1~postinstall: fs-extra@0.9.1
75287npm info lifecycle autoprefixer@1.3.1~postinstall: autoprefixer@1.3.1
75288npm info lifecycle grunt-autoprefixer@0.7.6~postinstall: grunt-autoprefixer@0.7.6
75289npm info lifecycle exec-buffer@0.1.1~postinstall: exec-buffer@0.1.1
75290npm info lifecycle decompress@0.2.5~postinstall: decompress@0.2.5
75291npm info lifecycle nan@1.4.3~postinstall: nan@1.4.3
75292npm info lifecycle ws@0.5.0~postinstall: ws@0.5.0
75293npm info lifecycle engine.io@1.5.1~postinstall: engine.io@1.5.1
75294npm info lifecycle x-default-browser@0.3.1~postinstall: x-default-browser@0.3.1
75295npm info lifecycle xdg-basedir@1.0.1~postinstall: xdg-basedir@1.0.1
75296npm info lifecycle configstore@0.3.2~postinstall: configstore@0.3.2
75297npm info lifecycle update-notifier@0.2.0~postinstall: update-notifier@0.2.0
75298npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
75299npm info lifecycle xmlbuilder@4.0.0~postinstall: xmlbuilder@4.0.0
75300npm info lifecycle xml2js@0.4.4~postinstall: xml2js@0.4.4
75301npm info lifecycle selenium-webdriver@2.44.0~postinstall: selenium-webdriver@2.44.0
75302npm info lifecycle protractor@1.8.0~postinstall: protractor@1.8.0
75303npm info lifecycle grunt-protractor-runner@1.2.1~postinstall: grunt-protractor-runner@1.2.1
75304npm info lifecycle xmldom@0.1.19~postinstall: xmldom@0.1.19
75305npm info lifecycle plist@1.2.0~postinstall: plist@1.2.0
75306npm info lifecycle xmlhttprequest@1.8.0~postinstall: xmlhttprequest@1.8.0
75307npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
75308npm info lifecycle win-detect-browsers@1.0.2~postinstall: win-detect-browsers@1.0.2
75309npm info lifecycle browser-launcher2@0.4.6~postinstall: browser-launcher2@0.4.6
75310npm info lifecycle biased-opener@0.2.7~postinstall: biased-opener@0.2.7
75311npm info lifecycle node-inspector@0.9.2~postinstall: node-inspector@0.9.2
75312npm info lifecycle grunt-node-inspector@0.1.6~postinstall: grunt-node-inspector@0.1.6
75313npm info lifecycle tar-stream@0.4.7~postinstall: tar-stream@0.4.7
75314npm info lifecycle tar-fs@0.5.2~postinstall: tar-fs@0.5.2
75315npm info lifecycle is-my-json-valid@2.12.3~postinstall: is-my-json-valid@2.12.3
75316npm info lifecycle har-validator@1.8.0~postinstall: har-validator@1.8.0
75317npm info lifecycle request@2.60.0~postinstall: request@2.60.0
75318npm info lifecycle update-notifier@0.1.10~postinstall: update-notifier@0.1.10
75319npm info lifecycle nodemon@1.0.20~postinstall: nodemon@1.0.20
75320npm info lifecycle grunt-nodemon@0.2.1~postinstall: grunt-nodemon@0.2.1
75321npm info lifecycle insight@0.4.3~postinstall: insight@0.4.3
75322npm info lifecycle bower@1.3.12~postinstall: bower@1.3.12
75323npm info lifecycle google-cdn@0.7.0~postinstall: google-cdn@0.7.0
75324npm info lifecycle grunt-google-cdn@0.4.3~postinstall: grunt-google-cdn@0.4.3
75325npm info lifecycle download@0.1.19~postinstall: download@0.1.19
75326npm info lifecycle bin-wrapper@0.3.4~postinstall: bin-wrapper@0.3.4
75327npm info lifecycle bin-build@0.1.1~postinstall: bin-build@0.1.1
75328npm info lifecycle pngquant-bin@0.3.5~postinstall: pngquant-bin@0.3.5
75329
75330> pngquant-bin@0.3.5 postinstall /var/www/manticore.git/node_modules/pngquant-bin
75331> node index.js
75332
75333⚠ pre-build test failed, compiling from source...
75334✔ pngquant built successfully!
75335npm verb lifecycle pngquant-bin@0.3.5~postinstall: unsafe-perm in lifecycle false
75336npm 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
75337npm verb lifecycle pngquant-bin@0.3.5~postinstall: CWD: /var/www/manticore.git/node_modules/pngquant-bin
75338npm info lifecycle imagemin-pngquant@0.1.3~postinstall: imagemin-pngquant@0.1.3
75339npm info lifecycle optipng-bin@0.3.11~postinstall: optipng-bin@0.3.11
75340
75341> optipng-bin@0.3.11 postinstall /var/www/manticore.git/node_modules/optipng-bin
75342> node index.js
75343
75344✔ pre-build test passed successfully!
75345npm verb lifecycle optipng-bin@0.3.11~postinstall: unsafe-perm in lifecycle false
75346npm 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
75347npm verb lifecycle optipng-bin@0.3.11~postinstall: CWD: /var/www/manticore.git/node_modules/optipng-bin
75348npm info lifecycle imagemin-optipng@0.1.0~postinstall: imagemin-optipng@0.1.0
75349npm info lifecycle jpegtran-bin@0.2.8~postinstall: jpegtran-bin@0.2.8
75350
75351> jpegtran-bin@0.2.8 postinstall /var/www/manticore.git/node_modules/jpegtran-bin
75352> node index.js
75353
75354npm verb lifecycle jpegtran-bin@0.2.8~postinstall: unsafe-perm in lifecycle false
75355npm 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
75356npm verb lifecycle jpegtran-bin@0.2.8~postinstall: CWD: /var/www/manticore.git/node_modules/jpegtran-bin
75357npm info lifecycle imagemin-jpegtran@0.1.0~postinstall: imagemin-jpegtran@0.1.0
75358npm info lifecycle gifsicle@0.1.7~postinstall: gifsicle@0.1.7
75359
75360> gifsicle@0.1.7 postinstall /var/www/manticore.git/node_modules/gifsicle
75361> node index.js
75362
75363✔ pre-build test passed successfully!
75364npm verb lifecycle gifsicle@0.1.7~postinstall: unsafe-perm in lifecycle false
75365npm 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
75366npm verb lifecycle gifsicle@0.1.7~postinstall: CWD: /var/www/manticore.git/node_modules/gifsicle
75367npm info lifecycle imagemin-gifsicle@0.1.1~postinstall: imagemin-gifsicle@0.1.1
75368npm info lifecycle imagemin@0.4.9~postinstall: imagemin@0.4.9
75369npm info lifecycle grunt-contrib-imagemin@0.7.2~postinstall: grunt-contrib-imagemin@0.7.2
75370npm info lifecycle through2@0.6.5~postinstall: through2@0.6.5
75371npm info lifecycle wiredep@1.8.6~postinstall: wiredep@1.8.6
75372npm info lifecycle grunt-wiredep@1.8.0~postinstall: grunt-wiredep@1.8.0
75373npm info lifecycle yargs@3.5.4~postinstall: yargs@3.5.4
75374npm info lifecycle uglify-js@2.4.24~postinstall: uglify-js@2.4.24
75375npm info lifecycle with@3.0.1~postinstall: with@3.0.1
75376npm info lifecycle constantinople@1.0.2~postinstall: constantinople@1.0.2
75377npm info lifecycle jade@0.33.0~postinstall: jade@0.33.0
75378npm info lifecycle karma-jade-preprocessor@0.0.11~postinstall: karma-jade-preprocessor@0.0.11
75379npm info lifecycle html-minifier@0.6.9~postinstall: html-minifier@0.6.9
75380npm info lifecycle grunt-angular-templates@0.5.9~postinstall: grunt-angular-templates@0.5.9
75381npm info lifecycle constantinople@2.0.1~postinstall: constantinople@2.0.1
75382npm info lifecycle jade@1.3.1~postinstall: jade@1.3.1
75383npm info lifecycle karma-ng-jade2js-preprocessor@0.1.5~postinstall: karma-ng-jade2js-preprocessor@0.1.5
75384npm info lifecycle jade@1.2.0~postinstall: jade@1.2.0
75385npm info lifecycle grunt-contrib-jade@0.11.0~postinstall: grunt-contrib-jade@0.11.0
75386npm info lifecycle zeparser@0.0.5~postinstall: zeparser@0.0.5
75387npm info lifecycle active-x-obfuscator@0.0.1~postinstall: active-x-obfuscator@0.0.1
75388npm info lifecycle socket.io-client@0.9.16~postinstall: socket.io-client@0.9.16
75389npm info lifecycle socket.io@0.9.16~postinstall: socket.io@0.9.16
75390npm info lifecycle karma@0.12.37~postinstall: karma@0.12.37
75391npm info lifecycle zlib-browserify@0.0.3~postinstall: zlib-browserify@0.0.3
75392npm info lifecycle gzip-size@0.1.1~postinstall: gzip-size@0.1.1
75393npm info lifecycle maxmin@0.1.0~postinstall: maxmin@0.1.0
75394npm info lifecycle grunt-contrib-uglify@0.4.1~postinstall: grunt-contrib-uglify@0.4.1
75395npm info lifecycle grunt-contrib-cssmin@0.9.0~postinstall: grunt-contrib-cssmin@0.9.0
75396npm info lifecycle async@1.3.0~postinstall: async@1.3.0
75397npm info lifecycle body-parser@1.5.2~postinstall: body-parser@1.5.2
75398npm info lifecycle composable-middleware@0.3.0~postinstall: composable-middleware@0.3.0
75399npm info lifecycle compression@1.0.11~postinstall: compression@1.0.11
75400npm info lifecycle connect-mongo@0.4.2~postinstall: connect-mongo@0.4.2
75401npm info lifecycle cookie-parser@1.0.1~postinstall: cookie-parser@1.0.1
75402npm info lifecycle dav@1.7.8~postinstall: dav@1.7.8
75403npm info lifecycle errorhandler@1.0.2~postinstall: errorhandler@1.0.2
75404npm info lifecycle express@4.0.0~postinstall: express@4.0.0
75405npm info lifecycle express-jwt@3.1.0~postinstall: express-jwt@3.1.0
75406npm info lifecycle express-session@1.0.4~postinstall: express-session@1.0.4
75407npm info lifecycle gridfs-stream@1.1.1~postinstall: gridfs-stream@1.1.1
75408npm info lifecycle ldapjs@1.0.0~postinstall: ldapjs@1.0.0
75409npm info lifecycle method-override@1.0.2~postinstall: method-override@1.0.2
75410npm info lifecycle mongoose@4.1.12~postinstall: mongoose@4.1.12
75411npm info lifecycle morgan@1.0.1~postinstall: morgan@1.0.1
75412npm info lifecycle multer@0.1.8~postinstall: multer@0.1.8
75413npm info lifecycle passport@0.2.2~postinstall: passport@0.2.2
75414npm info lifecycle passport-ldapauth@0.3.0~postinstall: passport-ldapauth@0.3.0
75415npm info lifecycle passport-local@0.1.6~postinstall: passport-local@0.1.6
75416npm info lifecycle phantom@0.7.2~postinstall: phantom@0.7.2
75417npm info lifecycle serve-favicon@2.0.1~postinstall: serve-favicon@2.0.1
75418npm info lifecycle socket.io@1.3.5~postinstall: socket.io@1.3.5
75419npm info lifecycle socketio-jwt@4.3.3~postinstall: socketio-jwt@4.3.3
75420npm verb unlock done using /root/.npm/_locks/staging-49e37be2827399f3.lock for /var/www/manticore.git/node_modules/.staging
75421npm info lifecycle manticore@0.0.0~preinstall: manticore@0.0.0
75422npm info linkStuff manticore@0.0.0
75423npm verb linkBins manticore@0.0.0
75424npm verb linkMans manticore@0.0.0
75425npm info lifecycle manticore@0.0.0~install: manticore@0.0.0
75426npm info lifecycle manticore@0.0.0~postinstall: manticore@0.0.0
75427npm info lifecycle manticore@0.0.0~prepublish: manticore@0.0.0
75428manticore@0.0.0 /var/www/manticore.git
75429+-- async@1.3.0
75430+-- body-parser@1.5.2
75431| +-- bytes@1.0.0
75432| +-- depd@0.4.4
75433| +-- iconv-lite@0.4.4
75434| +-- media-typer@0.2.0
75435| +-- qs@0.6.6
75436| +-- raw-body@1.3.0
75437| `-- type-is@1.3.2
75438| `-- mime-types@1.0.2
75439+-- composable-middleware@0.3.0
75440+-- compression@1.0.11
75441| +-- accepts@1.0.7
75442| | `-- negotiator@0.4.7
75443| +-- compressible@1.1.1
75444| +-- debug@1.0.4
75445| | `-- ms@0.6.2
75446| +-- on-headers@1.0.1
75447| `-- vary@1.0.1
75448+-- connect-livereload@0.4.1
75449+-- connect-mongo@0.4.2
75450| `-- mongodb@1.4.39
75451| +-- bson@0.2.22
75452| | `-- nan@1.8.4
75453| +-- kerberos@0.0.11
75454| `-- readable-stream@2.0.5
75455| +-- core-util-is@1.0.2
75456| +-- process-nextick-args@1.0.6
75457| +-- string_decoder@0.10.31
75458| `-- util-deprecate@1.0.2
75459+-- cookie-parser@1.0.1
75460| +-- cookie@0.1.0
75461| `-- cookie-signature@1.0.3
75462+-- dav@1.7.8
75463| +-- co@4.6.0
75464| +-- xmldom@0.1.19
75465| `-- xmlhttprequest@1.8.0
75466+-- errorhandler@1.0.2
75467+-- express@4.0.0
75468| +-- accepts@1.0.0
75469| | +-- mime@1.2.11
75470| | `-- negotiator@0.3.0
75471| +-- buffer-crc32@0.2.1
75472| +-- debug@0.8.1
75473| +-- escape-html@1.0.1
75474| +-- fresh@0.2.2
75475| +-- merge-descriptors@0.0.2
75476| +-- methods@0.1.0
75477| +-- parseurl@1.0.1
75478| +-- path-to-regexp@0.1.2
75479| +-- range-parser@1.0.0
75480| +-- send@0.2.0
75481| +-- serve-static@1.0.1
75482| | `-- send@0.1.4
75483| | +-- fresh@0.2.0
75484| | `-- range-parser@0.0.4
75485| +-- type-is@1.0.0
75486| `-- utils-merge@1.0.0
75487+-- express-jwt@3.1.0
75488| +-- async@0.9.2
75489| `-- express-unless@0.3.0
75490+-- express-session@1.0.4
75491| +-- cookie@0.1.2
75492| +-- debug@0.8.1
75493| `-- uid2@0.0.3
75494+-- gridfs-stream@1.1.1
75495| `-- flushwritable@1.0.0
75496+-- grunt@0.4.5
75497| +-- async@0.1.22
75498| +-- coffee-script@1.3.3
75499| +-- colors@0.6.2
75500| +-- dateformat@1.0.2-1.2.3
75501| +-- eventemitter2@0.4.14
75502| +-- exit@0.1.2
75503| +-- findup-sync@0.1.3
75504| | `-- glob@3.2.11
75505| | `-- minimatch@0.3.0
75506| +-- getobject@0.1.0
75507| +-- glob@3.1.21
75508| | +-- graceful-fs@1.2.3
75509| | `-- inherits@1.0.2
75510| +-- grunt-legacy-log@0.1.3
75511| | +-- grunt-legacy-log-utils@0.1.1
75512| | | `-- underscore.string@2.3.3
75513| | `-- underscore.string@2.3.3
75514| +-- grunt-legacy-util@0.2.0
75515| | +-- async@0.1.22
75516| | `-- lodash@0.9.2
75517| +-- hooker@0.2.3
75518| +-- iconv-lite@0.2.11
75519| +-- js-yaml@2.0.5
75520| | +-- argparse@0.1.16
75521| | | +-- underscore@1.7.0
75522| | | `-- underscore.string@2.4.0
75523| | `-- esprima@1.0.4
75524| +-- lodash@0.9.2
75525| +-- minimatch@0.2.14
75526| | +-- lru-cache@2.5.0
75527| | `-- sigmund@1.0.1
75528| +-- nopt@1.0.10
75529| | `-- abbrev@1.0.7
75530| +-- rimraf@2.2.8
75531| +-- underscore.string@2.2.1
75532| `-- which@1.0.9
75533+-- grunt-angular-templates@0.5.9
75534| `-- html-minifier@0.6.9
75535| +-- change-case@2.1.6
75536| | +-- camel-case@1.2.2
75537| | +-- constant-case@1.1.2
75538| | +-- dot-case@1.1.2
75539| | +-- is-lower-case@1.1.3
75540| | +-- is-upper-case@1.1.2
75541| | +-- lower-case@1.1.3
75542| | +-- param-case@1.1.2
75543| | +-- pascal-case@1.1.2
75544| | +-- path-case@1.1.2
75545| | +-- sentence-case@1.1.3
75546| | +-- snake-case@1.1.2
75547| | +-- swap-case@1.1.2
75548| | +-- title-case@1.1.2
75549| | +-- upper-case@1.1.3
75550| | `-- upper-case-first@1.1.2
75551| +-- clean-css@2.2.23
75552| | `-- commander@2.2.0
75553| +-- cli@0.6.6
75554| | `-- glob@3.2.11
75555| | `-- minimatch@0.3.0
75556| `-- relateurl@0.2.6
75557+-- grunt-asset-injector@0.1.0
75558| `-- wiredep@0.4.2
75559| +-- chalk@0.1.1
75560| | `-- ansi-styles@0.1.2
75561| `-- lodash@1.3.1
75562+-- grunt-autoprefixer@0.7.6
75563| +-- autoprefixer@1.3.1
75564| | +-- caniuse-db@1.0.30000382
75565| | +-- fs-extra@0.9.1
75566| | | +-- mkdirp@0.5.1
75567| | | | `-- minimist@0.0.8
75568| | | `-- ncp@0.5.1
75569| | `-- postcss@0.3.5
75570| | `-- base64-js@0.0.8
75571| +-- chalk@0.4.0
75572| | +-- ansi-styles@1.0.0
75573| | +-- has-color@0.1.7
75574| | `-- strip-ansi@0.1.1
75575| `-- diff@1.0.8
75576+-- grunt-build-control@0.1.3 (git://github.com/daftmonk/grunt-build-control.git#3d03ebbe49f8f963ef43c50af1084a15f56611fa)
75577| `-- shelljs@0.2.6
75578+-- grunt-concurrent@0.5.0
75579| +-- async@0.2.10
75580| `-- pad-stdio@0.1.1
75581| `-- lpad@0.2.1
75582+-- grunt-contrib-clean@0.5.0
75583| `-- rimraf@2.2.8
75584+-- grunt-contrib-concat@0.4.0
75585| `-- chalk@0.4.0
75586| +-- ansi-styles@1.0.0
75587| `-- strip-ansi@0.1.1
75588+-- grunt-contrib-copy@0.5.0
75589+-- grunt-contrib-cssmin@0.9.0
75590| +-- chalk@0.4.0
75591| | +-- ansi-styles@1.0.0
75592| | `-- strip-ansi@0.1.1
75593| +-- clean-css@2.1.8
75594| `-- maxmin@0.1.0
75595| +-- chalk@0.4.0
75596| | +-- ansi-styles@1.0.0
75597| | `-- strip-ansi@0.1.1
75598| `-- gzip-size@0.1.1
75599| +-- concat-stream@1.4.10
75600| | +-- readable-stream@1.1.13
75601| | `-- typedarray@0.0.6
75602| `-- zlib-browserify@0.0.3
75603| `-- tape@0.2.2
75604| `-- defined@0.0.0
75605+-- grunt-contrib-htmlmin@0.2.0
75606| +-- chalk@0.4.0
75607| | +-- ansi-styles@1.0.0
75608| | `-- strip-ansi@0.1.1
75609| +-- each-async@0.1.3
75610| +-- html-minifier@0.5.6
75611| `-- pretty-bytes@0.1.2
75612+-- grunt-contrib-imagemin@0.7.2
75613| +-- async@0.7.0
75614| +-- chalk@0.4.0
75615| | +-- ansi-styles@1.0.0
75616| | `-- strip-ansi@0.1.1
75617| `-- imagemin@0.4.9
75618| +-- fs-extra@0.10.0
75619| | +-- jsonfile@1.2.0
75620| | +-- mkdirp@0.5.1
75621| | | `-- minimist@0.0.8
75622| | `-- ncp@0.5.1
75623| +-- image-type@0.1.4
75624| | +-- is-bmp@0.1.1
75625| | +-- is-gif@0.1.1
75626| | +-- is-jpg@0.1.2
75627| | +-- is-jxr@0.1.1
75628| | +-- is-png@0.1.1
75629| | +-- is-psd@0.1.1
75630| | +-- is-tif@0.1.1
75631| | +-- is-webp@0.1.1
75632| | `-- read-chunk@0.1.0
75633| +-- imagemin-gifsicle@0.1.1
75634| | +-- exec-buffer@0.1.1
75635| | `-- gifsicle@0.1.7
75636| | +-- bin-build@0.1.1
75637| | | `-- download@0.1.19
75638| | | +-- decompress@0.2.5
75639| | | | +-- adm-zip@0.4.7
75640| | | | +-- ext-name@1.0.1
75641| | | | | +-- ext-list@0.2.0
75642| | | | | | `-- got@0.2.0
75643| | | | | | `-- object-assign@0.3.1
75644| | | | | `-- underscore.string@2.3.3
75645| | | | +-- get-stdin@0.1.0
75646| | | | +-- nopt@2.2.1
75647| | | | +-- stream-combiner@0.0.4
75648| | | | | `-- duplexer@0.1.1
75649| | | | `-- tar@0.1.20
75650| | | | +-- block-stream@0.0.8
75651| | | | `-- fstream@0.1.31
75652| | | | +-- graceful-fs@3.0.8
75653| | | | `-- mkdirp@0.5.1
75654| | | | `-- minimist@0.0.8
75655| | | +-- get-stdin@0.1.0
75656| | | +-- get-urls@0.1.2
75657| | | +-- nopt@2.2.1
75658| | | `-- through2@0.4.2
75659| | | +-- readable-stream@1.0.33
75660| | | `-- xtend@2.1.2
75661| | | `-- object-keys@0.4.0
75662| | +-- bin-wrapper@0.3.4
75663| | | +-- bin-check@0.1.5
75664| | | | `-- executable@0.1.3
75665| | | `-- find-file@0.1.4
75666| | `-- log-symbols@1.0.2
75667| +-- imagemin-jpegtran@0.1.0
75668| | `-- jpegtran-bin@0.2.8
75669| +-- imagemin-optipng@0.1.0
75670| | `-- optipng-bin@0.3.11
75671| +-- imagemin-pngquant@0.1.3
75672| | `-- pngquant-bin@0.3.5
75673| +-- imagemin-svgo@0.1.1
75674| | `-- is-svg@0.1.2
75675| +-- nopt@3.0.6
75676| +-- stat-mode@0.2.1
75677| +-- tempfile@0.1.3
75678| | `-- uuid@1.4.2
75679| `-- ware@0.3.0
75680+-- grunt-contrib-jade@0.11.0
75681| +-- chalk@0.4.0
75682| | +-- ansi-styles@1.0.0
75683| | `-- strip-ansi@0.1.1
75684| `-- grunt-lib-contrib@0.6.1
75685| `-- zlib-browserify@0.0.1
75686+-- grunt-contrib-jshint@0.10.0
75687| `-- jshint@2.5.11
75688| +-- console-browserify@1.1.0
75689| | `-- date-now@0.1.4
75690| +-- htmlparser2@3.8.3
75691| | +-- domelementtype@1.3.0
75692| | +-- domhandler@2.3.0
75693| | +-- domutils@1.5.1
75694| | | `-- dom-serializer@0.1.0
75695| | | +-- domelementtype@1.1.3
75696| | | `-- entities@1.1.1
75697| | +-- entities@1.0.0
75698| | `-- readable-stream@1.1.13
75699| +-- minimatch@1.0.0
75700| +-- shelljs@0.3.0
75701| +-- strip-json-comments@1.0.4
75702| `-- underscore@1.6.0
75703+-- grunt-contrib-stylus@0.22.0
75704| +-- async@0.9.2
75705| +-- chalk@1.1.1
75706| | +-- ansi-styles@2.1.0
75707| | +-- escape-string-regexp@1.0.4
75708| | +-- has-ansi@2.0.0
75709| | | `-- ansi-regex@2.0.0
75710| | +-- strip-ansi@3.0.0
75711| | `-- supports-color@2.0.0
75712| +-- lodash@3.10.1
75713| +-- nib@1.1.0
75714| | `-- stylus@0.49.3
75715| | +-- css-parse@1.7.0
75716| | +-- glob@3.2.11
75717| | | `-- minimatch@0.3.0
75718| | `-- sax@0.5.8
75719| `-- stylus@0.52.4
75720| +-- css-parse@1.7.0
75721| +-- glob@3.2.11
75722| | `-- minimatch@0.3.0
75723| +-- mkdirp@0.5.1
75724| | `-- minimist@0.0.8
75725| +-- sax@0.5.8
75726| `-- source-map@0.1.34
75727+-- grunt-contrib-uglify@0.4.1
75728| +-- chalk@0.4.0
75729| | +-- ansi-styles@1.0.0
75730| | `-- strip-ansi@0.1.1
75731| `-- uglify-js@2.4.24
75732| +-- async@0.2.10
75733| +-- uglify-to-browserify@1.0.2
75734| `-- yargs@3.5.4
75735| +-- camelcase@1.2.1
75736| +-- decamelize@1.1.2
75737| `-- window-size@0.1.0
75738+-- grunt-contrib-watch@0.6.1
75739| +-- async@0.2.10
75740| +-- gaze@0.5.2
75741| | `-- globule@0.1.0
75742| | +-- glob@3.1.21
75743| | | `-- inherits@1.0.2
75744| | +-- lodash@1.0.2
75745| | `-- minimatch@0.2.14
75746| `-- tiny-lr-fork@0.0.5
75747| +-- debug@0.7.4
75748| +-- faye-websocket@0.4.4
75749| +-- noptify@0.0.3
75750| | `-- nopt@2.0.0
75751| `-- qs@0.5.6
75752+-- grunt-dom-munger@3.4.0
75753| `-- cheerio@0.12.4
75754| +-- cheerio-select@0.0.3
75755| | `-- CSSselect@0.7.0
75756| | +-- boolbase@1.0.0
75757| | +-- CSSwhat@0.4.7
75758| | +-- domutils@1.4.3
75759| | `-- nth-check@1.0.1
75760| +-- entities@0.5.0
75761| +-- htmlparser2@3.1.4
75762| | +-- domhandler@2.0.3
75763| | +-- domutils@1.1.6
75764| | `-- readable-stream@1.0.33
75765| `-- underscore@1.4.4
75766+-- grunt-env@0.4.4
75767| `-- ini@1.3.4
75768+-- grunt-express-server@0.4.19
75769+-- grunt-filerev@2.2.0
75770+-- grunt-google-cdn@0.4.3
75771| +-- bower@1.7.1
75772| | +-- abbrev@1.0.7
75773| | +-- archy@1.0.0
75774| | +-- bower-config@1.3.0
75775| | | +-- graceful-fs@4.1.2
75776| | | +-- optimist@0.6.1
75777| | | | +-- minimist@0.0.10
75778| | | | `-- wordwrap@0.0.3
75779| | | +-- osenv@0.1.3
75780| | | | +-- os-homedir@1.0.1
75781| | | | `-- os-tmpdir@1.0.1
75782| | | `-- untildify@2.1.0
75783| | | `-- os-homedir@1.0.1
75784| | +-- bower-endpoint-parser@0.2.2
75785| | +-- bower-json@0.4.0
75786| | | +-- deep-extend@0.2.11
75787| | | +-- graceful-fs@2.0.3
75788| | | `-- intersect@0.0.3
75789| | +-- bower-logger@0.2.2
75790| | +-- bower-registry-client@1.0.0
75791| | | +-- async@0.2.10
75792| | | +-- graceful-fs@4.1.2
75793| | | +-- mkdirp@0.3.5
75794| | | `-- request-replay@0.2.0
75795| | +-- cardinal@0.4.4
75796| | | +-- ansicolors@0.2.1
75797| | | `-- redeyed@0.4.4
75798| | | `-- esprima@1.0.4
75799| | +-- chalk@1.1.1
75800| | | +-- ansi-styles@2.1.0
75801| | | +-- escape-string-regexp@1.0.3
75802| | | +-- has-ansi@2.0.0
75803| | | | `-- ansi-regex@2.0.0
75804| | | +-- strip-ansi@3.0.0
75805| | | | `-- ansi-regex@2.0.0
75806| | | `-- supports-color@2.0.0
75807| | +-- chmodr@1.0.2
75808| | +-- configstore@0.3.2
75809| | | +-- js-yaml@3.4.6
75810| | | | +-- argparse@1.0.3
75811| | | | | +-- lodash@3.10.1
75812| | | | | `-- sprintf-js@1.0.3
75813| | | | +-- esprima@2.7.1
75814| | | | `-- inherit@2.2.2
75815| | | +-- object-assign@2.1.1
75816| | | +-- osenv@0.1.3
75817| | | | +-- os-homedir@1.0.1
75818| | | | `-- os-tmpdir@1.0.1
75819| | | +-- uuid@2.0.1
75820| | | `-- xdg-basedir@1.0.1
75821| | +-- decompress-zip@0.1.0
75822| | | +-- binary@0.3.0
75823| | | | +-- buffers@0.1.1
75824| | | | `-- chainsaw@0.1.0
75825| | | | `-- traverse@0.3.9
75826| | | +-- mkpath@0.1.0
75827| | | +-- readable-stream@1.1.13
75828| | | | +-- core-util-is@1.0.2
75829| | | | +-- inherits@2.0.1
75830| | | | +-- isarray@0.0.1
75831| | | | `-- string_decoder@0.10.31
75832| | | `-- touch@0.0.3
75833| | | `-- nopt@1.0.10
75834| | +-- destroy@1.0.3
75835| | +-- fs-write-stream-atomic@1.0.7
75836| | | +-- graceful-fs@4.1.2
75837| | | +-- iferr@0.1.5
75838| | | +-- imurmurhash@0.1.4
75839| | | `-- readable-stream@2.0.4
75840| | | +-- core-util-is@1.0.2
75841| | | +-- inherits@2.0.1
75842| | | +-- isarray@0.0.1
75843| | | +-- process-nextick-args@1.0.6
75844| | | +-- string_decoder@0.10.31
75845| | | `-- util-deprecate@1.0.2
75846| | +-- fstream@1.0.8
75847| | | +-- graceful-fs@4.1.2
75848| | | `-- inherits@2.0.1
75849| | +-- fstream-ignore@1.0.3
75850| | | +-- inherits@2.0.1
75851| | | `-- minimatch@3.0.0
75852| | | `-- brace-expansion@1.1.2
75853| | | +-- balanced-match@0.3.0
75854| | | `-- concat-map@0.0.1
75855| | +-- github@0.2.4
75856| | | `-- mime@1.3.4
75857| | +-- glob@4.5.3
75858| | | +-- inflight@1.0.4
75859| | | | `-- wrappy@1.0.1
75860| | | +-- inherits@2.0.1
75861| | | +-- minimatch@2.0.10
75862| | | | `-- brace-expansion@1.1.2
75863| | | | +-- balanced-match@0.3.0
75864| | | | `-- concat-map@0.0.1
75865| | | `-- once@1.3.3
75866| | | `-- wrappy@1.0.1
75867| | +-- graceful-fs@3.0.8
75868| | +-- handlebars@2.0.0
75869| | | +-- optimist@0.3.7
75870| | | | `-- wordwrap@0.0.3
75871| | | `-- uglify-js@2.3.6
75872| | | +-- async@0.2.10
75873| | | `-- source-map@0.1.43
75874| | | `-- amdefine@1.0.0
75875| | +-- inquirer@0.10.0
75876| | | +-- ansi-escapes@1.1.0
75877| | | +-- ansi-regex@2.0.0
75878| | | +-- cli-cursor@1.0.2
75879| | | | `-- restore-cursor@1.0.1
75880| | | | +-- exit-hook@1.1.1
75881| | | | `-- onetime@1.0.0
75882| | | +-- cli-width@1.1.0
75883| | | +-- figures@1.4.0
75884| | | +-- lodash@3.10.1
75885| | | +-- readline2@1.0.1
75886| | | | +-- code-point-at@1.0.0
75887| | | | | `-- number-is-nan@1.0.0
75888| | | | +-- is-fullwidth-code-point@1.0.0
75889| | | | | `-- number-is-nan@1.0.0
75890| | | | `-- mute-stream@0.0.5
75891| | | +-- run-async@0.1.0
75892| | | | `-- once@1.3.3
75893| | | | `-- wrappy@1.0.1
75894| | | +-- rx-lite@3.1.2
75895| | | +-- strip-ansi@3.0.0
75896| | | `-- through@2.3.8
75897| | +-- insight@0.7.0
75898| | | +-- async@1.5.0
75899| | | +-- configstore@1.4.0
75900| | | | +-- graceful-fs@4.1.2
75901| | | | +-- os-tmpdir@1.0.1
75902| | | | +-- osenv@0.1.3
75903| | | | | `-- os-homedir@1.0.1
75904| | | | +-- uuid@2.0.1
75905| | | | +-- write-file-atomic@1.1.4
75906| | | | | +-- imurmurhash@0.1.4
75907| | | | | `-- slide@1.1.6
75908| | | | `-- xdg-basedir@2.0.0
75909| | | | `-- os-homedir@1.0.1
75910| | | +-- lodash.debounce@3.1.1
75911| | | | `-- lodash._getnative@3.9.1
75912| | | +-- object-assign@4.0.1
75913| | | +-- os-name@1.0.3
75914| | | | +-- osx-release@1.1.0
75915| | | | | `-- minimist@1.2.0
75916| | | | `-- win-release@1.1.1
75917| | | | `-- semver@5.1.0
75918| | | `-- tough-cookie@2.2.1
75919| | +-- is-root@1.0.0
75920| | +-- junk@1.0.2
75921| | +-- lockfile@1.0.1
75922| | +-- lru-cache@2.7.3
75923| | +-- md5-hex@1.1.0
75924| | | `-- md5-o-matic@0.1.1
75925| | +-- mkdirp@0.5.0
75926| | | `-- minimist@0.0.8
75927| | +-- mout@0.11.1
75928| | +-- nopt@3.0.6
75929| | +-- opn@1.0.2
75930| | +-- p-throttler@0.1.1
75931| | | `-- q@0.9.7
75932| | +-- promptly@0.2.0
75933| | | `-- read@1.0.7
75934| | | `-- mute-stream@0.0.5
75935| | +-- q@1.4.1
75936| | +-- request@2.53.0
75937| | | +-- aws-sign2@0.5.0
75938| | | +-- bl@0.9.4
75939| | | | `-- readable-stream@1.0.33
75940| | | | +-- core-util-is@1.0.2
75941| | | | +-- inherits@2.0.1
75942| | | | +-- isarray@0.0.1
75943| | | | `-- string_decoder@0.10.31
75944| | | +-- caseless@0.9.0
75945| | | +-- combined-stream@0.0.7
75946| | | | `-- delayed-stream@0.0.5
75947| | | +-- forever-agent@0.5.2
75948| | | +-- form-data@0.2.0
75949| | | | `-- async@0.9.2
75950| | | +-- hawk@2.3.1
75951| | | | +-- boom@2.10.1
75952| | | | +-- cryptiles@2.0.5
75953| | | | +-- hoek@2.16.3
75954| | | | `-- sntp@1.0.9
75955| | | +-- http-signature@0.10.1
75956| | | | +-- asn1@0.1.11
75957| | | | +-- assert-plus@0.1.5
75958| | | | `-- ctype@0.5.3
75959| | | +-- isstream@0.1.2
75960| | | +-- json-stringify-safe@5.0.1
75961| | | +-- mime-types@2.0.14
75962| | | | `-- mime-db@1.12.0
75963| | | +-- node-uuid@1.4.7
75964| | | +-- oauth-sign@0.6.0
75965| | | +-- qs@2.3.3
75966| | | +-- stringstream@0.0.5
75967| | | +-- tough-cookie@2.2.1
75968| | | `-- tunnel-agent@0.4.2
75969| | +-- request-progress@0.3.1
75970| | | `-- throttleit@0.0.2
75971| | +-- retry@0.6.1
75972| | +-- rimraf@2.4.4
75973| | | `-- glob@5.0.15
75974| | | +-- inflight@1.0.4
75975| | | | `-- wrappy@1.0.1
75976| | | +-- inherits@2.0.1
75977| | | +-- minimatch@3.0.0
75978| | | | `-- brace-expansion@1.1.2
75979| | | | +-- balanced-match@0.3.0
75980| | | | `-- concat-map@0.0.1
75981| | | +-- once@1.3.3
75982| | | | `-- wrappy@1.0.1
75983| | | `-- path-is-absolute@1.0.0
75984| | +-- semver@2.3.2
75985| | +-- semver-utils@1.1.1
75986| | +-- shell-quote@1.4.3
75987| | | +-- array-filter@0.0.1
75988| | | +-- array-map@0.0.0
75989| | | +-- array-reduce@0.0.0
75990| | | `-- jsonify@0.0.0
75991| | +-- stringify-object@1.0.1
75992| | +-- tar-fs@1.8.1
75993| | | +-- pump@1.0.1
75994| | | | +-- end-of-stream@1.1.0
75995| | | | `-- once@1.3.3
75996| | | | `-- wrappy@1.0.1
75997| | | `-- tar-stream@1.3.1
75998| | | +-- bl@1.0.0
75999| | | +-- end-of-stream@1.1.0
76000| | | | `-- once@1.3.3
76001| | | | `-- wrappy@1.0.1
76002| | | +-- readable-stream@2.0.4
76003| | | | +-- core-util-is@1.0.2
76004| | | | +-- inherits@2.0.1
76005| | | | +-- isarray@0.0.1
76006| | | | +-- process-nextick-args@1.0.6
76007| | | | +-- string_decoder@0.10.31
76008| | | | `-- util-deprecate@1.0.2
76009| | | `-- xtend@4.0.1
76010| | +-- tmp@0.0.24
76011| | +-- update-notifier@0.6.0
76012| | | +-- configstore@1.4.0
76013| | | | +-- graceful-fs@4.1.2
76014| | | | +-- object-assign@4.0.1
76015| | | | +-- os-tmpdir@1.0.1
76016| | | | +-- osenv@0.1.3
76017| | | | | `-- os-homedir@1.0.1
76018| | | | +-- uuid@2.0.1
76019| | | | +-- write-file-atomic@1.1.4
76020| | | | | +-- imurmurhash@0.1.4
76021| | | | | `-- slide@1.1.6
76022| | | | `-- xdg-basedir@2.0.0
76023| | | | `-- os-homedir@1.0.1
76024| | | +-- is-npm@1.0.0
76025| | | +-- latest-version@2.0.0
76026| | | | `-- package-json@2.3.0
76027| | | | +-- got@5.2.0
76028| | | | | +-- create-error-class@2.0.1
76029| | | | | | +-- capture-stack-trace@1.0.0
76030| | | | | | `-- inherits@2.0.1
76031| | | | | +-- duplexify@3.4.2
76032| | | | | | +-- end-of-stream@1.0.0
76033| | | | | | | `-- once@1.3.3
76034| | | | | | | `-- wrappy@1.0.1
76035| | | | | | `-- readable-stream@2.0.4
76036| | | | | | +-- core-util-is@1.0.2
76037| | | | | | +-- inherits@2.0.1
76038| | | | | | +-- isarray@0.0.1
76039| | | | | | +-- process-nextick-args@1.0.6
76040| | | | | | +-- string_decoder@0.10.31
76041| | | | | | `-- util-deprecate@1.0.2
76042| | | | | +-- is-plain-obj@1.1.0
76043| | | | | +-- is-redirect@1.0.0
76044| | | | | +-- is-stream@1.0.1
76045| | | | | +-- lowercase-keys@1.0.0
76046| | | | | +-- node-status-codes@1.0.0
76047| | | | | +-- object-assign@4.0.1
76048| | | | | +-- parse-json@2.2.0
76049| | | | | | `-- error-ex@1.3.0
76050| | | | | | `-- is-arrayish@0.2.1
76051| | | | | +-- pinkie-promise@2.0.0
76052| | | | | | `-- pinkie@2.0.1
76053| | | | | +-- read-all-stream@3.0.1
76054| | | | | | +-- pinkie-promise@1.0.0
76055| | | | | | | `-- pinkie@1.0.0
76056| | | | | | `-- readable-stream@2.0.4
76057| | | | | | +-- core-util-is@1.0.2
76058| | | | | | +-- inherits@2.0.1
76059| | | | | | +-- isarray@0.0.1
76060| | | | | | +-- process-nextick-args@1.0.6
76061| | | | | | +-- string_decoder@0.10.31
76062| | | | | | `-- util-deprecate@1.0.2
76063| | | | | +-- timed-out@2.0.0
76064| | | | | +-- unzip-response@1.0.0
76065| | | | | `-- url-parse-lax@1.0.0
76066| | | | | `-- prepend-http@1.0.3
76067| | | | +-- rc@1.1.5
76068| | | | | +-- deep-extend@0.4.0
76069| | | | | +-- ini@1.3.4
76070| | | | | +-- minimist@1.2.0
76071| | | | | `-- strip-json-comments@1.0.4
76072| | | | +-- registry-url@3.0.3
76073| | | | `-- semver@5.1.0
76074| | | +-- repeating@2.0.0
76075| | | | `-- is-finite@1.0.1
76076| | | | `-- number-is-nan@1.0.0
76077| | | +-- semver-diff@2.1.0
76078| | | | `-- semver@5.1.0
76079| | | `-- string-length@1.0.1
76080| | | `-- strip-ansi@3.0.0
76081| | | `-- ansi-regex@2.0.0
76082| | +-- user-home@1.1.1
76083| | `-- which@1.2.0
76084| | `-- is-absolute@0.1.7
76085| | `-- is-relative@0.1.3
76086| +-- chalk@0.5.1
76087| | +-- ansi-styles@1.1.0
76088| | +-- has-ansi@0.1.0
76089| | | `-- ansi-regex@0.2.1
76090| | +-- strip-ansi@0.3.0
76091| | `-- supports-color@0.2.0
76092| `-- google-cdn@0.7.0
76093| +-- async@0.9.2
76094| +-- bower@1.3.12
76095| | +-- archy@0.0.2
76096| | +-- bower-endpoint-parser@0.2.2
76097| | +-- bower-json@0.4.0
76098| | | +-- graceful-fs@2.0.3
76099| | | `-- intersect@0.0.3
76100| | +-- bower-logger@0.2.2
76101| | +-- bower-registry-client@0.2.4
76102| | | +-- async@0.2.10
76103| | | +-- graceful-fs@2.0.3
76104| | | +-- lru-cache@2.3.1
76105| | | +-- request@2.51.0
76106| | | | +-- bl@0.9.4
76107| | | | | `-- readable-stream@1.0.33
76108| | | | +-- caseless@0.8.0
76109| | | | +-- combined-stream@0.0.7
76110| | | | | `-- delayed-stream@0.0.5
76111| | | | +-- forever-agent@0.5.2
76112| | | | +-- form-data@0.2.0
76113| | | | | +-- async@0.9.2
76114| | | | | `-- mime-types@2.0.14
76115| | | | +-- hawk@1.1.1
76116| | | | | +-- boom@0.4.2
76117| | | | | +-- cryptiles@0.2.2
76118| | | | | +-- hoek@0.9.1
76119| | | | | `-- sntp@0.2.4
76120| | | | +-- http-signature@0.10.1
76121| | | | | +-- asn1@0.1.11
76122| | | | | `-- assert-plus@0.1.5
76123| | | | +-- node-uuid@1.4.7
76124| | | | +-- oauth-sign@0.5.0
76125| | | | `-- qs@2.3.3
76126| | | +-- request-replay@0.2.0
76127| | | `-- rimraf@2.2.8
76128| | +-- cardinal@0.4.0
76129| | | `-- redeyed@0.4.4
76130| | +-- chalk@0.5.0
76131| | | +-- ansi-styles@1.1.0
76132| | | +-- has-ansi@0.1.0
76133| | | | `-- ansi-regex@0.2.1
76134| | | +-- strip-ansi@0.3.0
76135| | | `-- supports-color@0.2.0
76136| | +-- chmodr@0.1.0
76137| | +-- decompress-zip@0.0.8
76138| | | +-- binary@0.3.0
76139| | | | +-- buffers@0.1.1
76140| | | | `-- chainsaw@0.1.0
76141| | | | `-- traverse@0.3.9
76142| | | +-- graceful-fs@3.0.8
76143| | | +-- mkpath@0.1.0
76144| | | +-- nopt@2.2.1
76145| | | +-- q@1.0.1
76146| | | +-- readable-stream@1.1.13
76147| | | `-- touch@0.0.2
76148| | | `-- nopt@1.0.10
76149| | +-- fstream@1.0.8
76150| | | `-- graceful-fs@4.1.2
76151| | +-- fstream-ignore@1.0.3
76152| | | `-- fstream@1.0.8
76153| | | +-- graceful-fs@4.1.2
76154| | | `-- mkdirp@0.5.1
76155| | | `-- minimist@0.0.8
76156| | +-- glob@4.0.6
76157| | | `-- minimatch@1.0.0
76158| | +-- graceful-fs@3.0.8
76159| | +-- handlebars@2.0.0
76160| | | `-- uglify-js@2.3.6
76161| | | `-- async@0.2.10
76162| | +-- inquirer@0.7.1
76163| | | +-- chalk@0.5.1
76164| | | | +-- ansi-styles@1.1.0
76165| | | | +-- has-ansi@0.1.0
76166| | | | | `-- ansi-regex@0.2.1
76167| | | | +-- strip-ansi@0.3.0
76168| | | | `-- supports-color@0.2.0
76169| | | +-- cli-color@0.3.3
76170| | | | +-- d@0.1.1
76171| | | | +-- es5-ext@0.10.11
76172| | | | | +-- es6-iterator@2.0.0
76173| | | | | `-- es6-symbol@3.0.2
76174| | | | +-- memoizee@0.3.9
76175| | | | | +-- es6-weak-map@0.1.4
76176| | | | | | +-- es6-iterator@0.1.3
76177| | | | | | `-- es6-symbol@2.0.1
76178| | | | | +-- event-emitter@0.3.4
76179| | | | | +-- lru-queue@0.1.0
76180| | | | | `-- next-tick@0.2.2
76181| | | | `-- timers-ext@0.1.0
76182| | | +-- figures@1.4.0
76183| | | +-- mute-stream@0.0.4
76184| | | +-- readline2@0.1.1
76185| | | | `-- strip-ansi@2.0.1
76186| | | | `-- ansi-regex@1.1.1
76187| | | `-- rx@2.5.3
76188| | +-- insight@0.4.3
76189| | | +-- async@0.9.2
76190| | | +-- chalk@0.5.1
76191| | | | +-- ansi-styles@1.1.0
76192| | | | +-- has-ansi@0.1.0
76193| | | | | `-- ansi-regex@0.2.1
76194| | | | +-- strip-ansi@0.3.0
76195| | | | `-- supports-color@0.2.0
76196| | | +-- inquirer@0.6.0
76197| | | +-- lodash.debounce@2.4.1
76198| | | | +-- lodash.isfunction@2.4.1
76199| | | | +-- lodash.isobject@2.4.1
76200| | | | | `-- lodash._objecttypes@2.4.1
76201| | | | `-- lodash.now@2.4.1
76202| | | | `-- lodash._isnative@2.4.1
76203| | | +-- object-assign@1.0.0
76204| | | +-- os-name@1.0.3
76205| | | | +-- osx-release@1.1.0
76206| | | | `-- win-release@1.1.1
76207| | | | `-- semver@5.1.0
76208| | | `-- tough-cookie@0.12.1
76209| | | `-- punycode@1.4.0
76210| | +-- is-root@1.0.0
76211| | +-- junk@1.0.2
76212| | +-- lockfile@1.0.1
76213| | +-- mkdirp@0.5.0
76214| | | `-- minimist@0.0.8
76215| | +-- mout@0.9.1
76216| | +-- nopt@3.0.6
76217| | +-- opn@1.0.2
76218| | +-- osenv@0.1.0
76219| | +-- p-throttler@0.1.0
76220| | +-- promptly@0.2.0
76221| | | `-- read@1.0.7
76222| | +-- q@1.0.1
76223| | +-- request@2.42.0
76224| | | +-- bl@0.9.4
76225| | | | `-- readable-stream@1.0.33
76226| | | +-- caseless@0.6.0
76227| | | +-- forever-agent@0.5.2
76228| | | +-- form-data@0.1.4
76229| | | | `-- combined-stream@0.0.7
76230| | | | `-- delayed-stream@0.0.5
76231| | | +-- hawk@1.1.1
76232| | | | +-- boom@0.4.2
76233| | | | +-- cryptiles@0.2.2
76234| | | | +-- hoek@0.9.1
76235| | | | `-- sntp@0.2.4
76236| | | +-- http-signature@0.10.1
76237| | | | +-- asn1@0.1.11
76238| | | | `-- assert-plus@0.1.5
76239| | | +-- node-uuid@1.4.7
76240| | | +-- oauth-sign@0.4.0
76241| | | `-- qs@1.2.2
76242| | +-- request-progress@0.3.0
76243| | +-- retry@0.6.0
76244| | +-- rimraf@2.2.8
76245| | +-- shell-quote@1.4.3
76246| | | +-- array-filter@0.0.1
76247| | | +-- array-map@0.0.0
76248| | | `-- array-reduce@0.0.0
76249| | +-- stringify-object@1.0.1
76250| | +-- tar-fs@0.5.2
76251| | | +-- mkdirp@0.5.1
76252| | | | `-- minimist@0.0.8
76253| | | +-- pump@0.3.5
76254| | | | +-- end-of-stream@1.0.0
76255| | | | `-- once@1.2.0
76256| | | `-- tar-stream@0.4.7
76257| | | +-- bl@0.9.4
76258| | | | `-- readable-stream@1.0.33
76259| | | `-- readable-stream@1.1.13
76260| | +-- tmp@0.0.23
76261| | `-- update-notifier@0.2.0
76262| | +-- chalk@0.5.1
76263| | | +-- ansi-styles@1.1.0
76264| | | +-- has-ansi@0.1.0
76265| | | | `-- ansi-regex@0.2.1
76266| | | +-- strip-ansi@0.3.0
76267| | | `-- supports-color@0.2.0
76268| | +-- latest-version@0.2.0
76269| | | `-- package-json@0.2.0
76270| | | +-- got@0.3.0
76271| | | | `-- object-assign@0.3.1
76272| | | `-- registry-url@0.1.1
76273| | | `-- npmconf@2.1.2
76274| | | +-- mkdirp@0.5.1
76275| | | | `-- minimist@0.0.8
76276| | | `-- nopt@3.0.6
76277| | +-- semver-diff@0.1.0
76278| | `-- string-length@0.1.2
76279| | `-- strip-ansi@0.2.2
76280| | `-- ansi-regex@0.1.0
76281| +-- cdnjs-cdn-data@0.1.2
76282| | `-- semver@5.0.3
76283| +-- google-cdn-data@0.1.23
76284| +-- regexp-quote@0.0.0
76285| `-- semver@2.3.2
76286+-- grunt-karma@0.8.3
76287+-- grunt-mocha-test@0.10.2
76288| +-- fs-extra@0.8.1
76289| | +-- jsonfile@1.1.1
76290| | +-- ncp@0.4.2
76291| | `-- rimraf@2.2.8
76292| `-- mocha@1.18.2
76293| +-- commander@2.0.0
76294| +-- diff@1.0.7
76295| +-- glob@3.2.3
76296| | +-- graceful-fs@2.0.3
76297| | `-- minimatch@0.2.14
76298| +-- growl@1.7.0
76299| `-- jade@0.26.3
76300| +-- commander@0.6.1
76301| `-- mkdirp@0.3.0
76302+-- grunt-newer@0.7.0
76303| +-- async@0.2.10
76304| `-- rimraf@2.2.6
76305+-- grunt-ng-annotate@0.2.3
76306| `-- ng-annotate@0.9.11
76307| +-- alter@0.2.0
76308| +-- convert-source-map@0.4.1
76309| +-- esprima@1.2.5
76310| +-- optimist@0.6.1
76311| | `-- minimist@0.0.10
76312| +-- ordered-ast-traverse@0.1.1
76313| | `-- ordered-esprima-props@1.0.0
76314| +-- simple-fmt@0.1.0
76315| +-- simple-is@0.2.0
76316| +-- source-map@0.1.43
76317| +-- stable@0.1.5
76318| +-- stringmap@0.2.2
76319| +-- stringset@0.2.1
76320| `-- tryor@0.1.2
76321+-- grunt-node-inspector@0.1.6
76322| `-- node-inspector@0.9.2
76323| +-- async@0.9.2
76324| +-- biased-opener@0.2.7
76325| | +-- browser-launcher2@0.4.6
76326| | | +-- headless@0.1.7
76327| | | +-- mkdirp@0.5.1
76328| | | | `-- minimist@0.0.8
76329| | | +-- plist@1.2.0
76330| | | +-- rimraf@2.2.8
76331| | | +-- uid@0.0.2
76332| | | `-- win-detect-browsers@1.0.2
76333| | | +-- debug@2.2.0
76334| | | | `-- ms@0.7.1
76335| | | `-- yargs@1.3.3
76336| | `-- x-default-browser@0.3.1
76337| | `-- default-browser-id@1.0.4
76338| | +-- bplist-parser@0.1.1
76339| | | `-- big-integer@1.6.9
76340| | +-- meow@3.6.0
76341| | | +-- camelcase-keys@2.0.0
76342| | | | `-- camelcase@2.0.1
76343| | | +-- loud-rejection@1.2.0
76344| | | | `-- signal-exit@2.1.2
76345| | | +-- normalize-package-data@2.3.5
76346| | | | +-- hosted-git-info@2.1.4
76347| | | | +-- is-builtin-module@1.0.0
76348| | | | | `-- builtin-modules@1.1.0
76349| | | | `-- validate-npm-package-license@3.0.1
76350| | | | +-- spdx-correct@1.0.2
76351| | | | | `-- spdx-license-ids@1.1.0
76352| | | | `-- spdx-expression-parse@1.0.2
76353| | | | `-- spdx-exceptions@1.0.4
76354| | | +-- object-assign@4.0.1
76355| | | +-- read-pkg-up@1.0.1
76356| | | | +-- find-up@1.1.0
76357| | | | | +-- path-exists@2.1.0
76358| | | | | `-- pinkie-promise@2.0.0
76359| | | | | `-- pinkie@2.0.1
76360| | | | `-- read-pkg@1.1.0
76361| | | | +-- load-json-file@1.1.0
76362| | | | | +-- graceful-fs@4.1.2
76363| | | | | +-- parse-json@2.2.0
76364| | | | | | `-- error-ex@1.3.0
76365| | | | | | `-- is-arrayish@0.2.1
76366| | | | | +-- pify@2.3.0
76367| | | | | `-- strip-bom@2.0.0
76368| | | | | `-- is-utf8@0.2.1
76369| | | | `-- path-type@1.1.0
76370| | | | `-- graceful-fs@4.1.2
76371| | | +-- redent@1.0.0
76372| | | | +-- indent-string@2.1.0
76373| | | | | `-- repeating@2.0.0
76374| | | | `-- strip-indent@1.0.1
76375| | | `-- trim-newlines@1.0.0
76376| | `-- untildify@2.1.0
76377| | `-- os-homedir@1.0.1
76378| +-- express@4.13.3
76379| | +-- accepts@1.2.13
76380| | | +-- mime-types@2.1.8
76381| | | | `-- mime-db@1.20.0
76382| | | `-- negotiator@0.5.3
76383| | +-- array-flatten@1.1.1
76384| | +-- content-disposition@0.5.0
76385| | +-- cookie@0.1.3
76386| | +-- cookie-signature@1.0.6
76387| | +-- debug@2.2.0
76388| | +-- depd@1.0.1
76389| | +-- escape-html@1.0.2
76390| | +-- etag@1.7.0
76391| | +-- fresh@0.3.0
76392| | +-- merge-descriptors@1.0.0
76393| | +-- methods@1.1.1
76394| | +-- on-finished@2.3.0
76395| | | `-- ee-first@1.1.1
76396| | +-- parseurl@1.3.0
76397| | +-- path-to-regexp@0.1.7
76398| | +-- proxy-addr@1.0.10
76399| | | +-- forwarded@0.1.0
76400| | | `-- ipaddr.js@1.0.5
76401| | +-- qs@4.0.0
76402| | +-- range-parser@1.0.3
76403| | +-- send@0.13.0
76404| | | +-- debug@2.2.0
76405| | | +-- destroy@1.0.3
76406| | | `-- mime@1.3.4
76407| | +-- serve-static@1.10.0
76408| | `-- type-is@1.6.10
76409| | `-- media-typer@0.3.0
76410| +-- glob@4.5.3
76411| | `-- minimatch@2.0.10
76412| +-- rc@0.5.5
76413| | +-- deep-extend@0.2.11
76414| | +-- minimist@0.0.10
76415| | `-- strip-json-comments@0.1.3
76416| +-- semver@3.0.1
76417| +-- serve-favicon@2.3.0
76418| | `-- ms@0.7.1
76419| +-- strong-data-uri@0.1.1
76420| | `-- truncate@1.0.5
76421| +-- v8-debug@0.4.6
76422| | `-- node-pre-gyp@0.6.18
76423| | +-- mkdirp@0.5.1
76424| | | `-- minimist@0.0.8
76425| | +-- nopt@3.0.6
76426| | | `-- abbrev@1.0.7
76427| | +-- npmlog@2.0.0
76428| | | +-- ansi@0.3.0
76429| | | +-- are-we-there-yet@1.0.5
76430| | | | +-- delegates@0.1.0
76431| | | | `-- readable-stream@2.0.5
76432| | | | +-- core-util-is@1.0.2
76433| | | | +-- inherits@2.0.1
76434| | | | +-- isarray@0.0.1
76435| | | | +-- process-nextick-args@1.0.6
76436| | | | +-- string_decoder@0.10.31
76437| | | | `-- util-deprecate@1.0.2
76438| | | `-- gauge@1.2.2
76439| | | +-- has-unicode@1.0.1
76440| | | +-- lodash.pad@3.1.1
76441| | | | +-- lodash._basetostring@3.0.1
76442| | | | `-- lodash._createpadding@3.6.1
76443| | | | `-- lodash.repeat@3.0.1
76444| | | +-- lodash.padleft@3.1.1
76445| | | | +-- lodash._basetostring@3.0.1
76446| | | | `-- lodash._createpadding@3.6.1
76447| | | | `-- lodash.repeat@3.0.1
76448| | | `-- lodash.padright@3.1.1
76449| | | +-- lodash._basetostring@3.0.1
76450| | | `-- lodash._createpadding@3.6.1
76451| | | `-- lodash.repeat@3.0.1
76452| | +-- rc@1.1.5
76453| | | +-- deep-extend@0.4.0
76454| | | +-- ini@1.3.4
76455| | | +-- minimist@1.2.0
76456| | | `-- strip-json-comments@1.0.4
76457| | +-- request@2.67.0
76458| | | +-- aws-sign2@0.6.0
76459| | | +-- bl@1.0.0
76460| | | | `-- readable-stream@2.0.5
76461| | | | +-- core-util-is@1.0.2
76462| | | | +-- inherits@2.0.1
76463| | | | +-- isarray@0.0.1
76464| | | | +-- process-nextick-args@1.0.6
76465| | | | +-- string_decoder@0.10.31
76466| | | | `-- util-deprecate@1.0.2
76467| | | +-- caseless@0.11.0
76468| | | +-- combined-stream@1.0.5
76469| | | | `-- delayed-stream@1.0.0
76470| | | +-- extend@3.0.0
76471| | | +-- forever-agent@0.6.1
76472| | | +-- form-data@1.0.0-rc3
76473| | | | `-- async@1.5.0
76474| | | +-- har-validator@2.0.3
76475| | | | +-- chalk@1.1.1
76476| | | | | +-- ansi-styles@2.1.0
76477| | | | | +-- escape-string-regexp@1.0.3
76478| | | | | +-- has-ansi@2.0.0
76479| | | | | | `-- ansi-regex@2.0.0
76480| | | | | +-- strip-ansi@3.0.0
76481| | | | | | `-- ansi-regex@2.0.0
76482| | | | | `-- supports-color@2.0.0
76483| | | | +-- commander@2.9.0
76484| | | | | `-- graceful-readlink@1.0.1
76485| | | | +-- is-my-json-valid@2.12.3
76486| | | | | +-- generate-function@2.0.0
76487| | | | | +-- generate-object-property@1.2.0
76488| | | | | | `-- is-property@1.0.2
76489| | | | | +-- jsonpointer@2.0.0
76490| | | | | `-- xtend@4.0.1
76491| | | | `-- pinkie-promise@2.0.0
76492| | | | `-- pinkie@2.0.1
76493| | | +-- hawk@3.1.2
76494| | | | +-- boom@2.10.1
76495| | | | +-- cryptiles@2.0.5
76496| | | | +-- hoek@2.16.3
76497| | | | `-- sntp@1.0.9
76498| | | +-- http-signature@1.1.0
76499| | | | +-- assert-plus@0.1.5
76500| | | | +-- jsprim@1.2.2
76501| | | | | +-- extsprintf@1.0.2
76502| | | | | +-- json-schema@0.2.2
76503| | | | | `-- verror@1.3.6
76504| | | | `-- sshpk@1.7.1
76505| | | | +-- asn1@0.2.3
76506| | | | +-- assert-plus@0.2.0
76507| | | | +-- dashdash@1.10.1
76508| | | | | `-- assert-plus@0.1.5
76509| | | | +-- ecc-jsbn@0.1.1
76510| | | | +-- jodid25519@1.0.2
76511| | | | +-- jsbn@0.1.0
76512| | | | `-- tweetnacl@0.13.2
76513| | | +-- is-typedarray@1.0.0
76514| | | +-- isstream@0.1.2
76515| | | +-- json-stringify-safe@5.0.1
76516| | | +-- mime-types@2.1.8
76517| | | | `-- mime-db@1.20.0
76518| | | +-- node-uuid@1.4.7
76519| | | +-- oauth-sign@0.8.0
76520| | | +-- qs@5.2.0
76521| | | +-- stringstream@0.0.5
76522| | | +-- tough-cookie@2.2.1
76523| | | `-- tunnel-agent@0.4.2
76524| | +-- rimraf@2.4.4
76525| | | `-- glob@5.0.15
76526| | | +-- inflight@1.0.4
76527| | | | `-- wrappy@1.0.1
76528| | | +-- inherits@2.0.1
76529| | | +-- minimatch@3.0.0
76530| | | | `-- brace-expansion@1.1.2
76531| | | | +-- balanced-match@0.3.0
76532| | | | `-- concat-map@0.0.1
76533| | | +-- once@1.3.3
76534| | | | `-- wrappy@1.0.1
76535| | | `-- path-is-absolute@1.0.0
76536| | +-- semver@5.1.0
76537| | +-- tar@2.2.1
76538| | | +-- block-stream@0.0.8
76539| | | +-- fstream@1.0.8
76540| | | | `-- graceful-fs@4.1.2
76541| | | `-- inherits@2.0.1
76542| | `-- tar-pack@3.1.2
76543| | +-- debug@0.7.4
76544| | +-- fstream@1.0.8
76545| | | +-- graceful-fs@4.1.2
76546| | | `-- inherits@2.0.1
76547| | +-- fstream-ignore@1.0.3
76548| | | +-- inherits@2.0.1
76549| | | `-- minimatch@3.0.0
76550| | | `-- brace-expansion@1.1.2
76551| | | +-- balanced-match@0.3.0
76552| | | `-- concat-map@0.0.1
76553| | +-- once@1.1.1
76554| | +-- readable-stream@2.0.5
76555| | | +-- core-util-is@1.0.2
76556| | | +-- inherits@2.0.1
76557| | | +-- isarray@0.0.1
76558| | | +-- process-nextick-args@1.0.6
76559| | | +-- string_decoder@0.10.31
76560| | | `-- util-deprecate@1.0.2
76561| | `-- uid-number@0.0.3
76562| +-- v8-profiler@5.2.12
76563| | `-- nan@2.0.9
76564| +-- ws@0.4.32
76565| | +-- nan@1.0.0
76566| | +-- options@0.0.6
76567| | `-- tinycolor@0.0.1
76568| `-- yargs@1.3.3
76569+-- grunt-nodemon@0.2.1
76570| `-- nodemon@1.0.20
76571| +-- minimatch@0.2.14
76572| +-- ps-tree@0.0.3
76573| | `-- event-stream@0.5.3
76574| | `-- optimist@0.2.8
76575| `-- update-notifier@0.1.10
76576| +-- chalk@0.4.0
76577| | +-- ansi-styles@1.0.0
76578| | `-- strip-ansi@0.1.1
76579| `-- configstore@0.3.2
76580| +-- graceful-fs@3.0.8
76581| +-- js-yaml@3.4.6
76582| | +-- argparse@1.0.3
76583| | | +-- lodash@3.10.1
76584| | | `-- sprintf-js@1.0.3
76585| | +-- esprima@2.7.1
76586| | `-- inherit@2.2.2
76587| +-- mkdirp@0.5.1
76588| | `-- minimist@0.0.8
76589| +-- object-assign@2.1.1
76590| +-- user-home@1.1.1
76591| +-- uuid@2.0.1
76592| `-- xdg-basedir@1.0.1
76593+-- grunt-open@0.2.3
76594+-- grunt-protractor-runner@1.2.1
76595| +-- protractor@1.8.0
76596| | +-- accessibility-developer-tools@2.6.0
76597| | +-- adm-zip@0.4.4
76598| | +-- glob@3.2.11
76599| | | `-- minimatch@0.3.0
76600| | +-- html-entities@1.1.3
76601| | +-- jasmine@2.1.1
76602| | | +-- glob@3.2.11
76603| | | | `-- minimatch@0.3.0
76604| | | `-- jasmine-core@2.1.3
76605| | +-- jasminewd@1.1.0
76606| | +-- jasminewd2@0.0.2
76607| | +-- minijasminenode@1.1.1
76608| | +-- optimist@0.6.1
76609| | | `-- minimist@0.0.10
76610| | +-- q@1.0.0
76611| | +-- request@2.36.0
76612| | | +-- forever-agent@0.5.2
76613| | | +-- form-data@0.1.4
76614| | | | +-- async@0.9.2
76615| | | | `-- combined-stream@0.0.7
76616| | | | `-- delayed-stream@0.0.5
76617| | | +-- hawk@1.0.0
76618| | | | +-- boom@0.4.2
76619| | | | +-- cryptiles@0.2.2
76620| | | | +-- hoek@0.9.1
76621| | | | `-- sntp@0.2.4
76622| | | +-- http-signature@0.10.1
76623| | | | +-- asn1@0.1.11
76624| | | | `-- assert-plus@0.1.5
76625| | | +-- node-uuid@1.4.7
76626| | | `-- oauth-sign@0.3.0
76627| | +-- saucelabs@0.1.1
76628| | +-- selenium-webdriver@2.44.0
76629| | | +-- adm-zip@0.4.4
76630| | | +-- tmp@0.0.24
76631| | | `-- xml2js@0.4.4
76632| | | `-- xmlbuilder@4.0.0
76633| | | `-- lodash@3.10.1
76634| | `-- source-map-support@0.2.10
76635| | `-- source-map@0.1.32
76636| +-- split@0.3.3
76637| | `-- through@2.3.8
76638| `-- through2@0.5.1
76639| +-- readable-stream@1.0.33
76640| `-- xtend@3.0.0
76641+-- grunt-svgmin@0.4.0
76642| +-- chalk@0.4.0
76643| | +-- ansi-styles@1.0.0
76644| | `-- strip-ansi@0.1.1
76645| `-- svgo@0.4.5
76646| +-- coa@0.4.1
76647| | `-- q@0.9.7
76648| +-- js-yaml@2.1.3
76649| +-- sax@0.6.1
76650| `-- whet.extend@0.9.9
76651+-- grunt-usemin@3.0.0
76652| +-- chalk@0.5.1
76653| | +-- ansi-styles@1.1.0
76654| | +-- has-ansi@0.1.0
76655| | | `-- ansi-regex@0.2.1
76656| | +-- strip-ansi@0.3.0
76657| | `-- supports-color@0.2.0
76658| `-- debug@2.1.3
76659| `-- ms@0.7.0
76660+-- grunt-wiredep@1.8.0
76661| `-- wiredep@1.8.6
76662| +-- bower-config@0.5.2
76663| | +-- graceful-fs@2.0.3
76664| | +-- optimist@0.6.1
76665| | | `-- minimist@0.0.10
76666| | `-- osenv@0.0.3
76667| +-- chalk@0.5.1
76668| | +-- ansi-styles@1.1.0
76669| | +-- has-ansi@0.1.0
76670| | | `-- ansi-regex@0.2.1
76671| | +-- strip-ansi@0.3.0
76672| | `-- supports-color@0.2.0
76673| +-- glob@4.5.3
76674| | `-- minimatch@2.0.10
76675| +-- minimist@1.2.0
76676| +-- propprop@0.3.0
76677| `-- through2@0.6.5
76678| +-- readable-stream@1.0.33
76679| `-- xtend@4.0.1
76680+-- jade@1.2.0
76681| +-- character-parser@1.2.0
76682| +-- commander@2.1.0
76683| +-- constantinople@2.0.1
76684| +-- mkdirp@0.3.5
76685| +-- monocle@1.1.51
76686| | `-- readdirp@0.2.5
76687| | `-- minimatch@3.0.0
76688| +-- transformers@2.1.0
76689| | +-- css@1.0.8
76690| | | +-- css-parse@1.0.4
76691| | | `-- css-stringify@1.0.5
76692| | +-- promise@2.0.0
76693| | | `-- is-promise@1.0.1
76694| | `-- uglify-js@2.2.5
76695| | `-- optimist@0.3.7
76696| `-- with@2.0.0
76697| `-- uglify-js@2.4.0
76698| `-- async@0.2.10
76699+-- jit-grunt@0.5.0
76700+-- jshint-stylish@0.1.5
76701| +-- chalk@0.4.0
76702| | +-- ansi-styles@1.0.0
76703| | `-- strip-ansi@0.1.1
76704| `-- text-table@0.2.0
76705+-- jsonwebtoken@5.4.1
76706| +-- jws@3.1.0
76707| | +-- base64url@1.0.5
76708| | | `-- meow@2.0.0
76709| | | +-- camelcase-keys@1.0.0
76710| | | | `-- map-obj@1.0.1
76711| | | `-- indent-string@1.2.2
76712| | | +-- get-stdin@4.0.1
76713| | | `-- repeating@1.1.3
76714| | | `-- is-finite@1.0.1
76715| | | `-- number-is-nan@1.0.0
76716| | `-- jwa@1.1.1
76717| | +-- base64url@0.0.6
76718| | +-- buffer-equal-constant-time@1.0.1
76719| | `-- ecdsa-sig-formatter@1.0.2
76720| | +-- asn1.js@2.2.1
76721| | | +-- bn.js@2.2.0
76722| | | `-- minimalistic-assert@1.0.0
76723| | `-- base64-url@1.2.1
76724| `-- ms@0.7.1
76725+-- karma@0.12.37
76726| +-- chokidar@1.4.1
76727| | +-- anymatch@1.3.0
76728| | | +-- arrify@1.0.1
76729| | | `-- micromatch@2.3.7
76730| | | +-- arr-diff@2.0.0
76731| | | | `-- arr-flatten@1.0.1
76732| | | +-- array-unique@0.2.1
76733| | | +-- braces@1.8.3
76734| | | | +-- expand-range@1.8.1
76735| | | | | `-- fill-range@2.2.3
76736| | | | | +-- is-number@2.1.0
76737| | | | | +-- isobject@2.0.0
76738| | | | | +-- randomatic@1.1.5
76739| | | | | `-- repeat-string@1.5.2
76740| | | | +-- preserve@0.2.0
76741| | | | `-- repeat-element@1.1.2
76742| | | +-- expand-brackets@0.1.4
76743| | | +-- extglob@0.3.1
76744| | | | +-- ansi-green@0.1.1
76745| | | | | `-- ansi-wrap@0.1.0
76746| | | | `-- success-symbol@0.1.0
76747| | | +-- filename-regex@2.0.0
76748| | | +-- kind-of@3.0.2
76749| | | | `-- is-buffer@1.1.0
76750| | | +-- normalize-path@2.0.1
76751| | | +-- object.omit@2.0.0
76752| | | | +-- for-own@0.1.3
76753| | | | | `-- for-in@0.1.4
76754| | | | `-- is-extendable@0.1.1
76755| | | +-- parse-glob@3.0.4
76756| | | | +-- glob-base@0.3.0
76757| | | | `-- is-dotfile@1.0.2
76758| | | `-- regex-cache@0.4.2
76759| | | +-- is-equal-shallow@0.1.3
76760| | | `-- is-primitive@2.0.0
76761| | +-- async-each@0.1.6
76762| | +-- glob-parent@2.0.0
76763| | +-- inherits@2.0.1
76764| | +-- is-binary-path@1.0.1
76765| | | `-- binary-extensions@1.4.0
76766| | +-- is-glob@2.0.1
76767| | | `-- is-extglob@1.0.0
76768| | +-- path-is-absolute@1.0.0
76769| | `-- readdirp@2.0.0
76770| | +-- graceful-fs@4.1.2
76771| | `-- minimatch@2.0.10
76772| +-- colors@1.1.2
76773| +-- connect@2.30.2
76774| | +-- basic-auth-connect@1.0.0
76775| | +-- body-parser@1.13.3
76776| | | +-- iconv-lite@0.4.11
76777| | | `-- raw-body@2.1.5
76778| | | +-- bytes@2.2.0
76779| | | `-- iconv-lite@0.4.13
76780| | +-- bytes@2.1.0
76781| | +-- compression@1.5.2
76782| | | +-- accepts@1.2.13
76783| | | | `-- negotiator@0.5.3
76784| | | `-- compressible@2.0.6
76785| | | `-- mime-db@1.20.0
76786| | +-- connect-timeout@1.6.2
76787| | | +-- debug@2.2.0
76788| | | `-- ms@0.7.1
76789| | +-- content-type@1.0.1
76790| | +-- cookie@0.1.3
76791| | +-- cookie-parser@1.3.5
76792| | +-- cookie-signature@1.0.6
76793| | +-- csurf@1.8.3
76794| | | +-- cookie@0.1.3
76795| | | +-- cookie-signature@1.0.6
76796| | | `-- csrf@3.0.0
76797| | | +-- rndm@1.1.1
76798| | | `-- scmp@1.0.0
76799| | +-- debug@2.2.0
76800| | | `-- ms@0.7.1
76801| | +-- depd@1.0.1
76802| | +-- errorhandler@1.4.2
76803| | | `-- escape-html@1.0.2
76804| | +-- express-session@1.11.3
76805| | | +-- crc@3.3.0
76806| | | `-- uid-safe@2.0.0
76807| | +-- finalhandler@0.4.0
76808| | | +-- debug@2.2.0
76809| | | | `-- ms@0.7.1
76810| | | +-- escape-html@1.0.2
76811| | | `-- unpipe@1.0.0
76812| | +-- fresh@0.3.0
76813| | +-- http-errors@1.3.1
76814| | | `-- statuses@1.2.1
76815| | +-- method-override@2.3.5
76816| | | `-- methods@1.1.1
76817| | +-- morgan@1.6.1
76818| | | `-- basic-auth@1.0.3
76819| | +-- multiparty@3.3.2
76820| | | +-- readable-stream@1.1.13
76821| | | `-- stream-counter@0.2.0
76822| | | `-- readable-stream@1.1.13
76823| | +-- parseurl@1.3.0
76824| | +-- pause@0.1.0
76825| | +-- qs@4.0.0
76826| | +-- response-time@2.3.1
76827| | | `-- depd@1.0.1
76828| | +-- serve-favicon@2.3.0
76829| | +-- serve-index@1.7.2
76830| | | +-- accepts@1.2.13
76831| | | | `-- negotiator@0.5.3
76832| | | +-- batch@0.5.2
76833| | | +-- debug@2.2.0
76834| | | | `-- ms@0.7.1
76835| | | +-- escape-html@1.0.2
76836| | | +-- mime-types@2.1.8
76837| | | | `-- mime-db@1.20.0
76838| | | `-- parseurl@1.3.0
76839| | +-- serve-static@1.10.0
76840| | | `-- send@0.13.0
76841| | | +-- mime@1.3.4
76842| | | `-- range-parser@1.0.3
76843| | +-- type-is@1.6.10
76844| | | +-- media-typer@0.3.0
76845| | | `-- mime-types@2.1.8
76846| | `-- vhost@3.0.2
76847| +-- di@0.0.1
76848| +-- glob@5.0.15
76849| | `-- inflight@1.0.4
76850| +-- graceful-fs@3.0.8
76851| +-- http-proxy@0.10.4
76852| | +-- optimist@0.6.1
76853| | | `-- minimist@0.0.10
76854| | +-- pkginfo@0.3.1
76855| | `-- utile@0.2.1
76856| | +-- async@0.2.10
76857| | +-- deep-equal@0.0.0
76858| | +-- i@0.3.3
76859| | `-- ncp@0.4.2
76860| +-- lodash@3.10.1
76861| +-- log4js@0.6.29
76862| | +-- async@0.2.10
76863| | +-- readable-stream@1.0.33
76864| | +-- semver@4.3.6
76865| | `-- underscore@1.8.2
76866| +-- mime@1.3.4
76867| +-- minimatch@2.0.10
76868| | `-- brace-expansion@1.1.2
76869| | +-- balanced-match@0.3.0
76870| | `-- concat-map@0.0.1
76871| +-- optimist@0.6.1
76872| | +-- minimist@0.0.10
76873| | `-- wordwrap@0.0.2
76874| +-- q@1.4.1
76875| +-- rimraf@2.4.5
76876| | `-- glob@6.0.3
76877| +-- socket.io@0.9.16
76878| | +-- base64id@0.1.0
76879| | +-- policyfile@0.0.4
76880| | +-- redis@0.7.3
76881| | `-- socket.io-client@0.9.16
76882| | +-- active-x-obfuscator@0.0.1
76883| | | `-- zeparser@0.0.5
76884| | +-- uglify-js@1.2.5
76885| | +-- ws@0.4.32
76886| | | `-- nan@1.0.0
76887| | `-- xmlhttprequest@1.4.2
76888| +-- source-map@0.4.4
76889| | `-- amdefine@1.0.0
76890| `-- useragent@2.1.8
76891| `-- lru-cache@2.2.4
76892+-- karma-chrome-launcher@0.1.12
76893+-- karma-coffee-preprocessor@0.2.1
76894| `-- coffee-script@1.7.1
76895+-- karma-firefox-launcher@0.1.7
76896+-- karma-html2js-preprocessor@0.1.0
76897+-- karma-jade-preprocessor@0.0.11
76898| `-- jade@0.33.0
76899| +-- character-parser@1.0.2
76900| +-- commander@1.2.0
76901| | `-- keypress@0.1.0
76902| +-- constantinople@1.0.2
76903| +-- monocle@0.1.48
76904| +-- transformers@2.0.1
76905| | `-- uglify-js@2.2.5
76906| `-- with@1.1.1
76907| `-- uglify-js@2.4.0
76908| `-- async@0.2.10
76909+-- karma-jasmine@0.1.6
76910+-- karma-ng-html2js-preprocessor@0.1.2
76911+-- karma-ng-jade2js-preprocessor@0.1.5
76912| `-- jade@1.3.1
76913| `-- with@3.0.1
76914+-- karma-ng-scenario@0.1.0
76915+-- karma-phantomjs-launcher@0.1.4
76916| `-- phantomjs@1.9.19
76917| +-- adm-zip@0.4.4
76918| +-- fs-extra@0.23.1
76919| | +-- graceful-fs@4.1.2
76920| | `-- jsonfile@2.2.3
76921| +-- kew@0.4.0
76922| +-- md5@2.0.0
76923| | +-- charenc@0.0.1
76924| | +-- crypt@0.0.1
76925| | `-- is-buffer@1.0.2
76926| +-- npmconf@2.1.1
76927| | +-- config-chain@1.1.9
76928| | | `-- proto-list@1.2.4
76929| | +-- mkdirp@0.5.1
76930| | | `-- minimist@0.0.8
76931| | +-- nopt@3.0.6
76932| | `-- uid-number@0.0.5
76933| +-- progress@1.1.8
76934| +-- request@2.42.0
76935| | +-- bl@0.9.4
76936| | | `-- readable-stream@1.0.33
76937| | +-- caseless@0.6.0
76938| | +-- forever-agent@0.5.2
76939| | +-- form-data@0.1.4
76940| | | +-- async@0.9.2
76941| | | `-- combined-stream@0.0.7
76942| | | `-- delayed-stream@0.0.5
76943| | +-- hawk@1.1.1
76944| | | +-- boom@0.4.2
76945| | | +-- cryptiles@0.2.2
76946| | | +-- hoek@0.9.1
76947| | | `-- sntp@0.2.4
76948| | +-- http-signature@0.10.1
76949| | | +-- asn1@0.1.11
76950| | | `-- assert-plus@0.1.5
76951| | +-- node-uuid@1.4.7
76952| | +-- oauth-sign@0.4.0
76953| | `-- qs@1.2.2
76954| `-- request-progress@0.3.1
76955| `-- throttleit@0.0.2
76956+-- karma-requirejs@0.2.2
76957+-- karma-script-launcher@0.1.0
76958+-- ldapjs@1.0.0 (git://github.com/mcavage/node-ldapjs.git#540a3a1f5c2f23ade95142fa2f43fb87db585b48)
76959| +-- asn1@0.2.3
76960| +-- assert-plus@0.2.0
76961| +-- backoff@2.4.1
76962| | `-- precond@0.2.3
76963| +-- bunyan@1.5.1
76964| | +-- mv@2.1.1
76965| | | +-- mkdirp@0.5.1
76966| | | | `-- minimist@0.0.8
76967| | | `-- ncp@2.0.0
76968| | `-- safe-json-stringify@1.0.3
76969| +-- dashdash@1.10.1
76970| | `-- assert-plus@0.1.5
76971| +-- dtrace-provider@0.6.0
76972| | `-- nan@2.1.0
76973| +-- ldap-filter@0.2.2
76974| | `-- assert-plus@0.1.5
76975| +-- once@1.3.2
76976| | `-- wrappy@1.0.1
76977| +-- vasync@1.6.3
76978| `-- verror@1.6.0
76979| `-- extsprintf@1.2.0
76980+-- lodash@2.4.2
76981+-- method-override@1.0.2
76982| `-- methods@1.0.0
76983+-- mongoose@4.1.12
76984| +-- async@0.9.0
76985| +-- bson@0.4.20
76986| +-- hooks-fixed@1.1.0
76987| +-- kareem@1.0.1
76988| +-- mongodb@2.0.46
76989| | +-- es6-promise@2.1.1
76990| | +-- mongodb-core@1.2.19
76991| | | `-- bson@0.4.20
76992| | `-- readable-stream@1.0.31
76993| +-- mpath@0.1.1
76994| +-- mpromise@0.5.4
76995| +-- mquery@1.6.3
76996| | +-- bluebird@2.9.26
76997| | `-- debug@2.2.0
76998| | `-- ms@0.7.1
76999| +-- ms@0.1.0
77000| +-- muri@1.0.0
77001| +-- regexp-clone@0.0.1
77002| `-- sliced@0.0.5
77003+-- morgan@1.0.1
77004| `-- bytes@0.3.0
77005+-- multer@0.1.8
77006| +-- busboy@0.2.12
77007| | +-- dicer@0.2.5
77008| | | +-- readable-stream@1.1.13
77009| | | `-- streamsearch@0.1.2
77010| | `-- readable-stream@1.1.13
77011| +-- qs@1.2.2
77012| `-- type-is@1.5.7
77013| +-- media-typer@0.3.0
77014| `-- mime-types@2.0.14
77015| `-- mime-db@1.12.0
77016+-- open@0.0.5
77017+-- passport@0.2.2
77018| +-- passport-strategy@1.0.0
77019| `-- pause@0.0.1
77020+-- passport-ldapauth@0.3.0
77021| `-- ldapauth-fork@2.3.3
77022| +-- bcryptjs@2.1.0
77023| `-- ldapjs@0.7.1
77024| +-- asn1@0.2.1
77025| +-- assert-plus@0.1.5
77026| +-- bunyan@0.22.1
77027| | `-- mv@0.0.5
77028| +-- dtrace-provider@0.2.8
77029| +-- nopt@2.1.1
77030| `-- pooling@0.4.6
77031| +-- assert-plus@0.1.5
77032| +-- bunyan@0.22.1
77033| | `-- mv@0.0.5
77034| +-- dtrace-provider@0.2.8
77035| +-- once@1.3.0
77036| `-- vasync@1.4.0
77037| +-- jsprim@0.3.0
77038| | +-- extsprintf@1.0.0
77039| | +-- json-schema@0.2.2
77040| | `-- verror@1.3.3
77041| `-- verror@1.1.0
77042| `-- extsprintf@1.0.0
77043+-- passport-local@0.1.6
77044| +-- passport@0.1.18
77045| `-- pkginfo@0.2.3
77046+-- phantom@0.7.2
77047| +-- dnode@1.2.2
77048| | +-- dnode-protocol@0.2.2
77049| | +-- jsonify@0.0.0
77050| | `-- weak@1.0.0
77051| | +-- bindings@1.2.1
77052| | `-- nan@2.1.0
77053| +-- shoe@0.0.15
77054| | +-- sockjs@0.3.7
77055| | | `-- node-uuid@1.3.3
77056| | `-- sockjs-client@0.0.0-unreleasable
77057| +-- traverse@0.6.6
77058| `-- win-spawn@2.0.0
77059+-- request@2.60.0
77060| +-- aws-sign2@0.5.0
77061| +-- bl@1.0.0
77062| +-- caseless@0.11.0
77063| +-- combined-stream@1.0.5
77064| | `-- delayed-stream@1.0.0
77065| +-- extend@3.0.0
77066| +-- forever-agent@0.6.1
77067| +-- form-data@1.0.0-rc3
77068| | +-- async@1.5.0
77069| | `-- mime-types@2.1.8
77070| | `-- mime-db@1.20.0
77071| +-- har-validator@1.8.0
77072| | +-- bluebird@2.10.2
77073| | +-- commander@2.9.0
77074| | | `-- graceful-readlink@1.0.1
77075| | `-- is-my-json-valid@2.12.3
77076| | +-- generate-function@2.0.0
77077| | +-- generate-object-property@1.2.0
77078| | | `-- is-property@1.0.2
77079| | `-- jsonpointer@2.0.0
77080| +-- hawk@3.1.2
77081| | +-- boom@2.10.1
77082| | +-- cryptiles@2.0.5
77083| | +-- hoek@2.16.3
77084| | `-- sntp@1.0.9
77085| +-- http-signature@0.11.0
77086| | +-- asn1@0.1.11
77087| | +-- assert-plus@0.1.5
77088| | `-- ctype@0.5.3
77089| +-- isstream@0.1.2
77090| +-- json-stringify-safe@5.0.1
77091| +-- mime-types@2.1.8
77092| | `-- mime-db@1.20.0
77093| +-- node-uuid@1.4.7
77094| +-- oauth-sign@0.8.0
77095| +-- qs@4.0.0
77096| +-- stringstream@0.0.5
77097| +-- tough-cookie@2.2.1
77098| `-- tunnel-agent@0.4.2
77099+-- requirejs@2.1.22
77100+-- serve-favicon@2.0.1
77101+-- should@3.3.2
77102+-- socket.io@1.3.5
77103| +-- debug@2.1.0
77104| +-- engine.io@1.5.1
77105| | +-- debug@1.0.3
77106| | +-- engine.io-parser@1.2.1
77107| | | +-- after@0.8.1
77108| | | +-- arraybuffer.slice@0.0.6
77109| | | +-- base64-arraybuffer@0.1.2
77110| | | +-- blob@0.0.2
77111| | | +-- has-binary@0.1.5
77112| | | `-- utf8@2.0.0
77113| | `-- ws@0.5.0
77114| | +-- nan@1.4.3
77115| | `-- ultron@1.0.2
77116| +-- has-binary-data@0.1.3
77117| | `-- isarray@0.0.1
77118| +-- socket.io-adapter@0.3.1
77119| | +-- debug@1.0.2
77120| | +-- object-keys@1.0.1
77121| | `-- socket.io-parser@2.2.2
77122| | `-- debug@0.7.4
77123| +-- socket.io-client@1.3.5
77124| | +-- backo2@1.0.2
77125| | +-- component-bind@1.0.0
77126| | +-- component-emitter@1.1.2
77127| | +-- debug@0.7.4
77128| | +-- engine.io-client@1.5.1
77129| | | +-- component-inherit@0.0.3
77130| | | +-- has-cors@1.0.3
77131| | | | `-- global@2.0.1
77132| | | +-- parsejson@0.0.1
77133| | | +-- parseqs@0.0.2
77134| | | +-- parseuri@0.0.4
77135| | | +-- ws@0.4.31
77136| | | | +-- commander@0.6.1
77137| | | | `-- nan@0.3.2
77138| | | `-- xmlhttprequest@1.5.0
77139| | +-- has-binary@0.1.6
77140| | +-- indexof@0.0.1
77141| | +-- object-component@0.0.3
77142| | +-- parseuri@0.0.2
77143| | | `-- better-assert@1.0.2
77144| | | `-- callsite@1.0.0
77145| | `-- to-array@0.1.3
77146| `-- socket.io-parser@2.2.4
77147| +-- benchmark@1.0.0
77148| +-- debug@0.7.4
77149| `-- json3@3.2.6
77150+-- socketio-jwt@4.3.3
77151| `-- xtend@2.1.2
77152| `-- object-keys@0.4.0
77153+-- supertest@0.11.0
77154| `-- superagent@0.17.0
77155| +-- cookiejar@1.3.0
77156| +-- debug@0.7.4
77157| +-- emitter-component@1.0.0
77158| +-- extend@1.2.1
77159| +-- formidable@1.0.14
77160| +-- methods@0.0.1
77161| +-- mime@1.2.5
77162| +-- qs@0.6.5
77163| `-- reduce-component@1.0.1
77164`-- time-grunt@0.3.2
77165 +-- chalk@0.4.0
77166 | +-- ansi-styles@1.0.0
77167 | `-- strip-ansi@0.1.1
77168 +-- date-time@0.1.1
77169 `-- pretty-ms@0.1.0
77170
77171npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
77172npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.6
77173npm verb exit [ 0, true ]
77174npm info ok
77175npm info it worked if it ends with ok
77176npm verb cli [ 'node', '/usr/bin/npm', '--verbose', 'dedupe' ]
77177npm info using npm@3.5.2
77178npm info using node@v0.12.8
77179npm verb lock using /root/.npm/_locks/staging-49e37be2827399f3.lock for /var/www/manticore.git/node_modules/.staging
77180npm 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
77181npm info lifecycle lodash.repeat@3.0.1~preuninstall: lodash.repeat@3.0.1
77182npm info lifecycle lodash.repeat@3.0.1~uninstall: lodash.repeat@3.0.1
77183npm verb unbuild rmStuff lodash.repeat@3.0.1 from /var/www/manticore.git/node_modules
77184npm 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
77185npm info lifecycle lodash.repeat@3.0.1~postuninstall: lodash.repeat@3.0.1
77186npm 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
77187npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding
77188npm info lifecycle lodash._createpadding@3.6.1~preuninstall: lodash._createpadding@3.6.1
77189npm info lifecycle lodash._createpadding@3.6.1~uninstall: lodash._createpadding@3.6.1
77190npm verb unbuild rmStuff lodash._createpadding@3.6.1 from /var/www/manticore.git/node_modules
77191npm 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
77192npm info lifecycle lodash._createpadding@3.6.1~postuninstall: lodash._createpadding@3.6.1
77193npm 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
77194npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring
77195npm info lifecycle lodash._basetostring@3.0.1~preuninstall: lodash._basetostring@3.0.1
77196npm info lifecycle lodash._basetostring@3.0.1~uninstall: lodash._basetostring@3.0.1
77197npm verb unbuild rmStuff lodash._basetostring@3.0.1 from /var/www/manticore.git/node_modules
77198npm 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
77199npm info lifecycle lodash._basetostring@3.0.1~postuninstall: lodash._basetostring@3.0.1
77200npm 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
77201npm 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
77202npm info lifecycle lodash.repeat@3.0.1~preuninstall: lodash.repeat@3.0.1
77203npm info lifecycle lodash.repeat@3.0.1~uninstall: lodash.repeat@3.0.1
77204npm verb unbuild rmStuff lodash.repeat@3.0.1 from /var/www/manticore.git/node_modules
77205npm 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
77206npm info lifecycle lodash.repeat@3.0.1~postuninstall: lodash.repeat@3.0.1
77207npm 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
77208npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding
77209npm info lifecycle lodash._createpadding@3.6.1~preuninstall: lodash._createpadding@3.6.1
77210npm info lifecycle lodash._createpadding@3.6.1~uninstall: lodash._createpadding@3.6.1
77211npm verb unbuild rmStuff lodash._createpadding@3.6.1 from /var/www/manticore.git/node_modules
77212npm 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
77213npm info lifecycle lodash._createpadding@3.6.1~postuninstall: lodash._createpadding@3.6.1
77214npm 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
77215npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring
77216npm info lifecycle lodash._basetostring@3.0.1~preuninstall: lodash._basetostring@3.0.1
77217npm info lifecycle lodash._basetostring@3.0.1~uninstall: lodash._basetostring@3.0.1
77218npm verb unbuild rmStuff lodash._basetostring@3.0.1 from /var/www/manticore.git/node_modules
77219npm 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
77220npm info lifecycle lodash._basetostring@3.0.1~postuninstall: lodash._basetostring@3.0.1
77221npm 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
77222npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate
77223npm info lifecycle util-deprecate@1.0.2~preuninstall: util-deprecate@1.0.2
77224npm info lifecycle util-deprecate@1.0.2~uninstall: util-deprecate@1.0.2
77225npm verb unbuild rmStuff util-deprecate@1.0.2 from /var/www/manticore.git/node_modules
77226npm 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
77227npm info lifecycle util-deprecate@1.0.2~postuninstall: util-deprecate@1.0.2
77228npm 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
77229npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder
77230npm info lifecycle string_decoder@0.10.31~preuninstall: string_decoder@0.10.31
77231npm info lifecycle string_decoder@0.10.31~uninstall: string_decoder@0.10.31
77232npm verb unbuild rmStuff string_decoder@0.10.31 from /var/www/manticore.git/node_modules
77233npm 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
77234npm info lifecycle string_decoder@0.10.31~postuninstall: string_decoder@0.10.31
77235npm 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
77236npm 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
77237npm info lifecycle process-nextick-args@1.0.6~preuninstall: process-nextick-args@1.0.6
77238npm info lifecycle process-nextick-args@1.0.6~uninstall: process-nextick-args@1.0.6
77239npm verb unbuild rmStuff process-nextick-args@1.0.6 from /var/www/manticore.git/node_modules
77240npm 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
77241npm info lifecycle process-nextick-args@1.0.6~postuninstall: process-nextick-args@1.0.6
77242npm 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
77243npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray
77244npm info lifecycle isarray@0.0.1~preuninstall: isarray@0.0.1
77245npm info lifecycle isarray@0.0.1~uninstall: isarray@0.0.1
77246npm verb unbuild rmStuff isarray@0.0.1 from /var/www/manticore.git/node_modules
77247npm 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
77248npm info lifecycle isarray@0.0.1~postuninstall: isarray@0.0.1
77249npm 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
77250npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits
77251npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
77252npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
77253npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
77254npm 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
77255npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
77256npm 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
77257npm 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
77258npm info lifecycle core-util-is@1.0.2~preuninstall: core-util-is@1.0.2
77259npm info lifecycle core-util-is@1.0.2~uninstall: core-util-is@1.0.2
77260npm verb unbuild rmStuff core-util-is@1.0.2 from /var/www/manticore.git/node_modules
77261npm 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
77262npm info lifecycle core-util-is@1.0.2~postuninstall: core-util-is@1.0.2
77263npm 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
77264npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
77265npm info lifecycle readable-stream@2.0.5~preuninstall: readable-stream@2.0.5
77266npm info lifecycle readable-stream@2.0.5~uninstall: readable-stream@2.0.5
77267npm verb unbuild rmStuff readable-stream@2.0.5 from /var/www/manticore.git/node_modules
77268npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules
77269npm info lifecycle readable-stream@2.0.5~postuninstall: readable-stream@2.0.5
77270npm 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
77271npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate
77272npm info lifecycle util-deprecate@1.0.2~preuninstall: util-deprecate@1.0.2
77273npm info lifecycle util-deprecate@1.0.2~uninstall: util-deprecate@1.0.2
77274npm verb unbuild rmStuff util-deprecate@1.0.2 from /var/www/manticore.git/node_modules
77275npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
77276npm info lifecycle util-deprecate@1.0.2~postuninstall: util-deprecate@1.0.2
77277npm 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
77278npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder
77279npm info lifecycle string_decoder@0.10.31~preuninstall: string_decoder@0.10.31
77280npm info lifecycle string_decoder@0.10.31~uninstall: string_decoder@0.10.31
77281npm verb unbuild rmStuff string_decoder@0.10.31 from /var/www/manticore.git/node_modules
77282npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
77283npm info lifecycle string_decoder@0.10.31~postuninstall: string_decoder@0.10.31
77284npm 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
77285npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args
77286npm info lifecycle process-nextick-args@1.0.6~preuninstall: process-nextick-args@1.0.6
77287npm info lifecycle process-nextick-args@1.0.6~uninstall: process-nextick-args@1.0.6
77288npm verb unbuild rmStuff process-nextick-args@1.0.6 from /var/www/manticore.git/node_modules
77289npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
77290npm info lifecycle process-nextick-args@1.0.6~postuninstall: process-nextick-args@1.0.6
77291npm 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
77292npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray
77293npm info lifecycle isarray@0.0.1~preuninstall: isarray@0.0.1
77294npm info lifecycle isarray@0.0.1~uninstall: isarray@0.0.1
77295npm verb unbuild rmStuff isarray@0.0.1 from /var/www/manticore.git/node_modules
77296npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
77297npm info lifecycle isarray@0.0.1~postuninstall: isarray@0.0.1
77298npm 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
77299npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits
77300npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
77301npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
77302npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
77303npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
77304npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
77305npm 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
77306npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is
77307npm info lifecycle core-util-is@1.0.2~preuninstall: core-util-is@1.0.2
77308npm info lifecycle core-util-is@1.0.2~uninstall: core-util-is@1.0.2
77309npm verb unbuild rmStuff core-util-is@1.0.2 from /var/www/manticore.git/node_modules
77310npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
77311npm info lifecycle core-util-is@1.0.2~postuninstall: core-util-is@1.0.2
77312npm 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
77313npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream
77314npm info lifecycle readable-stream@2.0.5~preuninstall: readable-stream@2.0.5
77315npm info lifecycle readable-stream@2.0.5~uninstall: readable-stream@2.0.5
77316npm verb unbuild rmStuff readable-stream@2.0.5 from /var/www/manticore.git/node_modules
77317npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
77318npm info lifecycle readable-stream@2.0.5~postuninstall: readable-stream@2.0.5
77319npm 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
77320npm 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
77321npm info lifecycle concat-map@0.0.1~preuninstall: concat-map@0.0.1
77322npm info lifecycle concat-map@0.0.1~uninstall: concat-map@0.0.1
77323npm verb unbuild rmStuff concat-map@0.0.1 from /var/www/manticore.git/node_modules
77324npm 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
77325npm info lifecycle concat-map@0.0.1~postuninstall: concat-map@0.0.1
77326npm 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
77327npm 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
77328npm info lifecycle balanced-match@0.3.0~preuninstall: balanced-match@0.3.0
77329npm info lifecycle balanced-match@0.3.0~uninstall: balanced-match@0.3.0
77330npm verb unbuild rmStuff balanced-match@0.3.0 from /var/www/manticore.git/node_modules
77331npm 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
77332npm info lifecycle balanced-match@0.3.0~postuninstall: balanced-match@0.3.0
77333npm 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
77334npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
77335npm info lifecycle brace-expansion@1.1.2~preuninstall: brace-expansion@1.1.2
77336npm info lifecycle brace-expansion@1.1.2~uninstall: brace-expansion@1.1.2
77337npm verb unbuild rmStuff brace-expansion@1.1.2 from /var/www/manticore.git/node_modules
77338npm 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
77339npm info lifecycle brace-expansion@1.1.2~postuninstall: brace-expansion@1.1.2
77340npm 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
77341npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch
77342npm info lifecycle minimatch@3.0.0~preuninstall: minimatch@3.0.0
77343npm info lifecycle minimatch@3.0.0~uninstall: minimatch@3.0.0
77344npm verb unbuild rmStuff minimatch@3.0.0 from /var/www/manticore.git/node_modules
77345npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules
77346npm info lifecycle minimatch@3.0.0~postuninstall: minimatch@3.0.0
77347npm 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
77348npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits
77349npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
77350npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
77351npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
77352npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules
77353npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
77354npm 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
77355npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore
77356npm info lifecycle fstream-ignore@1.0.3~preuninstall: fstream-ignore@1.0.3
77357npm info lifecycle fstream-ignore@1.0.3~uninstall: fstream-ignore@1.0.3
77358npm verb unbuild rmStuff fstream-ignore@1.0.3 from /var/www/manticore.git/node_modules
77359npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
77360npm info lifecycle fstream-ignore@1.0.3~postuninstall: fstream-ignore@1.0.3
77361npm 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
77362npm verb unbuild node_modules/bower/node_modules/user-home
77363npm info lifecycle user-home@1.1.1~preuninstall: user-home@1.1.1
77364npm info lifecycle user-home@1.1.1~uninstall: user-home@1.1.1
77365npm verb unbuild rmStuff user-home@1.1.1 from /var/www/manticore.git/node_modules
77366npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77367npm 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
77368npm info lifecycle user-home@1.1.1~postuninstall: user-home@1.1.1
77369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/user-home
77370npm verb unbuild node_modules/bower/node_modules/stringify-object
77371npm info lifecycle stringify-object@1.0.1~preuninstall: stringify-object@1.0.1
77372npm info lifecycle stringify-object@1.0.1~uninstall: stringify-object@1.0.1
77373npm verb unbuild rmStuff stringify-object@1.0.1 from /var/www/manticore.git/node_modules
77374npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77375npm info lifecycle stringify-object@1.0.1~postuninstall: stringify-object@1.0.1
77376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/stringify-object
77377npm verb unbuild node_modules/bower/node_modules/shell-quote/node_modules/jsonify
77378npm info lifecycle jsonify@0.0.0~preuninstall: jsonify@0.0.0
77379npm info lifecycle jsonify@0.0.0~uninstall: jsonify@0.0.0
77380npm verb unbuild rmStuff jsonify@0.0.0 from /var/www/manticore.git/node_modules
77381npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules
77382npm info lifecycle jsonify@0.0.0~postuninstall: jsonify@0.0.0
77383npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules/jsonify
77384npm verb unbuild node_modules/bower/node_modules/shell-quote/node_modules/array-reduce
77385npm info lifecycle array-reduce@0.0.0~preuninstall: array-reduce@0.0.0
77386npm info lifecycle array-reduce@0.0.0~uninstall: array-reduce@0.0.0
77387npm verb unbuild rmStuff array-reduce@0.0.0 from /var/www/manticore.git/node_modules
77388npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules
77389npm info lifecycle array-reduce@0.0.0~postuninstall: array-reduce@0.0.0
77390npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules/array-reduce
77391npm verb unbuild node_modules/bower/node_modules/shell-quote/node_modules/array-map
77392npm info lifecycle array-map@0.0.0~preuninstall: array-map@0.0.0
77393npm info lifecycle array-map@0.0.0~uninstall: array-map@0.0.0
77394npm verb unbuild rmStuff array-map@0.0.0 from /var/www/manticore.git/node_modules
77395npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules
77396npm info lifecycle array-map@0.0.0~postuninstall: array-map@0.0.0
77397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules/array-map
77398npm verb unbuild node_modules/bower/node_modules/shell-quote/node_modules/array-filter
77399npm info lifecycle array-filter@0.0.1~preuninstall: array-filter@0.0.1
77400npm info lifecycle array-filter@0.0.1~uninstall: array-filter@0.0.1
77401npm verb unbuild rmStuff array-filter@0.0.1 from /var/www/manticore.git/node_modules
77402npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules
77403npm info lifecycle array-filter@0.0.1~postuninstall: array-filter@0.0.1
77404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules/array-filter
77405npm verb unbuild node_modules/bower/node_modules/shell-quote
77406npm info lifecycle shell-quote@1.4.3~preuninstall: shell-quote@1.4.3
77407npm info lifecycle shell-quote@1.4.3~uninstall: shell-quote@1.4.3
77408npm verb unbuild rmStuff shell-quote@1.4.3 from /var/www/manticore.git/node_modules
77409npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77410npm info lifecycle shell-quote@1.4.3~postuninstall: shell-quote@1.4.3
77411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote
77412npm verb unbuild node_modules/bower/node_modules/semver
77413npm info lifecycle semver@2.3.2~preuninstall: semver@2.3.2
77414npm info lifecycle semver@2.3.2~uninstall: semver@2.3.2
77415npm verb unbuild rmStuff semver@2.3.2 from /var/www/manticore.git/node_modules
77416npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77417npm 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
77418npm info lifecycle semver@2.3.2~postuninstall: semver@2.3.2
77419npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/semver
77420npm verb unbuild node_modules/bower/node_modules/promptly/node_modules/read/node_modules/mute-stream
77421npm info lifecycle mute-stream@0.0.5~preuninstall: mute-stream@0.0.5
77422npm info lifecycle mute-stream@0.0.5~uninstall: mute-stream@0.0.5
77423npm verb unbuild rmStuff mute-stream@0.0.5 from /var/www/manticore.git/node_modules
77424npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/promptly/node_modules/read/node_modules
77425npm info lifecycle mute-stream@0.0.5~postuninstall: mute-stream@0.0.5
77426npm 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
77427npm verb unbuild node_modules/bower/node_modules/promptly/node_modules/read
77428npm info lifecycle read@1.0.7~preuninstall: read@1.0.7
77429npm info lifecycle read@1.0.7~uninstall: read@1.0.7
77430npm verb unbuild rmStuff read@1.0.7 from /var/www/manticore.git/node_modules
77431npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/promptly/node_modules
77432npm info lifecycle read@1.0.7~postuninstall: read@1.0.7
77433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/promptly/node_modules/read
77434npm verb unbuild node_modules/bower/node_modules/promptly
77435npm info lifecycle promptly@0.2.0~preuninstall: promptly@0.2.0
77436npm info lifecycle promptly@0.2.0~uninstall: promptly@0.2.0
77437npm verb unbuild rmStuff promptly@0.2.0 from /var/www/manticore.git/node_modules
77438npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77439npm info lifecycle promptly@0.2.0~postuninstall: promptly@0.2.0
77440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/promptly
77441npm verb unbuild node_modules/bower/node_modules/opn
77442npm info lifecycle opn@1.0.2~preuninstall: opn@1.0.2
77443npm info lifecycle opn@1.0.2~uninstall: opn@1.0.2
77444npm verb unbuild rmStuff opn@1.0.2 from /var/www/manticore.git/node_modules
77445npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77446npm 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
77447npm info lifecycle opn@1.0.2~postuninstall: opn@1.0.2
77448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/opn
77449npm verb unbuild node_modules/bower/node_modules/lockfile
77450npm info lifecycle lockfile@1.0.1~preuninstall: lockfile@1.0.1
77451npm info lifecycle lockfile@1.0.1~uninstall: lockfile@1.0.1
77452npm verb unbuild rmStuff lockfile@1.0.1 from /var/www/manticore.git/node_modules
77453npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77454npm info lifecycle lockfile@1.0.1~postuninstall: lockfile@1.0.1
77455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/lockfile
77456npm verb unbuild node_modules/bower/node_modules/junk
77457npm info lifecycle junk@1.0.2~preuninstall: junk@1.0.2
77458npm info lifecycle junk@1.0.2~uninstall: junk@1.0.2
77459npm verb unbuild rmStuff junk@1.0.2 from /var/www/manticore.git/node_modules
77460npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77461npm info lifecycle junk@1.0.2~postuninstall: junk@1.0.2
77462npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/junk
77463npm verb unbuild node_modules/bower/node_modules/is-root
77464npm info lifecycle is-root@1.0.0~preuninstall: is-root@1.0.0
77465npm info lifecycle is-root@1.0.0~uninstall: is-root@1.0.0
77466npm verb unbuild rmStuff is-root@1.0.0 from /var/www/manticore.git/node_modules
77467npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77468npm info lifecycle is-root@1.0.0~postuninstall: is-root@1.0.0
77469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/is-root
77470npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map/node_modules/amdefine
77471npm info lifecycle amdefine@1.0.0~preuninstall: amdefine@1.0.0
77472npm info lifecycle amdefine@1.0.0~uninstall: amdefine@1.0.0
77473npm verb unbuild rmStuff amdefine@1.0.0 from /var/www/manticore.git/node_modules
77474npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map/node_modules
77475npm info lifecycle amdefine@1.0.0~postuninstall: amdefine@1.0.0
77476npm 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
77477npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map
77478npm info lifecycle source-map@0.1.43~preuninstall: source-map@0.1.43
77479npm info lifecycle source-map@0.1.43~uninstall: source-map@0.1.43
77480npm verb unbuild rmStuff source-map@0.1.43 from /var/www/manticore.git/node_modules
77481npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules
77482npm info lifecycle source-map@0.1.43~postuninstall: source-map@0.1.43
77483npm 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
77484npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/async
77485npm info lifecycle async@0.2.10~preuninstall: async@0.2.10
77486npm info lifecycle async@0.2.10~uninstall: async@0.2.10
77487npm verb unbuild rmStuff async@0.2.10 from /var/www/manticore.git/node_modules
77488npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules
77489npm info lifecycle async@0.2.10~postuninstall: async@0.2.10
77490npm 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
77491npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/uglify-js
77492npm info lifecycle uglify-js@2.3.6~preuninstall: uglify-js@2.3.6
77493npm info lifecycle uglify-js@2.3.6~uninstall: uglify-js@2.3.6
77494npm verb unbuild rmStuff uglify-js@2.3.6 from /var/www/manticore.git/node_modules
77495npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules
77496npm 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
77497npm info lifecycle uglify-js@2.3.6~postuninstall: uglify-js@2.3.6
77498npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js
77499npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/optimist/node_modules/wordwrap
77500npm info lifecycle wordwrap@0.0.3~preuninstall: wordwrap@0.0.3
77501npm info lifecycle wordwrap@0.0.3~uninstall: wordwrap@0.0.3
77502npm verb unbuild rmStuff wordwrap@0.0.3 from /var/www/manticore.git/node_modules
77503npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/optimist/node_modules
77504npm info lifecycle wordwrap@0.0.3~postuninstall: wordwrap@0.0.3
77505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/optimist/node_modules/wordwrap
77506npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/optimist
77507npm info lifecycle optimist@0.3.7~preuninstall: optimist@0.3.7
77508npm info lifecycle optimist@0.3.7~uninstall: optimist@0.3.7
77509npm verb unbuild rmStuff optimist@0.3.7 from /var/www/manticore.git/node_modules
77510npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules
77511npm info lifecycle optimist@0.3.7~postuninstall: optimist@0.3.7
77512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/optimist
77513npm verb unbuild node_modules/bower/node_modules/handlebars
77514npm info lifecycle handlebars@2.0.0~preuninstall: handlebars@2.0.0
77515npm info lifecycle handlebars@2.0.0~uninstall: handlebars@2.0.0
77516npm verb unbuild rmStuff handlebars@2.0.0 from /var/www/manticore.git/node_modules
77517npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77518npm 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
77519npm info lifecycle handlebars@2.0.0~postuninstall: handlebars@2.0.0
77520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars
77521npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
77522npm info lifecycle concat-map@0.0.1~preuninstall: concat-map@0.0.1
77523npm info lifecycle concat-map@0.0.1~uninstall: concat-map@0.0.1
77524npm verb unbuild rmStuff concat-map@0.0.1 from /var/www/manticore.git/node_modules
77525npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules
77526npm info lifecycle concat-map@0.0.1~postuninstall: concat-map@0.0.1
77527npm 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
77528npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
77529npm info lifecycle balanced-match@0.3.0~preuninstall: balanced-match@0.3.0
77530npm info lifecycle balanced-match@0.3.0~uninstall: balanced-match@0.3.0
77531npm verb unbuild rmStuff balanced-match@0.3.0 from /var/www/manticore.git/node_modules
77532npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules
77533npm info lifecycle balanced-match@0.3.0~postuninstall: balanced-match@0.3.0
77534npm 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
77535npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
77536npm info lifecycle brace-expansion@1.1.2~preuninstall: brace-expansion@1.1.2
77537npm info lifecycle brace-expansion@1.1.2~uninstall: brace-expansion@1.1.2
77538npm verb unbuild rmStuff brace-expansion@1.1.2 from /var/www/manticore.git/node_modules
77539npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules
77540npm info lifecycle brace-expansion@1.1.2~postuninstall: brace-expansion@1.1.2
77541npm 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
77542npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch
77543npm info lifecycle minimatch@3.0.0~preuninstall: minimatch@3.0.0
77544npm info lifecycle minimatch@3.0.0~uninstall: minimatch@3.0.0
77545npm verb unbuild rmStuff minimatch@3.0.0 from /var/www/manticore.git/node_modules
77546npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules
77547npm info lifecycle minimatch@3.0.0~postuninstall: minimatch@3.0.0
77548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch
77549npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/inherits
77550npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
77551npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
77552npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
77553npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules
77554npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
77555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/inherits
77556npm verb unbuild node_modules/bower/node_modules/fstream-ignore
77557npm info lifecycle fstream-ignore@1.0.3~preuninstall: fstream-ignore@1.0.3
77558npm info lifecycle fstream-ignore@1.0.3~uninstall: fstream-ignore@1.0.3
77559npm verb unbuild rmStuff fstream-ignore@1.0.3 from /var/www/manticore.git/node_modules
77560npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77561npm info lifecycle fstream-ignore@1.0.3~postuninstall: fstream-ignore@1.0.3
77562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore
77563npm verb unbuild node_modules/bower/node_modules/destroy
77564npm info lifecycle destroy@1.0.3~preuninstall: destroy@1.0.3
77565npm info lifecycle destroy@1.0.3~uninstall: destroy@1.0.3
77566npm verb unbuild rmStuff destroy@1.0.3 from /var/www/manticore.git/node_modules
77567npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77568npm info lifecycle destroy@1.0.3~postuninstall: destroy@1.0.3
77569npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/destroy
77570npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/xdg-basedir
77571npm info lifecycle xdg-basedir@1.0.1~preuninstall: xdg-basedir@1.0.1
77572npm info lifecycle xdg-basedir@1.0.1~uninstall: xdg-basedir@1.0.1
77573npm verb unbuild rmStuff xdg-basedir@1.0.1 from /var/www/manticore.git/node_modules
77574npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
77575npm info lifecycle xdg-basedir@1.0.1~postuninstall: xdg-basedir@1.0.1
77576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/xdg-basedir
77577npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/uuid
77578npm info lifecycle uuid@2.0.1~preuninstall: uuid@2.0.1
77579npm info lifecycle uuid@2.0.1~uninstall: uuid@2.0.1
77580npm verb unbuild rmStuff uuid@2.0.1 from /var/www/manticore.git/node_modules
77581npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
77582npm info lifecycle uuid@2.0.1~postuninstall: uuid@2.0.1
77583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/uuid
77584npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-tmpdir
77585npm info lifecycle os-tmpdir@1.0.1~preuninstall: os-tmpdir@1.0.1
77586npm info lifecycle os-tmpdir@1.0.1~uninstall: os-tmpdir@1.0.1
77587npm verb unbuild rmStuff os-tmpdir@1.0.1 from /var/www/manticore.git/node_modules
77588npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules
77589npm info lifecycle os-tmpdir@1.0.1~postuninstall: os-tmpdir@1.0.1
77590npm 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
77591npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-homedir
77592npm info lifecycle os-homedir@1.0.1~preuninstall: os-homedir@1.0.1
77593npm info lifecycle os-homedir@1.0.1~uninstall: os-homedir@1.0.1
77594npm verb unbuild rmStuff os-homedir@1.0.1 from /var/www/manticore.git/node_modules
77595npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules
77596npm info lifecycle os-homedir@1.0.1~postuninstall: os-homedir@1.0.1
77597npm 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
77598npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/osenv
77599npm info lifecycle osenv@0.1.3~preuninstall: osenv@0.1.3
77600npm info lifecycle osenv@0.1.3~uninstall: osenv@0.1.3
77601npm verb unbuild rmStuff osenv@0.1.3 from /var/www/manticore.git/node_modules
77602npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
77603npm info lifecycle osenv@0.1.3~postuninstall: osenv@0.1.3
77604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/osenv
77605npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/object-assign
77606npm info lifecycle object-assign@2.1.1~preuninstall: object-assign@2.1.1
77607npm info lifecycle object-assign@2.1.1~uninstall: object-assign@2.1.1
77608npm verb unbuild rmStuff object-assign@2.1.1 from /var/www/manticore.git/node_modules
77609npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
77610npm info lifecycle object-assign@2.1.1~postuninstall: object-assign@2.1.1
77611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/object-assign
77612npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/inherit
77613npm info lifecycle inherit@2.2.2~preuninstall: inherit@2.2.2
77614npm info lifecycle inherit@2.2.2~uninstall: inherit@2.2.2
77615npm verb unbuild rmStuff inherit@2.2.2 from /var/www/manticore.git/node_modules
77616npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules
77617npm info lifecycle inherit@2.2.2~postuninstall: inherit@2.2.2
77618npm 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
77619npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/esprima
77620npm info lifecycle esprima@2.7.1~preuninstall: esprima@2.7.1
77621npm info lifecycle esprima@2.7.1~uninstall: esprima@2.7.1
77622npm verb unbuild rmStuff esprima@2.7.1 from /var/www/manticore.git/node_modules
77623npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules
77624npm 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
77625npm 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
77626npm info lifecycle esprima@2.7.1~postuninstall: esprima@2.7.1
77627npm 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
77628npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js
77629npm info lifecycle sprintf-js@1.0.3~preuninstall: sprintf-js@1.0.3
77630npm info lifecycle sprintf-js@1.0.3~uninstall: sprintf-js@1.0.3
77631npm verb unbuild rmStuff sprintf-js@1.0.3 from /var/www/manticore.git/node_modules
77632npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules
77633npm info lifecycle sprintf-js@1.0.3~postuninstall: sprintf-js@1.0.3
77634npm 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
77635npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash
77636npm info lifecycle lodash@3.10.1~preuninstall: lodash@3.10.1
77637npm info lifecycle lodash@3.10.1~uninstall: lodash@3.10.1
77638npm verb unbuild rmStuff lodash@3.10.1 from /var/www/manticore.git/node_modules
77639npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules
77640npm info lifecycle lodash@3.10.1~postuninstall: lodash@3.10.1
77641npm 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
77642npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse
77643npm info lifecycle argparse@1.0.3~preuninstall: argparse@1.0.3
77644npm info lifecycle argparse@1.0.3~uninstall: argparse@1.0.3
77645npm verb unbuild rmStuff argparse@1.0.3 from /var/www/manticore.git/node_modules
77646npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules
77647npm info lifecycle argparse@1.0.3~postuninstall: argparse@1.0.3
77648npm 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
77649npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml
77650npm info lifecycle js-yaml@3.4.6~preuninstall: js-yaml@3.4.6
77651npm info lifecycle js-yaml@3.4.6~uninstall: js-yaml@3.4.6
77652npm verb unbuild rmStuff js-yaml@3.4.6 from /var/www/manticore.git/node_modules
77653npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
77654npm 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
77655npm info lifecycle js-yaml@3.4.6~postuninstall: js-yaml@3.4.6
77656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml
77657npm verb unbuild node_modules/bower/node_modules/configstore
77658npm info lifecycle configstore@0.3.2~preuninstall: configstore@0.3.2
77659npm info lifecycle configstore@0.3.2~uninstall: configstore@0.3.2
77660npm verb unbuild rmStuff configstore@0.3.2 from /var/www/manticore.git/node_modules
77661npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77662npm info lifecycle configstore@0.3.2~postuninstall: configstore@0.3.2
77663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore
77664npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/supports-color
77665npm info lifecycle supports-color@2.0.0~preuninstall: supports-color@2.0.0
77666npm info lifecycle supports-color@2.0.0~uninstall: supports-color@2.0.0
77667npm verb unbuild rmStuff supports-color@2.0.0 from /var/www/manticore.git/node_modules
77668npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
77669npm info lifecycle supports-color@2.0.0~postuninstall: supports-color@2.0.0
77670npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/supports-color
77671npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
77672npm info lifecycle ansi-regex@2.0.0~preuninstall: ansi-regex@2.0.0
77673npm info lifecycle ansi-regex@2.0.0~uninstall: ansi-regex@2.0.0
77674npm verb unbuild rmStuff ansi-regex@2.0.0 from /var/www/manticore.git/node_modules
77675npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/strip-ansi/node_modules
77676npm info lifecycle ansi-regex@2.0.0~postuninstall: ansi-regex@2.0.0
77677npm 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
77678npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/strip-ansi
77679npm info lifecycle strip-ansi@3.0.0~preuninstall: strip-ansi@3.0.0
77680npm info lifecycle strip-ansi@3.0.0~uninstall: strip-ansi@3.0.0
77681npm verb unbuild rmStuff strip-ansi@3.0.0 from /var/www/manticore.git/node_modules
77682npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
77683npm info lifecycle strip-ansi@3.0.0~postuninstall: strip-ansi@3.0.0
77684npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/strip-ansi
77685npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
77686npm info lifecycle ansi-regex@2.0.0~preuninstall: ansi-regex@2.0.0
77687npm info lifecycle ansi-regex@2.0.0~uninstall: ansi-regex@2.0.0
77688npm verb unbuild rmStuff ansi-regex@2.0.0 from /var/www/manticore.git/node_modules
77689npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/has-ansi/node_modules
77690npm info lifecycle ansi-regex@2.0.0~postuninstall: ansi-regex@2.0.0
77691npm 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
77692npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/has-ansi
77693npm info lifecycle has-ansi@2.0.0~preuninstall: has-ansi@2.0.0
77694npm info lifecycle has-ansi@2.0.0~uninstall: has-ansi@2.0.0
77695npm verb unbuild rmStuff has-ansi@2.0.0 from /var/www/manticore.git/node_modules
77696npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
77697npm info lifecycle has-ansi@2.0.0~postuninstall: has-ansi@2.0.0
77698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/has-ansi
77699npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/escape-string-regexp
77700npm info lifecycle escape-string-regexp@1.0.3~preuninstall: escape-string-regexp@1.0.3
77701npm info lifecycle escape-string-regexp@1.0.3~uninstall: escape-string-regexp@1.0.3
77702npm verb unbuild rmStuff escape-string-regexp@1.0.3 from /var/www/manticore.git/node_modules
77703npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
77704npm info lifecycle escape-string-regexp@1.0.3~postuninstall: escape-string-regexp@1.0.3
77705npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/escape-string-regexp
77706npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/ansi-styles
77707npm info lifecycle ansi-styles@2.1.0~preuninstall: ansi-styles@2.1.0
77708npm info lifecycle ansi-styles@2.1.0~uninstall: ansi-styles@2.1.0
77709npm verb unbuild rmStuff ansi-styles@2.1.0 from /var/www/manticore.git/node_modules
77710npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
77711npm info lifecycle ansi-styles@2.1.0~postuninstall: ansi-styles@2.1.0
77712npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/ansi-styles
77713npm verb unbuild node_modules/bower/node_modules/chalk
77714npm info lifecycle chalk@1.1.1~preuninstall: chalk@1.1.1
77715npm info lifecycle chalk@1.1.1~uninstall: chalk@1.1.1
77716npm verb unbuild rmStuff chalk@1.1.1 from /var/www/manticore.git/node_modules
77717npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77718npm info lifecycle chalk@1.1.1~postuninstall: chalk@1.1.1
77719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk
77720npm verb unbuild node_modules/bower/node_modules/bower-logger
77721npm info lifecycle bower-logger@0.2.2~preuninstall: bower-logger@0.2.2
77722npm info lifecycle bower-logger@0.2.2~uninstall: bower-logger@0.2.2
77723npm verb unbuild rmStuff bower-logger@0.2.2 from /var/www/manticore.git/node_modules
77724npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77725npm info lifecycle bower-logger@0.2.2~postuninstall: bower-logger@0.2.2
77726npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-logger
77727npm verb unbuild node_modules/bower/node_modules/bower-json/node_modules/intersect
77728npm info lifecycle intersect@0.0.3~preuninstall: intersect@0.0.3
77729npm info lifecycle intersect@0.0.3~uninstall: intersect@0.0.3
77730npm verb unbuild rmStuff intersect@0.0.3 from /var/www/manticore.git/node_modules
77731npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules
77732npm info lifecycle intersect@0.0.3~postuninstall: intersect@0.0.3
77733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules/intersect
77734npm verb unbuild node_modules/bower/node_modules/bower-json/node_modules/graceful-fs
77735npm info lifecycle graceful-fs@2.0.3~preuninstall: graceful-fs@2.0.3
77736npm info lifecycle graceful-fs@2.0.3~uninstall: graceful-fs@2.0.3
77737npm verb unbuild rmStuff graceful-fs@2.0.3 from /var/www/manticore.git/node_modules
77738npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules
77739npm info lifecycle graceful-fs@2.0.3~postuninstall: graceful-fs@2.0.3
77740npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules/graceful-fs
77741npm verb unbuild node_modules/bower/node_modules/bower-json/node_modules/deep-extend
77742npm info lifecycle deep-extend@0.2.11~preuninstall: deep-extend@0.2.11
77743npm info lifecycle deep-extend@0.2.11~uninstall: deep-extend@0.2.11
77744npm verb unbuild rmStuff deep-extend@0.2.11 from /var/www/manticore.git/node_modules
77745npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules
77746npm info lifecycle deep-extend@0.2.11~postuninstall: deep-extend@0.2.11
77747npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules/deep-extend
77748npm verb unbuild node_modules/bower/node_modules/bower-json
77749npm info lifecycle bower-json@0.4.0~preuninstall: bower-json@0.4.0
77750npm info lifecycle bower-json@0.4.0~uninstall: bower-json@0.4.0
77751npm verb unbuild rmStuff bower-json@0.4.0 from /var/www/manticore.git/node_modules
77752npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77753npm info lifecycle bower-json@0.4.0~postuninstall: bower-json@0.4.0
77754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-json
77755npm verb unbuild node_modules/bower/node_modules/bower-endpoint-parser
77756npm info lifecycle bower-endpoint-parser@0.2.2~preuninstall: bower-endpoint-parser@0.2.2
77757npm info lifecycle bower-endpoint-parser@0.2.2~uninstall: bower-endpoint-parser@0.2.2
77758npm verb unbuild rmStuff bower-endpoint-parser@0.2.2 from /var/www/manticore.git/node_modules
77759npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77760npm info lifecycle bower-endpoint-parser@0.2.2~postuninstall: bower-endpoint-parser@0.2.2
77761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-endpoint-parser
77762npm verb unbuild node_modules/bower/node_modules/abbrev
77763npm info lifecycle abbrev@1.0.7~preuninstall: abbrev@1.0.7
77764npm info lifecycle abbrev@1.0.7~uninstall: abbrev@1.0.7
77765npm verb unbuild rmStuff abbrev@1.0.7 from /var/www/manticore.git/node_modules
77766npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77767npm info lifecycle abbrev@1.0.7~postuninstall: abbrev@1.0.7
77768npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/abbrev
77769npm info lifecycle fs-write-stream-atomic@1.0.7~preuninstall: fs-write-stream-atomic@1.0.7
77770npm info lifecycle fs-write-stream-atomic@1.0.7~uninstall: fs-write-stream-atomic@1.0.7
77771npm verb unbuild rmStuff fs-write-stream-atomic@1.0.7 from /var/www/manticore.git/node_modules
77772npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77773npm info lifecycle fs-write-stream-atomic@1.0.7~postuninstall: fs-write-stream-atomic@1.0.7
77774npm info lifecycle fs-write-stream-atomic@1.0.7~preinstall: fs-write-stream-atomic@1.0.7
77775npm info lifecycle github@0.2.4~preuninstall: github@0.2.4
77776npm info lifecycle github@0.2.4~uninstall: github@0.2.4
77777npm verb unbuild rmStuff github@0.2.4 from /var/www/manticore.git/node_modules
77778npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77779npm info lifecycle github@0.2.4~postuninstall: github@0.2.4
77780npm info lifecycle github@0.2.4~preinstall: github@0.2.4
77781npm info lifecycle md5-hex@1.1.0~preuninstall: md5-hex@1.1.0
77782npm info lifecycle md5-hex@1.1.0~uninstall: md5-hex@1.1.0
77783npm verb unbuild rmStuff md5-hex@1.1.0 from /var/www/manticore.git/node_modules
77784npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
77785npm info lifecycle md5-hex@1.1.0~postuninstall: md5-hex@1.1.0
77786npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
77787npm info lifecycle npmlog@2.0.0~preuninstall: npmlog@2.0.0
77788npm info lifecycle npmlog@2.0.0~uninstall: npmlog@2.0.0
77789npm verb unbuild rmStuff npmlog@2.0.0 from /var/www/manticore.git/node_modules
77790npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules
77791npm info lifecycle npmlog@2.0.0~postuninstall: npmlog@2.0.0
77792npm info lifecycle npmlog@2.0.0~preinstall: npmlog@2.0.0
77793npm info lifecycle tar-pack@3.1.2~preuninstall: tar-pack@3.1.2
77794npm info lifecycle tar-pack@3.1.2~uninstall: tar-pack@3.1.2
77795npm verb unbuild rmStuff tar-pack@3.1.2 from /var/www/manticore.git/node_modules
77796npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules
77797npm info lifecycle tar-pack@3.1.2~postuninstall: tar-pack@3.1.2
77798npm info lifecycle tar-pack@3.1.2~preinstall: tar-pack@3.1.2
77799npm info lifecycle sockjs-client@0.0.0-unreleasable~preuninstall: sockjs-client@0.0.0-unreleasable
77800npm info lifecycle sockjs-client@0.0.0-unreleasable~uninstall: sockjs-client@0.0.0-unreleasable
77801npm verb unbuild rmStuff sockjs-client@0.0.0-unreleasable from /var/www/manticore.git/node_modules
77802npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/shoe/node_modules
77803npm info lifecycle sockjs-client@0.0.0-unreleasable~postuninstall: sockjs-client@0.0.0-unreleasable
77804npm info lifecycle sockjs-client@0.0.0-unreleasable~preinstall: sockjs-client@0.0.0-unreleasable
77805npm info lifecycle iferr@0.1.5~preuninstall: iferr@0.1.5
77806npm info lifecycle iferr@0.1.5~uninstall: iferr@0.1.5
77807npm verb unbuild rmStuff iferr@0.1.5 from /var/www/manticore.git/node_modules
77808npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules
77809npm info lifecycle iferr@0.1.5~postuninstall: iferr@0.1.5
77810npm info lifecycle iferr@0.1.5~preinstall: iferr@0.1.5
77811npm info lifecycle imurmurhash@0.1.4~preuninstall: imurmurhash@0.1.4
77812npm info lifecycle imurmurhash@0.1.4~uninstall: imurmurhash@0.1.4
77813npm verb unbuild rmStuff imurmurhash@0.1.4 from /var/www/manticore.git/node_modules
77814npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules
77815npm info lifecycle imurmurhash@0.1.4~postuninstall: imurmurhash@0.1.4
77816npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
77817npm info lifecycle graceful-fs@4.1.2~preuninstall: graceful-fs@4.1.2
77818npm info lifecycle graceful-fs@4.1.2~uninstall: graceful-fs@4.1.2
77819npm verb unbuild rmStuff graceful-fs@4.1.2 from /var/www/manticore.git/node_modules
77820npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules
77821npm info lifecycle graceful-fs@4.1.2~postuninstall: graceful-fs@4.1.2
77822npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
77823npm info lifecycle readable-stream@2.0.4~preuninstall: readable-stream@2.0.4
77824npm info lifecycle readable-stream@2.0.4~uninstall: readable-stream@2.0.4
77825npm verb unbuild rmStuff readable-stream@2.0.4 from /var/www/manticore.git/node_modules
77826npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules
77827npm info lifecycle readable-stream@2.0.4~postuninstall: readable-stream@2.0.4
77828npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
77829npm info lifecycle core-util-is@1.0.2~preuninstall: core-util-is@1.0.2
77830npm info lifecycle core-util-is@1.0.2~uninstall: core-util-is@1.0.2
77831npm verb unbuild rmStuff core-util-is@1.0.2 from /var/www/manticore.git/node_modules
77832npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
77833npm info lifecycle core-util-is@1.0.2~postuninstall: core-util-is@1.0.2
77834npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
77835npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
77836npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
77837npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
77838npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
77839npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
77840npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
77841npm info lifecycle isarray@0.0.1~preuninstall: isarray@0.0.1
77842npm info lifecycle isarray@0.0.1~uninstall: isarray@0.0.1
77843npm verb unbuild rmStuff isarray@0.0.1 from /var/www/manticore.git/node_modules
77844npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
77845npm info lifecycle isarray@0.0.1~postuninstall: isarray@0.0.1
77846npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
77847npm info lifecycle process-nextick-args@1.0.6~preuninstall: process-nextick-args@1.0.6
77848npm info lifecycle process-nextick-args@1.0.6~uninstall: process-nextick-args@1.0.6
77849npm verb unbuild rmStuff process-nextick-args@1.0.6 from /var/www/manticore.git/node_modules
77850npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
77851npm info lifecycle process-nextick-args@1.0.6~postuninstall: process-nextick-args@1.0.6
77852npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
77853npm info lifecycle string_decoder@0.10.31~preuninstall: string_decoder@0.10.31
77854npm info lifecycle string_decoder@0.10.31~uninstall: string_decoder@0.10.31
77855npm verb unbuild rmStuff string_decoder@0.10.31 from /var/www/manticore.git/node_modules
77856npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
77857npm info lifecycle string_decoder@0.10.31~postuninstall: string_decoder@0.10.31
77858npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
77859npm info lifecycle util-deprecate@1.0.2~preuninstall: util-deprecate@1.0.2
77860npm info lifecycle util-deprecate@1.0.2~uninstall: util-deprecate@1.0.2
77861npm verb unbuild rmStuff util-deprecate@1.0.2 from /var/www/manticore.git/node_modules
77862npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
77863npm info lifecycle util-deprecate@1.0.2~postuninstall: util-deprecate@1.0.2
77864npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
77865npm info lifecycle mime@1.3.4~preuninstall: mime@1.3.4
77866npm info lifecycle mime@1.3.4~uninstall: mime@1.3.4
77867npm verb unbuild rmStuff mime@1.3.4 from /var/www/manticore.git/node_modules
77868npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/github/node_modules
77869npm 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
77870npm info lifecycle mime@1.3.4~postuninstall: mime@1.3.4
77871npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
77872npm info lifecycle md5-o-matic@0.1.1~preuninstall: md5-o-matic@0.1.1
77873npm info lifecycle md5-o-matic@0.1.1~uninstall: md5-o-matic@0.1.1
77874npm verb unbuild rmStuff md5-o-matic@0.1.1 from /var/www/manticore.git/node_modules
77875npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/md5-hex/node_modules
77876npm info lifecycle md5-o-matic@0.1.1~postuninstall: md5-o-matic@0.1.1
77877npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
77878npm info lifecycle ansi@0.3.0~preuninstall: ansi@0.3.0
77879npm info lifecycle ansi@0.3.0~uninstall: ansi@0.3.0
77880npm verb unbuild rmStuff ansi@0.3.0 from /var/www/manticore.git/node_modules
77881npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules
77882npm info lifecycle ansi@0.3.0~postuninstall: ansi@0.3.0
77883npm info lifecycle ansi@0.3.0~preinstall: ansi@0.3.0
77884npm info lifecycle are-we-there-yet@1.0.5~preuninstall: are-we-there-yet@1.0.5
77885npm info lifecycle are-we-there-yet@1.0.5~uninstall: are-we-there-yet@1.0.5
77886npm verb unbuild rmStuff are-we-there-yet@1.0.5 from /var/www/manticore.git/node_modules
77887npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules
77888npm info lifecycle are-we-there-yet@1.0.5~postuninstall: are-we-there-yet@1.0.5
77889npm info lifecycle are-we-there-yet@1.0.5~preinstall: are-we-there-yet@1.0.5
77890npm info lifecycle gauge@1.2.2~preuninstall: gauge@1.2.2
77891npm info lifecycle gauge@1.2.2~uninstall: gauge@1.2.2
77892npm verb unbuild rmStuff gauge@1.2.2 from /var/www/manticore.git/node_modules
77893npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules
77894npm info lifecycle gauge@1.2.2~postuninstall: gauge@1.2.2
77895npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
77896npm info lifecycle debug@0.7.4~preuninstall: debug@0.7.4
77897npm info lifecycle debug@0.7.4~uninstall: debug@0.7.4
77898npm verb unbuild rmStuff debug@0.7.4 from /var/www/manticore.git/node_modules
77899npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
77900npm info lifecycle debug@0.7.4~postuninstall: debug@0.7.4
77901npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
77902npm info lifecycle fstream@1.0.8~preuninstall: fstream@1.0.8
77903npm info lifecycle fstream@1.0.8~uninstall: fstream@1.0.8
77904npm verb unbuild rmStuff fstream@1.0.8 from /var/www/manticore.git/node_modules
77905npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
77906npm info lifecycle fstream@1.0.8~postuninstall: fstream@1.0.8
77907npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
77908npm info lifecycle graceful-fs@4.1.2~preuninstall: graceful-fs@4.1.2
77909npm info lifecycle graceful-fs@4.1.2~uninstall: graceful-fs@4.1.2
77910npm verb unbuild rmStuff graceful-fs@4.1.2 from /var/www/manticore.git/node_modules
77911npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules
77912npm info lifecycle graceful-fs@4.1.2~postuninstall: graceful-fs@4.1.2
77913npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
77914npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
77915npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
77916npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
77917npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules
77918npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
77919npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
77920npm info lifecycle once@1.1.1~preuninstall: once@1.1.1
77921npm info lifecycle once@1.1.1~uninstall: once@1.1.1
77922npm verb unbuild rmStuff once@1.1.1 from /var/www/manticore.git/node_modules
77923npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
77924npm info lifecycle once@1.1.1~postuninstall: once@1.1.1
77925npm info lifecycle once@1.1.1~preinstall: once@1.1.1
77926npm info lifecycle uid-number@0.0.3~preuninstall: uid-number@0.0.3
77927npm info lifecycle uid-number@0.0.3~uninstall: uid-number@0.0.3
77928npm verb unbuild rmStuff uid-number@0.0.3 from /var/www/manticore.git/node_modules
77929npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
77930npm info lifecycle uid-number@0.0.3~postuninstall: uid-number@0.0.3
77931npm info lifecycle uid-number@0.0.3~preinstall: uid-number@0.0.3
77932npm info lifecycle delegates@0.1.0~preuninstall: delegates@0.1.0
77933npm info lifecycle delegates@0.1.0~uninstall: delegates@0.1.0
77934npm verb unbuild rmStuff delegates@0.1.0 from /var/www/manticore.git/node_modules
77935npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules
77936npm info lifecycle delegates@0.1.0~postuninstall: delegates@0.1.0
77937npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
77938npm info lifecycle has-unicode@1.0.1~preuninstall: has-unicode@1.0.1
77939npm info lifecycle has-unicode@1.0.1~uninstall: has-unicode@1.0.1
77940npm verb unbuild rmStuff has-unicode@1.0.1 from /var/www/manticore.git/node_modules
77941npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules
77942npm info lifecycle has-unicode@1.0.1~postuninstall: has-unicode@1.0.1
77943npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
77944npm info lifecycle lodash.pad@3.1.1~preuninstall: lodash.pad@3.1.1
77945npm info lifecycle lodash.pad@3.1.1~uninstall: lodash.pad@3.1.1
77946npm verb unbuild rmStuff lodash.pad@3.1.1 from /var/www/manticore.git/node_modules
77947npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules
77948npm info lifecycle lodash.pad@3.1.1~postuninstall: lodash.pad@3.1.1
77949npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
77950npm info lifecycle lodash.padleft@3.1.1~preuninstall: lodash.padleft@3.1.1
77951npm info lifecycle lodash.padleft@3.1.1~uninstall: lodash.padleft@3.1.1
77952npm verb unbuild rmStuff lodash.padleft@3.1.1 from /var/www/manticore.git/node_modules
77953npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules
77954npm info lifecycle lodash.padleft@3.1.1~postuninstall: lodash.padleft@3.1.1
77955npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
77956npm info lifecycle lodash.padright@3.1.1~preuninstall: lodash.padright@3.1.1
77957npm info lifecycle lodash.padright@3.1.1~uninstall: lodash.padright@3.1.1
77958npm verb unbuild rmStuff lodash.padright@3.1.1 from /var/www/manticore.git/node_modules
77959npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules
77960npm info lifecycle lodash.padright@3.1.1~postuninstall: lodash.padright@3.1.1
77961npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
77962npm info lifecycle lodash._basetostring@3.0.1~preuninstall: lodash._basetostring@3.0.1
77963npm info lifecycle lodash._basetostring@3.0.1~uninstall: lodash._basetostring@3.0.1
77964npm verb unbuild rmStuff lodash._basetostring@3.0.1 from /var/www/manticore.git/node_modules
77965npm 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
77966npm info lifecycle lodash._basetostring@3.0.1~postuninstall: lodash._basetostring@3.0.1
77967npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
77968npm info lifecycle lodash._createpadding@3.6.1~preuninstall: lodash._createpadding@3.6.1
77969npm info lifecycle lodash._createpadding@3.6.1~uninstall: lodash._createpadding@3.6.1
77970npm verb unbuild rmStuff lodash._createpadding@3.6.1 from /var/www/manticore.git/node_modules
77971npm 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
77972npm info lifecycle lodash._createpadding@3.6.1~postuninstall: lodash._createpadding@3.6.1
77973npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
77974npm info lifecycle lodash.repeat@3.0.1~preuninstall: lodash.repeat@3.0.1
77975npm info lifecycle lodash.repeat@3.0.1~uninstall: lodash.repeat@3.0.1
77976npm verb unbuild rmStuff lodash.repeat@3.0.1 from /var/www/manticore.git/node_modules
77977npm 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
77978npm info lifecycle lodash.repeat@3.0.1~postuninstall: lodash.repeat@3.0.1
77979npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
77980npm info linkStuff fs-write-stream-atomic@1.0.7
77981npm verb linkBins fs-write-stream-atomic@1.0.7
77982npm verb linkMans fs-write-stream-atomic@1.0.7
77983npm info linkStuff github@0.2.4
77984npm verb linkBins github@0.2.4
77985npm verb linkMans github@0.2.4
77986npm info linkStuff md5-hex@1.1.0
77987npm verb linkBins md5-hex@1.1.0
77988npm verb linkMans md5-hex@1.1.0
77989npm info linkStuff npmlog@2.0.0
77990npm verb linkBins npmlog@2.0.0
77991npm verb linkMans npmlog@2.0.0
77992npm info linkStuff tar-pack@3.1.2
77993npm verb linkBins tar-pack@3.1.2
77994npm verb linkMans tar-pack@3.1.2
77995npm info linkStuff sockjs-client@0.0.0-unreleasable
77996npm verb linkBins sockjs-client@0.0.0-unreleasable
77997npm verb linkMans sockjs-client@0.0.0-unreleasable
77998npm info linkStuff iferr@0.1.5
77999npm verb linkBins iferr@0.1.5
78000npm verb linkMans iferr@0.1.5
78001npm info linkStuff imurmurhash@0.1.4
78002npm verb linkBins imurmurhash@0.1.4
78003npm verb linkMans imurmurhash@0.1.4
78004npm info linkStuff graceful-fs@4.1.2
78005npm verb linkBins graceful-fs@4.1.2
78006npm verb linkMans graceful-fs@4.1.2
78007npm info linkStuff readable-stream@2.0.4
78008npm verb linkBins readable-stream@2.0.4
78009npm verb linkMans readable-stream@2.0.4
78010npm info linkStuff core-util-is@1.0.2
78011npm verb linkBins core-util-is@1.0.2
78012npm verb linkMans core-util-is@1.0.2
78013npm info linkStuff inherits@2.0.1
78014npm verb linkBins inherits@2.0.1
78015npm verb linkMans inherits@2.0.1
78016npm info linkStuff isarray@0.0.1
78017npm verb linkBins isarray@0.0.1
78018npm verb linkMans isarray@0.0.1
78019npm info linkStuff process-nextick-args@1.0.6
78020npm verb linkBins process-nextick-args@1.0.6
78021npm verb linkMans process-nextick-args@1.0.6
78022npm info linkStuff string_decoder@0.10.31
78023npm verb linkBins string_decoder@0.10.31
78024npm verb linkMans string_decoder@0.10.31
78025npm info linkStuff util-deprecate@1.0.2
78026npm verb linkBins util-deprecate@1.0.2
78027npm verb linkMans util-deprecate@1.0.2
78028npm info linkStuff mime@1.3.4
78029npm verb linkBins mime@1.3.4
78030npm verb link bins [ { mime: 'cli.js' },
78031npm verb link bins '/var/www/manticore.git/node_modules/github/node_modules/.bin',
78032npm verb link bins false ]
78033npm verb linkMans mime@1.3.4
78034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/github/node_modules/.bin/mime
78035npm info linkStuff md5-o-matic@0.1.1
78036npm verb linkBins md5-o-matic@0.1.1
78037npm verb linkMans md5-o-matic@0.1.1
78038npm info linkStuff ansi@0.3.0
78039npm verb linkBins ansi@0.3.0
78040npm verb linkMans ansi@0.3.0
78041npm info linkStuff are-we-there-yet@1.0.5
78042npm verb linkBins are-we-there-yet@1.0.5
78043npm verb linkMans are-we-there-yet@1.0.5
78044npm info linkStuff gauge@1.2.2
78045npm verb linkBins gauge@1.2.2
78046npm verb linkMans gauge@1.2.2
78047npm info linkStuff debug@0.7.4
78048npm verb linkBins debug@0.7.4
78049npm verb linkMans debug@0.7.4
78050npm info linkStuff fstream@1.0.8
78051npm verb linkBins fstream@1.0.8
78052npm verb linkMans fstream@1.0.8
78053npm info linkStuff graceful-fs@4.1.2
78054npm verb linkBins graceful-fs@4.1.2
78055npm verb linkMans graceful-fs@4.1.2
78056npm info linkStuff inherits@2.0.1
78057npm verb linkBins inherits@2.0.1
78058npm verb linkMans inherits@2.0.1
78059npm info linkStuff once@1.1.1
78060npm verb linkBins once@1.1.1
78061npm verb linkMans once@1.1.1
78062npm info linkStuff uid-number@0.0.3
78063npm verb linkBins uid-number@0.0.3
78064npm verb linkMans uid-number@0.0.3
78065npm info linkStuff delegates@0.1.0
78066npm verb linkBins delegates@0.1.0
78067npm verb linkMans delegates@0.1.0
78068npm info linkStuff has-unicode@1.0.1
78069npm verb linkBins has-unicode@1.0.1
78070npm verb linkMans has-unicode@1.0.1
78071npm info linkStuff lodash.pad@3.1.1
78072npm verb linkBins lodash.pad@3.1.1
78073npm verb linkMans lodash.pad@3.1.1
78074npm info linkStuff lodash.padleft@3.1.1
78075npm verb linkBins lodash.padleft@3.1.1
78076npm verb linkMans lodash.padleft@3.1.1
78077npm info linkStuff lodash.padright@3.1.1
78078npm verb linkBins lodash.padright@3.1.1
78079npm verb linkMans lodash.padright@3.1.1
78080npm info linkStuff lodash._basetostring@3.0.1
78081npm verb linkBins lodash._basetostring@3.0.1
78082npm verb linkMans lodash._basetostring@3.0.1
78083npm info linkStuff lodash._createpadding@3.6.1
78084npm verb linkBins lodash._createpadding@3.6.1
78085npm verb linkMans lodash._createpadding@3.6.1
78086npm info linkStuff lodash.repeat@3.0.1
78087npm verb linkBins lodash.repeat@3.0.1
78088npm verb linkMans lodash.repeat@3.0.1
78089npm info lifecycle fs-write-stream-atomic@1.0.7~install: fs-write-stream-atomic@1.0.7
78090npm info lifecycle github@0.2.4~install: github@0.2.4
78091npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
78092npm info lifecycle npmlog@2.0.0~install: npmlog@2.0.0
78093npm info lifecycle tar-pack@3.1.2~install: tar-pack@3.1.2
78094npm info lifecycle sockjs-client@0.0.0-unreleasable~install: sockjs-client@0.0.0-unreleasable
78095npm info lifecycle iferr@0.1.5~install: iferr@0.1.5
78096npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
78097npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
78098npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
78099npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
78100npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
78101npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
78102npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
78103npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
78104npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
78105npm info lifecycle mime@1.3.4~install: mime@1.3.4
78106npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
78107npm info lifecycle ansi@0.3.0~install: ansi@0.3.0
78108npm info lifecycle are-we-there-yet@1.0.5~install: are-we-there-yet@1.0.5
78109npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
78110npm info lifecycle debug@0.7.4~install: debug@0.7.4
78111npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
78112npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
78113npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
78114npm info lifecycle once@1.1.1~install: once@1.1.1
78115npm info lifecycle uid-number@0.0.3~install: uid-number@0.0.3
78116npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
78117npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
78118npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
78119npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
78120npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
78121npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
78122npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
78123npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
78124npm info lifecycle fs-write-stream-atomic@1.0.7~postinstall: fs-write-stream-atomic@1.0.7
78125npm info lifecycle github@0.2.4~postinstall: github@0.2.4
78126npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
78127npm info lifecycle npmlog@2.0.0~postinstall: npmlog@2.0.0
78128npm info lifecycle tar-pack@3.1.2~postinstall: tar-pack@3.1.2
78129npm info lifecycle sockjs-client@0.0.0-unreleasable~postinstall: sockjs-client@0.0.0-unreleasable
78130npm info lifecycle iferr@0.1.5~postinstall: iferr@0.1.5
78131npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
78132npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
78133npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
78134npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
78135npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
78136npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
78137npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
78138npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
78139npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
78140npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
78141npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
78142npm info lifecycle ansi@0.3.0~postinstall: ansi@0.3.0
78143npm info lifecycle are-we-there-yet@1.0.5~postinstall: are-we-there-yet@1.0.5
78144npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
78145npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
78146npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
78147npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
78148npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
78149npm info lifecycle once@1.1.1~postinstall: once@1.1.1
78150npm info lifecycle uid-number@0.0.3~postinstall: uid-number@0.0.3
78151npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
78152npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
78153npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
78154npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
78155npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
78156npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
78157npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
78158npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
78159npm verb unlock done using /root/.npm/_locks/staging-49e37be2827399f3.lock for /var/www/manticore.git/node_modules/.staging
78160ansi@0.3.0 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/ansi -> node_modules/ansi
78161- abbrev@1.0.7 node_modules/bower/node_modules/abbrev
78162- bower-endpoint-parser@0.2.2 node_modules/bower/node_modules/bower-endpoint-parser
78163- deep-extend@0.2.11 node_modules/bower/node_modules/bower-json/node_modules/deep-extend
78164- graceful-fs@2.0.3 node_modules/bower/node_modules/bower-json/node_modules/graceful-fs
78165- intersect@0.0.3 node_modules/bower/node_modules/bower-json/node_modules/intersect
78166- bower-json@0.4.0 node_modules/bower/node_modules/bower-json
78167- bower-logger@0.2.2 node_modules/bower/node_modules/bower-logger
78168- ansi-styles@2.1.0 node_modules/bower/node_modules/chalk/node_modules/ansi-styles
78169- escape-string-regexp@1.0.3 node_modules/bower/node_modules/chalk/node_modules/escape-string-regexp
78170- ansi-regex@2.0.0 node_modules/bower/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
78171- has-ansi@2.0.0 node_modules/bower/node_modules/chalk/node_modules/has-ansi
78172- ansi-regex@2.0.0 node_modules/bower/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
78173- strip-ansi@3.0.0 node_modules/bower/node_modules/chalk/node_modules/strip-ansi
78174- supports-color@2.0.0 node_modules/bower/node_modules/chalk/node_modules/supports-color
78175- chalk@1.1.1 node_modules/bower/node_modules/chalk
78176- lodash@3.10.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash
78177- sprintf-js@1.0.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js
78178- argparse@1.0.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse
78179- esprima@2.7.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/esprima
78180- inherit@2.2.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/inherit
78181- js-yaml@3.4.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml
78182- object-assign@2.1.1 node_modules/bower/node_modules/configstore/node_modules/object-assign
78183- os-homedir@1.0.1 node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-homedir
78184- os-tmpdir@1.0.1 node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-tmpdir
78185- osenv@0.1.3 node_modules/bower/node_modules/configstore/node_modules/osenv
78186- uuid@2.0.1 node_modules/bower/node_modules/configstore/node_modules/uuid
78187- xdg-basedir@1.0.1 node_modules/bower/node_modules/configstore/node_modules/xdg-basedir
78188- configstore@0.3.2 node_modules/bower/node_modules/configstore
78189- destroy@1.0.3 node_modules/bower/node_modules/destroy
78190delegates@0.1.0 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates -> node_modules/delegates
78191are-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
78192graceful-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
78193core-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
78194inherits@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
78195isarray@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
78196process-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
78197string_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
78198util-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
78199readable-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
78200mime@1.3.4 node_modules/bower/node_modules/github/node_modules/mime -> node_modules/github/node_modules/mime
78201github@0.2.4 node_modules/bower/node_modules/github -> node_modules/github
78202has-unicode@1.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode -> node_modules/has-unicode
78203iferr@0.1.5 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/iferr -> node_modules/iferr
78204imurmurhash@0.1.4 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/imurmurhash -> node_modules/imurmurhash
78205fs-write-stream-atomic@1.0.7 node_modules/bower/node_modules/fs-write-stream-atomic -> node_modules/fs-write-stream-atomic
78206lodash._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
78207lodash.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
78208lodash._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
78209lodash.padright@3.1.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright -> node_modules/lodash.padright
78210lodash.padleft@3.1.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft -> node_modules/lodash.padleft
78211lodash.pad@3.1.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad -> node_modules/lodash.pad
78212gauge@1.2.2 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge -> node_modules/gauge
78213md5-o-matic@0.1.1 node_modules/bower/node_modules/md5-hex/node_modules/md5-o-matic -> node_modules/md5-o-matic
78214md5-hex@1.1.0 node_modules/bower/node_modules/md5-hex -> node_modules/md5-hex
78215npmlog@2.0.0 node_modules/node-pre-gyp/node_modules/npmlog -> node_modules/npmlog
78216sockjs-client@0.0.0-unreleasable node_modules/shoe/node_modules/sockjs-client -> node_modules/sockjs-client
78217debug@0.7.4 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug -> node_modules/tar-pack/node_modules/debug
78218graceful-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
78219inherits@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
78220fstream@1.0.8 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream -> node_modules/tar-pack/node_modules/fstream
78221once@1.1.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once -> node_modules/tar-pack/node_modules/once
78222uid-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
78223tar-pack@3.1.2 node_modules/node-pre-gyp/node_modules/tar-pack -> node_modules/tar-pack
78224- readable-stream@2.0.5 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
78225- 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
78226- 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
78227- 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
78228- 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
78229- 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
78230- 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
78231- fstream-ignore@1.0.3 node_modules/bower/node_modules/fstream-ignore
78232- inherits@2.0.1 node_modules/bower/node_modules/fstream-ignore/node_modules/inherits
78233- minimatch@3.0.0 node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch
78234- brace-expansion@1.1.2 node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
78235- balanced-match@0.3.0 node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
78236- concat-map@0.0.1 node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
78237- handlebars@2.0.0 node_modules/bower/node_modules/handlebars
78238- optimist@0.3.7 node_modules/bower/node_modules/handlebars/node_modules/optimist
78239- wordwrap@0.0.3 node_modules/bower/node_modules/handlebars/node_modules/optimist/node_modules/wordwrap
78240- uglify-js@2.3.6 node_modules/bower/node_modules/handlebars/node_modules/uglify-js
78241- async@0.2.10 node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/async
78242- source-map@0.1.43 node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map
78243- amdefine@1.0.0 node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map/node_modules/amdefine
78244- is-root@1.0.0 node_modules/bower/node_modules/is-root
78245- junk@1.0.2 node_modules/bower/node_modules/junk
78246- lockfile@1.0.1 node_modules/bower/node_modules/lockfile
78247- opn@1.0.2 node_modules/bower/node_modules/opn
78248- promptly@0.2.0 node_modules/bower/node_modules/promptly
78249- read@1.0.7 node_modules/bower/node_modules/promptly/node_modules/read
78250- mute-stream@0.0.5 node_modules/bower/node_modules/promptly/node_modules/read/node_modules/mute-stream
78251- semver@2.3.2 node_modules/bower/node_modules/semver
78252- shell-quote@1.4.3 node_modules/bower/node_modules/shell-quote
78253- array-filter@0.0.1 node_modules/bower/node_modules/shell-quote/node_modules/array-filter
78254- array-map@0.0.0 node_modules/bower/node_modules/shell-quote/node_modules/array-map
78255- array-reduce@0.0.0 node_modules/bower/node_modules/shell-quote/node_modules/array-reduce
78256- jsonify@0.0.0 node_modules/bower/node_modules/shell-quote/node_modules/jsonify
78257- stringify-object@1.0.1 node_modules/bower/node_modules/stringify-object
78258- user-home@1.1.1 node_modules/bower/node_modules/user-home
78259- lodash._basetostring@3.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring
78260- lodash._createpadding@3.6.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding
78261- 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
78262- lodash._basetostring@3.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring
78263- lodash._createpadding@3.6.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding
78264- 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
78265- fstream-ignore@1.0.3 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore
78266- inherits@2.0.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits
78267- minimatch@3.0.0 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch
78268- 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
78269- 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
78270- 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
78271- readable-stream@2.0.5 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream
78272- core-util-is@1.0.2 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is
78273- inherits@2.0.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits
78274- isarray@0.0.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray
78275- process-nextick-args@1.0.6 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args
78276- string_decoder@0.10.31 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder
78277- util-deprecate@1.0.2 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate
78278npm verb exit [ 0, true ]
78279npm info ok
78280 ---> 1388d3c3bae5
78281Removing intermediate container 84ba63264128
78282Step 7 : RUN bower install --allow-root
78283 ---> Running in 5a6619f0ea58
78284bower wodo#* not-cached http://webodf.org/download/wodocollabtexteditor-0.5.8.zip#*
78285bower wodo#* resolve http://webodf.org/download/wodocollabtexteditor-0.5.8.zip#*
78286bower wodo#* download http://webodf.org/download/wodocollabtexteditor-0.5.8.zip
78287bower wodo#* extract wodocollabtexteditor-0.5.8.zip
78288bower json3#3.3.1 not-cached git://github.com/bestiejs/json3.git#3.3.1
78289bower json3#3.3.1 resolve git://github.com/bestiejs/json3.git#3.3.1
78290bower angular-ui-router#0.2.15 not-cached git://github.com/angular-ui/ui-router.git#0.2.15
78291bower angular-ui-router#0.2.15 resolve git://github.com/angular-ui/ui-router.git#0.2.15
78292bower angular#1.4.1 not-cached git://github.com/angular/bower-angular.git#1.4.1
78293bower angular#1.4.1 resolve git://github.com/angular/bower-angular.git#1.4.1
78294bower angular-smart-table#~2.1.0 not-cached git://github.com/lorenzofox3/Smart-Table.git#~2.1.0
78295bower angular-smart-table#~2.1.0 resolve git://github.com/lorenzofox3/Smart-Table.git#~2.1.0
78296bower angular-load#~0.2.0 not-cached git://github.com/urish/angular-load.git#~0.2.0
78297bower angular-load#~0.2.0 resolve git://github.com/urish/angular-load.git#~0.2.0
78298bower angular-file-upload#1.1.5 not-cached git://github.com/nervgh/angular-file-upload.git#1.1.5
78299bower angular-file-upload#1.1.5 resolve git://github.com/nervgh/angular-file-upload.git#1.1.5
78300bower angular-moment#~0.10.1 not-cached git://github.com/urish/angular-moment.git#~0.10.1
78301bower angular-moment#~0.10.1 resolve git://github.com/urish/angular-moment.git#~0.10.1
78302bower angular-cookies#1.4.1 not-cached git://github.com/angular/bower-angular-cookies.git#1.4.1
78303bower angular-cookies#1.4.1 resolve git://github.com/angular/bower-angular-cookies.git#1.4.1
78304bower angular-scenario#1.4.1 not-cached git://github.com/angular/bower-angular-scenario.git#1.4.1
78305bower angular-scenario#1.4.1 resolve git://github.com/angular/bower-angular-scenario.git#1.4.1
78306bower angular-file-saver#~0.0.4 not-cached git://github.com/alferov/angular-file-saver.git#~0.0.4
78307bower angular-file-saver#~0.0.4 resolve git://github.com/alferov/angular-file-saver.git#~0.0.4
78308bower es5-shim#4.1.7 not-cached git://github.com/es-shims/es5-shim.git#4.1.7
78309bower es5-shim#4.1.7 resolve git://github.com/es-shims/es5-shim.git#4.1.7
78310bower bootstrap#~3.1.1 not-cached git://github.com/twbs/bootstrap.git#~3.1.1
78311bower bootstrap#~3.1.1 resolve git://github.com/twbs/bootstrap.git#~3.1.1
78312bower angular-mocks#1.4.1 not-cached git://github.com/angular/bower-angular-mocks.git#1.4.1
78313bower angular-mocks#1.4.1 resolve git://github.com/angular/bower-angular-mocks.git#1.4.1
78314bower font-awesome#>=4.1.0 not-cached git://github.com/FortAwesome/Font-Awesome.git#>=4.1.0
78315bower font-awesome#>=4.1.0 resolve git://github.com/FortAwesome/Font-Awesome.git#>=4.1.0
78316bower angular-resource#1.4.1 not-cached git://github.com/angular/bower-angular-resource.git#1.4.1
78317bower angular-resource#1.4.1 resolve git://github.com/angular/bower-angular-resource.git#1.4.1
78318bower angular-sanitize#1.4.1 not-cached git://github.com/angular/bower-angular-sanitize.git#1.4.1
78319bower angular-sanitize#1.4.1 resolve git://github.com/angular/bower-angular-sanitize.git#1.4.1
78320bower lodash#3.9.3 not-cached git://github.com/lodash/lodash.git#3.9.3
78321bower lodash#3.9.3 resolve git://github.com/lodash/lodash.git#3.9.3
78322bower angular-bootstrap#0.13.0 not-cached git://github.com/angular-ui/bootstrap-bower.git#0.13.0
78323bower angular-bootstrap#0.13.0 resolve git://github.com/angular-ui/bootstrap-bower.git#0.13.0
78324bower jquery#1.11.0 not-cached git://github.com/jquery/jquery.git#1.11.0
78325bower jquery#1.11.0 resolve git://github.com/jquery/jquery.git#1.11.0
78326bower wodo#* invalid-meta wodo is missing "main" entry in bower.json
78327bower wodo#* invalid-meta wodo is missing "ignore" entry in bower.json
78328bower wodo#* resolved http://webodf.org/download/wodocollabtexteditor-0.5.8.zip#e-tag:6c4014-a3
78329bower json3#3.3.1 download https://github.com/bestiejs/json3/archive/v3.3.1.tar.gz
78330bower angular-load#~0.2.0 download https://github.com/urish/angular-load/archive/0.2.0.tar.gz
78331bower angular-smart-table#~2.1.0 download https://github.com/lorenzofox3/Smart-Table/archive/v2.1.6.tar.gz
78332bower angular-ui-router#0.2.15 download https://github.com/angular-ui/ui-router/archive/0.2.15.tar.gz
78333bower angular-moment#~0.10.1 download https://github.com/urish/angular-moment/archive/0.10.3.tar.gz
78334bower angular-file-upload#1.1.5 download https://github.com/nervgh/angular-file-upload/archive/v1.1.5.tar.gz
78335bower angular-file-saver#~0.0.4 download https://github.com/alferov/angular-file-saver/archive/0.0.4.tar.gz
78336bower es5-shim#4.1.7 download https://github.com/es-shims/es5-shim/archive/v4.1.7.tar.gz
78337bower angular#1.4.1 download https://github.com/angular/bower-angular/archive/v1.4.1.tar.gz
78338bower font-awesome#>=4.1.0 download https://github.com/FortAwesome/Font-Awesome/archive/v4.5.0.tar.gz
78339bower angular-scenario#1.4.1 download https://github.com/angular/bower-angular-scenario/archive/v1.4.1.tar.gz
78340bower angular-cookies#1.4.1 download https://github.com/angular/bower-angular-cookies/archive/v1.4.1.tar.gz
78341bower lodash#3.9.3 download https://github.com/lodash/lodash/archive/3.9.3.tar.gz
78342bower bootstrap#~3.1.1 download https://github.com/twbs/bootstrap/archive/v3.1.1.tar.gz
78343bower angular-mocks#1.4.1 download https://github.com/angular/bower-angular-mocks/archive/v1.4.1.tar.gz
78344bower angular-bootstrap#0.13.0 download https://github.com/angular-ui/bootstrap-bower/archive/0.13.0.tar.gz
78345bower angular-sanitize#1.4.1 download https://github.com/angular/bower-angular-sanitize/archive/v1.4.1.tar.gz
78346bower angular-resource#1.4.1 download https://github.com/angular/bower-angular-resource/archive/v1.4.1.tar.gz
78347bower angular-load#~0.2.0 extract archive.tar.gz
78348bower jquery#1.11.0 download https://github.com/jquery/jquery/archive/1.11.0.tar.gz
78349bower angular-smart-table#~2.1.0 extract archive.tar.gz
78350bower angular-file-upload#1.1.5 extract archive.tar.gz
78351bower angular-moment#~0.10.1 extract archive.tar.gz
78352bower angular-load#~0.2.0 invalid-meta angular-load is missing "ignore" entry in bower.json
78353bower angular-file-saver#~0.0.4 extract archive.tar.gz
78354bower angular-load#~0.2.0 resolved git://github.com/urish/angular-load.git#0.2.0
78355bower angular#>=1.0.0 <1.4.0 not-cached git://github.com/angular/bower-angular.git#>=1.0.0 <1.4.0
78356bower angular#>=1.0.0 <1.4.0 resolve git://github.com/angular/bower-angular.git#>=1.0.0 <1.4.0
78357bower angular#>=1.0.0 <1.4.0 download https://github.com/angular/bower-angular/archive/v1.3.20.tar.gz
78358bower es5-shim#4.1.7 extract archive.tar.gz
78359bower angular-moment#~0.10.1 resolved git://github.com/urish/angular-moment.git#0.10.3
78360bower angular-file-saver#~0.0.4 resolved git://github.com/alferov/angular-file-saver.git#0.0.4
78361bower angular-cookies#1.4.1 extract archive.tar.gz
78362bower angular-mocks#1.4.1 extract archive.tar.gz
78363bower angular-sanitize#1.4.1 extract archive.tar.gz
78364bower angular-resource#1.4.1 extract archive.tar.gz
78365bower angular-cookies#1.4.1 resolved git://github.com/angular/bower-angular-cookies.git#1.4.1
78366bower moment#>=2.8.0 <2.11.0 not-cached git://github.com/moment/moment.git#>=2.8.0 <2.11.0
78367bower moment#>=2.8.0 <2.11.0 resolve git://github.com/moment/moment.git#>=2.8.0 <2.11.0
78368bower blob-polyfill#~1.0.20150320 not-cached git://github.com/bjornstar/blob-polyfill.git#~1.0.20150320
78369bower blob-polyfill#~1.0.20150320 resolve git://github.com/bjornstar/blob-polyfill.git#~1.0.20150320
78370bower file-saver.js#~1.20150507.2 not-cached git://github.com/Teleborder/FileSaver.js.git#~1.20150507.2
78371bower file-saver.js#~1.20150507.2 resolve git://github.com/Teleborder/FileSaver.js.git#~1.20150507.2
78372bower angular-mocks#1.4.1 resolved git://github.com/angular/bower-angular-mocks.git#1.4.1
78373bower json3#3.3.1 extract archive.tar.gz
78374bower angular-smart-table#~2.1.0 resolved git://github.com/lorenzofox3/Smart-Table.git#2.1.6
78375bower angular-bootstrap#0.13.0 extract archive.tar.gz
78376bower blob-polyfill#~1.0.20150320 download https://github.com/bjornstar/blob-polyfill/archive/1.0.20150320.tar.gz
78377bower angular-sanitize#1.4.1 resolved git://github.com/angular/bower-angular-sanitize.git#1.4.1
78378bower angular-resource#1.4.1 resolved git://github.com/angular/bower-angular-resource.git#1.4.1
78379bower file-saver.js#~1.20150507.2 download https://github.com/Teleborder/FileSaver.js/archive/v1.20150507.2.tar.gz
78380bower angular-file-upload#1.1.5 resolved git://github.com/nervgh/angular-file-upload.git#1.1.5
78381bower angular#~1.2.11 not-cached git://github.com/angular/bower-angular.git#~1.2.11
78382bower angular#~1.2.11 resolve git://github.com/angular/bower-angular.git#~1.2.11
78383bower angular#~1.2.11 download https://github.com/angular/bower-angular/archive/v1.2.29.tar.gz
78384bower moment#>=2.8.0 <2.11.0 download https://github.com/moment/moment/archive/2.10.6.tar.gz
78385bower angular-bootstrap#0.13.0 resolved git://github.com/angular-ui/bootstrap-bower.git#0.13.0
78386bower angular-scenario#1.4.1 extract archive.tar.gz
78387bower es5-shim#4.1.7 resolved git://github.com/es-shims/es5-shim.git#4.1.7
78388bower angular#1.4.1 extract archive.tar.gz
78389bower angular-scenario#1.4.1 resolved git://github.com/angular/bower-angular-scenario.git#1.4.1
78390bower blob-polyfill#~1.0.20150320 extract archive.tar.gz
78391bower file-saver.js#~1.20150507.2 extract archive.tar.gz
78392bower angular#>=1.0.0 <1.4.0 extract archive.tar.gz
78393bower angular#1.4.1 resolved git://github.com/angular/bower-angular.git#1.4.1
78394bower blob-polyfill#~1.0.20150320 resolved git://github.com/bjornstar/blob-polyfill.git#1.0.20150320
78395bower file-saver.js#~1.20150507.2 resolved git://github.com/Teleborder/FileSaver.js.git#1.20150507.2
78396bower angular#>=1.0.0 <1.4.0 resolved git://github.com/angular/bower-angular.git#1.3.20
78397bower lodash#3.9.3 extract archive.tar.gz
78398bower json3#3.3.1 resolved git://github.com/bestiejs/json3.git#3.3.1
78399bower angular-ui-router#0.2.15 extract archive.tar.gz
78400bower angular#~1.2.11 extract archive.tar.gz
78401bower lodash#3.9.3 resolved git://github.com/lodash/lodash.git#3.9.3
78402bower angular#~1.2.11 resolved git://github.com/angular/bower-angular.git#1.2.29
78403bower jquery#1.11.0 extract archive.tar.gz
78404bower moment#>=2.8.0 <2.11.0 extract archive.tar.gz
78405bower angular-ui-router#0.2.15 resolved git://github.com/angular-ui/ui-router.git#0.2.15
78406bower jquery#1.11.0 resolved git://github.com/jquery/jquery.git#1.11.0
78407bower bootstrap#~3.1.1 extract archive.tar.gz
78408bower moment#>=2.8.0 <2.11.0 resolved git://github.com/moment/moment.git#2.10.6
78409bower bootstrap#~3.1.1 resolved git://github.com/twbs/bootstrap.git#3.1.1
78410bower font-awesome#>=4.1.0 progress received 2.1MB of 2.3MB downloaded, 93%
78411bower font-awesome#>=4.1.0 extract archive.tar.gz
78412bower font-awesome#>=4.1.0 resolved git://github.com/FortAwesome/Font-Awesome.git#4.5.0
78413
78414Please note that,
78415 angular-file-upload#1.1.5 depends on angular#~1.2.11 which resolved to angular#1.2.29
78416 angular-load#0.2.0 depends on angular#>=1.0.0 <1.4.0 which resolved to angular#1.3.20
78417 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
78418 angular-moment#0.10.3 depends on angular#>=1.2.0 <1.5.0 which resolved to angular#1.4.1
78419 angular-smart-table#2.1.6 depends on angular#^1.0.0 which resolved to angular#1.4.1
78420 angular-bootstrap#0.13.0 depends on angular#>=1.3.0 which resolved to angular#1.4.1
78421 angular-ui-router#0.2.15 depends on angular#>= 1.0.8 which resolved to angular#1.4.1
78422Resort to using angular#1.4.1 which resolved to angular#1.4.1
78423Code incompatibilities may occur.
78424
78425bower wodo#* install wodo#e-tag:6c4014-a3
78426bower angular-load#~0.2.0 install angular-load#0.2.0
78427bower angular-moment#~0.10.1 install angular-moment#0.10.3
78428bower angular-file-saver#~0.0.4 install angular-file-saver#0.0.4
78429bower angular-cookies#1.4.1 install angular-cookies#1.4.1
78430bower angular-mocks#1.4.1 install angular-mocks#1.4.1
78431bower angular-smart-table#~2.1.0 install angular-smart-table#2.1.6
78432bower angular-sanitize#1.4.1 install angular-sanitize#1.4.1
78433bower angular-resource#1.4.1 install angular-resource#1.4.1
78434bower angular-file-upload#1.1.5 install angular-file-upload#1.1.5
78435bower angular-bootstrap#0.13.0 install angular-bootstrap#0.13.0
78436bower es5-shim#4.1.7 install es5-shim#4.1.7
78437bower angular-scenario#1.4.1 install angular-scenario#1.4.1
78438bower angular#1.4.1 install angular#1.4.1
78439bower blob-polyfill#~1.0.20150320 install blob-polyfill#1.0.20150320
78440bower file-saver.js#~1.20150507.2 install file-saver.js#1.20150507.2
78441bower json3#3.3.1 install json3#3.3.1
78442bower lodash#3.9.3 install lodash#3.9.3
78443bower angular-ui-router#0.2.15 install angular-ui-router#0.2.15
78444bower jquery#1.11.0 install jquery#1.11.0
78445bower moment#>=2.8.0 <2.11.0 install moment#2.10.6
78446bower bootstrap#~3.1.1 install bootstrap#3.1.1
78447bower font-awesome#>=4.1.0 install font-awesome#4.5.0
78448
78449wodo#e-tag:6c4014-a3 client/bower_components/wodo
78450
78451angular-load#0.2.0 client/bower_components/angular-load
78452└── angular#1.4.1
78453
78454angular-moment#0.10.3 client/bower_components/angular-moment
78455├── angular#1.4.1
78456└── moment#2.10.6
78457
78458angular-file-saver#0.0.4 client/bower_components/angular-file-saver
78459├── blob-polyfill#1.0.20150320
78460└── file-saver.js#1.20150507.2
78461
78462angular-cookies#1.4.1 client/bower_components/angular-cookies
78463└── angular#1.4.1
78464
78465angular-mocks#1.4.1 client/bower_components/angular-mocks
78466└── angular#1.4.1
78467
78468angular-smart-table#2.1.6 client/bower_components/angular-smart-table
78469└── angular#1.4.1
78470
78471angular-sanitize#1.4.1 client/bower_components/angular-sanitize
78472└── angular#1.4.1
78473
78474angular-resource#1.4.1 client/bower_components/angular-resource
78475└── angular#1.4.1
78476
78477angular-file-upload#1.1.5 client/bower_components/angular-file-upload
78478├── angular#1.4.1
78479└── es5-shim#4.1.7
78480
78481angular-bootstrap#0.13.0 client/bower_components/angular-bootstrap
78482└── angular#1.4.1
78483
78484es5-shim#4.1.7 client/bower_components/es5-shim
78485
78486angular-scenario#1.4.1 client/bower_components/angular-scenario
78487└── angular#1.4.1
78488
78489angular#1.4.1 client/bower_components/angular
78490
78491blob-polyfill#1.0.20150320 client/bower_components/blob-polyfill
78492
78493file-saver.js#1.20150507.2 client/bower_components/file-saver.js
78494
78495json3#3.3.1 client/bower_components/json3
78496
78497lodash#3.9.3 client/bower_components/lodash
78498
78499angular-ui-router#0.2.15 client/bower_components/angular-ui-router
78500└── angular#1.4.1
78501
78502jquery#1.11.0 client/bower_components/jquery
78503
78504moment#2.10.6 client/bower_components/moment
78505
78506bootstrap#3.1.1 client/bower_components/bootstrap
78507└── jquery#1.11.0
78508
78509font-awesome#4.5.0 client/bower_components/font-awesome
78510 ---> 0c77540f28fe
78511Removing intermediate container 5a6619f0ea58
78512Step 8 : RUN grunt build
78513 ---> Running in 8e5368ed00aa
78514Running "clean:dist" (clean) task
78515
78516Running "injector:stylus" (injector) task
78517Missing option `template`, using `dest` as template instead
78518Injecting styl files (15 files)
78519>> Nothing changed
78520
78521Running "concurrent:dist" (concurrent) task
78522
78523 Running "svgmin:dist" (svgmin) task
78524 Total saved: 0 B
78525
78526 Done, without errors.
78527
78528
78529 Execution Time (2015-12-29 19:37:29 UTC)
78530 loading tasks 240ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 73%
78531 svgmin:dist 86ms ▇▇▇▇▇▇▇▇▇▇▇▇▇ 26%
78532 Total 328ms
78533
78534 Running "imagemin:dist" (imagemin) task
78535 ✔ client/assets/images/manticore.jpg (already optimized)
78536 Minified 1 image (saved 0 B)
78537
78538 Done, without errors.
78539
78540
78541 Execution Time (2015-12-29 19:37:29 UTC)
78542 loading tasks 460ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 85%
78543 imagemin:dist 80ms ▇▇▇▇▇▇▇ 15%
78544 Total 541ms
78545
78546 Running "stylus:server" (stylus) task
78547 >> 1 file created.
78548
78549 Done, without errors.
78550
78551
78552 Execution Time (2015-12-29 19:37:29 UTC)
78553 loading tasks 191ms ▇▇▇▇▇▇▇▇▇ 19%
78554 stylus:server 810ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 81%
78555 Total 1s
78556
78557 Running "jade:compile" (jade) task
78558 File .tmp/app/account/login/login.html created.
78559 File .tmp/app/account/settings/settings.html created.
78560 File .tmp/app/account/signup/signup.html created.
78561 File .tmp/app/editor/editor.html created.
78562 File .tmp/app/main/main.html created.
78563 File .tmp/app/templates/templates.html created.
78564 File .tmp/app/users/users.html created.
78565 File .tmp/components/createMenu/createMenu.html created.
78566 File .tmp/components/documentList/documentList.html created.
78567 File .tmp/components/exportButton/exportButton.html created.
78568 File .tmp/components/import/import.html created.
78569 File .tmp/components/labelEditor/labelEditor.html created.
78570 File .tmp/components/modal/modal.html created.
78571 File .tmp/components/navbar/navbar.html created.
78572 File .tmp/components/saveButton/saveButton.html created.
78573 File .tmp/components/titleEditor/titleEditor.html created.
78574 File .tmp/components/wodo/editor.html created.
78575
78576 Done, without errors.
78577
78578
78579 Execution Time (2015-12-29 19:37:29 UTC)
78580 loading tasks 162ms ▇▇▇▇▇▇ 13%
78581 jade:compile 1.1s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 87%
78582 Total 1.3s
78583
78584Running "injector:scripts" (injector) task
78585Missing option `template`, using `dest` as template instead
78586Injecting js files (31 files)
78587>> Nothing changed
78588
78589Running "injector:stylus" (injector) task
78590Missing option `template`, using `dest` as template instead
78591Injecting styl files (15 files)
78592>> Nothing changed
78593
78594Running "injector:css" (injector) task
78595Missing option `template`, using `dest` as template instead
78596>> Nothing changed
78597
78598Running "wiredep:target" (wiredep) task
78599
78600wodo was not injected in your file.
78601Please 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.
78602
78603Running "useminPrepare:html" (useminPrepare) task
78604Configuration changed for concat, uglify, cssmin
78605
78606Running "autoprefixer:dist" (autoprefixer) task
78607File .tmp/app/app.css created.
78608
78609Running "ngtemplates:main" (ngtemplates) task
78610>> No templates found
78611File .tmp/templates.js created.
78612Added .tmp/templates.js to <!-- build:js app/app.js -->
78613
78614Running "ngtemplates:tmp" (ngtemplates) task
78615File .tmp/tmp-templates.js created.
78616Added .tmp/tmp-templates.js to <!-- build:js app/app.js -->
78617
78618Running "concat:generated" (concat) task
78619File .tmp/concat/app/vendor.css created.
78620File .tmp/concat/app/app.css created.
78621File .tmp/concat/app/vendor.js created.
78622File .tmp/concat/app/app.js created.
78623
78624Running "ngAnnotate:dist" (ngAnnotate) task
78625>> 2 files successfully generated.
78626
78627Running "copy:dist" (copy) task
78628Created 136 directories, copied 982 files
78629
78630Running "cssmin:generated" (cssmin) task
78631>> Destination not written because minified CSS was empty.
78632File dist/public/app/app.css created: 155.74 kB → 128.38 kB
78633
78634Running "uglify:generated" (uglify) task
78635File dist/public/app/vendor.js created: 2.32 MB → 485.91 kB
78636File dist/public/app/app.js created: 65.58 kB → 34.58 kB
78637
78638Running "filerev:dist" (filerev) task
78639Revved 5 files
78640
78641Running "usemin:html" (usemin) task
78642Replaced 1 reference to assets
78643
78644Running "usemin:css" (usemin) task
78645Replaced 1 reference to assets
78646
78647Running "usemin:js" (usemin) task
78648Replaced 2 references to assets
78649
78650Done, without errors.
78651
78652
78653Execution Time (2015-12-29 19:37:28 UTC)
78654concurrent:dist 1.9s ▇▇▇▇ 9%
78655wiredep:target 397ms ▇ 2%
78656useminPrepare:html 280ms ▇ 1%
78657autoprefixer:dist 511ms ▇▇ 2%
78658ngAnnotate:dist 1.6s ▇▇▇▇ 8%
78659copy:dist 1.2s ▇▇▇ 6%
78660uglify:generated 14.4s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 68%
78661Total 21.1s
78662
78663 ---> 95163f1ba61c
78664Removing intermediate container 8e5368ed00aa
78665Step 9 : RUN mv server/config/local.env.sample.js server/config/local.env.js
78666 ---> Running in 1e7e9469b1a8
78667 ---> 13dea5bd915e
78668Removing intermediate container 1e7e9469b1a8
78669Step 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
78670 ---> Running in eb90fee81fc4
78671 ---> 5990cbea1ab3
78672Removing intermediate container eb90fee81fc4
78673Step 11 : RUN sed -r -i -e 's|^(\s+)root:.*,$|\1root: "/var/www/manticore.git",|g' server/config/environment/index.js
78674 ---> Running in 80d15710dd98
78675 ---> d685299fd60f
78676Removing intermediate container 80d15710dd98
78677Step 12 : RUN chown nobody:nobody /var/www/manticore.git/server/config/seed.js /var/www/manticore.git/server/config/
78678 ---> Running in 36425964bc34
78679 ---> b7a13951a0e9
78680Removing intermediate container 36425964bc34
78681Step 13 : RUN ln -s dist/public/ public
78682 ---> Running in a205ab5b40bd
78683 ---> 4fd9b181ceb5
78684Removing intermediate container a205ab5b40bd
78685Step 14 : ADD /entrypoint.sh /entrypoint.sh
78686 ---> 6dacfaa169f7
78687Removing intermediate container 853c31e0ef9a
78688Step 15 : RUN chmod a+x /entrypoint.sh
78689 ---> Running in 9c9fa1096c32
78690 ---> 4da835286bed
78691Removing intermediate container 9c9fa1096c32
78692Step 16 : ENTRYPOINT /entrypoint.sh
78693 ---> Running in 4b4517046d46
78694 ---> d1442b350fc6
78695Removing intermediate container 4b4517046d46
78696Step 17 : USER nobody
78697 ---> Running in ffb485438946
78698 ---> 34ccce75b758
78699Removing intermediate container ffb485438946
78700Step 18 : ENV NODE_PATH /usr/lib/node_modules:/var/www/manticore.git/node_modules
78701 ---> Running in 73ed636acd47
78702 ---> c00210e7d01b
78703Removing intermediate container 73ed636acd47
78704Step 19 : ENV NODE_ENV production
78705 ---> Running in c2709b24ac07
78706 ---> 1affcb79be1b
78707Removing intermediate container c2709b24ac07
78708Step 20 : CMD /bin/node /var/www/manticore.git/server/app.js
78709 ---> Running in 6a5fd4c683fe
78710 ---> 4265c7219e41
78711Removing intermediate container 6a5fd4c683fe
78712Successfully built 4265c7219e41
78713== ./03-roundcubemail ==
78714Sending build context to Docker daemon 4.608 kB
78715Sending build context to Docker daemon 4.608 kB
78716
78717Step 0 : FROM kolab/base-web-rc:latest
78718 ---> f7b852472d0e
78719Step 1 : RUN yum -y install roundcubemail roundcubemail-plugin-contextmenu roundcubemail-plugins-kolab && yum clean all
78720 ---> Using cache
78721 ---> 059077e0aa16
78722Step 2 : ADD /entrypoint.sh /entrypoint.sh
78723 ---> Using cache
78724 ---> 0f00cd74da0e
78725Step 3 : RUN chmod a+x /entrypoint.sh
78726 ---> Using cache
78727 ---> 596882cdd125
78728Successfully built 596882cdd125
78729== ./03-roundcube-next ==
78730Sending build context to Docker daemon 4.096 kB
78731Sending build context to Docker daemon 4.096 kB
78732
78733Step 0 : FROM kolab/base-nodejs:latest
78734 ---> 4a4e33caf669
78735Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
78736 ---> Using cache
78737 ---> ce02baafbe64
78738Step 2 : RUN yum -y install ruby-devel rubygem-bundler && yum clean all
78739 ---> Using cache
78740 ---> 30f80613ff4a
78741Step 3 : RUN npm install --verbose -g ember-cli && rm -rf /root/.npm/
78742 ---> Using cache
78743 ---> 62445b8c561a
78744Step 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/
78745 ---> Using cache
78746 ---> d3175672ac46
78747Step 5 : WORKDIR /var/www/roundcube-shell.git/
78748 ---> Using cache
78749 ---> f335e874aa23
78750Step 6 : RUN npm install --verbose && rm -rf /root/.npm/
78751 ---> Using cache
78752 ---> 1d4437e1a074
78753Step 7 : RUN bower --allow-root install
78754 ---> Using cache
78755 ---> 94258e5005b7
78756Step 8 : RUN sed -i -e '/ES6 only/,+19d' node_modules/jscs/lib/config/configuration.js
78757 ---> Using cache
78758 ---> 83e3b71d8605
78759Step 9 : ADD /entrypoint.sh /entrypoint.sh
78760 ---> Using cache
78761 ---> 972a2a797779
78762Step 10 : RUN chmod a+x /entrypoint.sh
78763 ---> Using cache
78764 ---> 85677e2eba79
78765Step 11 : CMD ember server --live-reload=false
78766 ---> Using cache
78767 ---> 747b2438714b
78768Successfully built 747b2438714b
78769== ./03-submission ==
78770Sending build context to Docker daemon 2.048 kB
78771Sending build context to Docker daemon 2.048 kB
78772
78773Step 0 : FROM kolab/base-mx:latest
78774 ---> da4440c2d3b2
78775Step 1 : RUN yum -y install kolab-saslauthd && yum clean all
78776 ---> Using cache
78777 ---> 75470a543d01
78778Step 2 : EXPOSE 587
78779 ---> Using cache
78780 ---> 0c7e3c04331c
78781Successfully built 0c7e3c04331c
78782== ./03-syncroton ==
78783Sending build context to Docker daemon 3.072 kB
78784Sending build context to Docker daemon 3.072 kB
78785
78786Step 0 : FROM kolab/base-web-rc:latest
78787 ---> f7b852472d0e
78788Step 1 : RUN yum -y install kolab-syncroton && yum clean all
78789 ---> Using cache
78790 ---> cd131c60213a
78791Step 2 : ADD /entrypoint.sh /entrypoint.sh
78792 ---> Using cache
78793 ---> df6450464797
78794Step 3 : RUN chmod a+x /entrypoint.sh
78795 ---> Using cache
78796 ---> f4371ad8f906
78797Successfully built f4371ad8f906
78798== ./03-wallace ==
78799Sending build context to Docker daemon 3.584 kB
78800Sending build context to Docker daemon 3.584 kB
78801
78802Step 0 : FROM kolab/base:latest
78803 ---> 080b3c487c63
78804Step 1 : RUN yum -y install wallace && yum clean all
78805 ---> Using cache
78806 ---> 5549c6a55fbf
78807Step 2 : ADD /entrypoint.sh /entrypoint.sh
78808 ---> Using cache
78809 ---> 1b68c28c28c6
78810Step 3 : RUN chmod a+x /entrypoint.sh
78811 ---> Using cache
78812 ---> 6c680a1d1827
78813Step 4 : VOLUME /var/spool/pykolab/wallace
78814 ---> Using cache
78815 ---> a9bbbc42fafc
78816Step 5 : EXPOSE 10026
78817 ---> Using cache
78818 ---> 6a62fd202608
78819Step 6 : CMD wallaced
78820 ---> Using cache
78821 ---> bf85be19fce5
78822Successfully built bf85be19fce5
78823== ./03-webadmin ==
78824Sending build context to Docker daemon 4.608 kB
78825Sending build context to Docker daemon 4.608 kB
78826
78827Step 0 : FROM kolab/base-web-rc:latest
78828 ---> f7b852472d0e
78829Step 1 : RUN yum -y --setopt tsflags= install kolab-webadmin && yum -y install mariadb pykolab && yum clean all
78830 ---> Using cache
78831 ---> f26cfaba9111
78832Step 2 : ADD /entrypoint.sh /entrypoint.sh
78833 ---> Using cache
78834 ---> d19c9d7db0dd
78835Step 3 : RUN chmod a+x /entrypoint.sh
78836 ---> Using cache
78837 ---> ec2fb5212069
78838Successfully built ec2fb5212069
78839== ./04-chwala-database ==
78840Sending build context to Docker daemon 2.048 kB
78841Sending build context to Docker daemon 2.048 kB
78842
78843Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
78844 ---> c65879fd90c5
78845Step 1 : RUN sed -i -r -e 's/name: mariadb/name: chwala-database/g' /application-entity/artifacts/kubernetes/*.yaml
78846 ---> Using cache
78847 ---> d1482b34f790
78848Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: chwala-database-/g' /application-entity/Nulecule
78849 ---> Using cache
78850 ---> daa38f82d80e
78851Successfully built daa38f82d80e
78852== ./04-freebusy-database ==
78853Sending build context to Docker daemon 2.048 kB
78854Sending build context to Docker daemon 2.048 kB
78855
78856Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
78857 ---> c65879fd90c5
78858Step 1 : RUN sed -i -r -e 's/name: mariadb/name: freebusy-database/g' /application-entity/artifacts/kubernetes/*.yaml
78859 ---> Using cache
78860 ---> 827ebc6c0757
78861Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: freebusy-database-/g' /application-entity/Nulecule
78862 ---> Using cache
78863 ---> 642f14e652ca
78864Successfully built 642f14e652ca
78865== ./04-irony-database ==
78866Sending build context to Docker daemon 2.048 kB
78867Sending build context to Docker daemon 2.048 kB
78868
78869Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
78870 ---> c65879fd90c5
78871Step 1 : RUN sed -i -r -e 's/name: mariadb/name: irony-database/g' /application-entity/artifacts/kubernetes/*.yaml
78872 ---> Using cache
78873 ---> dddb8c77f93e
78874Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: irony-database-/g' /application-entity/Nulecule
78875 ---> Using cache
78876 ---> 778c41ebf519
78877Successfully built 778c41ebf519
78878== ./04-roundcubemail-database ==
78879Sending build context to Docker daemon 2.048 kB
78880Sending build context to Docker daemon 2.048 kB
78881
78882Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
78883 ---> c65879fd90c5
78884Step 1 : RUN sed -i -r -e 's/name: mariadb/name: roundcubemail-database/g' /application-entity/artifacts/kubernetes/*.yaml
78885 ---> Using cache
78886 ---> 2be063c2c0bf
78887Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: roundcubemail-database-/g' /application-entity/Nulecule
78888 ---> Using cache
78889 ---> 6eaee3542dcd
78890Successfully built 6eaee3542dcd
78891== ./04-syncroton-database ==
78892Sending build context to Docker daemon 2.048 kB
78893Sending build context to Docker daemon 2.048 kB
78894
78895Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
78896 ---> c65879fd90c5
78897Step 1 : RUN sed -i -r -e 's/name: mariadb/name: syncroton-database/g' /application-entity/artifacts/kubernetes/*.yaml
78898 ---> Using cache
78899 ---> cc4e52f635fa
78900Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: syncroton-database-/g' /application-entity/Nulecule
78901 ---> Using cache
78902 ---> 22befee882ef
78903Successfully built 22befee882ef
78904== ./04-webadmin-database ==
78905Sending build context to Docker daemon 2.048 kB
78906Sending build context to Docker daemon 2.048 kB
78907
78908Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
78909 ---> c65879fd90c5
78910Step 1 : RUN sed -i -r -e 's/name: mariadb/name: webadmin-database/g' /application-entity/artifacts/kubernetes/*.yaml
78911 ---> Using cache
78912 ---> 28f3f0e8a5ef
78913Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: webadmin-database-/g' /application-entity/Nulecule
78914 ---> Using cache
78915 ---> 239009bc90eb
78916Successfully built 239009bc90eb
78917== ./05-asav-in-atomicapp ==
78918Sending build context to Docker daemon 9.216 kB
78919Sending build context to Docker daemon 9.216 kB
78920
78921Step 0 : FROM projectatomic/atomicapp:0.3.0
78922 ---> d31c1e84399e
78923Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
78924 ---> Using cache
78925 ---> d72b8c927412
78926Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
78927 ---> Using cache
78928 ---> 17740266e825
78929Step 3 : ADD /Nulecule /Dockerfile /application-entity/
78930 ---> Using cache
78931 ---> 55e7d6a5f86d
78932Step 4 : ADD /artifacts /application-entity/artifacts/
78933 ---> Using cache
78934 ---> e8841e58616d
78935Successfully built e8841e58616d
78936== ./05-asav-out-atomicapp ==
78937Sending build context to Docker daemon 9.216 kB
78938Sending build context to Docker daemon 9.216 kB
78939
78940Step 0 : FROM projectatomic/atomicapp:0.3.0
78941 ---> d31c1e84399e
78942Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
78943 ---> Using cache
78944 ---> d72b8c927412
78945Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
78946 ---> Using cache
78947 ---> 17740266e825
78948Step 3 : ADD /Nulecule /Dockerfile /application-entity/
78949 ---> Using cache
78950 ---> cda390b0a228
78951Step 4 : ADD /artifacts /application-entity/artifacts/
78952 ---> Using cache
78953 ---> e88f39dfb43b
78954Successfully built e88f39dfb43b
78955== ./05-chwala-atomicapp ==
78956Sending build context to Docker daemon 10.24 kB
78957Sending build context to Docker daemon 10.24 kB
78958
78959Step 0 : FROM projectatomic/atomicapp:0.3.0
78960 ---> d31c1e84399e
78961Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
78962 ---> Using cache
78963 ---> d72b8c927412
78964Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
78965 ---> Using cache
78966 ---> 17740266e825
78967Step 3 : ADD /Nulecule /Dockerfile /application-entity/
78968 ---> Using cache
78969 ---> bcdd1bc1b733
78970Step 4 : ADD /artifacts /application-entity/artifacts/
78971 ---> Using cache
78972 ---> 0b6e299e3a0c
78973Successfully built 0b6e299e3a0c
78974== ./05-ext-mx-in-atomicapp ==
78975Sending build context to Docker daemon 12.29 kB
78976Sending build context to Docker daemon 12.29 kB
78977
78978Step 0 : FROM projectatomic/atomicapp:0.3.0
78979 ---> d31c1e84399e
78980Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
78981 ---> Using cache
78982 ---> d72b8c927412
78983Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
78984 ---> Using cache
78985 ---> 17740266e825
78986Step 3 : ADD /Nulecule /Dockerfile /application-entity/
78987 ---> Using cache
78988 ---> 3c3cb8af2d79
78989Step 4 : ADD /artifacts /application-entity/artifacts/
78990 ---> Using cache
78991 ---> 41b7c080a3e2
78992Successfully built 41b7c080a3e2
78993== ./05-ext-mx-out-atomicapp ==
78994Sending build context to Docker daemon 10.75 kB
78995Sending build context to Docker daemon 10.75 kB
78996
78997Step 0 : FROM projectatomic/atomicapp:0.3.0
78998 ---> d31c1e84399e
78999Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79000 ---> Using cache
79001 ---> d72b8c927412
79002Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79003 ---> Using cache
79004 ---> 17740266e825
79005Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79006 ---> Using cache
79007 ---> 6ccffacf697e
79008Step 4 : ADD /artifacts /application-entity/artifacts/
79009 ---> Using cache
79010 ---> 9102a07e08fc
79011Successfully built 9102a07e08fc
79012== ./05-freebusy-atomicapp ==
79013Sending build context to Docker daemon 12.29 kB
79014Sending build context to Docker daemon 12.29 kB
79015
79016Step 0 : FROM projectatomic/atomicapp:0.3.0
79017 ---> d31c1e84399e
79018Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79019 ---> Using cache
79020 ---> d72b8c927412
79021Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79022 ---> Using cache
79023 ---> 17740266e825
79024Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79025 ---> Using cache
79026 ---> fb1c65b46816
79027Step 4 : ADD /artifacts /application-entity/artifacts/
79028 ---> Using cache
79029 ---> 93a62b17b984
79030Successfully built 93a62b17b984
79031== ./05-guam-atomicapp ==
79032Sending build context to Docker daemon 13.82 kB
79033Sending build context to Docker daemon 13.82 kB
79034
79035Step 0 : FROM projectatomic/atomicapp:0.3.0
79036 ---> d31c1e84399e
79037Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79038 ---> Using cache
79039 ---> d72b8c927412
79040Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79041 ---> Using cache
79042 ---> 17740266e825
79043Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79044 ---> Using cache
79045 ---> 5b1e9e810284
79046Step 4 : ADD /artifacts /application-entity/artifacts/
79047 ---> Using cache
79048 ---> 52fa28b48945
79049Successfully built 52fa28b48945
79050== ./05-imapb-atomicapp ==
79051Sending build context to Docker daemon 10.24 kB
79052Sending build context to Docker daemon 10.24 kB
79053
79054Step 0 : FROM projectatomic/atomicapp:0.3.0
79055 ---> d31c1e84399e
79056Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79057 ---> Using cache
79058 ---> d72b8c927412
79059Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79060 ---> Using cache
79061 ---> 17740266e825
79062Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79063 ---> Using cache
79064 ---> c88b72083fee
79065Step 4 : ADD /artifacts /application-entity/artifacts/
79066 ---> Using cache
79067 ---> 4ffb52968da4
79068Successfully built 4ffb52968da4
79069== ./05-imapf-ext-atomicapp ==
79070Sending build context to Docker daemon 11.78 kB
79071Sending build context to Docker daemon 11.78 kB
79072
79073Step 0 : FROM projectatomic/atomicapp:0.3.0
79074 ---> d31c1e84399e
79075Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79076 ---> Using cache
79077 ---> d72b8c927412
79078Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79079 ---> Using cache
79080 ---> 17740266e825
79081Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79082 ---> Using cache
79083 ---> de41bd764082
79084Step 4 : ADD /artifacts /application-entity/artifacts/
79085 ---> Using cache
79086 ---> 21a6ad48c887
79087Successfully built 21a6ad48c887
79088== ./05-imapf-int-atomicapp ==
79089Sending build context to Docker daemon 11.78 kB
79090Sending build context to Docker daemon 11.78 kB
79091
79092Step 0 : FROM projectatomic/atomicapp:0.3.0
79093 ---> d31c1e84399e
79094Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79095 ---> Using cache
79096 ---> d72b8c927412
79097Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79098 ---> Using cache
79099 ---> 17740266e825
79100Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79101 ---> Using cache
79102 ---> 8deaa89c9bf9
79103Step 4 : ADD /artifacts /application-entity/artifacts/
79104 ---> Using cache
79105 ---> 22ee01c04e50
79106Successfully built 22ee01c04e50
79107== ./05-imap-mupdate-atomicapp ==
79108Sending build context to Docker daemon 10.75 kB
79109Sending build context to Docker daemon 10.75 kB
79110
79111Step 0 : FROM projectatomic/atomicapp:0.3.0
79112 ---> d31c1e84399e
79113Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79114 ---> Using cache
79115 ---> d72b8c927412
79116Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79117 ---> Using cache
79118 ---> 17740266e825
79119Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79120 ---> Using cache
79121 ---> 14118aa6bd51
79122Step 4 : ADD /artifacts /application-entity/artifacts/
79123 ---> Using cache
79124 ---> 6b8f27cc69f3
79125Successfully built 6b8f27cc69f3
79126== ./05-int-mx-atomicapp ==
79127Sending build context to Docker daemon 12.29 kB
79128Sending build context to Docker daemon 12.29 kB
79129
79130Step 0 : FROM projectatomic/atomicapp:0.3.0
79131 ---> d31c1e84399e
79132Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79133 ---> Using cache
79134 ---> d72b8c927412
79135Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79136 ---> Using cache
79137 ---> 17740266e825
79138Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79139 ---> Using cache
79140 ---> b4c2596262bc
79141Step 4 : ADD /artifacts /application-entity/artifacts/
79142 ---> Using cache
79143 ---> ae8c352b23f9
79144Successfully built ae8c352b23f9
79145== ./05-irony-atomicapp ==
79146Sending build context to Docker daemon 10.24 kB
79147Sending build context to Docker daemon 10.24 kB
79148
79149Step 0 : FROM projectatomic/atomicapp:0.3.0
79150 ---> d31c1e84399e
79151Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79152 ---> Using cache
79153 ---> d72b8c927412
79154Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79155 ---> Using cache
79156 ---> 17740266e825
79157Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79158 ---> Using cache
79159 ---> e44a08bf82e7
79160Step 4 : ADD /artifacts /application-entity/artifacts/
79161 ---> Using cache
79162 ---> 9ad902662dd9
79163Successfully built 9ad902662dd9
79164== ./05-jmap-proxy-atomicapp ==
79165Sending build context to Docker daemon 8.192 kB
79166Sending build context to Docker daemon 8.192 kB
79167
79168Step 0 : FROM projectatomic/atomicapp:0.3.0
79169 ---> d31c1e84399e
79170Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79171 ---> Using cache
79172 ---> d72b8c927412
79173Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79174 ---> Using cache
79175 ---> 17740266e825
79176Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79177 ---> Using cache
79178 ---> 849e0e5e2be5
79179Step 4 : ADD /artifacts /application-entity/artifacts/
79180 ---> Using cache
79181 ---> 5b60cf5c19d2
79182Successfully built 5b60cf5c19d2
79183== ./05-ldap-master-atomicapp ==
79184Sending build context to Docker daemon 11.78 kB
79185Sending build context to Docker daemon 11.78 kB
79186
79187Step 0 : FROM projectatomic/atomicapp:0.3.0
79188 ---> d31c1e84399e
79189Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79190 ---> Using cache
79191 ---> d72b8c927412
79192Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79193 ---> Using cache
79194 ---> 17740266e825
79195Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79196 ---> Using cache
79197 ---> 65146c18a14a
79198Step 4 : ADD /artifacts /application-entity/artifacts/
79199 ---> Using cache
79200 ---> f3aa3c2a52f3
79201Successfully built f3aa3c2a52f3
79202== ./05-ldap-slave-atomicapp ==
79203Sending build context to Docker daemon 9.216 kB
79204Sending build context to Docker daemon 9.216 kB
79205
79206Step 0 : FROM projectatomic/atomicapp:0.3.0
79207 ---> d31c1e84399e
79208Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79209 ---> Using cache
79210 ---> d72b8c927412
79211Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79212 ---> Using cache
79213 ---> 17740266e825
79214Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79215 ---> Using cache
79216 ---> 8fb30ccde817
79217Step 4 : ADD /artifacts /application-entity/artifacts/
79218 ---> Using cache
79219 ---> 681fec845772
79220Successfully built 681fec845772
79221== ./05-manticore-atomicapp ==
79222Sending build context to Docker daemon 10.75 kB
79223Sending build context to Docker daemon 10.75 kB
79224
79225Step 0 : FROM projectatomic/atomicapp:0.3.0
79226 ---> d31c1e84399e
79227Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79228 ---> Using cache
79229 ---> d72b8c927412
79230Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79231 ---> Using cache
79232 ---> 17740266e825
79233Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79234 ---> Using cache
79235 ---> 26272b502af9
79236Step 4 : ADD /artifacts /application-entity/artifacts/
79237 ---> Using cache
79238 ---> 057ecabf659f
79239Successfully built 057ecabf659f
79240== ./05-roundcubemail-atomicapp ==
79241Sending build context to Docker daemon 11.26 kB
79242Sending build context to Docker daemon 11.26 kB
79243
79244Step 0 : FROM projectatomic/atomicapp:0.3.0
79245 ---> d31c1e84399e
79246Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79247 ---> Using cache
79248 ---> d72b8c927412
79249Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79250 ---> Using cache
79251 ---> 17740266e825
79252Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79253 ---> Using cache
79254 ---> 130cc85c4f59
79255Step 4 : ADD /artifacts /application-entity/artifacts/
79256 ---> Using cache
79257 ---> a6c556edf56f
79258Successfully built a6c556edf56f
79259== ./05-roundcube-next-atomicapp ==
79260Sending build context to Docker daemon 10.24 kB
79261Sending build context to Docker daemon 10.24 kB
79262
79263Step 0 : FROM projectatomic/atomicapp:0.3.0
79264 ---> d31c1e84399e
79265Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79266 ---> Using cache
79267 ---> d72b8c927412
79268Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79269 ---> Using cache
79270 ---> 17740266e825
79271Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79272 ---> Using cache
79273 ---> a218fa11e342
79274Step 4 : ADD /artifacts /application-entity/artifacts/
79275 ---> Using cache
79276 ---> bd54728e7d17
79277Successfully built bd54728e7d17
79278== ./05-submission-atomicapp ==
79279Sending build context to Docker daemon 9.216 kB
79280Sending build context to Docker daemon 9.216 kB
79281
79282Step 0 : FROM projectatomic/atomicapp:0.3.0
79283 ---> d31c1e84399e
79284Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79285 ---> Using cache
79286 ---> d72b8c927412
79287Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79288 ---> Using cache
79289 ---> 17740266e825
79290Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79291 ---> Using cache
79292 ---> e0a24548a97c
79293Step 4 : ADD /artifacts /application-entity/artifacts/
79294 ---> Using cache
79295 ---> cad0b5ad9a0e
79296Successfully built cad0b5ad9a0e
79297== ./05-syncroton-atomicapp ==
79298Sending build context to Docker daemon 10.75 kB
79299Sending build context to Docker daemon 10.75 kB
79300
79301Step 0 : FROM projectatomic/atomicapp:0.3.0
79302 ---> d31c1e84399e
79303Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79304 ---> Using cache
79305 ---> d72b8c927412
79306Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79307 ---> Using cache
79308 ---> 17740266e825
79309Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79310 ---> Using cache
79311 ---> 158e79ea4735
79312Step 4 : ADD /artifacts /application-entity/artifacts/
79313 ---> Using cache
79314 ---> 0ec07408f109
79315Successfully built 0ec07408f109
79316== ./05-wallace-atomicapp ==
79317Sending build context to Docker daemon 9.728 kB
79318Sending build context to Docker daemon 9.728 kB
79319
79320Step 0 : FROM projectatomic/atomicapp:0.3.0
79321 ---> d31c1e84399e
79322Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79323 ---> Using cache
79324 ---> d72b8c927412
79325Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79326 ---> Using cache
79327 ---> 17740266e825
79328Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79329 ---> Using cache
79330 ---> 15e3f7cc8d2f
79331Step 4 : ADD /artifacts /application-entity/artifacts/
79332 ---> Using cache
79333 ---> 51d4d77478d4
79334Successfully built 51d4d77478d4
79335== ./05-webadmin-atomicapp ==
79336Sending build context to Docker daemon 11.78 kB
79337Sending build context to Docker daemon 11.78 kB
79338
79339Step 0 : FROM projectatomic/atomicapp:0.3.0
79340 ---> d31c1e84399e
79341Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
79342 ---> Using cache
79343 ---> d72b8c927412
79344Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
79345 ---> Using cache
79346 ---> 17740266e825
79347Step 3 : ADD /Nulecule /Dockerfile /application-entity/
79348 ---> Using cache
79349 ---> d05264feb963
79350Step 4 : ADD /artifacts /application-entity/artifacts/
79351 ---> Using cache
79352 ---> f692eb3bd257
79353Successfully built f692eb3bd257
79354== ./99-ci-maipo ==
79355Sending build context to Docker daemon 37.89 kB
79356Sending build context to Docker daemon 37.89 kB
79357
79358Step 0 : FROM centos:centos7
79359 ---> 14dab3d40372
79360Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
79361 ---> Using cache
79362 ---> 0f9fdc781e39
79363Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
79364
79365 ---> Using cache
79366 ---> f4b4d29700cd
79367Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo /etc/yum.repos.d/Kolab:3.4.repo
79368
79369 ---> Using cache
79370 ---> 45db61ec4b57
79371Step 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
79372
79373 ---> Using cache
79374 ---> c5ee0db43eb9
79375Step 5 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
79376 ---> Using cache
79377 ---> 4390550ae759
79378Step 6 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
79379 ---> Using cache
79380 ---> db0366be7ef4
79381Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
79382 ---> Using cache
79383 ---> ec072306c57f
79384Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
79385 ---> Using cache
79386 ---> a92f6a5cb638
79387Step 9 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
79388
79389 ---> Using cache
79390 ---> 42c581e156c5
79391Step 10 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
79392 ---> Using cache
79393 ---> c4b737105f78
79394Step 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
79395 ---> Using cache
79396 ---> 9ef30f56fe00
79397Step 12 : ENV IMAGE maipo
79398 ---> Using cache
79399 ---> 33e0106d21aa
79400Step 13 : ADD /dbus.service /etc/systemd/system/dbus.service
79401 ---> Using cache
79402 ---> 97a00aeda758
79403Step 14 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
79404 ---> Using cache
79405 ---> 20cfeebf1378
79406Step 15 : ADD /httpd.service /etc/systemd/system/httpd.service
79407 ---> Using cache
79408 ---> 8be8ecfef1e4
79409Step 16 : ADD /systemctl /usr/bin/systemctl
79410 ---> Using cache
79411 ---> 362ceb6e924e
79412Step 17 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
79413 ---> Using cache
79414 ---> a8affbd8a4db
79415Step 18 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
79416 ---> Using cache
79417 ---> 56fe45bf33d8
79418Step 19 : ADD /vimrc /root/.vimrc
79419 ---> Using cache
79420 ---> 2854ae57ff06
79421Step 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
79422 ---> Using cache
79423 ---> 59c0403506f6
79424Step 21 : RUN sed -i -e '/requiretty/d' /etc/sudoers
79425 ---> Using cache
79426 ---> 17ae6806ae60
79427Step 22 : WORKDIR /srv
79428 ---> Using cache
79429 ---> 81667362b1e1
79430Step 23 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
79431 ---> Using cache
79432 ---> c663e2c33be9
79433Step 24 : WORKDIR /srv/closure-compiler.git
79434 ---> Using cache
79435 ---> 78c69d8a6896
79436Step 25 : RUN ant jar
79437 ---> Using cache
79438 ---> 7d37e840b599
79439Step 26 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
79440 ---> Running in 2c0dd39e3826
79441--2015-12-29 19:41:53-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
79442Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
79443Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
79444HTTP request sent, awaiting response... 200 OK
79445Length: 31750379 (30M) [application/x-java-archive]
79446Saving to: '/usr/local/lib/selenium-server-standalone.jar'
79447
79448 0K .......... .......... .......... .......... .......... 0% 49.4M 1s
79449 50K .......... .......... .......... .......... .......... 0% 108M 0s
79450 100K .......... .......... .......... .......... .......... 0% 23.6M 1s
79451 150K .......... .......... .......... .......... .......... 0% 24.7M 1s
79452 200K .......... .......... .......... .......... .......... 0% 33.6M 1s
79453 250K .......... .......... .......... .......... .......... 0% 29.3M 1s
79454 300K .......... .......... .......... .......... .......... 1% 44.2M 1s
79455 350K .......... .......... .......... .......... .......... 1% 36.4M 1s
79456 400K .......... .......... .......... .......... .......... 1% 43.9M 1s
79457 450K .......... .......... .......... .......... .......... 1% 56.5M 1s
79458 500K .......... .......... .......... .......... .......... 1% 60.6M 1s
79459 550K .......... .......... .......... .......... .......... 1% 52.4M 1s
79460 600K .......... .......... .......... .......... .......... 2% 62.4M 1s
79461 650K .......... .......... .......... .......... .......... 2% 54.4M 1s
79462 700K .......... .......... .......... .......... .......... 2% 64.0M 1s
79463 750K .......... .......... .......... .......... .......... 2% 80.1M 1s
79464 800K .......... .......... .......... .......... .......... 2% 47.0M 1s
79465 850K .......... .......... .......... .......... .......... 2% 74.6M 1s
79466 900K .......... .......... .......... .......... .......... 3% 49.8M 1s
79467 950K .......... .......... .......... .......... .......... 3% 80.7M 1s
79468 1000K .......... .......... .......... .......... .......... 3% 66.9M 1s
79469 1050K .......... .......... .......... .......... .......... 3% 62.4M 1s
79470 1100K .......... .......... .......... .......... .......... 3% 55.7M 1s
79471 1150K .......... .......... .......... .......... .......... 3% 64.7M 1s
79472 1200K .......... .......... .......... .......... .......... 4% 51.4M 1s
79473 1250K .......... .......... .......... .......... .......... 4% 74.0M 1s
79474 1300K .......... .......... .......... .......... .......... 4% 56.4M 1s
79475 1350K .......... .......... .......... .......... .......... 4% 55.5M 1s
79476 1400K .......... .......... .......... .......... .......... 4% 37.0M 1s
79477 1450K .......... .......... .......... .......... .......... 4% 34.4M 1s
79478 1500K .......... .......... .......... .......... .......... 4% 54.0M 1s
79479 1550K .......... .......... .......... .......... .......... 5% 216M 1s
79480 1600K .......... .......... .......... .......... .......... 5% 42.6M 1s
79481 1650K .......... .......... .......... .......... .......... 5% 50.5M 1s
79482 1700K .......... .......... .......... .......... .......... 5% 45.6M 1s
79483 1750K .......... .......... .......... .......... .......... 5% 49.9M 1s
79484 1800K .......... .......... .......... .......... .......... 5% 45.7M 1s
79485 1850K .......... .......... .......... .......... .......... 6% 27.0M 1s
79486 1900K .......... .......... .......... .......... .......... 6% 162M 1s
79487 1950K .......... .......... .......... .......... .......... 6% 295M 1s
79488 2000K .......... .......... .......... .......... .......... 6% 20.9M 1s
79489 2050K .......... .......... .......... .......... .......... 6% 68.6M 1s
79490 2100K .......... .......... .......... .......... .......... 6% 87.7M 1s
79491 2150K .......... .......... .......... .......... .......... 7% 121M 1s
79492 2200K .......... .......... .......... .......... .......... 7% 192M 1s
79493 2250K .......... .......... .......... .......... .......... 7% 85.3M 1s
79494 2300K .......... .......... .......... .......... .......... 7% 88.5M 1s
79495 2350K .......... .......... .......... .......... .......... 7% 110M 1s
79496 2400K .......... .......... .......... .......... .......... 7% 60.5M 1s
79497 2450K .......... .......... .......... .......... .......... 8% 73.1M 1s
79498 2500K .......... .......... .......... .......... .......... 8% 75.0M 1s
79499 2550K .......... .......... .......... .......... .......... 8% 75.3M 1s
79500 2600K .......... .......... .......... .......... .......... 8% 53.6M 1s
79501 2650K .......... .......... .......... .......... .......... 8% 54.2M 1s
79502 2700K .......... .......... .......... .......... .......... 8% 32.0M 1s
79503 2750K .......... .......... .......... .......... .......... 9% 258M 1s
79504 2800K .......... .......... .......... .......... .......... 9% 52.2M 1s
79505 2850K .......... .......... .......... .......... .......... 9% 230M 1s
79506 2900K .......... .......... .......... .......... .......... 9% 46.9M 1s
79507 2950K .......... .......... .......... .......... .......... 9% 52.3M 1s
79508 3000K .......... .......... .......... .......... .......... 9% 76.7M 1s
79509 3050K .......... .......... .......... .......... .......... 9% 66.4M 1s
79510 3100K .......... .......... .......... .......... .......... 10% 74.7M 0s
79511 3150K .......... .......... .......... .......... .......... 10% 66.6M 0s
79512 3200K .......... .......... .......... .......... .......... 10% 51.8M 0s
79513 3250K .......... .......... .......... .......... .......... 10% 54.5M 0s
79514 3300K .......... .......... .......... .......... .......... 10% 83.8M 0s
79515 3350K .......... .......... .......... .......... .......... 10% 64.4M 0s
79516 3400K .......... .......... .......... .......... .......... 11% 29.4M 0s
79517 3450K .......... .......... .......... .......... .......... 11% 189M 0s
79518 3500K .......... .......... .......... .......... .......... 11% 53.0M 0s
79519 3550K .......... .......... .......... .......... .......... 11% 27.2M 0s
79520 3600K .......... .......... .......... .......... .......... 11% 193M 0s
79521 3650K .......... .......... .......... .......... .......... 11% 325M 0s
79522 3700K .......... .......... .......... .......... .......... 12% 24.9M 0s
79523 3750K .......... .......... .......... .......... .......... 12% 297M 0s
79524 3800K .......... .......... .......... .......... .......... 12% 287M 0s
79525 3850K .......... .......... .......... .......... .......... 12% 24.9M 0s
79526 3900K .......... .......... .......... .......... .......... 12% 237M 0s
79527 3950K .......... .......... .......... .......... .......... 12% 27.6M 0s
79528 4000K .......... .......... .......... .......... .......... 13% 209M 0s
79529 4050K .......... .......... .......... .......... .......... 13% 248M 0s
79530 4100K .......... .......... .......... .......... .......... 13% 26.6M 0s
79531 4150K .......... .......... .......... .......... .......... 13% 265M 0s
79532 4200K .......... .......... .......... .......... .......... 13% 25.2M 0s
79533 4250K .......... .......... .......... .......... .......... 13% 291M 0s
79534 4300K .......... .......... .......... .......... .......... 14% 261M 0s
79535 4350K .......... .......... .......... .......... .......... 14% 25.0M 0s
79536 4400K .......... .......... .......... .......... .......... 14% 241M 0s
79537 4450K .......... .......... .......... .......... .......... 14% 28.6M 0s
79538 4500K .......... .......... .......... .......... .......... 14% 271M 0s
79539 4550K .......... .......... .......... .......... .......... 14% 324M 0s
79540 4600K .......... .......... .......... .......... .......... 14% 16.7M 0s
79541 4650K .......... .......... .......... .......... .......... 15% 171M 0s
79542 4700K .......... .......... .......... .......... .......... 15% 172M 0s
79543 4750K .......... .......... .......... .......... .......... 15% 217M 0s
79544 4800K .......... .......... .......... .......... .......... 15% 228M 0s
79545 4850K .......... .......... .......... .......... .......... 15% 208M 0s
79546 4900K .......... .......... .......... .......... .......... 15% 104M 0s
79547 4950K .......... .......... .......... .......... .......... 16% 50.6M 0s
79548 5000K .......... .......... .......... .......... .......... 16% 25.5M 0s
79549 5050K .......... .......... .......... .......... .......... 16% 217M 0s
79550 5100K .......... .......... .......... .......... .......... 16% 17.1M 0s
79551 5150K .......... .......... .......... .......... .......... 16% 297M 0s
79552 5200K .......... .......... .......... .......... .......... 16% 255M 0s
79553 5250K .......... .......... .......... .......... .......... 17% 263M 0s
79554 5300K .......... .......... .......... .......... .......... 17% 30.4M 0s
79555 5350K .......... .......... .......... .......... .......... 17% 213M 0s
79556 5400K .......... .......... .......... .......... .......... 17% 70.4M 0s
79557 5450K .......... .......... .......... .......... .......... 17% 16.1M 0s
79558 5500K .......... .......... .......... .......... .......... 17% 251M 0s
79559 5550K .......... .......... .......... .......... .......... 18% 252M 0s
79560 5600K .......... .......... .......... .......... .......... 18% 191M 0s
79561 5650K .......... .......... .......... .......... .......... 18% 204M 0s
79562 5700K .......... .......... .......... .......... .......... 18% 220M 0s
79563 5750K .......... .......... .......... .......... .......... 18% 124M 0s
79564 5800K .......... .......... .......... .......... .......... 18% 54.1M 0s
79565 5850K .......... .......... .......... .......... .......... 19% 61.8M 0s
79566 5900K .......... .......... .......... .......... .......... 19% 52.6M 0s
79567 5950K .......... .......... .......... .......... .......... 19% 50.8M 0s
79568 6000K .......... .......... .......... .......... .......... 19% 13.1M 0s
79569 6050K .......... .......... .......... .......... .......... 19% 168M 0s
79570 6100K .......... .......... .......... .......... .......... 19% 297M 0s
79571 6150K .......... .......... .......... .......... .......... 19% 327M 0s
79572 6200K .......... .......... .......... .......... .......... 20% 206M 0s
79573 6250K .......... .......... .......... .......... .......... 20% 260M 0s
79574 6300K .......... .......... .......... .......... .......... 20% 14.8M 0s
79575 6350K .......... .......... .......... .......... .......... 20% 245M 0s
79576 6400K .......... .......... .......... .......... .......... 20% 213M 0s
79577 6450K .......... .......... .......... .......... .......... 20% 191M 0s
79578 6500K .......... .......... .......... .......... .......... 21% 233M 0s
79579 6550K .......... .......... .......... .......... .......... 21% 216M 0s
79580 6600K .......... .......... .......... .......... .......... 21% 187M 0s
79581 6650K .......... .......... .......... .......... .......... 21% 69.2M 0s
79582 6700K .......... .......... .......... .......... .......... 21% 24.9M 0s
79583 6750K .......... .......... .......... .......... .......... 21% 45.8M 0s
79584 6800K .......... .......... .......... .......... .......... 22% 31.4M 0s
79585 6850K .......... .......... .......... .......... .......... 22% 47.9M 0s
79586 6900K .......... .......... .......... .......... .......... 22% 29.9M 0s
79587 6950K .......... .......... .......... .......... .......... 22% 65.8M 0s
79588 7000K .......... .......... .......... .......... .......... 22% 25.4M 0s
79589 7050K .......... .......... .......... .......... .......... 22% 70.2M 0s
79590 7100K .......... .......... .......... .......... .......... 23% 82.2M 0s
79591 7150K .......... .......... .......... .......... .......... 23% 59.6M 0s
79592 7200K .......... .......... .......... .......... .......... 23% 115M 0s
79593 7250K .......... .......... .......... .......... .......... 23% 97.1M 0s
79594 7300K .......... .......... .......... .......... .......... 23% 107M 0s
79595 7350K .......... .......... .......... .......... .......... 23% 162M 0s
79596 7400K .......... .......... .......... .......... .......... 24% 96.7M 0s
79597 7450K .......... .......... .......... .......... .......... 24% 122M 0s
79598 7500K .......... .......... .......... .......... .......... 24% 121M 0s
79599 7550K .......... .......... .......... .......... .......... 24% 111M 0s
79600 7600K .......... .......... .......... .......... .......... 24% 91.2M 0s
79601 7650K .......... .......... .......... .......... .......... 24% 148M 0s
79602 7700K .......... .......... .......... .......... .......... 24% 154M 0s
79603 7750K .......... .......... .......... .......... .......... 25% 57.1M 0s
79604 7800K .......... .......... .......... .......... .......... 25% 47.5M 0s
79605 7850K .......... .......... .......... .......... .......... 25% 48.9M 0s
79606 7900K .......... .......... .......... .......... .......... 25% 34.3M 0s
79607 7950K .......... .......... .......... .......... .......... 25% 233M 0s
79608 8000K .......... .......... .......... .......... .......... 25% 34.2M 0s
79609 8050K .......... .......... .......... .......... .......... 26% 191M 0s
79610 8100K .......... .......... .......... .......... .......... 26% 15.0M 0s
79611 8150K .......... .......... .......... .......... .......... 26% 88.5M 0s
79612 8200K .......... .......... .......... .......... .......... 26% 64.8M 0s
79613 8250K .......... .......... .......... .......... .......... 26% 105M 0s
79614 8300K .......... .......... .......... .......... .......... 26% 137M 0s
79615 8350K .......... .......... .......... .......... .......... 27% 88.2M 0s
79616 8400K .......... .......... .......... .......... .......... 27% 78.5M 0s
79617 8450K .......... .......... .......... .......... .......... 27% 111M 0s
79618 8500K .......... .......... .......... .......... .......... 27% 65.6M 0s
79619 8550K .......... .......... .......... .......... .......... 27% 141M 0s
79620 8600K .......... .......... .......... .......... .......... 27% 62.0M 0s
79621 8650K .......... .......... .......... .......... .......... 28% 96.9M 0s
79622 8700K .......... .......... .......... .......... .......... 28% 84.4M 0s
79623 8750K .......... .......... .......... .......... .......... 28% 43.9M 0s
79624 8800K .......... .......... .......... .......... .......... 28% 133M 0s
79625 8850K .......... .......... .......... .......... .......... 28% 53.0M 0s
79626 8900K .......... .......... .......... .......... .......... 28% 69.9M 0s
79627 8950K .......... .......... .......... .......... .......... 29% 189M 0s
79628 9000K .......... .......... .......... .......... .......... 29% 247M 0s
79629 9050K .......... .......... .......... .......... .......... 29% 49.8M 0s
79630 9100K .......... .......... .......... .......... .......... 29% 64.7M 0s
79631 9150K .......... .......... .......... .......... .......... 29% 53.1M 0s
79632 9200K .......... .......... .......... .......... .......... 29% 20.8M 0s
79633 9250K .......... .......... .......... .......... .......... 29% 45.5M 0s
79634 9300K .......... .......... .......... .......... .......... 30% 54.9M 0s
79635 9350K .......... .......... .......... .......... .......... 30% 81.6M 0s
79636 9400K .......... .......... .......... .......... .......... 30% 63.3M 0s
79637 9450K .......... .......... .......... .......... .......... 30% 98.9M 0s
79638 9500K .......... .......... .......... .......... .......... 30% 86.1M 0s
79639 9550K .......... .......... .......... .......... .......... 30% 111M 0s
79640 9600K .......... .......... .......... .......... .......... 31% 91.7M 0s
79641 9650K .......... .......... .......... .......... .......... 31% 66.5M 0s
79642 9700K .......... .......... .......... .......... .......... 31% 90.0M 0s
79643 9750K .......... .......... .......... .......... .......... 31% 84.3M 0s
79644 9800K .......... .......... .......... .......... .......... 31% 52.5M 0s
79645 9850K .......... .......... .......... .......... .......... 31% 34.9M 0s
79646 9900K .......... .......... .......... .......... .......... 32% 70.7M 0s
79647 9950K .......... .......... .......... .......... .......... 32% 22.4M 0s
79648 10000K .......... .......... .......... .......... .......... 32% 148M 0s
79649 10050K .......... .......... .......... .......... .......... 32% 237M 0s
79650 10100K .......... .......... .......... .......... .......... 32% 131M 0s
79651 10150K .......... .......... .......... .......... .......... 32% 283M 0s
79652 10200K .......... .......... .......... .......... .......... 33% 37.5M 0s
79653 10250K .......... .......... .......... .......... .......... 33% 88.8M 0s
79654 10300K .......... .......... .......... .......... .......... 33% 78.2M 0s
79655 10350K .......... .......... .......... .......... .......... 33% 64.3M 0s
79656 10400K .......... .......... .......... .......... .......... 33% 17.8M 0s
79657 10450K .......... .......... .......... .......... .......... 33% 316M 0s
79658 10500K .......... .......... .......... .......... .......... 34% 309M 0s
79659 10550K .......... .......... .......... .......... .......... 34% 18.2M 0s
79660 10600K .......... .......... .......... .......... .......... 34% 195M 0s
79661 10650K .......... .......... .......... .......... .......... 34% 236M 0s
79662 10700K .......... .......... .......... .......... .......... 34% 154M 0s
79663 10750K .......... .......... .......... .......... .......... 34% 224M 0s
79664 10800K .......... .......... .......... .......... .......... 34% 304M 0s
79665 10850K .......... .......... .......... .......... .......... 35% 50.4M 0s
79666 10900K .......... .......... .......... .......... .......... 35% 64.3M 0s
79667 10950K .......... .......... .......... .......... .......... 35% 58.0M 0s
79668 11000K .......... .......... .......... .......... .......... 35% 78.4M 0s
79669 11050K .......... .......... .......... .......... .......... 35% 61.2M 0s
79670 11100K .......... .......... .......... .......... .......... 35% 26.7M 0s
79671 11150K .......... .......... .......... .......... .......... 36% 59.9M 0s
79672 11200K .......... .......... .......... .......... .......... 36% 70.5M 0s
79673 11250K .......... .......... .......... .......... .......... 36% 65.4M 0s
79674 11300K .......... .......... .......... .......... .......... 36% 66.0M 0s
79675 11350K .......... .......... .......... .......... .......... 36% 94.8M 0s
79676 11400K .......... .......... .......... .......... .......... 36% 64.0M 0s
79677 11450K .......... .......... .......... .......... .......... 37% 61.9M 0s
79678 11500K .......... .......... .......... .......... .......... 37% 87.5M 0s
79679 11550K .......... .......... .......... .......... .......... 37% 53.3M 0s
79680 11600K .......... .......... .......... .......... .......... 37% 66.5M 0s
79681 11650K .......... .......... .......... .......... .......... 37% 82.2M 0s
79682 11700K .......... .......... .......... .......... .......... 37% 63.0M 0s
79683 11750K .......... .......... .......... .......... .......... 38% 79.1M 0s
79684 11800K .......... .......... .......... .......... .......... 38% 48.1M 0s
79685 11850K .......... .......... .......... .......... .......... 38% 71.6M 0s
79686 11900K .......... .......... .......... .......... .......... 38% 25.2M 0s
79687 11950K .......... .......... .......... .......... .......... 38% 236M 0s
79688 12000K .......... .......... .......... .......... .......... 38% 16.5M 0s
79689 12050K .......... .......... .......... .......... .......... 39% 197M 0s
79690 12100K .......... .......... .......... .......... .......... 39% 206M 0s
79691 12150K .......... .......... .......... .......... .......... 39% 182M 0s
79692 12200K .......... .......... .......... .......... .......... 39% 204M 0s
79693 12250K .......... .......... .......... .......... .......... 39% 210M 0s
79694 12300K .......... .......... .......... .......... .......... 39% 301M 0s
79695 12350K .......... .......... .......... .......... .......... 39% 51.5M 0s
79696 12400K .......... .......... .......... .......... .......... 40% 35.4M 0s
79697 12450K .......... .......... .......... .......... .......... 40% 78.2M 0s
79698 12500K .......... .......... .......... .......... .......... 40% 64.1M 0s
79699 12550K .......... .......... .......... .......... .......... 40% 61.5M 0s
79700 12600K .......... .......... .......... .......... .......... 40% 52.3M 0s
79701 12650K .......... .......... .......... .......... .......... 40% 48.4M 0s
79702 12700K .......... .......... .......... .......... .......... 41% 110M 0s
79703 12750K .......... .......... .......... .......... .......... 41% 46.1M 0s
79704 12800K .......... .......... .......... .......... .......... 41% 75.5M 0s
79705 12850K .......... .......... .......... .......... .......... 41% 104M 0s
79706 12900K .......... .......... .......... .......... .......... 41% 60.2M 0s
79707 12950K .......... .......... .......... .......... .......... 41% 59.3M 0s
79708 13000K .......... .......... .......... .......... .......... 42% 24.9M 0s
79709 13050K .......... .......... .......... .......... .......... 42% 285M 0s
79710 13100K .......... .......... .......... .......... .......... 42% 165M 0s
79711 13150K .......... .......... .......... .......... .......... 42% 70.1M 0s
79712 13200K .......... .......... .......... .......... .......... 42% 53.1M 0s
79713 13250K .......... .......... .......... .......... .......... 42% 26.7M 0s
79714 13300K .......... .......... .......... .......... .......... 43% 260M 0s
79715 13350K .......... .......... .......... .......... .......... 43% 97.7M 0s
79716 13400K .......... .......... .......... .......... .......... 43% 12.7M 0s
79717 13450K .......... .......... .......... .......... .......... 43% 255M 0s
79718 13500K .......... .......... .......... .......... .......... 43% 299M 0s
79719 13550K .......... .......... .......... .......... .......... 43% 320M 0s
79720 13600K .......... .......... .......... .......... .......... 44% 276M 0s
79721 13650K .......... .......... .......... .......... .......... 44% 308M 0s
79722 13700K .......... .......... .......... .......... .......... 44% 17.7M 0s
79723 13750K .......... .......... .......... .......... .......... 44% 259M 0s
79724 13800K .......... .......... .......... .......... .......... 44% 206M 0s
79725 13850K .......... .......... .......... .......... .......... 44% 243M 0s
79726 13900K .......... .......... .......... .......... .......... 44% 232M 0s
79727 13950K .......... .......... .......... .......... .......... 45% 25.7M 0s
79728 14000K .......... .......... .......... .......... .......... 45% 52.5M 0s
79729 14050K .......... .......... .......... .......... .......... 45% 30.0M 0s
79730 14100K .......... .......... .......... .......... .......... 45% 33.5M 0s
79731 14150K .......... .......... .......... .......... .......... 45% 54.2M 0s
79732 14200K .......... .......... .......... .......... .......... 45% 101M 0s
79733 14250K .......... .......... .......... .......... .......... 46% 148M 0s
79734 14300K .......... .......... .......... .......... .......... 46% 33.5M 0s
79735 14350K .......... .......... .......... .......... .......... 46% 280M 0s
79736 14400K .......... .......... .......... .......... .......... 46% 171M 0s
79737 14450K .......... .......... .......... .......... .......... 46% 180M 0s
79738 14500K .......... .......... .......... .......... .......... 46% 269M 0s
79739 14550K .......... .......... .......... .......... .......... 47% 269M 0s
79740 14600K .......... .......... .......... .......... .......... 47% 79.5M 0s
79741 14650K .......... .......... .......... .......... .......... 47% 21.8M 0s
79742 14700K .......... .......... .......... .......... .......... 47% 249M 0s
79743 14750K .......... .......... .......... .......... .......... 47% 258M 0s
79744 14800K .......... .......... .......... .......... .......... 47% 226M 0s
79745 14850K .......... .......... .......... .......... .......... 48% 33.1M 0s
79746 14900K .......... .......... .......... .......... .......... 48% 47.6M 0s
79747 14950K .......... .......... .......... .......... .......... 48% 41.7M 0s
79748 15000K .......... .......... .......... .......... .......... 48% 38.3M 0s
79749 15050K .......... .......... .......... .......... .......... 48% 58.7M 0s
79750 15100K .......... .......... .......... .......... .......... 48% 30.0M 0s
79751 15150K .......... .......... .......... .......... .......... 49% 72.9M 0s
79752 15200K .......... .......... .......... .......... .......... 49% 84.7M 0s
79753 15250K .......... .......... .......... .......... .......... 49% 51.7M 0s
79754 15300K .......... .......... .......... .......... .......... 49% 44.1M 0s
79755 15350K .......... .......... .......... .......... .......... 49% 61.2M 0s
79756 15400K .......... .......... .......... .......... .......... 49% 67.5M 0s
79757 15450K .......... .......... .......... .......... .......... 49% 73.2M 0s
79758 15500K .......... .......... .......... .......... .......... 50% 54.6M 0s
79759 15550K .......... .......... .......... .......... .......... 50% 54.6M 0s
79760 15600K .......... .......... .......... .......... .......... 50% 74.8M 0s
79761 15650K .......... .......... .......... .......... .......... 50% 68.5M 0s
79762 15700K .......... .......... .......... .......... .......... 50% 101M 0s
79763 15750K .......... .......... .......... .......... .......... 50% 66.2M 0s
79764 15800K .......... .......... .......... .......... .......... 51% 205M 0s
79765 15850K .......... .......... .......... .......... .......... 51% 103M 0s
79766 15900K .......... .......... .......... .......... .......... 51% 58.1M 0s
79767 15950K .......... .......... .......... .......... .......... 51% 112M 0s
79768 16000K .......... .......... .......... .......... .......... 51% 90.1M 0s
79769 16050K .......... .......... .......... .......... .......... 51% 78.7M 0s
79770 16100K .......... .......... .......... .......... .......... 52% 96.0M 0s
79771 16150K .......... .......... .......... .......... .......... 52% 53.3M 0s
79772 16200K .......... .......... .......... .......... .......... 52% 96.9M 0s
79773 16250K .......... .......... .......... .......... .......... 52% 86.6M 0s
79774 16300K .......... .......... .......... .......... .......... 52% 89.1M 0s
79775 16350K .......... .......... .......... .......... .......... 52% 60.9M 0s
79776 16400K .......... .......... .......... .......... .......... 53% 75.1M 0s
79777 16450K .......... .......... .......... .......... .......... 53% 53.8M 0s
79778 16500K .......... .......... .......... .......... .......... 53% 66.6M 0s
79779 16550K .......... .......... .......... .......... .......... 53% 59.6M 0s
79780 16600K .......... .......... .......... .......... .......... 53% 60.8M 0s
79781 16650K .......... .......... .......... .......... .......... 53% 47.5M 0s
79782 16700K .......... .......... .......... .......... .......... 54% 85.3M 0s
79783 16750K .......... .......... .......... .......... .......... 54% 46.4M 0s
79784 16800K .......... .......... .......... .......... .......... 54% 50.9M 0s
79785 16850K .......... .......... .......... .......... .......... 54% 43.6M 0s
79786 16900K .......... .......... .......... .......... .......... 54% 30.5M 0s
79787 16950K .......... .......... .......... .......... .......... 54% 44.3M 0s
79788 17000K .......... .......... .......... .......... .......... 54% 46.4M 0s
79789 17050K .......... .......... .......... .......... .......... 55% 45.0M 0s
79790 17100K .......... .......... .......... .......... .......... 55% 91.6M 0s
79791 17150K .......... .......... .......... .......... .......... 55% 49.0M 0s
79792 17200K .......... .......... .......... .......... .......... 55% 72.6M 0s
79793 17250K .......... .......... .......... .......... .......... 55% 156M 0s
79794 17300K .......... .......... .......... .......... .......... 55% 51.0M 0s
79795 17350K .......... .......... .......... .......... .......... 56% 90.7M 0s
79796 17400K .......... .......... .......... .......... .......... 56% 56.4M 0s
79797 17450K .......... .......... .......... .......... .......... 56% 90.2M 0s
79798 17500K .......... .......... .......... .......... .......... 56% 89.5M 0s
79799 17550K .......... .......... .......... .......... .......... 56% 52.3M 0s
79800 17600K .......... .......... .......... .......... .......... 56% 59.7M 0s
79801 17650K .......... .......... .......... .......... .......... 57% 126M 0s
79802 17700K .......... .......... .......... .......... .......... 57% 62.3M 0s
79803 17750K .......... .......... .......... .......... .......... 57% 72.0M 0s
79804 17800K .......... .......... .......... .......... .......... 57% 115M 0s
79805 17850K .......... .......... .......... .......... .......... 57% 46.6M 0s
79806 17900K .......... .......... .......... .......... .......... 57% 55.9M 0s
79807 17950K .......... .......... .......... .......... .......... 58% 81.4M 0s
79808 18000K .......... .......... .......... .......... .......... 58% 24.8M 0s
79809 18050K .......... .......... .......... .......... .......... 58% 195M 0s
79810 18100K .......... .......... .......... .......... .......... 58% 62.1M 0s
79811 18150K .......... .......... .......... .......... .......... 58% 84.6M 0s
79812 18200K .......... .......... .......... .......... .......... 58% 36.7M 0s
79813 18250K .......... .......... .......... .......... .......... 59% 64.6M 0s
79814 18300K .......... .......... .......... .......... .......... 59% 83.3M 0s
79815 18350K .......... .......... .......... .......... .......... 59% 42.1M 0s
79816 18400K .......... .......... .......... .......... .......... 59% 56.3M 0s
79817 18450K .......... .......... .......... .......... .......... 59% 69.8M 0s
79818 18500K .......... .......... .......... .......... .......... 59% 41.7M 0s
79819 18550K .......... .......... .......... .......... .......... 59% 76.4M 0s
79820 18600K .......... .......... .......... .......... .......... 60% 79.3M 0s
79821 18650K .......... .......... .......... .......... .......... 60% 58.5M 0s
79822 18700K .......... .......... .......... .......... .......... 60% 59.0M 0s
79823 18750K .......... .......... .......... .......... .......... 60% 33.3M 0s
79824 18800K .......... .......... .......... .......... .......... 60% 55.0M 0s
79825 18850K .......... .......... .......... .......... .......... 60% 95.6M 0s
79826 18900K .......... .......... .......... .......... .......... 61% 79.8M 0s
79827 18950K .......... .......... .......... .......... .......... 61% 51.1M 0s
79828 19000K .......... .......... .......... .......... .......... 61% 17.3M 0s
79829 19050K .......... .......... .......... .......... .......... 61% 167M 0s
79830 19100K .......... .......... .......... .......... .......... 61% 191M 0s
79831 19150K .......... .......... .......... .......... .......... 61% 105M 0s
79832 19200K .......... .......... .......... .......... .......... 62% 124M 0s
79833 19250K .......... .......... .......... .......... .......... 62% 132M 0s
79834 19300K .......... .......... .......... .......... .......... 62% 51.6M 0s
79835 19350K .......... .......... .......... .......... .......... 62% 36.4M 0s
79836 19400K .......... .......... .......... .......... .......... 62% 69.8M 0s
79837 19450K .......... .......... .......... .......... .......... 62% 62.7M 0s
79838 19500K .......... .......... .......... .......... .......... 63% 101M 0s
79839 19550K .......... .......... .......... .......... .......... 63% 60.9M 0s
79840 19600K .......... .......... .......... .......... .......... 63% 52.0M 0s
79841 19650K .......... .......... .......... .......... .......... 63% 52.7M 0s
79842 19700K .......... .......... .......... .......... .......... 63% 15.8M 0s
79843 19750K .......... .......... .......... .......... .......... 63% 65.1M 0s
79844 19800K .......... .......... .......... .......... .......... 64% 86.2M 0s
79845 19850K .......... .......... .......... .......... .......... 64% 55.1M 0s
79846 19900K .......... .......... .......... .......... .......... 64% 79.6M 0s
79847 19950K .......... .......... .......... .......... .......... 64% 75.3M 0s
79848 20000K .......... .......... .......... .......... .......... 64% 52.4M 0s
79849 20050K .......... .......... .......... .......... .......... 64% 65.7M 0s
79850 20100K .......... .......... .......... .......... .......... 64% 67.2M 0s
79851 20150K .......... .......... .......... .......... .......... 65% 81.0M 0s
79852 20200K .......... .......... .......... .......... .......... 65% 68.7M 0s
79853 20250K .......... .......... .......... .......... .......... 65% 72.1M 0s
79854 20300K .......... .......... .......... .......... .......... 65% 44.9M 0s
79855 20350K .......... .......... .......... .......... .......... 65% 78.4M 0s
79856 20400K .......... .......... .......... .......... .......... 65% 48.3M 0s
79857 20450K .......... .......... .......... .......... .......... 66% 107M 0s
79858 20500K .......... .......... .......... .......... .......... 66% 99.4M 0s
79859 20550K .......... .......... .......... .......... .......... 66% 77.7M 0s
79860 20600K .......... .......... .......... .......... .......... 66% 75.1M 0s
79861 20650K .......... .......... .......... .......... .......... 66% 86.7M 0s
79862 20700K .......... .......... .......... .......... .......... 66% 66.4M 0s
79863 20750K .......... .......... .......... .......... .......... 67% 79.0M 0s
79864 20800K .......... .......... .......... .......... .......... 67% 36.2M 0s
79865 20850K .......... .......... .......... .......... .......... 67% 24.1M 0s
79866 20900K .......... .......... .......... .......... .......... 67% 232M 0s
79867 20950K .......... .......... .......... .......... .......... 67% 196M 0s
79868 21000K .......... .......... .......... .......... .......... 67% 13.8M 0s
79869 21050K .......... .......... .......... .......... .......... 68% 267M 0s
79870 21100K .......... .......... .......... .......... .......... 68% 239M 0s
79871 21150K .......... .......... .......... .......... .......... 68% 196M 0s
79872 21200K .......... .......... .......... .......... .......... 68% 248M 0s
79873 21250K .......... .......... .......... .......... .......... 68% 298M 0s
79874 21300K .......... .......... .......... .......... .......... 68% 238M 0s
79875 21350K .......... .......... .......... .......... .......... 69% 151M 0s
79876 21400K .......... .......... .......... .......... .......... 69% 61.8M 0s
79877 21450K .......... .......... .......... .......... .......... 69% 54.7M 0s
79878 21500K .......... .......... .......... .......... .......... 69% 30.9M 0s
79879 21550K .......... .......... .......... .......... .......... 69% 14.9M 0s
79880 21600K .......... .......... .......... .......... .......... 69% 284M 0s
79881 21650K .......... .......... .......... .......... .......... 69% 176M 0s
79882 21700K .......... .......... .......... .......... .......... 70% 179M 0s
79883 21750K .......... .......... .......... .......... .......... 70% 297M 0s
79884 21800K .......... .......... .......... .......... .......... 70% 125M 0s
79885 21850K .......... .......... .......... .......... .......... 70% 16.3M 0s
79886 21900K .......... .......... .......... .......... .......... 70% 10.3M 0s
79887 21950K .......... .......... .......... .......... .......... 70% 107M 0s
79888 22000K .......... .......... .......... .......... .......... 71% 183M 0s
79889 22050K .......... .......... .......... .......... .......... 71% 224M 0s
79890 22100K .......... .......... .......... .......... .......... 71% 230M 0s
79891 22150K .......... .......... .......... .......... .......... 71% 255M 0s
79892 22200K .......... .......... .......... .......... .......... 71% 103M 0s
79893 22250K .......... .......... .......... .......... .......... 71% 197M 0s
79894 22300K .......... .......... .......... .......... .......... 72% 145M 0s
79895 22350K .......... .......... .......... .......... .......... 72% 163M 0s
79896 22400K .......... .......... .......... .......... .......... 72% 221M 0s
79897 22450K .......... .......... .......... .......... .......... 72% 197M 0s
79898 22500K .......... .......... .......... .......... .......... 72% 73.5M 0s
79899 22550K .......... .......... .......... .......... .......... 72% 260M 0s
79900 22600K .......... .......... .......... .......... .......... 73% 256M 0s
79901 22650K .......... .......... .......... .......... .......... 73% 94.7M 0s
79902 22700K .......... .......... .......... .......... .......... 73% 75.2M 0s
79903 22750K .......... .......... .......... .......... .......... 73% 19.4M 0s
79904 22800K .......... .......... .......... .......... .......... 73% 95.9M 0s
79905 22850K .......... .......... .......... .......... .......... 73% 103M 0s
79906 22900K .......... .......... .......... .......... .......... 74% 72.5M 0s
79907 22950K .......... .......... .......... .......... .......... 74% 92.6M 0s
79908 23000K .......... .......... .......... .......... .......... 74% 96.1M 0s
79909 23050K .......... .......... .......... .......... .......... 74% 112M 0s
79910 23100K .......... .......... .......... .......... .......... 74% 57.0M 0s
79911 23150K .......... .......... .......... .......... .......... 74% 56.9M 0s
79912 23200K .......... .......... .......... .......... .......... 74% 51.4M 0s
79913 23250K .......... .......... .......... .......... .......... 75% 55.9M 0s
79914 23300K .......... .......... .......... .......... .......... 75% 57.6M 0s
79915 23350K .......... .......... .......... .......... .......... 75% 50.5M 0s
79916 23400K .......... .......... .......... .......... .......... 75% 50.0M 0s
79917 23450K .......... .......... .......... .......... .......... 75% 71.3M 0s
79918 23500K .......... .......... .......... .......... .......... 75% 57.6M 0s
79919 23550K .......... .......... .......... .......... .......... 76% 26.2M 0s
79920 23600K .......... .......... .......... .......... .......... 76% 239M 0s
79921 23650K .......... .......... .......... .......... .......... 76% 11.2M 0s
79922 23700K .......... .......... .......... .......... .......... 76% 60.2M 0s
79923 23750K .......... .......... .......... .......... .......... 76% 65.9M 0s
79924 23800K .......... .......... .......... .......... .......... 76% 104M 0s
79925 23850K .......... .......... .......... .......... .......... 77% 84.1M 0s
79926 23900K .......... .......... .......... .......... .......... 77% 96.7M 0s
79927 23950K .......... .......... .......... .......... .......... 77% 91.8M 0s
79928 24000K .......... .......... .......... .......... .......... 77% 57.0M 0s
79929 24050K .......... .......... .......... .......... .......... 77% 115M 0s
79930 24100K .......... .......... .......... .......... .......... 77% 41.6M 0s
79931 24150K .......... .......... .......... .......... .......... 78% 62.3M 0s
79932 24200K .......... .......... .......... .......... .......... 78% 66.7M 0s
79933 24250K .......... .......... .......... .......... .......... 78% 66.5M 0s
79934 24300K .......... .......... .......... .......... .......... 78% 102M 0s
79935 24350K .......... .......... .......... .......... .......... 78% 40.8M 0s
79936 24400K .......... .......... .......... .......... .......... 78% 37.6M 0s
79937 24450K .......... .......... .......... .......... .......... 79% 88.0M 0s
79938 24500K .......... .......... .......... .......... .......... 79% 40.2M 0s
79939 24550K .......... .......... .......... .......... .......... 79% 38.0M 0s
79940 24600K .......... .......... .......... .......... .......... 79% 102M 0s
79941 24650K .......... .......... .......... .......... .......... 79% 39.8M 0s
79942 24700K .......... .......... .......... .......... .......... 79% 73.5M 0s
79943 24750K .......... .......... .......... .......... .......... 79% 53.8M 0s
79944 24800K .......... .......... .......... .......... .......... 80% 56.7M 0s
79945 24850K .......... .......... .......... .......... .......... 80% 94.8M 0s
79946 24900K .......... .......... .......... .......... .......... 80% 73.3M 0s
79947 24950K .......... .......... .......... .......... .......... 80% 49.1M 0s
79948 25000K .......... .......... .......... .......... .......... 80% 66.0M 0s
79949 25050K .......... .......... .......... .......... .......... 80% 89.8M 0s
79950 25100K .......... .......... .......... .......... .......... 81% 66.4M 0s
79951 25150K .......... .......... .......... .......... .......... 81% 63.3M 0s
79952 25200K .......... .......... .......... .......... .......... 81% 104M 0s
79953 25250K .......... .......... .......... .......... .......... 81% 112M 0s
79954 25300K .......... .......... .......... .......... .......... 81% 64.2M 0s
79955 25350K .......... .......... .......... .......... .......... 81% 47.9M 0s
79956 25400K .......... .......... .......... .......... .......... 82% 79.7M 0s
79957 25450K .......... .......... .......... .......... .......... 82% 90.9M 0s
79958 25500K .......... .......... .......... .......... .......... 82% 66.7M 0s
79959 25550K .......... .......... .......... .......... .......... 82% 69.9M 0s
79960 25600K .......... .......... .......... .......... .......... 82% 145M 0s
79961 25650K .......... .......... .......... .......... .......... 82% 81.1M 0s
79962 25700K .......... .......... .......... .......... .......... 83% 61.7M 0s
79963 25750K .......... .......... .......... .......... .......... 83% 57.8M 0s
79964 25800K .......... .......... .......... .......... .......... 83% 104M 0s
79965 25850K .......... .......... .......... .......... .......... 83% 44.8M 0s
79966 25900K .......... .......... .......... .......... .......... 83% 49.7M 0s
79967 25950K .......... .......... .......... .......... .......... 83% 80.6M 0s
79968 26000K .......... .......... .......... .......... .......... 84% 87.4M 0s
79969 26050K .......... .......... .......... .......... .......... 84% 65.3M 0s
79970 26100K .......... .......... .......... .......... .......... 84% 64.7M 0s
79971 26150K .......... .......... .......... .......... .......... 84% 132M 0s
79972 26200K .......... .......... .......... .......... .......... 84% 58.2M 0s
79973 26250K .......... .......... .......... .......... .......... 84% 62.7M 0s
79974 26300K .......... .......... .......... .......... .......... 84% 46.7M 0s
79975 26350K .......... .......... .......... .......... .......... 85% 77.2M 0s
79976 26400K .......... .......... .......... .......... .......... 85% 35.6M 0s
79977 26450K .......... .......... .......... .......... .......... 85% 47.7M 0s
79978 26500K .......... .......... .......... .......... .......... 85% 62.6M 0s
79979 26550K .......... .......... .......... .......... .......... 85% 59.5M 0s
79980 26600K .......... .......... .......... .......... .......... 85% 77.9M 0s
79981 26650K .......... .......... .......... .......... .......... 86% 145M 0s
79982 26700K .......... .......... .......... .......... .......... 86% 47.4M 0s
79983 26750K .......... .......... .......... .......... .......... 86% 100M 0s
79984 26800K .......... .......... .......... .......... .......... 86% 57.9M 0s
79985 26850K .......... .......... .......... .......... .......... 86% 63.5M 0s
79986 26900K .......... .......... .......... .......... .......... 86% 60.0M 0s
79987 26950K .......... .......... .......... .......... .......... 87% 65.7M 0s
79988 27000K .......... .......... .......... .......... .......... 87% 58.5M 0s
79989 27050K .......... .......... .......... .......... .......... 87% 66.4M 0s
79990 27100K .......... .......... .......... .......... .......... 87% 41.6M 0s
79991 27150K .......... .......... .......... .......... .......... 87% 51.6M 0s
79992 27200K .......... .......... .......... .......... .......... 87% 79.9M 0s
79993 27250K .......... .......... .......... .......... .......... 88% 49.7M 0s
79994 27300K .......... .......... .......... .......... .......... 88% 72.0M 0s
79995 27350K .......... .......... .......... .......... .......... 88% 49.1M 0s
79996 27400K .......... .......... .......... .......... .......... 88% 121M 0s
79997 27450K .......... .......... .......... .......... .......... 88% 48.2M 0s
79998 27500K .......... .......... .......... .......... .......... 88% 38.2M 0s
79999 27550K .......... .......... .......... .......... .......... 89% 70.0M 0s
80000 27600K .......... .......... .......... .......... .......... 89% 56.2M 0s
80001 27650K .......... .......... .......... .......... .......... 89% 62.5M 0s
80002 27700K .......... .......... .......... .......... .......... 89% 77.4M 0s
80003 27750K .......... .......... .......... .......... .......... 89% 196M 0s
80004 27800K .......... .......... .......... .......... .......... 89% 199M 0s
80005 27850K .......... .......... .......... .......... .......... 89% 75.2M 0s
80006 27900K .......... .......... .......... .......... .......... 90% 36.3M 0s
80007 27950K .......... .......... .......... .......... .......... 90% 107M 0s
80008 28000K .......... .......... .......... .......... .......... 90% 77.2M 0s
80009 28050K .......... .......... .......... .......... .......... 90% 41.9M 0s
80010 28100K .......... .......... .......... .......... .......... 90% 53.5M 0s
80011 28150K .......... .......... .......... .......... .......... 90% 60.8M 0s
80012 28200K .......... .......... .......... .......... .......... 91% 43.8M 0s
80013 28250K .......... .......... .......... .......... .......... 91% 44.3M 0s
80014 28300K .......... .......... .......... .......... .......... 91% 98.6M 0s
80015 28350K .......... .......... .......... .......... .......... 91% 90.5M 0s
80016 28400K .......... .......... .......... .......... .......... 91% 56.3M 0s
80017 28450K .......... .......... .......... .......... .......... 91% 74.5M 0s
80018 28500K .......... .......... .......... .......... .......... 92% 60.2M 0s
80019 28550K .......... .......... .......... .......... .......... 92% 58.5M 0s
80020 28600K .......... .......... .......... .......... .......... 92% 63.1M 0s
80021 28650K .......... .......... .......... .......... .......... 92% 49.3M 0s
80022 28700K .......... .......... .......... .......... .......... 92% 41.6M 0s
80023 28750K .......... .......... .......... .......... .......... 92% 53.7M 0s
80024 28800K .......... .......... .......... .......... .......... 93% 42.1M 0s
80025 28850K .......... .......... .......... .......... .......... 93% 59.1M 0s
80026 28900K .......... .......... .......... .......... .......... 93% 47.6M 0s
80027 28950K .......... .......... .......... .......... .......... 93% 44.0M 0s
80028 29000K .......... .......... .......... .......... .......... 93% 45.6M 0s
80029 29050K .......... .......... .......... .......... .......... 93% 44.0M 0s
80030 29100K .......... .......... .......... .......... .......... 94% 68.1M 0s
80031 29150K .......... .......... .......... .......... .......... 94% 38.1M 0s
80032 29200K .......... .......... .......... .......... .......... 94% 52.1M 0s
80033 29250K .......... .......... .......... .......... .......... 94% 49.0M 0s
80034 29300K .......... .......... .......... .......... .......... 94% 48.0M 0s
80035 29350K .......... .......... .......... .......... .......... 94% 42.6M 0s
80036 29400K .......... .......... .......... .......... .......... 94% 89.7M 0s
80037 29450K .......... .......... .......... .......... .......... 95% 55.3M 0s
80038 29500K .......... .......... .......... .......... .......... 95% 50.4M 0s
80039 29550K .......... .......... .......... .......... .......... 95% 61.7M 0s
80040 29600K .......... .......... .......... .......... .......... 95% 40.0M 0s
80041 29650K .......... .......... .......... .......... .......... 95% 65.1M 0s
80042 29700K .......... .......... .......... .......... .......... 95% 57.7M 0s
80043 29750K .......... .......... .......... .......... .......... 96% 50.3M 0s
80044 29800K .......... .......... .......... .......... .......... 96% 46.9M 0s
80045 29850K .......... .......... .......... .......... .......... 96% 85.4M 0s
80046 29900K .......... .......... .......... .......... .......... 96% 31.8M 0s
80047 29950K .......... .......... .......... .......... .......... 96% 145M 0s
80048 30000K .......... .......... .......... .......... .......... 96% 55.4M 0s
80049 30050K .......... .......... .......... .......... .......... 97% 56.3M 0s
80050 30100K .......... .......... .......... .......... .......... 97% 45.4M 0s
80051 30150K .......... .......... .......... .......... .......... 97% 67.0M 0s
80052 30200K .......... .......... .......... .......... .......... 97% 43.3M 0s
80053 30250K .......... .......... .......... .......... .......... 97% 49.0M 0s
80054 30300K .......... .......... .......... .......... .......... 97% 57.2M 0s
80055 30350K .......... .......... .......... .......... .......... 98% 57.8M 0s
80056 30400K .......... .......... .......... .......... .......... 98% 55.9M 0s
80057 30450K .......... .......... .......... .......... .......... 98% 61.8M 0s
80058 30500K .......... .......... .......... .......... .......... 98% 56.6M 0s
80059 30550K .......... .......... .......... .......... .......... 98% 59.0M 0s
80060 30600K .......... .......... .......... .......... .......... 98% 53.1M 0s
80061 30650K .......... .......... .......... .......... .......... 99% 68.7M 0s
80062 30700K .......... .......... .......... .......... .......... 99% 54.2M 0s
80063 30750K .......... .......... .......... .......... .......... 99% 50.7M 0s
80064 30800K .......... .......... .......... .......... .......... 99% 62.6M 0s
80065 30850K .......... .......... .......... .......... .......... 99% 56.2M 0s
80066 30900K .......... .......... .......... .......... .......... 99% 67.3M 0s
80067 30950K .......... .......... .......... .......... .......... 99% 49.4M 0s
80068 31000K ...... 100% 61.7M=0.5s
80069
800702015-12-29 19:41:59 (59.8 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
80071
80072 ---> 4bd9b4a0ff0e
80073Removing intermediate container 2c0dd39e3826
80074Step 27 : WORKDIR /srv
80075 ---> Running in 91328b8cb012
80076 ---> 1a038ffe6550
80077Removing intermediate container 91328b8cb012
80078Step 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*
80079 ---> Running in d8de067bd3fd
80080--2015-12-29 19:42:12-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
80081Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
80082Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
80083HTTP request sent, awaiting response... 200 OK
80084Length: 13161396 (13M) [application/x-bzip2]
80085Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
80086
80087 0K .......... .......... .......... .......... .......... 0% 50.6M 0s
80088 50K .......... .......... .......... .......... .......... 0% 84.9M 0s
80089 100K .......... .......... .......... .......... .......... 1% 110M 0s
80090 150K .......... .......... .......... .......... .......... 1% 97.8M 0s
80091 200K .......... .......... .......... .......... .......... 1% 76.4M 0s
80092 250K .......... .......... .......... .......... .......... 2% 86.6M 0s
80093 300K .......... .......... .......... .......... .......... 2% 81.5M 0s
80094 350K .......... .......... .......... .......... .......... 3% 83.6M 0s
80095 400K .......... .......... .......... .......... .......... 3% 76.9M 0s
80096 450K .......... .......... .......... .......... .......... 3% 86.2M 0s
80097 500K .......... .......... .......... .......... .......... 4% 73.1M 0s
80098 550K .......... .......... .......... .......... .......... 4% 91.4M 0s
80099 600K .......... .......... .......... .......... .......... 5% 71.8M 0s
80100 650K .......... .......... .......... .......... .......... 5% 89.6M 0s
80101 700K .......... .......... .......... .......... .......... 5% 81.1M 0s
80102 750K .......... .......... .......... .......... .......... 6% 82.3M 0s
80103 800K .......... .......... .......... .......... .......... 6% 74.8M 0s
80104 850K .......... .......... .......... .......... .......... 7% 80.2M 0s
80105 900K .......... .......... .......... .......... .......... 7% 89.2M 0s
80106 950K .......... .......... .......... .......... .......... 7% 86.1M 0s
80107 1000K .......... .......... .......... .......... .......... 8% 73.1M 0s
80108 1050K .......... .......... .......... .......... .......... 8% 91.0M 0s
80109 1100K .......... .......... .......... .......... .......... 8% 74.1M 0s
80110 1150K .......... .......... .......... .......... .......... 9% 96.5M 0s
80111 1200K .......... .......... .......... .......... .......... 9% 71.0M 0s
80112 1250K .......... .......... .......... .......... .......... 10% 88.4M 0s
80113 1300K .......... .......... .......... .......... .......... 10% 90.1M 0s
80114 1350K .......... .......... .......... .......... .......... 10% 77.1M 0s
80115 1400K .......... .......... .......... .......... .......... 11% 60.7M 0s
80116 1450K .......... .......... .......... .......... .......... 11% 83.0M 0s
80117 1500K .......... .......... .......... .......... .......... 12% 74.8M 0s
80118 1550K .......... .......... .......... .......... .......... 12% 77.5M 0s
80119 1600K .......... .......... .......... .......... .......... 12% 71.8M 0s
80120 1650K .......... .......... .......... .......... .......... 13% 72.9M 0s
80121 1700K .......... .......... .......... .......... .......... 13% 82.7M 0s
80122 1750K .......... .......... .......... .......... .......... 14% 80.9M 0s
80123 1800K .......... .......... .......... .......... .......... 14% 68.6M 0s
80124 1850K .......... .......... .......... .......... .......... 14% 124M 0s
80125 1900K .......... .......... .......... .......... .......... 15% 138M 0s
80126 1950K .......... .......... .......... .......... .......... 15% 105M 0s
80127 2000K .......... .......... .......... .......... .......... 15% 92.3M 0s
80128 2050K .......... .......... .......... .......... .......... 16% 88.2M 0s
80129 2100K .......... .......... .......... .......... .......... 16% 105M 0s
80130 2150K .......... .......... .......... .......... .......... 17% 138M 0s
80131 2200K .......... .......... .......... .......... .......... 17% 89.9M 0s
80132 2250K .......... .......... .......... .......... .......... 17% 97.9M 0s
80133 2300K .......... .......... .......... .......... .......... 18% 102M 0s
80134 2350K .......... .......... .......... .......... .......... 18% 104M 0s
80135 2400K .......... .......... .......... .......... .......... 19% 124M 0s
80136 2450K .......... .......... .......... .......... .......... 19% 99.1M 0s
80137 2500K .......... .......... .......... .......... .......... 19% 107M 0s
80138 2550K .......... .......... .......... .......... .......... 20% 95.0M 0s
80139 2600K .......... .......... .......... .......... .......... 20% 102M 0s
80140 2650K .......... .......... .......... .......... .......... 21% 160M 0s
80141 2700K .......... .......... .......... .......... .......... 21% 92.7M 0s
80142 2750K .......... .......... .......... .......... .......... 21% 117M 0s
80143 2800K .......... .......... .......... .......... .......... 22% 84.2M 0s
80144 2850K .......... .......... .......... .......... .......... 22% 124M 0s
80145 2900K .......... .......... .......... .......... .......... 22% 114M 0s
80146 2950K .......... .......... .......... .......... .......... 23% 87.1M 0s
80147 3000K .......... .......... .......... .......... .......... 23% 90.0M 0s
80148 3050K .......... .......... .......... .......... .......... 24% 97.8M 0s
80149 3100K .......... .......... .......... .......... .......... 24% 131M 0s
80150 3150K .......... .......... .......... .......... .......... 24% 129M 0s
80151 3200K .......... .......... .......... .......... .......... 25% 91.8M 0s
80152 3250K .......... .......... .......... .......... .......... 25% 118M 0s
80153 3300K .......... .......... .......... .......... .......... 26% 148M 0s
80154 3350K .......... .......... .......... .......... .......... 26% 105M 0s
80155 3400K .......... .......... .......... .......... .......... 26% 98.4M 0s
80156 3450K .......... .......... .......... .......... .......... 27% 94.4M 0s
80157 3500K .......... .......... .......... .......... .......... 27% 127M 0s
80158 3550K .......... .......... .......... .......... .......... 28% 149M 0s
80159 3600K .......... .......... .......... .......... .......... 28% 112M 0s
80160 3650K .......... .......... .......... .......... .......... 28% 135M 0s
80161 3700K .......... .......... .......... .......... .......... 29% 110M 0s
80162 3750K .......... .......... .......... .......... .......... 29% 146M 0s
80163 3800K .......... .......... .......... .......... .......... 29% 145M 0s
80164 3850K .......... .......... .......... .......... .......... 30% 134M 0s
80165 3900K .......... .......... .......... .......... .......... 30% 136M 0s
80166 3950K .......... .......... .......... .......... .......... 31% 109M 0s
80167 4000K .......... .......... .......... .......... .......... 31% 121M 0s
80168 4050K .......... .......... .......... .......... .......... 31% 130M 0s
80169 4100K .......... .......... .......... .......... .......... 32% 111M 0s
80170 4150K .......... .......... .......... .......... .......... 32% 132M 0s
80171 4200K .......... .......... .......... .......... .......... 33% 114M 0s
80172 4250K .......... .......... .......... .......... .......... 33% 160M 0s
80173 4300K .......... .......... .......... .......... .......... 33% 158M 0s
80174 4350K .......... .......... .......... .......... .......... 34% 159M 0s
80175 4400K .......... .......... .......... .......... .......... 34% 178M 0s
80176 4450K .......... .......... .......... .......... .......... 35% 219M 0s
80177 4500K .......... .......... .......... .......... .......... 35% 279M 0s
80178 4550K .......... .......... .......... .......... .......... 35% 168M 0s
80179 4600K .......... .......... .......... .......... .......... 36% 152M 0s
80180 4650K .......... .......... .......... .......... .......... 36% 180M 0s
80181 4700K .......... .......... .......... .......... .......... 36% 196M 0s
80182 4750K .......... .......... .......... .......... .......... 37% 167M 0s
80183 4800K .......... .......... .......... .......... .......... 37% 152M 0s
80184 4850K .......... .......... .......... .......... .......... 38% 180M 0s
80185 4900K .......... .......... .......... .......... .......... 38% 153M 0s
80186 4950K .......... .......... .......... .......... .......... 38% 220M 0s
80187 5000K .......... .......... .......... .......... .......... 39% 185M 0s
80188 5050K .......... .......... .......... .......... .......... 39% 219M 0s
80189 5100K .......... .......... .......... .......... .......... 40% 204M 0s
80190 5150K .......... .......... .......... .......... .......... 40% 299M 0s
80191 5200K .......... .......... .......... .......... .......... 40% 212M 0s
80192 5250K .......... .......... .......... .......... .......... 41% 210M 0s
80193 5300K .......... .......... .......... .......... .......... 41% 190M 0s
80194 5350K .......... .......... .......... .......... .......... 42% 155M 0s
80195 5400K .......... .......... .......... .......... .......... 42% 147M 0s
80196 5450K .......... .......... .......... .......... .......... 42% 169M 0s
80197 5500K .......... .......... .......... .......... .......... 43% 110M 0s
80198 5550K .......... .......... .......... .......... .......... 43% 136M 0s
80199 5600K .......... .......... .......... .......... .......... 43% 117M 0s
80200 5650K .......... .......... .......... .......... .......... 44% 111M 0s
80201 5700K .......... .......... .......... .......... .......... 44% 97.2M 0s
80202 5750K .......... .......... .......... .......... .......... 45% 103M 0s
80203 5800K .......... .......... .......... .......... .......... 45% 78.0M 0s
80204 5850K .......... .......... .......... .......... .......... 45% 115M 0s
80205 5900K .......... .......... .......... .......... .......... 46% 91.0M 0s
80206 5950K .......... .......... .......... .......... .......... 46% 107M 0s
80207 6000K .......... .......... .......... .......... .......... 47% 79.1M 0s
80208 6050K .......... .......... .......... .......... .......... 47% 99.1M 0s
80209 6100K .......... .......... .......... .......... .......... 47% 90.4M 0s
80210 6150K .......... .......... .......... .......... .......... 48% 98.1M 0s
80211 6200K .......... .......... .......... .......... .......... 48% 82.1M 0s
80212 6250K .......... .......... .......... .......... .......... 49% 105M 0s
80213 6300K .......... .......... .......... .......... .......... 49% 84.6M 0s
80214 6350K .......... .......... .......... .......... .......... 49% 117M 0s
80215 6400K .......... .......... .......... .......... .......... 50% 113M 0s
80216 6450K .......... .......... .......... .......... .......... 50% 172M 0s
80217 6500K .......... .......... .......... .......... .......... 50% 172M 0s
80218 6550K .......... .......... .......... .......... .......... 51% 149M 0s
80219 6600K .......... .......... .......... .......... .......... 51% 247M 0s
80220 6650K .......... .......... .......... .......... .......... 52% 289M 0s
80221 6700K .......... .......... .......... .......... .......... 52% 300M 0s
80222 6750K .......... .......... .......... .......... .......... 52% 280M 0s
80223 6800K .......... .......... .......... .......... .......... 53% 241M 0s
80224 6850K .......... .......... .......... .......... .......... 53% 250M 0s
80225 6900K .......... .......... .......... .......... .......... 54% 283M 0s
80226 6950K .......... .......... .......... .......... .......... 54% 284M 0s
80227 7000K .......... .......... .......... .......... .......... 54% 255M 0s
80228 7050K .......... .......... .......... .......... .......... 55% 273M 0s
80229 7100K .......... .......... .......... .......... .......... 55% 67.3M 0s
80230 7150K .......... .......... .......... .......... .......... 56% 26.9M 0s
80231 7200K .......... .......... .......... .......... .......... 56% 125M 0s
80232 7250K .......... .......... .......... .......... .......... 56% 160M 0s
80233 7300K .......... .......... .......... .......... .......... 57% 179M 0s
80234 7350K .......... .......... .......... .......... .......... 57% 158M 0s
80235 7400K .......... .......... .......... .......... .......... 57% 141M 0s
80236 7450K .......... .......... .......... .......... .......... 58% 165M 0s
80237 7500K .......... .......... .......... .......... .......... 58% 180M 0s
80238 7550K .......... .......... .......... .......... .......... 59% 144M 0s
80239 7600K .......... .......... .......... .......... .......... 59% 119M 0s
80240 7650K .......... .......... .......... .......... .......... 59% 164M 0s
80241 7700K .......... .......... .......... .......... .......... 60% 159M 0s
80242 7750K .......... .......... .......... .......... .......... 60% 138M 0s
80243 7800K .......... .......... .......... .......... .......... 61% 166M 0s
80244 7850K .......... .......... .......... .......... .......... 61% 112M 0s
80245 7900K .......... .......... .......... .......... .......... 61% 121M 0s
80246 7950K .......... .......... .......... .......... .......... 62% 136M 0s
80247 8000K .......... .......... .......... .......... .......... 62% 133M 0s
80248 8050K .......... .......... .......... .......... .......... 63% 175M 0s
80249 8100K .......... .......... .......... .......... .......... 63% 180M 0s
80250 8150K .......... .......... .......... .......... .......... 63% 128M 0s
80251 8200K .......... .......... .......... .......... .......... 64% 175M 0s
80252 8250K .......... .......... .......... .......... .......... 64% 173M 0s
80253 8300K .......... .......... .......... .......... .......... 64% 165M 0s
80254 8350K .......... .......... .......... .......... .......... 65% 139M 0s
80255 8400K .......... .......... .......... .......... .......... 65% 175M 0s
80256 8450K .......... .......... .......... .......... .......... 66% 169M 0s
80257 8500K .......... .......... .......... .......... .......... 66% 155M 0s
80258 8550K .......... .......... .......... .......... .......... 66% 151M 0s
80259 8600K .......... .......... .......... .......... .......... 67% 165M 0s
80260 8650K .......... .......... .......... .......... .......... 67% 145M 0s
80261 8700K .......... .......... .......... .......... .......... 68% 176M 0s
80262 8750K .......... .......... .......... .......... .......... 68% 144M 0s
80263 8800K .......... .......... .......... .......... .......... 68% 92.2M 0s
80264 8850K .......... .......... .......... .......... .......... 69% 98.6M 0s
80265 8900K .......... .......... .......... .......... .......... 69% 84.7M 0s
80266 8950K .......... .......... .......... .......... .......... 70% 86.3M 0s
80267 9000K .......... .......... .......... .......... .......... 70% 85.1M 0s
80268 9050K .......... .......... .......... .......... .......... 70% 88.2M 0s
80269 9100K .......... .......... .......... .......... .......... 71% 92.4M 0s
80270 9150K .......... .......... .......... .......... .......... 71% 72.8M 0s
80271 9200K .......... .......... .......... .......... .......... 71% 96.8M 0s
80272 9250K .......... .......... .......... .......... .......... 72% 88.4M 0s
80273 9300K .......... .......... .......... .......... .......... 72% 95.7M 0s
80274 9350K .......... .......... .......... .......... .......... 73% 77.8M 0s
80275 9400K .......... .......... .......... .......... .......... 73% 99.4M 0s
80276 9450K .......... .......... .......... .......... .......... 73% 88.5M 0s
80277 9500K .......... .......... .......... .......... .......... 74% 92.2M 0s
80278 9550K .......... .......... .......... .......... .......... 74% 82.5M 0s
80279 9600K .......... .......... .......... .......... .......... 75% 90.6M 0s
80280 9650K .......... .......... .......... .......... .......... 75% 97.4M 0s
80281 9700K .......... .......... .......... .......... .......... 75% 86.7M 0s
80282 9750K .......... .......... .......... .......... .......... 76% 77.5M 0s
80283 9800K .......... .......... .......... .......... .......... 76% 84.1M 0s
80284 9850K .......... .......... .......... .......... .......... 77% 98.6M 0s
80285 9900K .......... .......... .......... .......... .......... 77% 90.8M 0s
80286 9950K .......... .......... .......... .......... .......... 77% 73.5M 0s
80287 10000K .......... .......... .......... .......... .......... 78% 119M 0s
80288 10050K .......... .......... .......... .......... .......... 78% 90.1M 0s
80289 10100K .......... .......... .......... .......... .......... 78% 113M 0s
80290 10150K .......... .......... .......... .......... .......... 79% 82.5M 0s
80291 10200K .......... .......... .......... .......... .......... 79% 90.2M 0s
80292 10250K .......... .......... .......... .......... .......... 80% 98.3M 0s
80293 10300K .......... .......... .......... .......... .......... 80% 88.9M 0s
80294 10350K .......... .......... .......... .......... .......... 80% 80.0M 0s
80295 10400K .......... .......... .......... .......... .......... 81% 89.5M 0s
80296 10450K .......... .......... .......... .......... .......... 81% 94.2M 0s
80297 10500K .......... .......... .......... .......... .......... 82% 101M 0s
80298 10550K .......... .......... .......... .......... .......... 82% 75.9M 0s
80299 10600K .......... .......... .......... .......... .......... 82% 93.7M 0s
80300 10650K .......... .......... .......... .......... .......... 83% 107M 0s
80301 10700K .......... .......... .......... .......... .......... 83% 81.0M 0s
80302 10750K .......... .......... .......... .......... .......... 84% 92.3M 0s
80303 10800K .......... .......... .......... .......... .......... 84% 89.6M 0s
80304 10850K .......... .......... .......... .......... .......... 84% 86.3M 0s
80305 10900K .......... .......... .......... .......... .......... 85% 92.2M 0s
80306 10950K .......... .......... .......... .......... .......... 85% 73.7M 0s
80307 11000K .......... .......... .......... .......... .......... 85% 134M 0s
80308 11050K .......... .......... .......... .......... .......... 86% 119M 0s
80309 11100K .......... .......... .......... .......... .......... 86% 108M 0s
80310 11150K .......... .......... .......... .......... .......... 87% 123M 0s
80311 11200K .......... .......... .......... .......... .......... 87% 94.9M 0s
80312 11250K .......... .......... .......... .......... .......... 87% 103M 0s
80313 11300K .......... .......... .......... .......... .......... 88% 115M 0s
80314 11350K .......... .......... .......... .......... .......... 88% 97.6M 0s
80315 11400K .......... .......... .......... .......... .......... 89% 141M 0s
80316 11450K .......... .......... .......... .......... .......... 89% 110M 0s
80317 11500K .......... .......... .......... .......... .......... 89% 123M 0s
80318 11550K .......... .......... .......... .......... .......... 90% 97.6M 0s
80319 11600K .......... .......... .......... .......... .......... 90% 157M 0s
80320 11650K .......... .......... .......... .......... .......... 91% 120M 0s
80321 11700K .......... .......... .......... .......... .......... 91% 97.5M 0s
80322 11750K .......... .......... .......... .......... .......... 91% 163M 0s
80323 11800K .......... .......... .......... .......... .......... 92% 288M 0s
80324 11850K .......... .......... .......... .......... .......... 92% 208M 0s
80325 11900K .......... .......... .......... .......... .......... 92% 153M 0s
80326 11950K .......... .......... .......... .......... .......... 93% 129M 0s
80327 12000K .......... .......... .......... .......... .......... 93% 139M 0s
80328 12050K .......... .......... .......... .......... .......... 94% 154M 0s
80329 12100K .......... .......... .......... .......... .......... 94% 158M 0s
80330 12150K .......... .......... .......... .......... .......... 94% 114M 0s
80331 12200K .......... .......... .......... .......... .......... 95% 152M 0s
80332 12250K .......... .......... .......... .......... .......... 95% 140M 0s
80333 12300K .......... .......... .......... .......... .......... 96% 142M 0s
80334 12350K .......... .......... .......... .......... .......... 96% 136M 0s
80335 12400K .......... .......... .......... .......... .......... 96% 163M 0s
80336 12450K .......... .......... .......... .......... .......... 97% 130M 0s
80337 12500K .......... .......... .......... .......... .......... 97% 164M 0s
80338 12550K .......... .......... .......... .......... .......... 98% 141M 0s
80339 12600K .......... .......... .......... .......... .......... 98% 133M 0s
80340 12650K .......... .......... .......... .......... .......... 98% 158M 0s
80341 12700K .......... .......... .......... .......... .......... 99% 149M 0s
80342 12750K .......... .......... .......... .......... .......... 99% 126M 0s
80343 12800K .......... .......... .......... .......... .......... 99% 161M 0s
80344 12850K ..  100% 5580G=0.1s
80345
803462015-12-29 19:42:12 (111 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
80347
80348phantomjs-1.9.7-linux-x86_64/
80349phantomjs-1.9.7-linux-x86_64/bin/
80350phantomjs-1.9.7-linux-x86_64/bin/phantomjs
80351phantomjs-1.9.7-linux-x86_64/examples/
80352phantomjs-1.9.7-linux-x86_64/examples/scandir.js
80353phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
80354phantomjs-1.9.7-linux-x86_64/examples/tweets.js
80355phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
80356phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
80357phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
80358phantomjs-1.9.7-linux-x86_64/examples/follow.js
80359phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
80360phantomjs-1.9.7-linux-x86_64/examples/module.js
80361phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
80362phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
80363phantomjs-1.9.7-linux-x86_64/examples/pizza.js
80364phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
80365phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
80366phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
80367phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
80368phantomjs-1.9.7-linux-x86_64/examples/direction.js
80369phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
80370phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
80371phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
80372phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
80373phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
80374phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
80375phantomjs-1.9.7-linux-x86_64/examples/version.js
80376phantomjs-1.9.7-linux-x86_64/examples/movies.js
80377phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
80378phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
80379phantomjs-1.9.7-linux-x86_64/examples/version.coffee
80380phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
80381phantomjs-1.9.7-linux-x86_64/examples/server.js
80382phantomjs-1.9.7-linux-x86_64/examples/countdown.js
80383phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
80384phantomjs-1.9.7-linux-x86_64/examples/injectme.js
80385phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
80386phantomjs-1.9.7-linux-x86_64/examples/post.js
80387phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
80388phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
80389phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
80390phantomjs-1.9.7-linux-x86_64/examples/features.js
80391phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
80392phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
80393phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
80394phantomjs-1.9.7-linux-x86_64/examples/features.coffee
80395phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
80396phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
80397phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
80398phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
80399phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
80400phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
80401phantomjs-1.9.7-linux-x86_64/examples/printenv.js
80402phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
80403phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
80404phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
80405phantomjs-1.9.7-linux-x86_64/examples/netlog.js
80406phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
80407phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
80408phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
80409phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
80410phantomjs-1.9.7-linux-x86_64/examples/module.coffee
80411phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
80412phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
80413phantomjs-1.9.7-linux-x86_64/examples/fibo.js
80414phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
80415phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
80416phantomjs-1.9.7-linux-x86_64/examples/technews.js
80417phantomjs-1.9.7-linux-x86_64/examples/hello.js
80418phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
80419phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
80420phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
80421phantomjs-1.9.7-linux-x86_64/examples/postserver.js
80422phantomjs-1.9.7-linux-x86_64/examples/weather.js
80423phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
80424phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
80425phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
80426phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
80427phantomjs-1.9.7-linux-x86_64/examples/useragent.js
80428phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
80429phantomjs-1.9.7-linux-x86_64/examples/post.coffee
80430phantomjs-1.9.7-linux-x86_64/examples/arguments.js
80431phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
80432phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
80433phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
80434phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
80435phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
80436phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
80437phantomjs-1.9.7-linux-x86_64/examples/page_events.js
80438phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
80439phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
80440phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
80441phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
80442phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
80443phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
80444phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
80445phantomjs-1.9.7-linux-x86_64/examples/server.coffee
80446phantomjs-1.9.7-linux-x86_64/examples/universe.js
80447phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
80448phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
80449phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
80450phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
80451phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
80452phantomjs-1.9.7-linux-x86_64/ChangeLog
80453phantomjs-1.9.7-linux-x86_64/README.md
80454phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
80455phantomjs-1.9.7-linux-x86_64/third-party.txt
80456 ---> 06ee3f43f79b
80457Removing intermediate container d8de067bd3fd
80458Step 29 : ADD /functions.sh /
80459 ---> d827f21361ed
80460Removing intermediate container 93818c7d0f59
80461Step 30 : ADD entrypoint.sh /
80462 ---> c8df00216776
80463Removing intermediate container f31bcdcfbfde
80464Step 31 : RUN chmod 755 /entrypoint.sh
80465 ---> Running in 129e4754f6b0
80466 ---> 686c4dce78b9
80467Removing intermediate container 129e4754f6b0
80468Step 32 : ENTRYPOINT /entrypoint.sh
80469 ---> Running in 67d8ff4f654f
80470 ---> 3cd3e1ce8497
80471Removing intermediate container 67d8ff4f654f
80472Successfully built 3cd3e1ce8497
80473== ./99-ci-twentythree ==
80474Sending build context to Docker daemon 37.38 kB
80475Sending build context to Docker daemon 37.38 kB
80476
80477Step 0 : FROM fedora:23
80478 ---> 109b72e23ca5
80479Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
80480 ---> Using cache
80481 ---> 89719263292f
80482Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/Fedora_23/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
80483
80484 ---> Using cache
80485 ---> 0ee082db23d6
80486Step 3 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
80487 ---> Using cache
80488 ---> 46ff6a797e9c
80489Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
80490 ---> Using cache
80491 ---> 6079cbfee288
80492Step 5 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/Fedora_23/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
80493
80494 ---> Using cache
80495 ---> 7c1975723fa6
80496Step 6 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/Fedora_23/repodata/repomd.xml.key
80497 ---> Using cache
80498 ---> 5c30770c4926
80499Step 7 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/dnf/dnf.conf && rm -rf /bin/applydeltarpm
80500 ---> Using cache
80501 ---> ca9eda435099
80502Step 8 : ENV IMAGE twentythree
80503 ---> Using cache
80504 ---> 6b8e6a211e6e
80505Step 9 : ADD /dbus.service /etc/systemd/system/dbus.service
80506 ---> Using cache
80507 ---> 4fc00a322a64
80508Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
80509 ---> Using cache
80510 ---> f0507bb6c6f9
80511Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
80512 ---> Using cache
80513 ---> c9cc51cfb5cc
80514Step 12 : ADD /systemctl /usr/bin/systemctl
80515 ---> Using cache
80516 ---> d1e895b74725
80517Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
80518 ---> Using cache
80519 ---> b6329ff29adc
80520Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
80521 ---> Using cache
80522 ---> e3d6871d9170
80523Step 15 : ADD /vimrc /root/.vimrc
80524 ---> Using cache
80525 ---> aad94c28fd18
80526Step 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
80527 ---> Using cache
80528 ---> ff8e57eb8daa
80529Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
80530 ---> Using cache
80531 ---> 2341a6f87216
80532Step 18 : WORKDIR /srv
80533 ---> Using cache
80534 ---> ab0fa62e5938
80535Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
80536 ---> Using cache
80537 ---> 3c516d616ac3
80538Step 20 : WORKDIR /srv/closure-compiler.git
80539 ---> Using cache
80540 ---> 268677e6fb9a
80541Step 21 : RUN ant jar
80542 ---> Using cache
80543 ---> 31816228a6ad
80544Step 22 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
80545 ---> Running in ee28ccc14eb8
80546--2015-12-29 19:42:53-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
80547Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
80548Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
80549HTTP request sent, awaiting response... 200 OK
80550Length: 31750379 (30M) [application/x-java-archive]
80551Saving to: '/usr/local/lib/selenium-server-standalone.jar'
80552
80553 0K .......... .......... .......... .......... .......... 0% 208M 0s
80554 50K .......... .......... .......... .......... .......... 0% 121M 0s
80555 100K .......... .......... .......... .......... .......... 0% 107M 0s
80556 150K .......... .......... .......... .......... .......... 0% 126M 0s
80557 200K .......... .......... .......... .......... .......... 0% 85.7M 0s
80558 250K .......... .......... .......... .......... .......... 0% 109M 0s
80559 300K .......... .......... .......... .......... .......... 1% 102M 0s
80560 350K .......... .......... .......... .......... .......... 1% 156M 0s
80561 400K .......... .......... .......... .......... .......... 1% 107M 0s
80562 450K .......... .......... .......... .......... .......... 1% 152M 0s
80563 500K .......... .......... .......... .......... .......... 1% 165M 0s
80564 550K .......... .......... .......... .......... .......... 1% 120M 0s
80565 600K .......... .......... .......... .......... .......... 2% 154M 0s
80566 650K .......... .......... .......... .......... .......... 2% 161M 0s
80567 700K .......... .......... .......... .......... .......... 2% 107M 0s
80568 750K .......... .......... .......... .......... .......... 2% 139M 0s
80569 800K .......... .......... .......... .......... .......... 2% 148M 0s
80570 850K .......... .......... .......... .......... .......... 2% 137M 0s
80571 900K .......... .......... .......... .......... .......... 3% 160M 0s
80572 950K .......... .......... .......... .......... .......... 3% 89.1M 0s
80573 1000K .......... .......... .......... .......... .......... 3% 176M 0s
80574 1050K .......... .......... .......... .......... .......... 3% 175M 0s
80575 1100K .......... .......... .......... .......... .......... 3% 162M 0s
80576 1150K .......... .......... .......... .......... .......... 3% 136M 0s
80577 1200K .......... .......... .......... .......... .......... 4% 158M 0s
80578 1250K .......... .......... .......... .......... .......... 4% 151M 0s
80579 1300K .......... .......... .......... .......... .......... 4% 87.5M 0s
80580 1350K .......... .......... .......... .......... .......... 4% 138M 0s
80581 1400K .......... .......... .......... .......... .......... 4% 150M 0s
80582 1450K .......... .......... .......... .......... .......... 4% 86.8M 0s
80583 1500K .......... .......... .......... .......... .......... 4% 147M 0s
80584 1550K .......... .......... .......... .......... .......... 5% 170M 0s
80585 1600K .......... .......... .......... .......... .......... 5% 173M 0s
80586 1650K .......... .......... .......... .......... .......... 5% 139M 0s
80587 1700K .......... .......... .......... .......... .......... 5% 78.6M 0s
80588 1750K .......... .......... .......... .......... .......... 5% 68.3M 0s
80589 1800K .......... .......... .......... .......... .......... 5% 191M 0s
80590 1850K .......... .......... .......... .......... .......... 6% 56.8M 0s
80591 1900K .......... .......... .......... .......... .......... 6% 49.7M 0s
80592 1950K .......... .......... .......... .......... .......... 6% 165M 0s
80593 2000K .......... .......... .......... .......... .......... 6% 135M 0s
80594 2050K .......... .......... .......... .......... .......... 6% 153M 0s
80595 2100K .......... .......... .......... .......... .......... 6% 175M 0s
80596 2150K .......... .......... .......... .......... .......... 7% 167M 0s
80597 2200K .......... .......... .......... .......... .......... 7% 159M 0s
80598 2250K .......... .......... .......... .......... .......... 7% 149M 0s
80599 2300K .......... .......... .......... .......... .......... 7% 167M 0s
80600 2350K .......... .......... .......... .......... .......... 7% 140M 0s
80601 2400K .......... .......... .......... .......... .......... 7% 171M 0s
80602 2450K .......... .......... .......... .......... .......... 8% 147M 0s
80603 2500K .......... .......... .......... .......... .......... 8% 155M 0s
80604 2550K .......... .......... .......... .......... .......... 8% 175M 0s
80605 2600K .......... .......... .......... .......... .......... 8% 174M 0s
80606 2650K .......... .......... .......... .......... .......... 8% 134M 0s
80607 2700K .......... .......... .......... .......... .......... 8% 174M 0s
80608 2750K .......... .......... .......... .......... .......... 9% 173M 0s
80609 2800K .......... .......... .......... .......... .......... 9% 164M 0s
80610 2850K .......... .......... .......... .......... .......... 9% 137M 0s
80611 2900K .......... .......... .......... .......... .......... 9% 171M 0s
80612 2950K .......... .......... .......... .......... .......... 9% 170M 0s
80613 3000K .......... .......... .......... .......... .......... 9% 132M 0s
80614 3050K .......... .......... .......... .......... .......... 9% 149M 0s
80615 3100K .......... .......... .......... .......... .......... 10% 169M 0s
80616 3150K .......... .......... .......... .......... .......... 10% 170M 0s
80617 3200K .......... .......... .......... .......... .......... 10% 51.5M 0s
80618 3250K .......... .......... .......... .......... .......... 10% 144M 0s
80619 3300K .......... .......... .......... .......... .......... 10% 272M 0s
80620 3350K .......... .......... .......... .......... .......... 10% 50.2M 0s
80621 3400K .......... .......... .......... .......... .......... 11% 288M 0s
80622 3450K .......... .......... .......... .......... .......... 11% 233M 0s
80623 3500K .......... .......... .......... .......... .......... 11% 35.8M 0s
80624 3550K .......... .......... .......... .......... .......... 11% 271M 0s
80625 3600K .......... .......... .......... .......... .......... 11% 51.4M 0s
80626 3650K .......... .......... .......... .......... .......... 11% 155M 0s
80627 3700K .......... .......... .......... .......... .......... 12% 224M 0s
80628 3750K .......... .......... .......... .......... .......... 12% 42.5M 0s
80629 3800K .......... .......... .......... .......... .......... 12% 229M 0s
80630 3850K .......... .......... .......... .......... .......... 12% 241M 0s
80631 3900K .......... .......... .......... .......... .......... 12% 48.7M 0s
80632 3950K .......... .......... .......... .......... .......... 12% 224M 0s
80633 4000K .......... .......... .......... .......... .......... 13% 50.4M 0s
80634 4050K .......... .......... .......... .......... .......... 13% 227M 0s
80635 4100K .......... .......... .......... .......... .......... 13% 243M 0s
80636 4150K .......... .......... .......... .......... .......... 13% 44.9M 0s
80637 4200K .......... .......... .......... .......... .......... 13% 267M 0s
80638 4250K .......... .......... .......... .......... .......... 13% 55.6M 0s
80639 4300K .......... .......... .......... .......... .......... 14% 171M 0s
80640 4350K .......... .......... .......... .......... .......... 14% 199M 0s
80641 4400K .......... .......... .......... .......... .......... 14% 54.4M 0s
80642 4450K .......... .......... .......... .......... .......... 14% 246M 0s
80643 4500K .......... .......... .......... .......... .......... 14% 246M 0s
80644 4550K .......... .......... .......... .......... .......... 14% 37.9M 0s
80645 4600K .......... .......... .......... .......... .......... 14% 277M 0s
80646 4650K .......... .......... .......... .......... .......... 15% 263M 0s
80647 4700K .......... .......... .......... .......... .......... 15% 250M 0s
80648 4750K .......... .......... .......... .......... .......... 15% 219M 0s
80649 4800K .......... .......... .......... .......... .......... 15% 26.3M 0s
80650 4850K .......... .......... .......... .......... .......... 15% 234M 0s
80651 4900K .......... .......... .......... .......... .......... 15% 296M 0s
80652 4950K .......... .......... .......... .......... .......... 16% 289M 0s
80653 5000K .......... .......... .......... .......... .......... 16% 260M 0s
80654 5050K .......... .......... .......... .......... .......... 16% 238M 0s
80655 5100K .......... .......... .......... .......... .......... 16% 23.6M 0s
80656 5150K .......... .......... .......... .......... .......... 16% 193M 0s
80657 5200K .......... .......... .......... .......... .......... 16% 237M 0s
80658 5250K .......... .......... .......... .......... .......... 17% 292M 0s
80659 5300K .......... .......... .......... .......... .......... 17% 264M 0s
80660 5350K .......... .......... .......... .......... .......... 17% 190M 0s
80661 5400K .......... .......... .......... .......... .......... 17% 280M 0s
80662 5450K .......... .......... .......... .......... .......... 17% 45.4M 0s
80663 5500K .......... .......... .......... .......... .......... 17% 129M 0s
80664 5550K .......... .......... .......... .......... .......... 18% 109M 0s
80665 5600K .......... .......... .......... .......... .......... 18% 140M 0s
80666 5650K .......... .......... .......... .......... .......... 18% 130M 0s
80667 5700K .......... .......... .......... .......... .......... 18% 35.2M 0s
80668 5750K .......... .......... .......... .......... .......... 18% 139M 0s
80669 5800K .......... .......... .......... .......... .......... 18% 159M 0s
80670 5850K .......... .......... .......... .......... .......... 19% 120M 0s
80671 5900K .......... .......... .......... .......... .......... 19% 154M 0s
80672 5950K .......... .......... .......... .......... .......... 19% 141M 0s
80673 6000K .......... .......... .......... .......... .......... 19% 128M 0s
80674 6050K .......... .......... .......... .......... .......... 19% 125M 0s
80675 6100K .......... .......... .......... .......... .......... 19% 142M 0s
80676 6150K .......... .......... .......... .......... .......... 19% 135M 0s
80677 6200K .......... .......... .......... .......... .......... 20% 157M 0s
80678 6250K .......... .......... .......... .......... .......... 20% 111M 0s
80679 6300K .......... .......... .......... .......... .......... 20% 130M 0s
80680 6350K .......... .......... .......... .......... .......... 20% 153M 0s
80681 6400K .......... .......... .......... .......... .......... 20% 125M 0s
80682 6450K .......... .......... .......... .......... .......... 20% 121M 0s
80683 6500K .......... .......... .......... .......... .......... 21% 131M 0s
80684 6550K .......... .......... .......... .......... .......... 21% 124M 0s
80685 6600K .......... .......... .......... .......... .......... 21% 141M 0s
80686 6650K .......... .......... .......... .......... .......... 21% 99.0M 0s
80687 6700K .......... .......... .......... .......... .......... 21% 141M 0s
80688 6750K .......... .......... .......... .......... .......... 21% 135M 0s
80689 6800K .......... .......... .......... .......... .......... 22% 136M 0s
80690 6850K .......... .......... .......... .......... .......... 22% 126M 0s
80691 6900K .......... .......... .......... .......... .......... 22% 126M 0s
80692 6950K .......... .......... .......... .......... .......... 22% 132M 0s
80693 7000K .......... .......... .......... .......... .......... 22% 147M 0s
80694 7050K .......... .......... .......... .......... .......... 22% 114M 0s
80695 7100K .......... .......... .......... .......... .......... 23% 140M 0s
80696 7150K .......... .......... .......... .......... .......... 23% 152M 0s
80697 7200K .......... .......... .......... .......... .......... 23% 121M 0s
80698 7250K .......... .......... .......... .......... .......... 23% 117M 0s
80699 7300K .......... .......... .......... .......... .......... 23% 133M 0s
80700 7350K .......... .......... .......... .......... .......... 23% 138M 0s
80701 7400K .......... .......... .......... .......... .......... 24% 140M 0s
80702 7450K .......... .......... .......... .......... .......... 24% 116M 0s
80703 7500K .......... .......... .......... .......... .......... 24% 149M 0s
80704 7550K .......... .......... .......... .......... .......... 24% 163M 0s
80705 7600K .......... .......... .......... .......... .......... 24% 103M 0s
80706 7650K .......... .......... .......... .......... .......... 24% 131M 0s
80707 7700K .......... .......... .......... .......... .......... 24% 149M 0s
80708 7750K .......... .......... .......... .......... .......... 25% 147M 0s
80709 7800K .......... .......... .......... .......... .......... 25% 159M 0s
80710 7850K .......... .......... .......... .......... .......... 25% 132M 0s
80711 7900K .......... .......... .......... .......... .......... 25% 140M 0s
80712 7950K .......... .......... .......... .......... .......... 25% 163M 0s
80713 8000K .......... .......... .......... .......... .......... 25% 136M 0s
80714 8050K .......... .......... .......... .......... .......... 26% 125M 0s
80715 8100K .......... .......... .......... .......... .......... 26% 170M 0s
80716 8150K .......... .......... .......... .......... .......... 26% 139M 0s
80717 8200K .......... .......... .......... .......... .......... 26% 148M 0s
80718 8250K .......... .......... .......... .......... .......... 26% 142M 0s
80719 8300K .......... .......... .......... .......... .......... 26% 146M 0s
80720 8350K .......... .......... .......... .......... .......... 27% 144M 0s
80721 8400K .......... .......... .......... .......... .......... 27% 168M 0s
80722 8450K .......... .......... .......... .......... .......... 27% 124M 0s
80723 8500K .......... .......... .......... .......... .......... 27% 145M 0s
80724 8550K .......... .......... .......... .......... .......... 27% 173M 0s
80725 8600K .......... .......... .......... .......... .......... 27% 152M 0s
80726 8650K .......... .......... .......... .......... .......... 28% 123M 0s
80727 8700K .......... .......... .......... .......... .......... 28% 173M 0s
80728 8750K .......... .......... .......... .......... .......... 28% 135M 0s
80729 8800K .......... .......... .......... .......... .......... 28% 144M 0s
80730 8850K .......... .......... .......... .......... .......... 28% 144M 0s
80731 8900K .......... .......... .......... .......... .......... 28% 138M 0s
80732 8950K .......... .......... .......... .......... .......... 29% 149M 0s
80733 9000K .......... .......... .......... .......... .......... 29% 170M 0s
80734 9050K .......... .......... .......... .......... .......... 29% 122M 0s
80735 9100K .......... .......... .......... .......... .......... 29% 150M 0s
80736 9150K .......... .......... .......... .......... .......... 29% 175M 0s
80737 9200K .......... .......... .......... .......... .......... 29% 64.8M 0s
80738 9250K .......... .......... .......... .......... .......... 29% 140M 0s
80739 9300K .......... .......... .......... .......... .......... 30% 129M 0s
80740 9350K .......... .......... .......... .......... .......... 30% 136M 0s
80741 9400K .......... .......... .......... .......... .......... 30% 175M 0s
80742 9450K .......... .......... .......... .......... .......... 30% 180M 0s
80743 9500K .......... .......... .......... .......... .......... 30% 148M 0s
80744 9550K .......... .......... .......... .......... .......... 30% 166M 0s
80745 9600K .......... .......... .......... .......... .......... 31% 129M 0s
80746 9650K .......... .......... .......... .......... .......... 31% 129M 0s
80747 9700K .......... .......... .......... .......... .......... 31% 164M 0s
80748 9750K .......... .......... .......... .......... .......... 31% 132M 0s
80749 9800K .......... .......... .......... .......... .......... 31% 153M 0s
80750 9850K .......... .......... .......... .......... .......... 31% 141M 0s
80751 9900K .......... .......... .......... .......... .......... 32% 104M 0s
80752 9950K .......... .......... .......... .......... .......... 32% 157M 0s
80753 10000K .......... .......... .......... .......... .......... 32% 165M 0s
80754 10050K .......... .......... .......... .......... .......... 32% 108M 0s
80755 10100K .......... .......... .......... .......... .......... 32% 159M 0s
80756 10150K .......... .......... .......... .......... .......... 32% 137M 0s
80757 10200K .......... .......... .......... .......... .......... 33% 148M 0s
80758 10250K .......... .......... .......... .......... .......... 33% 135M 0s
80759 10300K .......... .......... .......... .......... .......... 33% 140M 0s
80760 10350K .......... .......... .......... .......... .......... 33% 144M 0s
80761 10400K .......... .......... .......... .......... .......... 33% 168M 0s
80762 10450K .......... .......... .......... .......... .......... 33% 107M 0s
80763 10500K .......... .......... .......... .......... .......... 34% 137M 0s
80764 10550K .......... .......... .......... .......... .......... 34% 167M 0s
80765 10600K .......... .......... .......... .......... .......... 34% 138M 0s
80766 10650K .......... .......... .......... .......... .......... 34% 128M 0s
80767 10700K .......... .......... .......... .......... .......... 34% 161M 0s
80768 10750K .......... .......... .......... .......... .......... 34% 138M 0s
80769 10800K .......... .......... .......... .......... .......... 34% 150M 0s
80770 10850K .......... .......... .......... .......... .......... 35% 134M 0s
80771 10900K .......... .......... .......... .......... .......... 35% 130M 0s
80772 10950K .......... .......... .......... .......... .......... 35% 146M 0s
80773 11000K .......... .......... .......... .......... .......... 35% 166M 0s
80774 11050K .......... .......... .......... .......... .......... 35% 116M 0s
80775 11100K .......... .......... .......... .......... .......... 35% 158M 0s
80776 11150K .......... .......... .......... .......... .......... 36% 149M 0s
80777 11200K .......... .......... .......... .......... .......... 36% 148M 0s
80778 11250K .......... .......... .......... .......... .......... 36% 133M 0s
80779 11300K .......... .......... .......... .......... .......... 36% 144M 0s
80780 11350K .......... .......... .......... .......... .......... 36% 151M 0s
80781 11400K .......... .......... .......... .......... .......... 36% 152M 0s
80782 11450K .......... .......... .......... .......... .......... 37% 61.2M 0s
80783 11500K .......... .......... .......... .......... .......... 37% 162M 0s
80784 11550K .......... .......... .......... .......... .......... 37% 142M 0s
80785 11600K .......... .......... .......... .......... .......... 37% 144M 0s
80786 11650K .......... .......... .......... .......... .......... 37% 144M 0s
80787 11700K .......... .......... .......... .......... .......... 37% 139M 0s
80788 11750K .......... .......... .......... .......... .......... 38% 143M 0s
80789 11800K .......... .......... .......... .......... .......... 38% 170M 0s
80790 11850K .......... .......... .......... .......... .......... 38% 120M 0s
80791 11900K .......... .......... .......... .......... .......... 38% 137M 0s
80792 11950K .......... .......... .......... .......... .......... 38% 147M 0s
80793 12000K .......... .......... .......... .......... .......... 38% 131M 0s
80794 12050K .......... .......... .......... .......... .......... 39% 133M 0s
80795 12100K .......... .......... .......... .......... .......... 39% 163M 0s
80796 12150K .......... .......... .......... .......... .......... 39% 128M 0s
80797 12200K .......... .......... .......... .......... .......... 39% 153M 0s
80798 12250K .......... .......... .......... .......... .......... 39% 123M 0s
80799 12300K .......... .......... .......... .......... .......... 39% 150M 0s
80800 12350K .......... .......... .......... .......... .......... 39% 156M 0s
80801 12400K .......... .......... .......... .......... .......... 40% 160M 0s
80802 12450K .......... .......... .......... .......... .......... 40% 121M 0s
80803 12500K .......... .......... .......... .......... .......... 40% 150M 0s
80804 12550K .......... .......... .......... .......... .......... 40% 148M 0s
80805 12600K .......... .......... .......... .......... .......... 40% 149M 0s
80806 12650K .......... .......... .......... .......... .......... 40% 134M 0s
80807 12700K .......... .......... .......... .......... .......... 41% 147M 0s
80808 12750K .......... .......... .......... .......... .......... 41% 147M 0s
80809 12800K .......... .......... .......... .......... .......... 41% 155M 0s
80810 12850K .......... .......... .......... .......... .......... 41% 126M 0s
80811 12900K .......... .......... .......... .......... .......... 41% 147M 0s
80812 12950K .......... .......... .......... .......... .......... 41% 160M 0s
80813 13000K .......... .......... .......... .......... .......... 42% 73.8M 0s
80814 13050K .......... .......... .......... .......... .......... 42% 131M 0s
80815 13100K .......... .......... .......... .......... .......... 42% 143M 0s
80816 13150K .......... .......... .......... .......... .......... 42% 133M 0s
80817 13200K .......... .......... .......... .......... .......... 42% 166M 0s
80818 13250K .......... .......... .......... .......... .......... 42% 123M 0s
80819 13300K .......... .......... .......... .......... .......... 43% 142M 0s
80820 13350K .......... .......... .......... .......... .......... 43% 172M 0s
80821 13400K .......... .......... .......... .......... .......... 43% 134M 0s
80822 13450K .......... .......... .......... .......... .......... 43% 126M 0s
80823 13500K .......... .......... .......... .......... .......... 43% 167M 0s
80824 13550K .......... .......... .......... .......... .......... 43% 137M 0s
80825 13600K .......... .......... .......... .......... .......... 44% 150M 0s
80826 13650K .......... .......... .......... .......... .......... 44% 131M 0s
80827 13700K .......... .......... .......... .......... .......... 44% 134M 0s
80828 13750K .......... .......... .......... .......... .......... 44% 149M 0s
80829 13800K .......... .......... .......... .......... .......... 44% 164M 0s
80830 13850K .......... .......... .......... .......... .......... 44% 121M 0s
80831 13900K .......... .......... .......... .......... .......... 44% 156M 0s
80832 13950K .......... .......... .......... .......... .......... 45% 164M 0s
80833 14000K .......... .......... .......... .......... .......... 45% 130M 0s
80834 14050K .......... .......... .......... .......... .......... 45% 135M 0s
80835 14100K .......... .......... .......... .......... .......... 45% 160M 0s
80836 14150K .......... .......... .......... .......... .......... 45% 140M 0s
80837 14200K .......... .......... .......... .......... .......... 45% 151M 0s
80838 14250K .......... .......... .......... .......... .......... 46% 141M 0s
80839 14300K .......... .......... .......... .......... .......... 46% 139M 0s
80840 14350K .......... .......... .......... .......... .......... 46% 149M 0s
80841 14400K .......... .......... .......... .......... .......... 46% 167M 0s
80842 14450K .......... .......... .......... .......... .......... 46% 125M 0s
80843 14500K .......... .......... .......... .......... .......... 46% 154M 0s
80844 14550K .......... .......... .......... .......... .......... 47% 167M 0s
80845 14600K .......... .......... .......... .......... .......... 47% 134M 0s
80846 14650K .......... .......... .......... .......... .......... 47% 133M 0s
80847 14700K .......... .......... .......... .......... .......... 47% 165M 0s
80848 14750K .......... .......... .......... .......... .......... 47% 104M 0s
80849 14800K .......... .......... .......... .......... .......... 47% 157M 0s
80850 14850K .......... .......... .......... .......... .......... 48% 128M 0s
80851 14900K .......... .......... .......... .......... .......... 48% 146M 0s
80852 14950K .......... .......... .......... .......... .......... 48% 157M 0s
80853 15000K .......... .......... .......... .......... .......... 48% 146M 0s
80854 15050K .......... .......... .......... .......... .......... 48% 125M 0s
80855 15100K .......... .......... .......... .......... .......... 48% 162M 0s
80856 15150K .......... .......... .......... .......... .......... 49% 192M 0s
80857 15200K .......... .......... .......... .......... .......... 49% 150M 0s
80858 15250K .......... .......... .......... .......... .......... 49% 132M 0s
80859 15300K .......... .......... .......... .......... .......... 49% 143M 0s
80860 15350K .......... .......... .......... .......... .......... 49% 145M 0s
80861 15400K .......... .......... .......... .......... .......... 49% 157M 0s
80862 15450K .......... .......... .......... .......... .......... 49% 129M 0s
80863 15500K .......... .......... .......... .......... .......... 50% 139M 0s
80864 15550K .......... .......... .......... .......... .......... 50% 164M 0s
80865 15600K .......... .......... .......... .......... .......... 50% 144M 0s
80866 15650K .......... .......... .......... .......... .......... 50% 123M 0s
80867 15700K .......... .......... .......... .......... .......... 50% 171M 0s
80868 15750K .......... .......... .......... .......... .......... 50% 138M 0s
80869 15800K .......... .......... .......... .......... .......... 51% 146M 0s
80870 15850K .......... .......... .......... .......... .......... 51% 142M 0s
80871 15900K .......... .......... .......... .......... .......... 51% 145M 0s
80872 15950K .......... .......... .......... .......... .......... 51% 141M 0s
80873 16000K .......... .......... .......... .......... .......... 51% 165M 0s
80874 16050K .......... .......... .......... .......... .......... 51% 125M 0s
80875 16100K .......... .......... .......... .......... .......... 52% 143M 0s
80876 16150K .......... .......... .......... .......... .......... 52% 173M 0s
80877 16200K .......... .......... .......... .......... .......... 52% 147M 0s
80878 16250K .......... .......... .......... .......... .......... 52% 123M 0s
80879 16300K .......... .......... .......... .......... .......... 52% 172M 0s
80880 16350K .......... .......... .......... .......... .......... 52% 129M 0s
80881 16400K .......... .......... .......... .......... .......... 53% 147M 0s
80882 16450K .......... .......... .......... .......... .......... 53% 144M 0s
80883 16500K .......... .......... .......... .......... .......... 53% 100M 0s
80884 16550K .......... .......... .......... .......... .......... 53% 152M 0s
80885 16600K .......... .......... .......... .......... .......... 53% 130M 0s
80886 16650K .......... .......... .......... .......... .......... 53% 121M 0s
80887 16700K .......... .......... .......... .......... .......... 54% 165M 0s
80888 16750K .......... .......... .......... .......... .......... 54% 144M 0s
80889 16800K .......... .......... .......... .......... .......... 54% 150M 0s
80890 16850K .......... .......... .......... .......... .......... 54% 134M 0s
80891 16900K .......... .......... .......... .......... .......... 54% 143M 0s
80892 16950K .......... .......... .......... .......... .......... 54% 142M 0s
80893 17000K .......... .......... .......... .......... .......... 54% 160M 0s
80894 17050K .......... .......... .......... .......... .......... 55% 130M 0s
80895 17100K .......... .......... .......... .......... .......... 55% 139M 0s
80896 17150K .......... .......... .......... .......... .......... 55% 170M 0s
80897 17200K .......... .......... .......... .......... .......... 55% 149M 0s
80898 17250K .......... .......... .......... .......... .......... 55% 121M 0s
80899 17300K .......... .......... .......... .......... .......... 55% 168M 0s
80900 17350K .......... .......... .......... .......... .......... 56% 143M 0s
80901 17400K .......... .......... .......... .......... .......... 56% 143M 0s
80902 17450K .......... .......... .......... .......... .......... 56% 149M 0s
80903 17500K .......... .......... .......... .......... .......... 56% 135M 0s
80904 17550K .......... .......... .......... .......... .......... 56% 146M 0s
80905 17600K .......... .......... .......... .......... .......... 56% 172M 0s
80906 17650K .......... .......... .......... .......... .......... 57% 122M 0s
80907 17700K .......... .......... .......... .......... .......... 57% 140M 0s
80908 17750K .......... .......... .......... .......... .......... 57% 167M 0s
80909 17800K .......... .......... .......... .......... .......... 57% 137M 0s
80910 17850K .......... .......... .......... .......... .......... 57% 129M 0s
80911 17900K .......... .......... .......... .......... .......... 57% 163M 0s
80912 17950K .......... .......... .......... .......... .......... 58% 137M 0s
80913 18000K .......... .......... .......... .......... .......... 58% 152M 0s
80914 18050K .......... .......... .......... .......... .......... 58% 132M 0s
80915 18100K .......... .......... .......... .......... .......... 58% 64.1M 0s
80916 18150K .......... .......... .......... .......... .......... 58% 162M 0s
80917 18200K .......... .......... .......... .......... .......... 58% 121M 0s
80918 18250K .......... .......... .......... .......... .......... 59% 127M 0s
80919 18300K .......... .......... .......... .......... .......... 59% 144M 0s
80920 18350K .......... .......... .......... .......... .......... 59% 140M 0s
80921 18400K .......... .......... .......... .......... .......... 59% 164M 0s
80922 18450K .......... .......... .......... .......... .......... 59% 123M 0s
80923 18500K .......... .......... .......... .......... .......... 59% 144M 0s
80924 18550K .......... .......... .......... .......... .......... 59% 171M 0s
80925 18600K .......... .......... .......... .......... .......... 60% 134M 0s
80926 18650K .......... .......... .......... .......... .......... 60% 124M 0s
80927 18700K .......... .......... .......... .......... .......... 60% 170M 0s
80928 18750K .......... .......... .......... .......... .......... 60% 134M 0s
80929 18800K .......... .......... .......... .......... .......... 60% 150M 0s
80930 18850K .......... .......... .......... .......... .......... 60% 140M 0s
80931 18900K .......... .......... .......... .......... .......... 61% 139M 0s
80932 18950K .......... .......... .......... .......... .......... 61% 149M 0s
80933 19000K .......... .......... .......... .......... .......... 61% 173M 0s
80934 19050K .......... .......... .......... .......... .......... 61% 119M 0s
80935 19100K .......... .......... .......... .......... .......... 61% 150M 0s
80936 19150K .......... .......... .......... .......... .......... 61% 172M 0s
80937 19200K .......... .......... .......... .......... .......... 62% 124M 0s
80938 19250K .......... .......... .......... .......... .......... 62% 137M 0s
80939 19300K .......... .......... .......... .......... .......... 62% 164M 0s
80940 19350K .......... .......... .......... .......... .......... 62% 137M 0s
80941 19400K .......... .......... .......... .......... .......... 62% 150M 0s
80942 19450K .......... .......... .......... .......... .......... 62% 130M 0s
80943 19500K .......... .......... .......... .......... .......... 63% 140M 0s
80944 19550K .......... .......... .......... .......... .......... 63% 153M 0s
80945 19600K .......... .......... .......... .......... .......... 63% 154M 0s
80946 19650K .......... .......... .......... .......... .......... 63% 62.7M 0s
80947 19700K .......... .......... .......... .......... .......... 63% 192M 0s
80948 19750K .......... .......... .......... .......... .......... 63% 153M 0s
80949 19800K .......... .......... .......... .......... .......... 64% 165M 0s
80950 19850K .......... .......... .......... .......... .......... 64% 148M 0s
80951 19900K .......... .......... .......... .......... .......... 64% 152M 0s
80952 19950K .......... .......... .......... .......... .......... 64% 163M 0s
80953 20000K .......... .......... .......... .......... .......... 64% 197M 0s
80954 20050K .......... .......... .......... .......... .......... 64% 115M 0s
80955 20100K .......... .......... .......... .......... .......... 64% 152M 0s
80956 20150K .......... .......... .......... .......... .......... 65% 185M 0s
80957 20200K .......... .......... .......... .......... .......... 65% 155M 0s
80958 20250K .......... .......... .......... .......... .......... 65% 136M 0s
80959 20300K .......... .......... .......... .......... .......... 65% 174M 0s
80960 20350K .......... .......... .......... .......... .......... 65% 170M 0s
80961 20400K .......... .......... .......... .......... .......... 65% 161M 0s
80962 20450K .......... .......... .......... .......... .......... 66% 146M 0s
80963 20500K .......... .......... .......... .......... .......... 66% 175M 0s
80964 20550K .......... .......... .......... .......... .......... 66% 128M 0s
80965 20600K .......... .......... .......... .......... .......... 66% 151M 0s
80966 20650K .......... .......... .......... .......... .......... 66% 164M 0s
80967 20700K .......... .......... .......... .......... .......... 66% 140M 0s
80968 20750K .......... .......... .......... .......... .......... 67% 161M 0s
80969 20800K .......... .......... .......... .......... .......... 67% 168M 0s
80970 20850K .......... .......... .......... .......... .......... 67% 125M 0s
80971 20900K .......... .......... .......... .......... .......... 67% 160M 0s
80972 20950K .......... .......... .......... .......... .......... 67% 205M 0s
80973 21000K .......... .......... .......... .......... .......... 67% 131M 0s
80974 21050K .......... .......... .......... .......... .......... 68% 225M 0s
80975 21100K .......... .......... .......... .......... .......... 68% 208M 0s
80976 21150K .......... .......... .......... .......... .......... 68% 177M 0s
80977 21200K .......... .......... .......... .......... .......... 68% 161M 0s
80978 21250K .......... .......... .......... .......... .......... 68% 154M 0s
80979 21300K .......... .......... .......... .......... .......... 68% 185M 0s
80980 21350K .......... .......... .......... .......... .......... 69% 71.4M 0s
80981 21400K .......... .......... .......... .......... .......... 69% 177M 0s
80982 21450K .......... .......... .......... .......... .......... 69% 133M 0s
80983 21500K .......... .......... .......... .......... .......... 69% 157M 0s
80984 21550K .......... .......... .......... .......... .......... 69% 180M 0s
80985 21600K .......... .......... .......... .......... .......... 69% 246M 0s
80986 21650K .......... .......... .......... .......... .......... 69% 141M 0s
80987 21700K .......... .......... .......... .......... .......... 70% 162M 0s
80988 21750K .......... .......... .......... .......... .......... 70% 189M 0s
80989 21800K .......... .......... .......... .......... .......... 70% 186M 0s
80990 21850K .......... .......... .......... .......... .......... 70% 173M 0s
80991 21900K .......... .......... .......... .......... .......... 70% 169M 0s
80992 21950K .......... .......... .......... .......... .......... 70% 164M 0s
80993 22000K .......... .......... .......... .......... .......... 71% 146M 0s
80994 22050K .......... .......... .......... .......... .......... 71% 169M 0s
80995 22100K .......... .......... .......... .......... .......... 71% 197M 0s
80996 22150K .......... .......... .......... .......... .......... 71% 138M 0s
80997 22200K .......... .......... .......... .......... .......... 71% 144M 0s
80998 22250K .......... .......... .......... .......... .......... 71% 162M 0s
80999 22300K .......... .......... .......... .......... .......... 72% 213M 0s
81000 22350K .......... .......... .......... .......... .......... 72% 159M 0s
81001 22400K .......... .......... .......... .......... .......... 72% 157M 0s
81002 22450K .......... .......... .......... .......... .......... 72% 141M 0s
81003 22500K .......... .......... .......... .......... .......... 72% 178M 0s
81004 22550K .......... .......... .......... .......... .......... 72% 172M 0s
81005 22600K .......... .......... .......... .......... .......... 73% 157M 0s
81006 22650K .......... .......... .......... .......... .......... 73% 129M 0s
81007 22700K .......... .......... .......... .......... .......... 73% 158M 0s
81008 22750K .......... .......... .......... .......... .......... 73% 246M 0s
81009 22800K .......... .......... .......... .......... .......... 73% 154M 0s
81010 22850K .......... .......... .......... .......... .......... 73% 134M 0s
81011 22900K .......... .......... .......... .......... .......... 74% 164M 0s
81012 22950K .......... .......... .......... .......... .......... 74% 168M 0s
81013 23000K .......... .......... .......... .......... .......... 74% 229M 0s
81014 23050K .......... .......... .......... .......... .......... 74% 152M 0s
81015 23100K .......... .......... .......... .......... .......... 74% 189M 0s
81016 23150K .......... .......... .......... .......... .......... 74% 144M 0s
81017 23200K .......... .......... .......... .......... .......... 74% 216M 0s
81018 23250K .......... .......... .......... .......... .......... 75% 156M 0s
81019 23300K .......... .......... .......... .......... .......... 75% 156M 0s
81020 23350K .......... .......... .......... .......... .......... 75% 160M 0s
81021 23400K .......... .......... .......... .......... .......... 75% 164M 0s
81022 23450K .......... .......... .......... .......... .......... 75% 196M 0s
81023 23500K .......... .......... .......... .......... .......... 75% 170M 0s
81024 23550K .......... .......... .......... .......... .......... 76% 141M 0s
81025 23600K .......... .......... .......... .......... .......... 76% 176M 0s
81026 23650K .......... .......... .......... .......... .......... 76% 137M 0s
81027 23700K .......... .......... .......... .......... .......... 76% 226M 0s
81028 23750K .......... .......... .......... .......... .......... 76% 156M 0s
81029 23800K .......... .......... .......... .......... .......... 76% 170M 0s
81030 23850K .......... .......... .......... .......... .......... 77% 136M 0s
81031 23900K .......... .......... .......... .......... .......... 77% 182M 0s
81032 23950K .......... .......... .......... .......... .......... 77% 205M 0s
81033 24000K .......... .......... .......... .......... .......... 77% 134M 0s
81034 24050K .......... .......... .......... .......... .......... 77% 135M 0s
81035 24100K .......... .......... .......... .......... .......... 77% 197M 0s
81036 24150K .......... .......... .......... .......... .......... 78% 204M 0s
81037 24200K .......... .......... .......... .......... .......... 78% 151M 0s
81038 24250K .......... .......... .......... .......... .......... 78% 156M 0s
81039 24300K .......... .......... .......... .......... .......... 78% 151M 0s
81040 24350K .......... .......... .......... .......... .......... 78% 158M 0s
81041 24400K .......... .......... .......... .......... .......... 78% 202M 0s
81042 24450K .......... .......... .......... .......... .......... 79% 172M 0s
81043 24500K .......... .......... .......... .......... .......... 79% 165M 0s
81044 24550K .......... .......... .......... .......... .......... 79% 149M 0s
81045 24600K .......... .......... .......... .......... .......... 79% 224M 0s
81046 24650K .......... .......... .......... .......... .......... 79% 173M 0s
81047 24700K .......... .......... .......... .......... .......... 79% 135M 0s
81048 24750K .......... .......... .......... .......... .......... 79% 156M 0s
81049 24800K .......... .......... .......... .......... .......... 80% 170M 0s
81050 24850K .......... .......... .......... .......... .......... 80% 150M 0s
81051 24900K .......... .......... .......... .......... .......... 80% 201M 0s
81052 24950K .......... .......... .......... .......... .......... 80% 182M 0s
81053 25000K .......... .......... .......... .......... .......... 80% 171M 0s
81054 25050K .......... .......... .......... .......... .......... 80% 142M 0s
81055 25100K .......... .......... .......... .......... .......... 81% 212M 0s
81056 25150K .......... .......... .......... .......... .......... 81% 156M 0s
81057 25200K .......... .......... .......... .......... .......... 81% 151M 0s
81058 25250K .......... .......... .......... .......... .......... 81% 152M 0s
81059 25300K .......... .......... .......... .......... .......... 81% 226M 0s
81060 25350K .......... .......... .......... .......... .......... 81% 182M 0s
81061 25400K .......... .......... .......... .......... .......... 82% 155M 0s
81062 25450K .......... .......... .......... .......... .......... 82% 147M 0s
81063 25500K .......... .......... .......... .......... .......... 82% 163M 0s
81064 25550K .......... .......... .......... .......... .......... 82% 208M 0s
81065 25600K .......... .......... .......... .......... .......... 82% 151M 0s
81066 25650K .......... .......... .......... .......... .......... 82% 149M 0s
81067 25700K .......... .......... .......... .......... .......... 83% 155M 0s
81068 25750K .......... .......... .......... .......... .......... 83% 183M 0s
81069 25800K .......... .......... .......... .......... .......... 83% 241M 0s
81070 25850K .......... .......... .......... .......... .......... 83% 138M 0s
81071 25900K .......... .......... .......... .......... .......... 83% 154M 0s
81072 25950K .......... .......... .......... .......... .......... 83% 157M 0s
81073 26000K .......... .......... .......... .......... .......... 84% 197M 0s
81074 26050K .......... .......... .......... .......... .......... 84% 153M 0s
81075 26100K .......... .......... .......... .......... .......... 84% 156M 0s
81076 26150K .......... .......... .......... .......... .......... 84% 179M 0s
81077 26200K .......... .......... .......... .......... .......... 84% 170M 0s
81078 26250K .......... .......... .......... .......... .......... 84% 171M 0s
81079 26300K .......... .......... .......... .......... .......... 84% 181M 0s
81080 26350K .......... .......... .......... .......... .......... 85% 175M 0s
81081 26400K .......... .......... .......... .......... .......... 85% 148M 0s
81082 26450K .......... .......... .......... .......... .......... 85% 151M 0s
81083 26500K .......... .......... .......... .......... .......... 85% 257M 0s
81084 26550K .......... .......... .......... .......... .......... 85% 168M 0s
81085 26600K .......... .......... .......... .......... .......... 85% 154M 0s
81086 26650K .......... .......... .......... .......... .......... 86% 150M 0s
81087 26700K .......... .......... .......... .......... .......... 86% 205M 0s
81088 26750K .......... .......... .......... .......... .......... 86% 178M 0s
81089 26800K .......... .......... .......... .......... .......... 86% 162M 0s
81090 26850K .......... .......... .......... .......... .......... 86% 168M 0s
81091 26900K .......... .......... .......... .......... .......... 86% 172M 0s
81092 26950K .......... .......... .......... .......... .......... 87% 211M 0s
81093 27000K .......... .......... .......... .......... .......... 87% 158M 0s
81094 27050K .......... .......... .......... .......... .......... 87% 160M 0s
81095 27100K .......... .......... .......... .......... .......... 87% 139M 0s
81096 27150K .......... .......... .......... .......... .......... 87% 170M 0s
81097 27200K .......... .......... .......... .......... .......... 87% 271M 0s
81098 27250K .......... .......... .......... .......... .......... 88% 143M 0s
81099 27300K .......... .......... .......... .......... .......... 88% 150M 0s
81100 27350K .......... .......... .......... .......... .......... 88% 158M 0s
81101 27400K .......... .......... .......... .......... .......... 88% 216M 0s
81102 27450K .......... .......... .......... .......... .......... 88% 151M 0s
81103 27500K .......... .......... .......... .......... .......... 88% 161M 0s
81104 27550K .......... .......... .......... .......... .......... 89% 180M 0s
81105 27600K .......... .......... .......... .......... .......... 89% 148M 0s
81106 27650K .......... .......... .......... .......... .......... 89% 164M 0s
81107 27700K .......... .......... .......... .......... .......... 89% 225M 0s
81108 27750K .......... .......... .......... .......... .......... 89% 151M 0s
81109 27800K .......... .......... .......... .......... .......... 89% 150M 0s
81110 27850K .......... .......... .......... .......... .......... 89% 143M 0s
81111 27900K .......... .......... .......... .......... .......... 90% 249M 0s
81112 27950K .......... .......... .......... .......... .......... 90% 163M 0s
81113 28000K .......... .......... .......... .......... .......... 90% 159M 0s
81114 28050K .......... .......... .......... .......... .......... 90% 171M 0s
81115 28100K .......... .......... .......... .......... .......... 90% 182M 0s
81116 28150K .......... .......... .......... .......... .......... 90% 181M 0s
81117 28200K .......... .......... .......... .......... .......... 91% 149M 0s
81118 28250K .......... .......... .......... .......... .......... 91% 159M 0s
81119 28300K .......... .......... .......... .......... .......... 91% 144M 0s
81120 28350K .......... .......... .......... .......... .......... 91% 204M 0s
81121 28400K .......... .......... .......... .......... .......... 91% 179M 0s
81122 28450K .......... .......... .......... .......... .......... 91% 136M 0s
81123 28500K .......... .......... .......... .......... .......... 92% 156M 0s
81124 28550K .......... .......... .......... .......... .......... 92% 191M 0s
81125 28600K .......... .......... .......... .......... .......... 92% 226M 0s
81126 28650K .......... .......... .......... .......... .......... 92% 129M 0s
81127 28700K .......... .......... .......... .......... .......... 92% 155M 0s
81128 28750K .......... .......... .......... .......... .......... 92% 184M 0s
81129 28800K .......... .......... .......... .......... .......... 93% 182M 0s
81130 28850K .......... .......... .......... .......... .......... 93% 157M 0s
81131 28900K .......... .......... .......... .......... .......... 93% 166M 0s
81132 28950K .......... .......... .......... .......... .......... 93% 155M 0s
81133 29000K .......... .......... .......... .......... .......... 93% 172M 0s
81134 29050K .......... .......... .......... .......... .......... 93% 180M 0s
81135 29100K .......... .......... .......... .......... .......... 94% 218M 0s
81136 29150K .......... .......... .......... .......... .......... 94% 151M 0s
81137 29200K .......... .......... .......... .......... .......... 94% 161M 0s
81138 29250K .......... .......... .......... .......... .......... 94% 173M 0s
81139 29300K .......... .......... .......... .......... .......... 94% 211M 0s
81140 29350K .......... .......... .......... .......... .......... 94% 150M 0s
81141 29400K .......... .......... .......... .......... .......... 94% 172M 0s
81142 29450K .......... .......... .......... .......... .......... 95% 175M 0s
81143 29500K .......... .......... .......... .......... .......... 95% 235M 0s
81144 29550K .......... .......... .......... .......... .......... 95% 217M 0s
81145 29600K .......... .......... .......... .......... .......... 95% 208M 0s
81146 29650K .......... .......... .......... .......... .......... 95% 201M 0s
81147 29700K .......... .......... .......... .......... .......... 95% 218M 0s
81148 29750K .......... .......... .......... .......... .......... 96% 214M 0s
81149 29800K .......... .......... .......... .......... .......... 96% 223M 0s
81150 29850K .......... .......... .......... .......... .......... 96% 222M 0s
81151 29900K .......... .......... .......... .......... .......... 96% 242M 0s
81152 29950K .......... .......... .......... .......... .......... 96% 202M 0s
81153 30000K .......... .......... .......... .......... .......... 96% 247M 0s
81154 30050K .......... .......... .......... .......... .......... 97% 171M 0s
81155 30100K .......... .......... .......... .......... .......... 97% 226M 0s
81156 30150K .......... .......... .......... .......... .......... 97% 239M 0s
81157 30200K .......... .......... .......... .......... .......... 97% 198M 0s
81158 30250K .......... .......... .......... .......... .......... 97% 196M 0s
81159 30300K .......... .......... .......... .......... .......... 97% 242M 0s
81160 30350K .......... .......... .......... .......... .......... 98% 225M 0s
81161 30400K .......... .......... .......... .......... .......... 98% 190M 0s
81162 30450K .......... .......... .......... .......... .......... 98% 177M 0s
81163 30500K .......... .......... .......... .......... .......... 98% 283M 0s
81164 30550K .......... .......... .......... .......... .......... 98% 239M 0s
81165 30600K .......... .......... .......... .......... .......... 98% 234M 0s
81166 30650K .......... .......... .......... .......... .......... 99% 187M 0s
81167 30700K .......... .......... .......... .......... .......... 99% 210M 0s
81168 30750K .......... .......... .......... .......... .......... 99% 245M 0s
81169 30800K .......... .......... .......... .......... .......... 99% 190M 0s
81170 30850K .......... .......... .......... .......... .......... 99% 197M 0s
81171 30900K .......... .......... .......... .......... .......... 99% 218M 0s
81172 30950K .......... .......... .......... .......... .......... 99% 266M 0s
81173 31000K ......  100% 170M=0.2s
81174
811752015-12-29 19:42:53 (142 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
81176
81177 ---> 1788e76e4911
81178Removing intermediate container ee28ccc14eb8
81179Step 23 : WORKDIR /srv
81180 ---> Running in e9599e369d2e
81181 ---> c31cbdc80ae7
81182Removing intermediate container e9599e369d2e
81183Step 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*
81184 ---> Running in 0d6ea69a24b9
81185--2015-12-29 19:43:07-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
81186Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
81187Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
81188HTTP request sent, awaiting response... 200 OK
81189Length: 13161396 (13M) [application/x-bzip2]
81190Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
81191
81192 0K .......... .......... .......... .......... .......... 0% 80.8M 0s
81193 50K .......... .......... .......... .......... .......... 0% 108M 0s
81194 100K .......... .......... .......... .......... .......... 1% 113M 0s
81195 150K .......... .......... .......... .......... .......... 1% 155M 0s
81196 200K .......... .......... .......... .......... .......... 1% 127M 0s
81197 250K .......... .......... .......... .......... .......... 2% 133M 0s
81198 300K .......... .......... .......... .......... .......... 2% 147M 0s
81199 350K .......... .......... .......... .......... .......... 3% 46.0M 0s
81200 400K .......... .......... .......... .......... .......... 3% 74.4M 0s
81201 450K .......... .......... .......... .......... .......... 3% 42.5M 0s
81202 500K .......... .......... .......... .......... .......... 4% 86.3M 0s
81203 550K .......... .......... .......... .......... .......... 4% 75.2M 0s
81204 600K .......... .......... .......... .......... .......... 5% 89.2M 0s
81205 650K .......... .......... .......... .......... .......... 5% 97.4M 0s
81206 700K .......... .......... .......... .......... .......... 5% 83.2M 0s
81207 750K .......... .......... .......... .......... .......... 6% 83.3M 0s
81208 800K .......... .......... .......... .......... .......... 6% 61.0M 0s
81209 850K .......... .......... .......... .......... .......... 7% 83.0M 0s
81210 900K .......... .......... .......... .......... .......... 7% 87.2M 0s
81211 950K .......... .......... .......... .......... .......... 7% 69.2M 0s
81212 1000K .......... .......... .......... .......... .......... 8% 103M 0s
81213 1050K .......... .......... .......... .......... .......... 8% 145M 0s
81214 1100K .......... .......... .......... .......... .......... 8% 146M 0s
81215 1150K .......... .......... .......... .......... .......... 9% 120M 0s
81216 1200K .......... .......... .......... .......... .......... 9% 127M 0s
81217 1250K .......... .......... .......... .......... .......... 10% 151M 0s
81218 1300K .......... .......... .......... .......... .......... 10% 133M 0s
81219 1350K .......... .......... .......... .......... .......... 10% 122M 0s
81220 1400K .......... .......... .......... .......... .......... 11% 152M 0s
81221 1450K .......... .......... .......... .......... .......... 11% 132M 0s
81222 1500K .......... .......... .......... .......... .......... 12% 144M 0s
81223 1550K .......... .......... .......... .......... .......... 12% 130M 0s
81224 1600K .......... .......... .......... .......... .......... 12% 145M 0s
81225 1650K .......... .......... .......... .......... .......... 13% 142M 0s
81226 1700K .......... .......... .......... .......... .......... 13% 150M 0s
81227 1750K .......... .......... .......... .......... .......... 14% 121M 0s
81228 1800K .......... .......... .......... .......... .......... 14% 145M 0s
81229 1850K .......... .......... .......... .......... .......... 14% 146M 0s
81230 1900K .......... .......... .......... .......... .......... 15% 137M 0s
81231 1950K .......... .......... .......... .......... .......... 15% 130M 0s
81232 2000K .......... .......... .......... .......... .......... 15% 135M 0s
81233 2050K .......... .......... .......... .......... .......... 16% 140M 0s
81234 2100K .......... .......... .......... .......... .......... 16% 156M 0s
81235 2150K .......... .......... .......... .......... .......... 17% 120M 0s
81236 2200K .......... .......... .......... .......... .......... 17% 113M 0s
81237 2250K .......... .......... .......... .......... .......... 17% 115M 0s
81238 2300K .......... .......... .......... .......... .......... 18% 201M 0s
81239 2350K .......... .......... .......... .......... .......... 18% 128M 0s
81240 2400K .......... .......... .......... .......... .......... 19% 134M 0s
81241 2450K .......... .......... .......... .......... .......... 19% 130M 0s
81242 2500K .......... .......... .......... .......... .......... 19% 151M 0s
81243 2550K .......... .......... .......... .......... .......... 20% 117M 0s
81244 2600K .......... .......... .......... .......... .......... 20% 150M 0s
81245 2650K .......... .......... .......... .......... .......... 21% 155M 0s
81246 2700K .......... .......... .......... .......... .......... 21% 116M 0s
81247 2750K .......... .......... .......... .......... .......... 21% 127M 0s
81248 2800K .......... .......... .......... .......... .......... 22% 136M 0s
81249 2850K .......... .......... .......... .......... .......... 22% 138M 0s
81250 2900K .......... .......... .......... .......... .......... 22% 160M 0s
81251 2950K .......... .......... .......... .......... .......... 23% 118M 0s
81252 3000K .......... .......... .......... .......... .......... 23% 140M 0s
81253 3050K .......... .......... .......... .......... .......... 24% 146M 0s
81254 3100K .......... .......... .......... .......... .......... 24% 145M 0s
81255 3150K .......... .......... .......... .......... .......... 24% 120M 0s
81256 3200K .......... .......... .......... .......... .......... 25% 150M 0s
81257 3250K .......... .......... .......... .......... .......... 25% 146M 0s
81258 3300K .......... .......... .......... .......... .......... 26% 141M 0s
81259 3350K .......... .......... .......... .......... .......... 26% 137M 0s
81260 3400K .......... .......... .......... .......... .......... 26% 134M 0s
81261 3450K .......... .......... .......... .......... .......... 27% 143M 0s
81262 3500K .......... .......... .......... .......... .......... 27% 156M 0s
81263 3550K .......... .......... .......... .......... .......... 28% 112M 0s
81264 3600K .......... .......... .......... .......... .......... 28% 151M 0s
81265 3650K .......... .......... .......... .......... .......... 28% 136M 0s
81266 3700K .......... .......... .......... .......... .......... 29% 141M 0s
81267 3750K .......... .......... .......... .......... .......... 29% 128M 0s
81268 3800K .......... .......... .......... .......... .......... 29% 132M 0s
81269 3850K .......... .......... .......... .......... .......... 30% 132M 0s
81270 3900K .......... .......... .......... .......... .......... 30% 156M 0s
81271 3950K .......... .......... .......... .......... .......... 31% 116M 0s
81272 4000K .......... .......... .......... .......... .......... 31% 152M 0s
81273 4050K .......... .......... .......... .......... .......... 31% 115M 0s
81274 4100K .......... .......... .......... .......... .......... 32% 98.6M 0s
81275 4150K .......... .......... .......... .......... .......... 32% 87.0M 0s
81276 4200K .......... .......... .......... .......... .......... 33% 95.2M 0s
81277 4250K .......... .......... .......... .......... .......... 33% 87.3M 0s
81278 4300K .......... .......... .......... .......... .......... 33% 102M 0s
81279 4350K .......... .......... .......... .......... .......... 34% 77.4M 0s
81280 4400K .......... .......... .......... .......... .......... 34% 123M 0s
81281 4450K .......... .......... .......... .......... .......... 35% 145M 0s
81282 4500K .......... .......... .......... .......... .......... 35% 131M 0s
81283 4550K .......... .......... .......... .......... .......... 35% 127M 0s
81284 4600K .......... .......... .......... .......... .......... 36% 142M 0s
81285 4650K .......... .......... .......... .......... .......... 36% 139M 0s
81286 4700K .......... .......... .......... .......... .......... 36% 143M 0s
81287 4750K .......... .......... .......... .......... .......... 37% 134M 0s
81288 4800K .......... .......... .......... .......... .......... 37% 132M 0s
81289 4850K .......... .......... .......... .......... .......... 38% 152M 0s
81290 4900K .......... .......... .......... .......... .......... 38% 145M 0s
81291 4950K .......... .......... .......... .......... .......... 38% 117M 0s
81292 5000K .......... .......... .......... .......... .......... 39% 147M 0s
81293 5050K .......... .......... .......... .......... .......... 39% 132M 0s
81294 5100K .......... .......... .......... .......... .......... 40% 143M 0s
81295 5150K .......... .......... .......... .......... .......... 40% 134M 0s
81296 5200K .......... .......... .......... .......... .......... 40% 133M 0s
81297 5250K .......... .......... .......... .......... .......... 41% 137M 0s
81298 5300K .......... .......... .......... .......... .......... 41% 128M 0s
81299 5350K .......... .......... .......... .......... .......... 42% 111M 0s
81300 5400K .......... .......... .......... .......... .......... 42% 152M 0s
81301 5450K .......... .......... .......... .......... .......... 42% 139M 0s
81302 5500K .......... .......... .......... .......... .......... 43% 141M 0s
81303 5550K .......... .......... .......... .......... .......... 43% 135M 0s
81304 5600K .......... .......... .......... .......... .......... 43% 135M 0s
81305 5650K .......... .......... .......... .......... .......... 44% 151M 0s
81306 5700K .......... .......... .......... .......... .......... 44% 161M 0s
81307 5750K .......... .......... .......... .......... .......... 45% 108M 0s
81308 5800K .......... .......... .......... .......... .......... 45% 139M 0s
81309 5850K .......... .......... .......... .......... .......... 45% 145M 0s
81310 5900K .......... .......... .......... .......... .......... 46% 138M 0s
81311 5950K .......... .......... .......... .......... .......... 46% 127M 0s
81312 6000K .......... .......... .......... .......... .......... 47% 137M 0s
81313 6050K .......... .......... .......... .......... .......... 47% 129M 0s
81314 6100K .......... .......... .......... .......... .......... 47% 149M 0s
81315 6150K .......... .......... .......... .......... .......... 48% 119M 0s
81316 6200K .......... .......... .......... .......... .......... 48% 151M 0s
81317 6250K .......... .......... .......... .......... .......... 49% 155M 0s
81318 6300K .......... .......... .......... .......... .......... 49% 133M 0s
81319 6350K .......... .......... .......... .......... .......... 49% 128M 0s
81320 6400K .......... .......... .......... .......... .......... 50% 141M 0s
81321 6450K .......... .......... .......... .......... .......... 50% 133M 0s
81322 6500K .......... .......... .......... .......... .......... 50% 145M 0s
81323 6550K .......... .......... .......... .......... .......... 51% 123M 0s
81324 6600K .......... .......... .......... .......... .......... 51% 142M 0s
81325 6650K .......... .......... .......... .......... .......... 52% 153M 0s
81326 6700K .......... .......... .......... .......... .......... 52% 144M 0s
81327 6750K .......... .......... .......... .......... .......... 52% 119M 0s
81328 6800K .......... .......... .......... .......... .......... 53% 146M 0s
81329 6850K .......... .......... .......... .......... .......... 53% 145M 0s
81330 6900K .......... .......... .......... .......... .......... 54% 129M 0s
81331 6950K .......... .......... .......... .......... .......... 54% 131M 0s
81332 7000K .......... .......... .......... .......... .......... 54% 134M 0s
81333 7050K .......... .......... .......... .......... .......... 55% 134M 0s
81334 7100K .......... .......... .......... .......... .......... 55% 159M 0s
81335 7150K .......... .......... .......... .......... .......... 56% 108M 0s
81336 7200K .......... .......... .......... .......... .......... 56% 136M 0s
81337 7250K .......... .......... .......... .......... .......... 56% 141M 0s
81338 7300K .......... .......... .......... .......... .......... 57% 118M 0s
81339 7350K .......... .......... .......... .......... .......... 57% 127M 0s
81340 7400K .......... .......... .......... .......... .......... 57% 131M 0s
81341 7450K .......... .......... .......... .......... .......... 58% 137M 0s
81342 7500K .......... .......... .......... .......... .......... 58% 152M 0s
81343 7550K .......... .......... .......... .......... .......... 59% 113M 0s
81344 7600K .......... .......... .......... .......... .......... 59% 140M 0s
81345 7650K .......... .......... .......... .......... .......... 59% 142M 0s
81346 7700K .......... .......... .......... .......... .......... 60% 140M 0s
81347 7750K .......... .......... .......... .......... .......... 60% 112M 0s
81348 7800K .......... .......... .......... .......... .......... 61% 134M 0s
81349 7850K .......... .......... .......... .......... .......... 61% 127M 0s
81350 7900K .......... .......... .......... .......... .......... 61% 151M 0s
81351 7950K .......... .......... .......... .......... .......... 62% 118M 0s
81352 8000K .......... .......... .......... .......... .......... 62% 133M 0s
81353 8050K .......... .......... .......... .......... .......... 63% 137M 0s
81354 8100K .......... .......... .......... .......... .......... 63% 119M 0s
81355 8150K .......... .......... .......... .......... .......... 63% 120M 0s
81356 8200K .......... .......... .......... .......... .......... 64% 124M 0s
81357 8250K .......... .......... .......... .......... .......... 64% 144M 0s
81358 8300K .......... .......... .......... .......... .......... 64% 146M 0s
81359 8350K .......... .......... .......... .......... .......... 65% 119M 0s
81360 8400K .......... .......... .......... .......... .......... 65% 136M 0s
81361 8450K .......... .......... .......... .......... .......... 66% 138M 0s
81362 8500K .......... .......... .......... .......... .......... 66% 133M 0s
81363 8550K .......... .......... .......... .......... .......... 66% 115M 0s
81364 8600K .......... .......... .......... .......... .......... 67% 137M 0s
81365 8650K .......... .......... .......... .......... .......... 67% 133M 0s
81366 8700K .......... .......... .......... .......... .......... 68% 155M 0s
81367 8750K .......... .......... .......... .......... .......... 68% 113M 0s
81368 8800K .......... .......... .......... .......... .......... 68% 135M 0s
81369 8850K .......... .......... .......... .......... .......... 69% 145M 0s
81370 8900K .......... .......... .......... .......... .......... 69% 143M 0s
81371 8950K .......... .......... .......... .......... .......... 70% 118M 0s
81372 9000K .......... .......... .......... .......... .......... 70% 131M 0s
81373 9050K .......... .......... .......... .......... .......... 70% 129M 0s
81374 9100K .......... .......... .......... .......... .......... 71% 139M 0s
81375 9150K .......... .......... .......... .......... .......... 71% 119M 0s
81376 9200K .......... .......... .......... .......... .......... 71% 137M 0s
81377 9250K .......... .......... .......... .......... .......... 72% 133M 0s
81378 9300K .......... .......... .......... .......... .......... 72% 133M 0s
81379 9350K .......... .......... .......... .......... .......... 73% 120M 0s
81380 9400K .......... .......... .......... .......... .......... 73% 128M 0s
81381 9450K .......... .......... .......... .......... .......... 73% 139M 0s
81382 9500K .......... .......... .......... .......... .......... 74% 142M 0s
81383 9550K .......... .......... .......... .......... .......... 74% 114M 0s
81384 9600K .......... .......... .......... .......... .......... 75% 115M 0s
81385 9650K .......... .......... .......... .......... .......... 75% 82.0M 0s
81386 9700K .......... .......... .......... .......... .......... 75% 113M 0s
81387 9750K .......... .......... .......... .......... .......... 76% 126M 0s
81388 9800K .......... .......... .......... .......... .......... 76% 134M 0s
81389 9850K .......... .......... .......... .......... .......... 77% 141M 0s
81390 9900K .......... .......... .......... .......... .......... 77% 133M 0s
81391 9950K .......... .......... .......... .......... .......... 77% 115M 0s
81392 10000K .......... .......... .......... .......... .......... 78% 148M 0s
81393 10050K .......... .......... .......... .......... .......... 78% 132M 0s
81394 10100K .......... .......... .......... .......... .......... 78% 139M 0s
81395 10150K .......... .......... .......... .......... .......... 79% 120M 0s
81396 10200K .......... .......... .......... .......... .......... 79% 126M 0s
81397 10250K .......... .......... .......... .......... .......... 80% 141M 0s
81398 10300K .......... .......... .......... .......... .......... 80% 128M 0s
81399 10350K .......... .......... .......... .......... .......... 80% 117M 0s
81400 10400K .......... .......... .......... .......... .......... 81% 133M 0s
81401 10450K .......... .......... .......... .......... .......... 81% 134M 0s
81402 10500K .......... .......... .......... .......... .......... 82% 140M 0s
81403 10550K .......... .......... .......... .......... .......... 82% 116M 0s
81404 10600K .......... .......... .......... .......... .......... 82% 136M 0s
81405 10650K .......... .......... .......... .......... .......... 83% 146M 0s
81406 10700K .......... .......... .......... .......... .......... 83% 134M 0s
81407 10750K .......... .......... .......... .......... .......... 84% 101M 0s
81408 10800K .......... .......... .......... .......... .......... 84% 129M 0s
81409 10850K .......... .......... .......... .......... .......... 84% 137M 0s
81410 10900K .......... .......... .......... .......... .......... 85% 131M 0s
81411 10950K .......... .......... .......... .......... .......... 85% 111M 0s
81412 11000K .......... .......... .......... .......... .......... 85% 134M 0s
81413 11050K .......... .......... .......... .......... .......... 86% 144M 0s
81414 11100K .......... .......... .......... .......... .......... 86% 130M 0s
81415 11150K .......... .......... .......... .......... .......... 87% 119M 0s
81416 11200K .......... .......... .......... .......... .......... 87% 139M 0s
81417 11250K .......... .......... .......... .......... .......... 87% 133M 0s
81418 11300K .......... .......... .......... .......... .......... 88% 137M 0s
81419 11350K .......... .......... .......... .......... .......... 88% 122M 0s
81420 11400K .......... .......... .......... .......... .......... 89% 144M 0s
81421 11450K .......... .......... .......... .......... .......... 89% 150M 0s
81422 11500K .......... .......... .......... .......... .......... 89% 126M 0s
81423 11550K .......... .......... .......... .......... .......... 90% 121M 0s
81424 11600K .......... .......... .......... .......... .......... 90% 147M 0s
81425 11650K .......... .......... .......... .......... .......... 91% 130M 0s
81426 11700K .......... .......... .......... .......... .......... 91% 130M 0s
81427 11750K .......... .......... .......... .......... .......... 91% 118M 0s
81428 11800K .......... .......... .......... .......... .......... 92% 132M 0s
81429 11850K .......... .......... .......... .......... .......... 92% 146M 0s
81430 11900K .......... .......... .......... .......... .......... 92% 131M 0s
81431 11950K .......... .......... .......... .......... .......... 93% 119M 0s
81432 12000K .......... .......... .......... .......... .......... 93% 139M 0s
81433 12050K .......... .......... .......... .......... .......... 94% 136M 0s
81434 12100K .......... .......... .......... .......... .......... 94% 184M 0s
81435 12150K .......... .......... .......... .......... .......... 94% 172M 0s
81436 12200K .......... .......... .......... .......... .......... 95% 138M 0s
81437 12250K .......... .......... .......... .......... .......... 95% 213M 0s
81438 12300K .......... .......... .......... .......... .......... 96% 216M 0s
81439 12350K .......... .......... .......... .......... .......... 96% 210M 0s
81440 12400K .......... .......... .......... .......... .......... 96% 220M 0s
81441 12450K .......... .......... .......... .......... .......... 97% 217M 0s
81442 12500K .......... .......... .......... .......... .......... 97% 209M 0s
81443 12550K .......... .......... .......... .......... .......... 98% 227M 0s
81444 12600K .......... .......... .......... .......... .......... 98% 201M 0s
81445 12650K .......... .......... .......... .......... .......... 98% 204M 0s
81446 12700K .......... .......... .......... .......... .......... 99% 215M 0s
81447 12750K .......... .......... .......... .......... .......... 99% 215M 0s
81448 12800K .......... .......... .......... .......... .......... 99% 262M 0s
81449 12850K ..   100% 5580G=0.1s
81450
814512015-12-29 19:43:07 (128 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
81452
81453phantomjs-1.9.7-linux-x86_64/
81454phantomjs-1.9.7-linux-x86_64/bin/
81455phantomjs-1.9.7-linux-x86_64/bin/phantomjs
81456phantomjs-1.9.7-linux-x86_64/examples/
81457phantomjs-1.9.7-linux-x86_64/examples/scandir.js
81458phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
81459phantomjs-1.9.7-linux-x86_64/examples/tweets.js
81460phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
81461phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
81462phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
81463phantomjs-1.9.7-linux-x86_64/examples/follow.js
81464phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
81465phantomjs-1.9.7-linux-x86_64/examples/module.js
81466phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
81467phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
81468phantomjs-1.9.7-linux-x86_64/examples/pizza.js
81469phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
81470phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
81471phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
81472phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
81473phantomjs-1.9.7-linux-x86_64/examples/direction.js
81474phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
81475phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
81476phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
81477phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
81478phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
81479phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
81480phantomjs-1.9.7-linux-x86_64/examples/version.js
81481phantomjs-1.9.7-linux-x86_64/examples/movies.js
81482phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
81483phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
81484phantomjs-1.9.7-linux-x86_64/examples/version.coffee
81485phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
81486phantomjs-1.9.7-linux-x86_64/examples/server.js
81487phantomjs-1.9.7-linux-x86_64/examples/countdown.js
81488phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
81489phantomjs-1.9.7-linux-x86_64/examples/injectme.js
81490phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
81491phantomjs-1.9.7-linux-x86_64/examples/post.js
81492phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
81493phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
81494phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
81495phantomjs-1.9.7-linux-x86_64/examples/features.js
81496phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
81497phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
81498phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
81499phantomjs-1.9.7-linux-x86_64/examples/features.coffee
81500phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
81501phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
81502phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
81503phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
81504phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
81505phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
81506phantomjs-1.9.7-linux-x86_64/examples/printenv.js
81507phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
81508phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
81509phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
81510phantomjs-1.9.7-linux-x86_64/examples/netlog.js
81511phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
81512phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
81513phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
81514phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
81515phantomjs-1.9.7-linux-x86_64/examples/module.coffee
81516phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
81517phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
81518phantomjs-1.9.7-linux-x86_64/examples/fibo.js
81519phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
81520phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
81521phantomjs-1.9.7-linux-x86_64/examples/technews.js
81522phantomjs-1.9.7-linux-x86_64/examples/hello.js
81523phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
81524phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
81525phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
81526phantomjs-1.9.7-linux-x86_64/examples/postserver.js
81527phantomjs-1.9.7-linux-x86_64/examples/weather.js
81528phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
81529phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
81530phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
81531phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
81532phantomjs-1.9.7-linux-x86_64/examples/useragent.js
81533phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
81534phantomjs-1.9.7-linux-x86_64/examples/post.coffee
81535phantomjs-1.9.7-linux-x86_64/examples/arguments.js
81536phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
81537phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
81538phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
81539phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
81540phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
81541phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
81542phantomjs-1.9.7-linux-x86_64/examples/page_events.js
81543phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
81544phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
81545phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
81546phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
81547phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
81548phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
81549phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
81550phantomjs-1.9.7-linux-x86_64/examples/server.coffee
81551phantomjs-1.9.7-linux-x86_64/examples/universe.js
81552phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
81553phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
81554phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
81555phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
81556phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
81557phantomjs-1.9.7-linux-x86_64/ChangeLog
81558phantomjs-1.9.7-linux-x86_64/README.md
81559phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
81560phantomjs-1.9.7-linux-x86_64/third-party.txt
81561 ---> 85dca46ee2db
81562Removing intermediate container 0d6ea69a24b9
81563Step 25 : ADD /functions.sh /
81564 ---> 787126f8c618
81565Removing intermediate container 8f8435ea0f7d
81566Step 26 : ADD entrypoint.sh /
81567 ---> c356c9c38708
81568Removing intermediate container 158c43cd449f
81569Step 27 : RUN chmod 755 /entrypoint.sh
81570 ---> Running in 18f56d3399a3
81571 ---> c769667e5e33
81572Removing intermediate container 18f56d3399a3
81573Step 28 : ENTRYPOINT /entrypoint.sh
81574 ---> Running in 2d77464ac3d1
81575 ---> cb0a20c47bd8
81576Removing intermediate container 2d77464ac3d1
81577Successfully built cb0a20c47bd8
81578== ./99-ci-twentytwo ==
81579Sending build context to Docker daemon 37.38 kB
81580Sending build context to Docker daemon 37.38 kB
81581
81582Step 0 : FROM fedora:22
81583 ---> 9eb9e09c9cb3
81584Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
81585 ---> Using cache
81586 ---> fd55968ef474
81587Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/Fedora_22/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
81588
81589 ---> Using cache
81590 ---> e3e7844a7402
81591Step 3 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
81592 ---> Using cache
81593 ---> 4ddd1c440018
81594Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
81595 ---> Using cache
81596 ---> e924c9070f1b
81597Step 5 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/Fedora_22/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
81598
81599 ---> Using cache
81600 ---> 8537261aaf2b
81601Step 6 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/Fedora_22/repodata/repomd.xml.key
81602 ---> Using cache
81603 ---> 6690091fd11c
81604Step 7 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/dnf/dnf.conf && rm -rf /bin/applydeltarpm
81605 ---> Using cache
81606 ---> 840761b4ce76
81607Step 8 : ENV IMAGE twentytwo
81608 ---> Using cache
81609 ---> 255aa407e3bd
81610Step 9 : ADD /dbus.service /etc/systemd/system/dbus.service
81611 ---> Using cache
81612 ---> a69f7cebf9d1
81613Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
81614 ---> Using cache
81615 ---> 71d4375a04da
81616Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
81617 ---> Using cache
81618 ---> 6269471589e9
81619Step 12 : ADD /systemctl /usr/bin/systemctl
81620 ---> Using cache
81621 ---> ff5c649c1a24
81622Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
81623 ---> Using cache
81624 ---> 6219b0830ae2
81625Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
81626 ---> Using cache
81627 ---> 9de1cbd36bc5
81628Step 15 : ADD /vimrc /root/.vimrc
81629 ---> Using cache
81630 ---> b082e9015aa1
81631Step 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
81632 ---> Using cache
81633 ---> 6b750446a0bf
81634Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
81635 ---> Using cache
81636 ---> c53d2d2c74f6
81637Step 18 : WORKDIR /srv
81638 ---> Using cache
81639 ---> 9c484775a025
81640Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
81641 ---> Using cache
81642 ---> 749651c32c9e
81643Step 20 : WORKDIR /srv/closure-compiler.git
81644 ---> Using cache
81645 ---> 12840f3cb76e
81646Step 21 : RUN ant jar
81647 ---> Using cache
81648 ---> 826470e1be9c
81649Step 22 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
81650 ---> Running in d5587f061358
81651--2015-12-29 19:43:49-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
81652Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
81653Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
81654HTTP request sent, awaiting response... 200 OK
81655Length: 31750379 (30M) [application/x-java-archive]
81656Saving to: '/usr/local/lib/selenium-server-standalone.jar'
81657
81658 0K .......... .......... .......... .......... .......... 0% 138M 0s
81659 50K .......... .......... .......... .......... .......... 0% 50.5M 0s
81660 100K .......... .......... .......... .......... .......... 0% 116M 0s
81661 150K .......... .......... .......... .......... .......... 0% 43.8M 0s
81662 200K .......... .......... .......... .......... .......... 0% 47.1M 0s
81663 250K .......... .......... .......... .......... .......... 0% 25.5M 1s
81664 300K .......... .......... .......... .......... .......... 1% 138M 1s
81665 350K .......... .......... .......... .......... .......... 1% 185M 0s
81666 400K .......... .......... .......... .......... .......... 1% 185M 0s
81667 450K .......... .......... .......... .......... .......... 1% 131M 0s
81668 500K .......... .......... .......... .......... .......... 1% 39.3M 0s
81669 550K .......... .......... .......... .......... .......... 1% 55.9M 0s
81670 600K .......... .......... .......... .......... .......... 2% 81.9M 0s
81671 650K .......... .......... .......... .......... .......... 2% 62.5M 0s
81672 700K .......... .......... .......... .......... .......... 2% 47.1M 0s
81673 750K .......... .......... .......... .......... .......... 2% 43.6M 0s
81674 800K .......... .......... .......... .......... .......... 2% 70.3M 0s
81675 850K .......... .......... .......... .......... .......... 2% 82.8M 0s
81676 900K .......... .......... .......... .......... .......... 3% 87.1M 0s
81677 950K .......... .......... .......... .......... .......... 3% 69.7M 0s
81678 1000K .......... .......... .......... .......... .......... 3% 84.2M 0s
81679 1050K .......... .......... .......... .......... .......... 3% 85.9M 0s
81680 1100K .......... .......... .......... .......... .......... 3% 87.4M 0s
81681 1150K .......... .......... .......... .......... .......... 3% 78.3M 0s
81682 1200K .......... .......... .......... .......... .......... 4% 84.6M 0s
81683 1250K .......... .......... .......... .......... .......... 4% 82.4M 0s
81684 1300K .......... .......... .......... .......... .......... 4% 82.1M 0s
81685 1350K .......... .......... .......... .......... .......... 4% 73.5M 0s
81686 1400K .......... .......... .......... .......... .......... 4% 91.3M 0s
81687 1450K .......... .......... .......... .......... .......... 4% 80.1M 0s
81688 1500K .......... .......... .......... .......... .......... 4% 89.1M 0s
81689 1550K .......... .......... .......... .......... .......... 5% 73.1M 0s
81690 1600K .......... .......... .......... .......... .......... 5% 78.5M 0s
81691 1650K .......... .......... .......... .......... .......... 5% 94.8M 0s
81692 1700K .......... .......... .......... .......... .......... 5% 82.1M 0s
81693 1750K .......... .......... .......... .......... .......... 5% 72.3M 0s
81694 1800K .......... .......... .......... .......... .......... 5% 85.6M 0s
81695 1850K .......... .......... .......... .......... .......... 6% 78.0M 0s
81696 1900K .......... .......... .......... .......... .......... 6% 91.8M 0s
81697 1950K .......... .......... .......... .......... .......... 6% 74.6M 0s
81698 2000K .......... .......... .......... .......... .......... 6% 98.7M 0s
81699 2050K .......... .......... .......... .......... .......... 6% 82.2M 0s
81700 2100K .......... .......... .......... .......... .......... 6% 96.1M 0s
81701 2150K .......... .......... .......... .......... .......... 7% 89.4M 0s
81702 2200K .......... .......... .......... .......... .......... 7% 78.5M 0s
81703 2250K .......... .......... .......... .......... .......... 7% 90.7M 0s
81704 2300K .......... .......... .......... .......... .......... 7% 88.6M 0s
81705 2350K .......... .......... .......... .......... .......... 7% 85.6M 0s
81706 2400K .......... .......... .......... .......... .......... 7% 86.7M 0s
81707 2450K .......... .......... .......... .......... .......... 8% 80.9M 0s
81708 2500K .......... .......... .......... .......... .......... 8% 101M 0s
81709 2550K .......... .......... .......... .......... .......... 8% 76.9M 0s
81710 2600K .......... .......... .......... .......... .......... 8% 86.4M 0s
81711 2650K .......... .......... .......... .......... .......... 8% 91.1M 0s
81712 2700K .......... .......... .......... .......... .......... 8% 93.6M 0s
81713 2750K .......... .......... .......... .......... .......... 9% 63.8M 0s
81714 2800K .......... .......... .......... .......... .......... 9% 98.4M 0s
81715 2850K .......... .......... .......... .......... .......... 9% 92.9M 0s
81716 2900K .......... .......... .......... .......... .......... 9% 81.1M 0s
81717 2950K .......... .......... .......... .......... .......... 9% 80.3M 0s
81718 3000K .......... .......... .......... .......... .......... 9% 94.4M 0s
81719 3050K .......... .......... .......... .......... .......... 9% 117M 0s
81720 3100K .......... .......... .......... .......... .......... 10% 89.0M 0s
81721 3150K .......... .......... .......... .......... .......... 10% 88.5M 0s
81722 3200K .......... .......... .......... .......... .......... 10% 75.9M 0s
81723 3250K .......... .......... .......... .......... .......... 10% 104M 0s
81724 3300K .......... .......... .......... .......... .......... 10% 110M 0s
81725 3350K .......... .......... .......... .......... .......... 10% 72.5M 0s
81726 3400K .......... .......... .......... .......... .......... 11% 87.3M 0s
81727 3450K .......... .......... .......... .......... .......... 11% 89.1M 0s
81728 3500K .......... .......... .......... .......... .......... 11% 171M 0s
81729 3550K .......... .......... .......... .......... .......... 11% 107M 0s
81730 3600K .......... .......... .......... .......... .......... 11% 87.7M 0s
81731 3650K .......... .......... .......... .......... .......... 11% 110M 0s
81732 3700K .......... .......... .......... .......... .......... 12% 106M 0s
81733 3750K .......... .......... .......... .......... .......... 12% 127M 0s
81734 3800K .......... .......... .......... .......... .......... 12% 99.7M 0s
81735 3850K .......... .......... .......... .......... .......... 12% 107M 0s
81736 3900K .......... .......... .......... .......... .......... 12% 79.3M 0s
81737 3950K .......... .......... .......... .......... .......... 12% 117M 0s
81738 4000K .......... .......... .......... .......... .......... 13% 118M 0s
81739 4050K .......... .......... .......... .......... .......... 13% 112M 0s
81740 4100K .......... .......... .......... .......... .......... 13% 102M 0s
81741 4150K .......... .......... .......... .......... .......... 13% 99.6M 0s
81742 4200K .......... .......... .......... .......... .......... 13% 119M 0s
81743 4250K .......... .......... .......... .......... .......... 13% 152M 0s
81744 4300K .......... .......... .......... .......... .......... 14% 104M 0s
81745 4350K .......... .......... .......... .......... .......... 14% 88.4M 0s
81746 4400K .......... .......... .......... .......... .......... 14% 97.0M 0s
81747 4450K .......... .......... .......... .......... .......... 14% 105M 0s
81748 4500K .......... .......... .......... .......... .......... 14% 131M 0s
81749 4550K .......... .......... .......... .......... .......... 14% 93.4M 0s
81750 4600K .......... .......... .......... .......... .......... 14% 97.0M 0s
81751 4650K .......... .......... .......... .......... .......... 15% 118M 0s
81752 4700K .......... .......... .......... .......... .......... 15% 144M 0s
81753 4750K .......... .......... .......... .......... .......... 15% 82.5M 0s
81754 4800K .......... .......... .......... .......... .......... 15% 91.9M 0s
81755 4850K .......... .......... .......... .......... .......... 15% 111M 0s
81756 4900K .......... .......... .......... .......... .......... 15% 143M 0s
81757 4950K .......... .......... .......... .......... .......... 16% 115M 0s
81758 5000K .......... .......... .......... .......... .......... 16% 94.9M 0s
81759 5050K .......... .......... .......... .......... .......... 16% 107M 0s
81760 5100K .......... .......... .......... .......... .......... 16% 105M 0s
81761 5150K .......... .......... .......... .......... .......... 16% 148M 0s
81762 5200K .......... .......... .......... .......... .......... 16% 127M 0s
81763 5250K .......... .......... .......... .......... .......... 17% 89.9M 0s
81764 5300K .......... .......... .......... .......... .......... 17% 96.9M 0s
81765 5350K .......... .......... .......... .......... .......... 17% 102M 0s
81766 5400K .......... .......... .......... .......... .......... 17% 172M 0s
81767 5450K .......... .......... .......... .......... .......... 17% 96.5M 0s
81768 5500K .......... .......... .......... .......... .......... 17% 111M 0s
81769 5550K .......... .......... .......... .......... .......... 18% 93.7M 0s
81770 5600K .......... .......... .......... .......... .......... 18% 138M 0s
81771 5650K .......... .......... .......... .......... .......... 18% 175M 0s
81772 5700K .......... .......... .......... .......... .......... 18% 95.1M 0s
81773 5750K .......... .......... .......... .......... .......... 18% 113M 0s
81774 5800K .......... .......... .......... .......... .......... 18% 97.8M 0s
81775 5850K .......... .......... .......... .......... .......... 19% 143M 0s
81776 5900K .......... .......... .......... .......... .......... 19% 110M 0s
81777 5950K .......... .......... .......... .......... .......... 19% 86.4M 0s
81778 6000K .......... .......... .......... .......... .......... 19% 107M 0s
81779 6050K .......... .......... .......... .......... .......... 19% 106M 0s
81780 6100K .......... .......... .......... .......... .......... 19% 171M 0s
81781 6150K .......... .......... .......... .......... .......... 19% 94.2M 0s
81782 6200K .......... .......... .......... .......... .......... 20% 101M 0s
81783 6250K .......... .......... .......... .......... .......... 20% 94.9M 0s
81784 6300K .......... .......... .......... .......... .......... 20% 178M 0s
81785 6350K .......... .......... .......... .......... .......... 20% 118M 0s
81786 6400K .......... .......... .......... .......... .......... 20% 90.1M 0s
81787 6450K .......... .......... .......... .......... .......... 20% 101M 0s
81788 6500K .......... .......... .......... .......... .......... 21% 127M 0s
81789 6550K .......... .......... .......... .......... .......... 21% 132M 0s
81790 6600K .......... .......... .......... .......... .......... 21% 113M 0s
81791 6650K .......... .......... .......... .......... .......... 21% 91.6M 0s
81792 6700K .......... .......... .......... .......... .......... 21% 76.4M 0s
81793 6750K .......... .......... .......... .......... .......... 21% 118M 0s
81794 6800K .......... .......... .......... .......... .......... 22% 122M 0s
81795 6850K .......... .......... .......... .......... .......... 22% 116M 0s
81796 6900K .......... .......... .......... .......... .......... 22% 110M 0s
81797 6950K .......... .......... .......... .......... .......... 22% 84.7M 0s
81798 7000K .......... .......... .......... .......... .......... 22% 112M 0s
81799 7050K .......... .......... .......... .......... .......... 22% 117M 0s
81800 7100K .......... .......... .......... .......... .......... 23% 104M 0s
81801 7150K .......... .......... .......... .......... .......... 23% 94.9M 0s
81802 7200K .......... .......... .......... .......... .......... 23% 109M 0s
81803 7250K .......... .......... .......... .......... .......... 23% 137M 0s
81804 7300K .......... .......... .......... .......... .......... 23% 121M 0s
81805 7350K .......... .......... .......... .......... .......... 23% 89.2M 0s
81806 7400K .......... .......... .......... .......... .......... 24% 113M 0s
81807 7450K .......... .......... .......... .......... .......... 24% 104M 0s
81808 7500K .......... .......... .......... .......... .......... 24% 150M 0s
81809 7550K .......... .......... .......... .......... .......... 24% 87.7M 0s
81810 7600K .......... .......... .......... .......... .......... 24% 95.1M 0s
81811 7650K .......... .......... .......... .......... .......... 24% 106M 0s
81812 7700K .......... .......... .......... .......... .......... 24% 149M 0s
81813 7750K .......... .......... .......... .......... .......... 25% 117M 0s
81814 7800K .......... .......... .......... .......... .......... 25% 81.3M 0s
81815 7850K .......... .......... .......... .......... .......... 25% 104M 0s
81816 7900K .......... .......... .......... .......... .......... 25% 111M 0s
81817 7950K .......... .......... .......... .......... .......... 25% 118M 0s
81818 8000K .......... .......... .......... .......... .......... 25% 124M 0s
81819 8050K .......... .......... .......... .......... .......... 26% 93.0M 0s
81820 8100K .......... .......... .......... .......... .......... 26% 112M 0s
81821 8150K .......... .......... .......... .......... .......... 26% 103M 0s
81822 8200K .......... .......... .......... .......... .......... 26% 184M 0s
81823 8250K .......... .......... .......... .......... .......... 26% 100M 0s
81824 8300K .......... .......... .......... .......... .......... 26% 107M 0s
81825 8350K .......... .......... .......... .......... .......... 27% 88.1M 0s
81826 8400K .......... .......... .......... .......... .......... 27% 134M 0s
81827 8450K .......... .......... .......... .......... .......... 27% 174M 0s
81828 8500K .......... .......... .......... .......... .......... 27% 99.6M 0s
81829 8550K .......... .......... .......... .......... .......... 27% 102M 0s
81830 8600K .......... .......... .......... .......... .......... 27% 106M 0s
81831 8650K .......... .......... .......... .......... .......... 28% 173M 0s
81832 8700K .......... .......... .......... .......... .......... 28% 125M 0s
81833 8750K .......... .......... .......... .......... .......... 28% 90.9M 0s
81834 8800K .......... .......... .......... .......... .......... 28% 102M 0s
81835 8850K .......... .......... .......... .......... .......... 28% 113M 0s
81836 8900K .......... .......... .......... .......... .......... 28% 208M 0s
81837 8950K .......... .......... .......... .......... .......... 29% 90.7M 0s
81838 9000K .......... .......... .......... .......... .......... 29% 99.2M 0s
81839 9050K .......... .......... .......... .......... .......... 29% 86.1M 0s
81840 9100K .......... .......... .......... .......... .......... 29% 201M 0s
81841 9150K .......... .......... .......... .......... .......... 29% 116M 0s
81842 9200K .......... .......... .......... .......... .......... 29% 98.4M 0s
81843 9250K .......... .......... .......... .......... .......... 29% 107M 0s
81844 9300K .......... .......... .......... .......... .......... 30% 98.4M 0s
81845 9350K .......... .......... .......... .......... .......... 30% 134M 0s
81846 9400K .......... .......... .......... .......... .......... 30% 108M 0s
81847 9450K .......... .......... .......... .......... .......... 30% 97.7M 0s
81848 9500K .......... .......... .......... .......... .......... 30% 98.8M 0s
81849 9550K .......... .......... .......... .......... .......... 30% 120M 0s
81850 9600K .......... .......... .......... .......... .......... 31% 197M 0s
81851 9650K .......... .......... .......... .......... .......... 31% 94.0M 0s
81852 9700K .......... .......... .......... .......... .......... 31% 105M 0s
81853 9750K .......... .......... .......... .......... .......... 31% 89.9M 0s
81854 9800K .......... .......... .......... .......... .......... 31% 139M 0s
81855 9850K .......... .......... .......... .......... .......... 31% 156M 0s
81856 9900K .......... .......... .......... .......... .......... 32% 93.5M 0s
81857 9950K .......... .......... .......... .......... .......... 32% 94.3M 0s
81858 10000K .......... .......... .......... .......... .......... 32% 85.1M 0s
81859 10050K .......... .......... .......... .......... .......... 32% 136M 0s
81860 10100K .......... .......... .......... .......... .......... 32% 108M 0s
81861 10150K .......... .......... .......... .......... .......... 32% 108M 0s
81862 10200K .......... .......... .......... .......... .......... 33% 88.8M 0s
81863 10250K .......... .......... .......... .......... .......... 33% 121M 0s
81864 10300K .......... .......... .......... .......... .......... 33% 141M 0s
81865 10350K .......... .......... .......... .......... .......... 33% 95.2M 0s
81866 10400K .......... .......... .......... .......... .......... 33% 89.8M 0s
81867 10450K .......... .......... .......... .......... .......... 33% 135M 0s
81868 10500K .......... .......... .......... .......... .......... 34% 127M 0s
81869 10550K .......... .......... .......... .......... .......... 34% 111M 0s
81870 10600K .......... .......... .......... .......... .......... 34% 97.8M 0s
81871 10650K .......... .......... .......... .......... .......... 34% 88.1M 0s
81872 10700K .......... .......... .......... .......... .......... 34% 128M 0s
81873 10750K .......... .......... .......... .......... .......... 34% 108M 0s
81874 10800K .......... .......... .......... .......... .......... 34% 123M 0s
81875 10850K .......... .......... .......... .......... .......... 35% 103M 0s
81876 10900K .......... .......... .......... .......... .......... 35% 114M 0s
81877 10950K .......... .......... .......... .......... .......... 35% 116M 0s
81878 11000K .......... .......... .......... .......... .......... 35% 147M 0s
81879 11050K .......... .......... .......... .......... .......... 35% 105M 0s
81880 11100K .......... .......... .......... .......... .......... 35% 98.1M 0s
81881 11150K .......... .......... .......... .......... .......... 36% 98.7M 0s
81882 11200K .......... .......... .......... .......... .......... 36% 103M 0s
81883 11250K .......... .......... .......... .......... .......... 36% 162M 0s
81884 11300K .......... .......... .......... .......... .......... 36% 86.2M 0s
81885 11350K .......... .......... .......... .......... .......... 36% 86.7M 0s
81886 11400K .......... .......... .......... .......... .......... 36% 172M 0s
81887 11450K .......... .......... .......... .......... .......... 37% 200M 0s
81888 11500K .......... .......... .......... .......... .......... 37% 214M 0s
81889 11550K .......... .......... .......... .......... .......... 37% 104M 0s
81890 11600K .......... .......... .......... .......... .......... 37% 97.5M 0s
81891 11650K .......... .......... .......... .......... .......... 37% 128M 0s
81892 11700K .......... .......... .......... .......... .......... 37% 141M 0s
81893 11750K .......... .......... .......... .......... .......... 38% 99.1M 0s
81894 11800K .......... .......... .......... .......... .......... 38% 91.9M 0s
81895 11850K .......... .......... .......... .......... .......... 38% 112M 0s
81896 11900K .......... .......... .......... .......... .......... 38% 163M 0s
81897 11950K .......... .......... .......... .......... .......... 38% 94.2M 0s
81898 12000K .......... .......... .......... .......... .......... 38% 104M 0s
81899 12050K .......... .......... .......... .......... .......... 39% 99.9M 0s
81900 12100K .......... .......... .......... .......... .......... 39% 125M 0s
81901 12150K .......... .......... .......... .......... .......... 39% 108M 0s
81902 12200K .......... .......... .......... .......... .......... 39% 118M 0s
81903 12250K .......... .......... .......... .......... .......... 39% 95.6M 0s
81904 12300K .......... .......... .......... .......... .......... 39% 119M 0s
81905 12350K .......... .......... .......... .......... .......... 39% 110M 0s
81906 12400K .......... .......... .......... .......... .......... 40% 136M 0s
81907 12450K .......... .......... .......... .......... .......... 40% 107M 0s
81908 12500K .......... .......... .......... .......... .......... 40% 98.1M 0s
81909 12550K .......... .......... .......... .......... .......... 40% 103M 0s
81910 12600K .......... .......... .......... .......... .......... 40% 112M 0s
81911 12650K .......... .......... .......... .......... .......... 40% 189M 0s
81912 12700K .......... .......... .......... .......... .......... 41% 92.2M 0s
81913 12750K .......... .......... .......... .......... .......... 41% 84.6M 0s
81914 12800K .......... .......... .......... .......... .......... 41% 106M 0s
81915 12850K .......... .......... .......... .......... .......... 41% 173M 0s
81916 12900K .......... .......... .......... .......... .......... 41% 125M 0s
81917 12950K .......... .......... .......... .......... .......... 41% 92.3M 0s
81918 13000K .......... .......... .......... .......... .......... 42% 101M 0s
81919 13050K .......... .......... .......... .......... .......... 42% 126M 0s
81920 13100K .......... .......... .......... .......... .......... 42% 155M 0s
81921 13150K .......... .......... .......... .......... .......... 42% 98.5M 0s
81922 13200K .......... .......... .......... .......... .......... 42% 95.4M 0s
81923 13250K .......... .......... .......... .......... .......... 42% 107M 0s
81924 13300K .......... .......... .......... .......... .......... 43% 145M 0s
81925 13350K .......... .......... .......... .......... .......... 43% 118M 0s
81926 13400K .......... .......... .......... .......... .......... 43% 98.7M 0s
81927 13450K .......... .......... .......... .......... .......... 43% 115M 0s
81928 13500K .......... .......... .......... .......... .......... 43% 124M 0s
81929 13550K .......... .......... .......... .......... .......... 43% 131M 0s
81930 13600K .......... .......... .......... .......... .......... 44% 113M 0s
81931 13650K .......... .......... .......... .......... .......... 44% 89.4M 0s
81932 13700K .......... .......... .......... .......... .......... 44% 101M 0s
81933 13750K .......... .......... .......... .......... .......... 44% 115M 0s
81934 13800K .......... .......... .......... .......... .......... 44% 169M 0s
81935 13850K .......... .......... .......... .......... .......... 44% 84.9M 0s
81936 13900K .......... .......... .......... .......... .......... 44% 98.4M 0s
81937 13950K .......... .......... .......... .......... .......... 45% 91.7M 0s
81938 14000K .......... .......... .......... .......... .......... 45% 148M 0s
81939 14050K .......... .......... .......... .......... .......... 45% 174M 0s
81940 14100K .......... .......... .......... .......... .......... 45% 101M 0s
81941 14150K .......... .......... .......... .......... .......... 45% 104M 0s
81942 14200K .......... .......... .......... .......... .......... 45% 94.1M 0s
81943 14250K .......... .......... .......... .......... .......... 46% 141M 0s
81944 14300K .......... .......... .......... .......... .......... 46% 120M 0s
81945 14350K .......... .......... .......... .......... .......... 46% 90.6M 0s
81946 14400K .......... .......... .......... .......... .......... 46% 106M 0s
81947 14450K .......... .......... .......... .......... .......... 46% 119M 0s
81948 14500K .......... .......... .......... .......... .......... 46% 199M 0s
81949 14550K .......... .......... .......... .......... .......... 47% 93.9M 0s
81950 14600K .......... .......... .......... .......... .......... 47% 109M 0s
81951 14650K .......... .......... .......... .......... .......... 47% 87.8M 0s
81952 14700K .......... .......... .......... .......... .......... 47% 156M 0s
81953 14750K .......... .......... .......... .......... .......... 47% 120M 0s
81954 14800K .......... .......... .......... .......... .......... 47% 99.1M 0s
81955 14850K .......... .......... .......... .......... .......... 48% 97.1M 0s
81956 14900K .......... .......... .......... .......... .......... 48% 124M 0s
81957 14950K .......... .......... .......... .......... .......... 48% 130M 0s
81958 15000K .......... .......... .......... .......... .......... 48% 111M 0s
81959 15050K .......... .......... .......... .......... .......... 48% 91.0M 0s
81960 15100K .......... .......... .......... .......... .......... 48% 101M 0s
81961 15150K .......... .......... .......... .......... .......... 49% 128M 0s
81962 15200K .......... .......... .......... .......... .......... 49% 144M 0s
81963 15250K .......... .......... .......... .......... .......... 49% 117M 0s
81964 15300K .......... .......... .......... .......... .......... 49% 90.6M 0s
81965 15350K .......... .......... .......... .......... .......... 49% 78.1M 0s
81966 15400K .......... .......... .......... .......... .......... 49% 123M 0s
81967 15450K .......... .......... .......... .......... .......... 49% 155M 0s
81968 15500K .......... .......... .......... .......... .......... 50% 110M 0s
81969 15550K .......... .......... .......... .......... .......... 50% 90.4M 0s
81970 15600K .......... .......... .......... .......... .......... 50% 99.2M 0s
81971 15650K .......... .......... .......... .......... .......... 50% 198M 0s
81972 15700K .......... .......... .......... .......... .......... 50% 114M 0s
81973 15750K .......... .......... .......... .......... .......... 50% 103M 0s
81974 15800K .......... .......... .......... .......... .......... 51% 88.9M 0s
81975 15850K .......... .......... .......... .......... .......... 51% 139M 0s
81976 15900K .......... .......... .......... .......... .......... 51% 130M 0s
81977 15950K .......... .......... .......... .......... .......... 51% 82.6M 0s
81978 16000K .......... .......... .......... .......... .......... 51% 93.9M 0s
81979 16050K .......... .......... .......... .......... .......... 51% 108M 0s
81980 16100K .......... .......... .......... .......... .......... 52% 203M 0s
81981 16150K .......... .......... .......... .......... .......... 52% 105M 0s
81982 16200K .......... .......... .......... .......... .......... 52% 105M 0s
81983 16250K .......... .......... .......... .......... .......... 52% 94.3M 0s
81984 16300K .......... .......... .......... .......... .......... 52% 121M 0s
81985 16350K .......... .......... .......... .......... .......... 52% 117M 0s
81986 16400K .......... .......... .......... .......... .......... 53% 122M 0s
81987 16450K .......... .......... .......... .......... .......... 53% 108M 0s
81988 16500K .......... .......... .......... .......... .......... 53% 107M 0s
81989 16550K .......... .......... .......... .......... .......... 53% 117M 0s
81990 16600K .......... .......... .......... .......... .......... 53% 135M 0s
81991 16650K .......... .......... .......... .......... .......... 53% 122M 0s
81992 16700K .......... .......... .......... .......... .......... 54% 107M 0s
81993 16750K .......... .......... .......... .......... .......... 54% 87.1M 0s
81994 16800K .......... .......... .......... .......... .......... 54% 134M 0s
81995 16850K .......... .......... .......... .......... .......... 54% 164M 0s
81996 16900K .......... .......... .......... .......... .......... 54% 101M 0s
81997 16950K .......... .......... .......... .......... .......... 54% 80.0M 0s
81998 17000K .......... .......... .......... .......... .......... 54% 115M 0s
81999 17050K .......... .......... .......... .......... .......... 55% 118M 0s
82000 17100K .......... .......... .......... .......... .......... 55% 124M 0s
82001 17150K .......... .......... .......... .......... .......... 55% 87.7M 0s
82002 17200K .......... .......... .......... .......... .......... 55% 105M 0s
82003 17250K .......... .......... .......... .......... .......... 55% 136M 0s
82004 17300K .......... .......... .......... .......... .......... 55% 117M 0s
82005 17350K .......... .......... .......... .......... .......... 56% 85.9M 0s
82006 17400K .......... .......... .......... .......... .......... 56% 86.9M 0s
82007 17450K .......... .......... .......... .......... .......... 56% 93.9M 0s
82008 17500K .......... .......... .......... .......... .......... 56% 115M 0s
82009 17550K .......... .......... .......... .......... .......... 56% 91.0M 0s
82010 17600K .......... .......... .......... .......... .......... 56% 86.4M 0s
82011 17650K .......... .......... .......... .......... .......... 57% 82.4M 0s
82012 17700K .......... .......... .......... .......... .......... 57% 102M 0s
82013 17750K .......... .......... .......... .......... .......... 57% 91.4M 0s
82014 17800K .......... .......... .......... .......... .......... 57% 104M 0s
82015 17850K .......... .......... .......... .......... .......... 57% 88.1M 0s
82016 17900K .......... .......... .......... .......... .......... 57% 88.7M 0s
82017 17950K .......... .......... .......... .......... .......... 58% 84.0M 0s
82018 18000K .......... .......... .......... .......... .......... 58% 111M 0s
82019 18050K .......... .......... .......... .......... .......... 58% 94.8M 0s
82020 18100K .......... .......... .......... .......... .......... 58% 95.0M 0s
82021 18150K .......... .......... .......... .......... .......... 58% 75.3M 0s
82022 18200K .......... .......... .......... .......... .......... 58% 104M 0s
82023 18250K .......... .......... .......... .......... .......... 59% 147M 0s
82024 18300K .......... .......... .......... .......... .......... 59% 124M 0s
82025 18350K .......... .......... .......... .......... .......... 59% 107M 0s
82026 18400K .......... .......... .......... .......... .......... 59% 126M 0s
82027 18450K .......... .......... .......... .......... .......... 59% 177M 0s
82028 18500K .......... .......... .......... .......... .......... 59% 108M 0s
82029 18550K .......... .......... .......... .......... .......... 59% 110M 0s
82030 18600K .......... .......... .......... .......... .......... 60% 104M 0s
82031 18650K .......... .......... .......... .......... .......... 60% 104M 0s
82032 18700K .......... .......... .......... .......... .......... 60% 124M 0s
82033 18750K .......... .......... .......... .......... .......... 60% 81.4M 0s
82034 18800K .......... .......... .......... .......... .......... 60% 87.0M 0s
82035 18850K .......... .......... .......... .......... .......... 60% 98.0M 0s
82036 18900K .......... .......... .......... .......... .......... 61% 107M 0s
82037 18950K .......... .......... .......... .......... .......... 61% 95.9M 0s
82038 19000K .......... .......... .......... .......... .......... 61% 79.9M 0s
82039 19050K .......... .......... .......... .......... .......... 61% 94.2M 0s
82040 19100K .......... .......... .......... .......... .......... 61% 96.8M 0s
82041 19150K .......... .......... .......... .......... .......... 61% 100M 0s
82042 19200K .......... .......... .......... .......... .......... 62% 95.0M 0s
82043 19250K .......... .......... .......... .......... .......... 62% 93.0M 0s
82044 19300K .......... .......... .......... .......... .......... 62% 87.9M 0s
82045 19350K .......... .......... .......... .......... .......... 62% 92.3M 0s
82046 19400K .......... .......... .......... .......... .......... 62% 102M 0s
82047 19450K .......... .......... .......... .......... .......... 62% 101M 0s
82048 19500K .......... .......... .......... .......... .......... 63% 82.7M 0s
82049 19550K .......... .......... .......... .......... .......... 63% 92.5M 0s
82050 19600K .......... .......... .......... .......... .......... 63% 91.2M 0s
82051 19650K .......... .......... .......... .......... .......... 63% 151M 0s
82052 19700K .......... .......... .......... .......... .......... 63% 89.2M 0s
82053 19750K .......... .......... .......... .......... .......... 63% 97.5M 0s
82054 19800K .......... .......... .......... .......... .......... 64% 119M 0s
82055 19850K .......... .......... .......... .......... .......... 64% 196M 0s
82056 19900K .......... .......... .......... .......... .......... 64% 165M 0s
82057 19950K .......... .......... .......... .......... .......... 64% 137M 0s
82058 20000K .......... .......... .......... .......... .......... 64% 163M 0s
82059 20050K .......... .......... .......... .......... .......... 64% 196M 0s
82060 20100K .......... .......... .......... .......... .......... 64% 188M 0s
82061 20150K .......... .......... .......... .......... .......... 65% 134M 0s
82062 20200K .......... .......... .......... .......... .......... 65% 168M 0s
82063 20250K .......... .......... .......... .......... .......... 65% 163M 0s
82064 20300K .......... .......... .......... .......... .......... 65% 204M 0s
82065 20350K .......... .......... .......... .......... .......... 65% 162M 0s
82066 20400K .......... .......... .......... .......... .......... 65% 167M 0s
82067 20450K .......... .......... .......... .......... .......... 66% 141M 0s
82068 20500K .......... .......... .......... .......... .......... 66% 187M 0s
82069 20550K .......... .......... .......... .......... .......... 66% 181M 0s
82070 20600K .......... .......... .......... .......... .......... 66% 171M 0s
82071 20650K .......... .......... .......... .......... .......... 66% 153M 0s
82072 20700K .......... .......... .......... .......... .......... 66% 183M 0s
82073 20750K .......... .......... .......... .......... .......... 67% 168M 0s
82074 20800K .......... .......... .......... .......... .......... 67% 176M 0s
82075 20850K .......... .......... .......... .......... .......... 67% 184M 0s
82076 20900K .......... .......... .......... .......... .......... 67% 168M 0s
82077 20950K .......... .......... .......... .......... .......... 67% 155M 0s
82078 21000K .......... .......... .......... .......... .......... 67% 158M 0s
82079 21050K .......... .......... .......... .......... .......... 68% 222M 0s
82080 21100K .......... .......... .......... .......... .......... 68% 164M 0s
82081 21150K .......... .......... .......... .......... .......... 68% 137M 0s
82082 21200K .......... .......... .......... .......... .......... 68% 173M 0s
82083 21250K .......... .......... .......... .......... .......... 68% 228M 0s
82084 21300K .......... .......... .......... .......... .......... 68% 185M 0s
82085 21350K .......... .......... .......... .......... .......... 69% 135M 0s
82086 21400K .......... .......... .......... .......... .......... 69% 169M 0s
82087 21450K .......... .......... .......... .......... .......... 69% 200M 0s
82088 21500K .......... .......... .......... .......... .......... 69% 164M 0s
82089 21550K .......... .......... .......... .......... .......... 69% 126M 0s
82090 21600K .......... .......... .......... .......... .......... 69% 149M 0s
82091 21650K .......... .......... .......... .......... .......... 69% 154M 0s
82092 21700K .......... .......... .......... .......... .......... 70% 231M 0s
82093 21750K .......... .......... .......... .......... .......... 70% 161M 0s
82094 21800K .......... .......... .......... .......... .......... 70% 140M 0s
82095 21850K .......... .......... .......... .......... .......... 70% 138M 0s
82096 21900K .......... .......... .......... .......... .......... 70% 198M 0s
82097 21950K .......... .......... .......... .......... .......... 70% 176M 0s
82098 22000K .......... .......... .......... .......... .......... 71% 168M 0s
82099 22050K .......... .......... .......... .......... .......... 71% 165M 0s
82100 22100K .......... .......... .......... .......... .......... 71% 168M 0s
82101 22150K .......... .......... .......... .......... .......... 71% 140M 0s
82102 22200K .......... .......... .......... .......... .......... 71% 226M 0s
82103 22250K .......... .......... .......... .......... .......... 71% 184M 0s
82104 22300K .......... .......... .......... .......... .......... 72% 170M 0s
82105 22350K .......... .......... .......... .......... .......... 72% 134M 0s
82106 22400K .......... .......... .......... .......... .......... 72% 198M 0s
82107 22450K .......... .......... .......... .......... .......... 72% 218M 0s
82108 22500K .......... .......... .......... .......... .......... 72% 161M 0s
82109 22550K .......... .......... .......... .......... .......... 72% 133M 0s
82110 22600K .......... .......... .......... .......... .......... 73% 168M 0s
82111 22650K .......... .......... .......... .......... .......... 73% 237M 0s
82112 22700K .......... .......... .......... .......... .......... 73% 158M 0s
82113 22750K .......... .......... .......... .......... .......... 73% 150M 0s
82114 22800K .......... .......... .......... .......... .......... 73% 169M 0s
82115 22850K .......... .......... .......... .......... .......... 73% 159M 0s
82116 22900K .......... .......... .......... .......... .......... 74% 219M 0s
82117 22950K .......... .......... .......... .......... .......... 74% 150M 0s
82118 23000K .......... .......... .......... .......... .......... 74% 149M 0s
82119 23050K .......... .......... .......... .......... .......... 74% 159M 0s
82120 23100K .......... .......... .......... .......... .......... 74% 229M 0s
82121 23150K .......... .......... .......... .......... .......... 74% 169M 0s
82122 23200K .......... .......... .......... .......... .......... 74% 146M 0s
82123 23250K .......... .......... .......... .......... .......... 75% 165M 0s
82124 23300K .......... .......... .......... .......... .......... 75% 198M 0s
82125 23350K .......... .......... .......... .......... .......... 75% 169M 0s
82126 23400K .......... .......... .......... .......... .......... 75% 156M 0s
82127 23450K .......... .......... .......... .......... .......... 75% 161M 0s
82128 23500K .......... .......... .......... .......... .......... 75% 174M 0s
82129 23550K .......... .......... .......... .......... .......... 76% 128M 0s
82130 23600K .......... .......... .......... .......... .......... 76% 224M 0s
82131 23650K .......... .......... .......... .......... .......... 76% 183M 0s
82132 23700K .......... .......... .......... .......... .......... 76% 145M 0s
82133 23750K .......... .......... .......... .......... .......... 76% 142M 0s
82134 23800K .......... .......... .......... .......... .......... 76% 198M 0s
82135 23850K .......... .......... .......... .......... .......... 77% 219M 0s
82136 23900K .......... .......... .......... .......... .......... 77% 139M 0s
82137 23950K .......... .......... .......... .......... .......... 77% 149M 0s
82138 24000K .......... .......... .......... .......... .......... 77% 175M 0s
82139 24050K .......... .......... .......... .......... .......... 77% 223M 0s
82140 24100K .......... .......... .......... .......... .......... 77% 163M 0s
82141 24150K .......... .......... .......... .......... .......... 78% 154M 0s
82142 24200K .......... .......... .......... .......... .......... 78% 147M 0s
82143 24250K .......... .......... .......... .......... .......... 78% 177M 0s
82144 24300K .......... .......... .......... .......... .......... 78% 226M 0s
82145 24350K .......... .......... .......... .......... .......... 78% 152M 0s
82146 24400K .......... .......... .......... .......... .......... 78% 150M 0s
82147 24450K .......... .......... .......... .......... .......... 79% 165M 0s
82148 24500K .......... .......... .......... .......... .......... 79% 237M 0s
82149 24550K .......... .......... .......... .......... .......... 79% 158M 0s
82150 24600K .......... .......... .......... .......... .......... 79% 143M 0s
82151 24650K .......... .......... .......... .......... .......... 79% 179M 0s
82152 24700K .......... .......... .......... .......... .......... 79% 205M 0s
82153 24750K .......... .......... .......... .......... .......... 79% 188M 0s
82154 24800K .......... .......... .......... .......... .......... 80% 191M 0s
82155 24850K .......... .......... .......... .......... .......... 80% 196M 0s
82156 24900K .......... .......... .......... .......... .......... 80% 198M 0s
82157 24950K .......... .......... .......... .......... .......... 80% 157M 0s
82158 25000K .......... .......... .......... .......... .......... 80% 248M 0s
82159 25050K .......... .......... .......... .......... .......... 80% 191M 0s
82160 25100K .......... .......... .......... .......... .......... 81% 156M 0s
82161 25150K .......... .......... .......... .......... .......... 81% 150M 0s
82162 25200K .......... .......... .......... .......... .......... 81% 167M 0s
82163 25250K .......... .......... .......... .......... .......... 81% 212M 0s
82164 25300K .......... .......... .......... .......... .......... 81% 148M 0s
82165 25350K .......... .......... .......... .......... .......... 81% 139M 0s
82166 25400K .......... .......... .......... .......... .......... 82% 178M 0s
82167 25450K .......... .......... .......... .......... .......... 82% 230M 0s
82168 25500K .......... .......... .......... .......... .......... 82% 165M 0s
82169 25550K .......... .......... .......... .......... .......... 82% 152M 0s
82170 25600K .......... .......... .......... .......... .......... 82% 172M 0s
82171 25650K .......... .......... .......... .......... .......... 82% 178M 0s
82172 25700K .......... .......... .......... .......... .......... 83% 194M 0s
82173 25750K .......... .......... .......... .......... .......... 83% 152M 0s
82174 25800K .......... .......... .......... .......... .......... 83% 167M 0s
82175 25850K .......... .......... .......... .......... .......... 83% 163M 0s
82176 25900K .......... .......... .......... .......... .......... 83% 218M 0s
82177 25950K .......... .......... .......... .......... .......... 83% 158M 0s
82178 26000K .......... .......... .......... .......... .......... 84% 163M 0s
82179 26050K .......... .......... .......... .......... .......... 84% 148M 0s
82180 26100K .......... .......... .......... .......... .......... 84% 185M 0s
82181 26150K .......... .......... .......... .......... .......... 84% 200M 0s
82182 26200K .......... .......... .......... .......... .......... 84% 170M 0s
82183 26250K .......... .......... .......... .......... .......... 84% 167M 0s
82184 26300K .......... .......... .......... .......... .......... 84% 179M 0s
82185 26350K .......... .......... .......... .......... .......... 85% 124M 0s
82186 26400K .......... .......... .......... .......... .......... 85% 230M 0s
82187 26450K .......... .......... .......... .......... .......... 85% 201M 0s
82188 26500K .......... .......... .......... .......... .......... 85% 184M 0s
82189 26550K .......... .......... .......... .......... .......... 85% 130M 0s
82190 26600K .......... .......... .......... .......... .......... 85% 186M 0s
82191 26650K .......... .......... .......... .......... .......... 86% 217M 0s
82192 26700K .......... .......... .......... .......... .......... 86% 149M 0s
82193 26750K .......... .......... .......... .......... .......... 86% 134M 0s
82194 26800K .......... .......... .......... .......... .......... 86% 169M 0s
82195 26850K .......... .......... .......... .......... .......... 86% 221M 0s
82196 26900K .......... .......... .......... .......... .......... 86% 189M 0s
82197 26950K .......... .......... .......... .......... .......... 87% 144M 0s
82198 27000K .......... .......... .......... .......... .......... 87% 171M 0s
82199 27050K .......... .......... .......... .......... .......... 87% 146M 0s
82200 27100K .......... .......... .......... .......... .......... 87% 213M 0s
82201 27150K .......... .......... .......... .......... .......... 87% 173M 0s
82202 27200K .......... .......... .......... .......... .......... 87% 153M 0s
82203 27250K .......... .......... .......... .......... .......... 88% 150M 0s
82204 27300K .......... .......... .......... .......... .......... 88% 227M 0s
82205 27350K .......... .......... .......... .......... .......... 88% 172M 0s
82206 27400K .......... .......... .......... .......... .......... 88% 146M 0s
82207 27450K .......... .......... .......... .......... .......... 88% 181M 0s
82208 27500K .......... .......... .......... .......... .......... 88% 191M 0s
82209 27550K .......... .......... .......... .......... .......... 89% 165M 0s
82210 27600K .......... .......... .......... .......... .......... 89% 172M 0s
82211 27650K .......... .......... .......... .......... .......... 89% 171M 0s
82212 27700K .......... .......... .......... .......... .......... 89% 172M 0s
82213 27750K .......... .......... .......... .......... .......... 89% 135M 0s
82214 27800K .......... .......... .......... .......... .......... 89% 202M 0s
82215 27850K .......... .......... .......... .......... .......... 89% 213M 0s
82216 27900K .......... .......... .......... .......... .......... 90% 192M 0s
82217 27950K .......... .......... .......... .......... .......... 90% 144M 0s
82218 28000K .......... .......... .......... .......... .......... 90% 219M 0s
82219 28050K .......... .......... .......... .......... .......... 90% 212M 0s
82220 28100K .......... .......... .......... .......... .......... 90% 167M 0s
82221 28150K .......... .......... .......... .......... .......... 90% 146M 0s
82222 28200K .......... .......... .......... .......... .......... 91% 162M 0s
82223 28250K .......... .......... .......... .......... .......... 91% 238M 0s
82224 28300K .......... .......... .......... .......... .......... 91% 168M 0s
82225 28350K .......... .......... .......... .......... .......... 91% 157M 0s
82226 28400K .......... .......... .......... .......... .......... 91% 175M 0s
82227 28450K .......... .......... .......... .......... .......... 91% 175M 0s
82228 28500K .......... .......... .......... .......... .......... 92% 214M 0s
82229 28550K .......... .......... .......... .......... .......... 92% 143M 0s
82230 28600K .......... .......... .......... .......... .......... 92% 162M 0s
82231 28650K .......... .......... .......... .......... .......... 92% 172M 0s
82232 28700K .......... .......... .......... .......... .......... 92% 228M 0s
82233 28750K .......... .......... .......... .......... .......... 92% 194M 0s
82234 28800K .......... .......... .......... .......... .......... 93% 200M 0s
82235 28850K .......... .......... .......... .......... .......... 93% 146M 0s
82236 28900K .......... .......... .......... .......... .......... 93% 194M 0s
82237 28950K .......... .......... .......... .......... .......... 93% 186M 0s
82238 29000K .......... .......... .......... .......... .......... 93% 183M 0s
82239 29050K .......... .......... .......... .......... .......... 93% 153M 0s
82240 29100K .......... .......... .......... .......... .......... 94% 181M 0s
82241 29150K .......... .......... .......... .......... .......... 94% 160M 0s
82242 29200K .......... .......... .......... .......... .......... 94% 204M 0s
82243 29250K .......... .......... .......... .......... .......... 94% 189M 0s
82244 29300K .......... .......... .......... .......... .......... 94% 172M 0s
82245 29350K .......... .......... .......... .......... .......... 94% 156M 0s
82246 29400K .......... .......... .......... .......... .......... 94% 169M 0s
82247 29450K .......... .......... .......... .......... .......... 95% 244M 0s
82248 29500K .......... .......... .......... .......... .......... 95% 195M 0s
82249 29550K .......... .......... .......... .......... .......... 95% 164M 0s
82250 29600K .......... .......... .......... .......... .......... 95% 180M 0s
82251 29650K .......... .......... .......... .......... .......... 95% 233M 0s
82252 29700K .......... .......... .......... .......... .......... 95% 217M 0s
82253 29750K .......... .......... .......... .......... .......... 96% 189M 0s
82254 29800K .......... .......... .......... .......... .......... 96% 235M 0s
82255 29850K .......... .......... .......... .......... .......... 96% 247M 0s
82256 29900K .......... .......... .......... .......... .......... 96% 270M 0s
82257 29950K .......... .......... .......... .......... .......... 96% 243M 0s
82258 30000K .......... .......... .......... .......... .......... 96% 266M 0s
82259 30050K .......... .......... .......... .......... .......... 97% 232M 0s
82260 30100K .......... .......... .......... .......... .......... 97% 257M 0s
82261 30150K .......... .......... .......... .......... .......... 97% 223M 0s
82262 30200K .......... .......... .......... .......... .......... 97% 277M 0s
82263 30250K .......... .......... .......... .......... .......... 97% 284M 0s
82264 30300K .......... .......... .......... .......... .......... 97% 223M 0s
82265 30350K .......... .......... .......... .......... .......... 98% 240M 0s
82266 30400K .......... .......... .......... .......... .......... 98% 262M 0s
82267 30450K .......... .......... .......... .......... .......... 98% 279M 0s
82268 30500K .......... .......... .......... .......... .......... 98% 287M 0s
82269 30550K .......... .......... .......... .......... .......... 98% 222M 0s
82270 30600K .......... .......... .......... .......... .......... 98% 223M 0s
82271 30650K .......... .......... .......... .......... .......... 99% 262M 0s
82272 30700K .......... .......... .......... .......... .......... 99% 284M 0s
82273 30750K .......... .......... .......... .......... .......... 99% 243M 0s
82274 30800K .......... .......... .......... .......... .......... 99% 246M 0s
82275 30850K .......... .......... .......... .......... .......... 99% 245M 0s
82276 30900K .......... .......... .......... .......... .......... 99% 266M 0s
82277 30950K .......... .......... .......... .......... .......... 99% 237M 0s
82278 31000K ......  100% 11882G=0.3s
82279
822802015-12-29 19:43:50 (120 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
82281
82282 ---> d1ca8e5893c3
82283Removing intermediate container d5587f061358
82284Step 23 : WORKDIR /srv
82285 ---> Running in 106b04b80bbe
82286 ---> a74027f7a506
82287Removing intermediate container 106b04b80bbe
82288Step 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*
82289 ---> Running in 1da6590f28b9
82290--2015-12-29 19:44:04-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
82291Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
82292Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
82293HTTP request sent, awaiting response... 200 OK
82294Length: 13161396 (13M) [application/x-bzip2]
82295Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
82296
82297 0K .......... .......... .......... .......... .......... 0% 170M 0s
82298 50K .......... .......... .......... .......... .......... 0% 299M 0s
82299 100K .......... .......... .......... .......... .......... 1% 312M 0s
82300 150K .......... .......... .......... .......... .......... 1% 65.8M 0s
82301 200K .......... .......... .......... .......... .......... 1% 49.6M 0s
82302 250K .......... .......... .......... .......... .......... 2% 164M 0s
82303 300K .......... .......... .......... .......... .......... 2% 176M 0s
82304 350K .......... .......... .......... .......... .......... 3% 143M 0s
82305 400K .......... .......... .......... .......... .......... 3% 104M 0s
82306 450K .......... .......... .......... .......... .......... 3% 76.0M 0s
82307 500K .......... .......... .......... .......... .......... 4% 85.2M 0s
82308 550K .......... .......... .......... .......... .......... 4% 90.0M 0s
82309 600K .......... .......... .......... .......... .......... 5% 82.4M 0s
82310 650K .......... .......... .......... .......... .......... 5% 95.6M 0s
82311 700K .......... .......... .......... .......... .......... 5% 75.3M 0s
82312 750K .......... .......... .......... .......... .......... 6% 69.9M 0s
82313 800K .......... .......... .......... .......... .......... 6% 1.16M 1s
82314 850K .......... .......... .......... .......... .......... 7% 121M 1s
82315 900K .......... .......... .......... .......... .......... 7% 69.1M 1s
82316 950K .......... .......... .......... .......... .......... 7% 37.9M 1s
82317 1000K .......... .......... .......... .......... .......... 8% 151M 1s
82318 1050K .......... .......... .......... .......... .......... 8% 176M 1s
82319 1100K .......... .......... .......... .......... .......... 8% 149M 1s
82320 1150K .......... .......... .......... .......... .......... 9% 155M 1s
82321 1200K .......... .......... .......... .......... .......... 9% 165M 1s
82322 1250K .......... .......... .......... .......... .......... 10% 137M 0s
82323 1300K .......... .......... .......... .......... .......... 10% 164M 0s
82324 1350K .......... .......... .......... .......... .......... 10% 153M 0s
82325 1400K .......... .......... .......... .......... .......... 11% 137M 0s
82326 1450K .......... .......... .......... .......... .......... 11% 167M 0s
82327 1500K .......... .......... .......... .......... .......... 12% 168M 0s
82328 1550K .......... .......... .......... .......... .......... 12% 94.0M 0s
82329 1600K .......... .......... .......... .......... .......... 12% 166M 0s
82330 1650K .......... .......... .......... .......... .......... 13% 166M 0s
82331 1700K .......... .......... .......... .......... .......... 13% 146M 0s
82332 1750K .......... .......... .......... .......... .......... 14% 148M 0s
82333 1800K .......... .......... .......... .......... .......... 14% 131M 0s
82334 1850K .......... .......... .......... .......... .......... 14% 90.9M 0s
82335 1900K .......... .......... .......... .......... .......... 15% 101M 0s
82336 1950K .......... .......... .......... .......... .......... 15% 107M 0s
82337 2000K .......... .......... .......... .......... .......... 15% 150M 0s
82338 2050K .......... .......... .......... .......... .......... 16% 152M 0s
82339 2100K .......... .......... .......... .......... .......... 16% 132M 0s
82340 2150K .......... .......... .......... .......... .......... 17% 145M 0s
82341 2200K .......... .......... .......... .......... .......... 17% 152M 0s
82342 2250K .......... .......... .......... .......... .......... 17% 171M 0s
82343 2300K .......... .......... .......... .......... .......... 18% 169M 0s
82344 2350K .......... .......... .......... .......... .......... 18% 142M 0s
82345 2400K .......... .......... .......... .......... .......... 19% 138M 0s
82346 2450K .......... .......... .......... .......... .......... 19% 133M 0s
82347 2500K .......... .......... .......... .......... .......... 19% 91.3M 0s
82348 2550K .......... .......... .......... .......... .......... 20% 87.1M 0s
82349 2600K .......... .......... .......... .......... .......... 20% 74.3M 0s
82350 2650K .......... .......... .......... .......... .......... 21% 75.3M 0s
82351 2700K .......... .......... .......... .......... .......... 21% 53.7M 0s
82352 2750K .......... .......... .......... .......... .......... 21% 36.5M 0s
82353 2800K .......... .......... .......... .......... .......... 22% 151M 0s
82354 2850K .......... .......... .......... .......... .......... 22% 147M 0s
82355 2900K .......... .......... .......... .......... .......... 22% 153M 0s
82356 2950K .......... .......... .......... .......... .......... 23% 142M 0s
82357 3000K .......... .......... .......... .......... .......... 23% 153M 0s
82358 3050K .......... .......... .......... .......... .......... 24% 120M 0s
82359 3100K .......... .......... .......... .......... .......... 24% 101M 0s
82360 3150K .......... .......... .......... .......... .......... 24% 90.0M 0s
82361 3200K .......... .......... .......... .......... .......... 25% 151M 0s
82362 3250K .......... .......... .......... .......... .......... 25% 140M 0s
82363 3300K .......... .......... .......... .......... .......... 26% 156M 0s
82364 3350K .......... .......... .......... .......... .......... 26% 140M 0s
82365 3400K .......... .......... .......... .......... .......... 26% 143M 0s
82366 3450K .......... .......... .......... .......... .......... 27% 128M 0s
82367 3500K .......... .......... .......... .......... .......... 27% 158M 0s
82368 3550K .......... .......... .......... .......... .......... 28% 117M 0s
82369 3600K .......... .......... .......... .......... .......... 28% 150M 0s
82370 3650K .......... .......... .......... .......... .......... 28% 163M 0s
82371 3700K .......... .......... .......... .......... .......... 29% 134M 0s
82372 3750K .......... .......... .......... .......... .......... 29% 138M 0s
82373 3800K .......... .......... .......... .......... .......... 29% 155M 0s
82374 3850K .......... .......... .......... .......... .......... 30% 127M 0s
82375 3900K .......... .......... .......... .......... .......... 30% 157M 0s
82376 3950K .......... .......... .......... .......... .......... 31% 146M 0s
82377 4000K .......... .......... .......... .......... .......... 31% 138M 0s
82378 4050K .......... .......... .......... .......... .......... 31% 165M 0s
82379 4100K .......... .......... .......... .......... .......... 32% 172M 0s
82380 4150K .......... .......... .......... .......... .......... 32% 124M 0s
82381 4200K .......... .......... .......... .......... .......... 33% 169M 0s
82382 4250K .......... .......... .......... .......... .......... 33% 170M 0s
82383 4300K .......... .......... .......... .......... .......... 33% 88.3M 0s
82384 4350K .......... .......... .......... .......... .......... 34% 147M 0s
82385 4400K .......... .......... .......... .......... .......... 34% 152M 0s
82386 4450K .......... .......... .......... .......... .......... 35% 162M 0s
82387 4500K .......... .......... .......... .......... .......... 35% 171M 0s
82388 4550K .......... .......... .......... .......... .......... 35% 151M 0s
82389 4600K .......... .......... .......... .......... .......... 36% 74.7M 0s
82390 4650K .......... .......... .......... .......... .......... 36% 147M 0s
82391 4700K .......... .......... .......... .......... .......... 36% 37.5M 0s
82392 4750K .......... .......... .......... .......... .......... 37% 261M 0s
82393 4800K .......... .......... .......... .......... .......... 37% 250M 0s
82394 4850K .......... .......... .......... .......... .......... 38% 204M 0s
82395 4900K .......... .......... .......... .......... .......... 38% 32.8M 0s
82396 4950K .......... .......... .......... .......... .......... 38% 230M 0s
82397 5000K .......... .......... .......... .......... .......... 39% 229M 0s
82398 5050K .......... .......... .......... .......... .......... 39% 159M 0s
82399 5100K .......... .......... .......... .......... .......... 40% 33.4M 0s
82400 5150K .......... .......... .......... .......... .......... 40% 118M 0s
82401 5200K .......... .......... .......... .......... .......... 40% 190M 0s
82402 5250K .......... .......... .......... .......... .......... 41% 280M 0s
82403 5300K .......... .......... .......... .......... .......... 41% 254M 0s
82404 5350K .......... .......... .......... .......... .......... 42% 210M 0s
82405 5400K .......... .......... .......... .......... .......... 42% 31.8M 0s
82406 5450K .......... .......... .......... .......... .......... 42% 171M 0s
82407 5500K .......... .......... .......... .......... .......... 43% 172M 0s
82408 5550K .......... .......... .......... .......... .......... 43% 123M 0s
82409 5600K .......... .......... .......... .......... .......... 43% 175M 0s
82410 5650K .......... .......... .......... .......... .......... 44% 183M 0s
82411 5700K .......... .......... .......... .......... .......... 44% 149M 0s
82412 5750K .......... .......... .......... .......... .......... 45% 146M 0s
82413 5800K .......... .......... .......... .......... .......... 45% 170M 0s
82414 5850K .......... .......... .......... .......... .......... 45% 148M 0s
82415 5900K .......... .......... .......... .......... .......... 46% 175M 0s
82416 5950K .......... .......... .......... .......... .......... 46% 152M 0s
82417 6000K .......... .......... .......... .......... .......... 47% 158M 0s
82418 6050K .......... .......... .......... .......... .......... 47% 167M 0s
82419 6100K .......... .......... .......... .......... .......... 47% 168M 0s
82420 6150K .......... .......... .......... .......... .......... 48% 147M 0s
82421 6200K .......... .......... .......... .......... .......... 48% 135M 0s
82422 6250K .......... .......... .......... .......... .......... 49% 144M 0s
82423 6300K .......... .......... .......... .......... .......... 49% 171M 0s
82424 6350K .......... .......... .......... .......... .......... 49% 122M 0s
82425 6400K .......... .......... .......... .......... .......... 50% 170M 0s
82426 6450K .......... .......... .......... .......... .......... 50% 174M 0s
82427 6500K .......... .......... .......... .......... .......... 50% 148M 0s
82428 6550K .......... .......... .......... .......... .......... 51% 152M 0s
82429 6600K .......... .......... .......... .......... .......... 51% 167M 0s
82430 6650K .......... .......... .......... .......... .......... 52% 116M 0s
82431 6700K .......... .......... .......... .......... .......... 52% 88.6M 0s
82432 6750K .......... .......... .......... .......... .......... 52% 67.6M 0s
82433 6800K .......... .......... .......... .......... .......... 53% 73.4M 0s
82434 6850K .......... .......... .......... .......... .......... 53% 75.3M 0s
82435 6900K .......... .......... .......... .......... .......... 54% 86.3M 0s
82436 6950K .......... .......... .......... .......... .......... 54% 69.0M 0s
82437 7000K .......... .......... .......... .......... .......... 54% 79.2M 0s
82438 7050K .......... .......... .......... .......... .......... 55% 33.1M 0s
82439 7100K .......... .......... .......... .......... .......... 55% 262M 0s
82440 7150K .......... .......... .......... .......... .......... 56% 223M 0s
82441 7200K .......... .......... .......... .......... .......... 56% 246M 0s
82442 7250K .......... .......... .......... .......... .......... 56% 25.5M 0s
82443 7300K .......... .......... .......... .......... .......... 57% 240M 0s
82444 7350K .......... .......... .......... .......... .......... 57% 187M 0s
82445 7400K .......... .......... .......... .......... .......... 57% 284M 0s
82446 7450K .......... .......... .......... .......... .......... 58% 216M 0s
82447 7500K .......... .......... .......... .......... .......... 58% 240M 0s
82448 7550K .......... .......... .......... .......... .......... 59% 18.4M 0s
82449 7600K .......... .......... .......... .......... .......... 59% 228M 0s
82450 7650K .......... .......... .......... .......... .......... 59% 243M 0s
82451 7700K .......... .......... .......... .......... .......... 60% 230M 0s
82452 7750K .......... .......... .......... .......... .......... 60% 243M 0s
82453 7800K .......... .......... .......... .......... .......... 61% 225M 0s
82454 7850K .......... .......... .......... .......... .......... 61% 155M 0s
82455 7900K .......... .......... .......... .......... .......... 61% 145M 0s
82456 7950K .......... .......... .......... .......... .......... 62% 131M 0s
82457 8000K .......... .......... .......... .......... .......... 62% 142M 0s
82458 8050K .......... .......... .......... .......... .......... 63% 67.0M 0s
82459 8100K .......... .......... .......... .......... .......... 63% 141M 0s
82460 8150K .......... .......... .......... .......... .......... 63% 112M 0s
82461 8200K .......... .......... .......... .......... .......... 64% 147M 0s
82462 8250K .......... .......... .......... .......... .......... 64% 69.9M 0s
82463 8300K .......... .......... .......... .......... .......... 64% 127M 0s
82464 8350K .......... .......... .......... .......... .......... 65% 121M 0s
82465 8400K .......... .......... .......... .......... .......... 65% 153M 0s
82466 8450K .......... .......... .......... .......... .......... 66% 144M 0s
82467 8500K .......... .......... .......... .......... .......... 66% 135M 0s
82468 8550K .......... .......... .......... .......... .......... 66% 134M 0s
82469 8600K .......... .......... .......... .......... .......... 67% 145M 0s
82470 8650K .......... .......... .......... .......... .......... 67% 84.4M 0s
82471 8700K .......... .......... .......... .......... .......... 68% 131M 0s
82472 8750K .......... .......... .......... .......... .......... 68% 106M 0s
82473 8800K .......... .......... .......... .......... .......... 68% 148M 0s
82474 8850K .......... .......... .......... .......... .......... 69% 125M 0s
82475 8900K .......... .......... .......... .......... .......... 69% 142M 0s
82476 8950K .......... .......... .......... .......... .......... 70% 128M 0s
82477 9000K .......... .......... .......... .......... .......... 70% 138M 0s
82478 9050K .......... .......... .......... .......... .......... 70% 156M 0s
82479 9100K .......... .......... .......... .......... .......... 71% 146M 0s
82480 9150K .......... .......... .......... .......... .......... 71% 89.4M 0s
82481 9200K .......... .......... .......... .......... .......... 71% 152M 0s
82482 9250K .......... .......... .......... .......... .......... 72% 127M 0s
82483 9300K .......... .......... .......... .......... .......... 72% 130M 0s
82484 9350K .......... .......... .......... .......... .......... 73% 105M 0s
82485 9400K .......... .......... .......... .......... .......... 73% 119M 0s
82486 9450K .......... .......... .......... .......... .......... 73% 115M 0s
82487 9500K .......... .......... .......... .......... .......... 74% 52.3M 0s
82488 9550K .......... .......... .......... .......... .......... 74% 105M 0s
82489 9600K .......... .......... .......... .......... .......... 75% 153M 0s
82490 9650K .......... .......... .......... .......... .......... 75% 142M 0s
82491 9700K .......... .......... .......... .......... .......... 75% 135M 0s
82492 9750K .......... .......... .......... .......... .......... 76% 137M 0s
82493 9800K .......... .......... .......... .......... .......... 76% 150M 0s
82494 9850K .......... .......... .......... .......... .......... 77% 138M 0s
82495 9900K .......... .......... .......... .......... .......... 77% 152M 0s
82496 9950K .......... .......... .......... .......... .......... 77% 126M 0s
82497 10000K .......... .......... .......... .......... .......... 78% 101M 0s
82498 10050K .......... .......... .......... .......... .......... 78% 152M 0s
82499 10100K .......... .......... .......... .......... .......... 78% 140M 0s
82500 10150K .......... .......... .......... .......... .......... 79% 130M 0s
82501 10200K .......... .......... .......... .......... .......... 79% 150M 0s
82502 10250K .......... .......... .......... .......... .......... 80% 131M 0s
82503 10300K .......... .......... .......... .......... .......... 80% 149M 0s
82504 10350K .......... .......... .......... .......... .......... 80% 121M 0s
82505 10400K .......... .......... .......... .......... .......... 81% 118M 0s
82506 10450K .......... .......... .......... .......... .......... 81% 132M 0s
82507 10500K .......... .......... .......... .......... .......... 82% 115M 0s
82508 10550K .......... .......... .......... .......... .......... 82% 122M 0s
82509 10600K .......... .......... .......... .......... .......... 82% 133M 0s
82510 10650K .......... .......... .......... .......... .......... 83% 135M 0s
82511 10700K .......... .......... .......... .......... .......... 83% 156M 0s
82512 10750K .......... .......... .......... .......... .......... 84% 130M 0s
82513 10800K .......... .......... .......... .......... .......... 84% 135M 0s
82514 10850K .......... .......... .......... .......... .......... 84% 150M 0s
82515 10900K .......... .......... .......... .......... .......... 85% 137M 0s
82516 10950K .......... .......... .......... .......... .......... 85% 134M 0s
82517 11000K .......... .......... .......... .......... .......... 85% 150M 0s
82518 11050K .......... .......... .......... .......... .......... 86% 150M 0s
82519 11100K .......... .......... .......... .......... .......... 86% 142M 0s
82520 11150K .......... .......... .......... .......... .......... 87% 131M 0s
82521 11200K .......... .......... .......... .......... .......... 87% 149M 0s
82522 11250K .......... .......... .......... .......... .......... 87% 140M 0s
82523 11300K .......... .......... .......... .......... .......... 88% 157M 0s
82524 11350K .......... .......... .......... .......... .......... 88% 111M 0s
82525 11400K .......... .......... .......... .......... .......... 89% 146M 0s
82526 11450K .......... .......... .......... .......... .......... 89% 146M 0s
82527 11500K .......... .......... .......... .......... .......... 89% 133M 0s
82528 11550K .......... .......... .......... .......... .......... 90% 131M 0s
82529 11600K .......... .......... .......... .......... .......... 90% 148M 0s
82530 11650K .......... .......... .......... .......... .......... 91% 140M 0s
82531 11700K .......... .......... .......... .......... .......... 91% 158M 0s
82532 11750K .......... .......... .......... .......... .......... 91% 130M 0s
82533 11800K .......... .......... .......... .......... .......... 92% 141M 0s
82534 11850K .......... .......... .......... .......... .......... 92% 156M 0s
82535 11900K .......... .......... .......... .......... .......... 92% 145M 0s
82536 11950K .......... .......... .......... .......... .......... 93% 119M 0s
82537 12000K .......... .......... .......... .......... .......... 93% 150M 0s
82538 12050K .......... .......... .......... .......... .......... 94% 152M 0s
82539 12100K .......... .......... .......... .......... .......... 94% 56.5M 0s
82540 12150K .......... .......... .......... .......... .......... 94% 110M 0s
82541 12200K .......... .......... .......... .......... .......... 95% 145M 0s
82542 12250K .......... .......... .......... .......... .......... 95% 134M 0s
82543 12300K .......... .......... .......... .......... .......... 96% 135M 0s
82544 12350K .......... .......... .......... .......... .......... 96% 131M 0s
82545 12400K .......... .......... .......... .......... .......... 96% 149M 0s
82546 12450K .......... .......... .......... .......... .......... 97% 139M 0s
82547 12500K .......... .......... .......... .......... .......... 97% 150M 0s
82548 12550K .......... .......... .......... .......... .......... 98% 174M 0s
82549 12600K .......... .......... .......... .......... .......... 98% 211M 0s
82550 12650K .......... .......... .......... .......... .......... 98% 166M 0s
82551 12700K .......... .......... .......... .......... .......... 99% 210M 0s
82552 12750K .......... .......... .......... .......... .......... 99% 199M 0s
82553 12800K .......... .......... .......... .......... .......... 99% 121M 0s
82554 12850K .. 100% 5580G=0.1s
82555
825562015-12-29 19:44:04 (84.6 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
82557
82558phantomjs-1.9.7-linux-x86_64/
82559phantomjs-1.9.7-linux-x86_64/bin/
82560phantomjs-1.9.7-linux-x86_64/bin/phantomjs
82561phantomjs-1.9.7-linux-x86_64/examples/
82562phantomjs-1.9.7-linux-x86_64/examples/scandir.js
82563phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
82564phantomjs-1.9.7-linux-x86_64/examples/tweets.js
82565phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
82566phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
82567phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
82568phantomjs-1.9.7-linux-x86_64/examples/follow.js
82569phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
82570phantomjs-1.9.7-linux-x86_64/examples/module.js
82571phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
82572phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
82573phantomjs-1.9.7-linux-x86_64/examples/pizza.js
82574phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
82575phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
82576phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
82577phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
82578phantomjs-1.9.7-linux-x86_64/examples/direction.js
82579phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
82580phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
82581phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
82582phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
82583phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
82584phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
82585phantomjs-1.9.7-linux-x86_64/examples/version.js
82586phantomjs-1.9.7-linux-x86_64/examples/movies.js
82587phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
82588phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
82589phantomjs-1.9.7-linux-x86_64/examples/version.coffee
82590phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
82591phantomjs-1.9.7-linux-x86_64/examples/server.js
82592phantomjs-1.9.7-linux-x86_64/examples/countdown.js
82593phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
82594phantomjs-1.9.7-linux-x86_64/examples/injectme.js
82595phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
82596phantomjs-1.9.7-linux-x86_64/examples/post.js
82597phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
82598phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
82599phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
82600phantomjs-1.9.7-linux-x86_64/examples/features.js
82601phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
82602phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
82603phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
82604phantomjs-1.9.7-linux-x86_64/examples/features.coffee
82605phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
82606phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
82607phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
82608phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
82609phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
82610phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
82611phantomjs-1.9.7-linux-x86_64/examples/printenv.js
82612phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
82613phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
82614phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
82615phantomjs-1.9.7-linux-x86_64/examples/netlog.js
82616phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
82617phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
82618phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
82619phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
82620phantomjs-1.9.7-linux-x86_64/examples/module.coffee
82621phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
82622phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
82623phantomjs-1.9.7-linux-x86_64/examples/fibo.js
82624phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
82625phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
82626phantomjs-1.9.7-linux-x86_64/examples/technews.js
82627phantomjs-1.9.7-linux-x86_64/examples/hello.js
82628phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
82629phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
82630phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
82631phantomjs-1.9.7-linux-x86_64/examples/postserver.js
82632phantomjs-1.9.7-linux-x86_64/examples/weather.js
82633phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
82634phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
82635phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
82636phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
82637phantomjs-1.9.7-linux-x86_64/examples/useragent.js
82638phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
82639phantomjs-1.9.7-linux-x86_64/examples/post.coffee
82640phantomjs-1.9.7-linux-x86_64/examples/arguments.js
82641phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
82642phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
82643phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
82644phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
82645phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
82646phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
82647phantomjs-1.9.7-linux-x86_64/examples/page_events.js
82648phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
82649phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
82650phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
82651phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
82652phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
82653phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
82654phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
82655phantomjs-1.9.7-linux-x86_64/examples/server.coffee
82656phantomjs-1.9.7-linux-x86_64/examples/universe.js
82657phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
82658phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
82659phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
82660phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
82661phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
82662phantomjs-1.9.7-linux-x86_64/ChangeLog
82663phantomjs-1.9.7-linux-x86_64/README.md
82664phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
82665phantomjs-1.9.7-linux-x86_64/third-party.txt
82666 ---> aa85aef81fea
82667Removing intermediate container 1da6590f28b9
82668Step 25 : ADD /functions.sh /
82669 ---> 41a1b61c05d6
82670Removing intermediate container db2819fcfcf5
82671Step 26 : ADD entrypoint.sh /
82672 ---> 3b8e81c31360
82673Removing intermediate container 0632a9879af6
82674Step 27 : RUN chmod 755 /entrypoint.sh
82675 ---> Running in 29d6cfe50a87
82676 ---> 1f658eb1ce1a
82677Removing intermediate container 29d6cfe50a87
82678Step 28 : ENTRYPOINT /entrypoint.sh
82679 ---> Running in eda44e508efc
82680 ---> 6c9f17d8ef43
82681Removing intermediate container eda44e508efc
82682Successfully built 6c9f17d8ef43
82683== ./atomicapp ==
82684Sending build context to Docker daemon 9.216 kB
82685Sending build context to Docker daemon 9.216 kB
82686
82687Step 0 : FROM projectatomic/atomicapp:0.3.0
82688 ---> d31c1e84399e
82689Step 1 : MAINTAINER Kolab Systems <contact@kolabsys.com>
82690 ---> Using cache
82691 ---> cf34020ba876
82692Step 2 : LABEL io.projectatomic.nulecule.providers "kubernetes" io.projectatomic.nulecule.specversion "0.0.2"
82693 ---> Using cache
82694 ---> 075329eb108a
82695Step 3 : ADD /Nulecule /Dockerfile /application-entity/
82696 ---> Using cache
82697 ---> decfecb3b97a
82698Step 4 : ADD /artifacts /application-entity/artifacts/
82699 ---> Using cache
82700 ---> 33fc3c952f86
82701Successfully built 33fc3c952f86
82702Deleted: 7fa89f5672782b5ee72cf38d081eee91bb2239190af984b3254cc7ddb7ad6b5a
82703Deleted: 83d5c8384d4a15054c3ce5bae5caa6675c59ed37f9b2eb27169be4bdd153a4fe
82704Deleted: d30884110998033cfd6a289e29d9d6baaf8f40113c694e700b2e2038ef00ff83
82705Deleted: 89cc994c59a74e5140fd16d280c3bf725cbeae0163d5199c948fd1ca87c17728
82706Deleted: 794b5b1170132a95ae6bf1621caa8973b8ce90fd4962ec0313ac2a19ea2a0e3f
82707Deleted: 9edddace8f7e9a11aa81527637ee9776d2c9b3f1f641a7069a410860412e39ce
82708Deleted: 11baa57c9fb2822a0bb655d68688dc83856d17ca8be54f0eab870138c1e97296
82709Deleted: 7a353038cc2b9d16cfc7b6489299ba8f45bced6e8c35de058373d7f2d01b4dd1
82710Deleted: c528835a625f376791d1377cb85039fd0db1a3086b38e36412ccdc465bdb0c91
82711Deleted: 08f7672db5e4f97f7540ebb6e960cd7937ffaecc6139057abc1af48f8fa0cca7
82712Deleted: 74a0dbe2f314aeb8109784e218f347394e897ba8cfc5755d732b0326fc86382a
82713Deleted: 4f20714fec11b8f2115fbe6ab92412a85a9b722a258fbd84425916e7bf260fb7
82714Deleted: 0103078e16326ff002dd7a92dd7c454e69ccb57064a5d3ce0c4713bda985f8c2
82715Deleted: 2f4b4ccf1d3ab27c115bf57c91671646feeff62655b5d10f2e121690b18f0fb6
82716Deleted: 4c9e3457879131637f9cd85cae74e3b40ccb0b6426c25f7bbbd8ce7aaa0d0c59
82717Deleted: 04b621eef848582253f934b265a412ee506b77869012eaf4e66afcf16260e791
82718Deleted: 36c78a2971d476b2f28b9b8d431ae89e45b7b116f4fc7e3fe4ab7368d29db849
82719Deleted: 046caa9d6c19acd10b2cc51e4fca2c5566e14a283f72efaa09326e17db187e9f
82720Deleted: e9e0c325c572f8b6da59648843c102165ee06f6e496275fca9d7ffb265296325
82721Deleted: be5477e02d33308e8ec97fe3d816534719e08b9a97b8ac1145140ff594c0ff79
82722Deleted: fbc62a7195abd433da4a776b60866894da177e80fa5c1480639fb12a3b9999a9
82723Deleted: f5caabf4ce67421b3f4689c333a51152ae2c66135a7f238709905ca9d9ce210f
82724Deleted: 695df7579ab8424dfeae7d9894c34af3ee2bccc5961217db4cd3ecd876dbf75f
82725Deleted: 8e249b2564789c7a13aaa43166f5f23209110b9e9817e0b71cecb36972efd4ed
82726Deleted: 95d92cd6e94d2f0f4b25fc1bc28ca2472c70c4231e9a569cea88982a407dd171
82727Deleted: b7e64bb2f2c284c7e19d49204dbb74645dedead6abf0fbb7ce95998ea6b22900
82728Deleted: e0d78d21e1980c63fe9d4020f849be8cad0faac1ae95d553f1887a812311d2b7
82729Deleted: 5c4ede5776d59f2ff2bc6c5001b6e5aa870fb0b8388d3e081d34edd4b32f7850
82730Deleted: e7e1d821f1c3d370122239a0f80453e6aa623cf83e116f6468d78e255a0d357c
82731Deleted: 29f6adee854c50d64377abc49afc467a32b4aa57cd9b4c1732dbd0c8193e06ec
82732Deleted: 700810c81830bf90ca216bee26a62e8c95589eb3696930bd0d3d53ddac5233d2
82733Deleted: fa740f9f0980f7db389126d80d2665aefda3b139baa6a7769d7add083e349c00
82734Deleted: 10bb28bdd276f56cc4a799436760109f638e1ee57807a59bdd677058d0541bd2
82735Deleted: 6db3909227927c1c3cc6a03a341c56b020fcd46fb34c4d59c192c18a61f31636
82736Deleted: 07f461269e113d5c68ea88b0d9c430baf11ace1f67e434f576142406ec2501da
82737Deleted: f1ce41a7caba3958a7aaa9f2c9ba4a9dbc052252a575c6b57a9c82633f6be790
82738Deleted: 89beae5a996ff7f0475296f6e6745436cc5b5347851630efa2468f110472fc29
82739Deleted: ef335364b115b2f410d8561a0de1c5753a78fcb86c3b704129ec4d933fa3717c
82740Deleted: 8c5bdb738651d07893fbd07451ba092d752bcb3e143421a6523c239b2151c976
82741Deleted: ca54c4856423580b200f09bdd4639191b4958be25ec682f54a3b44fba0038e57
82742Deleted: 1fd44175e0bef4afa07b63fe5f0bfa844cc5d96cfbea440e1b275068b57dba98
82743Deleted: 4616fed07e76fe92629913bf3465c49f0b83fcac7984792c1cb40f636bf79e47
82744Deleted: dcafae3d55dd567321ca65a325b9d6820dda5c3deb2a726f54a4098bf15ec133
82745Deleted: 015e30f1968eb2ec1a26d49274bbc7b9a7d9dbd81392d06944bc27ca78d7f126
82746Deleted: 9cd1f3d75807e8fc84c309a2b8dba01f20f427ce17b92f0b2cc0d765a8bdbcfd
82747Deleted: ccc76b7b8dfd4ee586a760e5b7d1a32a010260a1e5ec2ae1d57d56ae2ccb1316
82748Deleted: b27df60038ec0ef13488443b1919e9ba35e78f537bedd6172235dd4d4f06557e
82749Deleted: 8d312b19c3ae33a1ee71532357fa05ba1f218771952f953124b0683d3930d44f
82750Deleted: 67ab6eef69cfa4c365cde1b7e58941e1fb51fcd057454a2c3e7d8936cb489125
82751Deleted: b4381d5b5a11402e7e43e7309ed0dd55dd010ac5b245ce0c16755076c1015525
82752Deleted: b01d9542e608ccb4c6ba144cb02ddd6e1c51c636fa44d8280961ba41e0c9522a
82753Deleted: ff7181d2e0eaf89fe8955d0ef87a0c8220220489474b4156abce72d0ab87f707
82754Deleted: 7e020146b1625c3c37ba5495a5c00f16cc684170ef08f7deb3ad7647e6b6072e
82755Deleted: 90155b8e14e9cf4ba33131a6376294ee4c0d9f16826636a970b9b8a0bb618f66
82756Deleted: 552a885b6e505a6dc9d489064fb2987e540387c3d749bfdfb996bd9e5bf33011
82757Deleted: a149677a8ea936381d668151770e7cc558aab002cef539ed9bd9990c80096699
82758Deleted: 83464feff267ac24b0eb8a16e44c96241864ae664c33841f0ad967e8a749a71e
82759Deleted: 9214d4d88634eee6899e49c69dc4c6bd56f9c71a659c5eec02786a2bd10ade7f
82760/var/drydock/workingcopy-63/repo/docker
82761

Lease Working Copy on atomic01.kolabsys.com

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

Event Timeline